*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--black:#1f1f1f;--gray-500:#757575;--gray-400:#666;--gray-300:#8f8f8f;--gray-200:#eaeaea;--gray-50:#fafafa;--gray-100:#f6f6f6;--green:#c0ff0d;--accent:#c0ff0d;--accent-hover:#d4ff2a;--accent-ink:#1f1f1f;--header-bg:#1f1f1f;--header-ink:#fff;--red:#c62828;--red-tint:#fdf0f0;--r-sm:6px;--r-md:8px;--r-lg:12px;--r-xl:14px;--r-2xl:18px;--r-pill:999px}:root[data-theme=dark]{--white:#1b1b1f;--black:#ececec;--gray-50:#202024;--gray-100:#232328;--gray-200:#2c2c32;--gray-300:#6e6e76;--gray-400:#9a9aa2;--gray-500:#8a8a92;--red:#e86a6a;--red-tint:#2a1d1d;--header-bg:#141417;--header-ink:#ececec}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);font-family:var(--font-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}.header{background:var(--header-bg);color:var(--header-ink);padding:0 24px;height:52px;display:flex;align-items:center;gap:32px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-logo{display:inline-flex;align-items:center;gap:10px;font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--white);text-decoration:none;line-height:1;text-transform:lowercase}.header-brand-bar{display:inline-block;width:3px;height:18px;background:var(--accent);border-radius:1.5px;flex-shrink:0;transform:skewX(-18deg)}.header-brand-sub{font-size:inherit;font-weight:inherit;color:var(--white);letter-spacing:-.02em;line-height:1}@media (max-width:640px){.header-logo{font-size:15px;gap:8px}.header-brand-bar{height:14px}}.header-user{margin-left:auto;font-size:12px;color:var(--gray-300);display:flex;align-items:center;gap:10px}.header-user>span:not(.header-badge){color:var(--white);font-weight:500}.header-nav{display:flex;align-items:center;gap:4px}.header-nav-link{font-size:13px;font-weight:500;color:hsla(0,0%,100%,.55);text-decoration:none;padding:6px 12px;border-radius:7px;transition:background .15s,color .15s}.header-nav-link:hover{background:hsla(0,0%,100%,.08);color:var(--white)}.header-nav-link--active,.header-nav-link.active{background:hsla(0,0%,100%,.1);color:var(--white)}.header-dept-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;font-size:13px;color:var(--gray-300);text-decoration:none;border:1px solid transparent;transition:background .15s,color .15s,border-color .15s}.header-dept-chip:hover{color:var(--white);background:hsla(0,0%,100%,.06)}.header-dept-chip__dot{width:8px;height:8px;border-radius:50%;background:var(--dept-color,var(--green));flex-shrink:0}.header-dept-chip--active{color:var(--white);background:hsla(0,0%,100%,.12);border-color:var(--dept-color,var(--green))}.projects-rank{display:flex;flex-direction:column}.projects-rank-row{display:grid;grid-template-columns:minmax(220px,1fr) 70px 2fr 110px 80px;grid-gap:16px;gap:16px;align-items:center;padding:10px 4px;border-bottom:1px solid var(--gray-100);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.projects-rank-row--expanded,.projects-rank-row:hover{background:var(--gray-50)}.projects-rank-label{display:flex;align-items:center;gap:6px;min-width:0;font-size:14px}.projects-rank-chevron{display:inline-flex;justify-content:center;align-items:center;width:14px;color:var(--gray-400);font-size:10px;transition:transform .15s;flex-shrink:0}.projects-rank-chevron--open{transform:rotate(90deg);color:var(--black)}.projects-rank-project{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projects-rank-client{color:var(--gray-400);font-size:12px;white-space:nowrap}.projects-rank-bar{width:100%;background:var(--gray-100);border-radius:999px;height:8px;overflow:hidden;position:relative}.projects-rank-bar__fill{height:100%;display:flex;border-radius:999px;overflow:hidden;background:var(--black);transition:width .2s}.projects-rank-bar__seg{height:100%;transition:opacity .1s}.projects-rank-bar__seg:hover{opacity:.85}.projects-rank-hours{text-align:right;font-size:14px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.projects-rank-money{text-align:right;font-size:13px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--gray-500)}.projects-rank-count{text-align:right;font-size:12px;color:var(--gray-400);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.projects-rank-breakdown{padding:10px 4px 14px;background:var(--gray-50);border-bottom:1px solid var(--gray-100);display:flex;flex-direction:column;gap:6px}.projects-rank-dept{display:grid;grid-template-columns:minmax(220px,1fr) 70px 2fr 110px 80px;grid-gap:16px;gap:16px;align-items:center;font-size:13px}.projects-rank-dept__label{display:flex;align-items:center;gap:8px;min-width:0;padding-left:20px}.projects-rank-dept__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.projects-rank-dept__name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projects-rank-dept__hours{text-align:right;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.projects-rank-dept__pct{text-align:left;color:var(--gray-500);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.projects-rank-dept__money{text-align:right;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--gray-500)}.projects-rank-dept__people{text-align:right;color:var(--gray-500);font-size:12px}.projects-rank-breakdown__period{margin-top:4px;padding-top:6px;border-top:1px dashed var(--gray-200);font-size:11px;color:var(--gray-400)}.projects-rank-breakdown__group{display:flex;flex-direction:column;gap:4px}.projects-rank-breakdown__group+.projects-rank-breakdown__group{margin-top:4px}.projects-rank-breakdown__title{font-size:10px;letter-spacing:.08em;font-weight:700;color:var(--gray-400);text-transform:uppercase;margin-bottom:2px}.projects-rank-person{display:grid;grid-template-columns:minmax(220px,1fr) 70px 2fr 110px 80px;grid-gap:16px;gap:16px;align-items:center;font-size:13px}.projects-rank-person__label{display:flex;align-items:center;gap:8px;min-width:0;padding-left:20px}.projects-rank-person__dept{display:inline-block;font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;color:var(--white);text-transform:none;letter-spacing:0;flex-shrink:0}.projects-rank-person__name{font-weight:500;color:var(--black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projects-rank-person__hours{text-align:right;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.projects-rank-person__pct{text-align:left;color:var(--gray-500);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.projects-rank-person__money{text-align:right;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--gray-500)}.projects-summary-table{display:flex;flex-direction:column;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;background:var(--white)}.projects-summary-row{display:grid;grid-template-columns:2fr 1.5fr 90px 90px 80px 1.2fr;grid-gap:12px;gap:12px;padding:10px 14px;border-bottom:1px solid var(--gray-100);font-size:13px;align-items:center}.projects-summary-row:last-child{border-bottom:0}.projects-summary-row--expanded,.projects-summary-row:hover{background:var(--gray-50)}.projects-summary-chevron{display:inline-block;margin-right:6px;color:var(--gray-400);transition:transform .15s;font-size:11px}.projects-summary-chevron--open{transform:rotate(90deg);color:var(--black)}.projects-summary-bar{padding:0 14px 8px;border-bottom:1px solid var(--gray-100)}.projects-summary-bar__track{display:flex;width:100%;height:6px;border-radius:999px;overflow:hidden;background:var(--gray-100)}.projects-summary-bar__seg{height:100%;transition:opacity .1s}.projects-summary-bar__seg:hover{opacity:.85}.projects-summary-breakdown{padding:12px 16px 16px 36px;background:var(--gray-50);border-bottom:1px solid var(--gray-100);display:flex;flex-direction:column;gap:8px}.projects-summary-dept{display:grid;grid-template-columns:14px 1fr 90px 60px 100px;grid-gap:12px;gap:12px;align-items:center;font-size:13px}.projects-summary-dept__dot{width:10px;height:10px;border-radius:50%}.projects-summary-dept__name{font-weight:600}.projects-summary-dept__hours{text-align:right;font-weight:700}.projects-summary-dept__pct,.projects-summary-dept__people{text-align:right;color:var(--gray-500);font-size:12px}.projects-summary-row--head{background:var(--gray-100);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--gray-500);font-weight:700}.projects-summary-row--head:hover{background:var(--gray-100)}.projects-summary-project{font-weight:600}.projects-summary-client{color:var(--gray-500)}.header-badge{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--black);background:var(--accent);padding:2px 8px;border-radius:999px}.header-user .btn-ghost{background:transparent;font-size:12px;padding:4px 12px;border-color:#2a2a2a;border-radius:999px}.btn-ghost{background:none;border:1px solid var(--gray-500);color:var(--gray-300);font-size:14px;font-family:inherit;padding:6px 16px;border-radius:120px;cursor:pointer;transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:var(--white);color:var(--white)}.page{max-width:1400px;margin:0 auto;padding:44px 32px 80px}.page-sm{max-width:800px;margin:0 auto;padding:60px 20px}.h1{font-size:clamp(32px,3.4vw,48px);font-weight:700;letter-spacing:-.03em;line-height:1;color:var(--black)}.h2{font-size:clamp(24px,2.4vw,32px);line-height:1.1}.h2,.h3{font-weight:600;letter-spacing:-.02em}.h3{font-size:20px;line-height:1.2}.label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300)}.btn,.label{font-weight:600}.btn{display:inline-flex;align-items:center;gap:8px;background:var(--black);color:var(--white);border:none;font-size:14px;font-family:inherit;padding:10px 22px;border-radius:var(--r-pill);cursor:pointer;text-decoration:none;transition:background .15s}.btn:hover{background:#2e2e2e}.btn-outline{background:transparent;border:1px solid var(--gray-200);color:var(--black)}.btn-outline:hover{border-color:var(--black);background:transparent}.btn-green{background:var(--accent);color:var(--accent-ink)}.btn-green:hover{background:var(--accent-hover)}.btn-sm{font-size:13px;padding:8px 16px}.week-nav-row{padding:12px 0 8px;border-top:1px solid var(--gray-200)}.week-nav{display:inline-flex;align-items:center;gap:12px;position:relative}.week-nav-label{font-size:15px;font-weight:500;color:var(--black);min-width:220px;text-align:center}.week-nav-label--clickable{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:none;border:1.5px solid var(--gray-200);border-radius:10px;padding:6px 14px;transition:border-color .15s}.week-nav-label--clickable:hover{border-color:var(--black)}.week-btn{background:none;border:1px solid var(--gray-200);color:var(--black);width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:border-color .15s}.week-btn:hover{border-color:var(--black)}.week-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:340px;background:var(--white);border:1.5px solid var(--black);border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.14);z-index:300;overflow:hidden;max-height:400px;overflow-y:auto;padding:6px}.week-option{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:8px;cursor:pointer;transition:background .12s}.week-option--active,.week-option:hover{background:var(--gray-100)}.week-option--active{font-weight:600}.week-option-label{flex:1 1;font-size:14px}.week-option-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.week-option-hours{font-size:13px;font-weight:600;min-width:36px;text-align:right}.week-option-count{font-size:12px;color:var(--gray-400);min-width:44px}.week-option-empty{font-size:12px;color:var(--gray-300)}.week-option-bar{width:60px;height:4px;background:var(--gray-200);border-radius:2px;overflow:hidden}.week-option-fill{height:100%;border-radius:2px;transition:width .2s}.stats-bar{display:flex;gap:32px;align-items:center;padding:20px 0;border-bottom:1px solid var(--gray-200);margin-bottom:32px}.stat-item{display:flex;flex-direction:column;gap:2px}.stat-value{font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-label{font-size:13px;color:var(--gray-400)}.progress-wrap{flex:1 1;height:4px;background:var(--gray-200);border-radius:var(--r-pill);overflow:hidden;max-width:300px}.progress-fill{height:100%;background:var(--green);border-radius:var(--r-pill);transition:width .3s}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:15px}thead th{text-align:left;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-300);padding:0 12px 12px;border-bottom:1px solid var(--gray-200);white-space:nowrap}thead th:first-child{padding-left:0}tbody tr{border-bottom:1px solid var(--gray-200);transition:background .1s}tbody tr:hover{background:var(--gray-100)}tbody td{padding:14px 12px;color:var(--black);vertical-align:middle}tbody td:first-child{padding-left:0}.td-num{text-align:center!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;width:48px;min-width:48px}.td-total{font-weight:600}.td-muted{color:var(--gray-300)}.td-zero{color:var(--gray-200)}tfoot td{padding:14px 12px;font-size:13px}tfoot td:first-child{padding-left:0;color:var(--gray-300)}.badge{display:inline-block;font-size:11.5px;font-weight:600;padding:3px 11px;border-radius:var(--r-pill);border:1px solid var(--gray-200);color:var(--gray-400);white-space:nowrap}.badge-done{border-color:rgba(192,255,13,.4);color:#5a7000;background:rgba(192,255,13,.12)}.badge-active{border-color:rgba(198,40,40,.28);color:var(--red);background:rgba(198,40,40,.07)}.cat-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;flex-shrink:0}.cat-project{background:var(--green)}.cat-base{background:#5b8def}.cat-service{background:var(--gray-300)}.cat-absence{background:var(--red)}.modal-overlay{position:fixed;inset:0;background:rgba(31,31,31,.55);z-index:200;display:flex;align-items:center;justify-content:center;padding:24px 16px}.modal{background:var(--white);border-radius:var(--r-2xl);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:26px 28px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.modal-title{font-size:22px;font-weight:700;letter-spacing:-.025em}.modal-close{background:none;border:none;cursor:pointer;color:var(--gray-400);font-size:20px;line-height:1;padding:4px 8px;transition:color .15s}.modal-close:hover{color:var(--black)}.form-grid{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:11px;font-weight:600;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400)}.form-field input:not(.dp__input):not(.combo__type),.form-field select,.form-field textarea{border:1px solid var(--gray-200);border-radius:var(--r-md);background:var(--white);font-family:inherit;font-size:14px;font-weight:500;color:var(--black);padding:10px 14px;outline:none;transition:border-color .12s,box-shadow .12s;width:100%}.form-field input:not(.dp__input):not(.combo__type)::placeholder,.form-field textarea::placeholder{color:var(--gray-300);font-weight:500}.form-field input:not(.dp__input):not(.combo__type):focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--black);box-shadow:0 0 0 3px rgba(31,31,31,.06)}.form-field textarea{resize:vertical;min-height:96px;line-height:1.5}.form-field select{cursor:pointer}.hours-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:8px;gap:8px}.hours-cell{display:flex;flex-direction:column;gap:4px;align-items:center}.hours-cell label{font-size:11px;font-weight:600;color:var(--gray-300);text-transform:uppercase}.hours-field{position:relative;width:100%}.hours-cell input{border:1px solid var(--gray-200)!important;border-radius:8px!important;text-align:center;padding:8px 16px 8px 8px!important;width:100%}.hours-cell input:focus{border-color:var(--black)!important}.hours-step{position:absolute;top:1px;right:1px;bottom:1px;display:flex;flex-direction:column;width:15px;border-radius:0 7px 7px 0;overflow:hidden}.hours-step button{flex:1 1;display:flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;cursor:pointer;color:var(--gray-300)}.hours-step button:hover{background:var(--gray-100);color:var(--black)}.hours-step button:active{background:var(--gray-200)}@media (hover:none) and (pointer:coarse){.hours-step{display:none}.hours-cell input{padding-right:8px!important}}.form-total{text-align:right;font-size:14px;color:var(--gray-300)}.form-total strong{color:var(--black);font-size:16px}.form-required{color:var(--red);margin-left:2px}.emp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-bottom:48px}.emp-card{border:1px solid var(--gray-200);border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:12px}.emp-name{font-size:18px;font-weight:600}.emp-hours,.emp-name{letter-spacing:-.02em}.emp-hours{font-size:26px;font-weight:700;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.emp-hours span{font-size:13px;font-weight:400;color:var(--gray-300)}.emp-bar{height:3px;background:var(--gray-200);border-radius:3px;overflow:hidden}.emp-bar-fill{height:100%;background:var(--green);border-radius:3px}.login-page{min-height:100vh;background:var(--black);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:40px}.login-title{font-size:clamp(48px,7vw,88px);font-weight:700;letter-spacing:-.04em;line-height:.88;color:var(--white);margin-bottom:32px}.login-sub{font-size:16px;color:var(--gray-300);margin-bottom:48px;line-height:1.6}.login-btn{display:inline-flex;align-items:center;gap:12px;background:var(--white);color:var(--black);font-size:16px;font-family:inherit;font-weight:600;padding:16px 32px;border-radius:120px;border:none;cursor:pointer;text-decoration:none;transition:background .15s}.login-btn:hover{background:var(--gray-100)}.login-logo{position:absolute;top:20px;left:20px;font-size:18px;font-weight:700;letter-spacing:-.04em;color:var(--white);text-decoration:none}.page-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:16px;flex-wrap:wrap}.page-top-left{display:flex;flex-direction:column;gap:12px}.page-top-meta{font-size:12px;color:var(--gray-400)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--gray-200);margin-bottom:32px}.tab{font-size:13px;font-weight:600;padding:12px 18px;cursor:pointer;margin-bottom:-1px;color:var(--gray-400);background:none;border:none;border-bottom:2px solid transparent;font-family:inherit;transition:color .15s}.tab.active{border-bottom-color:var(--black)}.tab.active,.tab:hover{color:var(--black)}.analytics-groups{display:flex;flex-direction:column;gap:10px;margin-bottom:48px}.analytics-row{display:grid;grid-template-columns:220px 1fr 70px 60px;align-items:center;grid-gap:16px;gap:16px;padding:10px 0;border-bottom:1px solid var(--gray-200)}.analytics-label{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.analytics-bar-wrap{height:6px;background:var(--gray-200);border-radius:3px;overflow:hidden}.analytics-bar-fill{height:100%;border-radius:3px;transition:width .3s}.analytics-val{font-size:14px;font-weight:600;text-align:right;min-width:0}.analytics-val--money{min-width:100px;color:var(--gray-400);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.analytics-count{font-size:13px;color:var(--gray-300);text-align:right}@media (max-width:640px){.analytics-row{grid-template-columns:minmax(0,1fr) auto auto;grid-auto-rows:auto;gap:4px 10px}.analytics-label{grid-column:1/2}.analytics-bar-wrap{grid-column:1/-1;order:2}.analytics-count{display:none}.analytics-val--money{min-width:0;font-size:12px}}.my-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin:24px 0 40px}.my-stats-block{background:var(--gray-100);border-radius:16px;padding:20px;min-width:0;overflow:hidden}.my-stats-title{font-size:15px;font-weight:600;margin-bottom:4px}.my-stats-sub{font-size:12px;color:var(--gray-400);margin-bottom:16px}.my-stats>.filter-bar,.my-stats>[style*=grid-column]{grid-column:1/-1}@media (max-width:1024px){.my-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.my-stats{grid-template-columns:1fr;gap:12px}}.mbar-group{gap:6px;height:80px}.mbar-group,.mbar-pair{display:flex;align-items:flex-end}.mbar-pair{gap:2px;flex:1 1;min-width:0}.mbar{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}.mbar-track{width:14px;height:64px;background:var(--gray-200);border-radius:4px;overflow:hidden;display:flex;align-items:flex-end}.mbar-fill{width:100%;border-radius:4px;transition:height .3s}.mbar-val{font-size:10px;color:var(--gray-400)}.mbar-label{font-size:11px;font-weight:500;overflow:hidden;text-overflow:ellipsis}.mbar-sub{font-size:10px;color:var(--gray-400)}.trend-bars{display:flex;gap:4px;align-items:flex-end;height:80px}.trend-bar-wrap{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1 1;min-width:0}.trend-bar-val{font-size:10px;color:var(--gray-400)}.trend-bar-track{width:100%;flex:1 1;background:var(--gray-200);border-radius:4px;overflow:hidden;display:flex;align-items:flex-end}.trend-bar-fill{width:100%;border-radius:4px;transition:height .3s}.trend-bar-label{font-size:9px;color:var(--gray-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.user-add-form{background:var(--gray-100);border-radius:12px;padding:16px;margin-bottom:24px}.users-list{display:flex;flex-direction:column;gap:2px}.user-row{display:grid;grid-template-columns:minmax(180px,260px) 1fr;grid-gap:16px;gap:16px;align-items:center;padding:12px 0;border-bottom:1px solid var(--gray-200)}@media (max-width:680px){.user-row{grid-template-columns:1fr}}.user-info{min-width:0}.user-name{font-size:15px;font-weight:500;word-break:break-word}.user-email{font-size:13px;color:var(--gray-400);word-break:break-all}.user-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.role-select{padding:4px 8px;border:1px solid var(--gray-200);border-radius:8px;font-size:13px;cursor:pointer;font-weight:500}.ac-list,.role-select{background:var(--white)}.ac-list{position:absolute;top:calc(100% + 4px);left:0;right:0;border:1.5px solid var(--black);border-radius:10px;max-height:220px;overflow-y:auto;z-index:200;list-style:none;padding:4px;box-shadow:0 8px 24px rgba(0,0,0,.12)}.ac-item{padding:8px 12px;font-size:14px;border-radius:6px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ac-item--active,.ac-item:hover{background:var(--gray-100)}.pill{padding:5px 14px;border-radius:20px;border:1.5px solid var(--gray-200);background:var(--white);font-size:13px;font-weight:500;color:var(--gray-400);cursor:pointer;transition:border-color .15s,color .15s,background .15s;white-space:nowrap}.pill:hover{border-color:var(--black);color:var(--black)}.pill--active{border-color:var(--black);background:var(--black);color:var(--white)}.search-input{height:34px;padding:0 12px;border:1.5px solid var(--gray-200);border-radius:10px;font-size:14px;color:var(--black);background:var(--white);outline:none;min-width:220px;transition:border-color .15s}.search-input:focus{border-color:var(--black)}.search-input::placeholder{color:var(--gray-300)}.filter-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:16px 0;border-bottom:1px solid var(--gray-200);margin-bottom:20px}.filter-bar .search-input{margin-left:auto}.activity-filter{display:grid;grid-template-columns:minmax(200px,1fr) auto auto auto minmax(220px,2fr) auto auto auto;grid-gap:8px;gap:8px;align-items:center;padding:16px;border:1px solid var(--gray-200);border-radius:12px;margin-bottom:16px}.activity-filter__date{display:flex}.activity-filter__date input{padding:6px 10px;border:1px solid var(--gray-200);border-radius:8px;font-family:inherit}@media (max-width:640px){.activity-filter{grid-template-columns:1fr 1fr;gap:8px;padding:12px}.activity-filter__action,.activity-filter__q,.activity-filter__user{grid-column:1/-1}.activity-filter__date{width:100%;background:var(--gray-50);border-radius:8px;padding:6px 10px}.activity-filter__date span{flex-shrink:0}.activity-filter__date input{flex:1 1;min-width:0;padding:4px 0;border:none;background:transparent}.activity-filter__limit{grid-column:1/-1}.activity-filter__csv,.activity-filter__refresh{width:100%}}.row-actions{display:flex;gap:6px;justify-content:flex-end}.row-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1.5px solid var(--gray-200);background:var(--white);color:var(--gray-400);font-size:16px;cursor:pointer;transition:border-color .15s,color .15s,background .15s;flex-shrink:0}.row-btn:hover{border-color:var(--black);color:var(--black);background:var(--gray-100)}.row-btn-del:hover{border-color:var(--red);color:var(--red);background:var(--red-tint)}.row-btn:disabled{opacity:.4;cursor:default}.row-deleting{opacity:.5}.empty{padding:80px 0;text-align:center;color:var(--gray-300);font-size:16px}@media (max-width:768px){.page,.page-sm{padding:24px 14px}.emp-grid,.form-row{grid-template-columns:1fr}.hours-grid{grid-template-columns:repeat(7,1fr);gap:4px}.hours-cell input{padding:6px 2px!important;font-size:14px}.hours-cell label{font-size:9px}.page-top{flex-direction:column;align-items:stretch}.stats-bar{flex-wrap:wrap;gap:16px 24px;padding:14px 0;margin-bottom:20px}.stat-value{font-size:28px}.stat-label{font-size:12px}.progress-wrap{flex-basis:100%;max-width:none}.header{gap:12px;padding:10px 14px}.header-nav{gap:2px;flex-wrap:wrap}.header-user{gap:10px;font-size:13px}}@media (max-width:640px){body{font-size:14px;line-height:1.45}.page,.page-sm{padding:8px 12px 24px}.h1{font-size:26px;line-height:1.1;letter-spacing:-.02em}.h2{font-size:20px;line-height:1.2;letter-spacing:-.015em}.h3{font-size:16px}.label{font-size:10px}.header{gap:8px;padding:10px 12px 0;flex-wrap:wrap;align-items:center;height:auto;min-height:56px}.page-top-left .label{display:none}.header-logo{font-size:16px;flex-shrink:0}.header-user{margin-left:auto;gap:8px;font-size:12px;flex-shrink:0}.header-user>span:not(.header-badge){max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-badge{font-size:10px;padding:2px 6px}.btn-ghost.btn-sm{font-size:12px;padding:5px 12px}.header-nav{order:3;width:100%;flex-basis:100%;margin:8px -12px 0;padding:0 12px 8px;gap:6px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 28px),transparent)}.header-nav::-webkit-scrollbar{display:none}.header-dept-chip,.header-nav-link{font-size:13px;padding:5px 12px;white-space:nowrap;flex-shrink:0}.page-top{gap:12px;margin-bottom:16px;flex-direction:column;align-items:stretch}.page-top-left{gap:4px}.page-top>div:last-child{display:grid!important;grid-template-columns:1fr 1fr;align-items:stretch!important;grid-gap:8px!important;gap:8px!important;width:100%}.page-top>div:last-child>.btn,.page-top>div:last-child>button{justify-content:center;min-width:0}.page-top>div:last-child>span{grid-column:1/-1;text-align:left;font-size:11px!important;color:var(--gray-400)!important;order:-1}.page-top>div:last-child:has(>:only-child){grid-template-columns:1fr}.stats-bar{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 16px;gap:12px 16px;padding:12px 0;margin-bottom:14px;border-top:1px solid var(--gray-200)}.stats-bar .stat-item{min-width:0}.stat-value{font-size:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-value>span{font-size:12px!important}.stat-label{font-size:11px}.stats-bar .stat-item:nth-child(n+3){display:none}.page-top-meta{font-size:11px;color:var(--gray-400);grid-column:1/-1;order:-2}.btn{font-size:14px;padding:12px 18px;min-height:44px}.btn-sm{font-size:13px;padding:9px 14px;min-height:38px}.week-nav{gap:8px;width:100%;justify-content:space-between}.week-nav-label{min-width:0;flex:1 1;font-size:13px}.week-nav-label--clickable{padding:6px 10px}.week-btn{width:32px;height:32px;font-size:14px;flex-shrink:0}.week-dropdown{min-width:280px;max-width:calc(100vw - 24px)}.week-option-bar{width:40px}.tabs{position:-webkit-sticky;position:sticky;top:76px;z-index:50;background:var(--white);overflow-x:auto;overflow-y:hidden;touch-action:pan-x;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;flex-wrap:nowrap;margin:0 -12px 14px;padding:0 12px;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 32px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 32px),transparent)}.tabs::-webkit-scrollbar{display:none}.tab{font-size:14px;padding:9px 14px;white-space:nowrap;flex-shrink:0}.filter-bar{gap:8px;padding:12px 0;margin-bottom:14px}.filter-bar .search-input{margin-left:0;width:100%;min-width:0}.pill{font-size:12px;padding:4px 10px}.search-input{min-width:0;width:100%}.table-wrap{margin:0 -12px;padding:0 12px;-webkit-overflow-scrolling:touch}.table-wrap table{font-size:13px;min-width:640px}.table-wrap thead th{font-size:10px;padding:0 8px 8px}.table-wrap tbody td{padding:10px 8px}.table-wrap tbody td:first-child,.table-wrap thead th:first-child{position:-webkit-sticky;position:sticky;left:0;background:var(--white);z-index:1;box-shadow:1px 0 0 var(--gray-200)}.table-wrap tbody tr:hover td:first-child{background:var(--gray-100)}.td-num{width:32px;min-width:32px;padding:10px 4px!important}.projects-summary-dept,.projects-summary-row{grid-template-columns:minmax(0,1fr) auto auto;gap:6px 10px;padding:12px;font-size:13px}.projects-summary-row>.td-amount,.projects-summary-row>.td-num,.projects-summary-row>[class*=-hours],.projects-summary-row>[class*=-money]{font-size:13px}.projects-summary-dept>:nth-child(n+4),.projects-summary-row>:nth-child(n+5):not(:last-child){display:none}.projects-summary-row>:last-child{grid-column:1/-1;margin-top:4px}.projects-summary-breakdown{padding:10px 10px 12px 16px}.projects-summary-row .projects-summary-client,.projects-summary-row .projects-summary-project{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projects-summary-row .projects-summary-client{font-size:11px;color:var(--gray-400)}.projects-rank-dept,.projects-rank-person,.projects-rank-row{grid-template-columns:minmax(0,1fr) auto auto;gap:4px 10px;font-size:13px;padding:12px 10px;align-items:center}.projects-rank-dept>.projects-rank-dept__pct,.projects-rank-dept>.projects-rank-dept__people,.projects-rank-person>[class*=__pct],.projects-rank-person>[class*=__people],.projects-rank-row>.projects-rank-bar,.projects-rank-row>.projects-rank-count{display:none}.projects-rank-dept__money,.projects-rank-money,.projects-rank-person__money{font-size:12px;font-weight:600}.projects-rank-label{flex-direction:column!important;align-items:flex-start!important;gap:2px!important;min-width:0;overflow:hidden}.projects-rank-project{font-size:13px;width:100%}.projects-rank-client,.projects-rank-project{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projects-rank-client{font-size:11px;max-width:100%}.projects-rank-hours{font-size:13px;font-weight:700}.modal-overlay{padding:0;align-items:flex-end}.modal{padding:18px 16px 24px;border-radius:18px 18px 0 0;max-height:92vh;width:100%;max-width:100%;animation:sheet-up .22s ease-out}.modal:before{content:"";display:block;width:36px;height:4px;background:var(--gray-200);border-radius:2px;margin:-6px auto 12px}.modal-header{margin-bottom:14px}.modal-title{font-size:17px;font-weight:600}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.form-grid{gap:16px}.form-field input:not(.dp__input):not(.combo__type),.form-field select,.form-field textarea{font-size:16px}.hours-grid{grid-template-columns:repeat(7,1fr);gap:3px}.hours-cell input{padding:6px 1px!important;font-size:13px}.hours-cell label{font-size:9px}.login-page{padding:24px 20px}.login-title{font-size:clamp(36px,9vw,56px);margin-bottom:24px}.login-sub{font-size:14px;margin-bottom:32px}.login-btn{font-size:14px;padding:14px 24px}.user-row{padding:14px 0;gap:10px}.user-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;justify-content:stretch}.user-actions>*{width:100%;justify-content:center;text-align:center;min-width:0}.role-select{font-size:13px;padding:8px 10px;min-height:38px}.row-btn{width:28px;height:28px;font-size:14px}.analytics-label,.analytics-row,.analytics-val{font-size:13px}.my-stats-block{padding:14px;border-radius:12px}.my-stats-title{font-size:14px}.my-stats-sub{font-size:11px;margin-bottom:12px}.activity-table .activity-col-hide-mobile{display:none!important}.activity-table{font-size:12px}.activity-table td,.activity-table th{padding:8px 6px!important}.pill{min-height:32px;padding:6px 12px}.tab{min-height:40px}.week-btn{width:40px;height:40px;min-width:40px}.row-btn{width:36px;height:36px;min-width:36px}.form-field input:not(.dp__input):not(.combo__type),.form-field select,.form-field textarea{min-height:40px;padding:10px 14px}.search-input{min-height:40px;padding:8px 14px}}@media (max-width:380px){.stat-value{font-size:22px}.header-logo{font-size:14px}.h1{font-size:32px}.h2{font-size:22px}}.hide-on-mobile{display:inline}.show-on-mobile{display:none}@media (max-width:640px){.hide-on-mobile{display:none!important}.show-on-mobile{display:inline!important}}.bottom-nav{display:none}@media (max-width:640px){.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.96);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--gray-200);padding:6px 8px max(env(safe-area-inset-bottom,8px),8px);z-index:90;justify-content:space-around;align-items:stretch}.bottom-nav__item{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 4px;color:var(--gray-300);text-decoration:none;font-size:10px;font-weight:500;border-radius:10px;min-height:48px;transition:color .15s,background .15s}.bottom-nav__item:active{background:var(--gray-100)}.bottom-nav__item--active{color:var(--black)}.bottom-nav__icon{display:inline-flex}.bottom-nav__label{font-size:11px;letter-spacing:.01em}body{padding-bottom:calc(80px + env(safe-area-inset-bottom, 0px))}}.skeleton{background:linear-gradient(90deg,var(--gray-100) 0,var(--gray-200) 40%,var(--gray-100) 80%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:var(--r-md);display:inline-block}.skeleton--block{display:block;width:100%}.skeleton--line{height:14px;margin:6px 0}.skeleton--title{height:30px;width:60%;margin:8px 0 12px}.skeleton--card{height:100px;border-radius:var(--r-lg);margin-bottom:10px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pull-indicator{position:fixed;top:0;left:50%;z-index:80;width:36px;height:36px;background:var(--white);border:1px solid var(--gray-200);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.08);pointer-events:none;transition:opacity .15s;color:var(--black)}.pull-indicator__icon{display:inline-flex}.pull-indicator__icon--spin{animation:pull-spin .8s linear infinite}@keyframes pull-spin{to{transform:rotate(1turn)}}.combo{position:relative;display:inline-block}.combo__trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;width:100%;height:38px;padding:0 14px 0 16px;border:1px solid var(--gray-200);background:var(--white);border-radius:var(--r-pill);font-size:13.5px;font-weight:500;color:var(--black);cursor:pointer;transition:border-color .12s,box-shadow .12s}.combo__trigger:hover{border-color:var(--gray-300)}.combo__trigger.is-disabled{cursor:default;background:var(--gray-100);color:var(--gray-400)}.combo__trigger.is-disabled:hover{border-color:var(--gray-200)}.combo__trigger.is-open{border-color:var(--black);box-shadow:0 0 0 3px rgba(31,31,31,.06)}.combo--sm .combo__trigger{height:32px;font-size:13px;padding:0 12px 0 14px}.combo__value{flex:1 1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.combo__value--placeholder{color:var(--gray-300)}.combo__trigger--typing{cursor:text}.combo__type{flex:1 1;min-width:0;border:0;background:transparent;outline:none;font:inherit;color:var(--black);padding:0}.combo__type::placeholder{color:var(--gray-300);font-weight:500}.combo__chev{color:var(--gray-400);transition:transform .12s;flex-shrink:0}.combo__trigger.is-open .combo__chev{transform:rotate(180deg);color:var(--black)}.combo__menu{position:absolute;top:calc(100% + 6px);left:0;min-width:100%;max-height:320px;overflow-y:auto;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:0 8px 28px rgba(0,0,0,.1);padding:6px;z-index:50;display:flex;flex-direction:column}.combo__menu--portal{z-index:1000}.combo__empty{padding:10px;font-size:13px;color:var(--gray-400);text-align:center}.combo__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:0;background:transparent;border-radius:var(--r-md);cursor:pointer;text-align:left;font-size:13.5px;color:var(--black);transition:background .08s;white-space:nowrap}.combo__item.is-active,.combo__item.is-current,.combo__item:hover{background:var(--gray-100)}.combo__item.is-current{font-weight:600}.combo__item-label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis}.combo__item-meta{flex-shrink:0;margin-left:auto;padding-left:12px;font-size:11px;color:var(--gray-400);font-weight:500}.combo__item-dot{flex-shrink:0;width:8px;height:8px;border-radius:999px}.combo__item-check{color:var(--black);flex-shrink:0}.combo__item-count{flex-shrink:0;min-width:24px;text-align:center;padding:1px 7px;border-radius:999px;background:var(--gray-100);color:var(--gray-500);font-size:11px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.scope-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.scope-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;border:1px solid var(--gray-200);background:var(--white);font-size:13px;font-weight:500;color:var(--gray-400);cursor:pointer;transition:border-color .12s,color .12s}.scope-chip:hover{border-color:var(--gray-300);color:var(--black)}.scope-chip.is-active{border-color:var(--black);color:var(--black);font-weight:600}.scope-chip__count{min-width:20px;padding:1px 7px;border-radius:999px;background:var(--gray-100);color:var(--gray-500);font-size:11px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.scope-chip--alert,.scope-chip--alert:hover{border-color:var(--red);color:var(--red)}.scope-chip--alert .scope-chip__count{background:var(--red);color:var(--white)}.scope-chip--alert.is-active{border-color:var(--red);color:var(--red);font-weight:600}.users-search{width:100%;max-width:320px;padding:8px 12px;border:1px solid var(--gray-200);border-radius:8px;font-size:13px;font-family:inherit;background:var(--white);outline:none}.users-search:focus{border-color:var(--black)}.users-empty{padding:32px 0;text-align:center;font-size:14px;color:var(--gray-400)}.queue-hint{background:var(--gray-100);border-radius:12px;padding:14px 16px;margin-bottom:20px;font-size:13px;line-height:1.5;color:var(--gray-500)}.user-field{display:flex;flex-direction:column;gap:4px;min-width:132px}.user-field>label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-300)}@media (max-width:680px){.user-field{min-width:0}.users-search{max-width:none}}.dp{position:relative;display:inline-block}.form-field .dp,.form-field .dp__input,.form-field .dp__trigger{width:100%}.dp__trigger{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 8px 0 10px;border:1px solid var(--gray-200);border-radius:var(--r-sm);background:var(--white);transition:border-color .12s,box-shadow .12s}.dp--sm .dp__trigger{height:30px;padding:0 6px 0 8px}.dp__trigger:hover{border-color:var(--gray-300)}.dp__trigger.is-open{border-color:var(--black);box-shadow:0 0 0 3px rgba(31,31,31,.06)}.dp__icon-btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;padding:0;cursor:pointer;color:var(--gray-400);flex-shrink:0}.dp__icon-btn:hover,.dp__input{color:var(--black)}.dp__input{width:92px;min-width:0;border:0;outline:none;background:transparent;font:inherit;font-size:13.5px;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;padding:0}.dp--sm .dp__input{font-size:12.5px;width:86px}.dp__input::placeholder{color:var(--gray-300);font-weight:500}.dp__clear{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;padding:2px;cursor:pointer;color:var(--gray-400);background:var(--gray-100);flex-shrink:0;border-radius:var(--r-pill)}.dp__clear:hover{color:var(--white);background:var(--black)}.dp__pop{width:280px;padding:12px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:0 10px 34px rgba(0,0,0,.12)}.dp__pop--fixed{position:fixed;z-index:1001}.dp__pop-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dp__pop-title{font-size:13px;font-weight:600;text-transform:capitalize}.dp__nav{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:0;border-radius:var(--r-sm);background:transparent;color:var(--gray-400);cursor:pointer}.dp__nav:hover{background:var(--gray-100);color:var(--black)}.dp__pop-dow,.dp__pop-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px}.dp__pop-dow{margin-bottom:4px}.dp__pop-dow span{text-align:center;font-size:10px;font-weight:600;color:var(--gray-300);text-transform:uppercase}.dp__cell{height:32px;border:0;border-radius:var(--r-sm);background:transparent;font-size:12.5px;font-weight:500;color:var(--black);cursor:pointer;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:background .08s}.dp__cell:hover:not(.is-disabled){background:var(--gray-100)}.dp__cell.is-other{color:var(--gray-300)}.dp__cell.is-today{box-shadow:inset 0 0 0 1px var(--gray-300);font-weight:700}.dp__cell.is-selected{color:var(--white);font-weight:700}.dp__cell.is-selected,.dp__cell.is-selected:hover{background:var(--black)}.dp__cell.is-disabled{color:var(--gray-200);cursor:default}.dp__pop-foot{display:flex;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid var(--gray-200)}.dp__foot-btn{border:0;background:transparent;padding:6px 10px;border-radius:var(--r-sm);font-size:11.5px;font-weight:500;color:var(--black);cursor:pointer}.dp__foot-btn:hover{background:var(--gray-100)}.dp__foot-btn--mute{color:var(--gray-400);margin-left:auto}.ts-checkbox{display:inline-flex;align-items:flex-start;gap:8px;border:0;background:transparent;padding:0;cursor:pointer;font:inherit;font-size:13px;color:var(--black);text-align:left}.ts-checkbox.is-disabled{cursor:default;opacity:.5}.ts-checkbox__box{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;margin-top:1px;border:1.5px solid var(--gray-300);border-radius:5px;background:var(--white);color:var(--black);transition:border-color .1s,background .1s}.ts-checkbox:hover .ts-checkbox__box{border-color:var(--black)}.ts-checkbox__box.is-checked{background:var(--green);border-color:var(--green)}.ts-checkbox__label{line-height:1.4}.confirm-modal{max-width:420px;padding:22px 24px 20px}.confirm-modal__title{font-size:16px;font-weight:650;letter-spacing:-.01em;line-height:1.3}.confirm-modal__body{margin-top:10px;font-size:13.5px;line-height:1.5;color:var(--gray-400)}.confirm-modal__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.activity-filter__user{min-width:200px}.activity-filter__action{min-width:150px}.activity-filter__limit{min-width:90px}.activity-filter__date{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--gray-400)}.fin-hint{background:var(--gray-100);border-radius:12px;padding:12px 14px;font-size:13px;line-height:1.45}.fin-hint--mute{color:var(--gray-400)}.fin-hint--ok{background:var(--green);color:var(--black);font-weight:500}.fin-hint__title{font-weight:600;margin-bottom:10px}.fin-hint__list{display:flex;flex-direction:column;gap:6px}.fin-hint__row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--white);border-radius:8px;padding:8px 10px}.fin-hint__info{min-width:0}.fin-hint__name{font-weight:500;word-break:break-word}.fin-hint__meta{font-size:11.5px;color:var(--gray-400);margin-top:2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fin-hint__err,.fin-hint__taken{color:var(--red)}.fin-hint__err{margin-top:8px;font-size:12.5px}@media (max-width:680px){.fin-hint__row{flex-direction:column;align-items:stretch;gap:8px}}.access-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.access-section{margin-bottom:28px}.access-section__head{display:flex;align-items:center;gap:8px;padding-bottom:8px;margin-bottom:4px;border-bottom:1px solid var(--gray-200)}.access-section__dot{width:8px;height:8px;border-radius:var(--r-pill);flex-shrink:0}.access-section__name{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400)}.access-section__count{font-size:11px;font-weight:600;color:var(--gray-300);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.access-list{display:flex;flex-direction:column}.access-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.6fr) minmax(0,130px) minmax(0,1.3fr) 20px;align-items:center;grid-gap:16px;gap:16px;width:100%;padding:12px 10px;border:0;border-bottom:1px solid var(--gray-100);background:transparent;text-align:left;cursor:pointer;font:inherit;color:var(--black);border-radius:var(--r-md);transition:background .1s}.access-list--with-dept .access-row{grid-template-columns:minmax(0,2fr) minmax(0,1.4fr) minmax(0,130px) minmax(0,1.2fr) minmax(0,140px) 20px}.access-row:hover{background:var(--gray-100)}.access-row__main{min-width:0;flex-direction:column;gap:2px}.access-row__name{font-size:14px;font-weight:500}.access-row__email,.access-row__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-row__email{font-size:12px;color:var(--gray-300)}.access-row__dept,.access-row__group,.access-row__pos,.access-row__role{font-size:13px;color:var(--gray-400);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-row__dept em{font-style:normal;color:var(--red)}.access-row__chev{color:var(--gray-300);display:inline-flex}.access-row:hover .access-row__chev{color:var(--black)}.access-card{max-width:520px}.access-card__email{font-size:13px;color:var(--gray-300);margin-top:4px}.access-card__fields{display:flex;flex-direction:column;gap:16px;margin-top:22px}.access-card__meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:18px;padding-top:14px;border-top:1px solid var(--gray-200);font-size:12.5px;color:var(--gray-400)}.access-card__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.access-card__danger{color:var(--red);border-color:var(--red);margin-left:auto}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--black);color:var(--white);padding:12px 24px;border-radius:var(--r-lg);font-size:14px;z-index:9999;max-width:90vw;text-align:center}@media (max-width:900px){.access-row{grid-template-columns:1fr auto;grid-template-areas:"main chev" "meta meta";row-gap:6px;padding:14px 10px}.access-row__main{grid-area:main}.access-row__chev{grid-area:chev}.access-row__dept,.access-row__group,.access-row__pos,.access-row__role{grid-area:meta;display:inline;font-size:12px;white-space:normal}.access-row__group:after,.access-row__pos:after,.access-row__role:after{content:" · "}.access-card__danger{margin-left:0}}.app-switcher{position:relative}.app-switcher,.app-switcher__btn{display:inline-flex;align-items:center}.app-switcher__btn{gap:5px;padding:2px 6px 2px 0;border:0;background:transparent;cursor:pointer;font:inherit;color:inherit;text-transform:lowercase;letter-spacing:-.02em;line-height:1;border-radius:var(--r-sm)}.app-switcher__btn:hover{color:var(--green)}.app-switcher__btn svg{opacity:.7;transition:transform .12s}.app-switcher__btn.is-open svg{transform:rotate(180deg)}.app-switcher__menu{position:absolute;top:calc(100% + 8px);left:-10px;min-width:220px;background:var(--white);color:var(--black);border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:0 10px 34px rgba(0,0,0,.14);padding:6px;z-index:1000;display:flex;flex-direction:column;gap:2px}.app-switcher__item{display:flex;align-items:center;gap:8px;padding:9px 12px;border:0;background:transparent;cursor:pointer;border-radius:var(--r-md);text-align:left;text-transform:lowercase;letter-spacing:-.01em;white-space:nowrap;font:inherit;color:var(--black)}.app-switcher__item:hover{background:var(--gray-100)}.app-switcher__item.is-current{background:var(--gray-100);font-weight:600}.app-switcher__item-label{font-weight:700;font-size:14px}.app-switcher__item-sub{font-size:12px;color:var(--gray-400);margin-left:auto}.err-state{max-width:520px;padding:40px 0}.err-state__text{margin-top:14px;font-size:15px;line-height:1.55;color:var(--gray-400)}.err-state__digest{margin-top:10px;font-size:12px;color:var(--gray-300);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.err-state__actions{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:32px}.page-label{font-size:11px;font-weight:600;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);margin-bottom:8px}@media (max-width:680px){.page-head{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:24px}}.header-brand-name{line-height:1;color:inherit;text-decoration:none}.header-brand-name:hover{color:var(--green)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid hsla(0,0%,100%,.18);background:transparent;color:hsla(0,0%,100%,.7);border-radius:var(--r-pill);cursor:pointer;transition:color .12s,border-color .12s}.theme-toggle:hover{color:var(--accent);border-color:hsla(0,0%,100%,.4)}.search-pill{position:relative;display:inline-flex;align-items:center;width:320px;max-width:100%;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-pill);height:38px;padding:0 12px 0 38px;transition:border-color .12s,box-shadow .12s}.search-pill:focus-within{border-color:var(--black);box-shadow:0 0 0 3px rgba(31,31,31,.06)}.search-pill__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--gray-300);pointer-events:none}.search-pill:focus-within .search-pill__icon{color:var(--black)}.search-pill__input{flex:1 1;min-width:0;border:0;background:transparent;font:inherit;font-size:13.5px;color:var(--black);outline:none;padding:0}.search-pill__input::placeholder{color:var(--gray-300)}.search-pill__clear{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;border:0;border-radius:var(--r-pill);background:var(--gray-100);color:var(--gray-400);cursor:pointer}.search-pill__clear:hover{background:var(--black);color:var(--white)}.cmdk-overlay{position:fixed;inset:0;z-index:500;background:rgba(31,31,31,.55);display:flex;align-items:flex-start;justify-content:center;padding:12vh 16px 16px}.cmdk-shell{width:100%;max-width:560px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-2xl);box-shadow:0 24px 60px rgba(0,0,0,.24);overflow:hidden}.cmdk-input-wrap{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--gray-200);color:var(--gray-300)}.cmdk-input{flex:1 1;min-width:0;border:0;background:transparent;outline:none;font:inherit;font-size:15px;color:var(--black)}.cmdk-input::placeholder{color:var(--gray-300)}.cmdk-kbd{flex-shrink:0;font:inherit;font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);background:var(--gray-100);border-radius:var(--r-sm);padding:3px 7px}.cmdk-list{max-height:56vh;overflow-y:auto;padding:6px}.cmdk-empty{padding:24px 12px;text-align:center;font-size:13px;color:var(--gray-400)}.cmdk-group+.cmdk-group{margin-top:4px}.cmdk-group-label{padding:8px 10px 4px;font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300)}.cmdk-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:0;background:transparent;cursor:pointer;border-radius:var(--r-md);text-align:left;font:inherit;font-size:13.5px;color:var(--black)}.cmdk-item.is-active{background:var(--gray-100)}.cmdk-item__dot{width:6px;height:6px;border-radius:var(--r-pill);background:var(--gray-300);flex-shrink:0}.cmdk-item__label{flex:1 1;min-width:0}.cmdk-item__hint,.cmdk-item__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmdk-item__hint{flex-shrink:0;margin-left:auto;padding-left:12px;font-size:11.5px;color:var(--gray-400);max-width:45%}.cmdk-trigger{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 10px 0 12px;border:1px solid hsla(0,0%,100%,.18);background:transparent;color:hsla(0,0%,100%,.7);border-radius:var(--r-pill);cursor:pointer;font:inherit;font-size:12.5px;transition:color .12s,border-color .12s}.cmdk-trigger:hover{color:var(--accent);border-color:hsla(0,0%,100%,.4)}.cmdk-trigger kbd{font:inherit;font-size:11px;font-weight:600;color:hsla(0,0%,100%,.45)}@media (max-width:900px){.cmdk-trigger{display:none}}.avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border-radius:var(--r-pill);background:var(--gray-100);color:var(--gray-400);font-weight:600;letter-spacing:-.01em;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.avatar--photo{background:var(--gray-200)}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.avatar--sm{width:24px;height:24px;font-size:9.5px}.avatar--md{width:34px;height:34px;font-size:12px}.avatar--lg{width:48px;height:48px;font-size:16px}.access-row__main{display:flex;align-items:center;gap:10px}.access-row__who{display:flex;flex-direction:column;gap:2px;min-width:0}.emp-name{display:flex;align-items:center;gap:10px}.emp-name__text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmdk-item .avatar--sm{width:22px;height:22px;font-size:9px}.load-error{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:var(--red-tint);border:1px solid rgba(198,40,40,.28);color:var(--red);border-radius:var(--r-lg);padding:12px 16px;margin-bottom:16px;font-size:13.5px}.load-error .btn{margin-left:auto}.emp-moved{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-300);border:1px solid var(--gray-200);border-radius:var(--r-pill);padding:1px 7px;flex-shrink:0}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_a890c1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_a890c1;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_a890c1{font-family:__Inter_a890c1,__Inter_Fallback_a890c1;font-style:normal}.__variable_a890c1{--font-sans:"__Inter_a890c1","__Inter_Fallback_a890c1"}