.side{display:none}@media (width>=1024px){.side{display:flex}}.side{background:var(--sidebar-bg);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:248px;height:100vh;padding:16px 12px 14px;transition:width .18s;overflow:hidden}.side--rail{width:64px;padding-inline:8px}.side__brand{align-items:center;gap:10px;padding:0 4px 14px;display:flex}.side__logo{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);flex:none;place-items:center;width:30px;height:30px;display:grid;overflow:hidden}.side__logo img{object-fit:contain;width:22px;height:22px}.side__brand-text{flex:1;min-width:0}.side__company{color:var(--text);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}.side__tag{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;display:block;overflow:hidden}.side__collapse{width:24px;height:24px;color:var(--text-faint);border-radius:var(--r-sm);cursor:pointer;opacity:0;background:0 0;border:0;flex:none;place-items:center;transition:opacity .14s,background-color .14s;display:grid}.side:hover .side__collapse,.side__collapse:focus-visible{opacity:1}.side__collapse:hover{color:var(--text);background:var(--surface-2)}.side--rail .side__collapse{opacity:1;transform:rotate(180deg)}.side__search{align-items:center;margin-bottom:12px;display:flex;position:relative}.side__search-icon{color:var(--text-faint);pointer-events:none;display:flex;position:absolute;left:9px}.side__search input{width:100%;height:32px;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-sm);font-family:var(--font-sans);padding:0 40px 0 30px;font-size:12.5px}.side__search input::placeholder{color:var(--text-faint)}.side__search input:focus{border-color:var(--accent-border);background:var(--surface);outline:none}.side__kbd{color:var(--text-faint);background:var(--surface);border:1px solid var(--border);font-family:var(--font-sans);pointer-events:none;border-radius:5px;padding:2px 5px;font-size:10px;font-weight:500;position:absolute;right:7px}.side__nav{scrollbar-width:thin;flex:1;min-height:0;margin:0 -4px;padding:0 4px;overflow:hidden auto}.side__group+.side__group{margin-top:12px}.side__group-head{width:100%;height:22px;color:var(--text-faint);font-family:var(--font-sans);letter-spacing:.09em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0 8px;font-size:10px;font-weight:600;display:flex}.side__group-head:hover{color:var(--text-muted)}.side__group-head svg{transition:transform .16s}.side__group-head[data-closed=true] svg{transform:rotate(-90deg)}.side__group-items{flex-direction:column;gap:1px;margin-top:3px;display:flex}.side__item{height:34px;color:var(--text-muted);border-radius:var(--r-sm);white-space:nowrap;align-items:center;gap:9px;padding:0 8px;font-size:13px;font-weight:500;text-decoration:none;transition:background-color .13s,color .13s;display:flex;position:relative}.side__item svg{flex:none}.side__item span{text-overflow:ellipsis;overflow:hidden}.side__item:hover{color:var(--text);background:var(--surface-2)}.side__item--on{color:var(--accent);background:var(--accent-bg);font-weight:600}.side__item--on:before{content:"";background:var(--accent);border-radius:0 2px 2px 0;width:2px;position:absolute;top:8px;bottom:8px;left:0}.side__count{color:var(--text-faint);background:var(--surface-2);border-radius:var(--r-pill);font-variant-numeric:tabular-nums;margin-left:auto;padding:1px 5px;font-size:10.5px;font-weight:600}.side__empty{color:var(--text-faint);padding:14px 8px;font-size:11.5px}.side__foot{border-top:1px solid var(--border);flex:none;padding-top:12px}.side__plan{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-md);align-items:center;gap:9px;margin-bottom:8px;padding:9px 10px;display:flex}.side__plan-icon{width:26px;height:26px;color:var(--accent);background:var(--accent-bg);border-radius:var(--r-sm);flex:none;place-items:center;display:grid}.side__plan-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;display:block;overflow:hidden}.side__plan-note{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;display:block;overflow:hidden}.side__user{border-radius:var(--r-md);align-items:center;gap:9px;padding:5px 6px;display:flex}.side__avatar{width:28px;height:28px;color:var(--accent-ink);background:var(--accent);border-radius:50%;flex:none;place-items:center;font-size:11.5px;font-weight:600;display:grid}.side__user-text{flex:1;min-width:0}.side__user-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;display:block;overflow:hidden}.side__user-role{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;display:block;overflow:hidden}.side__logout{width:28px;height:28px;color:var(--text-faint);border-radius:var(--r-sm);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;transition:color .14s,background-color .14s;display:grid}.side__logout:hover{color:var(--danger);background:var(--danger-bg)}.side--rail .side__brand-text,.side--rail .side__search,.side--rail .side__group-head,.side--rail .side__item span,.side--rail .side__count,.side--rail .side__plan-text,.side--rail .side__user-text,.side--rail .side__logout{display:none}.side--rail .side__brand,.side--rail .side__item,.side--rail .side__plan,.side--rail .side__user{justify-content:center;padding-inline:0}.side--rail .side__group+.side__group{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}@media (prefers-reduced-motion:reduce){.side,.side__group-head svg{transition:none}}.k-btn{border-radius:var(--r-md);min-height:36px;font-family:var(--font-sans);white-space:nowrap;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:600;line-height:1;transition:background-color .14s,border-color .14s,color .14s;display:inline-flex}.k-btn:disabled{cursor:not-allowed;opacity:.5}.k-btn:focus-visible,.k-input:focus-visible,.k-seg-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.k-btn--primary{color:var(--accent-ink);background:var(--accent)}.k-btn--primary:hover:not(:disabled){background:var(--aa-brand-600)}.k-btn--secondary{color:var(--text);background:var(--surface);border-color:var(--border-strong)}.k-btn--secondary:hover:not(:disabled){background:var(--surface-2);border-color:var(--text-faint)}.k-btn--ghost{color:var(--text-muted);background:0 0}.k-btn--ghost:hover:not(:disabled){color:var(--text);background:var(--surface-2)}.k-btn--danger{color:#fff;background:var(--danger)}.k-btn--danger:hover:not(:disabled){filter:brightness(.93)}.k-btn--sm{min-height:30px;padding:0 10px;font-size:12px}.k-btn--lg{min-height:42px;padding:0 20px;font-size:14px}.k-btn--icon{width:36px;min-height:36px;padding:0}.k-btn--icon.k-btn--sm{width:30px;min-height:30px}.k-btn--block{width:100%}.k-spin{border:2px solid;border-right-color:#0000;border-radius:50%;width:13px;height:13px;animation:.62s linear infinite k-spin}@keyframes k-spin{to{transform:rotate(360deg)}}.k-card{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface)}.k-card--flat{background:var(--surface-2)}.k-card--pad{padding:16px}.k-panel{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);flex-direction:column;display:flex;overflow:hidden}.k-panel__head{border-bottom:1px solid var(--border);align-items:center;gap:12px;min-height:46px;padding:11px 16px;display:flex}.k-panel__titles{flex:1;min-width:0}.k-panel__title{color:var(--text);letter-spacing:-.01em;margin:0;font-size:13.5px;font-weight:600}.k-panel__sub{color:var(--text-faint);margin:2px 0 0;font-size:11.5px}.k-panel__body{flex:1;min-height:0}.k-panel__body--pad{padding:16px}.k-badge{border-radius:var(--r-pill);white-space:nowrap;border:1px solid #0000;align-items:center;gap:5px;height:21px;padding:0 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.k-badge__dot{background:currentColor;border-radius:50%;flex:none;width:5px;height:5px}.k-badge--neutral{color:var(--text-muted);background:var(--surface-2);border-color:var(--border)}.k-badge--accent{color:var(--accent);background:var(--accent-bg);border-color:var(--accent-border)}.k-badge--success{color:var(--success);background:var(--success-bg);border-color:rgb(var(--success-rgb) / .28)}.k-badge--warning{color:var(--warning);background:var(--warning-bg);border-color:rgb(var(--warning-rgb) / .28)}.k-badge--danger{color:var(--danger);background:var(--danger-bg);border-color:rgb(var(--danger-rgb) / .28)}.k-badge--square{border-radius:var(--r-sm);font-variant-numeric:tabular-nums}.k-field{flex-direction:column;gap:5px;display:flex}.k-field--wide{grid-column:1/-1}.k-label{color:var(--text-muted);font-size:11.5px;font-weight:500}.k-label__req{color:var(--danger);margin-left:3px}.k-input{width:100%;min-height:36px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);font-family:var(--font-sans);padding:0 11px;font-size:13px;transition:border-color .14s,box-shadow .14s}.k-input::placeholder{color:var(--text-faint)}.k-input:hover:not(:disabled):not(:focus){border-color:var(--text-faint)}.k-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.k-input:disabled{color:var(--text-faint);background:var(--surface-2);cursor:not-allowed}textarea.k-input{resize:vertical;min-height:74px;padding:9px 11px;line-height:1.5}select.k-input{appearance:none;cursor:pointer;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:right 13px center,right 9px center;background-repeat:no-repeat;background-size:4px 4px,4px 4px;padding-right:28px}.k-input--invalid,.k-input--invalid:hover:not(:disabled):not(:focus){border-color:var(--danger)}.k-input--invalid:focus{border-color:var(--danger);box-shadow:0 0 0 3px var(--danger-bg)}.k-hint{color:var(--text-faint);font-size:11px}.k-hint--error{color:var(--danger)}.k-input-wrap{align-items:center;display:flex;position:relative}.k-input-wrap>.k-input{padding-left:32px}.k-input-wrap__icon{color:var(--text-faint);pointer-events:none;display:flex;position:absolute;left:10px}.k-seg{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-md);gap:2px;padding:2px;display:inline-flex}.k-seg-item{min-height:26px;color:var(--text-muted);font-family:var(--font-sans);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 11px;font-size:12px;font-weight:500;transition:background-color .14s,color .14s}.k-seg-item:hover:not(.k-seg-item--on){color:var(--text)}.k-seg-item--on{color:var(--text);background:var(--surface);box-shadow:0 1px 2px rgb(var(--text-rgb) / .07);font-weight:600}.k-table-wrap{width:100%;overflow-x:auto}.k-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}.k-table th{z-index:1;height:34px;color:var(--text-faint);background:var(--surface-2);border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:0 16px;font-size:11px;font-weight:500;position:sticky;top:0}.k-table td{color:var(--text);border-bottom:1px solid var(--border);vertical-align:middle;padding:10px 16px;font-size:12.5px}.k-table tbody tr:last-child td{border-bottom:0}.k-table tbody tr:hover td{background:var(--surface-2)}.k-table .k-num{text-align:right;font-variant-numeric:tabular-nums}.k-table .k-center{text-align:center}.k-table__empty{color:var(--text-faint);text-align:center;padding:34px 16px;font-size:12.5px}.k-table--clickable tbody tr{cursor:pointer}.k-metric{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);flex-direction:column;min-width:0;padding:14px 15px 0;display:flex;overflow:hidden}.k-metric__top{justify-content:space-between;align-items:center;gap:8px;display:flex}.k-metric__label{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-weight:500;overflow:hidden}.k-metric__icon{color:var(--text-faint);flex:none;display:flex}.k-metric__value{color:var(--text);letter-spacing:-.025em;font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;margin-top:7px;font-size:22px;font-weight:600;line-height:1.1;overflow:hidden}.k-metric__unit{color:var(--text-faint);letter-spacing:0;margin-left:4px;font-size:13px;font-weight:500}.k-metric__foot{align-items:center;gap:7px;min-height:17px;margin-top:6px;display:flex}.k-metric__delta{font-variant-numeric:tabular-nums;align-items:center;gap:2px;font-size:11.5px;font-weight:600;display:inline-flex}.k-metric__delta--success{color:var(--success)}.k-metric__delta--danger{color:var(--danger)}.k-metric__delta--neutral{color:var(--text-faint)}.k-metric__hint{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.k-metric--click{cursor:pointer;transition:border-color .14s,background-color .14s}.k-metric--click:hover{border-color:var(--border-strong);background:var(--surface-2)}.k-metric--click:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.k-metric__spark{margin:8px -15px 0}.k-skeleton{background:var(--track);border-radius:4px;height:11px;animation:1.25s ease-in-out infinite k-pulse}@keyframes k-pulse{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.k-skeleton,.k-spin{animation:none}}.tb{z-index:20;background:var(--surface);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:14px;height:52px;padding:0 20px;display:flex;position:relative}.tb__left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.tb__title{color:var(--text);letter-spacing:-.012em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:600;overflow:hidden}.tb__date{color:var(--text-faint);white-space:nowrap;flex:none;font-size:11.5px}.tb__dot{background:var(--border-strong);border-radius:50%;flex:none;width:3px;height:3px}.tb__actions{flex:none;align-items:center;gap:8px;display:flex}.tb__icon-btn{width:32px;height:32px;color:var(--text-muted);border:1px solid var(--border);border-radius:var(--r-sm);cursor:pointer;background:0 0;place-items:center;transition:color .14s,background-color .14s,border-color .14s;display:grid}.tb__icon-btn:hover{color:var(--text);background:var(--surface-2);border-color:var(--border-strong)}.tb__notice{border-radius:var(--r-pill);border:1px solid #0000;align-items:center;gap:6px;max-width:380px;height:26px;padding:0 10px;font-size:11.5px;font-weight:500;display:flex}.tb__notice span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tb__notice--warning{color:var(--warning);background:var(--warning-bg);border-color:rgb(var(--warning-rgb) / .28)}.tb__notice--expired{color:var(--danger);background:var(--danger-bg);border-color:rgb(var(--danger-rgb) / .28)}.tb__profile{height:32px;color:var(--text);border:1px solid var(--border);border-radius:var(--r-sm);font-family:var(--font-sans);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:0 8px 0 10px;transition:background-color .14s,border-color .14s;display:flex}.tb__profile:hover{background:var(--surface-2);border-color:var(--border-strong)}.tb__profile-copy{flex-direction:column;align-items:flex-start;min-width:0;line-height:1.15;display:flex}.tb__profile-name{max-width:140px;color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.tb__profile-role{color:var(--text-faint);font-size:10px}.tb__avatar{width:24px;height:24px;color:var(--accent-ink);background:var(--accent);border-radius:50%;flex:none;place-items:center;font-size:10.5px;font-weight:600;display:grid;overflow:hidden}.tb__avatar img{object-fit:cover;width:100%;height:100%}.tb__burger{border:1px solid var(--border);border-radius:var(--r-sm);cursor:pointer;background:0 0;flex-direction:column;place-items:center;gap:3.5px;width:32px;height:32px;padding:0;display:none}.tb__burger span{background:var(--text-muted);border-radius:2px;width:14px;height:1.5px}@media (width<=1023.98px){.tb{padding:0 12px}.tb__burger{justify-content:center;display:flex}.tb__date,.tb__dot,.tb__profile-copy{display:none}.tb__profile{border-color:#0000;padding:0 4px}.tb__notice{max-width:150px}}.tb-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);min-width:260px;box-shadow:var(--aa-shadow-lg);padding:5px}.tb-menu__head{border-bottom:1px solid var(--border);margin-bottom:5px;padding:7px 9px 9px}.tb-menu__head strong{color:var(--text);font-size:12.5px;font-weight:600;display:block}.tb-menu__head span{color:var(--text-faint);margin-top:2px;font-size:11px;display:block}.tb-menu__item{width:100%;color:var(--text);border-radius:var(--r-sm);font-family:var(--font-sans);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:7px 9px;display:flex}.tb-menu__item:hover{background:var(--surface-2)}.tb-menu__num{width:22px;height:22px;color:var(--text-faint);background:var(--surface-2);border-radius:var(--r-sm);font-variant-numeric:tabular-nums;flex:none;place-items:center;font-size:10.5px;font-weight:600;display:grid}.tb-menu__copy{flex:1;min-width:0}.tb-menu__label{color:var(--text);font-size:12.5px;font-weight:500;display:block}.tb-menu__note{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;display:block;overflow:hidden}.tb-drawer{background:var(--sidebar-bg);border-right:1px solid var(--border);flex-direction:column;width:278px;height:100%;padding:14px 12px;display:flex}.tb-drawer__head{align-items:center;gap:10px;padding:0 4px 12px;display:flex}.tb-drawer__logo{width:32px;height:32px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);flex:none;place-items:center;font-size:13px;font-weight:700;display:grid;overflow:hidden}.tb-drawer__logo img{object-fit:contain;width:22px;height:22px}.tb-drawer__brand{flex:1;min-width:0}.tb-drawer__brand strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}.tb-drawer__brand span{color:var(--text-faint);font-size:10.5px;display:block}.tb-drawer__links{border-top:1px solid var(--border);flex:1;min-height:0;margin:0 -4px;padding:8px 4px;overflow-y:auto}.tb-drawer__link{height:38px;color:var(--text-muted);border-radius:var(--r-sm);align-items:center;gap:10px;padding:0 9px;font-size:13.5px;font-weight:500;text-decoration:none;display:flex}.tb-drawer__link.active{color:var(--accent);background:var(--accent-bg);font-weight:600}.tb-drawer__foot{border-top:1px solid var(--border);flex:none;align-items:center;gap:9px;padding-top:12px;display:flex}.app-shell{background:var(--bg);height:100vh;display:flex;overflow:hidden}.app-main{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.app-scroll{flex:1;min-height:0;padding:18px 20px 28px;overflow:hidden auto}@media (width<=1023.98px){.app-scroll{padding:14px 12px 96px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-slate-950:oklch(12.9% .042 264.695);--color-white:#fff;--spacing:.25rem;--container-lg:32rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-black:900;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.isolate{isolation:isolate}.mx-auto{margin-inline:auto}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-7{margin-top:calc(var(--spacing) * 7)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.table{display:table}.h-14{height:calc(var(--spacing) * 14)}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-14{width:calc(var(--spacing) * 14)}.w-full{width:100%}.max-w-lg{max-width:var(--container-lg)}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.overflow-auto{overflow:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-\[var\(--accent\)\]{background-color:var(--accent)}.bg-white{background-color:var(--color-white)}.p-6{padding:calc(var(--spacing) * 6)}.p-7{padding:calc(var(--spacing) * 7)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-10{padding-block:calc(var(--spacing) * 10)}.pr-1{padding-right:var(--spacing)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.text-slate-950{color:var(--color-slate-950)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.hover\:bg-\[var\(--aa-brand-900\)\]:hover{background-color:var(--aa-brand-900)}}@media (width>=40rem){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:p-10{padding:calc(var(--spacing) * 10)}}}:root{--bg:#fafafb;--surface:#fff;--surface-2:#f7f8f9;--sidebar-bg:#fff;--border:#e7e9ec;--border-strong:#d6dae0;--text:#0b0d11;--text-muted:#5c6470;--text-faint:#878e99;--accent:#2563eb;--accent-bg:#2563eb14;--accent-border:#2563eb42;--accent-ink:#fff;--accent-rgb:37 99 235;--text-rgb:11 13 17;--success-rgb:14 138 85;--warning-rgb:156 107 21;--danger-rgb:211 58 69;--success:#0e8a55;--success-bg:#0e8a5517;--warning:#9c6b15;--warning-bg:#9c6b151a;--danger:#d33a45;--danger-bg:#d33a4514;--track:#edeff2;--chart-grid:#eff1f4;--r-sm:8px;--r-md:9px;--r-lg:12px;--r-pill:999px;--font-sans:"Instrument Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--aa-bg:var(--bg);--aa-bg-elevated:var(--surface);--aa-surface:var(--surface);--aa-surface-solid:var(--surface);--aa-surface-muted:var(--surface-2);--aa-surface-hover:var(--surface-2);--aa-page-bg:var(--bg);--aa-surface-elevated:var(--surface);--aa-text:var(--text);--aa-text-secondary:var(--text-muted);--aa-text-tertiary:var(--text-faint);--aa-text-muted:var(--text-muted);--aa-text-disabled:var(--text-faint);--aa-border:var(--border);--aa-border-strong:var(--border-strong);--aa-focus:var(--accent-border);--aa-brand-50:#2563eb0d;--aa-brand-100:var(--accent-bg);--aa-brand-200:var(--accent-border);--aa-brand-300:#93b4f7;--aa-brand-400:#6b96f2;--aa-brand-500:#4f7df3;--aa-brand-600:#3b6fe0;--aa-brand-700:#2f63d4;--aa-brand-800:var(--accent);--aa-brand-900:#1c47a8;--aa-brand-text:var(--accent);--aa-accent:var(--accent);--aa-accent-strong:#1d4ed8;--aa-accent-soft:var(--accent-bg);--aa-success:var(--success);--aa-warning:var(--warning);--aa-danger:var(--danger);--aa-info:var(--accent);--aa-display:var(--font-sans);--aa-radius-sm:var(--r-sm);--aa-radius-md:var(--r-md);--aa-radius-lg:var(--r-lg);--aa-radius-xl:var(--r-lg);--aa-radius-2xl:var(--r-lg);--aa-radius-pill:var(--r-pill);--aa-shadow-xs:none;--aa-shadow-sm:none;--aa-shadow-md:0 1px 2px #0b0d110a;--aa-shadow-lg:0 8px 24px #0b0d1114;--aa-shadow-card:none;--aa-mobile-nav:var(--surface);--aa-mobile-card:var(--surface);--aa-overlay:#0b0d1173;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#08090b;--surface:#0e1013;--surface-2:#121519;--sidebar-bg:#0a0b0e;--border:#1b1f25;--border-strong:#252a31;--text:#f2f4f7;--text-muted:#98a1ac;--text-faint:#6c757f;--accent:#4f7df3;--accent-bg:#4f7df326;--accent-border:#4f7df357;--accent-ink:#fff;--success:#3ecf8e;--success-bg:#3ecf8e21;--warning:#e3b341;--warning-bg:#e3b34121;--danger:#f0616d;--danger-bg:#f0616d21;--accent-rgb:79 125 243;--text-rgb:242 244 247;--success-rgb:62 207 142;--warning-rgb:227 179 65;--danger-rgb:240 97 109;--track:#1a1e23;--chart-grid:#181c21;--aa-brand-300:#9db8f8;--aa-brand-400:#7ea1f6;--aa-brand-500:#6a92f5;--aa-brand-600:#6390f4;--aa-brand-700:#5a86f4;--aa-brand-900:#2f5fd0;--aa-accent-strong:#7ea1f6;--aa-shadow-xs:none;--aa-shadow-sm:none;--aa-shadow-md:0 1px 2px #00000080;--aa-shadow-lg:0 10px 30px #0000008c;--aa-shadow-card:none;--aa-overlay:#0000009e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{background:var(--aa-bg)}html,body,#root{min-height:100%}body{min-width:320px;min-height:100vh;color:var(--aa-text);background:var(--aa-bg);margin:0;overflow:hidden auto}button,input,textarea,select{font:inherit}html,body,#root{-webkit-user-select:none;user-select:none}button,a,img,svg{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}input,textarea,.MuiInputBase-input,[contenteditable=true],.select-text,.allow-text-selection,[data-selectable=true]{-webkit-user-select:text;user-select:text}::selection{color:var(--aa-text);background:var(--aa-brand-200)}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--aa-radius-pill);background:#6e6e7361 padding-box padding-box;border:2px solid #0000}::-webkit-scrollbar-thumb:hover{background:#6e6e7394 padding-box padding-box}.app-content-scroll{overscroll-behavior-y:contain;scroll-behavior:smooth;scrollbar-gutter:stable;position:relative}.app-content-scroll>.crm-page,.app-content-scroll>.MuiBox-root.crm-page,.app-content-scroll>.clients-page{height:auto!important;min-height:100%!important;padding-right:0!important;overflow:visible!important}.app-content-scroll>:is(.products-page,.audit-logs-page,.client-sales-page,.employees-page,.expenses-page,.finance-page,.material-purchases-page,.worker-outputs-page,.worker-payments-page){display:block!important}.crm-sticky-filters{z-index:30;isolation:isolate;top:0;box-shadow:0 10px 28px rgb(var(--text-rgb) / .1)!important;position:sticky!important}.aa-mobile-bottom-nav,.aa-mobile-fab{display:none!important}.orders-action-label-mobile,.department-save-label-mobile{display:none}@media (width<=1023px){.app-scroll{padding-right:10px!important;padding-bottom:calc(102px + env(safe-area-inset-bottom))!important;padding-left:10px!important}.app-content-scroll{scrollbar-gutter:auto;border-radius:0!important}.aa-mobile-bottom-nav{right:10px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:1200;border:1px solid var(--aa-border);border-radius:var(--r-lg);background:var(--aa-mobile-nav);height:76px;box-shadow:var(--aa-shadow-lg);-webkit-backdrop-filter:saturate(170%)blur(24px);grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;padding:7px 6px;position:fixed;left:10px;display:grid!important}.aa-mobile-bottom-item{flex-direction:column;justify-content:center;align-items:center;gap:4px;height:62px;transition:color .2s,background-color .2s,transform .2s;min-width:0!important;color:var(--aa-text-secondary)!important;border-radius:var(--r-lg)!important;text-transform:none!important;padding:5px 2px!important;display:flex!important}.aa-mobile-bottom-item:hover{background-color:rgb(var(--accent-rgb) / .04)!important}.aa-mobile-bottom-item:active{transform:scale(.96)}.aa-mobile-item-icon{border-radius:var(--r-md);place-items:center;width:27px;height:27px;transition:background-color .2s,box-shadow .2s;display:grid;position:relative}.aa-mobile-item-icon img{opacity:.62;width:20px;height:20px;transition:opacity .2s,filter .2s,transform .2s}.aa-mobile-active-dot{border:2px solid var(--aa-mobile-nav);background-color:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;bottom:-1px;right:-1px}.aa-mobile-bottom-item>span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9.5px;font-weight:700;line-height:1.1;overflow:hidden}.aa-mobile-bottom-item.active{color:var(--accent)!important;background:rgb(var(--accent-rgb) / .075)!important}.aa-mobile-bottom-item.active .aa-mobile-item-icon{background-color:rgb(var(--accent-rgb) / .09);box-shadow:0 8px 18px rgb(var(--accent-rgb) / .08)}.aa-mobile-bottom-item.active .aa-mobile-item-icon img{opacity:1;filter:invert(16%)sepia(73%)saturate(2189%)hue-rotate(340deg)brightness(86%);transform:translateY(-1px)}[data-theme=dark] .aa-mobile-bottom-item:not(.active) .aa-mobile-item-icon{box-shadow:none!important;background:0 0!important}[data-theme=dark] .aa-mobile-bottom-item:not(.active) .aa-mobile-item-icon img{opacity:.82;filter:brightness(0)invert()}.aa-mobile-fab{right:22px;bottom:calc(98px + env(safe-area-inset-bottom));z-index:1201;place-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;color:#fff!important;border:1px solid var(--border)!important;border-radius:var(--r-lg)!important;background:var(--accent)!important;min-width:58px!important;box-shadow:0 18px 36px rgb(var(--accent-rgb) / .34)!important;padding:0!important;display:grid!important;position:fixed!important}.aa-mobile-fab span{font-size:34px;font-weight:300;line-height:1;display:block;transform:translateY(-1px)}.aa-mobile-fab:hover{background:var(--aa-brand-600)!important}.aa-mobile-fab:active{transform:scale(.94);box-shadow:0 12px 24px rgb(var(--accent-rgb) / .28)!important}}@media (width<=430px){.app-scroll{padding-left:7px!important;padding-right:7px!important}.aa-mobile-bottom-nav{border-radius:var(--r-lg);height:72px;padding-left:3px;padding-right:3px;left:6px;right:6px}.aa-mobile-bottom-item{height:58px}.aa-mobile-bottom-item>span{font-size:8.5px}.aa-mobile-fab{right:16px;bottom:calc(92px + env(safe-area-inset-bottom));width:54px;height:54px;border-radius:var(--r-lg)!important;min-width:54px!important}}@media (width<=899px){.crm-sticky-filters{position:relative!important}}.crm-card{-webkit-backdrop-filter:blur(18px);border:1px solid var(--aa-border)!important;border-radius:var(--aa-radius-xl)!important;background:var(--aa-surface)!important;box-shadow:var(--aa-shadow-sm)!important}.crm-page{gap:0;position:relative}.app-content-scroll>.crm-page,.app-content-scroll>.clients-page,.app-content-scroll>.inventory-page{align-content:start}.crm-page-hero{position:relative;isolation:auto!important;color:var(--text)!important;border:0!important;border-bottom:1px solid var(--border)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;margin-bottom:14px!important;padding:0 0 14px!important;overflow:visible!important}.crm-page-hero:before,.crm-page-hero:after{display:none!important}.crm-page-hero h1{color:var(--text)!important;font-family:var(--font-sans)!important;letter-spacing:-.022em!important;margin-top:5px!important;font-size:18px!important;font-weight:600!important;line-height:1.2!important}.crm-page-hero h1+p,.crm-page-hero h1+.MuiTypography-root{color:var(--text-muted)!important;margin-top:4px!important;font-size:12.5px!important;line-height:1.5!important}.crm-page-hero h1~div>.MuiBox-root:empty{display:none!important}.crm-page-hero .MuiPaper-root{border:1px solid var(--border)!important;background:var(--surface)!important;box-shadow:none!important}.crm-detail-hero{color:var(--text)!important;border:0!important;border-bottom:1px solid var(--border)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;margin-bottom:14px!important;padding:0 0 14px!important}.crm-detail-hero:before,.crm-detail-hero:after{display:none!important}.crm-detail-hero h1{color:var(--text)!important;font-family:var(--font-sans)!important;letter-spacing:-.022em!important;font-size:18px!important;font-weight:600!important}.crm-page>.MuiBox-root:first-child,.crm-page>div:first-child{border:1px solid var(--aa-border);border-radius:var(--aa-radius-xl);background:var(--aa-surface);box-shadow:var(--aa-shadow-xs);-webkit-backdrop-filter:blur(18px);padding:20px}.crm-page>.MuiBox-root:first-child .MuiTypography-h5,.crm-page>div:first-child .MuiTypography-h5{color:var(--aa-text);letter-spacing:-.025em}.MuiPaper-root{color:var(--aa-text);border-radius:var(--aa-radius-lg)!important;background-image:none!important}.MuiTypography-h4,.MuiTypography-h5,.MuiTypography-h6{letter-spacing:-.025em!important}.MuiButton-root{min-height:36px;box-shadow:none;transition:background-color .14s,border-color .14s,color .14s;border-radius:var(--aa-radius-md)!important;text-transform:none!important;letter-spacing:0!important;font-weight:600!important}.MuiButton-contained{background:var(--accent)!important;box-shadow:none!important}.MuiButton-contained:hover{background:var(--aa-brand-600)!important;box-shadow:none!important}.MuiButton-outlined{border-color:var(--border-strong)!important;color:var(--text)!important;background:var(--surface)!important}.MuiButton-outlined:hover{border-color:var(--text-faint)!important;background:var(--surface-2)!important}.MuiButton-text{color:var(--text-muted)}.MuiIconButton-root{border-radius:var(--aa-radius-md)!important;transition:transform .16s,background-color .16s!important}.MuiIconButton-root:hover{background:var(--aa-surface-hover)!important}.MuiIconButton-root:active{transform:scale(.95)}.MuiTextField-root .MuiOutlinedInput-root,.MuiSelect-root,.MuiOutlinedInput-root{color:var(--aa-text);background:var(--surface);transition:box-shadow .18s,background-color .18s;border-radius:var(--aa-radius-md)!important}.MuiOutlinedInput-notchedOutline{border-color:var(--aa-border-strong)!important}.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:rgb(var(--text-rgb) / .28)!important}.MuiOutlinedInput-root.Mui-focused{background:var(--aa-surface-solid);box-shadow:0 0 0 4px var(--aa-focus)}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px!important;border-color:rgb(var(--accent-rgb) / .58)!important}.MuiInputLabel-root{color:var(--aa-text-secondary)!important}.MuiInputLabel-root.Mui-focused{color:var(--aa-brand-800)!important}.MuiFormHelperText-root{color:var(--aa-text-tertiary)!important}.MuiMenu-paper,.MuiPopover-paper{-webkit-backdrop-filter:blur(24px);border:1px solid var(--aa-border)!important;border-radius:var(--aa-radius-lg)!important;background:var(--surface)!important;box-shadow:var(--aa-shadow-lg)!important}.MuiMenuItem-root{border-radius:var(--aa-radius-sm)!important;margin:3px 6px!important}.MuiMenuItem-root.Mui-selected,.MuiMenuItem-root.Mui-selected:hover{color:var(--aa-brand-900)!important;background:var(--aa-brand-100)!important}[data-theme=dark] .MuiMenu-paper,[data-theme=dark] .MuiPopover-paper{color:var(--aa-text)!important;border-color:var(--aa-border)!important;background:var(--aa-surface-solid)!important}[data-theme=dark] .MuiMenuItem-root{color:var(--aa-text)!important}[data-theme=dark] .MuiMenuItem-root:hover{background:var(--aa-surface-hover)!important}[data-theme=dark] .aa-mobile-quick-menu{background:var(--aa-surface-solid)!important}[data-theme=dark] .aa-mobile-quick-menu-item{border:1px solid #0000}[data-theme=dark] .aa-mobile-quick-menu-item:hover{border-color:var(--aa-border)}.MuiTableContainer-root{border-radius:var(--aa-radius-lg)!important}.MuiTableHead-root .MuiTableCell-root{letter-spacing:.035em;text-transform:uppercase;line-height:1.25;border-bottom:1px solid var(--aa-border)!important;color:var(--aa-text-secondary)!important;background:#f8f5f1eb!important;font-size:11px!important;font-weight:700!important}[data-theme=dark] .MuiTableHead-root .MuiTableCell-root{color:var(--aa-text-secondary)!important;border-bottom-color:var(--aa-border-strong)!important;background:var(--aa-surface-muted)!important}.MuiTableCell-root{border-bottom-color:var(--aa-border)!important}.MuiTableBody-root .MuiTableRow-root{-webkit-tap-highlight-color:transparent;transition:background-color .16s}@media (hover:hover) and (pointer:fine){.MuiTableBody-root .MuiTableRow-root:hover{background:var(--aa-surface-hover)!important}}@media (hover:none),(pointer:coarse){.MuiTableBody-root .MuiTableRow-root:hover{background:0 0!important}.aa-mobile-records .MuiTableRow-root:hover,.aa-mobile-records .MuiTableRow-root.MuiTableRow-hover:hover{background:var(--aa-mobile-card)!important}}.MuiChip-root{letter-spacing:-.01em;border-radius:var(--aa-radius-pill)!important;font-weight:700!important}.MuiAvatar-root{border:2px solid var(--border);box-shadow:0 3px 10px #00000014}.MuiDivider-root{border-color:var(--aa-border)!important}.MuiTooltip-tooltip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--aa-radius-sm)!important;color:#fff!important;background:rgb(var(--text-rgb) / .92)!important;padding:7px 10px!important;font-size:12px!important}.crm-page .MuiPaper-root{border:1px solid var(--aa-border)!important;border-radius:var(--aa-radius-xl)!important;background:var(--aa-surface)!important;box-shadow:var(--aa-shadow-sm)!important}.crm-page .MuiPaper-root.crm-hero-dark{color:#fff;border:1px solid var(--border)!important;background:var(--surface)!important;box-shadow:0 20px 55px rgb(var(--text-rgb) / .18)!important}.crm-page .MuiPaper-root .MuiPaper-root{background:var(--aa-surface-solid)!important;box-shadow:var(--aa-shadow-xs)!important}.crm-page .MuiTableContainer-root,.crm-page .MuiTable-root{background:0 0}.crm-page .MuiChip-root{border:1px solid rgb(var(--text-rgb) / .07)}.MuiBackdrop-root{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgb(var(--text-rgb) / .34)!important}.MuiDialog-paper{-webkit-backdrop-filter:blur(28px);border:1px solid var(--aa-border)!important;border-radius:var(--aa-radius-2xl)!important;background:var(--surface)!important;box-shadow:0 30px 90px #0003!important}.MuiDialogTitle-root{color:var(--aa-text);letter-spacing:-.025em!important;padding:24px 24px 12px!important;font-weight:700!important}.MuiDialogContent-root{padding:12px 24px 20px!important}.MuiDialogActions-root{padding:14px 24px 24px!important}[data-theme=dark] .MuiDialog-paper,[data-theme=dark] .MuiDialogContent-root,[data-theme=dark] .MuiDialogActions-root{color:var(--aa-text)!important;border-color:var(--aa-border)!important;background:var(--aa-surface-solid)!important}[data-theme=dark] .MuiDialogActions-root{border-top-color:var(--aa-border)!important}[data-theme=dark] .MuiDialogContent-root .MuiOutlinedInput-root{color:var(--aa-text)!important;background:var(--aa-surface-muted)!important}[data-theme=dark] .MuiDialogContent-root .MuiOutlinedInput-notchedOutline{border-color:var(--aa-border-strong)!important}[data-theme=dark] .MuiDialogContent-root .MuiInputLabel-root,[data-theme=dark] .MuiDialogContent-root .MuiFormHelperText-root{color:var(--aa-text-secondary)!important}[data-theme=dark] .MuiDialog-paper .MuiButton-outlined,[data-theme=dark] .MuiDialog-paper .aa-dialog-secondary-action{color:var(--aa-text)!important;border-color:var(--aa-border-strong)!important;background:0 0!important}[data-theme=dark] .MuiDialog-paper .MuiButton-outlined:hover,[data-theme=dark] .MuiDialog-paper .MuiButton-outlined:focus-visible,[data-theme=dark] .MuiDialog-paper .aa-dialog-secondary-action:hover{background:var(--aa-surface-hover)!important}[data-theme=dark] .crm-page .MuiOutlinedInput-root,[data-theme=dark] .clients-page .MuiOutlinedInput-root,[data-theme=dark] .platform-dashboard-page .MuiOutlinedInput-root{color:var(--aa-text)!important;background:var(--aa-surface-muted)!important}[data-theme=dark] .crm-page .MuiOutlinedInput-notchedOutline,[data-theme=dark] .clients-page .MuiOutlinedInput-notchedOutline,[data-theme=dark] .platform-dashboard-page .MuiOutlinedInput-notchedOutline{border-color:var(--aa-border-strong)!important}[data-theme=dark] .crm-page .MuiInputLabel-root,[data-theme=dark] .crm-page .MuiFormHelperText-root,[data-theme=dark] .clients-page .MuiInputLabel-root,[data-theme=dark] .clients-page .MuiFormHelperText-root,[data-theme=dark] .platform-dashboard-page .MuiInputLabel-root,[data-theme=dark] .platform-dashboard-page .MuiFormHelperText-root{color:var(--aa-text-secondary)!important}[data-theme=dark] .crm-page .MuiButton-outlined,[data-theme=dark] .clients-page .MuiButton-outlined,[data-theme=dark] .platform-dashboard-page .MuiButton-outlined{border-color:var(--aa-border-strong)!important;background:0 0!important}[data-theme=dark] .crm-page .MuiButton-outlinedPrimary,[data-theme=dark] .clients-page .MuiButton-outlinedPrimary,[data-theme=dark] .platform-dashboard-page .MuiButton-outlinedPrimary{color:var(--aa-text)!important}[data-theme=dark] .crm-page .MuiButton-outlined:hover,[data-theme=dark] .clients-page .MuiButton-outlined:hover,[data-theme=dark] .platform-dashboard-page .MuiButton-outlined:hover{background:var(--aa-surface-hover)!important}.auth-page{background:var(--surface-2);overflow:auto}.auth-shell{-webkit-backdrop-filter:blur(24px);border:1px solid var(--aa-border)!important;border-radius:var(--r-lg)!important;background:var(--surface)!important;box-shadow:0 26px 80px rgb(var(--text-rgb) / .12)!important}.auth-brand-panel{position:relative;overflow:hidden}.auth-brand-panel>*{z-index:1;position:relative}.auth-form-panel{background:var(--aa-surface-solid);position:relative}.auth-form-panel .MuiOutlinedInput-root{background:var(--surface);min-height:44px;transition:box-shadow .18s,background-color .18s;border-radius:var(--r-md)!important}.auth-form-panel .MuiOutlinedInput-root:hover{background:var(--surface)}.auth-form-panel .MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 3px rgb(var(--accent-rgb) / .08)}.auth-form-panel .MuiInputLabel-root{font-weight:500}.aa-public-theme-toggle{z-index:1400!important;top:max(18px, env(safe-area-inset-top))!important;width:42px!important;height:42px!important;color:var(--aa-text)!important;border:1px solid var(--aa-border)!important;background:var(--aa-surface-elevated)!important;box-shadow:var(--aa-shadow-card)!important;display:inline-grid!important;position:fixed!important;right:18px!important}.aa-public-theme-icon{font-size:21px;line-height:1;display:block}[data-theme=dark] .auth-page{background:var(--aa-page-bg)!important}[data-theme=dark] body:has(.auth-brand-panel){background:var(--aa-page-bg)!important}[data-theme=dark] .auth-shell,[data-theme=dark] .auth-form-panel{color:var(--aa-text)!important;background:var(--aa-surface-solid)!important}[data-theme=dark] .auth-form-panel .MuiOutlinedInput-root{color:var(--aa-text)!important;background:var(--aa-surface-muted)!important}[data-theme=dark] .auth-form-panel .MuiInputLabel-root,[data-theme=dark] .auth-form-panel .MuiFormHelperText-root{color:var(--aa-text-muted)!important}[data-theme=dark] .auth-form-panel .MuiOutlinedInput-notchedOutline{border-color:var(--aa-border-strong)!important}[data-theme=dark] .auth-form-panel h1,[data-theme=dark] .auth-form-panel h2,[data-theme=dark] .auth-form-panel h3,[data-theme=dark] .auth-form-panel h4,[data-theme=dark] .auth-form-panel h5,[data-theme=dark] .auth-form-panel h6{color:var(--aa-text)!important}[data-theme=dark] .auth-form-panel p,[data-theme=dark] .auth-form-panel label{color:var(--aa-text-muted)!important}@media (width<=1023px){.aa-public-theme-toggle{display:inline-grid!important}.auth-form-panel .MuiOutlinedInput-notchedOutline{border-color:var(--aa-border-strong)!important}}@keyframes softFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (width<=768px){.crm-page-hero,.clients-page>.crm-page-hero{border-radius:var(--r-lg)!important;min-height:0!important;box-shadow:0 10px 26px rgb(var(--text-rgb) / .12)!important;margin-bottom:10px!important;padding:14px!important}.crm-page-hero>.MuiBox-root{gap:12px!important}.crm-page-hero h1{margin-top:8px!important;font-size:22px!important;line-height:1.12!important}.crm-page-hero h1+p{display:none!important}.crm-page-hero .MuiStack-root{scrollbar-width:none;padding-bottom:2px;overflow-x:auto;flex-direction:row!important;gap:8px!important;margin-top:12px!important}.crm-page-hero .MuiStack-root::-webkit-scrollbar{display:none}.crm-page-hero .MuiStack-root>.MuiButton-root{white-space:nowrap;flex:none;min-height:40px!important}.crm-detail-hero{border-radius:var(--r-lg)!important;padding:15px!important}.crm-detail-hero h1{font-size:22px!important}.orders-page .orders-header-actions{width:auto;flex-direction:row!important;gap:6px!important;display:flex!important}.orders-page .orders-header-actions .MuiButton-root{min-width:0;min-height:38px;padding-inline:10px;font-size:10px}.orders-page .orders-action-label-desktop{display:none}.orders-page .orders-action-label-mobile{display:inline}.department-order-actions{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:8px!important;display:grid!important}.department-order-actions .MuiButton-root{width:100%;min-width:0;min-height:42px;margin:0!important}.department-save-label-desktop{display:none}.department-save-label-mobile{display:inline}.crm-sticky-filters{border-radius:var(--r-lg)!important;box-shadow:0 8px 22px rgb(var(--text-rgb) / .09)!important;margin-bottom:10px!important;padding:10px!important;top:0!important}.crm-sticky-filters:has(>.MuiFormControl-root){scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;max-width:100%;padding-bottom:3px;flex-flow:row!important;align-items:center!important;gap:8px!important;display:flex!important;overflow:auto hidden!important}.crm-sticky-filters .MuiBox-root:has(>.MuiFormControl-root){scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;max-width:100%;padding-bottom:3px;flex-flow:row!important;align-items:center!important;gap:8px!important;display:flex!important;overflow:auto hidden!important}.crm-sticky-filters:has(>.MuiFormControl-root)::-webkit-scrollbar{display:none}.crm-sticky-filters .MuiBox-root:has(>.MuiFormControl-root)::-webkit-scrollbar{display:none}.crm-sticky-filters:has(>.MuiFormControl-root)>.MuiFormControl-root{scroll-snap-align:start;flex:0 0 min(72vw,250px);min-width:0}.crm-sticky-filters .MuiBox-root:has(>.MuiFormControl-root)>.MuiFormControl-root{scroll-snap-align:start;flex:0 0 min(72vw,250px);min-width:0}.crm-sticky-filters:has(>.MuiFormControl-root)>.MuiFormControl-root:first-child{flex-basis:min(82vw,320px)}.crm-sticky-filters .MuiBox-root:has(>.MuiFormControl-root)>.MuiFormControl-root:first-child{flex-basis:min(82vw,320px)}.crm-sticky-filters .MuiButton-root{white-space:nowrap;flex:none;min-height:40px!important}.crm-sticky-filters>.MuiBox-root>.MuiStack-root{scrollbar-width:none;padding-bottom:3px;overflow-x:auto;flex-direction:row!important;gap:8px!important}.crm-sticky-filters>.MuiBox-root>.MuiStack-root::-webkit-scrollbar{display:none}.crm-mobile-secondary-section{margin-bottom:10px!important;padding:13px!important}.crm-mobile-secondary-section>.MuiBox-root:first-child>div:first-child>p:last-child{display:none}.crm-mobile-card-strip{scroll-snap-type:x proximity;scrollbar-width:none;max-width:100%;padding-bottom:3px;overflow-x:auto;flex-flow:row!important;gap:9px!important;display:flex!important}.crm-mobile-card-strip::-webkit-scrollbar{display:none}.crm-mobile-card-strip>*{scroll-snap-align:start;flex:0 0 min(78vw,290px)}.crm-mobile-user-picker{padding:12px!important}.crm-mobile-user-picker>.MuiBox-root:first-child p:last-child{display:none}.crm-mobile-user-list{scroll-snap-type:x proximity;scrollbar-width:none;overflow-x:auto;flex-direction:row!important;gap:8px!important;max-height:none!important;padding:2px 0 3px!important;overflow-y:hidden!important}.crm-mobile-user-list::-webkit-scrollbar{display:none}.crm-mobile-user-list>.MuiButton-root{scroll-snap-align:start;flex:0 0 min(72vw,250px);min-width:min(72vw,250px)!important}.crm-mobile-action-strip{scrollbar-width:none;width:100%;padding-bottom:3px;overflow-x:auto;flex-direction:row!important;gap:8px!important}.crm-mobile-action-strip::-webkit-scrollbar{display:none}.crm-mobile-action-strip>.MuiButton-root{white-space:nowrap;flex:none;min-height:40px}.crm-page .MuiTableContainer-root,.clients-page .MuiTableContainer-root,.platform-dashboard-page .MuiTableContainer-root{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}:is(.crm-page .MuiBox-root:has(>.MuiTable-root),.clients-page .MuiBox-root:has(>.MuiTable-root),.platform-dashboard-page .MuiBox-root:has(>.MuiTable-root)){overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto!important}.crm-page .MuiTableCell-root,.clients-page .MuiTableCell-root,.platform-dashboard-page .MuiTableCell-root{padding:10px 12px!important}.crm-page .MuiTable-root th:first-child,.crm-page .MuiTable-root td:first-child,.clients-page .MuiTable-root th:first-child,.clients-page .MuiTable-root td:first-child,.platform-dashboard-page .MuiTable-root th:first-child,.platform-dashboard-page .MuiTable-root td:first-child{z-index:auto;background:inherit;box-shadow:none;position:static;left:auto}.crm-page .MuiTable-root th:first-child,.clients-page .MuiTable-root th:first-child,.platform-dashboard-page .MuiTable-root th:first-child{z-index:auto;background:var(--aa-surface-muted)}.aa-mobile-records{background:var(--aa-bg-elevated);width:100%;max-width:100%;padding:10px!important;overflow:visible!important}.crm-page .MuiBox-root.aa-mobile-records:has(>.MuiTable-root){background:var(--aa-bg-elevated);width:100%;max-width:100%;padding:10px!important;overflow:visible!important}.clients-page .MuiBox-root.aa-mobile-records:has(>.MuiTable-root){background:var(--aa-bg-elevated);width:100%;max-width:100%;padding:10px!important;overflow:visible!important}.aa-mobile-records .MuiTable-root,.aa-mobile-records .MuiTableBody-root{width:100%!important;min-width:0!important;display:block!important}.aa-mobile-records .MuiTableHead-root{display:none!important}.aa-mobile-records .MuiTableBody-root{gap:10px;display:grid!important}.aa-mobile-records .MuiTableRow-root{border-radius:var(--r-lg);background:var(--aa-mobile-card);width:100%;box-shadow:var(--aa-shadow-xs);overflow:hidden;border:1px solid var(--aa-border)!important;padding:13px!important;display:block!important}.aa-mobile-records .MuiTableCell-root{min-height:35px;color:var(--aa-text-secondary);text-align:right;white-space:normal;justify-content:space-between;align-items:center;gap:14px;background:0 0!important;border:0!important;width:100%!important;padding:7px 0!important;display:flex!important;position:static!important}.aa-mobile-records .MuiTableCell-root:first-child{text-align:left;min-height:54px;margin-bottom:4px;border-bottom:1px solid var(--aa-border)!important;padding:0 0 11px!important}.aa-mobile-records .MuiTableCell-root:not(:first-child):before{color:var(--aa-text-tertiary);letter-spacing:.045em;text-transform:uppercase;flex:none;font-size:9px;font-weight:700}.aa-mobile-records .MuiTableCell-root[colspan]{text-align:center;justify-content:center;align-items:center;min-height:88px;margin:0;border:0!important;padding:24px 12px!important}.aa-mobile-records .MuiTableCell-root[colspan]:before{display:none}.aa-mobile-records .MuiTableCell-root:last-child>.MuiStack-root,.aa-mobile-records .MuiTableCell-root:last-child>div{justify-content:flex-end;width:100%;min-width:0!important}.aa-mobile-records .MuiTableCell-root:last-child .MuiButton-root{white-space:nowrap;flex:112px;min-height:38px;font-size:11px}.aa-mobile-records .MuiFormControl-root{width:min(100%,190px);min-width:0!important}.aa-audit-logs-table td:nth-child(2):before{content:"Foydalanuvchi"}.aa-audit-logs-table td:nth-child(3):before{content:"Amal"}.aa-audit-logs-table td:nth-child(4):before{content:"Bo'lim"}.aa-audit-logs-table td:nth-child(5):before{content:"Obyekt"}.aa-audit-logs-table td:nth-child(6):before{content:"API manzil"}.aa-platform-companies-table td:nth-child(2):before{content:"Kod"}.aa-platform-companies-table td:nth-child(3):before{content:"Reja"}.aa-platform-companies-table td:nth-child(4):before{content:"Foydalanuvchi limitlari"}.aa-platform-companies-table td:nth-child(5):before{content:"Obuna muddati"}.aa-platform-companies-table td:nth-child(6):before{content:"To'lovlar"}.aa-platform-companies-table td:nth-child(7):before{content:"Holati"}.aa-platform-companies-table td:nth-child(8):before{content:"Amallar"}.aa-user-detail-table td[data-label]:not(:first-child):before{content:attr(data-label)}.aa-orders-table td:nth-child(2):before{content:"Mijoz"}.aa-orders-table td:nth-child(3):before{content:"Sana / muddat"}.aa-orders-table td:nth-child(4):before{content:"Pozitsiya"}.aa-orders-table td:nth-child(5):before{content:"Jarayon"}.aa-orders-table td:nth-child(6):before{content:"Summa"}.aa-orders-table td:nth-child(7):before{content:"Holat"}.aa-orders-table td:nth-child(8):before{content:"Amallar"}.aa-orders-table td:nth-child(8){margin-top:5px;border-top:1px solid var(--aa-border)!important;padding-top:12px!important;display:block!important}.aa-orders-table td:nth-child(8):before{text-align:left;margin-bottom:8px;display:block}.aa-orders-table .orders-card-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px!important;display:grid!important}.aa-orders-table .orders-card-actions .MuiButton-root{width:100%;min-width:0;min-height:38px;padding-inline:8px;font-size:10px;margin:0!important}.aa-orders-table td:nth-child(5){grid-template-columns:auto minmax(0,1fr);display:grid!important}.aa-orders-table td:nth-child(5):before{grid-row:1/span 2}.aa-orders-table td:nth-child(5)>*{grid-column:2}.aa-products-table td:nth-child(2):before{content:"Kategoriya"}.aa-products-table td:nth-child(3):before{content:"Model va rang"}.aa-products-table td:nth-child(4):before{content:"Narxlar"}.aa-products-table td:nth-child(5):before{content:"Holati"}.aa-products-table td:nth-child(6):before{content:"Amallar"}.aa-clients-table td:nth-child(2):before{content:"Telefon"}.aa-clients-table td:nth-child(3):before{content:"Turi"}.aa-clients-table td:nth-child(4):before{content:"Jami xarid"}.aa-clients-table td:nth-child(5):before{content:"To'langan"}.aa-clients-table td:nth-child(6):before{content:"Qarz"}.aa-clients-table td:nth-child(7):before{content:"Yangilangan"}.aa-clients-table td:nth-child(8):before{content:"Amallar"}.aa-users-table.admin-view td:nth-child(2):before{content:"Foydalanuvchi nomi"}.aa-users-table.admin-view td:nth-child(3):before{content:"Telefon"}.aa-users-table.admin-view td:nth-child(4):before{content:"Ruxsat turi"}.aa-users-table.admin-view td:nth-child(5):before{content:"Yangilangan"}.aa-users-table.admin-view td:nth-child(6):before{content:"Amallar"}.aa-users-table.worker-view td:nth-child(2):before{content:"Lavozim"}.aa-users-table.worker-view td:nth-child(3):before{content:"Bo'lim"}.aa-users-table.worker-view td:nth-child(4):before{content:"Ruxsat turi"}.aa-inventory-stock-table td:nth-child(2):before{content:"Turi"}.aa-inventory-stock-table td:nth-child(3):before{content:"Rang"}.aa-inventory-stock-table td:nth-child(4):before{content:"Ombor"}.aa-inventory-stock-table td:nth-child(5):before{content:"Qoldiq"}.aa-inventory-stock-table td:nth-child(6):before{content:"Minimum"}.aa-inventory-stock-table td:nth-child(7):before{content:"Holat"}.aa-inventory-stock-table td:nth-child(8):before{content:"Amal"}.aa-inventory-movements-table td:nth-child(2):before{content:"Element"}.aa-inventory-movements-table td:nth-child(3):before{content:"Ombor"}.aa-inventory-movements-table td:nth-child(4):before{content:"Operatsiya"}.aa-inventory-movements-table td:nth-child(5):before{content:"Miqdor"}.aa-inventory-movements-table td:nth-child(6):before{content:"Mas'ul"}.aa-inventory-movements-table td:nth-child(7):before{content:"Izoh"}.aa-inventory-counts-table td:nth-child(2):before{content:"Ombor"}.aa-inventory-counts-table td:nth-child(3):before{content:"Sanov qatorlari"}.aa-inventory-counts-table td:nth-child(4):before{content:"Farqli qatorlar"}.aa-inventory-counts-table td:nth-child(5):before{content:"Mas'ul"}.aa-inventory-counts-table td:nth-child(6):before{content:"Izoh"}.aa-inventory-counts-table td:nth-child(7):before{content:"Amal"}.aa-inventory-count-entry-table td:nth-child(2):before,.aa-inventory-count-detail-table td:nth-child(2):before{content:"Turi"}.aa-inventory-count-entry-table td:nth-child(3):before,.aa-inventory-count-detail-table td:nth-child(3):before{content:"Rang"}.aa-inventory-count-entry-table td:nth-child(4):before,.aa-inventory-count-detail-table td:nth-child(4):before{content:"Tizimdagi"}.aa-inventory-count-entry-table td:nth-child(5):before{content:"Haqiqiy sanov"}.aa-inventory-count-detail-table td:nth-child(5):before{content:"Sanalgan"}.aa-inventory-count-entry-table td:nth-child(6):before,.aa-inventory-count-detail-table td:nth-child(6):before{content:"Farq"}.aa-client-sales-list-table td:nth-child(2):before{content:"Savdo"}.aa-client-sales-list-table td:nth-child(3):before{content:"Hisob"}.aa-client-sales-list-table td:nth-child(4):before{content:"Sana va izoh"}.aa-client-sales-list-table td:nth-child(5):before{content:"Amallar"}.aa-worker-payments-table td:nth-child(2):before{content:"To'lov turi"}.aa-worker-payments-table td:nth-child(3):before{content:"Summa"}.aa-worker-payments-table td:nth-child(4):before{content:"To'lov sanasi"}.aa-worker-payments-table td:nth-child(5):before{content:"Davr"}.aa-worker-payments-table td:nth-child(6):before{content:"Izoh"}.aa-worker-payments-table td:nth-child(7):before{content:"Amallar"}.aa-worker-advances-table td:nth-child(2):before{content:"Avans"}.aa-worker-advances-table td:nth-child(3):before{content:"Sana"}.aa-worker-advances-table td:nth-child(4):before{content:"Izoh"}.aa-worker-outputs-table td:nth-child(2):before{content:"Ish turi"}.aa-worker-outputs-table td:nth-child(3):before{content:"Hisob"}.aa-worker-outputs-table td:nth-child(4):before{content:"Sana"}.aa-worker-outputs-table td:nth-child(5):before{content:"Amallar"}.aa-employees-table td:nth-child(2):before{content:"Tizim roli"}.aa-employees-table td:nth-child(3):before{content:"Lavozim"}.aa-employees-table td:nth-child(4):before{content:"Bo'lim"}.aa-employees-table td:nth-child(5):before{content:"Ish haqi turi"}.aa-employees-table td:nth-child(6):before{content:"Kelishuv qiymati"}.aa-employees-table td:nth-child(7):before{content:"To'lov davri"}.aa-employees-table td:nth-child(8):before{content:"Ishga kirgan"}.aa-employees-table td:nth-child(9):before{content:"Amal"}.aa-finance-grid td[data-label]:not(:first-child):before{content:attr(data-label)}.aa-expenses-table td:nth-child(2):before{content:"Moliyaviy hisob"}.aa-expenses-table td:nth-child(3):before{content:"Kim kiritdi"}.aa-expenses-table td:nth-child(4):before{content:"Sana"}.aa-expenses-table td:nth-child(5):before{content:"Summa"}.aa-expenses-table td:nth-child(6):before{content:"Amallar"}.aa-material-purchases-table td:nth-child(2):before{content:"Xomashyolar"}.aa-material-purchases-table td:nth-child(3):before{content:"Xarid hisobi"}.aa-material-purchases-table td:nth-child(4):before{content:"Sana va izoh"}.aa-material-purchases-table td:nth-child(5):before{content:"Amal"}.aa-suppliers-table td:nth-child(2):before{content:"Telefon"}.aa-suppliers-table td:nth-child(3):before{content:"Manzil"}.aa-suppliers-table td:nth-child(4):before{content:"Boshlang'ich qarz"}.aa-suppliers-table td:nth-child(5):before{content:"Hozirgi qarz"}.aa-suppliers-table td:nth-child(6):before{content:"Amallar"}.expenses-page .crm-sticky-filters>.MuiBox-root{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.expenses-page .crm-sticky-filters .MuiButton-root{width:100%;min-width:0!important}.material-purchases-page .crm-sticky-filters>.MuiBox-root>.MuiBox-root{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.material-purchases-page .crm-sticky-filters>.MuiBox-root>.MuiBox-root>:first-child{grid-column:1/-1}.material-purchases-page .crm-sticky-filters .MuiButton-root{width:100%;min-width:0!important}[data-theme=dark] .aa-expenses-table td:nth-child(3) .MuiTypography-root,[data-theme=dark] .aa-expenses-table td:nth-child(4) .MuiTypography-root,[data-theme=dark] .aa-material-purchases-table td:nth-child(2) .MuiTypography-root:first-child,[data-theme=dark] .aa-material-purchases-table td:nth-child(3) .MuiTypography-root:first-child,[data-theme=dark] .aa-material-purchases-table td:nth-child(4) .MuiTypography-root:first-child,[data-theme=dark] .aa-suppliers-table td:first-child .MuiTypography-root{color:var(--aa-text)!important}.my-order-tasks-page .crm-sticky-filters{grid-template-columns:minmax(0,1fr) minmax(116px,.55fr)!important;gap:9px!important;padding:12px!important}.aa-task-list{gap:10px!important}.aa-task-card{box-shadow:var(--aa-shadow-xs);border-radius:var(--r-lg)!important;background:var(--aa-mobile-card)!important;padding:15px!important}.aa-task-card>.MuiBox-root:first-child{gap:10px!important}.aa-task-card h1,.aa-task-card h2,.aa-task-card h3,.aa-task-card .MuiTypography-root{overflow-wrap:anywhere}.aa-task-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start!important;gap:9px!important;display:grid!important}.aa-task-actions .MuiFormControl-root{grid-column:1/-1;width:100%!important;min-width:0!important}.aa-task-actions .MuiButton-root{width:100%;min-width:0;min-height:44px}.worker-outputs-page .aa-mobile-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.worker-outputs-page .aa-mobile-filter-grid:not(.aa-mobile-filter-grid-secondary)>:first-child{grid-column:1/-1}.worker-outputs-page .aa-mobile-filter-grid .MuiButton-root{width:100%;min-width:0!important}.employees-page .crm-sticky-filters{padding:12px!important}.employees-page .crm-sticky-filters>.MuiBox-root>.MuiBox-root:first-child .MuiTypography-root:last-child{display:none}.employees-page .crm-sticky-filters>.MuiBox-root>.MuiStack-root{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important;width:100%!important;display:grid!important}.employees-page .crm-sticky-filters .MuiFormControl-root{grid-column:1/-1;width:100%!important}.employees-page .crm-sticky-filters .MuiButton-root{width:100%;min-width:0!important}[data-theme=dark] .aa-worker-outputs-table td:nth-child(2) .MuiTypography-root:first-child,[data-theme=dark] .aa-worker-outputs-table td:nth-child(3) .MuiTypography-root:first-child,[data-theme=dark] .aa-employees-table td:nth-child(3) .MuiTypography-root:first-child,[data-theme=dark] .aa-employees-table td:nth-child(7) .MuiTypography-root,[data-theme=dark] .aa-employees-table td:nth-child(8) .MuiTypography-root{color:var(--aa-text)!important}.aa-worker-advances-table td:first-child{font-weight:700;color:var(--aa-text)!important}.client-sales-page .crm-sticky-filters>.MuiBox-root>.MuiBox-root,.worker-payments-page .crm-sticky-filters>.MuiBox-root>.MuiBox-root{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.client-sales-page .crm-sticky-filters>.MuiBox-root>.MuiBox-root>:first-child,.worker-payments-page .crm-sticky-filters>.MuiBox-root>.MuiBox-root>:first-child{grid-column:1/-1}.client-sales-page .crm-sticky-filters .MuiButton-root,.worker-payments-page .crm-sticky-filters .MuiButton-root{width:100%;min-width:0!important}[data-theme=dark] .client-sales-page .crm-sticky-filters .MuiButton-root,[data-theme=dark] .worker-payments-page .crm-sticky-filters .MuiButton-root{color:var(--aa-text-secondary)!important;border-color:var(--aa-border-strong)!important;background:var(--aa-surface-muted)!important}[data-theme=dark] .client-sales-summary-strip>.MuiBox-root,[data-theme=dark] .worker-dues-strip>.MuiBox-root{color:var(--aa-text)!important;border-color:var(--aa-border)!important;background:var(--aa-surface-muted)!important}[data-theme=dark] .worker-dues-strip .MuiTypography-root:first-child,[data-theme=dark] .aa-client-sales-list-table td:nth-child(4) .MuiTypography-root,[data-theme=dark] .aa-worker-payments-table td:first-child .MuiTypography-root:first-child{color:var(--aa-text)!important}.aa-inventory-count-entry-table .MuiOutlinedInput-root{max-width:132px}:is([data-theme=dark] .inventory-page .MuiCard-root:has(.aa-mobile-records),[data-theme=dark] .inventory-page>.MuiCard-root,[data-theme=dark] .inventory-page .crm-sticky-filters,[data-theme=dark] .MuiDialog-paper .aa-mobile-records){color:var(--aa-text)!important;border-color:var(--aa-border)!important;background:var(--aa-surface-solid)!important}[data-theme=dark] .inventory-warehouse-card{background:var(--surface);border-color:var(--aa-border)!important}[data-theme=dark] .inventory-warehouse-card .MuiTypography-root:first-child{color:var(--aa-text)!important}[data-theme=dark] .inventory-warehouse-card .MuiTypography-root{color:var(--aa-text-secondary)!important}[data-theme=dark] .inventory-warehouse-card>.MuiStack-root:first-child p:first-child{color:var(--aa-text)!important}[data-theme=dark] .inventory-warehouse-card .MuiButton-outlined{color:var(--aa-text)!important;border-color:var(--aa-border-strong)!important;background:0 0!important}[data-theme=dark] .inventory-page>.MuiCard-root>.MuiBox-root:first-child .MuiTypography-root:first-child,[data-theme=dark] .aa-inventory-stock-table td:first-child .MuiTypography-root,[data-theme=dark] .aa-inventory-movements-table td:nth-child(2) .MuiTypography-root,[data-theme=dark] .aa-inventory-counts-table td:nth-child(2) .MuiTypography-root,[data-theme=dark] .aa-inventory-count-entry-table td:first-child .MuiTypography-root,[data-theme=dark] .aa-inventory-count-detail-table td:first-child .MuiTypography-root,[data-theme=dark] .aa-mobile-records td:first-child .MuiTypography-root:first-child,[data-theme=dark] .aa-products-table td:nth-child(3) .MuiTypography-root:first-child,[data-theme=dark] .aa-clients-table td:nth-child(4) .MuiTypography-root,[data-theme=dark] .aa-users-table.admin-view td:nth-child(2) .MuiTypography-root{color:var(--aa-text)!important}[data-theme=dark] .aa-mobile-records td:first-child .MuiTypography-root:last-child,[data-theme=dark] .aa-products-table td:nth-child(3) .MuiTypography-root:last-child{color:var(--aa-text-tertiary)!important}.orders-page .crm-sticky-filters,.products-page .crm-sticky-filters,.clients-page .crm-sticky-filters,.users-page .crm-sticky-filters{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;padding:12px!important}.orders-page .crm-sticky-filters>:first-child,.products-page .crm-sticky-filters>:first-child,.clients-page .crm-sticky-filters>:first-child,.users-page .crm-sticky-filters>:first-child{grid-column:1/-1}.aa-mobile-cards .MuiTable-root td:first-child{box-shadow:none;position:static}.platform-dashboard-page .MuiCard-root{min-height:0!important}.crm-page .MuiInputBase-input,.clients-page .MuiInputBase-input,.platform-dashboard-page .MuiInputBase-input,.MuiDialog-paper .MuiInputBase-input,.crm-page .MuiSelect-select,.clients-page .MuiSelect-select,.platform-dashboard-page .MuiSelect-select,.MuiDialog-paper .MuiSelect-select{font-size:16px!important}.MuiDialog-paper{width:calc(100% - 16px)!important;max-height:calc(100dvh - 16px)!important;margin:8px!important}.MuiDialog-paper>form{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.MuiDialogContent-root{overscroll-behavior:contain;min-height:0;overflow-y:auto!important}.MuiDialogActions-root{flex-wrap:wrap;gap:8px;padding:12px!important;display:flex!important}.MuiDialogActions-root .MuiButton-root{flex:132px;min-height:44px!important;margin:0!important}.crm-page>.MuiBox-root:first-child,.crm-page>div:first-child{border-radius:var(--aa-radius-lg);padding:16px}.crm-card,.crm-page .MuiPaper-root{border-radius:var(--aa-radius-lg)!important}.MuiDialog-paper{border-radius:var(--aa-radius-xl)!important;margin:14px!important}.aa-dashboard-page{min-height:100%;height:auto!important;padding-right:0!important;overflow:visible!important}.aa-dashboard-page .aa-dashboard-hero{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin-bottom:14px!important;padding:12px 4px 8px!important;overflow:visible!important}.aa-dashboard-page .aa-dashboard-hero h1{font-size:25px!important;line-height:1.12!important}.aa-dashboard-page .aa-dashboard-hero>button{width:100%}.aa-dashboard-page .aa-dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-bottom:16px!important}.aa-dashboard-page .aa-dashboard-kpi{grid-template-rows:auto auto;grid-template-columns:44px minmax(0,1fr);align-content:center;column-gap:12px;min-width:0;border-radius:var(--r-lg)!important;min-height:126px!important;box-shadow:0 8px 24px rgb(var(--text-rgb) / .055)!important;padding:15px 13px!important;display:grid!important}.aa-dashboard-page .aa-dashboard-kpi:hover{transform:none!important}.aa-dashboard-page .aa-dashboard-kpi>div:first-child{display:contents!important}.aa-dashboard-page .aa-dashboard-kpi>div:first-child>div:first-child{grid-area:1/2;align-self:end}.aa-dashboard-page .aa-dashboard-kpi>div:first-child>div:last-child{order:initial;grid-area:1/1/span 2;align-self:center;border-radius:var(--r-md)!important;width:44px!important;height:44px!important}.aa-dashboard-page .aa-dashboard-kpi>div:first-child p:first-child{font-size:10.5px!important}.aa-dashboard-page .aa-dashboard-kpi>div:first-child p:last-child{text-overflow:ellipsis;overflow:hidden;margin-top:4px!important;font-size:clamp(14px,4.2vw,18px)!important}.aa-dashboard-page .aa-dashboard-kpi>p:last-child{grid-area:2/2;align-self:start;margin-top:7px!important;font-size:9.5px!important;line-height:1.4!important}.aa-dashboard-page .aa-dashboard-section{border-radius:var(--r-lg)!important;padding:17px 14px!important}.aa-dashboard-page .aa-dashboard-section>div:first-child{margin-bottom:16px!important}.aa-dashboard-page .aa-dashboard-chart{touch-action:pan-y;width:100%;overflow:hidden!important}.aa-dashboard-page .aa-dashboard-chart-svg{width:100%!important;min-width:0!important}.aa-dashboard-page .aa-mobile-cards{overflow:visible!important}.aa-dashboard-page .aa-mobile-cards table,.aa-dashboard-page .aa-mobile-cards tbody{width:100%!important;min-width:0!important;display:block!important}.aa-dashboard-page .aa-mobile-cards thead{display:none!important}.aa-dashboard-page .aa-mobile-cards tbody{gap:10px;display:grid!important}.aa-dashboard-page .aa-mobile-cards tr{border:1px solid var(--aa-border);border-radius:var(--r-md);background:var(--aa-mobile-card);overflow:hidden;padding:12px!important;display:block!important}.aa-dashboard-page .aa-mobile-cards td{text-align:right;justify-content:space-between;align-items:center;gap:14px;min-height:31px;border:0!important;padding:6px 0!important;display:flex!important}.aa-dashboard-page .aa-mobile-cards td:first-child{text-align:left;min-height:42px;margin-bottom:5px;border-bottom:1px solid var(--aa-border)!important;padding:0 0 10px!important}.aa-dashboard-page .aa-mobile-cards td:not(:first-child):before{color:var(--text-faint);letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;font-size:9px;font-weight:700}.aa-client-summary-table td:nth-child(2):before,.aa-client-sales-table td:nth-child(4):before{content:"Jami"}.aa-client-summary-table td:nth-child(3):before{content:"To'langan"}.aa-client-summary-table td:nth-child(4):before,.aa-client-sales-table td:nth-child(5):before{content:"Qarz"}.aa-supplier-summary-table td:nth-child(2):before,.aa-client-sales-table td:nth-child(6):before,.aa-worker-output-table td:nth-child(5):before{content:"Sana"}.aa-supplier-summary-table td:nth-child(3):before,.aa-worker-output-table td:nth-child(4):before{content:"Summa"}.aa-supplier-summary-table td:nth-child(4):before{content:"Holat"}.aa-client-sales-table td:nth-child(2):before,.aa-worker-output-table td:nth-child(3):before{content:"Miqdor"}.aa-client-sales-table td:nth-child(3):before{content:"Narx"}.aa-worker-output-table td:nth-child(2):before{content:"Bo'lim"}:is(.MuiBox-root:has(>.aa-mobile-compact-metric),.aa-mobile-metrics-row){scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;max-width:100%;grid-template-columns:none!important;gap:10px!important;padding:0 0 3px!important;display:flex!important;overflow:auto hidden!important}.MuiBox-root:has(>.aa-mobile-compact-metric)::-webkit-scrollbar{display:none}.aa-mobile-metrics-row::-webkit-scrollbar{display:none}.aa-mobile-compact-metric{scroll-snap-align:start;border-radius:var(--r-lg)!important;flex:0 0 min(42vw,170px)!important;width:min(42vw,170px)!important;min-width:138px!important;min-height:108px!important;padding:12px!important}.aa-mobile-compact-metric>div:first-child{border-radius:var(--r-md)!important;width:30px!important;height:30px!important;font-size:11px!important}.aa-mobile-compact-metric>p:first-of-type{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:9px!important;font-size:8.5px!important}.aa-mobile-compact-metric>p:nth-of-type(2){text-overflow:ellipsis;overflow:hidden;margin-top:4px!important;font-size:16px!important;line-height:1.15!important}.aa-mobile-compact-metric>p:nth-of-type(3){text-overflow:ellipsis;overflow:hidden;margin-top:4px!important;font-size:8px!important}[data-theme=dark] .aa-dashboard-page .aa-dashboard-hero h1,[data-theme=dark] .aa-dashboard-page .aa-dashboard-kpi>div:first-child p:last-child,[data-theme=dark] .aa-dashboard-page .aa-dashboard-section>div:first-child p:first-child{color:var(--aa-text)!important}[data-theme=dark] .aa-dashboard-page .aa-dashboard-hero h1+p,[data-theme=dark] .aa-dashboard-page .aa-dashboard-kpi>div:first-child p:first-child,[data-theme=dark] .aa-dashboard-page .aa-dashboard-kpi>p:last-child,[data-theme=dark] .aa-dashboard-page .aa-dashboard-section>div:first-child p:last-child{color:var(--aa-text-secondary)!important}[data-theme=dark] .aa-dashboard-page .aa-dashboard-kpi,[data-theme=dark] .aa-dashboard-page .aa-dashboard-section,[data-theme=dark] .aa-dashboard-page .aa-dashboard-date-filter{border-color:var(--aa-border)!important;background-color:var(--aa-surface-solid)!important;box-shadow:var(--aa-shadow-sm)!important}[data-theme=dark] .aa-dashboard-page .aa-dashboard-date-filter .MuiOutlinedInput-root,[data-theme=dark] .aa-dashboard-page .aa-dashboard-chart{color:var(--aa-text)!important;border-color:var(--aa-border)!important;background:var(--aa-surface-muted)!important}[data-theme=dark] .aa-dashboard-page .aa-dashboard-chart-svg text{fill:var(--aa-text-secondary)!important}[data-theme=dark] .aa-dashboard-page .aa-dashboard-chart-svg line{stroke:currentColor!important}[data-theme=dark] .aa-dashboard-page .MuiTableCell-root{color:var(--aa-text-secondary)!important;border-color:var(--aa-border)!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=768px){.MuiDialog-container{align-items:flex-end!important}.MuiDialog-paper{border-radius:var(--r-lg) 20px 0 0!important;border-width:1px 0 0!important;width:100%!important;max-width:100%!important;max-height:92vh!important;margin:0!important}.MuiDialog-paper .MuiDialogTitle-root{z-index:2;background:var(--aa-surface-solid);position:sticky;top:0;padding:16px 16px 10px!important;font-size:17px!important}.MuiDialog-paper .MuiDialogContent-root{padding:10px 16px 16px!important}.MuiDialog-paper .MuiDialogActions-root{z-index:2;background:var(--aa-surface-solid);border-top:1px solid var(--aa-border);gap:8px;position:sticky;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom))!important}.MuiDialog-paper .MuiDialogActions-root .MuiButton-root{flex:1 1 0;min-height:48px}.MuiOutlinedInput-root,.MuiSelect-select{min-height:46px}.MuiIconButton-root{min-width:42px;min-height:42px}.aa-mobile-records .MuiTableCell-root[data-label]:not(:first-child):before{content:attr(data-label)}.aa-mobile-records .MuiTableCell-root.aa-cell-actions{justify-content:flex-end;margin-top:6px;border-top:1px solid var(--aa-border)!important;padding-top:10px!important}.aa-mobile-records .MuiTableCell-root.aa-cell-actions:before{content:none!important}.aa-mobile-records .MuiTableRow-root.aa-row-empty{box-shadow:none!important;background:0 0!important;border-style:dashed!important}.aa-mobile-records .MuiTableRow-root.aa-row-empty .MuiTableCell-root{text-align:center;justify-content:center}.aa-mobile-records .MuiTableRow-root.aa-row-empty .MuiTableCell-root:before{content:none!important}}@media (width<=599.95px){.MuiDialog-container{align-items:stretch!important}.MuiDialog-paper{border-radius:0!important;width:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important}.MuiDialog-paper .MuiDialogTitle-root,.MuiDialog-paper .MuiDialogActions-root{flex:none}.MuiDialog-paper .MuiDialogContent-root{overscroll-behavior:contain;flex:auto}}[data-theme=dark] .aa-warehouse-status-icon{opacity:.85;filter:brightness(0)invert()}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
