:root{--color-brand-50:#eef4ff;--color-brand-100:#dbe6ff;--color-brand-200:#bfd2ff;--color-brand-300:#93b3ff;--color-brand-400:#6089ff;--color-brand-500:#3a63f5;--color-brand-600:#2748e0;--color-brand-700:#1f38b8;--color-brand-800:#1c3195;--color-brand-900:#1c2e78;--color-bg:#fff;--color-bg-muted:#f8fafc;--color-surface:#fff;--color-surface-alt:#f1f5f9;--color-surface-hover:#f8fafc;--color-text:#0f172a;--color-text-strong:#0f172a;--color-text-muted:#475569;--color-text-subtle:#64748b;--color-text-faint:#94a3b8;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-border-faint:#f1f5f9;--color-focus-ring:#6089ff2e;--shadow-card:0 1px 3px #0f172a0a, 0 8px 24px -12px #0f172a14;--shadow-hover:0 8px 24px -12px #0f172a26;--scrollbar-thumb:#cbd5e1;--scrollbar-thumb-hover:#94a3b8;--scrollbar-track-edge:#f8fafc}html[data-theme=dark],html.dark{--color-bg:#0b1220;--color-bg-muted:#0f172a;--color-surface:#111827;--color-surface-alt:#1e293b;--color-surface-hover:#1e293b;--color-text:#f8fafc;--color-text-strong:#fff;--color-text-muted:#e2e8f0;--color-text-subtle:#cbd5e1;--color-text-faint:#94a3b8;--color-border:#334155;--color-border-strong:#475569;--color-border-faint:#1e293b;--color-focus-ring:#3a63f547;--shadow-card:0 1px 3px #00000059, 0 8px 24px -12px #0000008c;--shadow-hover:0 8px 24px -12px #000000a6;--scrollbar-thumb:#334155;--scrollbar-thumb-hover:#475569;--scrollbar-track-edge:#0b1220}button,a,summary,label,select,[role=button],[role=link],[role=tab],[role=menuitem],[role=option],[role=checkbox],[role=radio],[role=switch],[onclick],[data-clickable],input[type=button],input[type=submit],input[type=reset],input[type=checkbox],input[type=radio],input[type=file]{cursor:pointer}button:disabled,a[aria-disabled=true],input:disabled,select:disabled,[disabled]{cursor:not-allowed}.lbl{color:var(--color-text-muted);letter-spacing:.01em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.fld{width:100%;height:40px;color:var(--color-text);background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:8px;outline:none;padding:0 12px;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.fld:focus{border-color:var(--color-brand-400);background:var(--color-surface);box-shadow:0 0 0 3px var(--color-focus-ring)}textarea.fld{resize:vertical;height:auto;min-height:80px;padding:10px 12px;line-height:1.5}select.fld{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;padding-right:34px}.fld.dateinput{align-items:center;display:inline-flex}.fld.dateinput:focus-within{border-color:var(--color-brand-400);background:var(--color-surface);box-shadow:0 0 0 3px var(--color-focus-ring)}.chk{background:var(--color-bg-muted);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:12px 14px;font-size:14px;transition:border-color .15s,background .15s;display:flex}.chk:hover{border-color:var(--color-border-strong)}.chk input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-brand-600);cursor:pointer}.chk input[type=checkbox]:checked+span{color:var(--color-brand-800);font-weight:500}.chk:has(input:checked){background:var(--color-brand-50);border-color:var(--color-brand-300)}.nav-link{transition:background .15s,color .15s,box-shadow .15s}.nav-link.active{background:linear-gradient(to right, var(--color-brand-50), var(--color-surface));color:var(--color-brand-700);box-shadow:inset 3px 0 0 var(--color-brand-600);font-weight:600}.nav-link.active svg{color:var(--color-brand-600)}.sec-link{color:var(--color-text-muted);white-space:nowrap;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.sec-link:hover{background:var(--color-surface-alt);color:var(--color-text-strong)}.sec-link.active{background:var(--color-brand-50);color:var(--color-brand-700)}.sec-num{background:var(--color-surface-alt);width:22px;height:22px;color:var(--color-text-subtle);border-radius:6px;flex-shrink:0;place-items:center;font-size:11px;font-weight:700;display:grid}.sec-link.active .sec-num{background:var(--color-brand-600);color:#fff}.form-section{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:12px;scroll-margin-top:88px;overflow:hidden}.form-section-head{border-bottom:1px solid var(--color-border-faint);background:linear-gradient(to bottom, var(--color-bg-muted), var(--color-surface));padding:20px 24px}.form-section-title{color:var(--color-text-strong);letter-spacing:-.01em;font-size:16px;font-weight:700}.form-section-desc{color:var(--color-text-subtle);margin-top:2px;font-size:12px}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:12px;align-items:center;gap:14px;padding:18px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.stat-card:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-hover);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.stat-card:hover{transform:none}}.stat-icon{border-radius:10px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.stat-body{flex:1;min-width:0}.stat-label{color:var(--color-text-subtle);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.stat-value{color:var(--color-text-strong);font-variant-numeric:tabular-nums;margin-top:2px;font-size:26px;font-weight:700;line-height:1.1}.layout-btn{color:var(--color-text-muted);cursor:pointer;transition:color .15s,background .15s,box-shadow .15s}.layout-btn:hover{color:var(--color-brand-700)}.layout-btn.active{background:var(--color-surface);color:var(--color-brand-700);box-shadow:0 1px 2px #0f172a0d}.mfilter-btn{color:var(--color-text-subtle);cursor:pointer;transition:color .15s,background .15s}.mfilter-btn.active{background:var(--color-brand-50);color:var(--color-brand-700)}.pill{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.pill:before{content:"";opacity:.8;background:currentColor;border-radius:999px;width:6px;height:6px}.pill-progress{color:#92400e;background:#fef3c7}.pill-live{color:#065f46;background:#d1fae5}.pill-hold{color:#9f1239;background:#ffe4e6}.pill-review{color:#5b21b6;background:#ede9fe}.pill-notstarted{color:#475569;background:#f1f5f9}.pill-design{color:#155e75;background:#cffafe}.pill-dev{color:#1c3195;background:#dbe6ff}.pill-test{color:#78350f;background:#fef3c7}.pill-cancel{color:#991b1b;background:#fee2e2}.pill-ongoing{color:#065f46;background:#d1fae5}.pill-pending{color:#92400e;background:#fef3c7}.pill-hold-cat{color:#9f1239;background:#ffe4e6}.pill-dead{color:#334155;background:#e2e8f0}.recent-row{cursor:pointer;color:inherit;align-items:center;gap:12px;padding:14px 20px;text-decoration:none;transition:background .15s;display:flex}.recent-row:hover{background:var(--color-surface-hover)}.avatar{color:#fff;letter-spacing:.02em;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:grid}.proj-row td{vertical-align:middle;padding:14px 16px}.proj-row:hover{background:var(--color-surface-hover);cursor:pointer}.proj-name{color:var(--color-text-strong);font-weight:600}.proj-sub{color:var(--color-text-subtle);margin-top:2px;font-size:12px}.proj-row a{color:inherit;text-decoration:none}.date-cell{white-space:nowrap;font-variant-numeric:tabular-nums;color:var(--color-text-muted);display:inline-block}.dist-row{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.dist-bar{background:var(--color-surface-alt);border-radius:999px;grid-column:span 2;height:6px;overflow:hidden}.dist-fill{background:linear-gradient(to right, var(--color-brand-400), var(--color-brand-600));border-radius:999px;height:100%;transition:width .4s}.pcard{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;color:inherit;border-radius:12px;padding:20px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;box-shadow:0 1px 2px #0f172a08}.pcard:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}#__toast{opacity:0;transition:transform .25s,opacity .25s;transform:translateY(20px)}#__toast.show{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track-edge);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.chart-empty{text-align:center;color:var(--color-text-faint);padding:40px 16px;font-size:13px;font-style:italic}.donut-wrap{flex-direction:column;align-items:stretch;gap:20px;display:flex}.donut-graphic{width:200px;height:200px;margin:0 auto;position:relative}@media (min-width:640px){.donut-graphic{width:260px;height:260px}}.donut-svg{width:100%;height:100%;overflow:hidden}.donut-slice{cursor:default;transition:opacity .18s}.donut-svg:hover .donut-slice{opacity:.5}.donut-svg .donut-slice:hover{opacity:1}.donut-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.donut-total{color:var(--color-text-strong);font-variant-numeric:tabular-nums;font-size:34px;font-weight:800;line-height:1}.donut-sublabel{color:var(--color-text-subtle);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:10px;font-weight:600}.donut-legend{border-top:1px solid var(--color-border-faint);flex-direction:column;gap:2px;padding-top:2px;display:flex}.legend-item{grid-template-columns:8px 1fr auto;align-items:center;gap:6px;padding:1px 0;font-size:11px;display:grid}.legend-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.legend-label{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.legend-value{color:var(--color-text-subtle);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:10px;font-weight:500}.chart-svg{width:100%;max-width:100%;display:block;overflow:hidden}.chart-svg text{font-family:Inter,system-ui,sans-serif}.chart-svg .bar{transition:opacity .18s}.chart-svg .bar-group:hover .bar{opacity:.78}.hbar-list{flex-direction:column;gap:14px;display:flex}.hbar-row{min-width:0}.hbar-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.hbar-label{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.hbar-value{color:var(--color-text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px;font-weight:600}.hbar-track{background:var(--color-surface-alt);border-radius:999px;height:8px;overflow:hidden}.hbar-fill{border-radius:999px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}button.hbar-clickable{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:1px solid #0000;border-radius:10px;padding:6px 10px;transition:background .15s,border-color .15s;display:block}button.hbar-clickable:hover{background:var(--color-surface-hover);border-color:var(--color-border)}button.hbar-clickable:focus-visible{border-color:var(--color-brand-400);box-shadow:0 0 0 3px var(--color-focus-ring);outline:none}.hbar-list:has(button.hbar-clickable){gap:6px}.mgr-proj-row{cursor:pointer;color:inherit;align-items:center;gap:12px;padding:14px 20px;text-decoration:none;transition:background .15s;display:flex}.mgr-proj-row:hover{background:var(--color-surface-hover)}.active-chip{background:var(--color-brand-50);color:var(--color-brand-800);border:1px solid var(--color-brand-200);border-radius:999px;align-items:center;gap:8px;padding:5px 6px 5px 12px;font-size:12px;font-weight:500;display:inline-flex}.active-chip b{font-weight:700}.active-chip button{width:20px;height:20px;color:var(--color-brand-800);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;transition:background .15s;display:grid}.active-chip button:hover{background:var(--color-brand-100)}.cat-tab{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.cat-tab:hover{background:var(--color-surface-alt);color:var(--color-text-strong)}.cat-tab.active{background:var(--color-brand-50);color:var(--color-brand-800)}.cat-tab-dot{border-radius:999px;width:8px;height:8px;display:inline-block}.cat-tab-count{background:var(--color-border);min-width:22px;height:20px;color:var(--color-text-muted);tabular-nums:1;border-radius:999px;place-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-grid}.cat-tab.active .cat-tab-count{background:var(--color-brand-600);color:#fff}@media (max-width:640px){.fld{font-size:16px}}@media (max-width:1023px){.sec-link{flex:none}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] body{background:var(--color-bg);color:var(--color-text)}html[data-theme=dark] .bg-white,html[data-theme=dark] .bg-white\/80{background-color:#111827!important}html[data-theme=dark] .bg-slate-50{background-color:#0f172a!important}html[data-theme=dark] .bg-slate-100{background-color:#1e293b!important}html[data-theme=dark] .hover\:bg-slate-100:hover,html[data-theme=dark] .hover\:bg-slate-200:hover{background-color:#334155!important}html[data-theme=dark] .bg-slate-900\/50{background-color:#000000a6!important}html[data-theme=dark] .bg-brand-50,html[data-theme=dark] .bg-emerald-50,html[data-theme=dark] .bg-amber-50,html[data-theme=dark] .bg-rose-50{background-color:#94a3b81f!important}html[data-theme=dark] .text-slate-900{color:#f1f5f9!important}html[data-theme=dark] .text-slate-800{color:#e2e8f0!important}html[data-theme=dark] .text-slate-700{color:#cbd5e1!important}html[data-theme=dark] .text-slate-600{color:#b6c2d1!important}html[data-theme=dark] .text-slate-500{color:#94a3b8!important}html[data-theme=dark] .text-slate-400{color:#64748b!important}html[data-theme=dark] .text-black{color:#fff!important}html[data-theme=dark] .border-slate-200{border-color:#334155!important}html[data-theme=dark] .border-slate-300{border-color:#475569!important}html[data-theme=dark] .border-rose-200{border-color:#7f1d1d!important}html[data-theme=dark] .hover\:border-slate-300:hover{border-color:#64748b!important}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:#e2e8f0;background-color:#0f172a;border-color:#334155}html[data-theme=dark] input::-moz-placeholder{color:#64748b}html[data-theme=dark] textarea::-moz-placeholder{color:#64748b}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#64748b}html[data-theme=dark] .chk:has(input:checked){border-color:var(--color-brand-500);background:#2748e02e}html[data-theme=dark] .nav-link.active{color:var(--color-brand-200);box-shadow:inset 3px 0 0 var(--color-brand-500);background:linear-gradient(90deg,#2748e040,#0000)}html[data-theme=dark] .nav-link.active svg{color:var(--color-brand-300)}html[data-theme=dark] .nav-link:hover{background:var(--color-surface-alt)!important}html[data-theme=dark] .sec-link.active{color:var(--color-brand-200);background:#2748e038}html[data-theme=dark] .active-chip{color:var(--color-brand-200);border-color:var(--color-brand-800);background:#2748e038}html[data-theme=dark] .active-chip button{color:var(--color-brand-200)}html[data-theme=dark] .active-chip button:hover{background:#2748e059}html[data-theme=dark] code{color:var(--color-text);background:var(--color-bg-muted)!important;border-color:var(--color-border)!important}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon,html[data-theme=dark] .theme-toggle .icon-sun{display:block}html[data-theme=dark] .theme-toggle .icon-moon{display:none}html[data-theme=dark] .bg-brand-50{background-color:#3a63f529!important}html[data-theme=dark] .bg-emerald-50{background-color:#10b98129!important}html[data-theme=dark] .bg-amber-50{background-color:#f59e0b29!important}html[data-theme=dark] .bg-rose-50{background-color:#f43f5e29!important}html[data-theme=dark] .bg-violet-50{background-color:#8b5cf629!important}html[data-theme=dark] .bg-sky-50{background-color:#0ea5e929!important}html[data-theme=dark] .bg-indigo-50{background-color:#6366f12e!important}html[data-theme=dark] .text-brand-600,html[data-theme=dark] .text-brand-700{color:#93b3ff!important}html[data-theme=dark] .text-emerald-600,html[data-theme=dark] .text-emerald-700{color:#6ee7b7!important}html[data-theme=dark] .text-amber-600,html[data-theme=dark] .text-amber-700,html[data-theme=dark] .text-amber-800{color:#fcd34d!important}html[data-theme=dark] .text-rose-600,html[data-theme=dark] .text-rose-700{color:#fda4af!important}html[data-theme=dark] .text-violet-600,html[data-theme=dark] .text-violet-700{color:#c4b5fd!important}html[data-theme=dark] .text-sky-600,html[data-theme=dark] .text-sky-700{color:#7dd3fc!important}html[data-theme=dark] .text-indigo-600,html[data-theme=dark] .text-indigo-700{color:#a5b4fc!important}html[data-theme=dark] .border-brand-200{border-color:#3a63f573!important}html[data-theme=dark] .border-emerald-200{border-color:#10b98173!important}html[data-theme=dark] .border-rose-200,html[data-theme=dark] .border-rose-300{border-color:#f43f5e73!important}html[data-theme=dark] .border-violet-200{border-color:#8b5cf673!important}html[data-theme=dark] .border-sky-200{border-color:#0ea5e973!important}html[data-theme=dark] .border-indigo-200{border-color:#6366f173!important}html[data-theme=dark] .pill-progress{color:#fcd34d;background:#f59e0b2e}html[data-theme=dark] .pill-live{color:#6ee7b7;background:#10b9812e}html[data-theme=dark] .pill-hold{color:#fda4af;background:#f43f5e2e}html[data-theme=dark] .pill-review{color:#c4b5fd;background:#8b5cf633}html[data-theme=dark] .pill-notstarted{color:#cbd5e1;background:#1e293b}html[data-theme=dark] .pill-design{color:#67e8f9;background:#06b6d42e}html[data-theme=dark] .pill-dev{color:#bfd2ff;background:#3a63f538}html[data-theme=dark] .pill-test{color:#fcd34d;background:#f59e0b2e}html[data-theme=dark] .pill-cancel{color:#fda4af;background:#f43f5e33}html[data-theme=dark] .pill-ongoing{color:#6ee7b7;background:#10b9812e}html[data-theme=dark] .pill-pending{color:#fcd34d;background:#f59e0b2e}html[data-theme=dark] .pill-hold-cat{color:#fda4af;background:#f43f5e2e}html[data-theme=dark] .pill-dead{color:#cbd5e1;background:#334155}html[data-theme=dark] .chart-empty{color:#64748b}html[data-theme=dark] .hover\:bg-brand-50\/40:hover,html[data-theme=dark] .hover\:bg-slate-50:hover{background-color:#1e293b!important}html[data-theme=dark] .bg-indigo-600{background-color:#4338ca!important}html[data-theme=dark] .hover\:bg-indigo-700:hover{background-color:#3730a3!important}html[data-theme=dark] .border-indigo-600{border-color:#a5b4fc!important}html[data-theme=dark] .hover\:bg-indigo-50\/40:hover,html[data-theme=dark] .hover\:bg-indigo-50:hover{background-color:#6366f12e!important}html[data-theme=dark] .even\:bg-slate-50\/40:nth-child(2n){background-color:#94a3b80f!important}html[data-theme=dark] .odd\:bg-white:nth-child(odd){background-color:#111827!important}html[data-theme=dark] .hover\:text-indigo-700:hover{color:#c7d2fe!important}html[data-theme=dark] .hover\:text-emerald-700:hover{color:#a7f3d0!important}html[data-theme=dark] .hover\:text-rose-700:hover{color:#fecdd3!important}html[data-theme=dark] .hover\:text-slate-700:hover,html[data-theme=dark] .hover\:text-slate-900:hover{color:#f1f5f9!important}html[data-theme=dark] .border-amber-200{border-color:#f59e0b73!important}html[data-theme=dark] .from-amber-50{--tw-gradient-from:#f59e0b29 var(--tw-gradient-from-position)!important;--tw-gradient-to:#f59e0b00 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)!important}html[data-theme=dark] .to-amber-50\/50{--tw-gradient-to:#f59e0b14 var(--tw-gradient-to-position)!important}html[data-theme=dark] td.bg-white,html[data-theme=dark] th.bg-slate-50{background-color:#111827!important}html[data-theme=dark] .ring-brand-500\/20{--tw-ring-color:#3a63f559!important}html[data-theme=dark] .ring-emerald-500\/20{--tw-ring-color:#10b98159!important}html[data-theme=dark] .ring-amber-500\/20{--tw-ring-color:#f59e0b59!important}html[data-theme=dark] .ring-rose-500\/20{--tw-ring-color:#f43f5e59!important}html[data-theme=dark] .ring-violet-500\/20{--tw-ring-color:#8b5cf659!important}html[data-theme=dark] .ring-sky-500\/20{--tw-ring-color:#0ea5e959!important}html[data-theme=dark] .ring-slate-500\/20{--tw-ring-color:#94a3b859!important}html[data-theme=dark] .border-slate-200\/70,html[data-theme=dark] .border-slate-100{border-color:#334155!important}html[data-theme=dark] .border-dashed.border-slate-300{border-color:#475569!important}html[data-theme=dark] .border-rose-200\/70{border-color:#f43f5e73!important}html[data-theme=dark] .bg-white\/80,html[data-theme=dark] .bg-white\/60{background-color:#1e293bd9!important}html[data-theme=dark] .bg-white\/55{background-color:#1118278c!important}html[data-theme=dark] .bg-white\/50{background-color:#11182780!important}html[data-theme=dark] .bg-white\/40{background-color:#11182766!important}html[data-theme=dark] .hover\:bg-white\/70:hover{background-color:#111827b3!important}html[data-theme=dark] .focus\:bg-white\/80:focus{background-color:#111827d1!important}html[data-theme=dark] .border-white\/60,html[data-theme=dark] .border-white\/50,html[data-theme=dark] .border-white\/40{border-color:#94a3b829!important}html[data-theme=dark] .bg-slate-50\/60,html[data-theme=dark] .bg-slate-50\/80,html[data-theme=dark] .bg-slate-50\/95{background-color:#1e293bd9!important}html[data-theme=dark] .bg-slate-100\/60{background-color:#33415599!important}html[data-theme=dark] .hover\:bg-brand-50\/30:hover{background-color:#3a63f524!important}html[data-theme=dark] .from-white{--tw-gradient-from:#111827 var(--tw-gradient-from-position)!important;--tw-gradient-to:#11182700 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)!important}html[data-theme=dark] .via-white{--tw-gradient-to:#11182700 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to)!important}html[data-theme=dark] .to-white{--tw-gradient-to:#111827 var(--tw-gradient-to-position)!important}html[data-theme=dark] .to-slate-50{--tw-gradient-to:#0f172a var(--tw-gradient-to-position)!important}html[data-theme=dark] .via-slate-50{--tw-gradient-stops:var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to)!important}html[data-theme=dark] .via-brand-50\/40{--tw-gradient-stops:var(--tw-gradient-from), #3a63f51f var(--tw-gradient-via-position), var(--tw-gradient-to)!important}html[data-theme=dark] .from-slate-50\/60{--tw-gradient-from:#1e293b99 var(--tw-gradient-from-position)!important;--tw-gradient-to:#1e293b00 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)!important}html[data-theme=dark] .from-rose-50\/60{--tw-gradient-from:#f43f5e24 var(--tw-gradient-from-position)!important;--tw-gradient-to:#f43f5e00 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)!important}html[data-theme=dark] tr:hover>td.bg-white{background-color:#1e293b!important}html[data-theme=dark] input.bg-white{background-color:#0f172a!important;border-color:#334155!important}
