*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1a2332;--navy-light: #243347;--navy-dark: #111827;--teal: #0d9488;--teal-light: #14b8a6;--teal-dark: #0f766e;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--green-100: #dcfce7;--green-700: #15803d;--red-100: #fef2f2;--red-700: #b91c1c;--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-600: #2563eb;--blue-700: #1d4ed8;--amber-100: #fef3c7;--amber-700: #b45309;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--transition: .15s ease}[data-theme=dark]{--navy: #e2e8f0;--navy-light: #cbd5e1;--navy-dark: #f1f5f9;--white: #0f172a;--gray-50: #1e293b;--gray-100: #1e293b;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748b;--gray-500: #94a3b8;--gray-600: #cbd5e1;--gray-700: #e2e8f0;--gray-800: #f1f5f9;--gray-900: #f8fafc;--green-100: #064e3b;--green-700: #6ee7b7;--red-100: #450a0a;--red-700: #fca5a5;--blue-50: #172554;--blue-100: #1e3a5f;--blue-600: #60a5fa;--blue-700: #93bbfc;--amber-100: #451a03;--amber-700: #fcd34d;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -4px rgba(0, 0, 0, .3)}[data-theme=dark] body{background-color:#0f172a;color:#e2e8f0}[data-theme=dark] .ops-panel,[data-theme=dark] .card,[data-theme=dark] .card-flat{background:#1e293b;border-color:#334155}[data-theme=dark] .ops-banner-ok{background:#064e3b;color:#6ee7b7;border-color:#065f46}[data-theme=dark] .ops-banner-alert{background:#450a0a;color:#fca5a5;border-color:#7f1d1d}[data-theme=dark] .filter-bar{background:#1e293b;border-color:#334155}[data-theme=dark] .status-pill-container{background:#0f172a!important;border-color:#334155!important}[data-theme=dark] .filter-group select,[data-theme=dark] .filter-group input,[data-theme=dark] .form-input,[data-theme=dark] .form-select,[data-theme=dark] .form-textarea{background:#0f172a;color:#e2e8f0;border-color:#475569}[data-theme=dark] .accordion-trigger{background:#1e293b;color:#e2e8f0}[data-theme=dark] .accordion-trigger:hover{background:#334155}[data-theme=dark] .ops-schema-tag{background:#334155;color:#94a3b8}[data-theme=dark] .ops-db-card{border-color:#334155}[data-theme=dark] .docs-table{color:#e2e8f0}[data-theme=dark] .docs-table th{border-color:#334155}[data-theme=dark] .docs-table td{border-color:#1e293b}[data-theme=dark] .docs-search-input,[data-theme=dark] .docs-filter-select{background:#1e293b;color:#e2e8f0;border-color:#475569}[data-theme=dark] .docs-tag{background:#312e81;color:#a5b4fc}[data-theme=dark] .docs-meta-strip{border-color:#334155;color:#94a3b8}[data-theme=dark] .docs-back-btn,[data-theme=dark] .docs-clear-btn{background:#1e293b;color:#e2e8f0;border-color:#475569}[data-theme=dark] .docs-open-btn{background:#2563eb}[data-theme=dark] .docs-purpose{color:#94a3b8}[data-theme=dark] .docs-content pre{background:#0f172a;border:1px solid #334155}[data-theme=dark] .docs-content code{background:#1e293b;color:#e2e8f0}[data-theme=dark] .docs-session-decisions{background:#064e3b}[data-theme=dark] .docs-session-carry{background:#451a03}[data-theme=dark] .docs-session-blockers{background:#450a0a}.theme-toggle{position:fixed;bottom:1rem;right:1rem;width:40px;height:40px;border-radius:50%;border:1px solid var(--gray-300);background:var(--white);color:var(--gray-600);cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);z-index:1000;transition:all var(--transition)}.theme-toggle:hover{background:var(--gray-100)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;color:var(--gray-800);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--navy);line-height:1.3;font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}p{margin-bottom:1rem;color:var(--gray-600)}a{color:var(--teal);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--teal-dark)}ul,ol{padding-left:1.5rem}li{margin-bottom:.25rem}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-sm{padding:2rem 0}.hero{background:linear-gradient(135deg,#1a2332,#243347);color:#fff;padding:5rem 0;text-align:center}.hero h1{color:#fff;margin-bottom:1.5rem;font-size:2.75rem}.hero p{color:#fffc;font-size:1.2rem;max-width:700px;margin:0 auto 2rem}.hero-sm{padding:3rem 0}.hero-sm h1{font-size:2.25rem;margin-bottom:1rem}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-flat{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);text-decoration:none;line-height:1.4}.btn-primary{background-color:var(--teal);color:#fff}.btn-primary:hover{background-color:var(--teal-dark);color:#fff}.btn-secondary{background-color:var(--white);color:var(--navy);border:2px solid var(--gray-300)}.btn-secondary:hover{border-color:var(--teal);color:var(--teal)}.btn-outline{background-color:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.btn-outline:hover{background-color:#ffffff1a;border-color:var(--white);color:var(--white)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;line-height:1.4}.badge-green{background-color:var(--green-100);color:var(--green-700)}.badge-gray{background-color:var(--gray-100);color:var(--gray-500)}.badge-teal{background-color:#ccfbf1;color:var(--teal-dark)}.badge-blue{background-color:var(--blue-100);color:var(--blue-700)}.badge-amber{background-color:var(--amber-100);color:var(--amber-700)}.badge-navy{background-color:#e0e7ff;color:var(--navy)}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem;color:var(--gray-700)}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--gray-300);border-radius:var(--radius-md);background-color:var(--white);color:var(--gray-800);transition:border-color var(--transition),box-shadow var(--transition)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #0d948826}.form-textarea{resize:vertical;min-height:120px}.filter-bar{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;padding:1.5rem;background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200);margin-bottom:2rem}.filter-group{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:180px}.filter-group label{font-size:.8rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.filter-group select,.filter-group input{padding:.625rem .875rem;font-size:.9rem;font-family:inherit;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);color:var(--gray-800)}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #0d948826}.pill-group{display:flex;flex-wrap:wrap;gap:.5rem}.pill{padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;font-family:inherit;border:1px solid var(--gray-300);border-radius:9999px;background:var(--white);color:var(--gray-600);cursor:pointer;transition:all var(--transition)}.pill:hover{border-color:var(--teal);color:var(--teal)}.pill.active{background:var(--teal);color:var(--white);border-color:var(--teal)}.accordion-item{border:1px solid var(--gray-200);border-radius:var(--radius-md);margin-bottom:.75rem;overflow:hidden}.accordion-trigger{width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:600;font-family:inherit;text-align:left;background:var(--white);border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--gray-800);transition:background var(--transition)}.accordion-trigger:hover{background:var(--gray-50)}.accordion-trigger .chevron{transition:transform .2s ease;font-size:.85rem;color:var(--gray-400)}.accordion-trigger.open .chevron{transform:rotate(180deg)}.accordion-content{padding:0 1.25rem 1rem;color:var(--gray-600);line-height:1.7}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--gray-500);margin-bottom:1.5rem}.breadcrumb a{color:var(--teal)}.breadcrumb .separator{color:var(--gray-300)}.loading{display:flex;justify-content:center;align-items:center;padding:4rem 2rem}.spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--teal);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 2rem;color:var(--gray-500)}.empty-state h3{color:var(--gray-600);margin-bottom:.5rem}.detail-layout{display:grid;grid-template-columns:1fr;gap:2rem}.sidebar-nav{display:none}.sidebar-nav ul{list-style:none;padding:0;position:sticky;top:5rem}.sidebar-nav li{margin-bottom:0}.sidebar-nav a{display:block;padding:.5rem 1rem;font-size:.9rem;color:var(--gray-500);border-left:2px solid var(--gray-200);transition:all var(--transition)}.sidebar-nav a:hover{color:var(--teal);border-left-color:var(--teal);background:var(--gray-50)}.content-section{margin-bottom:2.5rem;scroll-margin-top:5rem}.content-section h2{font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-100)}.text-center{text-align:center}.text-left{text-align:left}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-teal{color:var(--teal)}.text-gray{color:var(--gray-500)}.text-white{color:var(--white)}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.gap-1{gap:.5rem}.gap-2{gap:1rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.inline-flex{display:inline-flex}@media(max-width:1024px){h1{font-size:2rem}h2{font-size:1.75rem}.hero h1{font-size:2.25rem}.hero{padding:4rem 0}.card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.detail-layout{grid-template-columns:220px 1fr}.sidebar-nav{display:block}}@media(max-width:768px){h1{font-size:1.75rem}h2{font-size:1.5rem}.hero h1{font-size:1.75rem}.hero{padding:3rem 0}.hero p{font-size:1rem}.section{padding:2.5rem 0}.card-grid{grid-template-columns:1fr}.container{padding:0 1rem}.filter-bar{flex-direction:column}.filter-group{min-width:100%}.ops-grid{grid-template-columns:1fr}}.ops-banner{padding:.75rem 1rem;border-radius:6px;font-weight:600;margin-bottom:1.5rem;font-size:.95rem}.ops-banner-ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.ops-banner-alert{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.ops-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.ops-panel{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1rem;display:flex;flex-direction:column;max-height:420px}.ops-panel h3{margin:0 0 .75rem;font-size:1.1rem;color:var(--navy);flex-shrink:0}.ops-panel .ops-tabs{flex-shrink:0}.ops-panel-scroll{flex:1;overflow-y:auto;min-height:0}.ops-table{width:100%;border-collapse:collapse;font-size:.85rem}.ops-table th{text-align:left;font-weight:600;color:var(--gray-500);font-size:.75rem;text-transform:uppercase;padding:.25rem .5rem;border-bottom:1px solid var(--gray-200)}.ops-table td{padding:.25rem .5rem;border-bottom:1px solid var(--gray-100);vertical-align:middle}.ops-table-wrap{overflow-y:auto}.brief-content .brief-table{border:1px solid var(--gray-200)}.brief-content .brief-table th,.brief-content .brief-table td{border:1px solid var(--gray-200);padding:.4rem .6rem}body.dark .brief-content .brief-table,body.dark .brief-content .brief-table th,body.dark .brief-content .brief-table td{border-color:#ffffff1f}.ops-tabs{display:flex;gap:0;margin-bottom:1rem;border-bottom:1px solid var(--gray-200)}.ops-tabs button{background:none;border:none;padding:.5rem 1rem;font-size:.85rem;color:var(--gray-500);cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.ops-tabs button.active{color:var(--teal);border-bottom-color:var(--teal);font-weight:600}.ops-tabs button:hover{color:var(--navy)}.ops-empty{color:var(--gray-400);font-size:.9rem;text-align:center;padding:2rem 0}.ops-db-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ops-db-card{border:1px solid var(--gray-200);border-radius:6px;padding:.5rem .6rem}.ops-db-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.85rem}.ops-db-schemas{display:flex;flex-wrap:wrap;gap:.35rem}.ops-schema-tag{background:var(--gray-100);color:var(--gray-600);font-size:.75rem;padding:.15rem .5rem;border-radius:4px}.page{max-width:1200px;margin:0 auto;padding:1.5rem}.subtitle{color:var(--muted, #666);margin-top:-.5rem}.muted{color:var(--muted, #777);font-size:.85em}.error{color:#b00020}.warn{color:#b06000;font-weight:600}.callout{border-left:3px solid #b06000;padding:.5rem .9rem;background:#b060000f}.stat-row{display:flex;flex-wrap:wrap;gap:1.25rem;margin:1rem 0;font-size:.92em}.filters{display:flex;gap:1rem;align-items:center;margin:1rem 0}.review-table{width:100%;border-collapse:collapse;margin:.75rem 0 1.5rem;font-size:.92em}.review-table th,.review-table td{text-align:left;padding:.5rem .6rem;border-bottom:1px solid rgba(128,128,128,.25);vertical-align:top}.review-table th{font-weight:600;opacity:.75}.review-table td.url{max-width:340px;overflow-wrap:anywhere}.row-unusable{opacity:.62}.row-needs-review{background:#b0600012}.pill{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.82em;border:1px solid currentColor}.state-verified,.state-healthy{color:#1a7f37}.state-unverified,.state-redirected,.state-login_required{color:#b06000}.state-unknown,.state-timed_out{color:#666}.state-blocked,.state-broken{color:#b00020}.basis-hard{color:#1a7f37}.basis-ai{color:#6a4bbc}.es-counters{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gray-200);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.es-counter{background:var(--white);padding:1.5rem 1.25rem;text-align:center}.es-counter-value{font-size:2.25rem;font-weight:700;color:var(--navy);line-height:1.1;letter-spacing:-.02em}.es-counter-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-top:.4rem}.es-counter-sub{font-size:.8rem;color:var(--gray-400);margin-top:.2rem}.es-lens{display:inline-flex;border:1px solid var(--gray-300);border-radius:9999px;overflow:hidden;background:var(--white)}.es-lens button{border:none;background:none;font-family:inherit;font-size:.85rem;font-weight:600;padding:.45rem 1.1rem;cursor:pointer;color:var(--gray-500);transition:all var(--transition)}.es-lens button.active{background:var(--teal);color:#fff}.es-map-wrap{position:relative;width:100%}.es-map{width:100%;height:auto;display:block}.es-map-country{stroke:var(--white);stroke-width:.6;cursor:pointer;transition:opacity .12s ease}.es-map-country:hover{opacity:.75}.es-map-country.is-selected{stroke:var(--navy);stroke-width:1.6}:root{--map-none: #e5e7eb;--map-c1: #ccfbf1;--map-c2: #5eead4;--map-c3: #2dd4bf;--map-c4: #0d9488;--map-c5: #115e59;--map-cov-covered: #0d9488;--map-cov-light: #5eead4;--map-cov-inherited: #c7d2fe;--map-ch-body: #0d9488;--map-ch-partnership: #6366f1;--map-ch-public: #f59e0b;--map-ch-trust: #ec4899;--map-ch-foundation: #8b5cf6;--map-ch-contract: #06b6d4;--map-ch-natural: #84cc16;--map-ch-regulatory: #f97316;--map-ch-other: #94a3b8;--map-fresh-0: #0d9488;--map-fresh-1: #5eead4;--map-fresh-2: #fcd34d;--map-fresh-never: #cbd5e1}[data-theme=dark]{--map-none: #334155;--map-c1: #134e4a;--map-c2: #115e59;--map-c3: #0f766e;--map-c4: #14b8a6;--map-c5: #5eead4;--map-cov-inherited: #3730a3;--map-fresh-never: #475569}.es-map-country.map-none{fill:var(--map-none)}.es-map-country.map-c1{fill:var(--map-c1)}.es-map-country.map-c2{fill:var(--map-c2)}.es-map-country.map-c3{fill:var(--map-c3)}.es-map-country.map-c4{fill:var(--map-c4)}.es-map-country.map-c5{fill:var(--map-c5)}.es-map-country.map-cov-covered{fill:var(--map-cov-covered)}.es-map-country.map-cov-light{fill:var(--map-cov-light)}.es-map-country.map-cov-inherited{fill:var(--map-cov-inherited)}.es-map-country.map-ch-body{fill:var(--map-ch-body)}.es-map-country.map-ch-partnership{fill:var(--map-ch-partnership)}.es-map-country.map-ch-public{fill:var(--map-ch-public)}.es-map-country.map-ch-trust{fill:var(--map-ch-trust)}.es-map-country.map-ch-foundation{fill:var(--map-ch-foundation)}.es-map-country.map-ch-contract{fill:var(--map-ch-contract)}.es-map-country.map-ch-natural{fill:var(--map-ch-natural)}.es-map-country.map-ch-regulatory{fill:var(--map-ch-regulatory)}.es-map-country.map-ch-other{fill:var(--map-ch-other)}.es-map-country.map-fresh-0{fill:var(--map-fresh-0)}.es-map-country.map-fresh-1{fill:var(--map-fresh-1)}.es-map-country.map-fresh-2{fill:var(--map-fresh-2)}.es-map-country.map-fresh-never{fill:var(--map-fresh-never)}.es-legend-swatch.map-none{background:var(--map-none)}.es-legend-swatch.map-c1{background:var(--map-c1)}.es-legend-swatch.map-c2{background:var(--map-c2)}.es-legend-swatch.map-c3{background:var(--map-c3)}.es-legend-swatch.map-c4{background:var(--map-c4)}.es-legend-swatch.map-c5{background:var(--map-c5)}.es-legend-swatch.map-cov-covered{background:var(--map-cov-covered)}.es-legend-swatch.map-cov-light{background:var(--map-cov-light)}.es-legend-swatch.map-cov-inherited{background:var(--map-cov-inherited)}.es-legend-swatch.map-ch-body{background:var(--map-ch-body)}.es-legend-swatch.map-ch-partnership{background:var(--map-ch-partnership)}.es-legend-swatch.map-ch-public{background:var(--map-ch-public)}.es-legend-swatch.map-ch-trust{background:var(--map-ch-trust)}.es-legend-swatch.map-ch-foundation{background:var(--map-ch-foundation)}.es-legend-swatch.map-ch-contract{background:var(--map-ch-contract)}.es-legend-swatch.map-ch-natural{background:var(--map-ch-natural)}.es-legend-swatch.map-ch-regulatory{background:var(--map-ch-regulatory)}.es-legend-swatch.map-ch-other{background:var(--map-ch-other)}.es-legend-swatch.map-fresh-0{background:var(--map-fresh-0)}.es-legend-swatch.map-fresh-1{background:var(--map-fresh-1)}.es-legend-swatch.map-fresh-2{background:var(--map-fresh-2)}.es-legend-swatch.map-fresh-never{background:var(--map-fresh-never)}[data-theme=dark] .es-map-country{stroke:#0f172a}.es-map-tooltip{position:absolute;pointer-events:none;background:var(--navy-dark);color:#fff;border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.82rem;line-height:1.45;box-shadow:var(--shadow-lg);z-index:20;max-width:260px}[data-theme=dark] .es-map-tooltip{background:#1e293b;border:1px solid #475569;color:#e2e8f0}.es-map-tooltip-sub{opacity:.72}.es-legend{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;align-items:center;font-size:.8rem;color:var(--gray-500)}.es-legend-item{display:inline-flex;align-items:center;gap:.4rem}.es-legend-swatch{width:14px;height:14px;border-radius:3px;border:1px solid rgba(0,0,0,.08);display:inline-block}.es-drawer{position:fixed;top:64px;right:0;bottom:0;width:380px;max-width:92vw;background:var(--white);border-left:1px solid var(--gray-200);box-shadow:-8px 0 24px #0000001f;z-index:900;display:flex;flex-direction:column}.es-drawer-head{padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--gray-200)}.es-drawer-body{padding:1.25rem;overflow-y:auto;flex:1}.es-drawer-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--gray-400);line-height:1;padding:0}.es-drawer-close:hover{color:var(--navy)}.es-bar-row{display:grid;grid-template-columns:190px 1fr 64px;gap:.75rem;align-items:center;padding:.3rem 0;font-size:.88rem;text-decoration:none;color:inherit;border-radius:var(--radius-sm)}a.es-bar-row:hover{background:var(--gray-50);color:inherit}.es-bar-label{color:var(--gray-700);font-weight:500}.es-bar-track{display:block;background:var(--gray-100);border-radius:9999px;height:14px;overflow:hidden}.es-bar-fill{display:block;background:var(--teal);height:100%;border-radius:9999px;min-width:2px}.es-bar-fill.muted{background:var(--gray-300)}.es-bar-value{text-align:right;font-variant-numeric:tabular-nums;color:var(--gray-500);font-size:.82rem}.es-matrix{border-collapse:collapse;width:100%;font-size:.85rem}.es-matrix th{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);font-weight:600;padding:.4rem .5rem;text-align:center}.es-matrix th.row-head{text-align:left}.es-matrix td{padding:0;text-align:center;border:1px solid var(--white)}[data-theme=dark] .es-matrix td{border-color:#0f172a}.es-matrix td a,.es-matrix td span{display:block;padding:.7rem .4rem;font-variant-numeric:tabular-nums;font-weight:600;text-decoration:none;color:var(--gray-800)}.es-matrix td a:hover{outline:2px solid var(--navy);outline-offset:-2px;color:var(--gray-800)}.es-prov{display:flex;height:22px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--gray-200)}.es-prov-seg{height:100%}.es-prov-captured{background:#0d9488}.es-prov-ruled{background:#115e59}.es-prov-derived_judgement{background:#6366f1}.es-prov-derived_pattern{background:#cbd5e1}[data-theme=dark] .es-prov-derived_pattern{background:#475569}.es-explore{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:1024px){.es-explore{grid-template-columns:260px 1fr}}.es-facets{position:sticky;top:5rem;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.25rem;background:var(--white);max-height:calc(100vh - 7rem);overflow-y:auto}.es-facet-group{margin-bottom:1.25rem}.es-facet-group h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-bottom:.5rem}.es-facet-coverage{font-size:.72rem;color:var(--gray-400);font-weight:400;text-transform:none;letter-spacing:0;display:block;margin-top:.1rem}.es-facet-opt{display:flex;justify-content:space-between;gap:.5rem;width:100%;background:none;border:none;font-family:inherit;font-size:.85rem;text-align:left;padding:.3rem .45rem;border-radius:var(--radius-sm);cursor:pointer;color:var(--gray-700)}.es-facet-opt:hover{background:var(--gray-50)}.es-facet-opt.active{background:var(--teal);color:#fff;font-weight:600}.es-facet-opt.active .es-facet-count{color:#fffc}.es-facet-count{color:var(--gray-400);font-variant-numeric:tabular-nums;font-size:.8rem}.es-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.es-chip{display:inline-flex;align-items:center;gap:.4rem;background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-200);border-radius:9999px;padding:.25rem .5rem .25rem .75rem;font-size:.8rem;font-family:inherit;cursor:pointer}.es-chip:hover{border-color:var(--teal);color:var(--teal)}.es-structure-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:768px){.es-structure-grid{grid-template-columns:1fr}}.es-structure-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.1rem 1.25rem;background:var(--white);display:flex;flex-direction:column;height:100%;transition:box-shadow var(--transition),border-color var(--transition)}.es-structure-card:hover{box-shadow:var(--shadow-md);border-color:var(--teal)}.es-structure-juris{font-size:.78rem;color:var(--gray-500);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.es-prov-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:600;padding:.12rem .5rem;border-radius:9999px;border:1px solid currentColor;text-transform:uppercase;letter-spacing:.03em}.prov-captured{color:#15803d}.prov-ruled{color:#0f766e}.prov-derived_judgement{color:#6a4bbc}.prov-derived_pattern{color:#b06000}.es-axis-table{width:100%;border-collapse:collapse;font-size:.9rem}.es-axis-table th{text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);padding:.4rem .6rem;border-bottom:1px solid var(--gray-200)}.es-axis-table td{padding:.6rem;border-bottom:1px solid var(--gray-100);vertical-align:top}.es-axis-name{font-weight:600;color:var(--gray-700);width:180px}.es-citation{border-left:3px solid var(--teal);padding:.6rem 0 .6rem .9rem;margin-bottom:.85rem}.es-citation-article{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem;color:var(--navy);font-weight:600}.es-caveat{font-size:.82rem;color:var(--gray-500);background:var(--gray-50);border:1px solid var(--gray-200);border-left:3px solid var(--amber-700);border-radius:var(--radius-sm);padding:.6rem .85rem}@media(max-width:900px){.es-counters{grid-template-columns:repeat(2,1fr)}.es-counter-value{font-size:1.75rem}.es-bar-row{grid-template-columns:130px 1fr 52px;font-size:.82rem}}.es-facet-search{width:100%;padding:.35rem .5rem;margin-bottom:.4rem;font-family:inherit;font-size:.82rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);color:var(--gray-800)}.es-facet-search:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #0d948826}[data-theme=dark] .es-facet-search{background:#0f172a;color:#e2e8f0;border-color:#475569}.es-facet-level{color:var(--gray-400);font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.es-facet-opt.active .es-facet-level{color:#ffffffb3}.es-facet-more{background:none;border:none;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--teal);cursor:pointer;padding:.35rem .45rem}.es-facet-more:hover{text-decoration:underline}.es-facet-empty{font-size:.8rem;color:var(--gray-400);margin:.35rem .45rem}.es-scope-group{margin-bottom:1.5rem}.es-scope-heading{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--teal);margin-bottom:.6rem}.es-scope-item{display:grid;grid-template-columns:28px 1fr;gap:.6rem;padding:.55rem 0;border-top:1px solid var(--gray-100)}.es-scope-item:first-of-type{border-top:none}.es-scope-item p{margin:0;font-size:.92rem;line-height:1.65;color:var(--gray-700)}.es-scope-num{font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:700;color:var(--gray-400);padding-top:.15rem}.es-scope-item:only-child{grid-template-columns:1fr}.es-constitution{border-left:3px solid var(--teal);background:var(--gray-50);border-radius:var(--radius-sm);padding:.85rem 1rem}.es-constitution h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--teal);margin-bottom:.4rem}.es-constitution p{font-size:.9rem;line-height:1.6;margin-bottom:.6rem}.es-constitution p:last-child{margin-bottom:0}.es-facet-toggle{display:none;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:.8rem 1rem;margin-bottom:1rem;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--navy);background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-md);cursor:pointer}.es-facet-toggle:hover{border-color:var(--teal);color:var(--teal)}.es-facet-toggle-count{display:inline-block;margin-left:.5rem;padding:.05rem .5rem;border-radius:9999px;background:var(--teal);color:#fff;font-size:.78rem}@media(max-width:1023px){.es-facet-toggle{display:flex}.es-facets{display:none;position:static;max-height:none;overflow-y:visible}.es-facets.is-open{display:block}.es-explore{gap:0}}@media(min-width:1024px){.es-facets{display:block}}@media(max-width:640px){.hero-sm{padding:1.75rem 0}.hero-sm h1{font-size:1.5rem;margin-bottom:.5rem}.hero-sm p{font-size:.92rem;line-height:1.5;margin-bottom:0}.filter-bar{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;padding:.85rem;margin-bottom:1rem}.filter-group{min-width:0}.filter-bar .filter-group:first-child{grid-column:1 / -1}.filter-group label{font-size:.7rem}.filter-group select,.filter-group input{padding:.5rem .6rem;font-size:.85rem}}.es-holding{border-left:3px solid var(--navy);background:var(--gray-50);border-radius:var(--radius-sm);padding:.7rem .95rem;font-size:.95rem;color:var(--gray-700)}.es-holding strong{color:var(--navy);font-size:1.05rem}.es-holding-note{display:block;margin-top:.35rem;font-size:.8rem;color:var(--gray-500);line-height:1.5}
