*{box-sizing:border-box;margin:0;padding:0}:focus-visible{outline-offset:2px;outline:2px solid #0ea5e999}html,body{height:100%}body{font-family:var(--font-body), "Manrope", system-ui, sans-serif;color:var(--ink);background:var(--page-bg);overscroll-behavior-y:none;min-height:100dvh;font-size:15px;position:relative;overflow:hidden auto}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:var(--color-surface-white-40)}body::-webkit-scrollbar-thumb{background:var(--color-graphite-22);border:3px solid var(--color-surface-white-50);border-radius:999px}body::-webkit-scrollbar-thumb:hover{background:var(--color-graphite-34)}.shell{--sidebar-width-expanded:296px;--sidebar-width-collapsed:104px;--shell-offset:20px;--sidebar-active-width:var(--sidebar-width-expanded);min-height:100dvh;position:relative}.shell.sidebar-collapsed{--sidebar-active-width:var(--sidebar-width-collapsed)}.sidebar{width:var(--sidebar-active-width);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%);top:var(--shell-offset);left:var(--shell-offset);bottom:var(--shell-offset);z-index:40;border-radius:22px;flex-direction:column;justify-content:flex-start;gap:18px;padding:18px 12px;transition:width .25s,box-shadow .25s,background .25s,transform .25s;display:flex;position:fixed;overflow:hidden}.brand{align-items:center;gap:12px;width:100%;padding:0 12px;display:flex}.brand-mark{background:var(--color-surface-slate-35);border:1px solid var(--color-black-06);width:52px;height:52px;box-shadow:inset 0 1px 0 var(--color-surface-white-75);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-mark img{object-fit:contain;border-radius:15px;width:100%;height:100%}.brand-text{opacity:1;gap:4px;transition:opacity .2s,transform .2s;display:grid;transform:translate(0)}.brand-title{font-family:var(--font-display), "Space Grotesk", system-ui, sans-serif;letter-spacing:0;font-size:18px;font-weight:650;line-height:1}.brand-subtitle{color:var(--muted);font-size:11px;line-height:1.1}.nav{flex-direction:column;flex:auto;gap:4px;min-height:0;display:flex}.nav-link{color:var(--ink);background:0 0;border:1px solid #0000;border-radius:12px;justify-content:flex-start;align-items:center;gap:10px;width:100%;min-height:44px;padding:8px 10px;transition:all .2s;display:flex}.nav-icon{color:#1d1d1f94;background:0 0;border:1px solid #0000;border-radius:10px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.nav-text{opacity:1;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:13px;line-height:1.2;transition:opacity .2s,transform .2s;overflow:hidden;transform:translate(0)}.sidebar-footer{opacity:1;gap:10px;margin-top:auto;font-size:13px;display:grid}.logout-link{opacity:.55;min-height:44px;margin-top:4px}.logout-link .nav-icon{background:0 0;border-color:#0000}.logout-link:hover{opacity:.9}.nav-link:active{transform:scale(.98)}.nav-link.active{background:var(--color-surface-chip);border-color:var(--color-border-default);font-weight:650}.nav-link.active .nav-icon{background:var(--color-surface-white-72);color:var(--accent);border-color:var(--color-black-06);box-shadow:none}.shell.sidebar-collapsed .nav-link.active{box-shadow:none;background:0 0;border-color:#0000}.content{margin-left:calc(var(--shell-offset) + var(--sidebar-active-width) + 18px);min-height:100dvh;padding:18px 28px 20px 0}.content.content-auth{margin-left:0;padding:0}.shell.sidebar-collapsed .brand{justify-content:center;gap:0;padding-inline:0}.shell.sidebar-collapsed .brand-text{opacity:0;width:0;overflow:hidden;transform:translate(-8px)}.shell.sidebar-collapsed .nav{align-items:center}.shell.sidebar-collapsed .nav-link{justify-content:center;gap:0;padding-inline:0}.shell.sidebar-collapsed .nav-text{opacity:0;width:0;max-width:0;transform:translate(-8px)}.shell.sidebar-collapsed .logout-link{justify-content:center;gap:0}.sidebar-backdrop{background:var(--color-shadow-navy-30);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;z-index:35;transition:opacity .2s;position:fixed;inset:0}.sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.sidebar-toggle-link{opacity:.72}.sidebar-toggle-link:hover{opacity:1}.shell-topbar{z-index:30;width:100%;max-width:1440px;margin:0 auto 18px;position:sticky;top:16px}.shell-topbar-inner{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%);border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;display:flex}.shell-topbar-left{flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.shell-menu-button{display:none}.shell-search-wrap{flex:auto;min-width:220px;position:relative}.shell-search{border:1px solid var(--glass-border);background:var(--color-surface-info);width:100%;box-shadow:none;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;display:flex}.shell-search svg{width:14px;height:14px;color:var(--muted);flex-shrink:0}.shell-search input{width:100%;color:var(--ink);background:0 0;border:none;font-size:13px;line-height:1.2}.shell-search input:focus{box-shadow:none;outline:none}.shell-search-popover{border:1px solid var(--glass-border);background:var(--glass-strong);width:min(580px,100vw - 48px);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%);border-radius:16px;gap:6px;max-height:min(440px,65vh);padding:10px;display:grid;position:absolute;top:calc(100% + 10px);left:0;overflow:auto}.shell-search-empty{color:var(--muted);padding:10px;font-size:13px}.shell-search-item{border:1px solid var(--glass-border);background:var(--color-surface-white-72);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;transition:border-color .2s,transform .2s;display:flex}.shell-search-item:hover{border-color:#1f6feb47;transform:translateY(-1px)}.shell-search-title{color:var(--ink);font-size:13px;font-weight:600}.shell-search-meta{color:var(--muted);font-size:11px}.shell-search-shortcut{color:var(--muted);background:var(--chip);border-radius:999px;padding:4px 8px;font-size:11px}.shell-topbar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.shell-profile-link{border:1px solid var(--glass-border);background:var(--chip);border-radius:12px;align-items:center;gap:8px;padding:4px 6px 4px 4px;display:inline-flex}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{letter-spacing:-.02em;font-size:36px}p{color:var(--muted)}.header{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.dash-header{justify-content:space-between;align-items:center;gap:28px;margin-bottom:28px;display:flex}.welcome{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.welcome-row{align-items:center;gap:14px;display:flex}.welcome .eyebrow{margin-bottom:0}.welcome-avatar{flex-shrink:0;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%;display:block}.dash-header p{max-width:520px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:600}.dash-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.search-pill{background:var(--color-surface-white-80);border:1px solid var(--color-surface-white-90);min-width:220px;box-shadow:0 12px 30px var(--color-shadow-navy-08);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;display:flex;position:relative}.search-icon{color:#0f172a80;font-size:13px}.search-pill .input{box-shadow:none;background:0 0;border:none;padding:6px 6px 6px 4px}.search-popover{background:var(--glass-strong);border:1px solid var(--glass-border);width:min(560px,92vw);box-shadow:var(--glass-shadow);z-index:60;-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%);border-radius:18px;padding:12px;position:absolute;top:calc(100% + 10px);right:0}.search-popover .list-item{background:var(--color-surface-white-62)}.avatar{background:var(--color-blue-650);width:38px;height:38px;color:var(--color-white);border-radius:12px;place-items:center;font-weight:600;display:grid}.avatar-photo{background:radial-gradient(circle at 30% 30%, var(--color-surface-white-60), #0ea5e9cc);box-shadow:0 10px 18px var(--color-shadow-navy-20);border:2px solid var(--color-surface-white-80)}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.metric-card{background:var(--color-surface-white-75);border:1px solid var(--color-surface-white-80);min-height:68px;box-shadow:0 20px 40px var(--color-shadow-navy-12);-webkit-backdrop-filter:blur(18px)saturate(180%);backdrop-filter:blur(18px)saturate(180%);border-radius:24px;padding:12px 14px;position:relative;overflow:hidden}.metric-label{letter-spacing:-.01em;color:var(--ink);font-size:14px;font-weight:600}.list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.list.compact{gap:10px}.list-item{border:1px solid var(--color-surface-white-55);background:var(--color-surface-white-72);border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.list-title{margin-bottom:4px;font-weight:600}.picker-list{max-height:360px;padding-right:6px;overflow:auto}.picker-item-shell{list-style:none}.picker-item{cursor:pointer;transition:transform .15s,box-shadow .15s}.picker-item-button{text-align:left;width:100%;color:inherit;font:inherit;border:none}.picker-item:hover{box-shadow:0 16px 28px var(--color-shadow-navy-16);transform:translateY(-1px)}.picker-meta{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:420px;font-size:12px;overflow:hidden}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.section{margin-top:36px}.split{grid-template-columns:280px 1fr;gap:20px;display:grid}.stepper{gap:12px;display:grid}.step{border:1px solid var(--glass-border);background:var(--glass-strong);-webkit-backdrop-filter:blur(var(--blur));backdrop-filter:blur(var(--blur));border-radius:14px;padding:12px 14px;font-weight:600}.step.active{background:var(--color-sky-500-18);border-color:var(--color-sky-500-40)}.step small{color:var(--muted);margin-top:6px;font-weight:400;display:block}.muted{color:var(--muted)}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0;display:flex}.toolbar-between{justify-content:space-between}.button-group{align-items:center;gap:10px;display:flex}.filters{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:flex-end;gap:12px;margin:16px 0;display:grid}.chips{flex-wrap:wrap;gap:8px;margin:8px 0 12px;display:flex}.chip{border:1px solid var(--glass-border);background:var(--chip);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:13px;transition:all .2s}.chip:hover{background:var(--color-surface-white-80)}.chip.active{background:var(--color-sky-500-18);border-color:var(--color-sky-500-40);color:var(--ink);box-shadow:0 8px 18px var(--color-sky-500-20)}.chip:active{transform:scale(.97)}.pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.pagination-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pill{background:var(--chip);border:none;border-radius:999px;padding:8px 14px;font-size:14px}.now-pill{white-space:nowrap}.pill[data-tone=neutral],.pill[data-tone=info],.pill[data-tone=warn],.pill[data-tone=success],.pill[data-tone=danger]{background:var(--chip)}.pill-stack{flex-wrap:wrap;gap:8px;display:flex}.summary-card{padding:20px}.summary-header{align-items:center;gap:12px;margin-bottom:16px;font-size:1.05rem;display:flex}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.summary-list{color:var(--muted);gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.summary-list li{font-size:.95rem}.preview-card{margin-top:16px;padding:16px}.preview-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.preview-grid{color:var(--color-text-primary);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.inline-actions{align-items:center;gap:6px;display:flex}.inline-actions .button{padding:6px 10px;font-size:12px}.stack{gap:12px;display:grid}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.detail-grid>.ui-surface ul{gap:6px;margin-top:6px;padding-left:0;list-style:none;display:grid}.detail-grid>.ui-surface pre{background:var(--color-surface-subtle);border-radius:12px;padding:12px;font-size:12px;overflow:auto}.detail-grid>.ui-surface pre::-webkit-scrollbar{width:8px;height:8px}.detail-grid>.ui-surface pre::-webkit-scrollbar-thumb{background:var(--color-shadow-navy-20);border-radius:999px}.summary{cursor:pointer;font-weight:600;list-style:none}summary::-webkit-details-marker{display:none}.link{color:var(--accent);font-weight:600}.link:hover{text-decoration:underline}.status{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.status-pill{background:var(--color-sky-500-18);border:1px solid #0ea5e94d;border-radius:999px;padding:8px 14px;font-size:14px}.modal-backdrop{background:var(--color-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:120;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-card{background:var(--glass-strong);border:1px solid var(--glass-border);width:min(640px,100%);max-height:min(720px,100dvh - 48px);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%);border-radius:24px;outline:none;gap:16px;padding:24px;display:grid;overflow:auto}.modal-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.modal-actions{justify-content:flex-end;gap:12px;display:flex}.attachment-library-modal.modal-card{grid-template-rows:auto auto minmax(0,1fr) auto;width:min(920px,100%);height:min(760px,100dvh - 48px);overflow:hidden}.attachment-library-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.attachment-library-header h3,.attachment-library-header p{margin:0}.attachment-library-header p{margin-top:var(--space-1)}.attachment-library-search{position:relative}.attachment-library-search>svg{top:50%;left:var(--space-4);z-index:1;color:var(--color-neutral-500);pointer-events:none;position:absolute;transform:translateY(-50%)}.attachment-library-search .input{padding-left:44px}.attachment-library-results{min-height:0;overflow:auto}.attachment-library-results .table-card{min-height:100%}.attachment-library-table tbody tr{cursor:pointer}.attachment-library-table tbody tr.selected{background:var(--color-primary-50)}.attachment-library-table tbody tr[data-disabled]{cursor:default;opacity:.62}.attachment-library-check{width:24px;height:24px;color:var(--color-primary-700);background:var(--glass-strong);border:1px solid var(--color-neutral-300);border-radius:var(--radius-sm);place-items:center;padding:0;display:inline-grid}.attachment-library-check[aria-pressed=true],.attachment-library-check:disabled{background:var(--color-primary-100);border-color:var(--color-primary-500)}.attachment-library-file{align-items:center;gap:var(--space-3);min-width:240px;display:flex}.attachment-library-file>svg{color:var(--color-primary-600);flex:none}.attachment-library-file>div{min-width:0;display:grid}.attachment-library-file strong,.attachment-library-file span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.attachment-library-actions{padding-top:var(--space-3);border-top:1px solid var(--color-neutral-300);align-items:center}.attachment-library-actions>.muted{margin-right:auto}@media (max-width:720px){.modal-backdrop:has(.attachment-library-modal){padding:0}.attachment-library-modal.modal-card{width:100%;height:100dvh;max-height:none;padding:var(--space-4);border-radius:0}.attachment-library-table th:nth-child(3),.attachment-library-table td:nth-child(3),.attachment-library-table th:nth-child(4),.attachment-library-table td:nth-child(4){display:none}.attachment-library-actions{grid-template-columns:1fr 1fr;display:grid}.attachment-library-actions>.muted{grid-column:1/-1}}.dashboard-task-modal{width:min(760px,100%)}.dashboard-task-modal .muted,.dashboard-task-modal .helper{font-size:13px}.dashboard-task-modal .input,.dashboard-task-modal .select{min-height:46px;font-size:14px}.dashboard-task-modal textarea.input{resize:vertical;min-height:112px}.empty-state{border:1px dashed var(--color-sky-500-40);background:var(--color-surface-white-60);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:16px 0 24px;padding:18px;animation:.5s floatIn;display:flex}.empty-state h3{margin-bottom:6px}.empty-actions{flex-wrap:wrap;gap:10px;display:flex}.auth-shell{place-items:center;max-width:none;min-height:calc(100dvh - 32px);margin:0;padding:60px 24px;display:grid}body:has(.auth-shell) .shell{min-height:100dvh}body:has(.auth-shell) .sidebar{display:none}body:has(.auth-shell) .content{margin-left:0;padding:0}.auth-card{background:var(--glass-strong);border:1px solid var(--glass-border);width:min(560px,100%);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%);border-radius:24px;gap:20px;padding:28px;display:grid}.auth-status{border:1px solid var(--color-sky-500-20);color:var(--muted);background:#0ea5e91a;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.spinner{border:2px solid var(--color-sky-500-20);border-top-color:#0ea5e9b3;border-radius:999px;width:16px;height:16px;animation:.8s linear infinite spin}.stagger-table tbody tr{opacity:0;animation:.35s forwards staggerIn;transform:translateY(8px)}.stagger-table tbody tr:first-child{animation-delay:30ms}.stagger-table tbody tr:nth-child(2){animation-delay:60ms}.stagger-table tbody tr:nth-child(3){animation-delay:90ms}.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 spin{to{transform:rotate(360deg)}}@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)}}@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{margin-bottom:14px;top:10px}.shell-topbar-inner{border-radius:16px;gap:10px;padding:10px 11px}.shell-menu-button{place-items:center;display:grid}.shell-topbar-actions{gap:6px}.shell-search-wrap{min-width:0}.sidebar{width:min(320px,100vw - 32px);box-shadow:0 28px 72px var(--color-shadow-navy-30);transform:translate(calc(-100% - 24px))}.sidebar.is-mobile-open{transform:translate(0)}}@media (max-width:900px){.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{flex-direction:column;align-items:flex-start}.metric-grid{grid-template-columns:1fr}.shell-search-popover{width:calc(100vw - 28px);left:-2px}}.tile-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.tile-card{border:1px solid var(--color-surface-white-70);background:var(--color-surface-white-75);box-shadow:0 16px 32px var(--color-shadow-navy-12);border-radius:20px;gap:10px;padding:18px;transition:transform .2s,box-shadow .2s;display:grid}.tile-card:hover{box-shadow:0 24px 40px var(--color-shadow-navy-16);transform:translateY(-2px)}.tile-title{font-size:16px;font-weight:600}.tile-sub{color:var(--muted);font-size:13px}body:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(115deg, var(--color-surface-white-82) 0%, var(--color-white-transparent) 46%), linear-gradient(180deg, #bccfde3d 0%, var(--color-blue-mist-transparent) 58%);display:block;position:fixed;inset:0}body:after{display:none}.sidebar{background:var(--color-surface-white-62);border-color:var(--ui-surface-border);box-shadow:0 18px 48px var(--color-shadow-slate-11);-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%)}.brand{gap:14px;padding-inline:8px}.brand-mark{background:var(--color-surface-white-72);border:1px solid var(--ui-surface-border);width:62px;height:62px;color:var(--color-white);box-shadow:0 10px 20px var(--color-shadow-slate-dark-28);border-radius:18px}.brand-mark img{display:none}.brand-title{letter-spacing:-.02em;color:var(--color-slate-570);font-size:26px;font-weight:700}.brand-subtitle{display:none}.nav-link{border-color:#0000;border-radius:18px;min-height:68px;padding:14px 16px}.nav-icon{width:28px;height:28px;color:var(--color-slate-450);background:0 0;border:none}.nav-link.active{background:var(--color-slate-500);box-shadow:0 8px 18px var(--color-shadow-slate-dark-28);border-color:#0000}.nav-link.active .nav-text,.nav-link.active .nav-icon{color:var(--color-white)}.sidebar-toggle-link{min-height:56px}.shell-topbar{margin-bottom:18px;position:sticky;top:14px}.shell-topbar-inner{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;gap:16px;padding:0}.shell-search{border:1px solid var(--color-border-260);background:var(--color-surface-slate-35);height:56px;box-shadow:none;border-radius:18px;padding:0 14px}.shell-search input{font-size:15px;font-weight:500}.topbar-quick-create{position:relative}.topbar-quick-create-menu{border:1px solid var(--color-border-neutral-18);background:var(--color-surface-white-92);min-width:260px;box-shadow:0 24px 48px var(--color-shadow-navy-16);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:40;border-radius:18px;gap:4px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.topbar-quick-create-item{width:100%;color:var(--color-text-primary);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;padding:11px 12px;font-size:13px;font-weight:600;transition:background .18s,color .18s}.shell-topbar-user{text-align:right;gap:1px;line-height:1.1;display:grid}.shell-topbar-user-role{color:var(--color-slate-428);letter-spacing:.1em;font-size:11px;font-weight:700}.shell-profile-link{border:2px solid var(--color-slate-500);width:52px;height:52px;color:var(--color-slate-500);background:0 0;border-radius:16px;place-items:center;padding:0;display:grid}main{max-width:100%;padding:18px 2px 44px}.dashboard{max-width:100%}.metric-card.metric-card-v2{border:1px solid var(--color-border-165);background:var(--color-surface-blue-50);min-height:88px;box-shadow:0 8px 18px var(--color-shadow-slate-07);border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.metric-icon{border:1px solid var(--color-border-150);background:var(--color-surface-slate-60);width:48px;height:48px;color:var(--color-slate-455);border-radius:12px;place-items:center;display:grid}.metric-label{letter-spacing:.08em;color:var(--color-slate-339);text-transform:uppercase;font-size:11px;font-weight:700}.metric-value{color:var(--color-ink-700);font-size:38px;font-weight:700;line-height:1}.metric-delta{letter-spacing:.02em;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700}.dashboard-section-card{padding:24px}.dashboard-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.dashboard-section-head h3{letter-spacing:-.01em;color:var(--color-ink-700);font-size:18px;font-weight:700}.dashboard-error-notice{border:1px solid var(--color-status-danger-border);background:var(--color-status-danger-surface);box-shadow:0 14px 30px var(--color-shadow-slate-07);border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.dashboard-error-icon{background:var(--color-status-danger-bg);width:40px;height:40px;color:var(--color-status-danger);border-radius:12px;place-items:center;display:grid}.dashboard-error-icon svg{width:20px;height:20px}.dashboard-error-copy{gap:2px;min-width:0;display:grid}.dashboard-error-copy h2{color:var(--color-status-danger-strong);font-size:15px;font-weight:750;line-height:1.2}.dashboard-error-copy p{color:var(--color-text-secondary);font-size:13px;line-height:1.35}.dashboard-empty-state{border:1px dashed var(--dashboard-row-border);border-radius:var(--dashboard-row-radius);background:var(--dashboard-row-bg);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:78px;padding:14px;display:grid}.dashboard-empty-icon{width:42px;height:42px;color:var(--color-slate-455);background:#6079911a;border-radius:12px;place-items:center;display:grid}.dashboard-empty-icon svg{width:20px;height:20px}.dashboard-empty-copy{gap:3px;min-width:0;display:grid}.dashboard-empty-copy h4{color:var(--color-ink-700);margin:0;font-size:14px;font-weight:750;line-height:1.2}.dashboard-empty-copy p{color:var(--color-slate-426);font-size:13px;line-height:1.35}.hearing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.hearing-item{border:1px solid var(--color-border-150);background:var(--color-surface-blue-20);color:inherit;cursor:pointer;border-radius:14px;align-items:center;gap:12px;padding:16px;text-decoration:none;transition:border-color .16s,box-shadow .16s;display:flex}.hearing-item:hover{border-color:var(--color-border-280);box-shadow:0 10px 18px var(--color-shadow-ink-08)}.hearing-timebox{border:1px solid var(--color-border-300);background:var(--color-surface-hover);text-align:center;border-radius:12px;flex-shrink:0;width:58px;padding:6px 4px}.hearing-time{color:var(--color-slate-575);font-size:14px;font-weight:700}.hearing-day{color:var(--color-slate-420);margin-top:2px;font-size:10px;font-weight:700}.hearing-content{flex:auto;min-width:0}.hearing-title{color:var(--color-ink-700);white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;line-height:1.2;overflow:hidden}.hearing-meta{color:var(--color-slate-428);white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:12px;line-height:1.2;overflow:hidden}.hearing-arrow{color:#acbac9;flex-shrink:0;width:16px;height:16px}.auth-shell{background:linear-gradient(135deg, #cfd8dc 0%, var(--color-surface-hover) 50%, #b0bec5 100%);justify-content:center;align-items:center;min-height:100dvh;padding:20px 16px;display:flex}.auth-modern{width:min(760px,100%);color:var(--color-ink-680);justify-items:center;gap:18px;margin-top:24px;display:grid}.auth-figma{place-items:center;width:100%;min-height:calc(100dvh - 40px);padding:16px;display:grid;position:relative;overflow:hidden}.auth-figma-bg{aspect-ratio:1;filter:blur(120px);pointer-events:none;border-radius:999px;width:min(480px,46vw);position:absolute}.auth-figma-bg-top{background:#5e809b33;top:-14%;left:-10%}.auth-figma-bg-bottom{background:#39587524;bottom:-14%;right:-10%}.auth-figma-card{z-index:2;border:1px solid var(--color-surface-white-45);background:var(--color-surface-white-60);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:36px;align-content:start;justify-items:center;gap:0;width:min(448px,100vw - 24px);min-height:833px;padding:40px 0;display:grid;position:relative;box-shadow:0 8px 32px #546e7a14}.auth-figma-card.auth-figma-card-compact{gap:24px;min-height:auto;padding:40px}.auth-modern-logo-wrap{place-items:center;margin-bottom:32px;display:grid}.auth-modern-logo{border:1px solid var(--color-border-240);width:128px;height:128px;box-shadow:0 8px 20px var(--color-shadow-slate-07);background:#c9d6e375;border-radius:18px;overflow:hidden}.auth-modern-logo img{object-fit:cover;width:100%;height:100%}.auth-modern-brand{align-content:start;justify-items:center;gap:4px;width:220px;min-height:60px;margin-bottom:32px;display:grid}.auth-modern-title{letter-spacing:-.01em;color:var(--color-slate-550);text-align:center;max-width:100%;margin-top:0;font-size:24px;line-height:1.1}.auth-modern-subtitle{text-align:center;color:#607d8b;max-width:100%;margin-top:0;font-size:14px;font-weight:500;line-height:1.2}.auth-modern-blocked{border:1px solid var(--color-red-500-30);background:var(--color-red-500-12);width:calc(100% - 80px);max-width:368px;color:var(--color-red-700);text-align:left;border-radius:16px;padding:12px 14px;font-size:15px;font-weight:600}.auth-modern-caption{letter-spacing:.32em;color:var(--color-slate-400);margin-top:8px;font-size:11px;font-weight:700}.auth-modern-help{color:var(--color-slate-550);text-align:center;margin-top:22px;font-size:16px;font-weight:700;text-decoration:none}.auth-modern-help.auth-modern-help-compact{margin-top:0;font-size:14px}.auth-modern-auth-box{align-content:start;gap:20px;width:calc(100% - 80px);max-width:368px;min-height:419px;display:grid}.auth-modern-auth-box.auth-modern-auth-box-compact{width:100%;max-width:368px;min-height:auto}.auth-modern-panel-copy{color:var(--color-slate-520);gap:10px;display:grid}.auth-modern-panel-title{letter-spacing:-.02em;color:var(--color-ink-675);font-size:28px;line-height:1.08}.auth-modern-panel-text{font-size:15px;line-height:1.5}.auth-modern-status{border:1px solid var(--color-border-200);background:var(--color-surface-slate-35);color:var(--color-slate-550);border-radius:18px;padding:14px 16px;font-size:14px;line-height:1.5}.auth-modern-status[data-tone=danger]{border-color:var(--color-red-500-30);background:var(--color-red-500-12);color:var(--color-red-700)}.auth-modern-status[data-tone=success]{border-color:var(--color-status-success-border);background:var(--color-status-success-bg);color:var(--color-green-750)}.auth-modern-actions{flex-wrap:wrap;gap:12px;display:flex}.auth-modern-meta{gap:10px;display:grid}.auth-modern-meta-item{border:1px solid var(--color-border-145);background:var(--color-surface-glass);border-radius:16px;gap:4px;padding:12px 14px;display:grid}.auth-modern-meta-label{letter-spacing:.14em;text-transform:uppercase;color:var(--color-slate-345);font-size:11px;font-weight:700}.auth-modern-meta-value{color:var(--color-ink-675);font-size:15px;font-weight:700}.auth-modern-security-block{justify-items:center;gap:16px;width:100%;margin-top:32px;padding:33px 40px 0;display:grid}.auth-modern-security-block.auth-modern-security-block-compact{margin-top:0;padding:0}.auth-modern-security{border:1px solid var(--color-border-145);background:var(--color-surface-slate-100);width:100%;max-width:368px;color:var(--color-slate-550);letter-spacing:.22em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin-top:0;padding:11px 22px;font-size:12px;font-weight:700;display:inline-flex}.auth-modern-security svg,.auth-modern-security .lucide{width:15px;height:15px;color:var(--color-green-500)}.auth-modern-legal{text-align:center;max-width:368px;color:var(--color-slate-520);margin-top:0;font-size:14px;line-height:1.4}.auth-modern-form{gap:20px;width:100%;margin-top:0;display:grid}.auth-modern-field-group{gap:8px;display:grid}.auth-modern-field-label{color:var(--color-slate-345);letter-spacing:.14em;margin-left:6px;font-size:10px;font-weight:700}.auth-modern-field-wrap{position:relative}.auth-modern-field-icon{width:20px;height:20px;color:var(--color-slate-342);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.auth-modern-field-wrap .auth-modern-field{border:1px solid var(--color-border-255);background:var(--color-surface-white-72);width:100%;height:52px;color:var(--color-graphite-700);border-radius:18px;padding:0 16px 0 50px;font-size:16px;font-weight:600}.auth-modern-field-wrap .auth-modern-field:disabled{opacity:1;color:var(--color-graphite-700);-webkit-text-fill-color:var(--color-graphite-700);background:var(--color-surface-white-72)}.auth-modern-field-wrap .auth-modern-field:disabled::placeholder{color:var(--color-slate-325);-webkit-text-fill-color:var(--color-slate-325)}.auth-modern-row{justify-content:space-between;align-items:center;margin-top:0;margin-bottom:0;display:flex}.auth-modern-checkbox{color:var(--color-slate-505);align-items:center;gap:8px;font-size:13px;font-weight:500;display:inline-flex}.auth-modern-checkbox input{width:14px;height:14px}.auth-modern-link-button{color:var(--color-slate-550);background:0 0;border:0;font-size:13px;font-weight:700}.auth-modern-link-button:disabled{opacity:1;cursor:not-allowed}@media (max-width:720px){.auth-shell{align-items:flex-start;padding:12px}.auth-figma{min-height:calc(100dvh - 24px);padding:0}.auth-figma-card{border-radius:20px;width:min(448px,100vw - 16px);min-height:auto;padding:24px 0 26px}.auth-figma-card.auth-figma-card-compact{gap:20px;padding:28px 22px}.auth-modern-logo{width:88px;height:88px}.auth-modern-title{font-size:23px}.auth-modern-subtitle{max-width:100%;font-size:14px}.auth-modern-auth-box{width:calc(100% - 32px);max-width:368px;min-height:auto}.auth-modern-auth-box.auth-modern-auth-box-compact{width:100%}.auth-modern-form{gap:16px;width:100%}.auth-modern-field-wrap .auth-modern-field{border-radius:16px;height:48px;padding-left:46px;font-size:15px}.auth-modern-field-icon{width:18px;height:18px;left:15px}.auth-modern-field-label{font-size:10px}.auth-modern-help{overflow-wrap:anywhere;width:calc(100% - 32px);max-width:368px;margin-top:20px;font-size:14px;line-height:1.35;display:block}.auth-modern-actions{display:grid}.auth-modern-security{padding:10px 16px;font-size:11px}.auth-modern-security-block{margin-top:24px;padding-left:16px;padding-right:16px}.auth-modern-legal{max-width:100%;font-size:14px}}@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}.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-user,.sidebar-toggle-link{display:none}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hearing-grid{grid-template-columns:1fr}}@media (max-width:720px){.dashboard-empty-state{grid-template-columns:auto minmax(0,1fr);align-items:flex-start}.dashboard-empty-state .button{grid-column:2;justify-self:start}.dashboard-error-notice{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;padding:14px}.dashboard-error-notice .button{grid-column:2;justify-self:start}.metric-grid{grid-template-columns:1fr}.metric-card.metric-card-v2{min-height:94px}.metric-icon,.shell-profile-link{width:44px;height:44px}.shell-search{height:48px}}.sidebar{border:1px solid var(--ui-surface-border);background:var(--ui-control-bg);box-shadow:14px 0 42px var(--color-shadow-slate-08);-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%);border-left:none;border-radius:0 24px 24px 0;padding:18px 16px 12px;top:0;bottom:0;left:0}.brand-mark{border-radius:16px;width:56px;height:56px}.nav-link{border-radius:16px;min-height:58px;padding:12px 14px}.nav-text{font-size:clamp(12px,.85vw,14px);font-weight:600}.shell-topbar-inner{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.shell-search{border-radius:18px;height:54px}.shell-topbar .button.icon{background:0 0;border:none}.shell.sidebar-collapsed,.shell.sidebar-peeking{--sidebar-active-width:0px}.app-page{gap:24px;min-width:0;max-width:100%;padding:28px 20px 80px;display:grid}.pill{letter-spacing:.04em;padding:5px 12px;font-size:11px;font-weight:700}.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-shell{grid-template-columns:minmax(0,1fr) minmax(320px,400px);align-items:start;gap:16px;display:grid}.settings-main-column,.settings-side-column{gap:16px;display:grid}.settings-card-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.settings-card-head h2{color:var(--color-ink-700);margin:0;font-size:20px;line-height:1.2}.settings-card-head p{color:var(--color-slate-430);margin:6px 0 0;font-size:13px;line-height:1.5}.settings-card-actions{flex-shrink:0;justify-content:flex-end;display:flex}.settings-profile-summary{align-items:center;gap:16px;display:flex}.settings-avatar{border:1px solid var(--color-border-300);background:var(--color-surface-slate-75);width:88px;height:88px;color:var(--color-slate-500);border-radius:18px;flex-shrink:0;place-items:center;font-size:34px;font-weight:700;display:grid}.settings-profile-name{color:var(--color-ink-700);overflow-wrap:anywhere;font-size:28px;font-weight:700;line-height:1.12}.settings-profile-email{color:var(--color-slate-430);overflow-wrap:anywhere;margin-top:4px;font-size:13px}.settings-profile-role{border:1px solid var(--color-border-150);width:fit-content;color:var(--color-slate-575);background:var(--color-surface-white-62);border-radius:999px;margin-top:10px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.settings-form-grid-single{grid-template-columns:1fr}.settings-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.settings-status-list{gap:10px;display:grid}.settings-status-row{border:1px solid var(--color-border-150);min-height:44px;color:var(--color-slate-575);background:var(--ui-control-bg);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.settings-status-row strong{color:var(--color-ink-700);overflow-wrap:anywhere;font-size:13px}.settings-invite-form{grid-template-columns:minmax(220px,1fr) minmax(180px,240px);align-items:end;gap:12px;display:grid}.settings-invite-form>.button{grid-column:1/-1;justify-self:start}.settings-secret{border:1px solid var(--color-border-150);background:var(--ui-control-bg);border-radius:14px;gap:8px;margin-top:14px;padding:12px;display:grid}.settings-secret span{color:var(--color-slate-430);font-size:12px;font-weight:700}.settings-secret code,.settings-secret a{color:var(--color-ink-700);overflow-wrap:anywhere}.settings-table-wrap{margin-top:16px;overflow-x:auto}.settings-invites-table{min-width:720px}.settings-connected-providers{border:1px solid var(--color-border-150);color:var(--color-slate-575);background:var(--ui-control-bg);border-radius:14px;margin-top:14px;padding:10px 12px;font-size:13px}.directories-list-card{border:1px solid var(--color-border-150);background:var(--color-surface-blue-50);border-radius:24px;overflow:hidden}.directories-list-head{justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.directories-list-head h3{margin:0}.directories-list-toolbar{align-items:center;gap:10px;display:flex}.directories-search{border:1px solid var(--color-border-175);background:var(--color-surface-slate-35);border-radius:14px;align-items:center;gap:8px;min-width:320px;height:44px;padding:0 12px;display:inline-flex}.directories-search svg{width:18px;height:18px;color:var(--color-slate-338)}.directories-search input{width:100%;color:var(--color-ink-700);background:0 0;border:none;font-size:14px}.directories-search input:focus{outline:none}.directories-list-avatar{background:var(--color-surface-slate-100);width:44px;height:44px;color:var(--color-slate-398);border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}.counterparties-table-wrapper{border-top:1px solid var(--color-border-135)}.counterparties-table{table-layout:fixed;min-width:1040px}.counterparties-col-name{width:26%}.counterparties-col-type{width:12%}.counterparties-col-registry,.counterparties-col-contact,.counterparties-col-address{width:18%}.counterparties-col-actions{width:8%}.counterparties-table thead th{color:var(--color-slate-428);background:var(--color-surface-slate-30);white-space:nowrap;padding:14px 16px}.counterparties-table tbody td{vertical-align:top;padding:14px 16px}.counterparty-name-cell{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;min-width:0;display:grid}.counterparty-name-main,.counterparty-field-stack,.counterparty-address-cell,.counterparty-actions{min-width:0}.counterparty-name-link{color:var(--color-ink-700);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;line-height:1.25;text-decoration:none;display:block;overflow:hidden}.counterparty-name-link:hover{color:var(--color-slate-500)}.counterparty-row-id{color:var(--color-slate-320);margin-top:4px;font-size:12px;font-weight:700;display:block}.counterparty-type-pill{background:var(--color-surface-slate-100);max-width:100%;min-height:28px;color:var(--color-slate-570);border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:700;line-height:1.15;display:inline-flex}.counterparty-field-stack{gap:8px;display:grid}.counterparty-field-row{grid-template-columns:72px minmax(0,1fr);align-items:baseline;gap:8px;display:grid}.counterparty-field-row span{color:var(--color-slate-337);font-size:12px;font-weight:700}.counterparty-field-row strong,.counterparty-field-row .link{min-width:0;color:var(--color-ink-700);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.25;overflow:hidden}.counterparty-field-row .link{color:var(--color-slate-520)}.counterparty-address-cell{color:var(--color-text-secondary);gap:6px;font-size:13px;line-height:1.35;display:grid}.counterparty-address-cell span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.counterparty-address-cell small{color:var(--color-slate-400);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.counterparty-actions{justify-items:stretch;gap:8px;display:grid}.counterparty-actions .button{justify-content:center;width:100%}@media (max-width:900px){.counterparties-table{min-width:0}.counterparty-name-cell{grid-template-columns:40px minmax(0,1fr)}.counterparty-field-row{grid-template-columns:86px minmax(0,1fr)}.counterparty-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.directories-list-footer{text-align:center;color:var(--color-slate-428);padding:14px 20px 18px;font-weight:700}.archive-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.archive-overview-card{border:1px solid var(--color-border-150);background:var(--color-surface-blue-50);border-radius:22px;align-items:center;gap:14px;min-height:118px;padding:16px;display:flex}.archive-overview-icon{border:1px solid var(--color-border-165);background:var(--color-surface-slate-50);width:56px;height:56px;color:var(--color-slate-420);border-radius:14px;place-items:center;display:grid}.archive-overview-icon svg{width:28px;height:28px}.archive-overview-main{gap:3px;display:grid}.archive-overview-title{color:var(--color-ink-700);font-size:20px;font-weight:700}.archive-overview-sub{color:var(--color-slate-398);font-size:14px}.archive-overview-arrow{color:var(--color-slate-320);margin-left:auto;font-size:28px}.archive-empty-pane{text-align:center;align-content:center;justify-items:center;gap:12px;min-height:490px;display:grid}.archive-empty-icon{background:var(--color-surface-slate-60);color:#b1c2d2;border-radius:50%;place-items:center;width:96px;height:96px;display:grid}.archive-empty-icon svg{width:48px;height:48px}.archive-empty-pane h3{color:var(--color-ink-700);font-size:clamp(24px,1.8vw,34px)}.archive-empty-pane p{color:var(--color-slate-426);font-size:14px;line-height:1.45}.audit-filters-card{display:none}@media (max-width:1200px){.archive-overview-grid,.settings-shell,.settings-form-grid,.settings-invite-form{grid-template-columns:1fr}.directories-list-head{flex-direction:column;align-items:flex-start}.directories-list-toolbar{flex-wrap:wrap;width:100%}.directories-search{width:100%;min-width:0}}@media (max-width:1024px){.content{margin-left:0;padding:14px 14px 20px}.shell-topbar{padding-top:10px}}@media (max-width:720px){.settings-card-head,.settings-profile-summary{flex-direction:column;align-items:flex-start}.settings-card-actions,.settings-card-actions .button,.settings-actions .button,.settings-actions a.button,.settings-invite-form .button{justify-content:center;width:100%}.settings-avatar{border-radius:16px;width:72px;height:72px;font-size:28px}.settings-profile-name{font-size:24px}.settings-status-row{flex-direction:column;align-items:flex-start}.settings-invites-table{min-width:640px}}.shell{--sidebar-width-expanded:260px;--sidebar-width-collapsed:84px;--shell-offset:0;height:100dvh;overflow:hidden}.sidebar{border:1px solid var(--ui-surface-border);background:var(--ui-control-bg);box-shadow:14px 0 42px var(--color-shadow-slate-08);-webkit-backdrop-filter:blur(var(--blur)) saturate(180%);backdrop-filter:blur(var(--blur)) saturate(180%);border-left:none;border-radius:0 24px 24px 0;gap:0;padding:0 16px 16px;top:0;bottom:0;left:0}.brand{gap:12px;height:90px;padding:16px 0}.brand-mark{background:var(--color-surface-white-75);border:1px solid var(--ui-surface-border);width:44px;height:44px;box-shadow:inset 0 1px 0 var(--color-surface-white-85), 0 10px 24px var(--color-shadow-slate-11);border-radius:14px}.brand-mark svg{width:20px;height:20px}.brand-title{letter-spacing:0;font-size:18px}.brand-subtitle{color:var(--color-text-muted);font-size:11px;display:block}.nav{align-items:center;gap:8px;margin-top:24px}.nav-link{border-radius:14px;gap:13px;width:227px;height:48px;min-height:48px;padding:0 16px}.nav-link:hover{background:var(--color-surface-white-45);border-color:var(--ui-surface-border)}.nav-icon{width:28px;height:28px;color:var(--color-slate-600);background:0 0;border-radius:10px}.nav-link:hover .nav-icon{color:var(--color-blue-590);background:0 0}.nav-link.active .nav-icon{background:var(--ui-control-bg);color:var(--color-action-primary);border-color:var(--ui-control-focus)}.nav-link.active .nav-icon svg{stroke-width:2.35px}.nav-text{max-width:160px;font-size:15px;font-weight:400}.sidebar-footer{justify-content:center;margin-top:auto;padding:16px 0 0}.sidebar-toggle-link{opacity:1;justify-content:center;width:227px;height:48px;min-height:48px;padding:0}.sidebar-toggle-link .nav-icon{width:28px;height:28px;color:var(--color-slate-570)}.sidebar-toggle-link .nav-text{display:none}.shell.sidebar-collapsed .nav-link{justify-content:center;width:48px;padding:0}.shell.sidebar-collapsed .sidebar-toggle-link{width:48px}.content{margin-left:var(--sidebar-active-width);overscroll-behavior-y:contain;scrollbar-gutter:stable;height:100dvh;min-height:0;padding:16px 32px 24px;overflow-y:auto}.shell-topbar{padding-top:0;z-index:20;background:0 0;width:100%;max-width:none;margin:0;padding-inline:0;position:relative;top:auto;left:auto;right:auto}.shell-topbar-inner{height:56px;padding:0}.shell-topbar-left{gap:0}.shell-search{background:var(--color-surface-white-62);border-color:var(--ui-surface-border);height:40px;box-shadow:inset 0 1px 0 var(--color-surface-white-85), 0 10px 24px var(--color-shadow-slate-08);-webkit-backdrop-filter:blur(18px)saturate(160%);backdrop-filter:blur(18px)saturate(160%);border-radius:14px;padding:0 14px}.shell-search svg{width:20px;height:20px}.shell-topbar-actions{justify-content:flex-end;gap:0;margin-left:auto}.shell-topbar-action-icons{align-items:center;gap:18px;display:flex}.shell.sidebar-collapsed .sidebar{pointer-events:none;transform:translate(-100%)}.shell.sidebar-peeking .sidebar{width:var(--sidebar-width-expanded);box-shadow:var(--shadow-md);transform:translate(0)}.button.sidebar-edge-trigger{z-index:41;cursor:e-resize;background:0 0;border:0;width:14px;padding:0;position:fixed;inset:0 auto 0 0}.button.sidebar-edge-trigger:focus-visible{background:color-mix(in srgb, var(--color-primary-500) 10%, transparent);box-shadow:inset 3px 0 0 var(--color-primary-500)}.shell-topbar .button.icon{background:var(--color-surface-white-50);border-color:var(--ui-tile-border);width:40px;height:40px;color:var(--color-slate-600);border-radius:12px}.shell-topbar .button.icon svg{width:20px;height:20px}.shell-topbar-user-block{border-left:1px solid var(--ui-surface-border);align-items:center;gap:12px;height:40px;margin-left:24px;padding-left:24px;display:flex}.shell-topbar-user{text-align:left}.shell-profile-link{border-radius:12px;width:40px;height:40px}.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}}@media (max-width:720px){.shell-topbar-inner{gap:8px;height:52px}.shell-menu-button{border-radius:12px;width:38px;height:38px}.shell-search-wrap{flex:156px;min-width:0;max-width:none}.shell-search{border-radius:13px;height:38px;padding:0 10px}.shell-search svg{width:17px;height:17px}.shell-search input{text-overflow:ellipsis;min-width:0;font-size:13px;overflow:hidden}.shell-topbar-actions,.shell-topbar-action-icons{gap:6px}.shell-topbar .button.icon{border-radius:12px;width:36px;height:36px}.shell-topbar .button.icon svg{width:18px;height:18px}.shell-topbar-user-block{display:none}.topbar-quick-create-menu{width:min(300px,100vw - 28px);min-width:0;right:-4px}}.dashboard{max-width:100%;padding:0}.dashboard-page-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-top:2px;display:flex}.dashboard-page-copy{gap:6px;min-width:0;display:grid}.dashboard-page-copy h1{color:#1f2933;font-family:var(--font-body), "Manrope", system-ui, sans-serif;letter-spacing:-.02em;margin:0;font-size:clamp(28px,2.2vw,42px);font-weight:760;line-height:1.02}.dashboard-page-copy p{color:#5f6f7f;max-width:620px;font-size:14px;line-height:1.4}.dashboard-page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.dashboard-updated{color:#6b7b8c;white-space:nowrap;font-size:12px;font-weight:650}@media (max-width:1024px){.dashboard-page-head{flex-direction:column;align-items:flex-start}.dashboard-page-actions{justify-content:flex-start}}@media (max-width:720px){.dashboard-page-copy h1{font-size:27px}.dashboard-page-copy p{font-size:13px}.dashboard-updated{width:100%}.dashboard-page-actions .button{flex:auto}}.dashboard-filter-panel{gap:var(--space-4);padding:var(--space-4);border:1px solid var(--dashboard-surface-border);border-radius:var(--dashboard-compact-radius);background:var(--dashboard-surface-bg);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:repeat(3,minmax(150px,1fr)) auto auto;align-items:end}.dashboard-filter-field{gap:var(--space-1)}.dashboard-filter-panel .select{height:var(--dashboard-compact-control-height);min-height:var(--dashboard-compact-control-height);border-radius:var(--dashboard-compact-radius);background-color:var(--color-surface-default);font-size:var(--font-size-control)}.dashboard-filter-meta{color:var(--color-text-secondary);font-size:var(--font-size-control);white-space:nowrap;align-self:center}.dashboard-filter-actions{gap:var(--space-2)}.dashboard-filter-actions .button{height:var(--dashboard-compact-control-height);min-height:var(--dashboard-compact-control-height);padding-inline:var(--space-5);box-shadow:none}.dashboard-section-card:hover{transform:none}.dashboard-section-head{min-height:var(--dashboard-compact-row-height);padding:0 var(--dashboard-compact-padding);border-bottom:1px solid var(--dashboard-surface-border)}.dashboard-section-head h2{align-items:center;gap:var(--space-2);color:var(--color-text-primary);margin:0;font-size:16px;font-weight:700;display:inline-flex}.dashboard-section-head h2 span{min-width:24px;height:22px;padding-inline:var(--space-2);border:1px solid var(--dashboard-row-border);border-radius:var(--radius-pill);color:var(--color-text-secondary);font-size:var(--font-size-label);place-items:center;font-weight:650;display:inline-grid}.dashboard-section-link{font-size:var(--font-size-control)}.dashboard-task-table th,.dashboard-task-table td{height:var(--dashboard-compact-row-height);padding:var(--space-3) var(--space-5);font-size:var(--font-size-control)}.dashboard-task-table .tasks-title,.dashboard-task-table .tasks-subtitle{font-size:var(--font-size-control)}.dashboard-task-table .status-badge{min-height:24px;padding:var(--space-1) var(--space-2);font-size:var(--font-size-label)}.dashboard-deals-list{gap:0}.dashboard-deal-item{min-height:var(--dashboard-compact-row-height);padding:var(--space-3) var(--dashboard-compact-padding);border:0;border-bottom:1px solid var(--dashboard-row-border);background:0 0;border-radius:0}.dashboard-deal-item:last-child{border-bottom:0}.dashboard-deal-item:hover{background:var(--color-surface-hover);box-shadow:none;transform:none}.dashboard-deal-title,.dashboard-deal-meta,.dashboard-deal-pill{font-size:var(--font-size-control)}.dashboard-deal-pill{padding:var(--space-1) var(--space-3)}.dashboard-empty-copy h3{color:var(--color-text-primary);font-size:var(--font-size-body);margin:0}.dashboard-empty-copy p{margin-top:var(--space-1);font-size:var(--font-size-control)}.dashboard-error-notice{padding:var(--space-4) var(--dashboard-compact-padding);border-radius:var(--dashboard-compact-radius);box-shadow:none}.dashboard-task-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;place-items:stretch end;padding:0}.dashboard-task-modal{width:min(420px,100%);height:100dvh;max-height:100dvh;padding:var(--space-8);border-block:0;background:var(--color-surface-default);box-shadow:var(--shadow-elevation-overlay);-webkit-backdrop-filter:none;backdrop-filter:none;border-right:0;border-radius:0}.dashboard-task-form{align-content:start;gap:var(--space-6);min-height:100%;display:grid}.dashboard-task-modal-head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding-bottom:var(--space-6);border-bottom:1px solid var(--dashboard-surface-border);display:flex}.dashboard-task-modal-head h2{color:var(--color-text-primary);margin:0;font-size:22px}.dashboard-task-modal-head .muted{margin:var(--space-1) 0 0}.dashboard-task-modal .modal-grid{gap:var(--space-5);grid-template-columns:1fr}.dashboard-task-modal .input,.dashboard-task-modal .select{min-height:var(--dashboard-compact-control-height);height:var(--dashboard-compact-control-height)}.dashboard-task-modal textarea.input{height:auto;min-height:88px}.dashboard-task-modal .filters{gap:var(--space-3);grid-template-columns:1fr;display:grid}.dashboard-task-modal .modal-actions{padding-top:var(--space-6);border-top:1px solid var(--dashboard-surface-border);background:var(--color-surface-default);position:sticky;bottom:0}.dashboard-task-error{color:var(--color-status-danger-strong);font-size:var(--font-size-control);margin:0}@media (max-width:1180px){.dashboard-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-filter-meta{min-height:var(--dashboard-compact-control-height);align-self:end;align-items:center;display:flex}}@media (max-width:720px){.dashboard-filter-panel{grid-template-columns:1fr}.dashboard-filter-meta{min-height:auto}.dashboard-task-modal{width:100%;padding:var(--space-6)}}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:0}.metric-card.metric-card-v2{border-radius:var(--dashboard-row-radius);background:var(--dashboard-surface-bg);border-color:var(--dashboard-surface-border);height:66px;min-height:66px;box-shadow:var(--dashboard-surface-shadow);grid-template-columns:36px minmax(0,1fr) auto;gap:12px;padding:0 14px}.metric-icon{border-radius:10px;width:36px;height:36px}.metric-icon-positive{background:var(--status-success-bg);border-color:var(--color-status-success-border);color:var(--status-success)}.metric-icon-negative{background:var(--status-danger-bg);border-color:var(--color-status-danger-border);color:var(--status-danger)}.metric-icon-neutral{background:var(--status-neutral-bg);border-color:var(--color-status-neutral-border);color:var(--status-neutral)}.metric-card.metric-card-v2 .metric-label{letter-spacing:.08em;font-size:10px;font-weight:700}.metric-card.metric-card-v2 .metric-value{font-size:18px;font-weight:700;line-height:1.1}.metric-delta{padding:3px 8px;font-size:11px}.metric-delta.positive{background:var(--status-success-bg);color:var(--status-success)}.metric-delta.negative{background:var(--status-danger-bg);color:var(--status-danger)}.metric-delta.neutral{background:var(--status-neutral-bg);color:var(--status-neutral)}.dashboard-tasks-section,.dashboard-hearings-section,.dashboard-deals-section{min-height:unset;padding:20px}.dashboard-section-head{margin-bottom:16px}.dashboard-deals-list{gap:10px;display:grid}.dashboard-deal-item{border-radius:var(--dashboard-row-radius);border:1px solid var(--dashboard-row-border);background:var(--dashboard-row-bg);justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:10px 14px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.dashboard-deal-item:hover{box-shadow:0 16px 32px var(--color-shadow-navy-08);border-color:#3b82f647;transform:translateY(-1px)}.dashboard-deal-copy{gap:4px;min-width:0;display:grid}.dashboard-deal-title{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.dashboard-deal-meta{color:var(--muted);font-size:12px}.dashboard-deal-pill{background:var(--color-blue-700-10);color:#174ea6;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:6px 10px;font-size:11px;font-weight:700}.hearing-grid{gap:10px}.hearing-item{min-height:76px;padding:0 14px}.hearing-timebox{align-content:center;place-items:center;width:52px;height:52px;padding:0;display:grid}.hearing-content{align-content:center;min-height:52px;display:grid}.hearing-title{font-size:14px}.hearing-arrow{width:16px;height:16px}.tasks-page,.courts-dashboard-page{min-width:0;overflow-x:clip}.courts-dashboard-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.courts-dashboard-inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.courts-dashboard-chip{border:1px solid var(--color-border-245);background:var(--color-surface-blue-35);height:40px;color:var(--color-slate-505);border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.courts-dashboard-inline-count{color:var(--color-slate-395);font-size:15px;font-weight:700}.courts-dashboard-metric-card{align-items:flex-start;gap:16px;min-height:116px;padding:20px 22px;display:flex}.courts-dashboard-metric-icon{border:1px solid var(--color-border-140);background:var(--color-surface-slate-75);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:inline-flex}.courts-dashboard-metric-icon.blue{color:var(--color-blue-650)}.courts-dashboard-metric-icon.orange{color:var(--color-amber-520)}.courts-dashboard-metric-icon.green{color:var(--color-green-500)}.courts-dashboard-metric-card p{color:var(--color-slate-420);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:13px;font-weight:800}.courts-dashboard-metric-copy{gap:6px;display:grid}.courts-dashboard-metric-card strong{color:var(--color-ink-700);font-size:34px;font-weight:700;line-height:1;display:block}.courts-dashboard-metric-copy span{color:var(--color-slate-345);font-size:13px;font-weight:600}.courts-dashboard-metrics-compact{gap:12px}.courts-dashboard-metrics-compact .courts-dashboard-metric-card{align-items:center;gap:12px;min-height:82px;padding:12px 14px}.courts-dashboard-metrics-compact .courts-dashboard-metric-icon{border-radius:12px;width:44px;height:44px}.courts-dashboard-metrics-compact .courts-dashboard-metric-icon svg{width:18px;height:18px}.courts-dashboard-metrics-compact .courts-dashboard-metric-copy{gap:2px}.courts-dashboard-metrics-compact .courts-dashboard-metric-card p{font-size:11px}.courts-dashboard-metrics-compact .courts-dashboard-metric-card strong{font-size:26px}.courts-dashboard-metrics-compact .courts-dashboard-metric-copy span{font-size:11px}.courts-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.courts-case-card{gap:14px;padding:22px 24px;display:grid}.courts-case-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.courts-case-heading{gap:6px;min-width:0;display:grid}.courts-case-number-row{align-items:center;gap:10px;min-width:0;display:inline-flex}.courts-case-number{color:var(--color-ink-720);letter-spacing:-.02em;font-size:clamp(28px,2vw,34px);font-weight:700;line-height:1.05}.pretension-card-title{overflow-wrap:anywhere;letter-spacing:0;min-width:0;font-size:24px;line-height:1.15}.pretension-card-subject{-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:min(70%,420px);display:-webkit-box;overflow:hidden}.courts-case-open{width:24px;height:24px;color:var(--color-slate-335);flex:none;justify-content:center;align-items:center;display:inline-flex}.courts-case-status{border:1px solid var(--color-border-200);background:var(--color-surface-slate-100);min-height:34px;color:var(--color-slate-435);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex}.courts-case-status.blue,.courts-case-status.indigo{border-color:var(--color-border-225);background:var(--color-surface-slate-95);color:var(--color-blue-650)}.courts-case-status.green{border-color:var(--color-green-border-200);background:var(--color-status-success-bg);color:var(--color-status-success)}.courts-case-subtitle{color:var(--color-slate-434);margin:0;font-size:14px;font-weight:600}.courts-case-meta{border-top:1px solid var(--color-border-130);border-bottom:1px solid var(--color-border-130);gap:12px;padding:16px 0;display:grid}.courts-case-meta-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.courts-case-meta-row span{color:var(--color-slate-343);font-size:13px;font-weight:600}.courts-case-meta-row strong{color:var(--color-ink-700);text-align:right;align-items:center;gap:8px;font-size:14px;font-weight:700;line-height:1.35;display:inline-flex}.courts-case-meta-value{justify-items:end;gap:2px;display:grid}.courts-case-meta-value span{color:var(--color-slate-400);text-align:right;font-size:12px;font-weight:600;line-height:1.3}.courts-case-meta-row strong svg{color:var(--color-slate-400)}.courts-case-warning{border:1px solid var(--color-hearing-border);background:var(--color-status-warning-bg);min-height:44px;color:var(--color-status-warning);border-radius:16px;align-items:flex-start;gap:10px;padding:10px 14px;font-size:13px;font-weight:700;line-height:1.4;display:inline-flex}.courts-case-warning svg{flex:none}.courts-case-actions{flex-wrap:wrap;gap:8px;display:flex}@media (max-width:1200px){.courts-dashboard-metrics,.courts-dashboard-grid{grid-template-columns:1fr}}@media (max-width:900px){.app-page{padding-left:24px;padding-right:24px}}@media (max-width:700px){.courts-dashboard-metric-card{min-height:108px;padding:16px}.courts-dashboard-metric-card p{font-size:14px}.courts-dashboard-metric-card strong{font-size:34px}.courts-dashboard-metrics-compact .courts-dashboard-metric-card{min-height:76px;padding:10px 12px}.courts-dashboard-metrics-compact .courts-dashboard-metric-card p{font-size:11px}.courts-dashboard-metrics-compact .courts-dashboard-metric-card strong{font-size:24px}.courts-case-card{padding:18px}.courts-case-status{min-height:34px;padding:0 12px;font-size:12px}.pretension-card-title{font-size:20px}.pretension-card-subject{max-width:62%}}.tasks-filters-panel{grid-template-columns:minmax(260px,1fr) 220px auto;align-items:center;gap:12px;display:grid}.tasks-filters-panel .input,.tasks-filters-panel .select{min-width:0}.tasks-segmented{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.tasks-title-wrap{gap:4px;display:grid}.tasks-title{color:var(--color-ink-748);font-size:16px;font-weight:700;line-height:1.2}.tasks-title-link{color:inherit;flex-direction:column;gap:4px;text-decoration:none;display:inline-flex}.tasks-title-link:hover .tasks-title,.tasks-title-link:focus-visible .tasks-title{color:#0f4f88;text-decoration:underline;text-decoration-thickness:1.5px}.tasks-subtitle{color:var(--color-slate-395);font-size:13px;font-weight:600}.tasks-date-cell{align-items:center;gap:6px;display:inline-flex}.tasks-date-cell svg{color:var(--color-slate-337)}.tasks-actions-cell{white-space:nowrap;width:1%;position:relative}.task-row-actions{justify-content:flex-end;display:inline-flex;position:relative}.task-row-actions-trigger{border-radius:10px;width:34px;height:34px}.task-row-actions-menu{z-index:35;border:1px solid var(--color-border-default);border-radius:var(--radius-card-compact);background:var(--color-surface-white-95);width:max-content;min-width:190px;box-shadow:var(--shadow-elevation-overlay);padding:var(--space-2);gap:var(--space-1);display:grid;position:absolute;top:calc(100% + 8px);right:0}.task-row-actions-menu .task-row-actions-item{border-radius:var(--radius-control);width:100%;color:var(--color-text-primary);padding:var(--space-3) var(--space-4);align-items:center;gap:var(--space-2);font:inherit;font-size:var(--font-size-control);font-weight:var(--font-weight-semibold);text-align:left;cursor:pointer;background:0 0;border:0;text-decoration:none;display:flex}.task-row-actions-menu .task-row-actions-item:hover,.task-row-actions-menu .task-row-actions-item:focus-visible{background:var(--color-surface-hover)}.task-row-actions-menu .task-row-actions-item:disabled{color:var(--color-disabled-text);cursor:not-allowed}.task-row-actions-menu .task-row-actions-item svg{width:15px;height:15px;color:var(--color-text-secondary);flex:none}.task-row-actions-error{margin:var(--space-1) var(--space-2) 0;color:var(--color-status-danger);font-size:var(--font-size-label);font-weight:var(--font-weight-semibold);white-space:normal}body .responsive-card-table tbody tr:has(.task-row-actions-menu){overflow:visible}.task-new-page{max-width:100%;padding:24px 32px 80px}.create-page-shell{align-content:start;gap:0;display:grid}.create-page-single-column{width:min(100%,1040px);margin-top:24px}.create-page-form-card{gap:24px;padding:34px 36px;display:grid}.create-page-section-head{gap:4px;padding-bottom:6px;display:grid}.create-page-section-head:not(:first-child){border-top:1px solid var(--ui-surface-border);margin-top:8px;padding-top:22px}.create-page-section-head h2{color:var(--color-ink-730);letter-spacing:0;margin:0;font-size:18px;font-weight:750;line-height:1.2}.create-page-section-head p{color:var(--color-slate-432);margin:0;font-size:13px;font-weight:500;line-height:1.45}.create-page-error{border:1px solid var(--color-rose-border-200);background:var(--color-rose-50);width:min(100%,1040px);color:var(--color-rose-600);border-radius:16px;margin-top:24px;padding:14px 18px;font-size:14px;font-weight:600}.task-new-top{grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:56px;display:grid}.task-new-top-copy h1{letter-spacing:0;color:var(--color-ink-730);margin:0;font-size:clamp(32px,3vw,44px);line-height:1}.task-new-top-copy p{color:var(--color-slate-432);margin-top:4px;font-size:15px;font-weight:500}.task-new-top-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.task-new-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:24px;margin-top:24px;display:grid}.task-new-main-card{gap:28px;padding:42px 40px 34px;display:grid}.task-new-side{align-content:start;gap:24px;display:grid}.task-new-side-card{padding:25px}.task-new-side-card h3{color:var(--color-slate-390);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:24px;line-height:1.2}.task-new-link-field{border:1px solid var(--color-border-200);background:var(--color-surface-blue-25);color:var(--color-slate-432);min-height:56px;text-align:left;border-radius:16px;flex:1;align-items:center;gap:10px;padding:0 14px;font-size:16px;font-weight:600;display:inline-flex}.task-new-tag-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.task-new-tag-chip{border:1px solid var(--color-border-200);background:var(--color-surface-slate-40);height:30px;color:var(--color-slate-436);border-radius:999px;align-items:center;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.task-new-tag-add{border:1px solid var(--color-border-200);background:var(--color-surface-blue-25);width:30px;height:30px;color:var(--color-slate-327);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.task-detail-page{max-width:100%;padding:24px 32px 80px}.task-detail-loading{border:1px solid var(--color-border-160);background:var(--color-surface-blue-50);color:var(--color-slate-450);border-radius:20px;padding:28px;font-weight:600}body:before{background:linear-gradient(116deg, var(--color-surface-white-90) 0%, var(--color-white-transparent) 48%), linear-gradient(180deg, #acc9e242 0%, #acc9e200 62%)}.shell{--sidebar-width-expanded:288px;--sidebar-width-collapsed:92px;--shell-offset:0}.sidebar{width:var(--sidebar-active-width);border:1px solid var(--color-border-blue-26);background:linear-gradient(180deg, var(--color-surface-white-72), var(--color-surface-ice-60));box-shadow:16px 0 54px var(--color-shadow-blue-10);-webkit-backdrop-filter:blur(30px)saturate(180%);backdrop-filter:blur(30px)saturate(180%);border-left:0;border-radius:0;padding:28px 14px 18px;top:0;bottom:0;left:0}.brand{align-items:flex-start;gap:12px;min-height:126px;padding:0 14px 18px}.brand-mark{width:78px;height:78px;box-shadow:none;background:0 0;border:0;border-radius:0}.brand-mark img{object-fit:contain;border-radius:0;width:100%;height:100%;display:block}.brand-text{gap:5px;padding-top:15px}.brand-title{color:var(--color-text-secondary);font-family:var(--font-display), var(--font-body), system-ui, sans-serif;letter-spacing:.01em;font-size:28px;font-weight:650}.brand-subtitle{color:var(--color-slate-520);letter-spacing:0;font-size:11px;font-weight:650;display:block}.nav-link{min-height:48px;color:var(--color-text-primary);border:1px solid #0000;border-radius:12px;gap:12px;padding:10px 14px}.nav-link:hover{background:var(--color-surface-hover);border-color:var(--color-border-slate-alt-22);box-shadow:none}.nav-link.active{background:var(--color-surface-blue-mist-82);border-color:var(--color-border-glass);box-shadow:inset 0 1px 0 var(--color-surface-white-82)}.nav-link-disabled{cursor:default;opacity:.58}.nav-icon,.nav-link.active .nav-icon{width:28px;height:28px;color:var(--color-slate-440);box-shadow:none;background:0 0;border:0}.nav-text{color:currentColor;font-size:15px;font-weight:620}.content{margin-left:var(--sidebar-active-width);padding:22px 34px 28px}.shell-topbar{z-index:30;background:linear-gradient(180deg, var(--color-surface-white-90), var(--color-surface-ice-60));-webkit-backdrop-filter:blur(18px)saturate(160%);backdrop-filter:blur(18px)saturate(160%);margin-bottom:26px;padding-top:0;position:sticky;top:0}.shell-topbar-inner{min-height:64px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.shell-search{border:1px solid var(--color-border-default);background:var(--color-surface-white-75);height:48px;box-shadow:inset 0 1px 0 var(--color-surface-white-85), 0 10px 26px var(--color-shadow-blue-08);border-radius:14px}.shell-topbar .button.icon{border:1px solid var(--color-border-slate-alt-22);background:var(--color-surface-white-72);width:48px;height:48px;color:var(--color-status-neutral);box-shadow:0 10px 26px var(--color-shadow-blue-08);border-radius:14px}.topbar-create-button{border-color:var(--color-border-slate-alt-22);background:var(--color-surface-white-72);height:48px;color:var(--ui-button-muted-color);box-shadow:0 10px 26px var(--color-shadow-blue-08);white-space:nowrap;border-radius:14px}.dashboard-page-head{align-items:flex-end;margin-top:8px}.dashboard-page-copy h1{color:var(--color-navy-880);letter-spacing:0;font-size:clamp(32px,2.15vw,42px);font-weight:760}.dashboard-page-copy p{color:#355172;font-size:16px;font-weight:520}.dashboard-updated{color:var(--color-slate-426);font-size:13px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:2px 0 0}.metric-card.metric-card-v2{background:linear-gradient(145deg, var(--color-surface-white-85), var(--color-surface-ice-60));border:1px solid var(--color-border-slate-24);height:auto;min-height:162px;box-shadow:inset 0 1px 0 var(--color-surface-white-92), 0 24px 58px var(--color-shadow-blue-10);-webkit-backdrop-filter:blur(22px)saturate(170%);backdrop-filter:blur(22px)saturate(170%);border-radius:20px;grid-template-columns:78px minmax(0,1fr);grid-template-areas:"icon main""delta delta";align-items:center;gap:18px 22px;padding:26px;display:grid}.metric-icon{border:1px solid var(--color-border-default);background:var(--color-surface-glass-strong);width:62px;height:62px;color:var(--color-blue-600);box-shadow:inset 0 1px 0 var(--color-surface-white-85);border-radius:999px;grid-area:icon}.metric-main{grid-area:main;gap:8px;display:grid}.metric-card.metric-card-v2 .metric-value{color:var(--color-navy-880);letter-spacing:0;font-size:clamp(30px,2.2vw,42px);font-weight:760;line-height:1}.metric-card.metric-card-v2 .metric-label{color:var(--color-slate-434);letter-spacing:0;text-transform:none;font-size:15px;font-weight:560}.metric-delta{color:var(--color-blue-580);border:0;grid-area:delta;justify-self:start;padding:0;font-size:14px;font-weight:620;background:0 0!important}.metric-delta.negative{color:var(--color-green-600)}.metric-delta.neutral{color:var(--color-slate-440)}.dashboard-filter-panel{border:1px solid var(--color-border-slate-22);background:var(--color-surface-white-72);box-shadow:inset 0 1px 0 var(--color-surface-white-88), 0 18px 46px var(--color-shadow-blue-10);-webkit-backdrop-filter:blur(22px)saturate(170%);backdrop-filter:blur(22px)saturate(170%);border-radius:20px;grid-template-columns:repeat(3,minmax(180px,1fr)) auto;align-items:end;gap:18px;padding:20px 24px;display:grid}.dashboard-filter-field{gap:8px;display:grid}.dashboard-filter-field>span{color:var(--color-slate-434);font-size:12px;font-weight:720}.dashboard-filter-actions{justify-content:flex-end;gap:12px;display:flex}.dashboard-filter-panel .select{background-color:var(--color-surface-white-75);border-radius:12px;height:48px}.dashboard-tasks-section{padding:0;overflow:hidden}.dashboard-section-head{border-bottom:1px solid var(--color-border-slate-22);min-height:72px;margin:0;padding:0 26px}.dashboard-section-head h3{color:var(--color-navy-880);align-items:center;gap:10px;font-size:19px;font-weight:760;display:inline-flex}.dashboard-section-head h3 span{border:1px solid var(--color-border-slate-22);min-width:30px;height:28px;color:var(--color-slate-435);border-radius:999px;place-items:center;font-size:13px;font-weight:720;display:inline-grid}.dashboard-section-link{color:var(--color-blue-590);font-size:14px;font-weight:620}.dashboard-task-table-wrap{overflow-x:auto}.dashboard-task-table{min-width:920px}@media (max-width:1180px){.metric-grid,.dashboard-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-filter-actions{justify-content:flex-start}}@media (max-width:1024px){.content{width:100%;min-width:0;margin-left:0}}@media (max-width:720px){.content{padding:16px 16px 24px}.metric-grid,.dashboard-filter-panel{grid-template-columns:1fr}.metric-card.metric-card-v2{min-height:142px}.dashboard-filter-actions,.dashboard-filter-actions .button{width:100%}.dashboard-task-table{min-width:0}}.shell-topbar{position:relative;top:auto}.dashboard-page-actions .topbar-quick-create{position:relative}.dashboard-page-actions .topbar-create-button{justify-content:center;min-width:168px;height:48px}.metric-card.metric-card-v2{border-radius:16px;grid-template-columns:46px minmax(0,1fr) auto;grid-template-areas:"icon main delta";gap:12px;min-height:82px;padding:14px 16px}.metric-icon{width:42px;height:42px}.metric-icon svg{width:21px;height:21px}.metric-main{gap:3px}.metric-card.metric-card-v2 .metric-value{font-size:clamp(20px,1.25vw,26px)}.metric-delta{max-width:96px;color:var(--color-slate-505);text-align:right;place-self:end;font-size:11px;line-height:1.2}.tasks-actions-cell .button.icon{border:1px solid var(--color-border-slate-22);background:var(--color-surface-white-62);color:var(--color-slate-395);box-shadow:none}.tasks-actions-cell .button.icon:hover{border-color:var(--ui-button-muted-border-hover);background:var(--color-surface-chip);color:var(--color-slate-600);transform:none}.shell.sidebar-collapsed .sidebar{background:linear-gradient(180deg, var(--color-surface-white-72), var(--color-surface-ice-60));border-right-color:var(--color-border-blue-26);box-shadow:10px 0 32px var(--color-shadow-blue-08)}.shell.sidebar-collapsed .nav-link{background:0 0;border-radius:14px;justify-content:center}.shell.sidebar-collapsed .nav-link.active{background:var(--color-surface-blue-mist-82);border-color:var(--color-border-glass)}.shell.sidebar-collapsed .nav-icon{color:var(--color-slate-440)}.settings-invite-form{grid-template-columns:minmax(0,1fr);align-items:stretch;max-width:min(100%,680px)}.settings-invite-form>.stack,.settings-invite-form .input,.settings-invite-form .select,.settings-invite-form>.button{width:100%}.settings-invite-form>.button{justify-content:center}@media (max-width:1180px){.metric-card.metric-card-v2{grid-template-columns:46px minmax(0,1fr);grid-template-areas:"icon main""delta delta"}.metric-delta{text-align:left;justify-self:start}}.app-page.dashboard{gap:var(--dashboard-compact-page-gap);padding:var(--space-4) 0 var(--space-11)}.dashboard-page-head{min-height:var(--dashboard-compact-row-height);align-items:center;margin-top:0}.dashboard-page-copy h1{font-size:clamp(28px,1.8vw,32px);line-height:1.08}.dashboard-page-copy p{font-size:var(--font-size-body)}.dashboard-page-actions .button,.dashboard-page-actions .topbar-create-button{height:var(--dashboard-compact-control-height);min-height:var(--dashboard-compact-control-height);border-radius:var(--dashboard-compact-radius);box-shadow:none}.metric-grid{gap:var(--space-5);border-radius:var(--dashboard-compact-radius);box-shadow:none;background:0 0;border:0;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid;overflow:visible}.metric-card.metric-card-v2{min-height:118px;padding:var(--space-8);gap:var(--space-4);border:1px solid var(--dashboard-surface-border);border-radius:var(--radius-xl);background:var(--dashboard-surface-bg);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(22px)saturate(130%);backdrop-filter:blur(22px)saturate(130%);grid-template-columns:40px minmax(0,1fr) auto;grid-template-areas:"icon main delta"}.metric-grid>.metric-card:last-child{border-right:1px solid var(--dashboard-surface-border)}.metric-card.metric-card-v2:hover{background:var(--color-surface-hover);box-shadow:none;transform:none}.metric-card.metric-card-v2 .metric-icon{border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface-info);width:44px;height:44px;box-shadow:none}.metric-card.metric-card-v2 .metric-icon svg{width:18px;height:18px}.metric-card.metric-card-v2 .metric-main{gap:var(--space-1)}.metric-card.metric-card-v2 .metric-value{font-size:28px;line-height:1}.metric-card.metric-card-v2 .metric-label{font-size:var(--font-size-control);line-height:1.2}.metric-card.metric-card-v2 .metric-delta{max-width:96px;font-size:var(--font-size-label);text-align:right;place-self:end;line-height:1.25}.dashboard-next-hearing{align-items:center;gap:var(--space-4);min-height:var(--dashboard-compact-row-height);padding:var(--space-3) var(--dashboard-compact-padding);border:1px solid var(--color-status-info-border);border-radius:var(--dashboard-compact-radius);background:var(--color-surface-info);grid-template-columns:32px minmax(0,1fr) auto;display:grid}.dashboard-next-hearing-icon{color:var(--color-action-primary);place-items:center;display:grid}.dashboard-next-hearing-icon svg{width:18px;height:18px}.dashboard-next-hearing-copy{min-width:0}.dashboard-next-hearing-copy h2{color:var(--color-text-secondary);font-size:var(--font-size-label);margin:0;font-weight:700}.dashboard-next-hearing-copy p{margin:var(--space-1) 0 0;color:var(--color-text-primary);font-size:var(--font-size-control);text-overflow:ellipsis;white-space:nowrap;line-height:1.3;overflow:hidden}.dashboard-next-hearing-link{color:var(--color-action-primary);align-items:center;gap:var(--space-2);font-size:var(--font-size-control);font-weight:650;display:inline-flex}.dashboard-next-hearing-link svg{width:16px;height:16px}@media (max-width:1180px){.metric-grid{grid-template-columns:1fr}.metric-card.metric-card-v2{border-right:0;border-bottom:1px solid var(--dashboard-surface-border);grid-template-columns:40px minmax(0,1fr) auto;grid-template-areas:"icon main delta"}.metric-grid>.metric-card:last-child{border-bottom:0}}@media (max-width:720px){.dashboard-page-copy h1{font-size:27px}.dashboard-next-hearing{grid-template-columns:28px minmax(0,1fr)}.dashboard-next-hearing-link{grid-column:2;justify-self:start}.dashboard-next-hearing-copy p{white-space:normal}}.shell-compact-density{--sidebar-width-expanded:244px}.shell-compact-density .sidebar{padding:var(--space-8) var(--space-4) var(--space-5);box-shadow:none}.shell-compact-density .brand{min-height:106px;padding:0 var(--space-4) var(--space-6)}.shell-compact-density .brand-mark{width:64px;height:64px}.shell-compact-density .brand-title{font-size:24px}.shell-compact-density .nav{gap:var(--space-1)}.shell-compact-density .nav-link{min-height:44px;padding:var(--space-2) var(--space-4)}.shell-compact-density .nav-text{font-size:14px}.shell-compact-density .nav-icon svg{width:20px;height:20px}.shell-compact-density>.content{padding:var(--space-6) var(--space-10) var(--space-9)}.shell-compact-density .shell-topbar{margin-bottom:var(--space-6)}.shell-compact-density .shell-topbar-inner{min-height:56px}.shell-compact-density .shell-search{border-radius:var(--dashboard-compact-radius);height:40px;box-shadow:none}.dashboard-filter-panel{grid-template-columns:repeat(3,minmax(0,1fr)) auto auto}.dashboard-filter-actions{flex-wrap:nowrap;justify-content:flex-end}.dashboard-section-head{min-height:var(--dashboard-compact-row-height);padding:0 var(--dashboard-compact-padding)}.dashboard-section-link{white-space:nowrap}.dashboard-task-modal,.dashboard-task-modal .modal-actions{background:var(--color-surface-blue-5)}.dashboard-empty-state{min-height:76px;padding:var(--space-4) var(--dashboard-compact-padding);background:0 0;border:0;border-radius:0;margin:0}.dashboard-deal-item{min-height:var(--dashboard-compact-row-height);border:0;border-bottom:1px solid var(--dashboard-row-border);background:0 0;border-radius:0}@media (min-width:901px) and (max-width:1180px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card.metric-card-v2{border-right:1px solid var(--dashboard-surface-border);border-bottom:0}.metric-grid>.metric-card:last-child{border-right:0}}@media (max-width:1180px){.dashboard-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1024px){.shell-compact-density>.content{padding:var(--space-6)}}@media (max-width:720px){.dashboard-filter-panel{grid-template-columns:1fr}.dashboard-filter-actions,.dashboard-filter-actions .button{width:100%}.dashboard-section-head{gap:var(--space-2)}.dashboard-section-head h2{font-size:var(--font-size-body)}.dashboard-section-link{font-size:var(--font-size-label)}}.registry-page{gap:var(--registry-compact-page-gap);padding-inline:0}.registry-page .page-header{min-height:var(--registry-compact-row-height);align-items:center;gap:var(--space-6)}.registry-page .page-header-copy{gap:var(--space-1)}.registry-page .page-header-copy h1{letter-spacing:-.02em;font-size:28px;line-height:1.1}.registry-page .page-header-copy p{font-size:var(--font-size-label);line-height:1.35}.registry-page .page-header-actions .button{min-height:var(--registry-compact-control-height);height:var(--registry-compact-control-height)}.registry-toolbar{align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--ui-surface-border);border-radius:var(--registry-compact-radius);background:var(--dashboard-surface-bg);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:minmax(280px,1fr) minmax(180px,220px) auto;display:grid}.registry-toolbar>label{min-width:0}.registry-toolbar .input,.registry-toolbar .select,.registry-toolbar .button{min-height:var(--registry-compact-control-height);height:var(--registry-compact-control-height)}.registry-search-field{align-items:center;gap:var(--space-2);min-height:var(--registry-compact-control-height);padding-inline:var(--space-4);border:1px solid var(--ui-control-border);border-radius:var(--registry-compact-radius);background:var(--ui-control-bg);color:var(--color-text-subtle);grid-template-columns:auto minmax(0,1fr);display:grid}.registry-search-field:focus-within{border-color:var(--ui-control-border-hover);box-shadow:0 0 0 3px var(--ui-control-focus)}.registry-search-field .input{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.tasks-segmented{gap:var(--space-2);padding-bottom:var(--space-2);border-bottom:1px solid var(--ui-table-divider)}.tasks-segmented .button{gap:var(--space-2);min-height:var(--registry-compact-control-height);height:var(--registry-compact-control-height);box-shadow:none;background:0 0;border-color:#0000}.tasks-segmented .button.active{border-color:var(--ui-button-border);background:var(--ui-button-bg-hover)}.registry-tab-count{min-width:22px;height:22px;padding-inline:var(--space-2);border-radius:var(--radius-pill);background:var(--color-surface-slate-90);color:var(--color-text-muted);font-size:var(--font-size-label);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;display:inline-flex}.registry-page .table-card>.app-notice,.registry-page .table-card>.app-empty-state{margin:var(--space-3)}.registry-page .table thead th{height:38px;padding-block:var(--space-2);padding-inline:var(--registry-compact-padding)}.registry-page .table tbody td{min-height:var(--registry-compact-row-height);padding-block:var(--space-3);padding-inline:var(--registry-compact-padding)}.registry-page .tasks-title{font-size:var(--font-size-body)}.registry-page .tasks-subtitle{font-size:var(--font-size-label)}.registry-page .ui-status-badge{min-height:24px;padding-inline:var(--space-3);font-size:var(--font-size-label)}@media (max-width:900px){.registry-page .page-header{align-items:stretch}.registry-toolbar{grid-template-columns:minmax(0,1fr) minmax(180px,220px) auto}}@media (max-width:720px){.registry-page{gap:var(--space-4)}.registry-page .page-header-copy h1{font-size:24px}.registry-toolbar{padding:var(--space-2);grid-template-columns:1fr}.registry-toolbar .button{width:100%}.registry-page .tasks-segmented{gap:var(--space-2);padding-bottom:var(--space-3);flex-wrap:nowrap;overflow-x:auto}.registry-page .tasks-segmented .button{flex:none;width:auto}.registry-page .responsive-card-table tr{margin:var(--space-2);border-radius:var(--registry-compact-radius)}.registry-page .responsive-card-table td{padding:var(--space-3) var(--space-4)}}.deals-registry-toolbar{grid-template-columns:minmax(280px,1fr) minmax(150px,190px) minmax(160px,210px) auto}.deals-registry-table{table-layout:fixed}.deals-registry-table th,.deals-registry-table td{min-width:0;overflow:hidden}.deals-registry-table th:first-child{width:24%}.deals-registry-table th:nth-child(2){width:13%}.deals-registry-table th:nth-child(3),.deals-registry-table th:nth-child(4){width:19%}.deals-registry-table th:nth-child(5){width:12%}.deals-registry-table th:nth-child(6){width:13%}.deals-registry-secondary{color:var(--color-text-muted);font-size:var(--font-size-table);line-height:1.35}.deals-registry-title,.deals-registry-clamped{overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}.deals-registry-table .deals-registry-amount{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;text-overflow:ellipsis}.deals-registry-table th:nth-child(6){text-align:right}@media (max-width:1100px){.deals-registry-toolbar{grid-template-columns:minmax(0,1fr) repeat(2,minmax(160px,200px)) auto}.registry-page .deals-registry-table th,.registry-page .deals-registry-table td{padding-inline:var(--space-2)}.deals-registry-table th:first-child{width:26%}.deals-registry-table th:nth-child(2){width:14%}.deals-registry-table th:nth-child(3),.deals-registry-table th:nth-child(4){width:17%}.deals-registry-table th:nth-child(5),.deals-registry-table th:nth-child(6){width:13%}}@media (max-width:900px){.deals-registry-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.deals-registry-toolbar .registry-search-field{grid-column:1/-1}}@media (max-width:720px){.deals-registry-toolbar{grid-template-columns:1fr}.deals-registry-toolbar .registry-search-field{grid-column:auto}.registry-page .deals-registry-table td{overflow:visible}.deals-registry-table .deals-registry-amount{text-align:left;text-overflow:clip}}body{background:radial-gradient(circle at 42% 8%, var(--color-surface-white-90), var(--color-white-transparent) 34%), radial-gradient(circle at 88% 14%, var(--color-surface-blue-mist-82), var(--color-white-transparent) 32%), var(--color-bg-app)}body:before{display:none}:focus-visible{box-shadow:var(--legal-workspace-focus-ring);outline:none}.shell{--sidebar-width-expanded:var(--legal-workspace-sidebar-width);--sidebar-width-collapsed:var(--legal-workspace-sidebar-collapsed-width);--shell-offset:0px;background:0 0}.sidebar{width:var(--sidebar-active-width);border:0;border-right:1px solid var(--color-border);background:var(--color-sidebar-bg);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(28px)saturate(135%);backdrop-filter:blur(28px)saturate(135%);border-radius:0;gap:18px;padding:16px 12px;transition:transform .18s,width .18s,box-shadow .18s;top:0;bottom:0;left:0}.sidebar:hover{box-shadow:none}.brand{color:var(--color-sidebar-text);padding:0 8px 12px}.brand-mark{border-radius:var(--radius-md);border-color:color-mix(in srgb, var(--color-sidebar-text) 14%, transparent);background:color-mix(in srgb, var(--color-sidebar-text) 8%, transparent);width:42px;height:42px;box-shadow:none}.brand-mark img{border-radius:var(--radius-sm)}.brand-title{color:var(--color-primary-700);font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:var(--font-weight-bold)}.brand-subtitle{color:var(--color-sidebar-muted);font-size:11px}.nav{gap:4px}.nav-link{border-radius:var(--radius-md);min-height:44px;color:var(--color-sidebar-text);box-shadow:none;background:0 0;border:0;padding:0 12px}.nav-link:hover{background:var(--color-sidebar-hover);box-shadow:none;border-color:#0000}.nav-link.active,.shell.sidebar-collapsed .nav-link.active{background:var(--color-sidebar-active);color:var(--color-primary-600);box-shadow:inset 0 1px 0 var(--color-surface-white-72)}.nav-icon,.nav-link.active .nav-icon{color:currentColor;width:28px;height:28px;box-shadow:none;background:0 0;border:0}.nav-link.active .nav-icon,.nav-link.active .nav-text{color:var(--color-primary-600)}.nav-icon svg{width:19px;height:19px}.nav-text{color:currentColor;max-width:170px;font-size:14px;font-weight:var(--font-weight-medium)}.nav-link-disabled{color:var(--color-sidebar-muted);opacity:.62}.sidebar-footer{padding-top:12px}.sidebar-toggle-link{width:100%;height:44px;min-height:44px;color:var(--color-sidebar-muted);box-shadow:none;background:0 0;border-color:#0000}.sidebar-toggle-link:hover{background:var(--color-sidebar-hover);color:var(--color-sidebar-text);border-color:#0000;transform:none}.sidebar-toggle-link .nav-icon{color:currentColor}.content{margin-left:var(--sidebar-active-width);background:0 0;height:100dvh;min-height:100dvh;padding:0}.content.content-auth{height:auto;min-height:100dvh}.shell-topbar{z-index:30;width:100%;max-width:none;padding:16px var(--legal-workspace-page-padding) 0;background:0 0;border-bottom:0;margin:0 0 20px;position:relative;top:auto}.shell-topbar-inner{width:100%;max-width:var(--legal-workspace-content-max-width);min-height:var(--legal-workspace-topbar-height);height:var(--legal-workspace-topbar-height);background:var(--color-topbar-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(24px)saturate(135%);backdrop-filter:blur(24px)saturate(135%);gap:16px;margin-inline:auto;padding:8px;overflow:visible}.shell-search-wrap{max-width:520px}.shell-search{border-radius:var(--radius-md);border:1px solid var(--color-neutral-300);background:var(--color-white);height:44px;box-shadow:none;padding:0 12px}.shell-search:focus-within{border-color:var(--color-primary-500);box-shadow:var(--legal-workspace-focus-ring)}.shell-search svg{width:18px;height:18px;color:var(--color-neutral-500)}.shell-search input{color:var(--color-neutral-900);font-size:14px;font-weight:var(--font-weight-regular)}.shell-search-popover,.topbar-quick-create-menu{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-surface);box-shadow:var(--shadow-md);-webkit-backdrop-filter:none;backdrop-filter:none}.shell-search-item{border-color:var(--color-border);background:var(--color-bg-surface);border-radius:var(--radius-md)}.shell-search-item:hover{border-color:var(--color-border-strong);background:var(--color-card-hover);transform:none}.shell-topbar-actions{gap:10px}.shell-topbar-action-icons{gap:8px}.shell-topbar .button.icon{border-radius:var(--radius-md);border-color:var(--color-border);background:var(--color-bg-surface);width:40px;height:40px;color:var(--color-neutral-700)}.shell-topbar .button.icon:hover{background:var(--color-neutral-100)}.topbar-create-button{border-radius:var(--radius-md);height:40px}.topbar-quick-create-menu{min-width:240px;padding:6px}.topbar-quick-create-item{border-radius:var(--radius-sm);min-height:36px;color:var(--color-neutral-800)}.topbar-quick-create-item:hover{background:var(--color-neutral-100)}.shell-topbar-user-block{border-left:1px solid var(--color-divider);height:44px;margin-left:8px;padding-left:16px}.shell-topbar-user-name{color:var(--color-neutral-900);font-size:14px;font-weight:var(--font-weight-semibold)}.shell-topbar-user-role{color:var(--color-neutral-600);font-size:12px;font-weight:var(--font-weight-regular);letter-spacing:0}.shell-profile-link{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-neutral-100);width:40px;height:40px;color:var(--color-neutral-700)}main,.app-page{width:100%;max-width:var(--legal-workspace-content-max-width);padding:var(--legal-workspace-page-padding);margin-inline:auto}.legal-hub-page{gap:24px}.legal-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.litigation-flow{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.litigation-flow-step{border:1px solid var(--color-border-150);background:var(--ui-control-bg);border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;padding:12px 14px;display:grid}.litigation-flow-step span{width:26px;height:26px;color:var(--color-primary-700);background:var(--color-primary-50);border-radius:999px;place-items:center;font-size:12px;font-weight:700;display:grid}.litigation-flow-step strong{min-width:0;color:var(--color-ink-700);font-size:13px;line-height:18px}.litigation-flow-step svg{color:var(--color-slate-430)}.consultations-page{gap:24px}.consultation-card-title{overflow-wrap:anywhere;letter-spacing:0;min-width:0;font-size:24px;line-height:1.15}.consultation-card-question{-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:min(70%,420px);display:-webkit-box;overflow:hidden}.administration-users-page{gap:18px}.admin-users-filter{grid-template-columns:minmax(220px,1fr) minmax(160px,220px) minmax(150px,200px);gap:10px;width:100%;display:grid}.admin-users-invite-card,.admin-users-invites-card{overflow:hidden}.admin-users-table{min-width:980px}.admin-users-invites-table{min-width:820px}.admin-users-badges{flex-wrap:wrap;gap:6px;display:flex}.legal-hub-card{padding:0}.legal-hub-card-link{gap:12px;min-height:100%;padding:20px;display:grid}.legal-hub-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.legal-hub-card h3{color:var(--color-neutral-900);margin:0;font-size:16px;line-height:24px}.legal-hub-card p{color:var(--color-neutral-600);margin:0;font-size:14px;line-height:22px}@media (max-width:1180px){.legal-hub-grid,.litigation-flow{grid-template-columns:1fr}}@media (max-width:1024px){.content{margin-left:0}.shell-menu-button{display:inline-flex}.sidebar{width:min(320px,100vw - 32px);transform:translate(-100%)}.button.sidebar-edge-trigger{display:none}.sidebar.is-mobile-open{transform:translate(0)}.shell.sidebar-collapsed .sidebar.is-mobile-open{pointer-events:auto;transform:translate(0)}.shell.sidebar-collapsed .sidebar.is-mobile-open .brand{justify-content:flex-start;gap:12px;padding-inline:8px}.shell.sidebar-collapsed .sidebar.is-mobile-open .brand-text,.shell.sidebar-collapsed .sidebar.is-mobile-open .nav-text{opacity:1;width:auto;max-width:220px;overflow:visible;transform:none}.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 (prefers-reduced-motion:reduce){.sidebar{transition:none}}@media (max-width:720px){.consultation-card-title{font-size:20px}.consultation-card-question{max-width:62%}main,.app-page,.legal-hub-card-link{padding:16px}.litigation-flow-step{grid-template-columns:auto minmax(0,1fr)}.litigation-flow-step svg{display:none}.admin-users-filter{grid-template-columns:1fr}}.quick-create-trigger-shortcut{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-neutral-500);background:var(--color-neutral-100);font:inherit;margin-left:4px;padding:2px 5px;font-size:10px;line-height:1.2}.quick-create-dropdown{top:calc(100% + var(--space-2));border-color:var(--color-border);border-radius:var(--radius-lg);background:var(--color-white);width:min(360px,100vw - 32px);max-height:min(500px,100dvh - 96px);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(24px)saturate(135%);backdrop-filter:blur(24px)saturate(135%);z-index:50;grid-template-rows:auto auto minmax(0,1fr);gap:0;padding:0;position:absolute;right:0;overflow:hidden}.quick-create-head{justify-content:space-between;align-items:baseline;gap:var(--space-4);padding:var(--space-4) var(--space-4) var(--space-3);display:flex}.quick-create-head h2{color:var(--color-neutral-900);margin:0;font-size:16px;line-height:22px}.quick-create-head>span{color:var(--color-neutral-600);font-size:var(--font-size-label)}.quick-create-search{align-items:center;gap:var(--space-2);margin:0 var(--space-4) var(--space-3);padding:0 var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-subtle);display:flex}.quick-create-search:focus-within{border-color:var(--color-primary-500);box-shadow:var(--legal-workspace-focus-ring)}.quick-create-search>svg{width:18px;color:var(--color-neutral-500);flex:0 0 18px}.quick-create-search input.input,.quick-create-search input.input:hover,.quick-create-search input.input:focus{min-width:0;height:40px;box-shadow:none;color:var(--color-neutral-900);background:0 0;border:0;padding-inline:0;font-size:14px}.quick-create-results{align-content:start;gap:var(--space-1);min-height:0;max-height:350px;padding:0 var(--space-3) var(--space-3);display:grid;overflow-y:auto}.quick-create-results .quick-create-result{justify-content:stretch;align-items:center;gap:var(--space-2);width:100%;min-height:48px;padding:6px var(--space-2);border-radius:var(--radius-md);color:var(--color-neutral-900);text-align:left;white-space:normal;cursor:pointer;background:0 0;border:1px solid #0000;grid-template-columns:34px minmax(0,1fr);display:grid}.quick-create-results .quick-create-result:hover,.quick-create-results .quick-create-result.is-active{box-shadow:none;border-color:var(--color-border);background:var(--color-neutral-100);transform:none}.quick-create-result:focus-visible{box-shadow:var(--legal-workspace-focus-ring);outline:none}.quick-create-result-icon{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-surface);width:34px;height:34px;color:var(--color-primary-600);place-items:center;display:grid}.quick-create-result-icon svg{width:18px;height:18px}.quick-create-result-copy{gap:2px;min-width:0;display:grid}.quick-create-result-copy strong{font-size:13px;line-height:18px}.quick-create-result-copy span{color:var(--color-neutral-600);font-size:12px;line-height:16px}.quick-create-empty{place-items:center;gap:var(--space-2);padding:var(--space-9) var(--space-4);color:var(--color-neutral-600);text-align:center;display:grid}.quick-create-empty svg{width:24px;height:24px}.quick-create-empty strong{color:var(--color-neutral-800);font-size:14px}.quick-create-empty span{font-size:13px}@media (max-width:720px){.quick-create-trigger-shortcut{display:none}.shell-topbar{padding:12px 16px 0}.shell-topbar-inner{-webkit-backdrop-filter:none;backdrop-filter:none}.quick-create-dropdown{width:auto;max-height:calc(100dvh - 92px);position:fixed;top:76px;left:16px;right:16px}.quick-create-search{margin-inline:var(--space-4)}}
