@import"https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;0,8..60,700;1,8..60,400&family=Libre+Franklin:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #0b0d0e;--bg2: #14171a;--bg3: #1c2125;--text: #e9e6df;--muted: #6b7177;--steel: #5b7a99;--steel-dim: #3d5266;--flag: #b83232;--authored: #4d9e82;--authored-dim: #2f6655;--border: #23282c;--font-serif: "Source Serif 4", Georgia, serif;--font-sans: "Libre Franklin", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5{font-family:var(--font-serif);line-height:1.2;font-weight:700;color:var(--text)}a{color:var(--steel);text-decoration:none;transition:color .15s}a:hover{color:var(--text)}img{display:block;max-width:100%}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.site-nav{border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:100}.site-nav .inner{display:flex;align-items:center;justify-content:space-between;height:58px}.wordmark{font-family:var(--font-mono);font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:.1em}.wordmark .accent{color:var(--steel)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:500;color:var(--muted);text-decoration:none;letter-spacing:.01em}.nav-links a:hover{color:var(--text)}.nav-submit{padding:.4rem 1rem;background:var(--steel-dim);border:1px solid var(--steel);border-radius:3px;color:var(--text)!important;font-size:.8rem!important}.nav-submit:hover{background:var(--steel)!important}.site-footer{border-top:1px solid var(--border);padding:3rem 0 2.5rem;margin-top:6rem}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start}.footer-note{font-size:.8rem;color:var(--muted);line-height:1.65;max-width:580px}.footer-note+.footer-note{margin-top:.75rem}.footer-links{display:flex;flex-direction:column;gap:.6rem;text-align:right}.footer-links a{font-size:.8rem;color:var(--muted)}.footer-links a:hover{color:var(--steel)}.flag{color:var(--flag)}.steel{color:var(--steel)}.muted{color:var(--muted)}.mono{font-family:var(--font-mono);font-size:.9em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}hr.rule{border:none;border-top:1px solid var(--border);margin:3rem 0}.hero{padding:6rem 0 4rem;border-bottom:1px solid var(--border)}.eyebrow{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--steel);margin-bottom:1.5rem;display:block}.hero h1{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.1;margin-bottom:1.5rem;max-width:820px}.hero-sub{font-size:1.1rem;color:var(--muted);max-width:600px;line-height:1.65}.page-header{padding:4rem 0 2.5rem;border-bottom:1px solid var(--border)}.page-header h1{font-size:clamp(1.85rem,4vw,2.75rem);margin-bottom:1rem}.page-deck{font-size:1.05rem;color:var(--muted);max-width:560px;line-height:1.65}.stats-bar{display:flex;gap:3.5rem;padding:2rem 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.stat-num{font-family:var(--font-mono);font-size:2.25rem;font-weight:500;color:var(--text);display:block}.stat-lbl{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;display:block;margin-top:.2rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.25rem;margin-top:2.5rem}.card{background:var(--bg2);border:1px solid var(--border);border-radius:3px;padding:1.75rem}.card-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--steel);margin-bottom:.75rem;display:block}.card h3{font-family:var(--font-sans);font-weight:600;font-size:1rem;margin-bottom:.6rem;color:var(--text)}.card p{font-size:.875rem;color:var(--muted);line-height:1.6}.steps{display:flex;flex-direction:column;gap:0;margin-top:2.5rem}.step{display:grid;grid-template-columns:4rem 1fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid var(--border);align-items:start}.step:last-child{border-bottom:none}.step-num{font-family:var(--font-mono);font-size:.75rem;color:var(--steel);letter-spacing:.1em;padding-top:.25rem}.step h3{font-family:var(--font-sans);font-weight:600;font-size:1rem;margin-bottom:.5rem;color:var(--text)}.step p{font-size:.9rem;color:var(--muted);line-height:1.65}.notice{background:var(--bg3);border:1px solid var(--border);border-left:3px solid var(--steel-dim);padding:1.25rem 1.5rem;border-radius:2px}.notice p{font-size:.875rem;color:var(--muted);line-height:1.65;margin:0}.notice strong{color:var(--text);font-weight:600}.notice+.notice{margin-top:1rem}.form-wrap{max-width:680px}.field{margin-bottom:1.5rem}.field label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.45rem;color:var(--text)}.field .hint{font-size:.78rem;color:var(--muted);margin-top:.35rem;line-height:1.5}input[type=text],input[type=email],input[type=date],select,textarea{width:100%;background:var(--bg2);border:1px solid var(--border);border-radius:3px;color:var(--text);font-family:var(--font-sans);font-size:.9rem;padding:.75rem 1rem;outline:none;transition:border-color .15s;-webkit-appearance:none}input:focus,textarea:focus,select:focus{border-color:var(--steel-dim)}textarea{resize:vertical;min-height:130px}select option{background:var(--bg2)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:var(--steel-dim);color:var(--text);font-family:var(--font-sans);font-size:.9rem;font-weight:500;border:1px solid var(--steel);border-radius:3px;cursor:pointer;transition:background .15s;text-decoration:none;line-height:1}.btn:hover{background:var(--steel);color:var(--text)}.prose{max-width:740px}.prose h2{font-size:1.45rem;margin-top:3rem;margin-bottom:1rem;padding-top:2rem;border-top:1px solid var(--border)}.prose h2:first-of-type{margin-top:0;padding-top:0;border-top:none}.prose h3{font-family:var(--font-sans);font-weight:600;font-size:1rem;margin-top:1.75rem;margin-bottom:.6rem;color:var(--text)}.prose p{font-size:.95rem;line-height:1.75;color:var(--muted);margin-bottom:1.1rem}.prose p strong{color:var(--text);font-weight:600}.prose ul,.prose ol{padding-left:1.4rem;margin-bottom:1.1rem}.prose li{font-size:.95rem;line-height:1.7;color:var(--muted);margin-bottom:.4rem}.prose li strong{color:var(--text)}.prose a{text-decoration:underline;text-underline-offset:3px}.prose blockquote{border-left:3px solid var(--border);padding-left:1.25rem;margin:1.5rem 0}.prose blockquote p{font-style:italic;color:var(--muted)}.band{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0;margin:0}@media(max-width:768px){.nav-links{gap:1.25rem}.footer-grid{grid-template-columns:1fr}.footer-links{flex-direction:row;flex-wrap:wrap;text-align:left;gap:.75rem}.stats-bar{gap:2rem}.step{grid-template-columns:1fr;gap:.75rem}}@media(max-width:480px){.nav-links .nav-submit{display:none}}.entry-wrap{max-width:860px;margin:0 auto;padding:0 1.5rem 6rem}.entry-header{padding:3.5rem 0 2.5rem;border-bottom:1px solid var(--border)}.entry-type{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--steel);margin-bottom:.75rem;display:block}.entry-name{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;margin-bottom:1.25rem}.entry-chips{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1.25rem}.chip{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;padding:.3rem .65rem;border-radius:2px;border:1px solid var(--border);background:var(--bg3);color:var(--text);white-space:nowrap}.chip-badge{background:var(--bg3);border-color:var(--steel-dim);color:var(--steel)}.chip-status-active{border-color:var(--steel-dim);color:var(--steel)}.chip-status-resigned{border-color:var(--border);color:var(--muted)}.chip-status-fired{border-color:var(--flag);color:var(--flag)}.chip-status-retired{border-color:var(--border);color:var(--muted)}.chip-status-suspended{border-color:#9a6a1a;color:#c89040}.chip-status-unknown{border-color:var(--border);color:var(--muted)}.flag-chip{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;padding:.3rem .65rem;border-radius:2px;border:1px solid var(--flag);background:#b832321f;color:var(--flag);white-space:nowrap}.entry-summary{font-size:.95rem;color:var(--muted);line-height:1.75;max-width:680px}.entry-section{padding:2.5rem 0;border-bottom:1px solid var(--border)}.entry-section:last-of-type{border-bottom:none}.entry-section-title{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--steel);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.entry-section-title:after{content:"";flex:1;height:1px;background:var(--border)}.timeline{list-style:none;display:flex;flex-direction:column;gap:0}.timeline-item{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:1.25rem 0 1.25rem 1.25rem;border-left:2px solid var(--border);position:relative}.timeline-item:before{content:"";position:absolute;left:-5px;top:1.5rem;width:8px;height:8px;border-radius:50%;background:var(--bg);border:2px solid var(--steel-dim)}.timeline-item.current:before{border-color:var(--steel);background:var(--steel)}.timeline-dept{font-weight:600;font-size:.95rem;margin-bottom:.2rem}.timeline-dept a{color:var(--text)}.timeline-dept a:hover{color:var(--steel)}.timeline-jurisdiction{font-size:.82rem;color:var(--muted);margin-bottom:.4rem}.timeline-note{font-size:.82rem;color:var(--muted);line-height:1.6}.timeline-dates{font-family:var(--font-mono);font-size:.78rem;color:var(--muted);white-space:nowrap;text-align:right;padding-top:.15rem}.timeline-sep{font-size:.75rem;margin-top:.25rem;color:var(--muted)}.timeline-sep.fired{color:var(--flag)}.incident-block{background:var(--bg2);border:1px solid var(--border);border-radius:3px;padding:1.5rem;margin-bottom:1.25rem}.incident-block:last-child{margin-bottom:0}.incident-meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.offense-tag{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--steel);background:var(--bg3);border:1px solid var(--steel-dim);padding:.2rem .55rem;border-radius:2px}.incident-date{font-family:var(--font-mono);font-size:.8rem;color:var(--muted)}.incident-location{font-size:.8rem;color:var(--muted)}.settlement-flag{font-family:var(--font-mono);font-size:.8rem;color:var(--flag);border:1px solid var(--flag);background:#b832321a;padding:.2rem .55rem;border-radius:2px}.incident-narrative{font-size:.9rem;line-height:1.75;color:var(--muted);margin-bottom:1rem}.incident-outcome-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.82rem;color:var(--muted)}.outcome-label{font-weight:500;color:var(--text);margin-right:.25rem}.incident-links{margin-top:.85rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.8rem;color:var(--muted)}.cite{font-family:var(--font-mono);font-size:.68rem;color:var(--steel);background:var(--bg3);border:1px solid var(--border);padding:0 .3rem;border-radius:2px;vertical-align:super;line-height:1;text-decoration:none;margin-left:.15em}.cite:hover{border-color:var(--steel);color:var(--text)}.entity-chips{display:flex;flex-wrap:wrap;gap:.5rem}.entity-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--steel);border:1px solid var(--border);background:var(--bg2);padding:.4rem .75rem;border-radius:3px;text-decoration:none;transition:border-color .15s,color .15s}.entity-chip:hover{border-color:var(--steel);color:var(--text)}.entity-chip-type{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.sources-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.source-item{display:grid;grid-template-columns:2rem 1fr;gap:.75rem;align-items:start}.source-num{font-family:var(--font-mono);font-size:.75rem;color:var(--steel);text-align:right;padding-top:.1rem}.source-type-label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.2rem;display:block}.source-citation{font-size:.875rem;color:var(--text);line-height:1.5}.source-citation a{text-decoration:underline;text-underline-offset:2px}.source-retrieved{font-size:.75rem;color:var(--muted);margin-top:.2rem;font-family:var(--font-mono)}.correction-notice{background:var(--bg3);border:1px solid var(--border);border-left:3px solid var(--steel-dim);padding:1.25rem 1.5rem;border-radius:2px;margin-top:3rem}.correction-notice p{font-size:.82rem;color:var(--muted);line-height:1.65;margin:0}.correction-notice strong{color:var(--text)}.photo-slot{width:96px;height:96px;border-radius:3px;overflow:hidden;border:1px solid var(--border);background:var(--bg3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.photo-slot img{width:100%;height:100%;object-fit:cover}.photo-absent{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.1em;color:var(--muted);text-align:center;padding:.5rem;line-height:1.4;text-transform:uppercase}.entry-header-row{display:flex;gap:1.5rem;align-items:flex-start}.entry-header-text{flex:1}.stat-row{display:flex;flex-wrap:wrap;gap:2rem;padding:1.25rem 0;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.stat-item .stat-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:.2rem}.stat-item .stat-value{font-size:1.25rem;font-family:var(--font-mono);font-weight:500;color:var(--text)}.stat-item .stat-value.flagged{color:var(--flag)}.browse-header{padding:3.5rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:0}.browse-table{width:100%;border-collapse:collapse;font-size:.875rem;margin-top:2rem}.browse-table th{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);text-align:left;padding:.6rem 1rem .6rem 0;border-bottom:1px solid var(--border);font-weight:400}.browse-table td{padding:.85rem 1rem .85rem 0;border-bottom:1px solid var(--border);vertical-align:top;color:var(--muted)}.browse-table td:first-child{color:var(--text)}.browse-table tr:last-child td{border-bottom:none}.browse-table a{color:var(--text);font-weight:500}.browse-table a:hover{color:var(--steel)}.browse-section-title{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--steel);margin:3rem 0 0;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.empty-state{padding:3rem 0;color:var(--muted);font-size:.9rem}.test-banner{background:#b8323214;border:1px solid rgba(184,50,50,.3);border-radius:2px;padding:.6rem 1rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;color:var(--flag);margin-bottom:1.5rem}@media(max-width:768px){.entry-header-row{flex-direction:column-reverse}.photo-slot{width:72px;height:72px}.timeline-item{grid-template-columns:1fr}.timeline-dates{text-align:left}.stat-row{gap:1.25rem}.browse-table th:nth-child(3),.browse-table td:nth-child(3){display:none}}.post-feed{display:flex;flex-direction:column;gap:0}.post-card{padding:2rem 0;border-bottom:1px solid var(--border)}.post-card:first-child{padding-top:0}.post-card-meta{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.post-class-label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);border:1px solid var(--border);background:var(--bg2);padding:.2rem .55rem;border-radius:2px}.post-ts{font-size:.78rem;color:var(--muted)}.post-card-title{font-size:1.2rem;font-family:var(--font-serif);margin-bottom:.6rem}.post-card-title a{color:var(--text);text-decoration:none}.post-card-title a:hover{color:var(--steel)}.post-card-excerpt{font-size:.875rem;color:var(--muted);line-height:1.7;margin-bottom:.75rem}.post-read-more{font-size:.82rem;color:var(--steel)}.post-meta{font-size:.82rem;color:var(--muted);margin-top:.5rem}.post-body-section{padding-top:2.5rem}.post-body{font-size:.95rem;line-height:1.8;color:var(--muted);white-space:pre-wrap;max-width:720px}.changelog-list{list-style:none;display:flex;flex-direction:column;gap:0}.changelog-entry{padding:1.25rem 0 1.25rem 1.25rem;border-left:2px solid var(--border);position:relative}.changelog-entry:before{content:"";position:absolute;left:-5px;top:1.6rem;width:8px;height:8px;border-radius:50%;background:var(--bg);border:2px solid var(--border)}.changelog-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem;flex-wrap:wrap}.changelog-actor{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .55rem;border-radius:2px;border:1px solid var(--border)}.user-actor{color:var(--muted);background:var(--bg2)}.ccw-actor{color:var(--steel);background:var(--bg3);border-color:var(--steel-dim)}.changelog-ts{font-size:.75rem;color:var(--muted)}.changelog-versions{font-size:.72rem;color:var(--muted)}.changelog-summary{font-size:.875rem;color:var(--muted);line-height:1.6}.changelog-source{font-size:.78rem;color:var(--muted);margin-top:.3rem}.post-new-banner{background:var(--bg3);border:1px solid var(--steel-dim);border-left:3px solid var(--steel);padding:1.25rem 1.5rem;border-radius:2px;margin-bottom:2rem;font-size:.875rem;color:var(--muted);line-height:1.65}.post-new-banner strong{color:var(--text);display:block;margin-bottom:.35rem}.edit-link-display{background:var(--bg2);border:1px solid var(--border);border-radius:2px;padding:.65rem 1rem;margin:.75rem 0;word-break:break-all;font-size:.8rem}.post-class-label--verified{color:var(--steel);border-color:var(--steel-dim);background:var(--bg3)}.post-class-label--authored{color:var(--authored);border-color:var(--authored-dim);background:var(--bg3)}.post-card--verified{border-left:3px solid var(--steel-dim);padding-left:1.25rem;margin-left:-1.28rem}.post-card--authored{border-left:3px solid var(--authored);padding-left:1.25rem;margin-left:-1.28rem;background:#4d9e820a;border-radius:0 2px 2px 0}.verified-badge-box{display:inline-flex;align-items:center;gap:.6rem;background:var(--bg3);border:1px solid var(--steel-dim);border-left:3px solid var(--steel);padding:.6rem 1rem;border-radius:2px;margin-top:1.25rem}.verified-badge-text{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--steel)}.authored-masthead-bar{margin-left:-1.5rem;margin-right:-1.5rem;padding:3.5rem 1.5rem 2.5rem;background:#4d9e8212;border-left:4px solid var(--authored);border-bottom:1px solid var(--authored-dim)}.authored-masthead-eyebrow{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--authored);margin-bottom:.75rem;display:block}.authored-masthead-bar .entry-name{margin-bottom:0}.post-sources{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(77,158,130,.2)}.post-sources-label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.45rem}.post-sources-list{list-style:none;display:flex;flex-direction:column;gap:.3rem}.post-sources-item{font-size:.78rem;color:var(--muted);font-family:var(--font-mono);word-break:break-all}.post-sources-item:before{content:"↗ ";color:var(--authored);font-size:.7rem}
