:root{--font-body:"Sora";--font-display:"Space Grotesk";--app-ui-scale:0.9;--bg-1:#0f172a;--bg-2:#1e1b4b;--bg-3:#0ea5e9;--page-bg:radial-gradient(1000px circle at 10% 10%,rgba(14,165,233,.35),transparent 55%),radial-gradient(900px circle at 80% 20%,rgba(99,102,241,.25),transparent 50%),radial-gradient(1200px circle at 50% 80%,rgba(15,118,110,.2),transparent 55%),linear-gradient(180deg,#e0f2fe,#f8fafc 55%,#eef2ff);--ink:#0b0f1a;--muted:rgba(15,23,42,.72);--accent:#0ea5e9;--accent-2:#6366f1;--accent-3:#f97316;--glass:hsla(0,0%,100%,.28);--glass-strong:hsla(0,0%,100%,.5);--glass-border:hsla(0,0%,100%,.5);--glass-shadow:0 24px 60px rgba(15,23,42,.18);--border:rgba(15,23,42,.12);--surface:hsla(0,0%,100%,.72);--chip:hsla(0,0%,100%,.6);--blur:26px}html[data-theme=dark]{--page-bg:radial-gradient(900px circle at 12% 10%,rgba(56,189,248,.18),transparent 60%),radial-gradient(900px circle at 85% 22%,rgba(99,102,241,.18),transparent 55%),radial-gradient(1200px circle at 45% 88%,rgba(20,184,166,.14),transparent 58%),linear-gradient(180deg,#050a13,#0b1220 45%,#0a1020);--ink:#eef2ff;--muted:rgba(226,232,240,.72);--glass:rgba(15,23,42,.44);--glass-strong:rgba(15,23,42,.6);--glass-border:rgba(148,163,184,.22);--glass-shadow:0 26px 70px rgba(2,6,23,.55);--border:rgba(148,163,184,.22);--surface:rgba(15,23,42,.72);--chip:rgba(30,41,59,.65)}*{box-sizing:border-box;margin:0;padding:0}:focus-visible{outline:2px solid rgba(14,165,233,.6);outline-offset:2px}body,html{height:100%}body{font-family:var(--font-body),"Manrope",system-ui,sans-serif;color:var(--ink);font-size:15px;min-height:100vh;position:relative;overflow:hidden;overflow-x:hidden;overscroll-behavior:none}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:hsla(0,0%,100%,.4)}body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,rgba(14,165,233,.7),rgba(99,102,241,.7));border-radius:999px;border:3px solid hsla(0,0%,100%,.5)}body::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,rgba(14,165,233,.9),rgba(99,102,241,.9))}html[data-theme=dark] body::-webkit-scrollbar-track{background:rgba(15,23,42,.7)}html[data-theme=dark] body::-webkit-scrollbar-thumb{border:3px solid rgba(15,23,42,.8)}body:after,body:before{content:"";position:fixed;inset:auto;width:520px;height:520px;border-radius:999px;background:radial-gradient(circle,hsla(0,0%,100%,.45),transparent 70%);filter:blur(60px);opacity:.6;pointer-events:none;z-index:-1}body:before{top:-120px;right:-120px}body:after{bottom:-200px;left:-140px}html[data-theme=dark] body:after,html[data-theme=dark] body:before{opacity:.35}.shell{--sidebar-width-expanded:296px;--sidebar-width-collapsed:104px;--shell-offset:20px;--sidebar-active-width:var(--sidebar-width-expanded);min-height:100vh;position:relative;zoom:var(--app-ui-scale)}.shell.sidebar-collapsed{--sidebar-active-width:var(--sidebar-width-collapsed)}.sidebar{width:var(--sidebar-active-width);padding:24px 16px;background:var(--glass-strong);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%);position:fixed;top:var(--shell-offset);left:var(--shell-offset);bottom:var(--shell-offset);border-radius:24px;display:flex;flex-direction:column;justify-content:flex-start;gap:24px;overflow:hidden;transition:width .25s ease,box-shadow .25s ease,background .25s ease,transform .25s ease;z-index:40}.sidebar:hover{box-shadow:0 26px 70px rgba(15,23,42,.25)}.brand{width:100%;padding:0 12px}.brand,.brand-mark{display:flex;align-items:center}.brand-mark{width:50px;height:50px;background:hsla(0,0%,100%,.4);border:1px solid hsla(0,0%,100%,.66);justify-content:center;box-shadow:0 8px 20px rgba(15,23,42,.16);flex-shrink:0}html[data-theme=dark] .brand-mark{background:rgba(15,23,42,.5);border-color:rgba(148,163,184,.24)}.brand-mark img{width:86%;height:86%;border-radius:10px;object-fit:contain}.brand-text{display:grid;grid-gap:4px;gap:4px;opacity:1;transform:translateX(0);transition:opacity .2s ease,transform .2s ease}.brand-title{font-family:var(--font-display),"Space Grotesk",system-ui,sans-serif;font-size:20px;letter-spacing:.02em;line-height:1}.brand-subtitle{font-size:12px;color:var(--muted);line-height:1.1}.nav{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0}.nav-link{display:flex;align-items:center;padding:10px 12px;border:1px solid transparent;color:var(--ink);background:transparent;transition:all .2s ease;justify-content:flex-start;width:100%}.nav-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,100%,.8);color:#1e293b;flex-shrink:0}html[data-theme=dark] .nav-icon{background:rgba(30,41,59,.65);border-color:rgba(148,163,184,.22);color:#e2e8f0}.nav-icon svg{width:18px;height:18px}.nav-text{opacity:1;transform:translateX(0);transition:opacity .2s ease,transform .2s ease;white-space:nowrap;line-height:1.2;max-width:220px;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{display:grid;grid-gap:10px;gap:10px;font-size:13px;opacity:1}.logout-link{margin-top:4px;min-height:44px;opacity:.55}.logout-link .nav-icon{background:hsla(0,0%,100%,.45);border-color:hsla(0,0%,100%,.6)}html[data-theme=dark] .logout-link .nav-icon{background:rgba(30,41,59,.45);border-color:rgba(148,163,184,.18)}.logout-link:hover{opacity:.9}.nav-link:hover{background:var(--glass);border-color:var(--glass-border);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.5)}.nav-link:active{transform:scale(.98)}.nav-link.active{background:linear-gradient(135deg,rgba(14,165,233,.2),rgba(99,102,241,.2));border-color:rgba(14,165,233,.4);font-weight:600}.nav-link.active .nav-icon{background:linear-gradient(135deg,rgba(14,165,233,.9),rgba(99,102,241,.9));border-color:transparent;box-shadow:0 10px 18px rgba(14,165,233,.28)}.shell.sidebar-collapsed .nav-link.active{background:transparent;border-color:transparent;box-shadow:none}.content{margin-left:calc(var(--shell-offset) + var(--sidebar-active-width) + 18px);padding:18px 28px 20px 0;min-height:100vh}.content.content-auth{margin-left:0;padding:0;zoom:var(--app-ui-scale)}.shell.sidebar-collapsed .brand{justify-content:center;padding-inline:0;gap:0}.shell.sidebar-collapsed .brand-text{width:0;opacity:0;transform:translateX(-8px);overflow:hidden}.shell.sidebar-collapsed .nav{align-items:center}.shell.sidebar-collapsed .nav-link{gap:0;padding-inline:0}.shell.sidebar-collapsed .nav-text{width:0;max-width:0;opacity:0;transform:translateX(-8px)}.shell.sidebar-collapsed .logout-link{justify-content:center;gap:0}.sidebar-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:35}.sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.sidebar-toggle-link{opacity:.72}.sidebar-toggle-link:hover{opacity:1}.shell-topbar{top:16px;margin:0 auto 18px;max-width:1440px}.shell-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:20px;background:var(--glass-strong);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%)}.shell-topbar-left{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0}.shell-menu-button{display:none}.shell-collapse-button{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;border:1px solid hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.55);color:var(--ink);cursor:pointer}html[data-theme=dark] .shell-collapse-button{border-color:rgba(148,163,184,.22);background:rgba(30,41,59,.58)}.shell-search-wrap{position:relative;flex:1 1 auto;min-width:220px}.shell-search{display:flex;align-items:center;gap:8px;width:100%;border-radius:999px;border:1px solid hsla(0,0%,100%,.85);background:hsla(0,0%,100%,.68);padding:7px 12px;box-shadow:0 12px 28px rgba(15,23,42,.09)}html[data-theme=dark] .shell-search{border-color:rgba(148,163,184,.24);background:rgba(15,23,42,.58);box-shadow:0 16px 34px rgba(2,6,23,.42)}.shell-search svg{width:14px;height:14px;color:var(--muted);flex-shrink:0}.shell-search input{width:100%;border:none;background:transparent;color:var(--ink);font-size:13px;line-height:1.2}.shell-search input:focus{outline:none;box-shadow:none}.shell-search-popover{position:absolute;top:calc(100% + 10px);left:0;width:min(580px,calc(100vw - 48px));border-radius:18px;border:1px solid var(--glass-border);background:var(--glass-strong);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%);padding:10px;display:grid;grid-gap:6px;gap:6px;max-height:min(440px,65vh);overflow:auto}.shell-search-empty{font-size:13px;color:var(--muted);padding:10px}.shell-search-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid hsla(0,0%,100%,.58);background:hsla(0,0%,100%,.7);border-radius:14px;padding:10px 12px;transition:border-color .2s ease,transform .2s ease}html[data-theme=dark] .shell-search-item{border-color:rgba(148,163,184,.2);background:rgba(15,23,42,.55)}.shell-search-item:hover{transform:translateY(-1px);border-color:rgba(14,165,233,.34)}.shell-search-title{font-size:13px;font-weight:600;color:var(--ink)}.shell-search-meta,.shell-search-shortcut{font-size:11px;color:var(--muted)}.shell-search-shortcut{border-radius:999px;padding:4px 8px;background:var(--chip)}.shell-topbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.quick-action-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 11px;border-radius:12px;border:1px solid rgba(14,165,233,.28);background:linear-gradient(135deg,rgba(14,165,233,.92),rgba(99,102,241,.9));color:#fff;font-size:12px;font-weight:600;line-height:1;box-shadow:0 12px 24px rgba(14,165,233,.24)}.quick-action-button svg{width:13px;height:13px}.quick-action-button.secondary{border-color:var(--glass-border);color:var(--ink);background:var(--chip);box-shadow:none}.shell-profile-link{display:inline-flex;align-items:center;gap:8px;padding:4px 6px 4px 4px;border-radius:999px;border:1px solid var(--glass-border);background:var(--chip)}.shell-profile-meta{display:grid;grid-gap:1px;gap:1px;line-height:1.15}.shell-profile-title{font-size:11px;color:var(--ink);font-weight:600}.shell-profile-subtitle{font-size:10px;color:var(--muted)}a{color:inherit;text-decoration:none}main{max-width:1400px;margin:0 auto;padding:40px 28px 80px}h1,h2,h3{font-family:var(--font-display),"Space Grotesk",system-ui,sans-serif}h1{font-size:36px;letter-spacing:-.02em}p{color:var(--muted)}.header{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.dashboard{max-width:1360px}.dash-header{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:28px}.welcome{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.welcome-row{display:flex;align-items:center;gap:14px}.welcome .eyebrow{margin-bottom:0}.welcome-avatar{overflow:hidden;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.dash-header p{max-width:520px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:var(--muted);font-weight:600;margin-bottom:8px}.dash-actions{flex-wrap:nowrap;gap:10px;justify-content:flex-end}.dash-actions,.search-pill{display:flex;align-items:center}.search-pill{min-width:220px;background:hsla(0,0%,100%,.8);border-radius:999px;padding:6px 12px;border:1px solid hsla(0,0%,100%,.9);box-shadow:0 12px 30px rgba(15,23,42,.08);gap:8px;position:relative}html[data-theme=dark] .search-pill{background:rgba(15,23,42,.55);border-color:rgba(148,163,184,.22);box-shadow:0 16px 36px rgba(2,6,23,.45)}.search-icon{font-size:13px;color:rgba(15,23,42,.5)}html[data-theme=dark] .search-icon{color:rgba(226,232,240,.6)}.search-pill .input{border:none;background:transparent;box-shadow:none;padding:6px 6px 6px 4px}.search-popover{position:absolute;top:calc(100% + 10px);right:0;width:min(560px,92vw);background:var(--glass-strong);border:1px solid var(--glass-border);border-radius:18px;box-shadow:var(--glass-shadow);padding:12px;z-index:60;-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%)}.search-popover .list-item{background:hsla(0,0%,100%,.65)}html[data-theme=dark] .search-popover .list-item{background:rgba(15,23,42,.55)}.icon-button{width:36px;height:36px;border-radius:12px;border:1px solid hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.6);box-shadow:0 8px 18px rgba(15,23,42,.1);position:relative;cursor:pointer;display:grid;place-items:center;color:#1e293b;transition:transform .15s ease,box-shadow .15s ease}html[data-theme=dark] .icon-button{border-color:rgba(148,163,184,.22);background:rgba(30,41,59,.65);box-shadow:0 14px 28px rgba(2,6,23,.45);color:#e2e8f0}.icon-button svg{width:16px;height:16px}.icon-button:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(15,23,42,.14)}.icon-button .dot{width:8px;height:8px;background:#f97316;border-radius:50%;position:absolute;top:10px;right:10px}.avatar{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(14,165,233,.8),rgba(99,102,241,.8));color:#fff;font-weight:600}.avatar-photo{background:radial-gradient(circle at 30% 30%,hsla(0,0%,100%,.6),rgba(14,165,233,.8));box-shadow:0 10px 18px rgba(15,23,42,.2);border:2px solid hsla(0,0%,100%,.8)}.metric-grid{display:grid;grid-gap:18px;gap:18px;margin-bottom:28px}.metric-card{position:relative;background:hsla(0,0%,100%,.75);border:1px solid hsla(0,0%,100%,.8);border-radius:24px;padding:12px 14px;min-height:68px;box-shadow:0 20px 40px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(18px) saturate(180%);backdrop-filter:blur(18px) saturate(180%);overflow:hidden}html[data-theme=dark] .metric-card{background:rgba(15,23,42,.45);border-color:rgba(148,163,184,.22);box-shadow:0 22px 50px rgba(2,6,23,.55)}.metric-label{font-size:14px;font-weight:600;letter-spacing:-.01em;color:var(--ink)}.metric-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.metric-badge{width:40px;height:40px;border-radius:16px;background:linear-gradient(135deg,rgba(14,165,233,.18),rgba(99,102,241,.22));box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.85);display:grid;place-items:center;font-weight:700;color:rgba(15,23,42,.85);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}html[data-theme=dark] .metric-badge{background:linear-gradient(135deg,rgba(56,189,248,.16),rgba(99,102,241,.18));box-shadow:inset 0 0 0 1px rgba(148,163,184,.22);color:rgba(226,232,240,.92)}.dash-grid{grid-template-columns:minmax(0,2.1fr) minmax(0,1fr);grid-gap:22px;gap:22px}.dash-grid,.dash-stack{display:grid;margin-bottom:26px}.dash-stack{grid-gap:20px;gap:20px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.chart-card{min-height:340px}.bar-chart{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:12px;gap:12px;align-items:flex-end;height:230px;margin-top:18px}.bar{display:grid;grid-gap:8px;gap:8px;justify-items:center;height:100%}.bar>div{width:100%;border-radius:999px;background:linear-gradient(180deg,rgba(251,146,60,.35),rgba(251,146,60,.15));box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.7)}.bar span{font-size:11px;color:var(--muted)}.bar:nth-child(7)>div{background:linear-gradient(180deg,rgba(249,115,22,.9),rgba(251,146,60,.4));box-shadow:0 12px 24px rgba(249,115,22,.25)}.highlight-card{background:linear-gradient(145deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.55))}.highlight-body{display:grid;grid-gap:12px;gap:12px}.highlight-score{font-size:42px;font-weight:600}.progress{width:100%;height:8px;background:rgba(15,23,42,.08);border-radius:999px;overflow:hidden}.progress div{height:100%;background:linear-gradient(90deg,rgba(14,165,233,.9),rgba(99,102,241,.7))}.list{display:grid;grid-gap:12px;gap:12px;list-style:none;padding:0;margin:0}.list.compact{gap:10px}.list-item{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;border:1px solid hsla(0,0%,100%,.55);background:hsla(0,0%,100%,.72);align-items:center}html[data-theme=dark] .list-item{border-color:rgba(148,163,184,.22);background:rgba(15,23,42,.45)}.list-title{font-weight:600;margin-bottom:4px}.picker-list{max-height:360px;overflow:auto;padding-right:6px}.picker-item{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.picker-item:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(15,23,42,.14)}html[data-theme=dark] .picker-item:hover{box-shadow:0 18px 34px rgba(2,6,23,.5)}.picker-meta{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:420px}.header-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.header-actions{display:flex;gap:8px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,rgba(14,165,233,.85),rgba(99,102,241,.85));color:#fff;padding:6px 12px;border-radius:999px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 12px 30px rgba(14,165,233,.25)}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px}.grid,.grid-2{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:16px}.card{background:var(--glass);border:1px solid var(--glass-border);padding:18px;box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(var(--blur)) saturate(170%);backdrop-filter:blur(var(--blur)) saturate(170%);animation:fadeIn .5s ease forwards;position:relative;overflow:hidden}.card:hover{box-shadow:0 28px 60px rgba(15,23,42,.22);transform:translateY(-1px)}.card:after{content:"";position:absolute;top:-120%;left:-120%;width:240%;height:240%;background:radial-gradient(circle,hsla(0,0%,100%,.35),transparent 55%);opacity:0;transition:opacity .3s ease;pointer-events:none}.card:hover:after{opacity:1;animation:shine 1.2s ease}.card h3{margin-bottom:6px}.card .count{font-size:28px;color:var(--accent);font-weight:600}.card ul{list-style:none;margin-top:10px;display:grid;grid-gap:6px;gap:6px;color:var(--muted)}.card li{padding:6px 8px;background:hsla(0,0%,100%,.5);border-radius:12px}html[data-theme=dark] .card li{background:rgba(2,6,23,.22)}.section{margin-top:36px}.split{display:grid;grid-template-columns:280px 1fr;grid-gap:20px;gap:20px}.stepper{display:grid;grid-gap:12px;gap:12px}.step{padding:12px 14px;border-radius:14px;border:1px solid var(--glass-border);background:var(--glass-strong);font-weight:600;-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur))}.step.active{background:rgba(14,165,233,.18);border-color:rgba(14,165,233,.4)}.step small{display:block;color:var(--muted);font-weight:400;margin-top:6px}.timeline{display:grid;grid-gap:12px;gap:12px;margin-top:12px}.timeline-item{padding:12px 14px;border-radius:14px;border:1px solid var(--glass-border);background:var(--glass);-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur))}.timeline-item .meta{color:var(--muted);font-size:12px}.muted{color:var(--muted)}.toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:16px 0}.toolbar-between{justify-content:space-between}.button-group{display:flex;gap:10px;align-items:center}.filters{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:flex-end;margin:16px 0}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}.chip{padding:6px 12px;border-radius:999px;border:1px solid var(--glass-border);background:var(--chip);font-size:13px;cursor:pointer;transition:all .2s ease}.chip:hover{background:hsla(0,0%,100%,.8)}.chip.active{background:rgba(14,165,233,.18);border-color:rgba(14,165,233,.4);color:var(--ink);box-shadow:0 8px 18px rgba(14,165,233,.2)}.chip:active{transform:scale(.97)}.pagination{gap:12px;justify-content:space-between;margin-top:16px}.pagination,.pagination-controls{display:flex;flex-wrap:wrap;align-items:center}.pagination-controls{gap:8px}.input,.select{padding:10px 12px;border-radius:12px;border:1px solid var(--glass-border);background:hsla(0,0%,100%,.75);min-width:180px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}html[data-theme=dark] .input,html[data-theme=dark] .select{background:rgba(2,6,23,.35);border-color:rgba(148,163,184,.22);color:var(--ink)}.input::placeholder{color:rgba(15,23,42,.45)}html[data-theme=dark] .input::placeholder{color:rgba(226,232,240,.55)}.input:hover,.select:hover{border-color:rgba(14,165,233,.35)}.input:focus,.select:focus,textarea:focus{outline:none;border-color:rgba(14,165,233,.6);box-shadow:0 0 0 3px rgba(14,165,233,.18)}.input.input-error{border-color:rgba(239,68,68,.6);box-shadow:0 0 0 2px rgba(239,68,68,.15)}.field-error{color:rgba(239,68,68,.85);font-size:.85rem}.pill{padding:8px 14px;border-radius:999px;background:var(--chip);border:none;font-size:14px}.now-pill{white-space:nowrap}.pill[data-tone=danger],.pill[data-tone=info],.pill[data-tone=neutral],.pill[data-tone=success],.pill[data-tone=warn]{background:var(--chip)}.pill-stack{display:flex;flex-wrap:wrap;gap:8px}.summary-card{padding:20px;border-radius:20px;border:1px solid hsla(0,0%,100%,.2);background:linear-gradient(135deg,hsla(0,0%,100%,.24),hsla(0,0%,100%,.12));box-shadow:0 12px 40px rgba(10,22,35,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.summary-header{display:flex;align-items:center;gap:12px;font-size:1.05rem;margin-bottom:16px}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.summary-list{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-gap:6px;gap:6px;color:var(--muted)}.summary-list li{font-size:.95rem}.preview-card{margin-top:16px;padding:16px;border-radius:16px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(12,22,38,.12)}.preview-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;color:var(--text)}.table{width:100%;border-collapse:collapse;margin-top:12px;font-size:14px}.table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html[data-theme=dark] .table thead th{background:rgba(2,6,23,.6);color:rgba(226,232,240,.72)}.table-wrapper{background:hsla(0,0%,100%,.4);border:1px solid hsla(0,0%,100%,.5);border-radius:18px;padding:4px;overflow:auto;max-height:520px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}html[data-theme=dark] .table-wrapper{background:rgba(2,6,23,.25);border-color:rgba(148,163,184,.16)}.table-wrapper::-webkit-scrollbar{height:10px;width:10px}.table-wrapper::-webkit-scrollbar-track{background:hsla(0,0%,100%,.4);border-radius:999px}html[data-theme=dark] .table-wrapper::-webkit-scrollbar-track{background:rgba(2,6,23,.3)}.table-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(135deg,rgba(14,165,233,.7),rgba(99,102,241,.7));border-radius:999px;border:2px solid hsla(0,0%,100%,.5)}html[data-theme=dark] .table-wrapper::-webkit-scrollbar-thumb{border:2px solid rgba(2,6,23,.55)}.table-wrapper::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,rgba(14,165,233,.9),rgba(99,102,241,.9))}.table tbody tr:hover{background:hsla(0,0%,100%,.4)}tr.row-clickable{cursor:pointer}html[data-theme=dark] .table tbody tr:hover{background:rgba(148,163,184,.14)}.table tr.row-editing{background:rgba(14,165,233,.15)}html[data-theme=dark] .table tr.row-editing{background:rgba(56,189,248,.12)}.table code{background:rgba(15,23,42,.06);padding:2px 6px;border-radius:6px;font-size:12px}html[data-theme=dark] .table code{background:rgba(2,6,23,.35);color:rgba(226,232,240,.85)}.table td,.table th{text-align:left;padding:10px 12px;border-bottom:1px solid rgba(15,23,42,.08)}html[data-theme=dark] .table td,html[data-theme=dark] .table th{border-bottom:1px solid rgba(148,163,184,.14)}.table th{color:var(--muted);font-weight:600}.table .inline-input{width:100%;min-width:120px;padding:8px 10px;border-radius:10px;border:1px solid var(--glass-border);background:hsla(0,0%,100%,.8)}html[data-theme=dark] .table .inline-input{background:rgba(2,6,23,.35);border-color:rgba(148,163,184,.22);color:var(--ink)}.table .inline-textarea{width:100%;min-width:160px;min-height:64px;padding:8px 10px;border-radius:10px;border:1px solid var(--glass-border);background:hsla(0,0%,100%,.8);resize:vertical;font-family:inherit;font-size:13px}html[data-theme=dark] .table .inline-textarea{background:rgba(2,6,23,.35);border-color:rgba(148,163,184,.22);color:var(--ink)}.inline-actions{display:flex;gap:6px;align-items:center}.inline-actions .button{padding:6px 10px;font-size:12px}.kanban{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.kanban-column{background:var(--glass);border:1px solid var(--glass-border);border-radius:18px;padding:12px;min-height:220px;-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur))}.kanban-card{transition:transform .15s ease,box-shadow .15s ease;opacity:0;transform:translateY(10px);animation:staggerIn .4s ease forwards}.kanban-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(15,23,42,.18)}html[data-theme=dark] .kanban-card:hover{box-shadow:0 18px 34px rgba(2,6,23,.6)}.kanban-column h4{font-size:14px;margin-bottom:12px}.kanban-card{background:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.6);border-radius:12px;padding:10px;display:grid;grid-gap:6px;gap:6px;margin-bottom:10px}html[data-theme=dark] .kanban-card{background:rgba(15,23,42,.55);border-color:rgba(148,163,184,.22)}.kanban-card .select{min-width:0;width:100%}.kanban-card:first-child{animation-delay:.05s}.kanban-card:nth-child(2){animation-delay:.1s}.kanban-card:nth-child(3){animation-delay:.15s}.kanban-card:nth-child(4){animation-delay:.2s}.kanban-card:nth-child(5){animation-delay:.25s}.kanban-card:nth-child(6){animation-delay:.3s}.kanban-card:nth-child(7){animation-delay:.35s}.kanban-card:nth-child(8){animation-delay:.4s}.kanban-card small{color:var(--muted)}.stack{display:grid;grid-gap:12px;gap:12px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.detail-card{background:hsla(0,0%,100%,.75);border:1px solid hsla(0,0%,100%,.6);border-radius:16px;padding:16px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html[data-theme=dark] .detail-card{background:rgba(15,23,42,.45);border-color:rgba(148,163,184,.22);box-shadow:0 22px 50px rgba(2,6,23,.55)}.detail-card ul{list-style:none;padding-left:0;margin-top:6px;display:grid;grid-gap:6px;gap:6px}.detail-card pre{background:rgba(15,23,42,.04);padding:12px;border-radius:12px;font-size:12px;overflow:auto}html[data-theme=dark] .detail-card pre{background:rgba(2,6,23,.3)}.detail-card pre::-webkit-scrollbar{height:8px;width:8px}.detail-card pre::-webkit-scrollbar-thumb{background:rgba(15,23,42,.2);border-radius:999px}html[data-theme=dark] .detail-card pre::-webkit-scrollbar-thumb{background:rgba(148,163,184,.28)}.summary{cursor:pointer;font-weight:600;list-style:none}summary::-webkit-details-marker{display:none}details.card{padding:0}details.card summary{padding:16px 18px}details.card[open] summary{border-bottom:1px solid var(--glass-border)}details.card .details-body{padding:16px 18px}.link{color:var(--accent);font-weight:600}.link:hover{text-decoration:underline}.status{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.status-pill{padding:8px 14px;background:rgba(14,165,233,.16);border:1px solid rgba(14,165,233,.3);border-radius:999px;font-size:14px}.footer{margin-top:40px;color:var(--muted);font-size:14px}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;z-index:50;padding:24px}.modal-card{width:min(640px,100%);background:var(--glass-strong);border:1px solid var(--glass-border);border-radius:24px;padding:24px;box-shadow:var(--glass-shadow);display:grid;grid-gap:16px;gap:16px;-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%)}.modal-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.dashboard-task-modal{width:min(760px,100%)}.dashboard-task-modal .helper,.dashboard-task-modal .muted{font-size:13px}.dashboard-task-modal .input,.dashboard-task-modal .select{min-height:46px;font-size:14px}.dashboard-task-modal textarea.input{min-height:112px;resize:vertical}.empty-state{margin:16px 0 24px;padding:18px;border-radius:18px;border:1px dashed rgba(14,165,233,.4);background:hsla(0,0%,100%,.6);display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:floatIn .5s ease}html[data-theme=dark] .empty-state{border-color:rgba(56,189,248,.22);background:rgba(15,23,42,.45)}.empty-state h3{margin-bottom:6px}.empty-actions{display:flex;flex-wrap:wrap;gap:10px}.auth-shell{min-height:calc(100vh - 32px);display:grid;place-items:center;padding:60px 24px;max-width:none;margin:0}body:has(.auth-shell) .shell{min-height:100vh}body:has(.auth-shell) .sidebar{display:none}body:has(.auth-shell) .content{margin-left:0;padding:0}.auth-card{width:min(560px,100%);background:var(--glass-strong);border:1px solid var(--glass-border);border-radius:24px;padding:28px;box-shadow:var(--glass-shadow);display:grid;grid-gap:20px;gap:20px;-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%)}.auth-header{display:grid;grid-gap:12px;gap:12px;grid-template-columns:auto 1fr;align-items:center}.auth-mark{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;display:grid;place-items:center;font-weight:700;letter-spacing:.04em}.auth-form{display:grid;grid-gap:16px;gap:16px}.auth-field{display:grid;grid-gap:8px;gap:8px;font-size:13px;color:var(--muted)}.auth-field span{font-weight:600;color:var(--ink)}.auth-status{display:flex;align-items:center;gap:10px;border-radius:12px;background:rgba(14,165,233,.1);border:1px solid rgba(14,165,233,.2);color:var(--muted)}.auth-error,.auth-status{padding:10px 12px;font-size:13px}.auth-error{border-radius:12px;border:1px solid rgba(239,68,68,.3);background:rgba(239,68,68,.12);color:#b91c1c}.auth-footer{display:grid;grid-gap:8px;gap:8px;color:var(--muted);font-size:13px}.spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(14,165,233,.2);border-top-color:rgba(14,165,233,.7);animation:spin .8s linear infinite}.stagger-list>li,.stagger-row,.stagger-table tbody tr{opacity:0;transform:translateY(8px);animation:staggerIn .35s ease forwards}.stagger-list>li:first-child{animation-delay:.05s}.stagger-list>li:nth-child(2){animation-delay:.1s}.stagger-list>li:nth-child(3){animation-delay:.15s}.stagger-list>li:nth-child(4){animation-delay:.2s}.stagger-list>li:nth-child(5){animation-delay:.25s}.stagger-list>li:nth-child(6){animation-delay:.3s}.stagger-list>li:nth-child(7){animation-delay:.35s}.stagger-list>li:nth-child(8){animation-delay:.4s}.stagger-table tbody tr:first-child{animation-delay:.03s}.stagger-table tbody tr:nth-child(2){animation-delay:.06s}.stagger-table tbody tr:nth-child(3){animation-delay:.09s}.stagger-table tbody tr:nth-child(4){animation-delay:.12s}.stagger-table tbody tr:nth-child(5){animation-delay:.15s}.stagger-table tbody tr:nth-child(6){animation-delay:.18s}.stagger-table tbody tr:nth-child(7){animation-delay:.21s}.stagger-table tbody tr:nth-child(8){animation-delay:.24s}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes staggerIn{to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shine{0%{transform:translate(-20%,-20%);opacity:0}40%{opacity:.6}to{transform:translate(10%,10%);opacity:0}}@media (max-width:1240px){.quick-action-button span,.shell-profile-meta{display:none}.quick-action-button{padding:8px;width:34px;height:34px}}@media (max-width:1100px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1024px){.shell{--shell-offset:16px}.content{margin-left:0;padding:14px}.shell-topbar{top:10px;margin-bottom:14px}.shell-topbar-inner{padding:10px 11px;gap:10px;border-radius:16px}.shell-menu-button{display:grid;place-items:center}.shell-collapse-button{display:none}.shell-topbar-actions{gap:6px}.shell-topbar-actions .quick-action-button.secondary{display:none}.shell-search-wrap{min-width:0}.sidebar{width:min(320px,calc(100vw - 32px));transform:translateX(calc(-100% - 24px));box-shadow:0 28px 72px rgba(15,23,42,.3)}.sidebar.is-mobile-open{transform:translateX(0)}.shell.sidebar-collapsed .sidebar.is-mobile-open .brand{justify-content:flex-start;gap:12px;padding-inline:12px}.shell.sidebar-collapsed .sidebar.is-mobile-open .brand-text,.shell.sidebar-collapsed .sidebar.is-mobile-open .nav-text{width:auto;max-width:220px;opacity:1;transform:translateX(0)}.shell.sidebar-collapsed .sidebar.is-mobile-open .nav{align-items:stretch}.shell.sidebar-collapsed .sidebar.is-mobile-open .nav-link{justify-content:flex-start;gap:12px;padding-inline:12px}}@media (max-width:900px){.dash-grid{grid-template-columns:1fr}.dash-actions{flex-wrap:wrap}}@media (max-width:720px){h1{font-size:30px}main{padding:28px 14px 58px}.split{grid-template-columns:1fr}.dash-header,.header-top{flex-direction:column;align-items:flex-start}.metric-grid{grid-template-columns:1fr}.shell-topbar-actions .quick-action-button{display:none}.shell-search-popover{width:calc(100vw - 28px);left:-2px}}.tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.tile-card{display:grid;grid-gap:10px;gap:10px;padding:18px;border-radius:20px;border:1px solid hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.75);box-shadow:0 16px 32px rgba(15,23,42,.12);transition:transform .2s ease,box-shadow .2s ease}html[data-theme=dark] .tile-card{border-color:rgba(148,163,184,.22);background:rgba(15,23,42,.45);box-shadow:0 22px 44px rgba(2,6,23,.55)}.tile-icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.9);box-shadow:0 10px 18px rgba(15,23,42,.12);font-size:20px}html[data-theme=dark] .tile-icon{background:rgba(30,41,59,.75);border-color:rgba(148,163,184,.22);box-shadow:0 12px 26px rgba(2,6,23,.55)}.tile-card:hover{transform:translateY(-2px);box-shadow:0 24px 40px rgba(15,23,42,.16)}.tile-title{font-weight:600;font-size:16px}.tile-sub{font-size:13px;color:var(--muted)}:root{--page-bg:#e7edf4;--ink:#2f4358;--muted:#7f91a8;--accent:#5f788a;--accent-2:#6f879d;--accent-3:#eb7f8c;--glass:#f7fafd;--glass-strong:#f4f8fc;--glass-border:#d8e2ec;--glass-shadow:0 16px 32px rgba(47,67,88,.08);--border:#d3dde9;--surface:#f8fbff;--chip:#ecf1f7;--blur:0px}html[data-theme=dark]{--page-bg:#101a26;--ink:#e7eef8;--muted:#9cafc5;--accent:#86a4bf;--accent-2:#8aa0b5;--accent-3:#f194a0;--glass:#152233;--glass-strong:#152233;--glass-border:#2b3d52;--glass-shadow:0 20px 44px rgba(0,0,0,.35);--border:#2f4157;--surface:#162437;--chip:#1b2b3f}body{background:var(--page-bg)}body:after,body:before{display:none}.shell{--sidebar-width-expanded:340px;--sidebar-width-collapsed:108px;--shell-offset:16px}.sidebar{background:#f5f8fc;border-color:#d8e2ec;box-shadow:0 14px 30px rgba(56,79,103,.08)}html[data-theme=dark] .sidebar{background:#172536;border-color:#2d4056;box-shadow:0 24px 50px rgba(0,0,0,.35)}.brand{gap:14px;padding-inline:8px}.brand-mark{width:62px;height:62px;border-radius:18px;background:#5f788a;border:none;color:#fff;box-shadow:0 10px 20px rgba(61,87,111,.32)}.brand-mark svg{width:26px;height:26px}.brand-mark img{display:none}html[data-theme=dark] .brand-mark{background:#6b879f;color:#f7fbff}.brand-title{font-size:26px;font-weight:700;letter-spacing:-.02em;color:#4f667c}html[data-theme=dark] .brand-title{color:#c9d8e9}.brand-subtitle{display:none}.nav-link{min-height:68px;border-radius:18px;border-color:transparent;padding:14px 16px}.nav-link:hover{background:#e8eff6;border-color:#d5e0eb;box-shadow:none}html[data-theme=dark] .nav-link:hover{background:#1d2f43;border-color:#30455c}.nav-icon{width:28px;height:28px;background:transparent;border:none;color:#657f98}.nav-icon svg{width:24px;height:24px}html[data-theme=dark] .nav-icon{background:transparent;border:none;color:#94abc1}.nav-text{font-size:14px;color:#5f7892}.nav-link.active{background:#5f788a;border-color:transparent;box-shadow:0 8px 18px rgba(61,87,111,.28)}.nav-link.active .nav-icon,.nav-link.active .nav-text{color:#fff}.nav-link.active .nav-icon svg{stroke-width:1.8}.shell.sidebar-collapsed .nav-link.active{background:#5f788a;box-shadow:0 8px 18px rgba(61,87,111,.28)}.sidebar-footer{padding-top:4px}.sidebar-toggle-link{min-height:56px}.shell-topbar{top:14px}.shell-topbar-inner{-webkit-backdrop-filter:none;backdrop-filter:none;gap:16px}.shell-search{height:56px;border:1px solid #d2dce7;background:#edf2f7;box-shadow:none}html[data-theme=dark] .shell-search{border-color:#2d4358;background:#1a2b3f;box-shadow:none}.shell-search svg{color:#8ea3bb}.shell-search input{font-size:15px;font-weight:500}.shell-topbar-actions{gap:10px}.shell-topbar .icon-button{width:48px;height:48px;border-radius:14px;border:1px solid #d1dbe7;box-shadow:none;color:#4f667d}.shell-topbar .icon-button:hover{transform:none;box-shadow:none;background:#eaf0f6}html[data-theme=dark] .shell-topbar .icon-button{border-color:#2f4358;color:#b6c7d9;background:transparent;box-shadow:none}html[data-theme=dark] .shell-topbar .icon-button:hover{background:#203247}.topbar-quick-create{position:relative}.topbar-quick-create-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:260px;padding:8px;border-radius:18px;border:1px solid rgba(148,163,184,.22);background:hsla(0,0%,100%,.92);box-shadow:0 24px 48px rgba(15,23,42,.16);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;grid-gap:4px;gap:4px;z-index:40}.topbar-quick-create-item{width:100%;border:0;border-radius:12px;background:transparent;color:#102033;padding:11px 12px;text-align:left;font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease}.topbar-quick-create-item:hover{background:rgba(232,240,249,.9)}html[data-theme=dark] .topbar-quick-create-menu{border-color:rgba(71,85,105,.8);background:rgba(15,23,42,.96);box-shadow:0 28px 48px rgba(2,6,23,.56)}html[data-theme=dark] .topbar-quick-create-item{color:#d8e2ee}html[data-theme=dark] .topbar-quick-create-item:hover{background:rgba(30,41,59,.92)}.shell-topbar-divider{width:1px;height:40px;background:#d2dce8}html[data-theme=dark] .shell-topbar-divider{background:#30465e}.shell-topbar-user{display:grid;grid-gap:1px;gap:1px;line-height:1.1;text-align:right}.shell-topbar-user-name{font-size:15px;color:#2e4358;font-weight:700}.shell-topbar-user-role{font-size:11px;color:#6d8299;font-weight:700;letter-spacing:.1em}html[data-theme=dark] .shell-topbar-user-name{color:#d8e4f2}html[data-theme=dark] .shell-topbar-user-role{color:#9fb2c9}.shell-profile-link{width:52px;height:52px;border-radius:16px;border:2px solid #5f788a;background:transparent;color:#5f788a;display:grid;place-items:center;padding:0}.shell-profile-link svg{width:24px;height:24px}html[data-theme=dark] .shell-profile-link{border-color:#91aac1;color:#91aac1}main{max-width:100%;padding:18px 2px 44px}.dash-stack{margin-bottom:24px}.card{background:#f4f8fc;border-radius:24px;box-shadow:0 12px 24px rgba(56,79,103,.07);-webkit-backdrop-filter:none;backdrop-filter:none}html[data-theme=dark] .card{background:#172536;border-color:#2e4258;box-shadow:0 22px 44px rgba(0,0,0,.34)}.card:hover{transform:none;box-shadow:0 12px 24px rgba(56,79,103,.07)}html[data-theme=dark] .card:hover{box-shadow:0 22px 44px rgba(0,0,0,.34)}.card:after{display:none}.metric-card.metric-card-v2{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;border-radius:20px;border:1px solid #d7e1ec;background:#f4f8fc;min-height:88px;padding:14px 16px;box-shadow:0 8px 18px rgba(56,79,103,.05)}html[data-theme=dark] .metric-card.metric-card-v2{border-color:#2d4158;background:#162336;box-shadow:0 18px 36px rgba(0,0,0,.34)}.metric-icon{width:48px;height:48px;border-radius:12px;border:1px solid #d8e2ec;background:#ebf1f7;color:#607991;display:grid;place-items:center}.metric-icon svg{width:22px;height:22px}.metric-icon-positive{background:#e3f4ec;color:#0cb56e;border-color:#caebdd}.metric-icon-negative{background:#fdebf1;color:#ec5f80;border-color:#f8d5e1}.metric-icon-neutral{background:#fcefd9;color:#ef9f1d;border-color:#f7dfb3}html[data-theme=dark] .metric-icon{border-color:#31475e;background:#203348;color:#9eb3c8}.metric-main{display:grid;grid-gap:4px;gap:4px}.metric-label{font-size:11px;font-weight:700;letter-spacing:.08em;color:#8aa0b7;text-transform:uppercase}.metric-value{font-size:38px;font-weight:700;color:#2f4358;line-height:1}html[data-theme=dark] .metric-value{color:#dfe9f5}.metric-delta{padding:4px 9px;border-radius:999px;font-weight:700;letter-spacing:.02em}.metric-delta.positive{background:#daf2e6;color:#0aaf72}.metric-delta.negative{background:#fbe3ea;color:#ed5d7b}.metric-delta.neutral{background:#e2f1ec;color:#2ab18b}.dashboard-section-card{background:#f4f8fc;border:1px solid #d8e2ec;border-radius:24px;padding:24px;box-shadow:0 12px 24px rgba(56,79,103,.07)}html[data-theme=dark] .dashboard-section-card{background:#172536;border-color:#2d4259;box-shadow:0 22px 44px rgba(0,0,0,.34)}html[data-theme=dark] .dashboard-deal-item{border-color:rgba(71,85,105,.45);background:rgba(15,23,42,.46)}html[data-theme=dark] .dashboard-deal-item:hover{border-color:rgba(96,165,250,.34);box-shadow:0 16px 32px rgba(2,6,23,.28)}html[data-theme=dark] .dashboard-deal-title{color:#e2e8f0}html[data-theme=dark] .dashboard-deal-meta{color:#94a3b8}html[data-theme=dark] .dashboard-deal-pill{background:rgba(56,189,248,.16);color:#93c5fd}.dashboard-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.dashboard-section-head h3{font-size:18px;letter-spacing:-.01em;color:#2f4358;font-weight:700}html[data-theme=dark] .dashboard-section-head h3{color:#dce8f5}.dashboard-section-link{font-size:13px;color:#5d768f;font-weight:700}.priority-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.priority-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #d8e2ec;background:#f7fafd;padding:16px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.priority-item:hover{border-color:#bfd0e0;box-shadow:0 10px 18px rgba(67,89,112,.08)}html[data-theme=dark] .priority-item{border-color:#2f455d;background:#1a2b3f}.priority-main{display:flex;align-items:flex-start;gap:12px;min-width:0}.priority-content{min-width:0}.priority-dot{width:9px;height:9px;border-radius:50%;margin-top:6px;flex-shrink:0}.priority-dot.high{background:#f04f61}.priority-dot.medium{background:#f4a11a}.priority-dot.low{background:#3b82f6}.priority-title{font-size:16px;font-weight:600;color:#2f4358;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[data-theme=dark] .priority-title{color:#dbe7f4}.priority-meta{margin-top:5px;display:flex;align-items:center;gap:10px}.priority-level{font-size:12px;letter-spacing:.06em;color:#7f96ad;font-weight:700;text-transform:uppercase}.priority-time{display:inline-flex;align-items:center;gap:4px;color:#7b8ea6;font-size:12px;font-weight:600}.priority-time svg{width:12px;height:12px}.priority-check{border-radius:6px;border:1.6px solid #9cb0c3;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}.hearing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.hearing-item{display:flex;align-items:center;gap:12px;border-radius:14px;border:1px solid #d8e2ec;background:#f7fafd;padding:16px;color:inherit;text-decoration:none;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.hearing-item:hover{border-color:#bfd0e0;box-shadow:0 10px 18px rgba(67,89,112,.08)}html[data-theme=dark] .hearing-item{border-color:#2f455d;background:#1a2b3f}.hearing-timebox{border-radius:12px;border:1px solid #b9c8d8;background:#e7eef5;text-align:center;padding:6px 4px;flex-shrink:0}.hearing-time{font-size:14px;font-weight:700;color:#4f667e}.hearing-day{margin-top:2px;font-size:10px;font-weight:700;color:#738aa3}.hearing-content{min-width:0;flex:1 1 auto}.hearing-title{font-size:16px;font-weight:700;color:#2f4358}.hearing-meta,.hearing-title{line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hearing-meta{margin-top:5px;font-size:12px;color:#6f849b}.hearing-arrow{color:#acbac9;flex-shrink:0}.auth-shell{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px 16px;background:linear-gradient(135deg,#cfd8dc,#eceff1 50%,#b0bec5)}.auth-modern{width:min(760px,100%);display:grid;justify-items:center;grid-gap:18px;gap:18px;margin-top:24px;color:#344b63}.auth-figma{position:relative;min-height:calc(100vh - 40px);width:100%;display:grid;place-items:center;overflow:hidden;padding:16px}.auth-figma-bg{position:absolute;width:min(480px,46vw);aspect-ratio:1/1;border-radius:999px;filter:blur(120px);pointer-events:none}.auth-figma-bg-top{left:-10%;top:-14%;background:rgba(94,128,155,.2)}.auth-figma-bg-bottom{right:-10%;bottom:-14%;background:rgba(57,88,117,.14)}.auth-figma-card{position:relative;z-index:2;width:min(448px,calc(100vw - 24px));min-height:833px;border-radius:36px;border:1px solid hsla(0,0%,100%,.45);background:hsla(0,0%,100%,.6);box-shadow:0 8px 32px rgba(84,110,122,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:40px 0;display:grid;justify-items:center;align-content:start;grid-gap:0;gap:0}.auth-modern-logo-wrap{display:grid;place-items:center;margin-bottom:32px}.auth-modern-logo{width:128px;height:128px;border-radius:18px;border:1px solid rgba(206,218,231,.9);background:rgba(201,214,227,.46);box-shadow:0 8px 20px rgba(58,77,99,.1);overflow:hidden}.auth-modern-logo img{width:100%;height:100%;object-fit:cover}.auth-modern-brand{width:220px;min-height:60px;display:grid;align-content:start;justify-items:center;grid-gap:4px;gap:4px;margin-bottom:32px}.auth-modern-title{font-size:24px;letter-spacing:-.01em;color:#546e7a;line-height:1.1}.auth-modern-subtitle,.auth-modern-title{text-align:center;margin-top:0;max-width:100%}.auth-modern-subtitle{color:#607d8b;font-size:14px;font-weight:500;line-height:1.2}.auth-modern-blocked{width:calc(100% - 80px);max-width:368px;border:1px solid rgba(239,68,68,.35);background:rgba(239,68,68,.12);border-radius:16px;padding:12px 14px;font-size:15px;font-weight:600;color:#a51f1f;text-align:left}.auth-modern-caption{margin-top:8px;font-size:11px;letter-spacing:.32em;color:#8399af;font-weight:700}.auth-modern-provider-list{width:min(360px,100%);margin-top:2px;display:grid;grid-gap:10px;gap:10px}.auth-provider{width:100%;border:1px solid #d7e1ec;background:#eef3f8;border-radius:24px;min-height:100px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer}.auth-provider-main{display:inline-flex;align-items:center;gap:14px;min-width:0}.auth-provider-icon{width:56px;height:56px;border-radius:999px;border:1px solid #cfd9e5;background:#f8fbff;display:grid;place-items:center;flex-shrink:0}.auth-provider-icon svg{width:28px;height:28px}.auth-provider-icon.google{color:#2f7df6}.auth-provider-icon.yandex{color:#eb2222}.auth-provider-icon.yandex span{font-size:40px;font-weight:700;line-height:1;transform:translateY(-1px)}.auth-provider-icon.telegram{color:#0f80d4}.auth-provider-title{font-size:clamp(18px,1.6vw,26px);font-weight:700;color:#334a63;text-align:left}.auth-provider-arrow{font-size:26px;color:#88a0b6;line-height:1;transform:translateY(-2px)}.auth-modern-help{margin-top:22px;font-size:16px;color:#546e7a;font-weight:700;text-decoration:none;text-align:center}.auth-modern-auth-box{width:calc(100% - 80px);max-width:368px;min-height:419px;display:grid;align-content:start;grid-gap:20px;gap:20px}.auth-modern-security-block{width:100%;margin-top:32px;padding:33px 40px 0;display:grid;justify-items:center;grid-gap:16px;gap:16px}.auth-modern-security{margin-top:0;width:100%;max-width:368px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid #dce5ef;background:#e6edf5;padding:11px 22px;color:#546e7a;font-size:12px;letter-spacing:.22em;font-weight:700;text-transform:uppercase}.auth-modern-security .lucide,.auth-modern-security svg{width:15px;height:15px;color:#17af73}.auth-modern-legal{margin-top:0;max-width:368px;text-align:center;color:#5a728a;font-size:14px;line-height:1.4}.auth-modern-divider{width:100%;position:relative;display:grid;place-items:center;margin-top:0;margin-bottom:0}.auth-modern-divider:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);border-top:1px solid #dbe4ef}.auth-modern-divider span{position:relative;z-index:1;background:rgba(244,248,252,.95);padding:0 16px;font-size:12px;text-transform:uppercase;letter-spacing:.22em;color:#90a4ae;font-weight:700}.auth-modern-social-grid{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:0}.auth-modern-social-button{width:68px;height:68px;border-radius:18px;border:1px solid hsla(0,0%,100%,.45);background:#fff;box-shadow:0 8px 18px rgba(84,110,122,.12);display:grid;place-items:center;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.auth-modern-social-button:hover{transform:translateY(-1px);box-shadow:0 12px 20px rgba(41,61,82,.13)}.auth-modern-social-button:active{transform:translateY(0)}.auth-modern-social-button img{width:28px;height:28px;object-fit:contain}.auth-modern-form{width:100%;display:grid;grid-gap:20px;gap:20px;margin-top:0}.auth-modern-field-group{display:grid;grid-gap:8px;gap:8px}.auth-modern-field-label{margin-left:6px;color:#8ea1b7;font-size:10px;letter-spacing:.14em;font-weight:700}.auth-modern-field-wrap{position:relative}.auth-modern-field-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#8ca1b7}.auth-modern-field{width:100%;height:52px;border-radius:18px;border:1px solid #d3dee9;background:hsla(0,0%,100%,.72);color:#2f3f4f;padding:0 16px 0 50px;font-size:16px;font-weight:600}.auth-modern-field:disabled{opacity:1;color:#2f3f4f;-webkit-text-fill-color:#2f3f4f;background:hsla(0,0%,100%,.72)}.auth-modern-field:disabled::placeholder{color:#96a9bd;-webkit-text-fill-color:#96a9bd}.auth-modern-row{margin-top:0;margin-bottom:0;display:flex;align-items:center;justify-content:space-between}.auth-modern-checkbox{display:inline-flex;align-items:center;gap:8px;color:#5e7590;font-size:13px;font-weight:500}.auth-modern-checkbox input{width:14px;height:14px}.auth-modern-link-button{border:0;background:transparent;color:#546e7a;font-size:13px;font-weight:700}.auth-modern-submit{height:56px;border-radius:20px;border:0;background:#546e7a;color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 10px 18px rgba(84,110,122,.24)}.auth-modern-submit .lucide,.auth-modern-submit svg{width:24px;height:24px}.auth-modern-link-button:disabled,.auth-modern-submit:disabled{opacity:1;cursor:not-allowed}@media (max-width:720px){.auth-shell{padding:12px}.auth-figma{min-height:calc(100vh - 24px);padding:0}.auth-figma-card{width:min(448px,calc(100vw - 16px));min-height:auto;padding:28px 0 30px;border-radius:20px}.auth-modern-logo{width:108px;height:108px}.auth-modern-title{font-size:24px}.auth-modern-subtitle{font-size:14px;max-width:100%}.auth-modern-auth-box{width:calc(100% - 32px);max-width:368px}.auth-modern-form{width:100%}.auth-modern-field{font-size:16px;height:52px;padding-left:48px}.auth-modern-field-icon{width:18px;height:18px;left:15px}.auth-modern-field-label{font-size:10px}.auth-modern-submit{height:56px;font-size:18px}.auth-modern-help{font-size:15px}.auth-modern-divider span{font-size:13px;letter-spacing:.2em}.auth-modern-social-button{width:56px;height:56px;border-radius:14px}.auth-modern-social-button img{width:24px;height:24px}.auth-modern-security{font-size:11px;padding:10px 16px}.auth-modern-security-block{padding-left:16px;padding-right:16px}.auth-modern-legal{font-size:14px;max-width:100%}}@media (max-width:1240px){.brand-title{font-size:22px}.nav-text{font-size:13px}.metric-value{font-size:30px}.metric-label{font-size:11px}.metric-delta{font-size:12px}.dashboard-section-head h3{font-size:22px}.dashboard-section-link{font-size:13px}.priority-title{font-size:14px}.priority-level{font-size:11px}.priority-time{font-size:12px}.hearing-title{font-size:14px}.hearing-meta{font-size:12px}.hearing-time{font-size:18px}.hearing-day{font-size:10px}}@media (max-width:1024px){.shell-topbar-divider,.shell-topbar-user,.sidebar-toggle-link{display:none}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hearing-grid,.priority-grid{grid-template-columns:1fr}}@media (max-width:720px){.metric-grid{grid-template-columns:1fr}.metric-card.metric-card-v2{min-height:94px}.metric-icon{width:44px;height:44px}.shell-topbar .icon-button{width:42px;height:42px}.shell-profile-link{width:44px;height:44px}.shell-search{height:48px}}.shell{--sidebar-width-expanded:298px;--sidebar-width-collapsed:96px}.sidebar{padding:18px 16px 12px}html[data-theme=dark] .sidebar{border-right-color:#2d4157;box-shadow:none}.sidebar:hover{box-shadow:none}.brand-mark{width:56px;height:56px;border-radius:16px}.nav-link{min-height:58px;border-radius:16px;padding:12px 14px}.nav-text{font-size:36px;font-size:clamp(12px,.85vw,14px);font-weight:600}.content{padding:14px 28px 20px}.shell-topbar{z-index:30;margin-bottom:18px;padding-top:14px;background:linear-gradient(180deg,rgba(231,237,244,.95),rgba(231,237,244,.92))}html[data-theme=dark] .shell-topbar{background:linear-gradient(180deg,rgba(16,26,38,.95),rgba(16,26,38,.9))}.shell-topbar-inner{border:none;border-radius:0;background:transparent;box-shadow:none}.shell-search-wrap{max-width:760px}.shell-search{border-radius:18px;height:54px}.shell-topbar .icon-button{border:none;background:transparent}.shell-topbar .icon-button:hover{background:#e8eff6}html[data-theme=dark] .shell-topbar .icon-button:hover{background:#203246}.app-page{max-width:100%;display:grid;grid-gap:24px;gap:24px;padding:28px 20px 80px;min-width:0}.input,.select{min-height:44px;border-radius:14px;border:1px solid #d2dce7;background:#f3f7fb;color:#2f4358;font-size:13px;font-weight:500}.input::placeholder{color:#95a7bc}.table{font-size:13px}.table th{font-size:12px;color:#8da0b7;text-transform:uppercase;letter-spacing:.06em}.table td{color:#2f4358}.pill{padding:5px 12px;font-size:11px;font-weight:700;letter-spacing:.04em}.card{border-radius:22px;border:1px solid #d8e2ec;box-shadow:0 10px 24px rgba(56,79,103,.07)}.card h3{font-size:18px}.tile-title{font-size:15px}.tile-sub{font-size:12px}.metric-value{font-size:clamp(30px,2vw,40px)}.metric-label{font-size:12px}.dashboard-section-head h3{font-size:clamp(22px,1.65vw,33px)}.settings-integrations-card,.settings-profile-card{background:#f4f8fc;border:1px solid #d8e2ec;border-radius:24px;padding:20px;box-shadow:0 10px 24px rgba(56,79,103,.07)}.settings-integrations-card{margin-top:16px}.settings-profile-head{display:flex;align-items:flex-start;gap:16px}.settings-avatar{width:120px;height:120px;border-radius:24px;border:5px solid #5f788a;color:#5f788a;font-size:48px;font-weight:700;display:grid;place-items:center;flex-shrink:0}.settings-profile-meta{display:grid;grid-gap:8px;gap:8px}.settings-profile-name{font-size:42px;font-size:clamp(28px,1.9vw,40px);line-height:1.05;font-weight:700;color:#2f4358}.settings-profile-email{font-size:13px;color:#6e85a0}.settings-form-grid{margin-top:14px;display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.settings-divider{margin-top:16px;border-top:1px solid #dde7f1}.settings-actions{margin-top:16px;display:flex;justify-content:flex-start}.settings-readonly{display:flex;align-items:center}.directory-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:16px}.directory-summary-card{border-radius:22px;border:1px solid #d8e2ec;background:#f4f8fc;min-height:130px;padding:16px}.directory-summary-link{display:block;color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.directory-summary-link:hover{transform:translateY(-2px);border-color:#b7c9da;box-shadow:0 16px 32px rgba(56,79,103,.12)}.directory-summary-icon{width:56px;height:56px;border-radius:14px;background:#eaf0f7;color:#7b90a7;display:grid;place-items:center}.directory-summary-icon svg{width:28px;height:28px}.directory-summary-icon[data-tone=blue]{color:#2f7df6;background:#e6eefc}.directory-summary-icon[data-tone=orange]{color:#f59e0b;background:#fff3dd}.directory-summary-icon[data-tone=green]{color:#10b981;background:#dff5ed}.directory-summary-title{margin-top:16px;font-size:20px;font-weight:700;color:#2f4358}.directory-summary-sub{margin-top:4px;font-size:14px;color:#7f91a8}.directory-summary-note{margin-top:10px;color:#637a93;font-size:13px;line-height:1.45}.directory-summary-cta{display:inline-flex;align-items:center;margin-top:14px;color:#56718d;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}html[data-theme=dark] .directory-summary-card{border-color:#31475d;background:#162438}html[data-theme=dark] .directory-summary-link:hover{border-color:#45627e;box-shadow:0 18px 34px rgba(2,6,23,.28)}html[data-theme=dark] .directory-summary-title{color:#e2edf8}html[data-theme=dark] .directory-summary-cta,html[data-theme=dark] .directory-summary-note,html[data-theme=dark] .directory-summary-sub{color:#9fb4ca}.directories-list-card{border-radius:24px;border:1px solid #d8e2ec;background:#f4f8fc;overflow:hidden}.directories-list-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:18px 20px}.directories-list-head h3{margin:0}.directories-list-toolbar{display:flex;align-items:center;gap:10px}.directories-search{min-width:320px;height:44px;border-radius:14px;border:1px solid #d5dfea;background:#eef3f8;display:inline-flex;align-items:center;gap:8px;padding:0 12px}.directories-search svg{width:18px;height:18px;color:#8aa0b8}.directories-search input{width:100%;border:none;background:transparent;font-size:14px;color:#2f4358}.directories-search input:focus{outline:none}.directories-list{list-style:none;margin:0;padding:0 0 6px}.directories-list-item{display:flex;align-items:center;gap:12px;padding:14px 20px;border-top:1px solid #e2eaf3}.directories-list-item:hover{background:#eef4f9}.directories-list-edit{margin-left:auto;order:4;border:none;background:transparent;color:#9aaec2;letter-spacing:.1em;cursor:pointer}.directories-list-avatar{width:44px;height:44px;border-radius:50%;background:#e6edf5;color:#7f93aa;display:grid;place-items:center;font-weight:700;flex-shrink:0}.directories-list-main{min-width:0}.directories-list-name{font-size:16px;font-weight:700;color:#2f4358}.directories-list-meta{margin-top:2px;font-size:13px;color:#7e90a6}.directories-list-right{margin-left:auto;display:flex;align-items:center;gap:10px}.directories-list-count{color:#9cb0c5;font-weight:700}.directories-list-link{color:#a7bbce;font-size:24px;line-height:1}.directories-list-footer{padding:14px 20px 18px;text-align:center;color:#6f839b;font-weight:700}.archive-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:16px}.archive-overview-card{border-radius:22px;border:1px solid #d8e2ec;background:#f4f8fc;min-height:118px;padding:16px;display:flex;align-items:center;gap:14px}.archive-overview-icon{width:56px;height:56px;border-radius:14px;border:1px solid #d6e0eb;background:#ecf2f8;color:#6f87a0;display:grid;place-items:center}.archive-overview-icon svg{width:28px;height:28px}.archive-overview-main{display:grid;grid-gap:3px;gap:3px}.archive-overview-title{font-size:20px;font-weight:700;color:#2f4358}.archive-overview-sub{font-size:14px;color:#8092a8}.archive-overview-arrow{margin-left:auto;color:#9cb0c5;font-size:28px}.archive-empty-pane{border-radius:22px;border:1px solid #d8e2ec;background:#f4f8fc;min-height:490px;display:grid;justify-items:center;align-content:center;grid-gap:12px;gap:12px;text-align:center}.archive-empty-icon{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;background:#ebf1f7;color:#b1c2d2}.archive-empty-icon svg{width:48px;height:48px}.archive-empty-pane h3{font-size:clamp(24px,1.8vw,34px);color:#2f4358}.archive-empty-pane p{font-size:14px;color:#6e849d;line-height:1.45}.archive-empty-search{margin-top:8px;width:min(580px,92%);min-height:56px;border-radius:18px;border:1px solid #cfdbe8;background:#f8fbff;display:flex;align-items:center;gap:8px;padding:0 14px}.archive-empty-search svg{width:20px;height:20px;color:#8aa0b8}.archive-empty-search input{width:100%;border:none;background:transparent;font-size:15px;color:#2f4358}.archive-empty-search input:focus{outline:none}.audit-filters-card{display:none}@media (max-width:1200px){.archive-overview-grid,.directory-summary-grid,.settings-form-grid{grid-template-columns:1fr}.directories-list-head{flex-direction:column;align-items:flex-start}.directories-list-toolbar{width:100%;flex-wrap:wrap}.directories-search{min-width:0;width:100%}}@media (max-width:1024px){.content{margin-left:0;padding:14px 14px 20px}.shell-topbar{padding-top:10px}}.shell{--sidebar-width-expanded:260px;--sidebar-width-collapsed:84px;--shell-offset:0;height:100dvh;overflow:hidden}.sidebar{top:0;left:0;bottom:0;border-radius:0;border:none;border-right:1px solid #d8e2ec;background:#f3f7fb;box-shadow:none;padding:0 16px 16px;gap:0}.brand{height:90px;padding:16px 0;gap:12px}.brand-mark{width:44px;height:44px;border-radius:14px}.brand-mark svg{width:20px;height:20px}.brand-title{font-size:18px;letter-spacing:0}.brand-subtitle{display:block;font-size:11px;color:#8298ae}.nav{margin-top:24px;gap:8px;align-items:center}.nav-link{width:227px;height:48px;min-height:48px;border-radius:14px;padding:0 16px;gap:12px}.nav-icon,.nav-icon svg{width:20px;height:20px}.nav-text{font-size:15px;font-weight:400;max-width:160px}.sidebar-footer{margin-top:auto;padding:16px 0 0;justify-content:center}.sidebar-toggle-link{width:227px;height:48px;min-height:48px;justify-content:center;padding:0}.sidebar-toggle-link .nav-icon{width:20px;height:20px}.sidebar-toggle-link .nav-text{display:none}.shell.sidebar-collapsed .nav-link{width:48px;justify-content:center;padding:0}.shell.sidebar-collapsed .sidebar-toggle-link{width:48px}.content{margin-left:var(--sidebar-active-width);height:100dvh;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable;padding:16px 32px 24px}.shell-topbar{position:-webkit-sticky;position:sticky;left:auto;right:auto;top:0;margin:0;padding-top:0;padding-inline:0;background:transparent;max-width:none;width:100%;z-index:50}.shell-topbar-inner{height:56px;padding:0}.shell-topbar-left{gap:0}.shell-search-wrap{max-width:720px}.shell-search{height:40px;border-radius:14px;padding:0 14px}.shell-search svg{width:20px;height:20px}.shell-topbar-actions{gap:0;margin-left:auto;justify-content:flex-end}.shell-topbar-action-icons{display:flex;align-items:center;gap:18px}.shell-topbar .icon-button{width:40px;height:40px;border-radius:12px}.shell-topbar .icon-button svg{width:20px;height:20px}.shell-topbar-user-block{height:40px;margin-left:24px;padding-left:24px;border-left:1px solid #d2dce8;display:flex;align-items:center;gap:12px}.shell-topbar-user{text-align:left}.shell-profile-link{width:40px;height:40px;border-radius:12px}.shell-profile-link svg{width:20px;height:20px}@media (max-width:1024px){.shell{height:100dvh}.content{margin-left:0;padding:10px 14px 20px}.shell-topbar{top:0}}.dashboard{max-width:100%;padding:0}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.metric-card.metric-card-v2{grid-template-columns:40px 1fr auto;gap:16px;min-height:74px;height:74px;padding:0 16px;border-radius:16px}.metric-icon{width:40px;height:40px;border-radius:10px}.metric-icon svg{width:20px;height:20px}.metric-main{gap:2px}.metric-card.metric-card-v2 .metric-label{font-size:10px;font-weight:700;letter-spacing:.08em}.metric-card.metric-card-v2 .metric-value{font-size:18px;line-height:1.1;font-weight:700}.metric-delta{padding:3px 8px;font-size:11px}.dash-stack{gap:24px}.dashboard-tasks-section{min-height:264px;padding:25px}.dashboard-hearings-section{min-height:195px;padding:25px}.dashboard-deals-section{min-height:208px;padding:25px}.dashboard-section-head{margin-bottom:24px}.dashboard-deals-list{display:grid;grid-gap:12px;gap:12px}.dashboard-deal-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:16px;border:1px solid rgba(148,163,184,.18);background:rgba(248,250,252,.72);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.dashboard-deal-item:hover{transform:translateY(-1px);border-color:rgba(59,130,246,.28);box-shadow:0 16px 32px rgba(15,23,42,.08)}.dashboard-deal-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.dashboard-deal-title{font-size:14px;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-deal-meta{font-size:12px;color:var(--muted)}.dashboard-deal-pill{flex-shrink:0;padding:6px 10px;border-radius:999px;background:rgba(14,165,233,.12);color:#0f5f86;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.priority-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,500px));justify-content:flex-start}.priority-item{min-height:73px;padding:0 16px;border-radius:14px;width:min(100%,500px);justify-self:stretch}.priority-main{align-items:center;gap:16px}.priority-dot{width:8px;height:8px;margin-top:0}.priority-content{min-height:39px;display:grid;align-content:center;grid-gap:4px;gap:4px}.priority-title{font-size:14px}.priority-meta{margin-top:0}.priority-check{width:20px;height:20px}.hearing-grid{gap:16px}.hearing-item{min-height:98px;padding:0 16px}.hearing-timebox{width:58px;height:58px;padding:0;display:grid;place-items:center;align-content:center}.hearing-content{min-height:59px;display:grid;align-content:center}.hearing-title{font-size:14px}.hearing-arrow{width:16px;height:16px}.courts-dashboard-page,.tasks-page{min-width:0;overflow-x:clip}.courts-dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.courts-dashboard-head-copy h1{margin:0;color:#2b3f53;font-size:clamp(38px,3vw,54px);line-height:1;letter-spacing:-.02em;font-family:var(--font-body),"Manrope",system-ui,sans-serif;font-weight:700}.courts-dashboard-head-copy p{margin:6px 0 0;color:#6e87a2;font-size:18px;font-weight:500}.courts-dashboard-head-actions{display:flex;align-items:center;gap:12px}.courts-dashboard-button{height:56px;border-radius:17px;border:1px solid #d3deea;background:#f7fbff;color:#2f4358;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;font-size:16px;font-weight:700;white-space:nowrap}.courts-dashboard-button.small{height:40px;border-radius:12px;padding:0 14px;font-size:14px}.courts-dashboard-button.ghost{background:#f7fbff}.courts-dashboard-button.primary{border-color:#5f788a;background:#5f788a;color:#fff;box-shadow:0 10px 20px rgba(48,67,86,.22)}.courts-dashboard-tabs{display:flex;align-items:center;gap:32px;border-bottom:1px solid #d5e2ee;min-height:58px;overflow-x:auto;scrollbar-width:thin}.courts-dashboard-tab{position:relative;padding:0 0 18px;color:#8ca1b7;font-size:16px;font-weight:700;white-space:nowrap;flex:0 0 auto}.courts-dashboard-tab.active{color:#3f5f7a}.courts-dashboard-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:999px;background:#5f788a}.courts-dashboard-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.courts-dashboard-inline-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.courts-dashboard-chip{height:40px;border-radius:999px;border:1px solid #ccd9e6;background:#ecf3fa;color:#5d7894;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;font-size:14px;font-weight:700}.courts-dashboard-inline-count{color:#7b92ab;font-size:15px;font-weight:700}.courts-dashboard-metric-card{min-height:116px;border-radius:22px;border:1px solid #d8e3ee;background:#f8fbff;box-shadow:0 10px 24px rgba(56,79,103,.07);padding:20px 22px;display:flex;align-items:flex-start;gap:16px}.courts-dashboard-metric-icon{width:60px;height:60px;border-radius:18px;border:1px solid #dce7f2;background:#e9f0f7;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.courts-dashboard-metric-icon.blue{color:#2f71df}.courts-dashboard-metric-icon.orange{color:#f08f0a}.courts-dashboard-metric-icon.green{color:#10b877}.courts-dashboard-metric-card p{margin:0;color:#6f88a2;text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:800}.courts-dashboard-metric-copy{display:grid;grid-gap:6px;gap:6px}.courts-dashboard-metric-card strong{display:block;color:#2f4358;font-size:34px;line-height:1;font-weight:700}.courts-dashboard-metric-copy span{color:#8ea2b8;font-size:13px;font-weight:600}.courts-dashboard-empty,.courts-dashboard-error,.courts-dashboard-note{border-radius:22px;border:1px solid #d8e3ee;background:#f4f8fc;color:#607c98;padding:24px;font-size:18px;font-weight:600}.courts-dashboard-note{color:#2f6b9d;border-color:#bfdbf4;background:#eaf4ff}.courts-dashboard-error{color:#9a3948;border-color:#efc3cb;background:#fff1f4}.courts-dashboard-empty h3{margin:0;color:#2f4358;font-size:24px}.courts-dashboard-empty p{margin:8px 0 18px;color:#7089a4;font-size:16px}.courts-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.courts-case-card{border-radius:22px;border:1px solid #d8e3ee;background:#f8fbff;box-shadow:0 10px 24px rgba(56,79,103,.07);padding:22px 24px;display:grid;grid-gap:14px;gap:14px}.courts-case-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.courts-case-heading{min-width:0;display:grid;grid-gap:6px;gap:6px}.courts-case-number-row{display:inline-flex;align-items:center;gap:10px;min-width:0}.courts-case-number{color:#2d4258;font-size:clamp(28px,2vw,34px);line-height:1.05;font-weight:700;letter-spacing:-.02em}.courts-case-open{width:24px;height:24px;color:#90a5bc;flex:0 0 auto}.courts-case-open,.courts-case-status{display:inline-flex;align-items:center;justify-content:center}.courts-case-status{min-height:34px;border-radius:999px;border:1px solid #d8e2ee;background:#e8eef6;color:#6a83a0;padding:0 12px;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:800;white-space:nowrap}.courts-case-status.blue,.courts-case-status.indigo{border-color:#d4dff0;background:#e3eaf5;color:#2f71df}.courts-case-status.green{border-color:#cde7dd;background:#deefe7;color:#10b877}.courts-case-subtitle{margin:0;color:#6a84a0;font-size:14px;font-weight:600}.courts-case-meta{display:grid;grid-gap:12px;gap:12px;padding:16px 0;border-top:1px solid #e3ebf3;border-bottom:1px solid #e3ebf3}.courts-case-meta-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.courts-case-meta-row span{color:#8fa3ba;font-size:13px;font-weight:600}.courts-case-meta-row strong{color:#2f4358;font-size:14px;font-weight:700;text-align:right;display:inline-flex;align-items:center;gap:8px;line-height:1.35}.courts-case-meta-value{display:grid;justify-items:end;grid-gap:2px;gap:2px}.courts-case-meta-value span{color:#7f96ad;font-size:12px;font-weight:600;line-height:1.3;text-align:right}.courts-case-meta-row strong svg{color:#7f96ad}.courts-case-progress-block{display:grid;grid-gap:8px;gap:8px}.courts-case-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.courts-case-progress-head span,.courts-case-progress-head strong{color:#8ca2ba;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:800}.courts-case-progress{height:10px;border-radius:999px;background:#dce5ee;overflow:hidden}.courts-case-progress>span{display:block;height:100%;border-radius:inherit;background:#5f788a}.courts-case-warning{min-height:44px;border-radius:16px;border:1px solid #f1ca72;background:#fbf5e5;color:#c45d00;padding:10px 14px;display:inline-flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:700;line-height:1.4}.courts-case-warning svg{flex:0 0 auto}.courts-case-actions{display:flex;flex-wrap:wrap;gap:8px}html[data-theme=dark] .courts-dashboard-head-copy h1{color:#deebf8}html[data-theme=dark] .courts-case-meta-row span,html[data-theme=dark] .courts-case-progress-head span,html[data-theme=dark] .courts-case-progress-head strong,html[data-theme=dark] .courts-case-subtitle,html[data-theme=dark] .courts-dashboard-empty p,html[data-theme=dark] .courts-dashboard-head-copy p,html[data-theme=dark] .courts-dashboard-metric-card p,html[data-theme=dark] .courts-dashboard-metric-copy span,html[data-theme=dark] .courts-dashboard-tab{color:#9eb4ca}html[data-theme=dark] .courts-case-card,html[data-theme=dark] .courts-dashboard-button,html[data-theme=dark] .courts-dashboard-chip,html[data-theme=dark] .courts-dashboard-empty,html[data-theme=dark] .courts-dashboard-metric-card{border-color:#31475d;background:#162438;color:#c9d8e8}html[data-theme=dark] .courts-dashboard-inline-count{color:#9fb4ca}html[data-theme=dark] .courts-dashboard-button.primary{border-color:#5f788a;background:#5f788a;color:#fff}html[data-theme=dark] .courts-dashboard-tabs{border-bottom-color:#31475d}html[data-theme=dark] .courts-dashboard-tab.active{color:#c5d6e8}html[data-theme=dark] .courts-dashboard-tab.active:after{background:#90a9bf}html[data-theme=dark] .courts-dashboard-metric-icon{border-color:#3a5168;background:#1d2f45}html[data-theme=dark] .courts-case-meta-row strong,html[data-theme=dark] .courts-case-number,html[data-theme=dark] .courts-dashboard-empty h3,html[data-theme=dark] .courts-dashboard-metric-card strong{color:#e1ecf8}html[data-theme=dark] .courts-case-meta-value span{color:#a5b8cc}html[data-theme=dark] .courts-case-meta-row strong svg,html[data-theme=dark] .courts-case-open{color:#9bb1c8}html[data-theme=dark] .courts-case-meta{border-color:#31475d}html[data-theme=dark] .courts-case-status.blue,html[data-theme=dark] .courts-case-status.indigo{border-color:#355170;background:#203853;color:#93bbf8}html[data-theme=dark] .courts-case-status.green{border-color:#2c6452;background:#1d4236;color:#7fe6bf}html[data-theme=dark] .courts-case-progress{background:#31475d}html[data-theme=dark] .courts-dashboard-error{border-color:#6b2c3a;background:#3a1f29;color:#f0b7c2}html[data-theme=dark] .courts-dashboard-note{border-color:#365b7d;background:#1f3145;color:#9bc6ef}html[data-theme=dark] .courts-case-warning{border-color:#7f6531;background:#3f3523;color:#efc26e}@media (max-width:1200px){.courts-dashboard-grid,.courts-dashboard-metrics{grid-template-columns:1fr}}@media (max-width:900px){.app-page{padding-left:24px;padding-right:24px}.page-header{flex-direction:column;align-items:stretch}.page-header-actions,.page-header-main{width:100%}.page-header-actions>.button,.page-header-actions>a.button{flex:1 1 220px;justify-content:center}.courts-dashboard-head{flex-direction:column;align-items:stretch}.courts-dashboard-button,.courts-dashboard-head-actions{width:100%}.courts-dashboard-head-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.courts-dashboard-head-actions{grid-template-columns:1fr}.courts-dashboard-tab{font-size:16px;padding-bottom:14px}.courts-dashboard-metric-card{min-height:108px;border-radius:20px;padding:16px}.courts-dashboard-metric-card p{font-size:14px}.courts-dashboard-metric-card strong{font-size:34px}.courts-case-card{padding:18px;border-radius:20px}.courts-case-status{min-height:34px;font-size:12px;padding:0 12px}}.tasks-head-row{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px}.tasks-page-title{margin:0;font-size:clamp(34px,3vw,52px);line-height:1;letter-spacing:-.02em;color:#2c3f53;font-family:var(--font-body),"Manrope",system-ui,sans-serif;font-weight:700}.tasks-head-actions{display:flex;align-items:center;gap:12px}.tasks-action-button{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:14px;font-size:16px;font-weight:700;border:1px solid #d7e2ec;color:#2e4257;background:#fff;box-shadow:0 10px 18px rgba(56,79,103,.08)}.tasks-action-button svg{width:18px;height:18px}.tasks-action-button.ghost{background:#fff;color:#2e4257}.tasks-action-button.primary{border-color:#5f788a;background:#5f788a;color:#fff}.tasks-action-button:hover{transform:translateY(-1px)}.tasks-filters-panel{margin-top:16px;display:grid;grid-template-columns:minmax(260px,1fr) 220px auto;grid-gap:12px;gap:12px;align-items:center;padding:14px;border-radius:16px;border:1px solid #d7e2ec;background:#f4f8fc}.tasks-filters-panel .input,.tasks-filters-panel .select{min-width:0}.tasks-segmented{margin-top:24px;display:flex;align-items:center;flex-wrap:wrap;gap:16px}.tasks-segment{height:34px;padding:0 20px;border-radius:11px;border:1px solid #d5dfea;background:#f8fbff;color:#617b97;font-size:16px;font-weight:700}.tasks-segment.active{background:#5f788a;border-color:#5f788a;color:#fff}.tasks-table-card{margin-top:24px;border-radius:22px;border:1px solid #d7e2ec;background:#f4f8fc;box-shadow:0 12px 24px rgba(56,79,103,.07);padding:0;overflow:hidden}.tasks-table-card .table-wrapper{margin:0;border:none;border-radius:0;background:transparent}.tasks-table thead th{padding:20px 24px;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:#8ca0b8;font-weight:700}.tasks-table tbody td{padding:18px 24px;border-top:1px solid #dce5ee;vertical-align:middle;color:#2f4358;font-size:14px}.tasks-title-wrap{display:grid;grid-gap:4px;gap:4px}.tasks-title{font-weight:700;font-size:16px;line-height:1.2;color:#2b3f54}.tasks-subtitle{color:#7d92aa;font-size:13px;font-weight:600}.tasks-date-cell{display:inline-flex;align-items:center;gap:6px}.tasks-date-cell svg{color:#8ba0b7}.tasks-actions-cell{width:1%;white-space:nowrap}.tasks-row-action{width:30px;height:30px;border-radius:10px;border:1px solid #d6e0eb;background:#fff;color:#7f95ac;display:inline-flex;align-items:center;justify-content:center}.tasks-pagination-row{margin-top:24px;padding:0 24px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.tasks-pagination-summary{color:#7d92aa;font-size:15px;font-weight:600}.tasks-pagination-controls{display:flex;align-items:center;gap:8px}.tasks-page-button{height:30px;min-width:30px;padding:0 12px;border-radius:10px;border:1px solid #d4deea;background:#fff;color:#55708a;font-size:15px;font-weight:700}.tasks-page-button.active{border-color:#5f788a;background:#5f788a;color:#fff}.tasks-page-button:disabled{opacity:.45;cursor:not-allowed}html[data-theme=dark] .tasks-page-title{color:#dce6f3}html[data-theme=dark] .tasks-action-button,html[data-theme=dark] .tasks-page-button,html[data-theme=dark] .tasks-row-action,html[data-theme=dark] .tasks-segment{border-color:#34495f;background:#1a2a3e;color:#c8d7e8}html[data-theme=dark] .tasks-action-button.primary,html[data-theme=dark] .tasks-page-button.active,html[data-theme=dark] .tasks-segment.active{background:#5f788a;border-color:#5f788a;color:#fff}html[data-theme=dark] .tasks-filters-panel,html[data-theme=dark] .tasks-table-card{border-color:#31475d;background:#162438}html[data-theme=dark] .tasks-table tbody td{border-top-color:#2e4258;color:#d7e4f2}html[data-theme=dark] .tasks-title{color:#e4edf8}html[data-theme=dark] .tasks-pagination-summary,html[data-theme=dark] .tasks-subtitle{color:#9fb3ca}.task-new-page{max-width:100%;padding:24px 32px 80px}.create-page-shell{display:grid;align-content:start;grid-gap:0;gap:0}.create-page-single-column{margin-top:24px;width:min(100%,1040px)}.create-page-form-card{padding:34px 36px;display:grid;grid-gap:24px;gap:24px}.create-page-error{margin-top:24px;width:min(100%,1040px);border-radius:16px;border:1px solid #f1c7d1;background:#fff3f6;color:#b9465f;padding:14px 18px;font-size:14px;font-weight:600}.task-new-top{min-height:56px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px}.task-new-close{width:42px;height:42px;border-radius:12px;border:1px solid #d4dfeb;background:#f8fbff;color:#8aa0b6;display:inline-flex;align-items:center;justify-content:center}.task-new-top-copy h1{margin:0;font-size:52px;line-height:1;letter-spacing:-.02em;color:#2d4156}.task-new-top-copy p{margin-top:4px;font-size:18px;font-weight:500;color:#6d86a0}.task-new-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.task-new-header-button{height:42px;border-radius:14px;border:1px solid #d4dfeb;background:#f8fbff;color:#5d7894;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:16px;font-weight:700}.task-new-header-button.primary{border-color:#5f788a;background:#5f788a;color:#fff;box-shadow:0 10px 22px rgba(48,67,86,.2)}.task-new-grid{margin-top:24px;display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);grid-gap:24px;gap:24px}.task-new-main-card,.task-new-side-card{border-radius:22px;border:1px solid #d7e2ec;background:#f4f8fc;box-shadow:0 12px 24px rgba(56,79,103,.07)}.task-new-main-card{padding:42px 40px 34px;display:grid;grid-gap:28px;gap:28px}.task-new-side{display:grid;align-content:start;grid-gap:24px;gap:24px}.task-new-side-card{padding:25px}.task-new-side-card h3{margin:0;font-size:24px;line-height:1.2;color:#8095ae;letter-spacing:.08em;text-transform:uppercase}.task-new-side-section{margin-top:24px}.task-new-field>span,.task-new-label{display:inline-block;font-size:12px;font-weight:700;color:#7e95ae;letter-spacing:.12em;text-transform:uppercase}.task-new-field{display:grid;grid-gap:10px;gap:10px}.task-new-due-input-wrap,.task-new-input,.task-new-link-field,.task-new-textarea-wrap{border-radius:16px;border:1px solid #d8e3ee;background:#f7fbff;color:#334a61}.task-new-date-input,.task-new-input{width:100%;height:56px;border:1px solid #d8e3ee;border-radius:16px;background:#f7fbff;color:#334a61;font-size:21px;line-height:1.2;font-weight:500;padding:0 20px}.task-new-date-input::placeholder,.task-new-input::placeholder,.task-new-textarea::placeholder{color:#9aaaba}.task-new-textarea-wrap{min-height:214px;padding:14px 16px;display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.task-new-textarea-wrap svg{margin-top:2px;color:#9ab0c7}.task-new-textarea{border:none;background:transparent;width:100%;min-height:180px;resize:vertical;color:#334a61;font-size:36px;font-weight:500;line-height:1.2}.task-new-date-input:focus,.task-new-input:focus,.task-new-textarea:focus{outline:none}.task-new-bottom-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:flex-end}.task-new-priority-options{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.task-new-priority{min-width:120px;height:56px;border-radius:16px;border:1px solid #d8e3ee;background:#f7fbff;color:#2f4358;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700;text-transform:uppercase}.task-new-priority.active{border-color:#5f788a;box-shadow:inset 0 0 0 1px #5f788a}.task-new-dot{width:8px;height:8px;border-radius:999px;display:inline-block}.task-new-dot.low{background:#3b82f6}.task-new-dot.medium{background:#f59e0b}.task-new-dot.high{background:#f43f5e}.task-new-due-input-wrap{margin-top:10px;height:56px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;padding:0 14px}.task-new-due-input-wrap svg{color:#89a2bb}.task-new-date-input{border:none;border-radius:0;padding:0;height:32px;font-size:32px;font-weight:600;background:transparent}.task-new-error{color:#ff3d73;font-size:14px;font-weight:700}.task-new-assignee-row{margin-top:10px;min-height:56px;border-radius:16px;border:1px solid #d8e3ee;background:#f7fbff;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:0 14px;color:#8ea2ba}.task-new-assignee-avatar{width:42px;height:42px;border-radius:999px;background:#e6eef6;color:#2f4358;font-size:20px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.task-new-assignee-meta{display:grid;grid-gap:2px;gap:2px}.task-new-assignee-meta strong{color:#2f4358;font-size:16px;line-height:1.2}.task-new-assignee-meta small{color:#6f88a3;font-size:14px;line-height:1.2}.task-new-link-row{margin-top:10px;display:flex;align-items:center;gap:8px}.task-new-link-field{flex:1 1;min-height:56px;padding:0 14px;display:inline-flex;align-items:center;gap:10px;color:#6d87a1;font-size:16px;font-weight:600;text-align:left}.task-new-clear-link{width:34px;height:34px;border-radius:10px;border:1px solid #d8e3ee;background:#f7fbff;color:#8fa3ba;font-size:20px;line-height:1}.task-new-tag-list{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.task-new-tag-chip{background:#edf3f9;padding:0 12px;color:#6c85a0;font-size:14px;font-weight:700}.task-new-tag-add,.task-new-tag-chip{height:30px;border-radius:999px;border:1px solid #d8e3ee;display:inline-flex;align-items:center}.task-new-tag-add{width:30px;background:#f7fbff;color:#90a5bb;justify-content:center}.task-new-automation-title{display:inline-flex;align-items:center;gap:10px}.task-new-automation-title svg{width:22px;height:22px;color:#5f788a}.task-new-automation-text{margin-top:14px;color:#7e95ae;font-size:15px;line-height:1.45}.task-new-automation-check{margin-top:14px;display:inline-flex;align-items:center;gap:10px;color:#4c6684;font-size:16px;font-weight:600}.task-new-automation-check input{width:18px;height:18px}.task-detail-page{max-width:100%;padding:24px 32px 80px}.task-detail-loading{border-radius:20px;border:1px solid #d7e2ec;background:#f4f8fc;padding:28px;color:#647d97;font-weight:600}