*{box-sizing:border-box}html{background:#ececec;font-size:13px}body{margin:0}#root{min-height:100vh}.app-layout{display:flex;min-height:100vh}.sidebar{width:190px;min-width:190px;min-height:100vh;position:sticky;top:0;background:#fff;border-right:1px solid #e4e4e7;box-shadow:none}.main-content{flex:1;min-width:0;padding:10px 12px;overflow:auto}.page-container{width:100%;min-height:calc(100vh - 20px);background:#fff;padding:10px 12px;border-radius:6px;box-shadow:0 1px 3px #0000000f}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.list-item{border:none;border-bottom:1px solid #e4e4e7;border-radius:0;padding:8px 10px;background:#fff}.list-item:last-child{border-bottom:none}.list-item-clickable{cursor:pointer;transition:background .15s ease}.list-item-clickable:hover{background:#f0f1f3}.list-item-clickable:focus-visible{outline:2px solid #e53e3e;outline-offset:-2px}.clients-table{border:1px solid #e4e4e7;border-radius:5px;overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 220px)}.clients-row{display:grid;grid-template-columns:1.05fr 1.2fr 1.1fr 1fr 1fr .95fr;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid #e4e4e7;min-width:1040px}.clients-row:last-child{border-bottom:none}.clients-row:nth-child(2n):not(.clients-header):not(.clients-row-info){background:#f6f7f9}.clients-header{background:#f0f1f3;position:sticky;top:0;z-index:1}.clients-row-clickable{cursor:pointer;transition:background .15s ease}.clients-row-clickable:hover{background:#f0f1f3}.clients-row-clickable:focus-visible{outline:2px solid #e53e3e;outline-offset:-2px}.clients-row-info{background:#f6f7f9;border:1px solid #e4e4e7;border-radius:5px;margin-bottom:12px;min-width:0;grid-template-columns:1.05fr 1.2fr 1.1fr .55fr 1fr 1fr}.clients-cell{min-width:0;word-break:break-word}.clients-cell-action{text-align:right}.clients-cell-sortable{min-width:0}.list-stack{display:flex;flex-direction:column;gap:0;border:1px solid #e4e4e7;border-radius:5px;overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 150px)}.list-stack .list-item:nth-child(2n){background:#f6f7f9}.pagination-bar{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid #e4e4e7}.filters-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%}.filters-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.filters-grid-7{grid-template-columns:repeat(7,minmax(0,1fr))}.filters-grid .filter-field{min-width:0}.filter-field-actions-inner{display:flex;gap:8px;align-items:center;justify-content:flex-end;width:100%;min-height:2.25rem}.filters-actions-bar{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding-top:4px}.filters-actions-buttons{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex:1}.filter-field-switch{display:flex;align-items:center;justify-content:center}.filter-field-switch-inner{display:flex;align-items:center;justify-content:center;gap:8px}.filter-select{width:100%}.filter-select .rs__control{border-color:#d4d4d8;background-color:#fff}.filter-select .rs__control:hover{border-color:#a1a1aa}.filter-select .rs__control--is-focused{border-color:#e53e3e;box-shadow:inset 0 0 0 1px #e53e3e}.filter-select .rs__placeholder{color:#a1a1aa}.filters-actions{display:flex;gap:8px;margin-top:8px}.client-consents-table{border:1px solid #e4e4e7;border-radius:5px;overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 270px)}.client-consents-row{display:grid;grid-template-columns:1.1fr 1.2fr 1.1fr 1.2fr .85fr 1fr 1fr 1fr .75fr;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid #e4e4e7;min-width:1160px}.client-consents-row:last-child{border-bottom:none}.client-consents-row:nth-child(2n):not(.client-consents-header){background:#f6f7f9}.client-consents-row-clickable{cursor:pointer;transition:background .15s ease}.client-consents-row-clickable:hover{background:#f0f1f3}.client-consents-row-clickable:focus-visible{outline:2px solid #e53e3e;outline-offset:-2px}.client-consents-header{background:#f0f1f3;position:sticky;top:0;z-index:1}.client-consents-cell{min-width:0;word-break:break-word}.client-consents-cell-action{text-align:right}.client-consents-cell-sortable{min-width:0}.consent-details-table{border:1px solid #e4e4e7;border-radius:6px;overflow:hidden}.consent-details-row{display:grid;grid-template-columns:180px 1fr;gap:8px;padding:8px 10px;border-bottom:1px solid #e4e4e7;align-items:center}.consent-details-row:nth-child(2n){background:#f6f7f9}.consent-details-row:last-child{border-bottom:none}.consent-details-link{display:inline-block;padding:0;border:none;background:none;font-size:12px;font-weight:600;color:#e53e3e;text-align:left;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.consent-details-link:hover{color:#c53030}.consent-details-link:focus-visible{outline:2px solid #e53e3e;outline-offset:2px;border-radius:2px}.client-history-table{border:1px solid #e4e4e7;border-radius:5px;overflow-x:auto;overflow-y:auto;max-height:50vh}.client-history-row{display:grid;grid-template-columns:1.4fr .9fr 1fr 1fr .75fr;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid #e4e4e7;min-width:680px}.client-history-row:last-child{border-bottom:none}.client-history-row:nth-child(2n):not(.client-history-header){background:#f6f7f9}.client-history-row-clickable{cursor:pointer;transition:background .15s ease}.client-history-row-clickable:hover{background:#f0f1f3}.client-history-row-clickable:focus-visible{outline:2px solid #e53e3e;outline-offset:-2px}.client-history-header{background:#f0f1f3;position:sticky;top:0;z-index:1}.client-history-cell{min-width:0;word-break:break-word}.consent-purposes-table{border:1px solid #e4e4e7;border-radius:5px;overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 170px);width:100%;-webkit-overflow-scrolling:touch}.consent-purposes-row{display:grid;grid-template-columns:70px 140px 220px 400px 150px 120px 380px 140px 140px 200px;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid #e4e4e7;min-width:2030px}.consent-purposes-row-clickable{cursor:pointer}.consent-purposes-row-clickable:hover{background:#eef1f5}.consent-purposes-row-clickable:focus-visible{outline:2px solid #e53e3e;outline-offset:-2px}.consent-purposes-row:last-child{border-bottom:none}.consent-purposes-row:nth-child(2n):not(.consent-purposes-header){background:#f6f7f9}.consent-purposes-header{background:#f0f1f3;position:sticky;top:0;z-index:1}.consent-purposes-cell{min-width:0;word-break:break-word}.consent-purposes-cell-types{min-width:400px;max-width:400px}.consent-purposes-cell-description{min-width:380px;max-width:380px}.consent-purposes-cell-action{min-width:0;max-width:200px;text-align:center;overflow:hidden}.consent-purposes-cell-sortable{min-width:0}.consent-types-table{border:1px solid #e4e4e7;border-radius:5px;overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 170px);width:100%;-webkit-overflow-scrolling:touch}.consent-types-row{display:grid;grid-template-columns:70px 140px 220px 120px 480px 140px 140px 200px;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid #e4e4e7;min-width:1580px}.consent-types-row-clickable{cursor:pointer}.consent-types-row-clickable:hover{background:#eef1f5}.consent-types-row-clickable:focus-visible{outline:2px solid #e53e3e;outline-offset:-2px}.consent-types-row:last-child{border-bottom:none}.consent-types-row:nth-child(2n):not(.consent-types-header){background:#f6f7f9}.consent-types-header{background:#f0f1f3;position:sticky;top:0;z-index:1}.consent-types-cell{min-width:0;word-break:break-word}.consent-types-cell-description{min-width:480px;max-width:480px}.consent-types-cell-action{min-width:0;max-width:200px;text-align:center;overflow:hidden}.consent-types-cell-sortable{min-width:0}.users-table{border:1px solid #e4e4e7;border-radius:5px;overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 170px);width:100%;-webkit-overflow-scrolling:touch}.users-row{display:grid;grid-template-columns:70px 220px 160px 130px 140px 140px 200px;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid #e4e4e7;min-width:1100px}.users-row-clickable{cursor:pointer}.users-row-clickable:hover{background:#eef1f5}.users-row-clickable:focus-visible{outline:2px solid #e53e3e;outline-offset:-2px}.users-row:last-child{border-bottom:none}.users-row:nth-child(2n):not(.users-header){background:#f6f7f9}.users-header{background:#f0f1f3;position:sticky;top:0;z-index:1}.users-cell{min-width:0;word-break:break-word}.users-cell-action{min-width:0;max-width:200px;text-align:center;overflow:hidden}
