:root{color-scheme:light;--bg: #f7f8fb;--surface: #ffffff;--text: #1d2433;--muted: #5c667a;--border: #d9deea;--accent: #1f6feb;--accent-dark: #174ea6;--max-width: 1080px}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);scrollbar-gutter:stable;-webkit-text-size-adjust:100%}@supports not (scrollbar-gutter: stable){html{overflow-y:scroll}}body{margin:0;min-height:100vh;line-height:1.65;cursor:default;overflow-x:hidden}a{color:var(--accent);cursor:pointer;text-decoration:none}a:hover{color:var(--accent-dark);text-decoration:underline}img,svg,video{max-width:100%;height:auto}button,select,[role=button]{cursor:pointer}input,textarea{cursor:text}.site-header{background:var(--surface);border-bottom:1px solid var(--border)}.site-notice{border-bottom:1px solid var(--border);background:#eaf2ff;color:var(--text)}.site-notice__inner{width:min(calc(100% - 32px),var(--max-width));margin:0 auto;padding:10px 0;font-size:.92rem;line-height:1.45}.site-header__inner,.site-footer__inner,.container{width:min(calc(100% - 32px),var(--max-width));margin:0 auto}.site-header__inner{display:flex;gap:24px;align-items:center;justify-content:space-between;min-height:72px;min-width:0}.site-name{flex:0 0 auto;display:inline-flex;align-items:flex-end;gap:3px;font-size:1.1rem;font-weight:700;line-height:1;color:var(--text)}.site-name:hover{text-decoration:none}.site-name__primary{font-size:1.1rem;line-height:1}.site-name__secondary{font-size:.82rem;font-weight:800;line-height:1}.nav{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:flex-end;min-width:0;max-width:100%}.nav a{display:inline-flex;align-items:center;color:var(--muted);font-size:.95rem;line-height:1.35;white-space:nowrap}.nav a:hover,.nav a[aria-current=page]{color:var(--text)}main{padding:16px 0 64px}.hero{display:grid;gap:20px;padding:32px 0}.hero-heading{max-width:820px;margin-bottom:0;font-size:clamp(2rem,3.2vw,3rem)}.hero-subheading{max-width:860px;margin:-6px 0 0;font-size:clamp(1.35rem,2.4vw,2.05rem)}.hero-motto{margin:-2px 0 0;color:var(--text);font-size:1.08rem;font-weight:700}.eyebrow{margin:0;color:var(--accent);font-size:.95rem;font-weight:700}h1,h2,h3{line-height:1.25;margin:0 0 16px;overflow-wrap:anywhere}h1{max-width:820px;font-size:clamp(2.1rem,4vw,3.8rem)}h2{font-size:1.7rem}h3{font-size:1.15rem}p{margin:0 0 16px;overflow-wrap:anywhere}.lead{max-width:760px;color:var(--muted);font-size:1.12rem;overflow-wrap:anywhere}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:44px;padding:0 18px;border:1px solid var(--accent);border-radius:8px;background:var(--accent);color:#fff;font-weight:700;text-align:center}.button:hover{background:var(--accent-dark);color:#fff;text-decoration:none}.button--secondary{background:transparent;color:var(--accent)}.button--secondary:hover{background:#eaf2ff;color:var(--accent-dark)}.section{margin-top:44px}@media(min-width:701px){.hero+.section{margin-top:16px}.hero+.section>h2{margin-bottom:44px}}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.grid>*{min-width:0}.card{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:20px;min-width:0}.card-link{display:block;color:var(--text);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.card-link:hover{border-color:var(--accent);box-shadow:0 10px 24px #1f6feb1f;color:var(--text);text-decoration:none;transform:translateY(-2px)}.card-link p{color:var(--text)}.card-link__cta{color:var(--accent);font-weight:500}.card-link:hover .card-link__cta{color:var(--accent-dark);text-decoration:underline}.card__cover,.article-cover{display:block;width:100%;aspect-ratio:16 / 9;margin-bottom:16px;border:1px solid var(--border);border-radius:8px;background:#eef3fb;object-fit:cover}.article-cover{margin:24px 0 20px}.card p:last-child{margin-bottom:0}.list{padding-left:20px}.meta{color:var(--muted);font-size:.92rem}.blog-tools{display:grid;gap:16px;margin-bottom:20px;padding:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.blog-tools__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,220px);gap:14px;align-items:end}.blog-field{display:grid;gap:6px;min-width:0;color:var(--muted);font-size:.9rem;font-weight:700}.blog-field input,.blog-field select{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);font:inherit}.blog-search__control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-width:0}.blog-search-button{min-height:44px;padding:0 16px;border:1px solid var(--accent);border-radius:8px;background:var(--accent);color:#fff;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.blog-search-button:hover{background:var(--accent-dark)}.blog-field input:focus,.blog-field select:focus,.blog-search-button:focus-visible,.tag-button:focus-visible,.tag-link:focus-visible{outline:3px solid #b8d4ff;outline-offset:2px}.tag-filter,.article-tags{display:flex;flex-wrap:wrap;gap:8px}.tag-button,.tag-link{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:34px;padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:#f7f8fb;color:var(--text);font-size:.9rem;line-height:1.25;text-align:center;overflow-wrap:anywhere}.tag-button{cursor:pointer}.tag-button:hover,.tag-link:hover{border-color:var(--accent);color:var(--accent-dark);text-decoration:none}.tag-button.is-active{border-color:var(--accent);background:var(--accent);color:#fff}.blog-tools__summary{margin-bottom:0;color:var(--muted);font-size:.92rem}.blog-empty{margin-top:18px;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted)}.blog-empty[hidden]{display:none}.article{max-width:760px}.article-tags{margin:-4px 0 24px}.article :where(h2,h3){margin-top:32px}.article ul{padding-left:22px}.about-page{display:grid;gap:24px;padding-top:8px}.about-hero-card,.about-panel,.about-side-card{border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 14px 34px #1d24330a}.about-hero-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:32px;align-items:center;padding:32px 44px}.about-hero-card h1{max-width:680px;margin:12px 0 4px;font-size:clamp(2rem,4vw,2.625rem)}.about-hero-subtitle{max-width:680px;margin:0 0 18px;font-size:clamp(1.5rem,3vw,1.9375rem)}.about-hero-card .lead{max-width:680px}.about-profile-card{justify-self:end;width:min(100%,280px);padding:20px;border:1px solid var(--border);border-radius:8px;background:#fff;text-align:center}.about-profile-card h2{margin:16px 0 12px;font-size:1.35rem}.about-avatar{display:block;width:min(160px,100%);aspect-ratio:1;margin:0 auto;border:1px solid #c9d8ea;border-radius:8px;background:#d8e6f2;object-fit:cover}.about-profile-card__tags,.about-keywords{display:flex;flex-wrap:wrap;gap:12px 14px}.about-profile-card__tags{justify-content:center}.about-profile-card__tags span,.about-keywords a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 9px;border:1px solid #c7d9f4;border-radius:6px;background:#f4f8ff;color:var(--accent);font-size:.86rem;font-weight:700;line-height:1.2}.about-keywords a:hover{border-color:var(--accent);background:#eaf2ff;color:var(--accent-dark);text-decoration:none}.about-layout{position:relative;display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.95fr);gap:24px;align-items:stretch}.about-main,.about-sidebar__inner{display:grid;gap:16px}.about-sidebar{align-self:stretch;min-height:100%}.about-sidebar__inner{position:sticky;top:18px;align-self:start;gap:12px;height:fit-content;width:calc(100% + 10px);margin-left:-10px}.about-panel,.about-side-card{padding:24px}.about-keyword-card{min-height:168px}.about-panel h2,.about-side-card h2{margin-bottom:16px;font-size:1.35rem}.about-panel p:last-child,.about-side-card p:last-child{margin-bottom:0}#change p{margin-bottom:12px;line-height:1.55}#change p:last-child{margin-bottom:0}.about-status-list{display:grid;gap:12px;margin-top:22px;padding:16px;border:1px solid var(--border);border-radius:8px;background:#fbfcff}.about-status-item{display:grid;grid-template-columns:28px minmax(68px,92px) minmax(0,1fr) auto;gap:12px;align-items:center}.about-status-item__index{display:inline-flex;align-items:center;justify-content:center;width:22px;aspect-ratio:1;border-radius:999px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:800;line-height:1}.about-status-item strong{font-size:.95rem}.about-status-item p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.about-status{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.85rem;font-weight:700;white-space:nowrap}.about-status:before{width:8px;aspect-ratio:1;border-radius:999px;background:#9aa4b2;content:""}.about-status--green:before{background:#16a34a}.about-status--yellow:before{background:#f59e0b}.about-timeline{display:grid;gap:0}.about-timeline__item{position:relative;display:grid;grid-template-columns:minmax(88px,118px) minmax(0,1fr);gap:16px;padding:0 0 28px 24px}.about-timeline__item:before{position:absolute;top:4px;bottom:-4px;left:7px;width:1px;background:#c8d6ea;content:""}.about-timeline__item:after{position:absolute;top:5px;left:0;width:14px;aspect-ratio:1;border:3px solid #ffffff;border-radius:999px;background:var(--accent);box-shadow:0 0 0 1px #c8d6ea;content:""}.about-timeline__item:last-child{padding-bottom:0}.about-timeline__item:last-child:before{display:none}.about-timeline time{color:var(--muted);font-size:.9rem}.about-timeline h3{margin-bottom:6px}.about-timeline p{color:var(--muted);font-size:.92rem}.about-timeline p:last-child{margin-bottom:0}.about-side-nav{display:grid;gap:12px}.about-side-nav h2{margin-bottom:4px}.about-side-nav a{display:block;font-size:.95rem;font-weight:700}.about-quote-card blockquote{margin:0;color:var(--accent);font-size:1.24rem;font-weight:700;line-height:1.55}.about-quote-card blockquote p{margin:0;min-height:3.2em}.about-quote-card blockquote span{color:#b8cce8;font-size:2.2rem;line-height:1}.about-quote-card blockquote span:last-child{display:block;text-align:right}.about-next-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:0}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--muted)}.site-footer__inner{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:24px 0;font-size:.92rem}.site-footer__filings{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px 16px}.site-footer__filing{display:inline-flex;align-items:center;gap:6px;color:inherit;line-height:1.45}.site-footer__filing:hover{color:var(--text)}.site-footer__filing--police img{flex:0 0 auto;width:18px;height:20px;object-fit:contain}@media(min-width:721px)and (max-width:1024px){.site-header__inner{align-items:flex-start;flex-direction:column;gap:16px;padding:18px 0}.nav{justify-content:flex-start}h1{font-size:clamp(2.35rem,5.2vw,3.35rem)}}@media(max-width:720px){.site-header__inner,.site-notice__inner,.site-footer__inner,.container{width:min(calc(100% - 24px),var(--max-width))}.site-notice__inner{padding:9px 0;font-size:.86rem}.site-header__inner{align-items:stretch;flex-direction:column;gap:14px;min-height:0;padding:16px 0}.site-name{align-self:flex-start}.nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;justify-content:stretch;width:100%}.nav a{justify-content:center;min-height:38px;padding:8px 6px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:.9rem;line-height:1.2;text-align:center}main{padding:28px 0 48px}.hero{gap:16px;padding:28px 0 24px}h1{max-width:100%;font-size:clamp(1.85rem,8vw,2.35rem);line-height:1.18}h2{font-size:1.45rem}.lead{font-size:1rem}.actions{align-items:stretch}.button{flex:1 1 148px;min-height:42px;padding:0 14px}.section{margin-top:36px}.grid{grid-template-columns:1fr;gap:14px}.card{padding:18px}.blog-tools{padding:16px}.blog-tools__row{grid-template-columns:1fr}.tag-button,.tag-link{min-height:36px}.site-footer__inner{flex-direction:column;align-items:flex-start;padding:20px 0}.site-footer__filings{justify-content:flex-start}.about-page{padding-top:0}.about-hero-card,.about-layout,.about-next-section{grid-template-columns:1fr}.about-hero-card{gap:24px;padding:24px}.about-profile-card{justify-self:stretch;width:100%}.about-sidebar{position:static;min-height:0;height:auto}.about-sidebar__inner{position:static;height:auto;width:100%;margin-left:0}.about-status-item{grid-template-columns:28px minmax(0,1fr);align-items:start}.about-status-item p,.about-status{grid-column:2}.about-timeline__item{grid-template-columns:1fr;gap:6px;padding-left:22px}}@media(max-width:420px){.nav{grid-template-columns:repeat(2,minmax(0,1fr))}h1{font-size:clamp(1.75rem,9vw,2.15rem)}.button{flex-basis:100%}.blog-search__control{grid-template-columns:1fr}.blog-search-button{width:100%}}
