:root{--background:#c9def0;--surface:#fff;--surface-muted:#f8fafc;--foreground:#172033;--foreground-muted:#5d687a;--border:#d9e0ea;--primary:#183b66;--primary-hover:#102c50;--primary-soft:#e8f0f9;--danger:#b42318;--danger-soft:#fef3f2;--focus:#4b8bd4;--dashboard-card:#fff;--dashboard-card-border:#dbe4ee;--dashboard-card-shadow:0 10px 26px #183b661a, 0 2px 6px #183b660d;--page-gradient-start:#f6f8fb;--page-glow:#2c58851a;--surface-translucent:#fffffff0;--surface-shadow:#14263f0d;--interactive-border:#b5c0cf;--focus-ring:#4b8bd459;--shadow:0 18px 45px #14263f14, 0 4px 12px #14263f0d}.dark{--background:#0b1220;--surface:#172033;--surface-muted:#202c42;--foreground:#f1f5f9;--foreground-muted:#aeb9c9;--border:#344258;--dashboard-card:#25344d;--dashboard-card-border:#6ea8e638;--dashboard-card-shadow:0 10px 26px #00000038, 0 2px 6px #00000029;--primary:#6ea8e6;--primary-hover:#8abbef;--primary-soft:#1d3552;--danger:#fda29b;--danger-soft:#4a1d1d;--focus:#79b4f2;--page-gradient-start:#101a2c;--page-glow:#39699d2e;--surface-translucent:#172033f0;--surface-shadow:#00000047;--interactive-border:#52627a;--focus-ring:#79b4f266;--shadow:0 18px 45px #0000004d, 0 4px 12px #0003}*{box-sizing:border-box}html{background:var(--background);min-height:100%}html,body{background-color:var(--background)}body{background:radial-gradient(circle at top left, var(--page-glow), transparent 30%), linear-gradient(180deg, var(--page-gradient-start) 0%, var(--background) 100%);min-height:100vh;color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.5}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}a{color:inherit}.site-shell{min-height:100vh}.auth-page{grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);min-height:100vh;display:grid}.auth-brand-panel{color:#fff;background:radial-gradient(circle at 50% 30%,#30669e38,#0000 42%),linear-gradient(160deg,#071d37 0%,#0d2f57 52%,#173f6c 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-brand-inner{text-align:center;grid-template-rows:auto minmax(300px,420px) auto auto;gap:24px;width:min(100%,760px);padding:clamp(36px,5vh,64px) clamp(28px,4vw,64px);display:grid}.brand-logo{object-fit:contain;object-position:center;width:100%;height:100%}.brand-mascot-container{width:min(100%,500px);height:100%;min-height:300px;max-height:420px;margin:0 auto;position:relative}.brand-title{color:#fff;letter-spacing:-.055em;text-align:center;margin:0;font-size:clamp(4rem,5.5vw,6rem);font-weight:800;line-height:.95}.auth-brand-content{text-align:center;width:100%;max-width:620px;margin:0 auto}.auth-brand-content h2{letter-spacing:-.045em;max-width:620px;margin:0 auto 20px;font-size:clamp(2.5rem,4vw,4.25rem);line-height:1.02}.auth-brand-content p{color:#ffffffc2;max-width:560px;margin:0 auto;font-size:1.1rem}.auth-brand-footer{color:#ffffff94;text-align:center;width:100%;max-width:620px;margin:0 auto;font-size:.875rem}.auth-form-panel{color:var(--foreground);justify-content:center;align-items:center;padding:48px;display:flex}.auth-card{border:1px solid var(--border);background:var(--surface-translucent);width:100%;max-width:440px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:40px}.auth-card-header{margin-bottom:30px}.auth-card-header h2{letter-spacing:-.03em;margin:0 0 10px;font-size:2rem;line-height:1.2}.auth-card-header p{color:var(--foreground-muted);margin:0}.form-grid{gap:20px;display:grid}.form-field{gap:8px;display:grid}.form-field label{font-size:.925rem;font-weight:700}.form-field input{border:1px solid var(--border);background:var(--surface);width:100%;min-height:48px;color:var(--foreground);border-radius:10px;padding:11px 13px;transition:border-color .15s,box-shadow .15s}.form-field input::placeholder{color:#8b96a8}.form-field input:hover{border-color:var(--interactive-border)}.form-field input:focus{border-color:var(--focus);outline:none;box-shadow:0 0 0 4px #4b8bd429}.primary-button,.secondary-button{border-radius:10px;justify-content:center;align-items:center;min-height:46px;padding:11px 18px;text-decoration:none;transition:background-color .15s,border-color .15s,transform .15s;display:inline-flex}.primary-button{border:1px solid var(--primary);background:var(--primary);color:#fff;width:100%}.primary-button:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled){transform:translateY(1px)}.primary-button:focus-visible,.secondary-button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--foreground)}.secondary-button:hover:not(:disabled){border-color:var(--interactive-border);background:var(--surface-muted)}.form-error{background:var(--danger-soft);color:var(--danger);border:1px solid #f2b8b5;border-radius:10px;margin:0;padding:12px 14px;font-size:.9rem}.auth-notice{color:var(--foreground-muted);text-align:center;margin:24px 0 0;font-size:.825rem}.app-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.desktop-sidebar{min-width:0}.mobile-menu-button,.mobile-nav-backdrop,.mobile-nav-drawer{display:none}.app-sidebar{border-right:1px solid var(--border);background:var(--surface-translucent);height:100vh;box-shadow:8px 0 24px var(--surface-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;padding:24px 18px;display:flex;position:sticky;top:0}.app-sidebar-signout{width:100%;margin-bottom:18px}.app-sidebar-brand{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:0 8px 24px;display:flex}.app-sidebar-logo{object-fit:contain;flex-shrink:0;width:80px;height:80px}.app-sidebar-brand-text{min-width:0}.app-sidebar-brand-text strong,.app-sidebar-brand-text span{display:block}.app-sidebar-brand-text strong{letter-spacing:-.02em;font-size:1.4rem;font-weight:700;line-height:1.15}.app-sidebar-brand-text span{color:var(--foreground-muted);margin-top:5px;font-size:.95rem;font-weight:500;line-height:1.25}.app-sidebar-officer-preview{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);min-width:0;color:var(--foreground);border-radius:12px;align-items:center;gap:12px;margin-top:16px;padding:12px;text-decoration:none;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .15s;display:flex}.app-sidebar-officer-preview-active{border-color:var(--primary);background:color-mix(in srgb, var(--dashboard-card) 88%, var(--primary) 12%);color:var(--foreground)}.app-sidebar-officer-preview-active .app-sidebar-officer-avatar{background:color-mix(in srgb, var(--dashboard-card) 68%, var(--primary) 32%);color:var(--primary)}.app-sidebar-officer-preview-active .app-sidebar-officer-details span{color:var(--foreground-muted)}.app-sidebar-officer-preview:hover{border-color:var(--primary);background:var(--dashboard-card);box-shadow:var(--dashboard-card-shadow);transform:translateY(-1px)}.app-sidebar-officer-preview:active{transform:translateY(0)}.app-sidebar-officer-preview:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.dark .app-sidebar-officer-preview{border-color:var(--border);background:var(--surface-muted)}.dark .app-sidebar-officer-preview:hover{border-color:var(--interactive-border);background:var(--surface);box-shadow:0 8px 20px var(--surface-shadow)}.dark .app-sidebar-officer-preview-active{border-color:var(--primary);background:var(--primary);color:#fff}.dark .app-sidebar-officer-preview-active .app-sidebar-officer-avatar{color:#fff;background:#ffffff29}.dark .app-sidebar-officer-preview-active .app-sidebar-officer-details span{color:#ffffffd1}.app-sidebar-officer-avatar{background:var(--primary);color:#fff;letter-spacing:.04em;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:.85rem;font-weight:800;display:grid}.app-sidebar-officer-details{gap:3px;min-width:0;display:grid}.app-sidebar-officer-details strong,.app-sidebar-officer-details span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-sidebar-officer-details strong{color:var(--foreground);font-size:.9rem;line-height:1.25}.app-sidebar-officer-details span{color:var(--foreground-muted);font-size:.75rem;line-height:1.35}.app-sidebar-nav{gap:24px;padding:22px 0 24px;display:grid}.app-sidebar-nav-group{gap:7px;display:grid}.app-sidebar-section-label{color:var(--foreground-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 10px 4px;font-size:.68rem;font-weight:800}.app-sidebar-future-items{gap:6px;display:grid}.app-sidebar-link{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);min-width:0;min-height:44px;color:var(--foreground);border-radius:10px;align-items:center;gap:11px;padding:9px 11px;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex;position:relative}.app-sidebar-link:hover{border-color:var(--primary);background:var(--dashboard-card);box-shadow:var(--dashboard-card-shadow);transform:translateY(-1px)}.app-sidebar-link-active{border-color:var(--primary);background:color-mix(in srgb, var(--dashboard-card) 88%, var(--primary) 12%);color:var(--foreground);font-weight:700}.app-sidebar-link-active:hover{border-color:var(--primary-hover);background:color-mix(in srgb, var(--dashboard-card) 82%, var(--primary) 18%)}.app-sidebar-link-active .app-sidebar-link-icon{background:color-mix(in srgb, var(--dashboard-card) 68%, var(--primary) 32%);color:var(--primary)}.dark .app-sidebar-link{border-color:var(--border);background:var(--surface-muted)}.dark .app-sidebar-link:hover{border-color:var(--interactive-border);background:var(--surface);box-shadow:none}.dark .app-sidebar-link-active{border-color:var(--primary);background:var(--primary);color:#fff}.dark .app-sidebar-link-active:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.dark .app-sidebar-link-active .app-sidebar-link-icon{color:#fff;background:#ffffff29}.app-sidebar-link-icon{background:var(--surface-muted);color:currentColor;border-radius:8px;flex:0 0 26px;place-items:center;width:26px;height:26px;display:grid}.app-sidebar-link-label{flex:1;min-width:0}.app-sidebar-footer{border-top:1px solid var(--border);margin-top:auto;padding:18px 8px 0}.app-sidebar-footer p{margin:0 0 6px;font-size:.8rem;font-weight:800}.app-sidebar-footer span{color:var(--foreground-muted);font-size:.72rem;line-height:1.45;display:block}.app-main{min-width:0;padding:32px}.app-content{gap:24px;max-width:1180px;margin:0 auto;display:grid}.dashboard-hero{background:linear-gradient(135deg, #102c50fa, #235280f0), var(--primary);color:#fff;box-shadow:var(--shadow);border-radius:20px;padding:40px}.dashboard-eyebrow{color:#bcd5ed;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.8rem;font-weight:800}.dashboard-hero h1{letter-spacing:-.04em;margin:0 0 12px;font-size:clamp(2rem,5vw,3.5rem)}.dashboard-hero p{color:#ffffffc2;max-width:650px;margin:0}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.dashboard-card{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);box-shadow:var(--dashboard-card-shadow);border-radius:16px;padding:24px}.dashboard-card-label{color:var(--primary);letter-spacing:.09em;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:800}.dashboard-card h2{margin:0 0 8px;font-size:1.15rem}.dashboard-card p{color:var(--foreground-muted);margin:0;font-size:.925rem}.dashboard-section{gap:18px;display:grid}.dashboard-section-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-section-header h2{letter-spacing:-.02em;margin:0;font-size:1.5rem}.dashboard-badge{background:var(--primary-soft);color:var(--primary);border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:700}.dashboard-card h3{margin:0 0 10px;font-size:1.15rem}.dashboard-card-actions{gap:12px;margin-top:24px;display:flex}.dashboard-card-actions .primary-button,.dashboard-card-actions .secondary-button{flex:1;width:100%;min-width:0;min-height:32px;padding:5px 12px;font-size:.85rem}.legal-search-input-wrap input[type=search]::-webkit-search-cancel-button{appearance:none}.legal-search-input-wrap input[type=search]::-webkit-search-decoration{appearance:none}.legal-search-input-wrap input[type=search]::-webkit-search-results-button{appearance:none}.legal-search-input-wrap input[type=search]::-webkit-search-results-decoration{appearance:none}.legal-search-input-wrap input[type=search]{appearance:none}.legal-search-hero{background:linear-gradient(135deg, #102c50fa, #235280f0), var(--primary);color:#fff;box-shadow:var(--shadow);border:0;border-radius:20px;padding:40px}.legal-search-hero h1{letter-spacing:-.04em;margin:0 0 10px;font-size:clamp(2rem,5vw,3.25rem)}.legal-search-hero>p:last-of-type{color:#ffffffc2;max-width:700px;margin:0;line-height:1.65}.legal-search-form{grid-template-columns:minmax(180px,.3fr) minmax(280px,1fr) auto;align-items:end;gap:12px;margin-top:28px;display:grid}.legal-search-code-field,.legal-search-query-field{gap:7px;min-width:0;display:grid}.legal-search-query-field>label{color:#ffffffc7;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.legal-search-input-wrap{flex:1;min-width:0;position:relative}.legal-search-code-field{gap:7px;min-width:0;display:grid;position:relative}.legal-search-code-field>span:first-child{color:#ffffffc7;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.legal-search-code-trigger{color:#fff;width:100%;min-height:50px;font:inherit;text-align:left;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff38;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:0 15px;font-weight:700;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex}.legal-search-code-trigger:hover{background:#ffffff24;border-color:#ffffff61}.legal-search-code-trigger:focus-visible{border-color:#ffffffb8;outline:none;box-shadow:0 0 0 3px #ffffff1f}.legal-search-code-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.legal-search-code-menu{z-index:80;border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);box-shadow:var(--shadow);border-radius:12px;padding:5px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden}.legal-search-code-option{width:100%;min-height:42px;color:var(--foreground);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 11px;font-weight:650;display:flex}.legal-search-code-option:hover,.legal-search-code-option:focus-visible{background:color-mix(in srgb, var(--dashboard-card) 88%, var(--primary) 12%);outline:none}.legal-search-code-option-selected{color:var(--primary)}.legal-search-icon{color:#ffffffb8;pointer-events:none;z-index:1;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.legal-search-input-wrap input{color:#fff;caret-color:#fff;width:100%;min-height:50px;font:inherit;background:#ffffff1a;border:1px solid #ffffff38;border-radius:12px;outline:none;padding:0 48px;font-weight:600;transition:border-color .15s,background-color .15s,box-shadow .15s}.legal-search-clear{color:#ffffffb8;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;font-size:1.35rem;line-height:1;transition:background-color .15s,color .15s;display:grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.legal-search-clear:hover{color:#fff;background:#ffffff1f}.legal-search-clear:focus-visible{outline-offset:2px;outline:3px solid #fff3}.legal-search-input-wrap input::placeholder{color:#ffffffad;opacity:1}.legal-search-input-wrap input:hover{background:#ffffff24;border-color:#ffffff61}.legal-search-input-wrap input:focus{color:#fff;background:#ffffff29;border-color:#ffffffb8;box-shadow:0 0 0 3px #ffffff1f}.legal-search-submit{color:#183b66;background:#fff;border-color:#ffffff2e;min-width:110px;min-height:50px}.legal-search-submit:hover:not(:disabled){color:#102c50;background:#eef5fc;border-color:#fff}.legal-search-results{gap:18px;display:grid}.legal-search-results-label{color:var(--foreground-muted);letter-spacing:.1em;text-transform:uppercase;margin:0 0 5px;font-size:.76rem;font-weight:800}.legal-search-results .dashboard-section-header h2{margin:0}.legal-search-result-list{gap:12px;display:grid}.legal-search-result-card{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);box-shadow:var(--dashboard-card-shadow);border-radius:16px;padding:22px 76px 22px 24px;transition:border-color .15s,transform .15s,box-shadow .15s;position:relative}.legal-search-result-card-link{z-index:1;border-radius:inherit;position:absolute;inset:0}.legal-search-result-card-link:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.legal-search-result-content{z-index:0;pointer-events:none;position:relative}.legal-search-save-form{z-index:2;position:absolute;top:16px;right:16px}.legal-search-save-button{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);width:40px;height:40px;color:var(--foreground-muted);box-shadow:var(--dashboard-card-shadow);border-radius:10px;place-items:center;font-size:1.35rem;line-height:1;transition:border-color .15s,background-color .15s,color .15s,transform .15s;display:grid}.legal-search-save-button:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.legal-search-save-button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.legal-search-save-button-active{border-color:var(--primary);background:var(--primary);color:#fff}.legal-search-save-button-active:hover{border-color:var(--primary-hover);background:var(--primary-hover);color:#fff}.legal-search-result-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-1px)}.legal-search-result-card-link .legal-search-result-action{transition:transform .15s}.legal-search-result-card-link:hover .legal-search-result-action{transform:translate(2px)}.legal-search-result-meta{color:var(--foreground-muted);letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;gap:7px;margin-bottom:9px;font-size:.75rem;font-weight:700;display:flex}.legal-search-result-card h3{flex-wrap:wrap;gap:9px;margin:0;font-size:1.08rem;line-height:1.35;display:flex}.legal-search-section-number{color:var(--primary)}.legal-search-citation{color:var(--foreground-muted);margin:8px 0 0;font-size:.88rem}.legal-search-result-footer{border-top:1px solid var(--border);color:var(--foreground-muted);justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding-top:14px;font-size:.78rem;display:flex}.legal-search-result-action{color:var(--primary);align-items:center;gap:6px;font-weight:800;display:inline-flex}.legal-search-message{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);box-shadow:var(--dashboard-card-shadow);border-radius:16px;padding:28px}.legal-search-message h2,.legal-search-message h3{margin:0 0 8px}.legal-search-message p{color:var(--foreground-muted);margin:0}.legal-search-error{border-color:var(--danger-border,var(--border))}.legal-search-start{background:0 0;border:0;border-radius:0;gap:20px;padding:0;display:grid}.legal-search-start h2{margin:0 0 8px}.legal-search-start>div>p:last-child{max-width:680px;color:var(--foreground-muted);margin:0;line-height:1.6}.legal-search-example-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.legal-search-example{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);color:var(--foreground);box-shadow:var(--dashboard-card-shadow);border-radius:16px;gap:5px;padding:20px;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:grid}.legal-search-example:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-1px)}.legal-search-example span{color:var(--foreground-muted);text-transform:uppercase;font-size:.72rem;font-weight:700}.legal-search-example strong{font-size:1rem}.legal-section-top-nav{align-items:center;min-height:72px;display:flex;position:relative}.legal-section-top-search{width:min(680px,100% - 340px);position:absolute;left:50%;transform:translate(-50%)}.legal-section-top-search .legal-search-form{width:100%;margin-top:0}.legal-section-top-nav>.secondary-button{z-index:1;white-space:nowrap;flex-shrink:0;align-self:flex-end;min-width:0;margin-bottom:0;position:relative}.legal-section-top-nav .secondary-button{text-decoration:none}.saved-reference-button{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);min-height:46px;color:var(--foreground);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-weight:700;transition:background-color .15s,border-color .15s,color .15s,transform .15s,box-shadow .15s;display:inline-flex}.saved-reference-button:hover{border-color:var(--primary);box-shadow:var(--dashboard-card-shadow)}.saved-reference-button:active{transform:translateY(1px)}.saved-reference-button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.saved-reference-button-active{border-color:var(--primary);background:var(--primary);color:#fff}.saved-reference-button-active:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.legal-section-hero{padding-right:240px;position:relative}.legal-section-hero h1{max-width:900px}.legal-section-hero-save{z-index:2;position:absolute;top:28px;right:28px}.legal-section-hero-save form{display:flex}.legal-section-hero-save .saved-reference-button{color:#fff;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-color:#ffffff47}.legal-section-hero-save .saved-reference-button:hover{box-shadow:none;background:#ffffff2e;border-color:#ffffff80}.legal-section-hero-save .saved-reference-button-active{color:#183b66;background:#fff;border-color:#ffffffe6}.legal-section-hero-save .saved-reference-button-active:hover{color:#102c50;background:#eef5fc;border-color:#fff}.legal-section-breadcrumbs{color:var(--foreground-muted);flex-wrap:wrap;gap:10px;font-size:.85rem;font-weight:700;display:flex}.legal-section-breadcrumbs span{border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);border-radius:999px;padding:8px 12px}.legal-section-text-card{padding:30px}.legal-section-official-text,.legal-section-history{color:var(--foreground);margin:0;font-size:1rem;line-height:1.8}.legal-section-history{white-space:pre-wrap;color:var(--foreground-muted);font-size:.925rem}.legal-section-source dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:0;display:grid}.legal-section-source dl>div{min-width:0}.legal-section-source dt{color:var(--foreground-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:.72rem;font-weight:800}.legal-section-source dd{overflow-wrap:anywhere;color:var(--foreground);margin:0;font-weight:650}.legal-section-back{display:flex}.legal-section-back .secondary-button{text-decoration:none}.legal-search-top-nav{align-items:center;margin-bottom:4px;display:flex}.legal-search-top-nav .secondary-button{text-decoration:none}.saved-reference-list{gap:16px;display:grid}.saved-reference-card{cursor:pointer;min-height:130px;padding-right:76px;transition:border-color .15s,box-shadow .15s,transform .15s;position:relative}.saved-reference-card:hover{border-color:var(--primary);box-shadow:var(--dashboard-card-shadow);transform:translateY(-1px)}.saved-reference-card:active{transform:translateY(0)}.saved-reference-card-main{z-index:0;pointer-events:none;min-width:0;position:relative}.saved-reference-card-link{z-index:1;border-radius:inherit;position:absolute;inset:0}.saved-reference-star-button{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;width:40px;height:40px;box-shadow:var(--dashboard-card-shadow);border-radius:10px;place-items:center;font-size:1.35rem;line-height:1;transition:border-color .15s,background-color .15s,color .15s,transform .15s;display:grid}.saved-reference-star-button:hover{border-color:var(--primary-hover);background:var(--primary-hover);color:#fff;transform:translateY(-1px)}.saved-reference-star-button:active{transform:translateY(0)}.saved-reference-star-button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.saved-reference-star-form{z-index:2;position:absolute;top:16px;right:16px}.saved-reference-card-link:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.saved-reference-meta{color:var(--foreground-muted);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:7px;margin-bottom:8px;font-size:.72rem;font-weight:800;display:flex}.saved-reference-card h3{flex-wrap:wrap;gap:9px;margin:0;font-size:1.12rem;line-height:1.4;display:flex}.saved-reference-section{color:var(--primary)}.saved-reference-citation{color:var(--foreground-muted);margin:7px 0 0;font-size:.9rem}.saved-reference-date{color:var(--foreground-muted);margin:8px 0 0;font-size:.76rem}.saved-reference-empty{gap:10px;max-width:720px;display:grid}.saved-reference-empty h3{margin:0}.saved-reference-empty p{max-width:560px;color:var(--foreground-muted);margin:0;line-height:1.6}.saved-reference-empty .primary-button{width:fit-content;margin-top:10px;text-decoration:none}.recent-searches-header-actions{align-items:center;gap:10px;display:flex}.recent-search-list{gap:16px;display:grid}.recent-search-card{cursor:pointer;min-height:110px;padding-right:72px;transition:border-color .15s,box-shadow .15s,transform .15s;position:relative}.recent-search-card:hover{border-color:var(--primary);box-shadow:var(--dashboard-card-shadow);transform:translateY(-1px)}.recent-search-card:active{transform:translateY(0)}.recent-search-card-link{z-index:1;border-radius:inherit;position:absolute;inset:0}.recent-search-remove-form{z-index:2;position:absolute;top:14px;right:14px}.recent-search-remove-button{width:36px;height:36px;color:var(--foreground-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;place-items:center;font-size:1.3rem;line-height:1;transition:background-color .15s,border-color .15s,color .15s,transform .15s;display:grid}.recent-search-remove-button:hover{border-color:var(--dashboard-card-border);background:var(--surface-muted);color:var(--danger)}.recent-search-remove-button:active{transform:translateY(1px)}.recent-search-remove-button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.recent-search-card-link:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.recent-search-card-main{min-width:0}.recent-search-meta{color:var(--foreground-muted);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:7px;margin-bottom:8px;font-size:.72rem;font-weight:800;display:flex}.recent-search-card h3{color:var(--foreground);margin:0;font-size:1.12rem;line-height:1.4}.recent-search-date{color:var(--foreground-muted);margin:8px 0 0;font-size:.78rem}.recent-search-clear-all{color:var(--danger)}.recent-search-empty{gap:10px;max-width:720px;display:grid}.recent-search-empty h3{margin:0}.recent-search-empty p{max-width:560px;color:var(--foreground-muted);margin:0;line-height:1.6}.recent-search-empty .primary-button{width:fit-content;margin-top:10px;text-decoration:none}.legal-section-official-text{gap:0;display:grid}.legal-statute-node{margin:0}.legal-statute-summary{cursor:pointer;border-left:3px solid #0000;border-radius:6px;grid-template-columns:3.5rem minmax(0,1fr);align-items:start;column-gap:8px;margin:0;padding-right:32px;scroll-margin-top:24px;line-height:1.75;list-style:none;transition:background-color .15s,border-color .15s;display:grid;position:relative}.legal-statute-summary::-webkit-details-marker{display:none}.legal-statute-summary::marker{content:""}.legal-statute-summary:hover{border-left-color:var(--primary);background:color-mix(in srgb, var(--dashboard-card) 78%, var(--primary) 22%);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary) 42%, transparent), 0 2px 8px color-mix(in srgb, var(--primary) 10%, transparent)}.legal-section-official-text:has(.legal-statute-node[open]) .legal-statute-summary{opacity:.62}.legal-section-official-text .legal-statute-node[open]>.legal-statute-summary{opacity:1;border-left-color:var(--primary);background:color-mix(in srgb, var(--dashboard-card) 82%, var(--primary) 18%);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary) 34%, transparent), 0 2px 8px color-mix(in srgb, var(--primary) 10%, transparent);font-weight:750}.legal-section-official-text .legal-statute-node[open]>.legal-statute-summary .legal-statute-marker{color:var(--primary);font-weight:900}.legal-statute-summary:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.legal-statute-anchor{border-left:3px solid #0000;scroll-margin-top:25vh}.legal-statute-summary:target,.legal-statute-anchor:target{border-left-color:var(--primary);background:color-mix(in srgb, var(--dashboard-card) 90%, var(--primary) 10%)}.legal-statute-marker{text-align:right;font-weight:800}.legal-statute-line-text{min-width:0}.legal-statute-disclosure{width:9px;height:9px;color:var(--foreground-muted);position:absolute;top:.55em;right:9px}.legal-statute-disclosure:before{content:"";transform-origin:50%;border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;transition:transform .15s;display:block;transform:rotate(45deg)}.legal-statute-node:not([open])>.legal-statute-summary .legal-statute-disclosure:before{transform:rotate(-45deg)}.legal-statute-disclosure-empty:before{display:none}.legal-statute-node-leaf>.legal-statute-summary{cursor:default}.legal-statute-children{display:grid}.legal-statute-depth-0>.legal-statute-summary{grid-template-columns:max-content minmax(0,1fr);column-gap:10px;padding-left:0}.legal-statute-depth-0>.legal-statute-summary .legal-statute-marker{text-align:left}.legal-statute-depth-1>.legal-statute-summary{padding-left:24px}.legal-statute-depth-2>.legal-statute-summary{padding-left:48px}.legal-statute-depth-3>.legal-statute-summary{padding-left:72px}.legal-statute-depth-4>.legal-statute-summary{padding-left:96px}.legal-section-top-actions{align-items:center;gap:10px;display:flex}.legal-section-top-actions form{display:flex}.legal-section-heading-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.legal-section-heading-row h2{margin:0}.statute-jump-menu{position:relative}.statute-jump-trigger{white-space:nowrap;gap:8px;min-height:46px;text-decoration:none}.statute-jump-chevron{justify-content:center;align-items:center;font-size:.9rem;display:inline-flex}.statute-jump-popover{z-index:50;border:1px solid var(--border);background:var(--surface);width:220px;max-height:min(460px,65vh);color:var(--foreground);box-shadow:0 18px 48px var(--surface-shadow);border-radius:14px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.statute-jump-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:10px 12px 10px 16px;display:flex}.statute-jump-header strong{font-size:.9rem}.statute-jump-close{width:34px;height:34px;color:var(--foreground-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;padding:0;font-size:1.35rem;line-height:1;transition:background-color .15s,border-color .15s,color .15s;display:grid}.statute-jump-close:hover{border-color:var(--border);background:var(--surface-muted);color:var(--foreground)}.statute-jump-close:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.statute-jump-list{max-height:min(400px,55vh);padding:8px;display:grid;overflow-y:auto}.statute-jump-link{min-height:44px;color:var(--foreground);border-radius:8px;align-items:center;padding:8px 12px;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.statute-jump-link:hover{background:var(--surface-muted);color:var(--primary);text-decoration:none}.statute-jump-link:visited{color:var(--foreground);text-decoration:none}.statute-jump-link:focus-visible{outline:3px solid var(--focus-ring);outline-offset:-2px}.statute-jump-link strong{font-weight:800}.legal-statute-reference-wrap{display:inline;position:relative}.legal-statute-reference{color:var(--primary);font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;display:inline}.legal-statute-reference:hover{color:var(--primary-hover);text-decoration-thickness:2px}.legal-statute-reference:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px;border-radius:4px;text-decoration:none}.legal-statute-reference-preview{z-index:60;border:1px solid var(--dashboard-card-border);background:var(--dashboard-card);width:min(340px,100vw - 40px);box-shadow:var(--shadow);border-radius:14px;display:block;position:absolute;top:calc(100% + 8px);left:0}.legal-statute-reference-preview-link{width:100%;color:var(--foreground);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;gap:6px;padding:16px;text-decoration:none;display:grid}.legal-statute-reference-preview-link:hover{background:color-mix(in srgb, var(--dashboard-card) 94%, var(--primary) 6%)}.legal-statute-reference-preview-link:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.legal-statute-reference-preview-meta{color:var(--foreground-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.legal-statute-reference-preview-title{color:var(--foreground);font-size:1rem;line-height:1.35}.legal-statute-reference-preview-citation{color:var(--foreground-muted);font-size:.82rem}.legal-statute-reference-preview-action{color:var(--primary);align-items:center;gap:6px;margin-top:4px;font-size:.82rem;font-weight:800;display:inline-flex}.legal-statute-reference-wrap:target .legal-statute-reference{background:color-mix(in srgb, var(--dashboard-card) 82%, var(--primary) 18%);box-shadow:0 0 0 3px var(--focus-ring);border-radius:4px}@media (max-width:700px){.recent-searches-header-actions{flex-direction:column;align-items:flex-end}.recent-search-card{min-height:100px;padding-right:64px}.recent-search-remove-form{top:12px;right:12px}.saved-reference-card{min-height:120px;padding-right:68px}.saved-reference-star-form{top:12px;right:12px}}@media (max-width:560px){.legal-statute-reference-preview{width:calc(100vw - 32px);max-width:340px;position:absolute;top:calc(100% + 8px);bottom:auto;right:auto;transform:translate(-50%)}.legal-statute-anchor{scroll-margin-top:18vh}.legal-section-heading-row{flex-direction:column;align-items:stretch}.legal-section-heading-row .statute-jump-menu,.legal-section-heading-row .statute-jump-trigger{width:100%}.legal-section-source dl{grid-template-columns:1fr}.legal-section-text-card{padding:22px}.legal-section-official-text{font-size:.95rem;line-height:1.7}.legal-statute-depth-1>.legal-statute-summary{padding-left:16px}.legal-statute-depth-2>.legal-statute-summary{padding-left:32px}.legal-statute-depth-3>.legal-statute-summary{padding-left:48px}.legal-statute-depth-4>.legal-statute-summary{padding-left:64px}.legal-section-top-nav{flex-direction:column;align-items:stretch;gap:8px;min-height:0;display:flex}.legal-section-top-search .legal-search-form{gap:8px}.legal-section-top-search{width:100%;position:static;transform:none}.legal-section-top-search .legal-search-form{width:100%;margin-top:0}.legal-section-hero{padding:22px 64px 22px 20px;position:relative}.legal-section-hero h1{font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.05}.legal-section-hero .dashboard-eyebrow{margin-bottom:8px}.legal-section-breadcrumbs{scrollbar-width:none;flex-wrap:nowrap;gap:6px;padding-bottom:2px;overflow-x:auto}.legal-section-breadcrumbs::-webkit-scrollbar{display:none}.dashboard-section-header{align-items:flex-start;gap:10px}.dashboard-section-header .dashboard-badge{flex-shrink:0}.legal-section-breadcrumbs span{flex:none;padding:6px 10px;font-size:.75rem}.legal-section-hero-save{margin:0;display:block;position:absolute;top:18px;right:18px}.legal-section-hero-save form{width:auto}.legal-section-hero-save .saved-reference-button{border-radius:10px;gap:0;width:42px;min-width:42px;height:42px;min-height:42px;padding:0;font-size:0}.legal-section-hero-save .saved-reference-button span{font-size:1.4rem;line-height:1}.legal-section-top-actions{align-items:stretch;width:100%}.legal-section-top-actions form,.statute-jump-menu{flex:1}.statute-jump-trigger,.legal-section-top-actions .saved-reference-button{width:100%}.statute-jump-popover{width:100%;left:0;right:0}.legal-section-top-nav .secondary-button{align-self:flex-start;width:fit-content;min-width:0}.legal-section-top-search,.legal-section-top-search form{width:100%}.legal-search-result-card{padding-right:68px}.legal-search-save-form{top:12px;right:12px}}@media (max-width:700px){.legal-search-hero{min-width:0;max-width:100%;padding:24px}.legal-search-form{grid-template-columns:minmax(0,1fr);gap:14px;min-width:0;max-width:100%;margin-top:24px}.legal-search-code-field,.legal-search-query-field,.legal-search-input-wrap,.legal-search-submit{width:100%;min-width:0;max-width:100%}.legal-search-code-trigger,.legal-search-input-wrap input,.legal-search-submit{box-sizing:border-box;width:100%;max-width:100%}.legal-section-top-search .legal-search-code-trigger,.legal-section-top-search .legal-search-input-wrap input,.legal-section-top-search .legal-search-submit,.legal-section-top-search .legal-search-submit{min-height:44px}.legal-search-submit{min-height:52px}.legal-search-example-grid{grid-template-columns:minmax(0,1fr)}.legal-search-result-footer{flex-direction:column;align-items:flex-start}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.officer-profile-hero{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.officer-profile-hero-content{align-items:center;gap:20px;min-width:0;display:flex}.officer-profile-hero-avatar{color:#fff;letter-spacing:.04em;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;flex:0 0 72px;place-items:center;width:72px;height:72px;font-size:1.3rem;font-weight:800;display:grid;box-shadow:inset 0 1px #ffffff1f}.officer-profile-hero-identity{min-width:0}.officer-profile-hero-identity h1{overflow-wrap:anywhere}.officer-profile-status{border:1px solid #0000;border-radius:999px;flex-shrink:0;padding:7px 12px;font-size:.75rem;font-weight:800;line-height:1}.officer-profile-status-active{color:#bbf7d0;background:#16a34a33;border-color:#86efac66}.officer-profile-status-pending{color:#fef08a;background:#ca8a0433;border-color:#fde04766}.officer-profile-status-rejected{color:#fecaca;background:#dc262633;border-color:#fca5a566}.officer-profile-status-neutral{color:#fffc;background:#ffffff1a;border-color:#ffffff29}.officer-profile-card{padding:0;overflow:hidden}.officer-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.officer-profile-detail{border-bottom:1px solid var(--dashboard-card-border);min-width:0;padding:24px}.officer-profile-detail:nth-child(odd){border-right:1px solid var(--dashboard-card-border)}.officer-profile-detail:nth-last-child(-n+2){border-bottom:0}.officer-profile-detail dt{color:var(--foreground-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:.7rem;font-weight:800}.officer-profile-detail dd{overflow-wrap:anywhere;color:var(--foreground);margin:0;font-size:1rem;font-weight:650;line-height:1.45}.department-access-card{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:start;gap:32px;display:grid}.department-access-copy{min-width:0}.department-access-copy h3{letter-spacing:-.01em;margin:0 0 10px;font-size:1.2rem}.department-access-copy p{max-width:520px;color:var(--foreground-muted);margin:0;line-height:1.6}.department-access-form{gap:16px;min-width:0;display:grid}.department-access-help{color:var(--foreground-muted);margin:6px 0 0;font-size:.78rem;line-height:1.45}.department-access-submit{width:100%}.form-field-errors{color:var(--danger,#b42318);gap:4px;margin:8px 0 0;padding-left:20px;font-size:.8rem;display:grid}.form-success{color:var(--success,#157347);margin:0;font-size:.875rem;font-weight:700}.theme-toggle{border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--foreground);box-shadow:0 8px 24px var(--surface-shadow);border-radius:12px;flex-shrink:0;place-items:center;font-size:1.15rem;line-height:1;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .15s;display:inline-grid}.theme-toggle:hover:not(:disabled){border-color:var(--interactive-border);background:var(--surface-muted)}.theme-toggle:active:not(:disabled){transform:translateY(1px)}.theme-toggle:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.global-theme-toggle{z-index:1000;position:fixed;bottom:20px;right:20px}@media (max-width:900px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{min-height:auto}.auth-brand-inner{grid-template-rows:auto minmax(260px,360px) auto;gap:22px;width:min(100%,680px);padding:40px 28px}.brand-title{font-size:clamp(3.5rem,10vw,5rem)}.brand-mascot-container{width:min(100%,430px);min-height:260px;max-height:360px}.auth-brand-footer{display:none}.auth-form-panel{padding:36px 20px}.dashboard-grid{grid-template-columns:1fr}.app-shell{grid-template-columns:220px minmax(0,1fr)}.app-main{padding:24px}.department-access-card{grid-template-columns:1fr}}@media (max-width:560px){.auth-card{border-radius:16px;padding:28px 22px}.global-theme-toggle{bottom:16px;right:16px}.dashboard-hero{padding:28px 24px}.coming-soon-card{gap:10px;max-width:720px;display:grid}.coming-soon-card h2{letter-spacing:-.02em;margin:0;font-size:1.5rem}.coming-soon-card p{max-width:560px;line-height:1.6}.auth-brand-inner{grid-template-rows:auto minmax(220px,300px) auto;gap:18px;padding:32px 22px}.brand-title{font-size:clamp(3rem,14vw,4.25rem)}.brand-mascot-container{width:min(100%,340px);min-height:220px;max-height:300px}.auth-brand-content h2{font-size:clamp(2.2rem,10vw,3rem)}.app-shell{display:block}.desktop-sidebar{display:none}.mobile-menu-button{z-index:900;border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--foreground);box-shadow:0 8px 24px var(--surface-shadow);border-radius:12px;place-items:center;font-size:1.25rem;line-height:1;display:inline-grid;position:fixed;top:16px;left:16px}.mobile-menu-button:hover{border-color:var(--interactive-border);background:var(--surface-muted)}.mobile-menu-button:focus-visible,.mobile-nav-close:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.mobile-nav-backdrop{z-index:1100;cursor:default;background:#050c18a6;border:0;display:block;position:fixed;inset:0}.mobile-nav-drawer{z-index:1200;background:var(--surface);width:min(86vw,300px);display:block;position:fixed;inset:0 auto 0 0;overflow-y:auto;box-shadow:18px 0 48px #0000004d}.mobile-nav-drawer .app-sidebar{width:100%;height:100%;min-height:100vh;box-shadow:none;border-right:0;position:static}.mobile-nav-close{z-index:1;border:1px solid var(--border);background:var(--surface-muted);width:36px;height:36px;color:var(--foreground);border-radius:10px;place-items:center;font-size:1rem;line-height:1;display:inline-grid;position:absolute;top:18px;right:14px}.app-main{padding:76px 16px 16px}.dashboard-section-header{flex-direction:column;align-items:flex-start}.dashboard-card-actions{flex-direction:column}.dashboard-card-actions .primary-button,.dashboard-card-actions .secondary-button{width:100%}.officer-profile-hero{flex-direction:column;align-items:stretch}.officer-profile-hero-content{align-items:flex-start}.officer-profile-hero-avatar{border-radius:16px;flex-basis:56px;width:56px;height:56px;font-size:1rem}.officer-profile-status{align-self:flex-start}.officer-profile-grid{grid-template-columns:1fr}.officer-profile-detail,.officer-profile-detail:nth-child(odd),.officer-profile-detail:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--dashboard-card-border)}.officer-profile-detail:last-child{border-bottom:0}}
