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