:root{--bg-from:#f6f7f9;--bg-to:#ebeef4;--surface:#ffffffb8;--surface-solid:#ffffffeb;--surface-2:#ffffff8c;--surface-highlight:#ffffffb3;--border:#0000000f;--border-strong:#0000001a;--text-primary:#1d2330;--text-secondary:#626d84;--text-tertiary:#8d95a5;--shadow:0 1px 2px #1118270a, 0 6px 20px #11182712;--shadow-lg:0 6px 16px #11182714, 0 24px 48px #11182729;--scrollbar:#0000002e;--pill-active-bg:#fff;--pill-active-text:#1d2330;--sidebar-tint:#ffffffb8;--skeleton-base:#e3e7ed;--skeleton-shine:#ffffffd9;--accent:#6043ef;--accent-bright:#7055f6;--accent-soft:#6043ef1f;--success:#22c35d;--success-soft:#22c35d24;--danger:#e8304f;--danger-soft:#e8304f24;--warning:#f6a823;--warning-soft:#f6a82329;--info:#259df4;--info-soft:#259df424}[data-theme=dark]{--bg-from:#131720;--bg-to:#090b11;--surface:#1e293b9e;--surface-solid:#1e293bf0;--surface-2:#1e293b73;--surface-highlight:#ffffff0d;--border:#ffffff14;--border-strong:#ffffff24;--text-primary:#f8fafc;--text-secondary:#a7b1be;--text-tertiary:#7e8a9a;--shadow:0 1px 2px #0000004d, 0 8px 24px #0006;--shadow-lg:0 8px 20px #00000073, 0 28px 56px #0000008c;--scrollbar:#ffffff29;--pill-active-bg:#fff;--pill-active-text:#1d2330;--sidebar-tint:#0f172ab8;--skeleton-base:#ffffff17;--skeleton-shine:#ffffff38}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{color:var(--text-primary);background:var(--bg-from);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;font-family:Inter,Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5;transition:color .3s cubic-bezier(.22,1,.36,1)}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track{background:0 0}body::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}body::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}body:before{content:"";z-index:-1;background:linear-gradient(135deg, var(--bg-from), var(--bg-to));position:fixed;inset:0}h1,h2,h3,h4{letter-spacing:-.02em;color:var(--text-primary);font-weight:700;line-height:1.2}h1{font-size:26px}h2{font-size:20px}h3{font-size:16px}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,select,textarea{color:inherit;font-family:inherit}ul{list-style:none}::selection{background:#6043ef1f}.text-secondary{color:var(--text-secondary)}.muted{color:var(--text-tertiary)}.fade-in{animation:.45s cubic-bezier(.22,1,.36,1) both fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-shell{width:100%;min-height:100vh;display:flex}.sidebar{z-index:100;background:var(--sidebar-tint);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:16px;width:264px;height:100vh;padding:20px 16px;transition:width .3s cubic-bezier(.22,1,.36,1),padding .3s cubic-bezier(.22,1,.36,1);display:flex;position:sticky;top:0}.sidebar.collapsed{width:84px;padding-left:12px;padding-right:12px}@media (width<=900px){.sidebar{box-shadow:var(--shadow-lg);position:fixed;left:0;transform:translate(0)}.sidebar.collapsed{width:264px;transform:translate(-100%)}}.sidebar__top{justify-content:space-between;align-items:center;height:44px;padding-left:6px;display:flex}.sidebar__brand{justify-content:flex-start;align-items:center;gap:12px;display:flex;overflow:hidden}.sidebar__logo{color:#fff;background:linear-gradient(135deg,#6043ef,#7055f6);border-radius:14px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 6px 18px #6043ef1f}.sidebar__logo svg{width:22px;height:22px}.sidebar__brand-name{letter-spacing:-.02em;white-space:nowrap;opacity:1;font-size:18px;font-weight:700;transition:opacity .2s cubic-bezier(.22,1,.36,1)}.sidebar__toggle{width:34px;height:34px;color:var(--text-secondary);border-radius:10px;flex-shrink:0;place-items:center;transition:color .32s cubic-bezier(.22,1,.36,1);display:grid}.sidebar__toggle:hover{background:var(--surface-2);color:var(--text-primary)}.sidebar__search{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;justify-content:flex-start;align-items:center;gap:8px;height:44px;padding:0 12px;display:flex}.sidebar__search svg{width:18px;height:18px;color:var(--text-tertiary);flex-shrink:0}.sidebar__search input{background:0 0;border:none;outline:none;width:100%;font-size:14px}.sidebar__search input::placeholder{color:var(--text-tertiary)}.sidebar__search:focus-within{border-color:#6043ef;box-shadow:0 0 0 3px #6043ef1f}.sidebar__nav{flex-direction:column;flex:1;gap:4px;margin:0 -4px;padding:0 4px;display:flex;overflow:hidden auto}.sidebar__nav::-webkit-scrollbar{width:8px;height:8px}.sidebar__nav::-webkit-scrollbar-track{background:0 0}.sidebar__nav::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}.sidebar__nav::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.sidebar__item{isolation:isolate;height:46px;color:var(--text-secondary);white-space:nowrap;border-radius:14px;justify-content:flex-start;align-items:center;gap:12px;padding:0 12px;font-size:14.5px;font-weight:500;transition:color .32s cubic-bezier(.22,1,.36,1);animation:.4s cubic-bezier(.22,1,.36,1) both navItemIn;display:flex;position:relative}.sidebar__item:before{content:"";z-index:-1;border-radius:inherit;background:var(--surface-2);opacity:0;transition:opacity .2s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.sidebar__item:after{content:"";opacity:0;background:linear-gradient(#6043ef,#7055f6);border-radius:0 3px 3px 0;width:3px;height:22px;transition:transform .28s cubic-bezier(.34,1.56,.64,1),opacity .2s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:0;transform:translateY(-50%)scaleY(0)}.sidebar__item .sidebar__icon{flex-shrink:0;place-items:center;width:22px;height:22px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),color .32s cubic-bezier(.22,1,.36,1);display:grid}.sidebar__item .sidebar__icon svg{width:21px;height:21px}.sidebar__item .sidebar__label{opacity:1;transition:opacity .2s cubic-bezier(.22,1,.36,1)}.sidebar__item:hover{color:var(--text-primary)}.sidebar__item:hover:before{opacity:1}.sidebar__item:hover .sidebar__icon{transform:scale(1.12)}.sidebar__item.active{background:var(--pill-active-bg);color:var(--pill-active-text);font-weight:600;box-shadow:0 6px 18px #1118271a}.sidebar__item.active:before{opacity:0}.sidebar__item.active:after{opacity:1;transform:translateY(-50%)scaleY(1)}.sidebar__item.active .sidebar__icon{color:#6043ef}@keyframes navItemIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.sidebar__nav .sidebar__item:first-child{animation-delay:0s}.sidebar__nav .sidebar__item:nth-child(2){animation-delay:40ms}.sidebar__nav .sidebar__item:nth-child(3){animation-delay:80ms}.sidebar__nav .sidebar__item:nth-child(4){animation-delay:.12s}.sidebar__nav .sidebar__item:nth-child(5){animation-delay:.16s}.sidebar__nav .sidebar__item:nth-child(6){animation-delay:.2s}.sidebar__nav .sidebar__item:nth-child(7){animation-delay:.24s}.sidebar__nav .sidebar__item:nth-child(8){animation-delay:.28s}.sidebar__nav .sidebar__item:nth-child(9){animation-delay:.32s}.sidebar__nav .sidebar__item:nth-child(10){animation-delay:.36s}.sidebar__nav .sidebar__item:nth-child(11){animation-delay:.4s}.sidebar__nav .sidebar__item:nth-child(12){animation-delay:.44s}.sidebar__tooltip{background:var(--text-primary);color:var(--bg-from);pointer-events:none;opacity:0;white-space:nowrap;box-shadow:var(--shadow);z-index:101;border-radius:10px;padding:6px 12px;font-size:12.5px;font-weight:600;transition:opacity .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:calc(100% + 14px);transform:translateY(-50%)scale(.9)}.sidebar__footer{flex-direction:column;gap:12px;margin-top:auto;display:flex}.sidebar__ticker{background:#6043ef1f;border:1px solid #6043ef38;border-radius:14px;justify-content:flex-start;align-items:center;gap:12px;padding:12px;animation:.4s cubic-bezier(.22,1,.36,1) both fadeIn;display:flex;overflow:hidden}.sidebar__ticker.is-overdue{background:var(--danger-soft);border-color:#e8304f4d}.sidebar__ticker.is-overdue .sidebar__ticker-icon{color:#e8304f}.sidebar__ticker-icon{color:#6043ef;background:var(--surface-solid);width:34px;height:34px;box-shadow:var(--shadow);border-radius:10px;flex-shrink:0;place-items:center;display:grid;position:relative}.sidebar__ticker-icon svg{width:18px;height:18px}.sidebar__ticker-pulse{border-radius:inherit;opacity:0;border:2px solid;animation:2.4s cubic-bezier(.22,1,.36,1) infinite tickerPulse;position:absolute;inset:0}.sidebar__ticker-body{flex-direction:column;min-width:0;display:flex}.sidebar__ticker-label{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:600;overflow:hidden}.sidebar__ticker-owner{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}@keyframes tickerPulse{0%{opacity:.5;transform:scale(.9)}70%,to{opacity:0;transform:scale(1.5)}}.account-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;justify-content:flex-start;align-items:center;gap:12px;padding:12px;display:flex;position:relative}.account-card__avatar-btn{cursor:default;border-radius:999px;flex-shrink:0;padding:0;transition:transform .32s cubic-bezier(.22,1,.36,1);display:inline-flex}.account-card__avatar{object-fit:cover;border:2px solid var(--border-strong);border-radius:999px;flex-shrink:0;width:40px;height:40px;display:block}.account-card__avatar--fallback{color:#fff;background:linear-gradient(135deg,#6043ef,#7055f6);place-items:center;font-size:15px;font-weight:700;display:grid}.account-card__info{flex:1;min-width:0}.account-card__name{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.account-card__role{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.account-card__menu{width:32px;height:32px;color:var(--text-secondary);border-radius:10px;flex-shrink:0;place-items:center;transition:color .32s cubic-bezier(.22,1,.36,1);display:grid}.account-card__menu:hover{background:var(--danger-soft);color:var(--danger)}.account-menu{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:14px;flex-direction:column;gap:2px;padding:6px;animation:.2s cubic-bezier(.22,1,.36,1) both fadeIn;display:flex;position:absolute;bottom:calc(100% + 10px);left:0;right:0}.account-menu button{height:40px;color:var(--text-primary);border-radius:10px;justify-content:flex-start;align-items:center;gap:12px;padding:0 12px;font-size:13.5px;font-weight:500;display:flex}.account-menu button svg{width:18px;height:18px}.account-menu button:hover{background:var(--surface-2)}.account-menu button.danger:hover{background:var(--danger-soft);color:var(--danger)}.sidebar.collapsed .sidebar__brand-name,.sidebar.collapsed .sidebar__item .sidebar__label,.sidebar.collapsed .account-card__info,.sidebar.collapsed .account-card__menu{opacity:0;pointer-events:none;width:0}.sidebar.collapsed .sidebar__ticker{display:none}.sidebar.collapsed .sidebar__top{flex-direction:column-reverse;gap:12px;height:auto;padding-left:0}.sidebar.collapsed .sidebar__search{justify-content:center;padding:0}.sidebar.collapsed .sidebar__search input{display:none}.sidebar.collapsed .sidebar__item{justify-content:center;padding:0}.sidebar.collapsed .sidebar__item:after{display:none}.sidebar.collapsed .sidebar__item:hover .sidebar__tooltip{opacity:1;transform:translateY(-50%)scale(1)}.sidebar.collapsed .account-card{justify-content:center;padding:8px}.sidebar.collapsed .account-card__avatar-btn{cursor:pointer}.sidebar.collapsed .account-card__avatar-btn:hover{transform:scale(1.05)}.sidebar.collapsed .account-card__avatar-btn:active{transform:scale(.96)}.sidebar.collapsed .account-menu{min-width:200px;left:0;right:auto}.main-content{flex:1;min-width:0;padding:22px 26px 26px;overflow-x:hidden}@media (width<=900px){.main-content{padding:16px}}.mobile-fab{display:none}@media (width<=900px){.mobile-fab{z-index:98;color:#fff;background:linear-gradient(135deg,#6043ef,#7055f6);border-radius:999px;place-items:center;width:50px;height:50px;display:grid;position:fixed;bottom:16px;left:16px;box-shadow:0 10px 26px #6043ef1f}.mobile-fab svg{width:24px;height:24px}}.sidebar-overlay{display:none}@media (width<=900px){.sidebar-overlay{z-index:99;background:#0006;animation:.2s fadeIn;display:block;position:fixed;inset:0}}.panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:20px;flex-direction:column;gap:16px;padding:20px;display:flex}.panel__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.panel__title{font-size:15px;font-weight:600}.panel__sub{color:var(--text-secondary);font-size:13px}.btn{white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:14px;font-weight:600;transition:transform .15s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1),opacity .32s cubic-bezier(.22,1,.36,1);display:flex}.btn svg{width:18px;height:18px}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)scale(.97)}.btn:disabled{opacity:.5;pointer-events:none}.btn--primary{color:#fff;background:linear-gradient(135deg,#6043ef,#7055f6);box-shadow:0 8px 20px #6043ef1f}.btn--primary:hover{box-shadow:0 10px 26px #6043ef73}.btn--ghost{background:var(--surface);border:1px solid var(--border);color:var(--text-primary)}.btn--ghost:hover{background:var(--surface-2);border-color:var(--border-strong)}.btn--danger{background:var(--danger-soft);color:#e8304f}.btn--danger:hover{color:#fff;background:#e8304f}.btn--success{background:var(--success-soft);color:#22c35d}.btn--success:hover{color:#fff;background:#22c35d}.btn--sm{border-radius:10px;height:34px;padding:0 12px;font-size:13px}.btn--block{width:100%}.icon-btn{width:36px;height:36px;color:var(--text-secondary);border-radius:10px;place-items:center;transition:color .32s cubic-bezier(.22,1,.36,1);display:grid}.icon-btn svg{width:18px;height:18px}.icon-btn:hover{background:var(--surface-2);color:var(--text-primary)}.icon-btn.danger:hover{background:var(--danger-soft);color:#e8304f}.icon-btn.success:hover{background:var(--success-soft);color:#22c35d}.badge{color:var(--text-secondary);background:var(--surface-2);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.badge svg{width:14px;height:14px}.badge--success{color:#22c35d;white-space:nowrap;background:#22c35d24;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.badge--success svg{width:14px;height:14px}.badge--danger{color:#e8304f;white-space:nowrap;background:#e8304f24;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.badge--danger svg{width:14px;height:14px}.badge--warning{color:#b87c14;white-space:nowrap;background:#f6a82329;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.badge--warning svg{width:14px;height:14px}.badge--info{color:#259df4;white-space:nowrap;background:#259df424;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.badge--info svg{width:14px;height:14px}.badge--accent{color:#6043ef;white-space:nowrap;background:#6043ef1f;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.badge--accent svg{width:14px;height:14px}.badge__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.avatar{color:#fff;background:linear-gradient(135deg,#6043ef,#7055f6);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;line-height:1;display:flex;overflow:hidden}.avatar--sm{width:30px;height:30px;font-size:12px}.stat-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:20px;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}.stat-card:hover{box-shadow:var(--shadow-lg), inset 0 1px 0 var(--surface-highlight);transform:translateY(-4px)}.stat-card{flex-direction:column;gap:12px;padding:20px;display:flex;overflow:hidden}.stat-card__top{justify-content:space-between;align-items:flex-start;display:flex}.stat-card__icon{color:#fff;border-radius:14px;place-items:center;width:46px;height:46px;transition:transform .35s cubic-bezier(.34,1.56,.64,1);display:grid}.stat-card__icon svg{width:24px;height:24px}.stat-card:hover .stat-card__icon{transform:scale(1.08)rotate(-3deg)}.stat-card__trend{color:#22c35d;white-space:nowrap;background:#22c35d24;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.stat-card__trend svg{width:14px;height:14px}.stat-card__trend.down{color:#e8304f;white-space:nowrap;background:#e8304f24;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.stat-card__trend.down svg{width:14px;height:14px}.stat-card__value{letter-spacing:-.03em;font-size:30px;font-weight:700;line-height:1}.stat-card__label{color:var(--text-secondary);font-size:13.5px;font-weight:500}.grid-table{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:20px;flex-direction:column;gap:16px;padding:20px;display:flex}.grid-table__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.grid-table__search{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;flex:1;justify-content:flex-start;align-items:center;gap:8px;min-width:220px;max-width:360px;height:40px;padding:0 12px;display:flex}.grid-table__search svg{width:17px;height:17px;color:var(--text-tertiary)}.grid-table__search input{background:0 0;border:none;outline:none;width:100%;font-size:14px}.grid-table__search input::placeholder{color:var(--text-tertiary)}.grid-table__search:focus-within{border-color:#6043ef;box-shadow:0 0 0 3px #6043ef1f}.grid-table__scroll{width:100%;max-height:70vh;overflow:auto}.grid-table__scroll::-webkit-scrollbar{width:8px;height:8px}.grid-table__scroll::-webkit-scrollbar-track{background:0 0}.grid-table__scroll::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}.grid-table__scroll::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.grid-table table{border-collapse:collapse;width:100%;font-size:14px}.grid-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);white-space:nowrap;-webkit-user-select:none;user-select:none;padding:10px 14px;font-size:12px;font-weight:600;position:sticky;top:0}.grid-table thead th.sortable{cursor:pointer;transition:color .32s cubic-bezier(.22,1,.36,1)}.grid-table thead th.sortable:hover{color:var(--text-primary)}.grid-table thead th .th-inner{justify-content:flex-start;align-items:center;gap:4px;display:flex}.grid-table thead th svg{opacity:.7;width:15px;height:15px}.grid-table tbody td{border-top:1px solid var(--border);color:var(--text-primary);vertical-align:middle;padding:13px 14px}.grid-table tbody tr:hover{background:var(--surface-2)}.grid-table__cell-main{justify-content:flex-start;align-items:center;gap:12px;font-weight:500;display:flex}.grid-table__actions{justify-content:flex-end;align-items:center;gap:4px;display:flex}.grid-table__pager{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:8px;display:flex}.grid-table__pager-info{color:var(--text-secondary);font-size:13px}.grid-table__pager-controls{justify-content:flex-end;align-items:center;gap:4px;display:flex}.grid-table__page-btn{min-width:34px;height:34px;color:var(--text-secondary);border:1px solid #0000;border-radius:10px;place-items:center;padding:0 8px;font-size:13px;font-weight:600;transition:color .32s cubic-bezier(.22,1,.36,1);display:grid}.grid-table__page-btn svg{width:18px;height:18px}.grid-table__page-btn:hover:not(:disabled){background:var(--surface-2);color:var(--text-primary)}.grid-table__page-btn.active{background:var(--accent);color:#fff}.grid-table__page-btn:disabled{opacity:.4;pointer-events:none}.empty-state{text-align:center;color:var(--text-tertiary);padding:32px 16px}.empty-state svg{opacity:.6;width:38px;height:38px;margin-bottom:8px}.empty-state p{font-size:14px}.modal-overlay{z-index:1000;background:#0f172a80;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.2s cubic-bezier(.22,1,.36,1) fadeIn;display:flex;position:fixed;top:0;left:0}.modal{width:100%;max-width:480px;max-height:90vh}.modal--lg{max-width:720px}.modal{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);background:var(--surface-solid);will-change:transform;border-radius:28px;flex-direction:column;gap:20px;padding:24px;animation:.32s cubic-bezier(.34,1.56,.64,1) both modalPop;display:flex;overflow-y:auto}.modal::-webkit-scrollbar{width:8px;height:8px}.modal::-webkit-scrollbar-track{background:0 0}.modal::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}.modal::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.modal__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.modal__title{font-size:18px;font-weight:700}.modal__sub{color:var(--text-secondary);margin-top:2px;font-size:13px}.modal__body{grid-template-columns:1fr 1fr;gap:16px;display:grid}.modal__foot{justify-content:flex-end;align-items:center;gap:12px;display:flex}@keyframes modalPop{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.field{flex-direction:column;gap:6px;display:flex}.field--full{grid-column:1/-1}.field label{color:var(--text-secondary);font-size:12.5px;font-weight:600}.field input,.field select,.field textarea{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;outline:none;height:44px;padding:0 12px;font-size:14px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#6043ef;box-shadow:0 0 0 3px #6043ef1f}.field textarea{resize:vertical;height:auto;min-height:90px;padding:12px}.field__error{color:#e8304f;font-size:12px;font-weight:500}.toast-stack{z-index:1200;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.toast{background:var(--surface);border:1px solid var(--border);min-width:280px;max-width:380px;box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);background:var(--surface-solid);box-shadow:var(--shadow-lg);pointer-events:auto;border-radius:14px;justify-content:flex-start;align-items:center;gap:12px;padding:12px 16px;animation:.35s cubic-bezier(.34,1.56,.64,1) both toastIn;display:flex}.toast__icon{place-items:center;display:grid}.toast__icon svg{width:22px;height:22px}.toast__msg{font-size:13.5px;font-weight:500;line-height:1.35}.toast--success .toast__icon{color:#22c35d}.toast--info .toast__icon{color:#259df4}.toast--warning .toast__icon{color:#f6a823}@keyframes toastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.segmented{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;grid-auto-flow:column;gap:4px;padding:4px;display:grid}.segmented__opt{height:36px;color:var(--text-secondary);border-radius:10px;font-size:13px;font-weight:600;transition:color .32s cubic-bezier(.22,1,.36,1)}.segmented__opt:hover{color:var(--text-primary)}.segmented__opt.active{background:var(--surface-solid);color:#6043ef;box-shadow:var(--shadow)}.loader{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 0;display:flex}.loader__spinner{place-items:center;width:56px;height:56px;display:grid;position:relative}.loader__spinner:before{content:"";border:3px solid var(--border);border-top-color:#863bff;border-radius:50%;animation:.8s linear infinite loader-spin;position:absolute;inset:0}.loader__logo{z-index:1;width:26px;height:26px;position:relative}.loader__label{color:var(--text-secondary);font-size:13px}@keyframes loader-spin{to{transform:rotate(360deg)}}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.page-head__titles{flex-direction:column;gap:4px;display:flex}.page-head__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#6043ef;font-size:12px;font-weight:600}.page-head h1{font-size:27px}.page-head__sub{color:var(--text-secondary);font-size:14px}.page-head__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}@media (width<=1200px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.kpi-grid{grid-template-columns:1fr}.kpi-grid--swipe{scroll-snap-type:x mandatory;grid-template-columns:none;grid-auto-columns:minmax(78%,1fr);grid-auto-flow:column;padding-bottom:8px;overflow-x:auto}.kpi-grid--swipe::-webkit-scrollbar{width:8px;height:8px}.kpi-grid--swipe::-webkit-scrollbar-track{background:0 0}.kpi-grid--swipe::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}.kpi-grid--swipe::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.kpi-grid--swipe>*{scroll-snap-align:start}}.dash-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:16px;display:grid}@media (width<=1200px){.dash-grid{grid-template-columns:1fr}}.dash-col{flex-direction:column;gap:16px;display:flex}.chart-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:20px;flex-direction:column;gap:16px;padding:20px;display:flex}.chart-panel__legend{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:16px;display:flex}.chart-panel__legend-item{color:var(--text-secondary);justify-content:flex-start;align-items:center;gap:6px;font-size:12.5px;font-weight:500;display:flex}.chart-panel__legend-item .dot{border-radius:50%;width:9px;height:9px}.chart-panel__chart{width:100%;min-height:300px}.list-row{border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.list-row:hover{background:var(--surface-2)}.list-row__main{justify-content:flex-start;align-items:center;gap:12px;min-width:0;display:flex}.list-row__title{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.list-row__meta{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.tile-icon{border-radius:14px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.tile-icon svg{width:19px;height:19px}.card-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=1200px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.card-grid{grid-template-columns:1fr}}.card-grid--two{grid-template-columns:repeat(2,1fr)}@media (width<=900px){.card-grid--two{grid-template-columns:1fr}}.entity-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:20px;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}.entity-card:hover{box-shadow:var(--shadow-lg), inset 0 1px 0 var(--surface-highlight);transform:translateY(-4px)}.entity-card{flex-direction:column;gap:16px;padding:20px;display:flex}.entity-card__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.entity-card__identity{justify-content:flex-start;align-items:center;gap:12px;min-width:0;display:flex}.entity-card__name{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.entity-card__meta{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.entity-card__stats{background:var(--surface-2);border-radius:14px;justify-content:flex-start;align-items:stretch;display:flex;overflow:hidden}.entity-card__stat{text-align:center;flex:1;padding:12px}.entity-card__stat+.entity-card__stat{border-left:1px solid var(--border)}.entity-card__stat strong{font-size:17px;font-weight:700;display:block}.entity-card__stat span{color:var(--text-secondary);font-size:11.5px}.entity-card__foot{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.meter{width:100%}.meter__head{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12.5px;font-weight:500;display:flex}.meter__track{background:var(--surface-2);border-radius:999px;height:8px;overflow:hidden}.meter__fill{background:linear-gradient(90deg,#6043ef,#7055f6);border-radius:999px;height:100%}.meter__fill.high{background:linear-gradient(90deg,#22c35d,#3cdd77)}.meter__fill.low{background:linear-gradient(90deg,#e8304f,#ed5e76)}.split-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:16px;display:grid}@media (width<=1200px){.split-grid{grid-template-columns:1fr}}.auth{place-items:center;min-height:100vh;padding:20px;display:grid;position:relative;overflow:hidden}.auth:before,.auth:after{content:"";filter:blur(80px);opacity:.55;z-index:0;border-radius:50%;position:absolute}.auth:before{background:#6043ef;width:420px;height:420px;top:-120px;left:-100px}.auth:after{background:#3dd6f5;width:360px;height:360px;bottom:-120px;right:-80px}.auth-card{z-index:1;background:var(--surface);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);background:var(--surface-solid);border-radius:28px;flex-direction:column;gap:20px;padding:32px;animation:.5s cubic-bezier(.22,1,.36,1) both fadeIn;display:flex;position:relative}.auth-card__brand{justify-content:flex-start;align-items:center;gap:12px;display:flex}.auth-card__logo{color:#fff;background:linear-gradient(135deg,#6043ef,#7055f6);border-radius:14px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 8px 20px #6043ef1f}.auth-card__logo svg{width:24px;height:24px}.auth-card__brand-name{font-size:19px;font-weight:700}.auth-card__brand-tag{color:var(--text-secondary);font-size:12px}.auth-card__head h1{font-size:24px}.auth-card__head p{color:var(--text-secondary);margin-top:4px;font-size:14px}.auth-card__form{flex-direction:column;gap:16px;display:flex}.auth-card__foot{text-align:center;color:var(--text-secondary);font-size:13px}.phone-input{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;justify-content:flex-start;align-items:stretch;height:50px;display:flex;overflow:hidden}.phone-input__prefix{color:var(--text-secondary);background:var(--surface);border-right:1px solid var(--border);justify-content:center;align-items:center;gap:4px;padding:0 12px;font-size:14px;font-weight:600;display:flex}.phone-input input{letter-spacing:.04em;background:0 0;border:none;outline:none;flex:1;padding:0 12px;font-size:15px}.phone-input:focus-within{border-color:#6043ef;box-shadow:0 0 0 3px #6043ef1f}.otp-row{justify-content:center;gap:12px;margin:24px 0;display:flex}.otp-box{text-align:center;background:var(--surface-2);caret-color:#6043ef;appearance:none;-moz-appearance:textfield;border:1.5px solid #00000026;border-radius:12px;outline:none;flex:none;width:54px;height:54px;font-size:22px;font-weight:700;transition:transform .2s cubic-bezier(.22,1,.36,1),color .2s cubic-bezier(.22,1,.36,1)}.otp-box::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp-box::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otp-box:focus{border-color:#6043ef;transform:translateY(-2px);box-shadow:0 0 0 3px #6366f126}.otp-box.filled{color:#6043ef;border-color:#6043ef}.otp-box.error{border-color:#e8304f;animation:.4s cubic-bezier(.22,1,.36,1) shake}[data-theme=dark] .otp-box{border-color:#ffffff2e}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.otp-resend{color:var(--text-secondary);justify-content:center;align-items:center;gap:4px;font-size:13px;display:flex}.otp-resend button{color:#6043ef;font-weight:600}.otp-resend button:disabled{color:var(--text-tertiary);pointer-events:none}.auth-hint{text-align:center;color:var(--text-tertiary);background:var(--surface-2);border-radius:14px;padding:8px 12px;font-size:12.5px}.auth-hint code{color:#6043ef;font-weight:600}.auth-theme-toggle{z-index:2;background:var(--surface);border:1px solid var(--border);width:42px;height:42px;box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);color:var(--text-primary);border-radius:999px;place-items:center;transition:transform .32s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;top:20px;right:20px}.auth-theme-toggle:hover{transform:rotate(20deg)}.auth-theme-toggle svg{width:20px;height:20px}.tabs{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;gap:4px;padding:4px;display:flex}.tabs__tab{height:40px;color:var(--text-secondary);border-radius:10px;flex:1;justify-content:center;align-items:center;gap:7px;font-size:13.5px;font-weight:600;transition:color .32s cubic-bezier(.22,1,.36,1);display:flex}.tabs__tab svg{width:18px;height:18px}.tabs__tab:hover{color:var(--text-primary)}.tabs__tab.active{background:var(--surface-solid);color:#6043ef;box-shadow:var(--shadow)}.tabs__badge{color:#fff;background:#6043ef;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;display:grid}.toggle-row{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.toggle-row strong{font-size:14px}.notice{background:var(--info-soft);color:var(--text-primary);border:1px solid var(--border);border-radius:14px;justify-content:flex-start;align-items:flex-start;gap:12px;padding:12px 16px;font-size:13px;line-height:1.5;display:flex}.notice svg{width:20px;height:20px;color:var(--info);flex-shrink:0}.notice--warning{background:var(--warning-soft)}.notice--warning svg{color:#f6a823}.notice--danger{background:var(--danger-soft)}.notice--danger svg{color:#e8304f}.dues-summary{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:8px;padding:16px;display:flex}.dues-summary__row{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:13.5px;display:flex}.dues-summary__row .neg{color:#e8304f}.dues-summary__total{border-top:1px dashed var(--border-strong);color:var(--text-primary);margin-top:8px;padding-top:12px;font-size:16px;font-weight:700}.dues-summary__total span:last-child{color:#6043ef}.audit{padding:8px 0}.timeline{padding-left:20px;position:relative}.timeline:before{content:"";background:var(--border-strong);width:2px;position:absolute;top:4px;bottom:4px;left:6px}.timeline__item{padding-bottom:20px;position:relative}.timeline__item:last-child{padding-bottom:0}.timeline__dot{border:2px solid var(--surface-solid);background:#6043ef;border-radius:50%;width:12px;height:12px;position:absolute;top:3px;left:-19px;box-shadow:0 0 0 3px #6043ef1f}.timeline__title{font-size:14px;font-weight:600}.timeline__meta{color:var(--text-secondary);margin-top:2px;font-size:12.5px}.timeline__time{color:var(--text-tertiary);margin-top:2px;font-size:12px}.dropzone{border:1.5px dashed var(--border-strong);background:var(--surface-2);cursor:pointer;border-radius:14px;justify-content:flex-start;align-items:center;gap:12px;padding:16px;display:flex}.dropzone svg{color:#6043ef;width:30px;height:30px}.dropzone strong{font-size:13.5px;display:block}.dropzone span{color:var(--text-secondary);font-size:12px}.dropzone:hover,.dropzone.drag{background:#6043ef1f;border-color:#6043ef}.dropzone__files{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.dropzone__file{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;justify-content:flex-start;align-items:center;gap:6px;padding:5px 8px 5px 10px;font-size:12.5px;display:flex}.dropzone__file svg{width:15px;height:15px;color:var(--text-secondary)}.dropzone__file button{width:18px;height:18px;color:var(--text-tertiary);border-radius:50%;place-items:center;display:grid}.dropzone__file button:hover{background:var(--danger-soft);color:#e8304f}.dropzone__file button svg{width:13px;height:13px}.slideover-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);background:#0f172a40;justify-content:flex-end;animation:.2s cubic-bezier(.22,1,.36,1) fadeIn;display:flex;position:fixed;inset:0}.slideover{width:100%;max-width:440px;height:100%}.slideover--xl{max-width:720px}.slideover{border-left:1px solid var(--border);box-shadow:var(--shadow-lg);will-change:transform;background:#efefefeb;flex-direction:column;animation:.32s cubic-bezier(.22,1,.36,1) both slideIn;display:flex}.slideover__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:20px;display:flex}.slideover__title{font-size:16px;font-weight:700}.slideover__sub{color:var(--text-secondary);margin-top:2px;font-size:12.5px}.slideover__body{flex:1;padding:16px 20px;overflow-y:auto}.slideover__body::-webkit-scrollbar{width:8px;height:8px}.slideover__body::-webkit-scrollbar-track{background:0 0}.slideover__body::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}.slideover__body::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.slideover__foot{border-top:1px solid var(--border);padding:16px 20px}.slideover__total{justify-content:space-between;align-items:center;width:100%;font-size:14px;display:flex}.slideover__total span{color:var(--text-secondary)}.slideover__total strong{color:#6043ef;font-size:20px}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.link-btn{font:inherit;color:inherit;justify-content:flex-end;align-items:center;transition:color .32s cubic-bezier(.22,1,.36,1);display:flex}.link-btn:hover{color:#6043ef}.grid-table tbody tr.row-blocked{background:var(--danger-soft);box-shadow:inset 3px 0 #e8304f}.grid-table tbody tr.row-blocked:hover{background:#e8304f33}.support{grid-template-columns:340px 1fr;gap:16px;height:calc(100vh - 150px);min-height:480px;display:grid}@media (width<=900px){.support{grid-template-columns:1fr;height:auto}}.support__list{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:20px;flex-direction:column;gap:4px;padding:8px;display:flex;overflow-y:auto}.support__list::-webkit-scrollbar{width:8px;height:8px}.support__list::-webkit-scrollbar-track{background:0 0}.support__list::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}.support__list::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.support__item{text-align:left;border-radius:14px;justify-content:flex-start;align-items:flex-start;gap:12px;width:100%;padding:12px;display:flex}.support__item:hover{background:var(--surface-2)}.support__item.active{background:var(--accent-soft)}.support__item-body{flex:1;min-width:0}.support__item-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.support__item-name{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.support__item-date{color:var(--text-tertiary);flex-shrink:0;font-size:11px}.support__item-subject{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 6px;font-size:13px;overflow:hidden}.support__item-meta{justify-content:flex-start;align-items:center;gap:6px;display:flex}.support__thread{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.support__thread-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.support__thread-title{justify-content:flex-start;align-items:center;font-size:16px;font-weight:700;display:flex}.support__thread-sub{color:var(--text-secondary);margin-top:2px;font-size:12.5px}.support__feed{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.support__feed::-webkit-scrollbar{width:8px;height:8px}.support__feed::-webkit-scrollbar-track{background:0 0}.support__feed::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}.support__feed::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.bubble{border-radius:20px;max-width:78%;padding:12px 16px}.bubble__text{font-size:13.5px;line-height:1.5}.bubble__time{opacity:.7;margin-top:5px;font-size:11px}.bubble--owner{background:var(--surface-2);border-bottom-left-radius:4px;align-self:flex-start}.bubble--admin{color:#fff;background:linear-gradient(135deg,#6043ef,#7055f6);border-bottom-right-radius:4px;align-self:flex-end}.support__composer{border-top:1px solid var(--border);justify-content:flex-end;align-items:flex-end;gap:12px;padding:16px 20px;display:flex}.support__composer textarea{background:var(--surface-2);border:1px solid var(--border);resize:none;border-radius:14px;outline:none;flex:1;min-height:46px;max-height:120px;padding:12px;font-size:14px}.support__composer textarea:focus{border-color:#6043ef;box-shadow:0 0 0 3px #6043ef1f}.leaderboard{flex-direction:column;gap:8px;display:flex}.lb-row{border:1px solid var(--border);background:var(--surface-2);border-radius:14px;justify-content:flex-start;align-items:center;gap:16px;padding:12px 16px;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex}.lb-row:hover{transform:translate(3px)}.lb-row--gold{background:#f2b90d14;border-color:#f2b90d80}.lb-row--silver{background:#abb0ba14;border-color:#abb0ba80}.lb-row--bronze{background:#d27a2d14;border-color:#d27a2d80}.lb-rank{width:36px;height:36px;color:var(--text-secondary);background:var(--surface-solid);border-radius:10px;flex-shrink:0;place-items:center;font-size:15px;font-weight:700;display:grid}.lb-rank svg{width:20px;height:20px}.lb-rank--gold{color:#daa60b;background:#f2b90d2e}.lb-rank--silver{color:#818898;background:#abb0ba33}.lb-rank--bronze{color:#bd6e28;background:#d27a2d2e}.lb-main{flex:1;min-width:0}.lb-name{text-overflow:ellipsis;white-space:nowrap;font-size:14.5px;font-weight:600;overflow:hidden}.lb-meta{color:var(--text-secondary);justify-content:flex-start;align-items:center;gap:6px;margin-top:2px;font-size:12.5px;display:flex}.lb-stats{color:var(--text-secondary);justify-content:flex-end;align-items:center;gap:16px;font-size:13px;display:flex}.lb-stats span{justify-content:flex-start;align-items:center;gap:4px;display:flex}.lb-stats svg{color:#6043ef;width:15px;height:15px}@media (width<=640px){.lb-stats{display:none}}.lb-score{text-align:right;flex-shrink:0}.lb-score strong{color:#6043ef;font-size:20px;font-weight:700;line-height:1;display:block}.lb-score span{color:var(--text-tertiary);font-size:11px}.ann-banner{background:color-mix(in srgb, var(--sev) 12%, var(--surface-2));border:1px solid color-mix(in srgb, var(--sev) 35%, transparent);border-left:4px solid var(--sev);border-radius:14px;justify-content:flex-start;align-items:center;gap:12px;padding:12px 16px;display:flex}.ann-banner__icon{color:var(--sev);place-items:center;display:grid}.ann-banner__icon svg{width:22px;height:22px}.ann-banner strong{font-size:13.5px;display:block}.ann-banner span{color:var(--text-secondary);font-size:12.5px}.cell-link{font:inherit;color:var(--text-primary);text-align:left;font-weight:500;transition:color .32s cubic-bezier(.22,1,.36,1)}.cell-link:hover{color:#6043ef;text-underline-offset:2px;text-decoration:underline}.timeline-board{grid-auto-columns:minmax(280px,1fr);grid-auto-flow:column;gap:16px;padding-bottom:8px;display:grid;overflow-x:auto}.timeline-board::-webkit-scrollbar{width:8px;height:8px}.timeline-board::-webkit-scrollbar-track{background:0 0}.timeline-board::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}.timeline-board::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.timeline-col{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:20px;flex-direction:column;gap:12px;min-height:200px;padding:16px;display:flex}.timeline-col__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding-bottom:12px;display:flex}.timeline-col__label{letter-spacing:-.01em;font-size:14.5px;font-weight:700}.timeline-col__body{flex-direction:column;gap:12px;display:flex}.due-card{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:12px;padding:12px;transition:transform .25s cubic-bezier(.22,1,.36,1);display:flex}.due-card:hover{transform:translateY(-2px)}.due-card__top{justify-content:flex-start;align-items:center;gap:12px;display:flex}.due-card__id{flex:1;min-width:0}.due-card__name{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.due-card__meta{color:var(--text-secondary);font-size:12px}.due-card__due{color:var(--text-secondary);justify-content:flex-start;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.due-card__due svg{color:#6043ef;width:16px;height:16px}.due-card__actions{grid-template-columns:1fr auto;gap:8px;display:grid}.due-card__actions .btn{width:100%}.dunning{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}@media (width<=900px){.dunning{grid-template-columns:1fr}}.dunning__col{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-top:3px solid var(--tone);border-radius:20px;flex-direction:column;gap:12px;padding:16px;display:flex}.dunning__col--remind{--tone:#f6a823}.dunning__col--warn{--tone:#f47125}.dunning__col--blocked{--tone:#e8304f}.dunning__head{justify-content:space-between;align-items:center;gap:8px;display:flex}.dunning__title{justify-content:flex-start;align-items:center;gap:7px;font-size:14px;font-weight:700;display:flex}.dunning__title svg{width:18px;height:18px;color:var(--tone)}.dunning__count{color:var(--text-secondary);background:var(--surface-2);border-radius:999px;padding:3px 9px;font-size:12px;font-weight:600}.dunning__list{flex-direction:column;gap:8px;display:flex}.dunning__pill{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;justify-content:flex-start;align-items:center;gap:12px;padding:8px 12px;display:flex}.dunning__pill-body{flex:1;min-width:0}.dunning__pill-name{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.dunning__pill-meta{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.dunning__pill .btn{flex-shrink:0}.dunning__empty{color:#22c35d;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px 12px;display:flex}.dunning__empty svg{width:28px;height:28px}.dunning__empty span{font-size:13px;font-weight:600}.activity-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.activity-feed{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 var(--surface-highlight);border-radius:20px;flex-direction:column;padding:8px;display:flex}.activity-row{border-radius:14px;justify-content:flex-start;align-items:center;gap:16px;padding:12px;display:flex}.activity-row:hover{background:var(--surface-2)}.activity-row+.activity-row{border-top:1px solid var(--border)}.activity-row__badge{border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.activity-row__badge svg{width:21px;height:21px}.activity-row__body{flex:1;min-width:0}.activity-row__desc{color:var(--text-primary);font-size:14px;line-height:1.4}.activity-row__owner{color:var(--text-secondary);margin-top:2px;font-size:12.5px;font-weight:600}.activity-row__time{color:var(--text-tertiary);white-space:nowrap;flex-shrink:0;font-size:12px}.profile{flex-direction:column;gap:16px;display:flex}.profile__hero{justify-content:flex-start;align-items:flex-start;gap:16px;display:flex}.profile__hero .avatar{width:56px;height:56px;font-size:20px}.profile__hero-id{min-width:0}.profile__name{letter-spacing:-.02em;font-size:19px;font-weight:700}.profile__contact{color:var(--text-secondary);margin:2px 0 8px;font-size:13px}.profile__chips{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;display:flex}.profile__kpis{grid-template-columns:1fr 1fr;gap:12px;display:grid}.profile__kpi{background:var(--surface-2);border:1px solid var(--border);text-align:center;border-radius:14px;padding:16px}.profile__kpi strong{letter-spacing:-.02em;font-size:24px;font-weight:700;line-height:1.1;display:block}.profile__kpi span{color:var(--text-secondary);font-size:12.5px}.profile__status{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;padding:12px 16px;display:flex}.profile__list{flex-direction:column;gap:12px;display:flex}.profile__prop{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:12px;padding:12px 16px;display:flex}.profile__prop-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile__total{background:var(--accent-soft);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:16px;display:flex}.profile__total span{color:var(--text-secondary);font-size:13.5px;font-weight:500}.profile__total strong{color:#6043ef;font-size:20px;font-weight:700}.profile__ticket{text-align:left;background:var(--surface-2);border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:transform .2s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1);display:flex}.profile__ticket:hover{transform:translate(3px)}.profile__ticket:hover .profile__ticket-chevron{color:#6043ef}.profile__ticket-main{min-width:0}.profile__ticket-badges{flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;display:flex}.profile__ticket-chevron{width:18px;height:18px;color:var(--text-tertiary);transition:color .32s cubic-bezier(.22,1,.36,1)}
