:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f0f2f8;--foreground:#1a1d23;--card:#fff;--card-foreground:#1a1d23;--muted:#eef0f5;--muted-foreground:#6b7280;--subtle:#f8f9fc;--border:#e5e7ef;--border-strong:#cbd0dc;--overlay:#0f121673;--primary:#4f6ef7;--primary-hover:#3d5ef0;--primary-active:#2d4ee8;--primary-foreground:#fff;--primary-subtle:#eef1fe;--primary-subtle-foreground:#3d5ef0;--success:#16803c;--success-foreground:#fff;--success-subtle:#e8f6ee;--warning:#b45309;--warning-foreground:#fff;--warning-subtle:#fdf3e3;--destructive:#dc2626;--destructive-hover:#b91c1c;--destructive-foreground:#fff;--destructive-subtle:#fdecec;--info:#0369a1;--info-subtle:#e6f4fb;--chart-1:#4f6ef7;--chart-2:#f97316;--chart-3:#a3b4fb;--chart-4:#fdba74;--chart-grid:#e5e7ef;--chart-axis:#9ca3af;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SFMono-Regular", "Cascadia Code", Menlo, Consolas, monospace;--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:999px;--shadow-xs:0 1px 3px #1014280d;--shadow-sm:0 1px 4px #1014280f, 0 1px 3px #1014280a;--shadow-md:0 4px 14px -2px #10142814, 0 2px 4px -2px #1014280d;--shadow-lg:0 16px 32px -8px #10142824, 0 4px 8px -4px #1014280f;--ring:#4f6ef7;--ring-offset:#fff;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--z-tooltip:600;--sidebar-width:260px;--sidebar-width-collapsed:68px;--topbar-height:60px;--transition-fast:.12s cubic-bezier(.2, 0, 0, 1);--transition-base:.18s cubic-bezier(.2, 0, 0, 1)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0f1115;--foreground:#e8eaee;--card:#16181d;--card-foreground:#e8eaee;--muted:#1e2127;--muted-foreground:#98a0ac;--subtle:#131519;--border:#262a31;--border-strong:#363b44;--overlay:#0009;--primary:#818cf8;--primary-hover:#93a1fd;--primary-active:#a5b0fd;--primary-foreground:#17123a;--primary-subtle:#232547;--primary-subtle-foreground:#b6befd;--success:#4ade80;--success-foreground:#052e14;--success-subtle:#12291b;--warning:#fbbf24;--warning-foreground:#331c00;--warning-subtle:#2d2110;--destructive:#f87171;--destructive-hover:#fca5a5;--destructive-foreground:#340a0a;--destructive-subtle:#301417;--info:#38bdf8;--info-subtle:#10283a;--chart-1:#818cf8;--chart-2:#fb923c;--chart-3:#c4b5fd;--chart-4:#fcd34d;--chart-grid:#262a31;--chart-axis:#98a0ac;--shadow-xs:0 1px 2px #0006;--shadow-sm:0 1px 3px #00000073;--shadow-md:0 4px 12px -2px #00000080;--shadow-lg:0 16px 40px -8px #0009;--ring:#818cf8;--ring-offset:#0f1115}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100dvh;font-size:14px;line-height:1.5}#root{flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;color:var(--foreground);font-weight:600;line-height:1.25}h1{font-size:1.55rem}h2{font-size:1.25rem}h3{font-size:1.05rem}h4{font-size:.95rem}p{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none;padding:0}img,svg{max-width:100%;display:block}code,kbd{font-family:var(--font-mono);font-size:.85em}table{border-collapse:collapse}ul[class],ol[class]{margin:0;padding:0;list-style:none}hr{border:0;border-top:1px solid var(--border);margin:0}::selection{background:var(--primary-subtle);color:var(--primary-subtle-foreground)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:content-box;border:3px solid #0000;border-radius:8px}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:var(--radius-xs)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.skip-link{z-index:calc(var(--z-toast) + 1);background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:top var(--transition-fast);padding:10px 16px;font-weight:500;position:absolute;top:-48px;left:12px}.skip-link:focus-visible{top:12px}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-muted{color:var(--muted-foreground)}.text-sm{font-size:.85rem}.text-xs{font-size:.78rem}.mono{font-family:var(--font-mono)}.tabular{font-variant-numeric:tabular-nums}.btn{border-radius:var(--radius-sm);transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;font-weight:500;display:inline-flex}.btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--md{height:34px;padding:0 14px;font-size:.875rem}.btn--sm{height:29px;padding:0 10px;font-size:.8125rem}.btn--lg{height:40px;padding:0 18px;font-size:.9375rem}.btn--icon{width:34px;height:34px;padding:0}.btn__spinner{animation:.8s linear infinite spin}.btn--primary{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-xs)}.btn--primary:hover:not(:disabled){background:var(--primary-hover)}.btn--primary:active:not(:disabled){background:var(--primary-active)}.btn--secondary{background:var(--card);color:var(--foreground);border-color:var(--border-strong);box-shadow:var(--shadow-xs)}.btn--secondary:hover:not(:disabled){background:var(--muted)}.btn--ghost{color:var(--muted-foreground);background:0 0}.btn--ghost:hover:not(:disabled){background:var(--muted);color:var(--foreground)}.btn--danger{background:var(--destructive);color:var(--destructive-foreground)}.btn--danger:hover:not(:disabled){background:var(--destructive-hover)}.btn--danger-ghost{color:var(--destructive);background:0 0}.btn--danger-ghost:hover:not(:disabled){background:var(--destructive-subtle)}@keyframes spin{to{transform:rotate(360deg)}}.icon-btn{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--muted-foreground);transition:background-color var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover:not(:disabled){background:var(--muted);color:var(--foreground)}.icon-btn:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.input{background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;height:34px;color:var(--foreground);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:0 11px;font-size:.875rem}.input::placeholder{color:var(--muted-foreground)}.input:focus-visible{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent);outline:none}.input--invalid{border-color:var(--destructive)}.input--invalid:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--destructive) 18%, transparent)}.input:disabled{background:var(--muted);cursor:not-allowed}.textarea{resize:vertical;height:auto;min-height:74px;padding:8px 11px;line-height:1.5}.select__wrapper{display:block;position:relative}.select{appearance:none;cursor:pointer;padding-right:32px}.select--placeholder{color:var(--muted-foreground)}.select__chevron{pointer-events:none;color:var(--muted-foreground);position:absolute;top:50%;right:10px;transform:translateY(-50%)}.field{flex-direction:column;gap:6px;display:flex}.field__label{color:var(--foreground);font-size:.8125rem;font-weight:500}.field__required{color:var(--destructive)}.field__hint,.field__error{font-size:.78rem;line-height:1.4}.field__hint{color:var(--muted-foreground)}.field__error{color:var(--destructive);font-weight:450}.checkbox{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.checkbox__input{opacity:0;width:16px;height:16px;position:absolute}.checkbox__box{border:1.5px solid var(--border-strong);background:var(--card);width:16px;height:16px;transition:background-color var(--transition-fast), border-color var(--transition-fast);border-radius:4px;flex-shrink:0;position:relative}.checkbox__input:checked+.checkbox__box{background:var(--primary);border-color:var(--primary)}.checkbox__input:checked+.checkbox__box:after{content:"";border:solid var(--primary-foreground);border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:1.5px;left:4.5px;transform:rotate(45deg)}.checkbox__input:indeterminate+.checkbox__box{background:var(--primary);border-color:var(--primary)}.checkbox__input:indeterminate+.checkbox__box:after{content:"";background:var(--primary-foreground);width:8px;height:2px;position:absolute;top:6.5px;left:3px}.checkbox__input:focus-visible+.checkbox__box{outline:2px solid var(--ring);outline-offset:2px}.checkbox__label{-webkit-user-select:none;user-select:none;font-size:.85rem}.switch{cursor:pointer;align-items:flex-start;gap:10px;display:inline-flex}.switch--disabled{opacity:.6;cursor:not-allowed}.switch__input{opacity:0;width:36px;height:20px;position:absolute}.switch__track{border-radius:var(--radius-full);background:var(--border-strong);width:36px;height:20px;transition:background-color var(--transition-base);flex-shrink:0;margin-top:1px;position:relative}.switch__thumb{width:16px;height:16px;box-shadow:var(--shadow-xs);transition:transform var(--transition-base);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px}.switch__input:checked+.switch__track{background:var(--primary)}.switch__input:checked+.switch__track .switch__thumb{transform:translate(16px)}.switch__input:focus-visible+.switch__track{outline:2px solid var(--ring);outline-offset:2px}.switch__text{flex-direction:column;gap:2px;display:flex}.switch__label{font-size:.875rem;font-weight:500}.switch__description{color:var(--muted-foreground);font-size:.78rem}.badge{border-radius:var(--radius-full);letter-spacing:.01em;white-space:nowrap;align-items:center;gap:6px;padding:2px 9px;font-size:.75rem;font-weight:500;display:inline-flex}.badge__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.badge--neutral{background:var(--muted);color:var(--muted-foreground)}.badge--primary{background:var(--primary-subtle);color:var(--primary-subtle-foreground)}.badge--success{background:var(--success-subtle);color:var(--success)}.badge--warning{background:var(--warning-subtle);color:var(--warning)}.badge--destructive{background:var(--destructive-subtle);color:var(--destructive)}.badge--info{background:var(--info-subtle);color:var(--info)}.avatar{background:var(--primary-subtle);color:var(--primary-subtle-foreground);-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar--sm{width:26px;height:26px;font-size:.65rem}.avatar--md{width:34px;height:34px;font-size:.72rem}.avatar--lg{width:48px;height:48px;font-size:.95rem}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.card__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.card__title{font-size:.95rem;font-weight:600}.card__description{color:var(--muted-foreground);margin-top:2px;font-size:.8125rem}.card__content{padding:20px}.card__footer{border-top:1px solid var(--border);background:var(--subtle);border-radius:0 0 var(--radius-lg) var(--radius-lg);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.skeleton{border-radius:var(--radius-xs);background:linear-gradient(100deg, var(--muted) 40%, color-mix(in srgb, var(--muted) 60%, var(--card)) 50%, var(--muted) 60%);background-size:200% 100%;height:14px;animation:1.4s ease-in-out infinite skeleton-shimmer;display:block}@keyframes skeleton-shimmer{to{background-position-x:-200%}}.spinner{justify-content:center;align-items:center;display:inline-flex}.spinner__icon{color:var(--muted-foreground);animation:.8s linear infinite spin}.tabs{background:var(--muted);border-radius:var(--radius-md);gap:2px;padding:3px;display:inline-flex}.tabs__tab{border-radius:var(--radius-xs);color:var(--muted-foreground);transition:background-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);padding:5px 13px;font-size:.8125rem;font-weight:500}.tabs__tab:hover{color:var(--foreground)}.tabs__tab--active{background:var(--card);color:var(--foreground);box-shadow:var(--shadow-sm)}.tabs__tab:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.tooltip{display:inline-flex;position:relative}.tooltip__bubble{z-index:var(--z-tooltip);border-radius:var(--radius-xs);background:var(--foreground);color:var(--background);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity var(--transition-fast);padding:4px 9px;font-size:.72rem;font-weight:500;position:absolute;left:50%;transform:translate(-50%)}.tooltip--top .tooltip__bubble{bottom:calc(100% + 6px)}.tooltip--bottom .tooltip__bubble{top:calc(100% + 6px)}.tooltip:hover .tooltip__bubble,.tooltip:focus-within .tooltip__bubble{opacity:1}.overlay-root{z-index:var(--z-modal);justify-content:center;align-items:flex-start;padding:6vh 16px 16px;display:flex;position:fixed;inset:0}.overlay-backdrop{background:var(--overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fade-in var(--transition-base);position:absolute;inset:0}.dialog{background:var(--card);border-radius:var(--radius-lg);width:100%;max-height:85vh;box-shadow:var(--shadow-lg);animation:dialog-in var(--transition-base);position:relative;overflow-y:auto}.dialog--sm{max-width:420px}.dialog--md{max-width:540px}.dialog--lg{max-width:720px}.dialog__header{justify-content:space-between;align-items:center;gap:12px;padding:18px 22px 0;display:flex}.dialog__title{font-size:1.05rem}.dialog__description{color:var(--muted-foreground);padding:4px 22px 0;font-size:.875rem}.dialog__body{flex-direction:column;gap:14px;padding:18px 22px;display:flex}.dialog__footer{border-top:1px solid var(--border);background:var(--subtle);border-radius:0 0 var(--radius-lg) var(--radius-lg);justify-content:flex-end;gap:8px;padding:14px 22px;display:flex}@keyframes dialog-in{0%{opacity:0;transform:translateY(10px)scale(.98)}}@keyframes fade-in{0%{opacity:0}}.dropdown{display:inline-flex;position:relative}.dropdown__menu{z-index:var(--z-dropdown);background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-md);padding:5px;animation:.11s cubic-bezier(.2,0,0,1) dropdown-in;position:fixed}.dropdown__item{border-radius:var(--radius-xs);width:100%;color:var(--foreground);text-align:left;align-items:center;gap:9px;padding:7px 9px;font-size:.84rem;display:flex}.dropdown__item:hover:not(:disabled),.dropdown__item:focus-visible{background:var(--muted);outline:none}.dropdown__item:disabled{opacity:.5;cursor:not-allowed}.dropdown__item--danger{color:var(--destructive)}.dropdown__item--danger:hover:not(:disabled),.dropdown__item--danger:focus-visible{background:var(--destructive-subtle)}.dropdown__item-icon{color:var(--muted-foreground);display:inline-flex}.dropdown__item--danger .dropdown__item-icon{color:inherit}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-3px)}}.toast-region{z-index:var(--z-toast);flex-direction:column;gap:8px;width:min(360px,100vw - 36px);display:flex;position:fixed;bottom:18px;right:18px}.toast{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);animation:toast-in var(--transition-base);border-left-width:3px;align-items:flex-start;gap:10px;padding:11px 13px;display:flex}.toast--info{border-left-color:var(--info)}.toast--success{border-left-color:var(--success)}.toast--warning{border-left-color:var(--warning)}.toast--error{border-left-color:var(--destructive)}.toast__icon{margin-top:1px;display:inline-flex}.toast--info .toast__icon{color:var(--info)}.toast--success .toast__icon{color:var(--success)}.toast--warning .toast__icon{color:var(--warning)}.toast--error .toast__icon{color:var(--destructive)}.toast__body{flex:1;min-width:0}.toast__title{font-size:.84rem;font-weight:600}.toast__description{color:var(--muted-foreground);margin-top:2px;font-size:.78rem}@keyframes toast-in{0%{opacity:0;transform:translate(14px)}}.table-wrapper{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);overflow-x:auto}.table{width:100%;font-size:.85rem}.table__th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-foreground);background:var(--subtle);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 16px;font-size:.72rem;font-weight:600}.table__th:first-child{border-top-left-radius:var(--radius-lg)}.table__th:last-child{border-top-right-radius:var(--radius-lg)}.table__th--end{text-align:right}.table__td{border-bottom:1px solid var(--border);vertical-align:middle;padding:11px 16px}.table__row:last-child .table__td{border-bottom:none}.table__row--clickable{cursor:pointer;transition:background-color var(--transition-fast)}.table__row--clickable:hover{background:var(--subtle)}.table__row--clickable:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.table__sort-btn{font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;align-items:center;gap:4px;display:inline-flex}.table__sort-btn:hover{color:var(--foreground)}.table__sort-icon{opacity:.6}.table__cell-primary{color:var(--foreground);font-weight:500}.table__cell-muted{color:var(--muted-foreground)}.table__cell-actions{justify-content:flex-end;gap:2px;display:flex}.table__cell-num{text-align:right;font-variant-numeric:tabular-nums}.table__toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.table__spacer{flex:1}.pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:14px;display:flex}.pagination__summary{color:var(--muted-foreground);font-size:.8125rem}.pagination__summary strong{color:var(--foreground);font-weight:600}.pagination__controls{align-items:center;gap:3px;display:flex}.pagination__page{border-radius:var(--radius-sm);font-variant-numeric:tabular-nums;min-width:30px;height:30px;color:var(--muted-foreground);transition:background-color var(--transition-fast), color var(--transition-fast);padding:0 6px;font-size:.82rem}.pagination__page:hover{background:var(--muted);color:var(--foreground)}.pagination__page--current{background:var(--primary-subtle);color:var(--primary-subtle-foreground);font-weight:600}.pagination__gap{color:var(--muted-foreground);padding:0 4px}.breadcrumbs__list{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs__item{color:var(--muted-foreground);font-size:.8rem}.breadcrumbs__link{transition:color var(--transition-fast)}.breadcrumbs__link:hover{color:var(--foreground);text-underline-offset:3px;text-decoration:underline}.breadcrumbs__separator{color:var(--border-strong);display:inline-flex}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:56px 24px;display:flex}.empty-state--compact{padding:32px 20px}.empty-state__icon{background:var(--muted);width:46px;height:46px;color:var(--muted-foreground);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.empty-state__title{font-size:.95rem;font-weight:600}.empty-state__description{max-width:380px;color:var(--muted-foreground);font-size:.84rem}.empty-state__action{margin-top:12px}.error-state{border:1px solid var(--destructive-subtle);border-radius:var(--radius-lg);background:var(--card);align-items:flex-start;gap:14px;padding:28px 22px;display:flex}.error-state--compact{border:none;justify-content:center;align-items:center;padding:18px}.error-state__icon{color:var(--destructive);flex-shrink:0;margin-top:2px}.error-state__body{flex:1}.error-state__title{font-size:.9rem;font-weight:600}.error-state__message{color:var(--muted-foreground);margin-top:3px;font-size:.83rem}.alert{border-radius:var(--radius-md);border:1px solid #0000;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.85rem;display:flex}.alert__icon{flex-shrink:0;margin-top:1px}.alert__content{flex:1}.alert__title{margin-bottom:2px;font-weight:600}.alert--info{background:var(--info-subtle);border-color:color-mix(in srgb, var(--info) 25%, transparent);color:var(--info)}.alert--info .alert__title{color:var(--info)}.alert--success{background:var(--success-subtle);border-color:color-mix(in srgb, var(--success) 25%, transparent);color:var(--success)}.alert--success .alert__title{color:var(--success)}.alert--warning{background:var(--warning-subtle);border-color:color-mix(in srgb, var(--warning) 25%, transparent);color:var(--warning)}.alert--warning .alert__content,.alert--warning .alert__title{color:var(--warning)}.alert--destructive{background:var(--destructive-subtle);border-color:color-mix(in srgb, var(--destructive) 25%, transparent);color:var(--destructive)}.alert--destructive .alert__title{color:var(--destructive)}.search-input{align-items:center;min-width:210px;display:inline-flex;position:relative}.search-input__icon{color:var(--muted-foreground);pointer-events:none;position:absolute;left:11px}.search-input__field{padding-left:33px;padding-right:30px}.search-input__field::-webkit-search-cancel-button{display:none}.search-input__clear{position:absolute;right:5px}@media (width<=480px){.search-input{min-width:100%}}.app-shell{min-height:100dvh;display:flex}.sidebar{z-index:var(--z-overlay);width:var(--sidebar-width);background:var(--card);border-right:1px solid var(--border);transition:width var(--transition-base), transform var(--transition-base);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar--collapsed{width:var(--sidebar-width-collapsed)}.sidebar__header{height:var(--topbar-height);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:10px;padding:0 16px;display:flex}.sidebar__mark{border-radius:var(--radius-sm);background:var(--primary);width:32px;height:32px;color:var(--primary-foreground);flex-shrink:0;justify-content:center;align-items:center;font-size:1.05rem;font-weight:800;display:inline-flex}.sidebar__text-logo{letter-spacing:-.02em;white-space:nowrap;color:var(--foreground);align-items:center;font-size:1.15rem;font-weight:800;display:inline-flex}.sidebar__text-logo-brand{color:var(--primary);font-weight:800}.sidebar__text-logo-sub{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.06em;font-size:.8em;font-weight:600}.sidebar__text-logo-compact{border-radius:var(--radius-sm);background:var(--primary);width:32px;height:32px;color:var(--primary-foreground);justify-content:center;align-items:center;font-size:1.05rem;font-weight:800;display:inline-flex}.sidebar__nav{flex-direction:column;flex:1;gap:20px;padding:14px 10px 16px;display:flex;overflow-y:auto}.sidebar__section{flex-direction:column;gap:6px;display:flex}.sidebar__section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);white-space:nowrap;padding:0 10px;font-size:.66rem;font-weight:700}.sidebar__list{flex-direction:column;gap:3px;display:flex}.sidebar__link{border-radius:var(--radius-md);min-height:40px;color:var(--muted-foreground);white-space:nowrap;transition:background-color var(--transition-fast), color var(--transition-fast);align-items:center;gap:10px;padding:4px 8px;font-size:.86rem;font-weight:500;display:flex;position:relative}.sidebar__link-icon{border-radius:var(--radius-sm);background:var(--muted);width:28px;height:28px;color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sidebar__link:hover{background:var(--subtle);color:var(--foreground)}.sidebar__link:hover .sidebar__link-icon{background:var(--border)}.sidebar__link:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.sidebar__link--active{background:var(--primary-subtle);color:var(--primary-subtle-foreground);font-weight:600}.sidebar__link--active .sidebar__link-icon{background:var(--primary);color:var(--primary-foreground)}.sidebar__link--active:before{display:none}.sidebar__footer{border-top:1px solid var(--border);flex-shrink:0;padding:12px}.sidebar__collapse-btn{border-radius:var(--radius-sm);width:100%;height:32px;color:var(--muted-foreground);transition:background-color var(--transition-fast), color var(--transition-fast);align-items:center;gap:11px;padding:0 9px;font-size:.82rem;display:flex}.sidebar__collapse-btn:hover{background:var(--muted);color:var(--foreground)}.sidebar__backdrop,.sidebar--collapsed .sidebar__title,.sidebar--collapsed .sidebar__section-label,.sidebar--collapsed .sidebar__link>span:not(.sidebar__link-icon),.sidebar--collapsed .sidebar__collapse-btn span{display:none}.sidebar--collapsed .sidebar__link,.sidebar--collapsed .sidebar__collapse-btn{justify-content:center;padding:4px}.sidebar--collapsed .sidebar__header{justify-content:center;padding:0}@media (width<=1024px){.sidebar{box-shadow:none;width:var(--sidebar-width);transform:translate(-100%)}.app-shell--nav-open .sidebar{box-shadow:var(--shadow-lg);transform:translate(0)}.sidebar__backdrop{z-index:calc(var(--z-overlay) - 1);background:0 0;display:block;position:fixed;inset:0}.sidebar__collapse-btn{display:none}}@media (width>=1025px){.main-area{margin-left:var(--sidebar-width)}.main-area--collapsed{margin-left:var(--sidebar-width-collapsed)}}.main-area{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{z-index:var(--z-sticky);height:var(--topbar-height);background:var(--card);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:0 20px;display:flex;position:sticky;top:0}.topbar__search{flex:1;align-items:center;max-width:320px;margin:0 auto;display:flex;position:relative}.topbar__search-icon{color:var(--muted-foreground);pointer-events:none;position:absolute;left:10px}.topbar__search-input{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--muted);width:100%;height:34px;color:var(--foreground);transition:border-color var(--transition-fast), background-color var(--transition-fast);outline:none;padding:0 10px 0 32px;font-size:.82rem}.topbar__search-input::placeholder{color:var(--muted-foreground)}.topbar__search-input:focus{background:var(--card);border-color:var(--ring);box-shadow:0 0 0 2px color-mix(in srgb, var(--ring) 15%, transparent)}.topbar__actions{align-items:center;gap:4px;margin-left:auto;display:flex}.topbar__mobile-trigger{margin-right:4px}@media (width>=1025px){.topbar__mobile-trigger{display:none}}.topbar__divider{background:var(--border);width:1px;height:22px;margin:0 6px}.user-button{border-radius:var(--radius-full);height:38px;transition:background-color var(--transition-fast);align-items:center;gap:9px;padding:0 8px 0 4px;display:flex}.user-button:hover{background:var(--muted)}.user-button__meta{flex-direction:column;align-items:flex-start;line-height:1.15;display:flex}.user-button__name{font-size:.8rem;font-weight:600}.user-button__role{color:var(--muted-foreground);font-size:.68rem}@media (width<=640px){.user-button__meta{display:none}}.notification-dot{background:var(--destructive);border:2px solid var(--background);border-radius:50%;width:7px;height:7px;position:absolute;top:3px;right:3px}.notifications-panel{width:min(360px,100vw - 32px);max-height:420px;overflow-y:auto}.notifications-panel__item{text-align:left;border-bottom:1px solid var(--border);width:100%;transition:background-color var(--transition-fast);gap:11px;padding:11px 13px;display:flex}.notifications-panel__item:last-child{border-bottom:none}.notifications-panel__item:hover:not(:disabled){background:var(--subtle)}.notifications-panel__item--unread{background:color-mix(in srgb, var(--primary-subtle) 45%, transparent)}.notifications-panel__item--unread:hover{background:var(--primary-subtle)}.notifications-panel__icon{flex-shrink:0;margin-top:1px}.notifications-panel__title{font-size:.84rem;font-weight:550}.notifications-panel__message{color:var(--muted-foreground);margin-top:1px;font-size:.79rem;line-height:1.45}.notifications-panel__time{color:var(--muted-foreground);margin-top:3px;font-size:.72rem;display:block}.page{flex-direction:column;flex:1;width:100%;max-width:1440px;margin:0 auto;padding:24px 24px 48px;display:flex}.page--flush{max-width:none}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:22px;display:flex}.page-header__breadcrumbs{margin-bottom:8px}.page-header__title{letter-spacing:-.02em;font-size:1.45rem}.page-header__description{max-width:60ch;color:var(--muted-foreground);margin-top:4px;font-size:.88rem}.page-header__actions{align-items:center;gap:8px;display:flex}.page-section{flex-direction:column;gap:18px;display:flex}@media (width<=640px){.page{padding:16px 14px 40px}}.login-page{background:var(--background);width:100%;min-height:100dvh;color:var(--foreground);display:flex}.login-page__left{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100dvh;padding:40px 24px;display:flex;overflow-y:auto}.login-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-md);margin:auto 0;padding:28px}.login-card__back{color:var(--muted-foreground);align-items:center;gap:6px;margin-bottom:22px;font-size:.8rem;font-weight:500;display:inline-flex}.login-card__back:hover{color:var(--foreground)}.login-card__brand{align-items:center;gap:10px;margin-bottom:22px;display:flex}.login-card__mark{border-radius:var(--radius-sm);background:var(--primary);width:36px;height:36px;color:var(--primary-foreground);justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:inline-flex}.login-card__text-logo{letter-spacing:-.03em;color:var(--foreground);align-items:baseline;font-size:1.25rem;font-weight:800;display:inline-flex}.login-card__text-logo-brand{color:var(--primary);font-weight:800}.login-card__text-logo-sub{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.06em;margin-left:5px;font-size:.72em;font-weight:600}.login-card__title{letter-spacing:-.03em;margin-bottom:6px;font-size:1.45rem}.login-card__subtitle{color:var(--muted-foreground);margin-bottom:22px;font-size:.88rem;line-height:1.5}.login-card__subtitle code{font-family:var(--font-mono);border-radius:var(--radius-xs);background:var(--muted);padding:1px 5px;font-size:.78em}.login-form{flex-direction:column;gap:14px;display:flex}.login-form .btn--primary{width:100%;margin-top:4px}.login-password{display:block;position:relative}.login-password .input{padding-right:40px}.login-password__toggle{position:absolute;top:50%;right:4px;transform:translateY(-50%)}.login-form__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.login-forgot{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:.8rem;font-weight:600}.login-forgot:hover{text-decoration:underline}.login-reset-hint{color:var(--muted-foreground);margin:0;font-size:.78rem;line-height:1.45}.login-demo{border-top:1px solid var(--border);margin-top:22px;padding-top:18px}.login-demo__title{text-transform:uppercase;letter-spacing:.07em;color:var(--muted-foreground);margin-bottom:10px;font-size:.72rem;font-weight:700}.login-demo__grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.login-demo__card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--subtle);text-align:left;cursor:pointer;transition:border-color var(--transition-fast), background-color var(--transition-fast);flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;display:flex}.login-demo__card:hover{border-color:var(--primary);background:var(--primary-subtle)}.login-demo__role{color:var(--foreground);font-size:.78rem;font-weight:700}.login-demo__credentials{color:var(--muted-foreground);font-family:var(--font-mono);word-break:break-all;font-size:.68rem}.login-demo__hint{color:var(--primary);margin-top:4px;font-size:.68rem;font-weight:600}.login-card__skip{text-align:center;color:var(--muted-foreground);margin:18px 0 0;font-size:.82rem}.login-card__skip a{color:var(--primary);font-weight:600}.login-error{margin-bottom:14px}.login-page__right{background:var(--primary);color:var(--primary-foreground);flex:1.05;display:none;position:relative;overflow:hidden}@media (width>=960px){.login-page__right{display:block}}.login-page__panel{flex-direction:column;justify-content:center;gap:16px;height:100%;padding:56px 48px;display:flex}.login-page__eyebrow{letter-spacing:.1em;text-transform:uppercase;opacity:.8;margin:0;font-size:.72rem;font-weight:700}.login-page__overlay-title{letter-spacing:-.03em;color:inherit;margin:0;font-size:clamp(1.7rem,3vw,2.15rem);font-weight:800;line-height:1.2}.login-page__overlay-desc{opacity:.88;max-width:440px;margin:0;font-size:.98rem;line-height:1.55}.login-page__features{flex-direction:column;gap:14px;margin:12px 0 0;padding:0;list-style:none;display:flex}.login-page__feature{align-items:flex-start;gap:12px;display:flex}.login-page__feature-icon{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--primary-foreground) 16%, transparent);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.login-page__feature strong,.login-page__feature span span{display:block}.login-page__feature strong{margin-bottom:2px;font-size:.9rem}.login-page__feature span span{opacity:.82;font-size:.8rem;line-height:1.45}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.kpi-grid--3{grid-template-columns:repeat(3,1fr)}@media (width<=1100px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.kpi-grid--3{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.kpi-grid,.kpi-grid--3{grid-template-columns:1fr}}.kpi-card{padding:18px 20px}.kpi-card--with-sparkline{justify-content:space-between;align-items:center;gap:12px;display:flex}.kpi-card__content{flex:1;min-width:0}.kpi-card__sparkline{opacity:.9;flex-shrink:0;width:100px}.kpi-card__label{color:var(--muted-foreground);font-size:.8rem;font-weight:500}.kpi-card__value-row{align-items:baseline;gap:10px;margin-top:6px;display:flex}.kpi-card__value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.55rem;font-weight:700}.kpi-change{align-items:center;gap:2px;font-size:.76rem;font-weight:600;display:inline-flex}.kpi-change--up{color:var(--success)}.kpi-change--down{color:var(--destructive)}.kpi-change--neutral,.kpi-change__hint{color:var(--muted-foreground);font-weight:450}.kpi-card__date{color:var(--muted-foreground);margin-top:4px;font-size:.72rem}.dashboard-layout-3col{grid-template-columns:1fr 300px;align-items:start;gap:16px;display:grid}@media (width<=1280px){.dashboard-layout-3col{grid-template-columns:1fr}.dashboard-col-sidebar{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}}@media (width<=768px){.dashboard-col-sidebar{grid-template-columns:1fr}}.dashboard-col-main,.dashboard-col-sidebar{flex-direction:column;gap:16px;min-width:0;display:flex}.dashboard-row-2col{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=900px){.dashboard-row-2col{grid-template-columns:1fr}}.dash-table-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.donut-center-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.donut-center-label{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.donut-center-label__title{color:var(--muted-foreground);font-size:.65rem;line-height:1.2}.donut-center-label__value{margin-top:2px;font-size:1.3rem;font-weight:700;line-height:1}.program-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width<=640px){.program-cards-grid{grid-template-columns:1fr}}.program-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);overflow:hidden}.program-card__img-wrap{background:var(--muted);height:130px;position:relative}.program-card__img{object-fit:cover;width:100%;height:100%;display:block}.program-card__img-placeholder{width:100%;height:100%;color:var(--muted-foreground);background:var(--muted);justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.program-card__age-badge{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius-full);padding:2px 7px;font-size:.7rem;font-weight:600;position:absolute;top:8px;right:8px}.program-card__body{padding:10px 12px 12px}.program-card__name{color:var(--foreground);font-size:.88rem;font-weight:600}.program-card__category{color:var(--muted-foreground);margin-top:2px;font-size:.75rem}.program-card__meta{flex-direction:column;gap:3px;margin-top:8px;display:flex}.program-card__meta-item{color:var(--muted-foreground);align-items:center;gap:5px;font-size:.73rem;display:flex}.program-card__price{color:var(--primary);margin-top:2px;font-size:.78rem;font-weight:600}.calendar-widget{-webkit-user-select:none;user-select:none}.calendar-widget__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.calendar-widget__title{font-size:.9rem;font-weight:600}.calendar-widget__nav{gap:2px;display:flex}.calendar-widget__nav-btn{border-radius:var(--radius-sm);width:26px;height:26px;color:var(--muted-foreground);transition:background-color var(--transition-fast);justify-content:center;align-items:center;display:flex}.calendar-widget__nav-btn:hover{background:var(--muted);color:var(--foreground)}.calendar-widget__nav-btn:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.calendar-widget__grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.calendar-widget__day-name{text-align:center;color:var(--muted-foreground);padding:4px 0 6px;font-size:.68rem;font-weight:600}.calendar-widget__day{border-radius:var(--radius-sm);cursor:default;flex-direction:column;align-items:center;gap:2px;padding:4px 2px;display:flex}.calendar-widget__day-num{border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;line-height:1;display:flex}.calendar-widget__day--other-month .calendar-widget__day-num{color:var(--muted-foreground);opacity:.45}.calendar-widget__day--today .calendar-widget__day-num{background:var(--primary);color:var(--primary-foreground);font-weight:700}.calendar-widget__event-dot{background:var(--chart-2);border-radius:50%;width:4px;height:4px;display:block}.schedule-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.schedule-item{align-items:flex-start;gap:10px;display:flex}.schedule-item--skeleton{align-items:center}.schedule-section__loading{flex-direction:column;gap:10px;display:flex}.schedule-item__badge{border-radius:var(--radius-sm);color:#fff;text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:44px;min-height:52px;padding:4px 0;display:flex}.schedule-item__badge--chart-1{background:var(--chart-1)}.schedule-item__badge--chart-2{background:var(--chart-2)}.schedule-item__badge--chart-3{background:var(--chart-3)}.schedule-item__badge--chart-4{background:var(--chart-4)}.schedule-item__badge-day{font-size:1.1rem;font-weight:700;line-height:1}.schedule-item__badge-month{opacity:.85;font-size:.65rem;font-weight:500}.schedule-item__body{flex:1;min-width:0}.schedule-item__time{color:var(--muted-foreground);margin-bottom:2px;font-size:.72rem}.schedule-item__title{font-size:.82rem;font-weight:550;line-height:1.3}.schedule-item__tag{color:var(--muted-foreground);background:var(--muted);border-radius:var(--radius-full);margin-top:3px;padding:1px 7px;font-size:.65rem;font-weight:600;display:inline-block}.messages-panel__header{justify-content:flex-end;align-items:center;padding:12px 16px 8px;display:flex}.messages-panel__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.messages-panel__item{border-bottom:1px solid var(--border);align-items:flex-start;gap:10px;padding:10px 16px;display:flex}.messages-panel__item:last-child{border-bottom:none}.messages-panel__item--skeleton{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 16px;display:flex}.messages-panel__avatar{background:var(--primary-subtle);width:34px;height:34px;color:var(--primary-subtle-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.68rem;font-weight:700;display:flex}.messages-panel__body{flex:1;min-width:0}.messages-panel__meta{justify-content:space-between;align-items:baseline;gap:6px;display:flex}.messages-panel__sender{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.messages-panel__time{color:var(--muted-foreground);flex-shrink:0;font-size:.7rem}.messages-panel__preview{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.77rem;overflow:hidden}.student-list{padding:12px 0 0}.student-list__toolbar{justify-content:space-between;align-items:center;gap:10px;padding:0 16px 10px;display:flex}.student-list__search{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);height:32px;color:var(--foreground);transition:border-color var(--transition-fast);outline:none;flex:1;padding:0 10px;font-size:.8rem}.student-list__search:focus{border-color:var(--ring);box-shadow:0 0 0 2px color-mix(in srgb, var(--ring) 20%, transparent)}.student-list__skeletons{flex-direction:column;gap:8px;padding:0 16px 16px;display:flex}.student-list__actions{justify-content:flex-end;align-items:center;gap:4px;display:flex}.student-list__action-btn{border-radius:var(--radius-sm);width:26px;height:26px;color:var(--muted-foreground);transition:background-color var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;display:flex}.student-list__action-btn:hover{background:var(--muted);color:var(--foreground)}.student-list__action-btn--danger:hover{background:var(--destructive-subtle);color:var(--destructive)}.student-list__action-btn:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.stacked-chart-legend{flex-wrap:wrap;gap:8px 16px;margin:8px 0 0;padding:0;list-style:none;display:flex}.activity-feed{margin:0;padding:4px 20px 12px;list-style:none}.activity-feed__item{gap:12px;padding:12px 0;display:flex;position:relative}.activity-feed__item:not(:last-child):before{content:"";background:var(--border);width:1px;position:absolute;top:44px;bottom:-4px;left:15px}.activity-feed__dot{background:var(--muted);width:31px;height:31px;color:var(--muted-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.68rem;font-weight:600;display:flex}.activity-feed__text{min-width:0;font-size:.83rem;line-height:1.45}.activity-feed__action{font-weight:500}.activity-feed__description{color:var(--muted-foreground);margin-top:1px;font-size:.78rem;display:block}.activity-feed__target{color:var(--foreground);font-weight:500}.activity-feed__time{color:var(--muted-foreground);margin-top:1px;font-size:.73rem;display:block}.traffic-list{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.traffic-list__row{justify-content:space-between;align-items:center;gap:12px;font-size:.83rem;display:flex}.traffic-list__bar{border-radius:var(--radius-full);background:var(--muted);height:5px;margin-top:6px;overflow:hidden}.traffic-list__fill{border-radius:inherit;background:var(--primary);height:100%;display:block}.quick-actions{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.quick-action{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);transition:border-color var(--transition-fast), background-color var(--transition-fast);flex-direction:column;align-items:flex-start;gap:7px;padding:13px;font-size:.82rem;font-weight:550;display:flex}.quick-action:hover{border-color:var(--border-strong);background:var(--subtle)}.quick-action:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.quick-action__icon{border-radius:var(--radius-sm);background:var(--primary-subtle);width:28px;height:28px;color:var(--primary-subtle-foreground);justify-content:center;align-items:center;display:inline-flex}.analytics-metrics{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1000px){.analytics-metrics{grid-template-columns:repeat(2,1fr)}}.analytics-columns{grid-template-columns:1.6fr 1fr;gap:16px;display:grid}@media (width<=900px){.analytics-columns{grid-template-columns:1fr}}.rank-list{margin:0;padding:0;list-style:none}.rank-list__item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;font-size:.84rem;display:flex}.rank-list__item:last-child{border-bottom:none}.rank-list__path{font-family:var(--font-mono);font-size:.78rem}.rank-list__meta{align-items:center;gap:12px;display:flex}.rank-list__views{font-variant-numeric:tabular-nums;color:var(--muted-foreground)}.analytics-stack{flex-direction:column;gap:16px;display:flex}.donut-layout{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.legend-list{flex-direction:column;gap:8px;min-width:130px;margin:0;padding:0;font-size:.84rem;list-style:none;display:flex}.legend-list__item{align-items:center;gap:8px;display:inline-flex}.legend-list__share{font-variant-numeric:tabular-nums;color:var(--muted-foreground);margin-left:auto}.legend-swatch{border-radius:3px;flex-shrink:0;width:10px;height:10px}.detail-header{align-items:center;gap:12px;margin-bottom:18px;display:flex}.detail-grid{grid-template-columns:1.7fr 1fr;align-items:start;gap:16px;display:grid}@media (width<=980px){.detail-grid{grid-template-columns:1fr}}.detail-stack{flex-direction:column;gap:16px;min-width:0;display:flex}.meta-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.meta-list__row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:9px 0;font-size:.85rem;display:flex}.meta-list__row:last-child{border-bottom:none}.meta-list__label{color:var(--muted-foreground)}.meta-list__value{text-align:right;font-weight:500}.summary-line{justify-content:space-between;gap:12px;padding:6px 0;font-size:.85rem;display:flex}.summary-line strong{font-variant-numeric:tabular-nums}.summary-total{border-top:1px solid var(--border);justify-content:space-between;margin-top:6px;padding:11px 0 2px;font-size:.95rem;font-weight:650;display:flex}.summary-total strong{font-variant-numeric:tabular-nums}.settings-layout{flex-direction:column;gap:16px;max-width:720px;display:flex}.settings-section__body{flex-direction:column;gap:14px;display:flex}.settings-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.theme-options{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.theme-option{border:1.5px solid var(--border);border-radius:var(--radius-md);color:var(--muted-foreground);transition:border-color var(--transition-fast), color var(--transition-fast);flex-direction:column;align-items:center;gap:7px;padding:13px 10px;font-size:.8rem;font-weight:500;display:flex}.theme-option:hover{border-color:var(--border-strong)}.theme-option--selected{border-color:var(--primary);color:var(--foreground);box-shadow:0 0 0 1px var(--primary)}.theme-option:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.theme-option__preview{border-radius:var(--radius-xs);border:1px solid var(--border);width:100%;height:34px}.theme-option__preview--light{background:linear-gradient(135deg,#f6f7f9 55%,#fff 55%)}.theme-option__preview--dark{background:linear-gradient(135deg,#0f1115 55%,#16181d 55%)}.theme-option__preview--system{background:linear-gradient(90deg,#f6f7f9 50%,#0f1115 50%)}.route-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:100dvh;padding:24px;display:flex}.route-error__title{font-size:1.4rem;font-weight:700}.route-error__detail{color:var(--muted-foreground);max-width:480px;margin-bottom:12px}.chart-container{width:100%;position:relative}.chart-tooltip-value{font-variant-numeric:tabular-nums}.landing{background:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;display:flex}.landing__container{width:100%;max-width:1080px;margin:0 auto;padding:0 24px}.landing__narrow{max-width:720px}.landing__header{z-index:10;background:color-mix(in srgb, var(--background) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0}.landing__header-inner{align-items:center;gap:20px;height:60px;display:flex}.landing__brand{letter-spacing:-.02em;white-space:nowrap;font-size:1.05rem;font-weight:800}.landing__brand-name{color:var(--primary)}.landing__brand-sub{color:var(--foreground)}.landing__nav{gap:20px;margin-left:auto;font-size:.9rem;display:none}.landing__nav a{color:var(--muted-foreground);text-decoration:none}.landing__nav a:hover{color:var(--foreground)}.landing__header .btn{margin-left:auto}@media (width>=768px){.landing__nav{display:flex}.landing__header .btn{margin-left:0}}.landing__hero{text-align:center;padding:72px 0 48px}.landing__eyebrow{border:1px solid var(--border);background:var(--subtle);color:var(--muted-foreground);border-radius:999px;margin-bottom:20px;padding:4px 12px;font-size:.8rem;font-weight:500;display:inline-block}.landing__title{letter-spacing:-.03em;max-width:21ch;margin:0 auto 18px;font-size:clamp(2rem,5vw,3.1rem);font-weight:800;line-height:1.12}.landing__lede{color:var(--muted-foreground);max-width:62ch;margin:0 auto 28px;font-size:1.08rem;line-height:1.65}.landing__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:44px;display:flex}.landing__actions--start{justify-content:flex-start;margin-bottom:0}.landing__preview{border:1px solid var(--border-strong);border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-lg);display:block}.landing__section{padding:64px 0}.landing__section--alt{background:var(--subtle);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing__section h2{letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(1.4rem,3vw,1.85rem)}.landing__section p{color:var(--muted-foreground);line-height:1.7}.landing__section-lede{max-width:62ch;margin-bottom:32px}.landing__features{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.landing__feature{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.landing__feature-icon{color:var(--primary);margin-bottom:12px}.landing__feature h3{margin-bottom:6px;font-size:1rem}.landing__feature p{font-size:.9rem}.landing__use-cases{flex-wrap:wrap;gap:10px;margin:24px 0 0;padding:0;list-style:none;display:flex}.landing__use-cases li{border:1px solid var(--border);background:var(--card);border-radius:999px;padding:6px 14px;font-size:.88rem;font-weight:500}.landing__flow{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 24px;padding:0;list-style:none;display:flex}.landing__flow-step{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:8px;padding:10px 16px;font-size:.92rem;font-weight:600;display:inline-flex}.landing__flow-arrow{color:var(--muted-foreground)}.landing__flow-note{margin-top:0}.landing__steps{color:var(--muted-foreground);gap:12px;margin:0 0 16px;padding-left:20px;line-height:1.6;display:grid}.landing__steps strong{color:var(--foreground)}.landing pre{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:16px;padding:16px;overflow-x:auto}.landing code{background:var(--subtle);border-radius:var(--radius-xs);padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86em}.landing pre code{background:0 0;padding:0}.landing__faq-item{border-bottom:1px solid var(--border);padding:18px 0}.landing__faq-item:last-child{border-bottom:none}.landing__faq-item h3{margin-bottom:8px;font-size:1rem}.landing__faq-item p{margin:0}.landing__footer{border-top:1px solid var(--border);margin-top:auto;padding:28px 0}.landing__footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.landing__footer p{color:var(--muted-foreground);margin:0;font-size:.88rem}.landing__footer-nav{flex-wrap:wrap;gap:18px;font-size:.88rem;display:flex}.landing__footer-nav a{color:var(--foreground);font-weight:500;text-decoration:none}.landing__footer-nav a:hover{text-decoration:underline}
