:root{--bg: #f5f1e8;--bg-deep: #ece5d6;--text: #1d1c1a;--text-light: #6e675e;--accent: #c76a2b;--accent-soft: #f2dcc8;--link: #0d5f53;--link-soft: #dcece8;--border: #d8d0c2;--border-strong: #bcae96;--surface: rgba(255, 252, 246, .88);--surface-solid: #fffaf2;--shadow-soft: 0 12px 34px rgba(67, 49, 25, .08);--shadow-line: inset 0 1px 0 rgba(255, 255, 255, .55)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Outfit,system-ui,sans-serif;font-size:16px;line-height:1.5;color:var(--text);background:var(--bg);background-image:radial-gradient(circle at 12% 8%,rgba(199,106,43,.08),transparent 28%),radial-gradient(circle at 88% 10%,rgba(13,95,83,.07),transparent 24%),linear-gradient(180deg,#f6f2ea,#f2ece1)}::selection{background:#0d5f532e;color:var(--text)}:focus-visible{outline:2px solid rgba(13,95,83,.9);outline-offset:2px}a{color:var(--link);text-decoration:none;transition:color .14s ease,border-color .14s ease,background-color .14s ease,opacity .14s ease,box-shadow .14s ease,transform .14s ease}a:hover{text-decoration:underline}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:20;background:#f5f1e8d6;border-bottom:1px solid rgba(188,174,150,.55);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header-inner{max-width:1060px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-brand{display:flex;flex-direction:column;gap:2px}.wordmark{font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:700;color:var(--text);text-decoration:none;white-space:nowrap;flex-shrink:0;letter-spacing:-.02em}.wordmark:hover{text-decoration:none}.wordmark-accent{color:var(--accent)}.site-brand-tag{margin:0;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light)}.nav-desktop{display:none;flex-wrap:wrap;justify-content:flex-end;gap:10px}.nav-desktop a{font-size:12px;color:var(--text-light);text-decoration:none;padding:7px 11px;border:1px solid transparent;border-radius:999px;letter-spacing:.04em;text-transform:uppercase}.nav-desktop a:hover{color:var(--link);text-decoration:none;background:#fffaf2bf;border-color:#bcae9680}.nav-desktop a.is-active{color:var(--text);background:var(--surface-solid);border-color:var(--border-strong);box-shadow:var(--shadow-line)}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:1px solid var(--border);border-radius:999px;background:#fffaf2eb;cursor:pointer;flex-shrink:0}.nav-toggle-bar{display:block;height:1px;width:18px;margin:0 auto;background:var(--text)}.nav-mobile-panel{display:none;border-bottom:1px solid rgba(188,174,150,.55);background:#f5f1e8f2}.nav-mobile-panel.is-open{display:block}.nav-mobile-panel-inner{max-width:1060px;margin:0 auto;padding:0 20px 16px;display:flex;flex-direction:column;gap:10px}.nav-mobile-panel a{font-size:12px;color:var(--text);text-decoration:none;padding:9px 12px;border:1px solid var(--border);border-radius:999px;background:#fffaf2d1;letter-spacing:.04em;text-transform:uppercase}.nav-mobile-panel a:hover{color:var(--link);text-decoration:none}.nav-mobile-panel a.is-active{border-color:var(--border-strong);background:var(--surface-solid)}@media(min-width:768px){.nav-toggle{display:none}.nav-desktop{display:flex}.nav-mobile-panel{display:none!important}}.site-main{flex:1;max-width:1060px;width:100%;margin:0 auto;padding:0 20px 28px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin:18px 0 8px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light)}.breadcrumbs a{color:var(--text-light);text-decoration:none}.breadcrumbs a:hover{color:var(--link);text-decoration:none}.breadcrumbs-current{color:var(--text)}.breadcrumbs-sep{color:#6e675e8c}.site-footer{border-top:1px solid var(--border);margin-top:auto;background:#fffaf2b8}.site-footer-inner{max-width:1060px;margin:0 auto;padding:24px 20px;display:flex;flex-direction:column;gap:16px;font-size:12px;color:var(--text-light)}@media(min-width:640px){.site-footer-inner{flex-direction:row;align-items:center;justify-content:space-between}}.site-footer-meta{display:flex;flex-direction:column;gap:6px}.site-footer-meta p{margin:0;max-width:34ch}.site-footer-links{display:flex;flex-wrap:wrap;gap:6px 0}.site-footer-links a{font-size:12px;color:var(--text-light)}.site-footer-links span{margin:0 6px;color:var(--border)}.newsletter-strip{border-top:1px solid rgba(188,174,150,.5);padding:28px 0 36px;margin-top:48px}.newsletter-strip p{margin:0 0 14px;font-size:15px;color:var(--text)}.newsletter-strip{background:linear-gradient(180deg,#fffaf2e0,#fff8f0d1);border-radius:20px;padding-left:22px;padding-right:22px;box-shadow:var(--shadow-soft)}.newsletter-form{display:flex;flex-direction:column;gap:10px;align-items:stretch}@media(min-width:640px){.newsletter-form{flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px}}.input,.select{font-family:inherit;font-size:14px;color:var(--text);background:var(--surface-solid);border:1px solid var(--border);border-radius:14px;padding:11px 13px;box-shadow:var(--shadow-line)}.input::placeholder{color:var(--text-light)}.select{cursor:pointer}.btn{font-family:inherit;font-size:13px;font-weight:600;padding:11px 16px;border-radius:999px;border:1px solid var(--text);cursor:pointer;letter-spacing:.03em;text-transform:uppercase}.btn-primary-dark{background:var(--text);color:var(--bg);border-color:var(--text)}.btn-primary-dark:hover{opacity:.92}.btn-link-color{background:var(--link);color:var(--surface);border-color:var(--link)}.btn-link-color:hover{opacity:.92}.section{border-bottom:1px solid rgba(188,174,150,.5);padding:30px 0}.section:first-of-type{padding-top:24px}.section-last{border-bottom:none}.hero-h1{font-family:Fraunces,Georgia,serif;font-size:clamp(34px,4.6vw,56px);font-weight:600;line-height:1.04;letter-spacing:-.03em;margin:0 0 16px;color:var(--text);max-width:10ch}.hero-lede{margin:0 0 24px;font-size:16px;color:var(--text-light);max-width:42ch;line-height:1.6}.hero-shell{display:grid;gap:18px;align-items:start}@media(min-width:900px){.hero-shell{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:22px}}.hero-copy,.hero-panel,.callout-surface,.directory-item,.events-filters,.vets-borough-list,.resource-list,.hood-stats,.hood-resources{background:var(--surface);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(188,174,150,.46);box-shadow:var(--shadow-soft),var(--shadow-line)}.hero-copy{padding:26px;border-radius:24px}.hero-panel{padding:22px;border-radius:24px;display:flex;flex-direction:column;gap:18px}.hero-kicker{margin:0 0 12px;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--link)}.hero-links{display:flex;flex-wrap:wrap;gap:10px}.hero-links a{display:inline-flex;align-items:center;padding:9px 12px;border:1px solid rgba(188,174,150,.65);border-radius:999px;background:#fffaf2db;color:var(--text);font-size:13px;font-weight:500;text-decoration:none}.hero-links a:hover{color:var(--link);text-decoration:none;border-color:var(--link);transform:translateY(-1px)}.hero-panel-stat{padding-bottom:14px;border-bottom:1px solid rgba(188,174,150,.42)}.hero-panel-stat:last-of-type{padding-bottom:0;border-bottom:none}.hero-panel-label{display:block;margin-bottom:6px;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-light)}.hero-panel p{margin:0;font-size:14px;line-height:1.55;color:var(--text)}.hero-form{display:flex;flex-direction:column;gap:10px;align-items:stretch}@media(min-width:768px){.hero-form{flex-direction:row;flex-wrap:wrap;align-items:center}}.hero-form .input[type=email]{min-width:220px}.callout-surface{padding:20px;border-radius:20px}.zip-row{display:flex;flex-direction:column;gap:16px}@media(min-width:640px){.zip-row{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:24px}}.zip-copy h2{font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:700;margin:0 0 8px}.zip-copy p{margin:0;font-size:14px;color:var(--text-light)}.zip-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex-shrink:0}.zip-form .input-zip{width:100%;max-width:100px}.section-label{margin:0 0 10px;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light)}h2.section-label{font-family:inherit;line-height:1.3}.issue-meta{margin:0 0 14px;font-size:12px;color:var(--text-light)}.issue-item{padding:12px 14px;font-size:14px;line-height:1.45;border:1px solid rgba(188,174,150,.55);border-radius:14px;background:#fffcf6c2;margin-bottom:10px}.issue-item-featured{padding:16px}.issue-verification-note{margin:8px 0 0;color:var(--text-light);font-size:12px;line-height:1.5}.issue-tag{font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent)}.issue-day{font-weight:600;color:var(--text)}.issue-desc{display:block;margin:8px 0 0;color:var(--text);font-size:15px;line-height:1.55}.issue-why,.issue-action{margin:8px 0 0;color:var(--text);font-size:14px;line-height:1.5}.issue-why strong,.issue-action strong{color:var(--text)}.issue-source-link{margin:8px 0 0;font-size:13px}.issue-item a{white-space:nowrap}.full-issue-link{display:inline-block;margin-top:14px;font-size:14px}.home-latest-cta{margin:18px 0 0;font-size:14px}.home-latest-cta-sep{margin:0 8px;color:var(--text-light)}.directory-grid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:768px){.directory-grid{grid-template-columns:1fr 1fr}}.directory-item{padding:18px 18px 16px;border-radius:18px}.directory-item a{font-size:17px;font-weight:600;color:var(--text);text-decoration:none}.directory-item a:hover{color:var(--link);text-decoration:underline;text-underline-offset:3px}.directory-item p{margin:8px 0 0;font-size:13px;color:var(--text-light)}.know-this-quote{font-family:Fraunces,Georgia,serif;font-size:16px;font-style:italic;font-weight:400;margin:0 0 10px;line-height:1.45}.know-this-cite{margin:0;font-size:12px;color:var(--text-light)}.the-number-row{display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding:20px;border:1px solid rgba(188,174,150,.55);border-radius:20px;background:linear-gradient(135deg,#fffaf2eb,#f2dcc88f);box-shadow:var(--shadow-soft),var(--shadow-line)}@media(min-width:640px){.the-number-row{flex-direction:row;align-items:baseline;gap:20px}}.the-number-value{font-family:Fraunces,Georgia,serif;font-size:60px;font-weight:700;line-height:1;color:var(--accent);flex-shrink:0}.the-number-context{margin:0;font-size:14px;color:var(--text-light);max-width:42ch}.the-number-context a{white-space:nowrap}.page-h1{font-family:Fraunces,Georgia,serif;font-size:clamp(30px,4vw,46px);font-weight:600;letter-spacing:-.025em;margin:28px 0 14px}.page-intro{margin:10px 0 22px;max-width:760px}.page-kicker{margin:0 0 10px;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--link)}.page-lede{margin:0 0 24px;font-size:15px;color:var(--text-light);line-height:1.6;max-width:58ch}.page-inline-note{padding:12px 14px;border:1px solid rgba(188,174,150,.5);border-radius:14px;background:#fffcf694}.hood-top{text-align:center}.hood-heading{font-family:Fraunces,Georgia,serif;font-size:20px;font-weight:600;margin:0 0 20px;line-height:1.3}.hood-form{margin:0}.hood-form-row{display:flex;flex-direction:column;align-items:center;gap:12px}@media(min-width:480px){.hood-form-row{flex-direction:row;flex-wrap:wrap;justify-content:center}}.hood-zip-input{width:100%;max-width:200px;text-align:center;font-size:18px;padding:10px 12px}.hood-data-note{margin:16px 0 0;font-size:12px;color:var(--text-light)}.hood-status{text-align:center}.hood-loading{margin:0;font-size:14px;color:var(--text-light)}.hood-error{margin:0;font-size:14px;color:#c0392b}.hood-stats{display:grid;grid-template-columns:1fr;border-radius:24px;margin:0 0 28px;overflow:hidden}@media(min-width:768px){.hood-stats{grid-template-columns:1fr 1fr 1fr}}.hood-stat-cell{padding:20px 16px;border-bottom:1px solid var(--border);text-align:center;background:#fffcf680}@media(min-width:768px){.hood-stat-cell{border-bottom:none;border-right:1px solid var(--border)}.hood-stat-cell:last-child{border-right:none}}.hood-stat-num{font-family:Fraunces,Georgia,serif;font-size:36px;font-weight:700;line-height:1.1;margin:0 0 10px}.hood-stat-num--teal{color:var(--link)}.hood-stat-num--amber{color:var(--accent)}.hood-stat-num--red{color:#c0392b}.hood-stat-label{margin:0;font-size:13px;line-height:1.4;color:var(--text-light)}.hood-score-line{font-family:Fraunces,Georgia,serif;font-size:18px;margin:0 0 24px;line-height:1.4}.hood-rating--teal{color:var(--link)}.hood-rating--amber{color:var(--accent)}.hood-rating--red{color:#c0392b}.hood-resources{padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:24px}.hood-resources-label{margin:0 0 8px;font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-light);font-family:inherit;line-height:1.3}.hood-resources-links{margin:0;font-size:14px;color:var(--text)}.hood-share{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.hood-copied{font-size:13px;color:var(--text-light)}.hood-page-newsletter{border-bottom:none}.hood-page-newsletter-lede{margin:0 0 12px;font-size:15px;color:var(--text)}.vets-page-h1{margin-top:24px}.vets-borough-list{margin:20px 0 0;border-radius:20px;overflow:hidden}.vets-borough-row{display:block;padding:16px 18px;border-bottom:1px solid rgba(188,174,150,.55);font-size:15px;font-weight:600;color:var(--text);text-decoration:none;background:#fffcf659}.vets-borough-row:last-child{border-bottom:none}.vets-borough-row:hover{color:var(--link);text-decoration:none;background:#dcece894;transform:translate(2px)}.vets-index-note{margin:24px 0 0;font-size:14px;color:var(--text-light);line-height:1.5}.vets-toolbar{padding:20px;border:1px solid rgba(188,174,150,.55);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-soft),var(--shadow-line);margin-bottom:0}.vets-filters{display:flex;flex-direction:column;gap:10px}@media(min-width:640px){.vets-filters{flex-direction:row;flex-wrap:wrap;gap:16px 24px}}.vets-filter-label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text);cursor:pointer}.vets-filter-label input{margin:0;accent-color:var(--link)}.vets-search-input{width:100%;max-width:none;margin-top:16px}.vets-list{margin-top:14px}.vets-empty{margin:0;padding:24px 0;font-size:14px;color:var(--text-light)}.vet-entry{padding:20px;border:1px solid rgba(188,174,150,.55);border-radius:18px;background:#fffcf6c7;box-shadow:var(--shadow-soft),var(--shadow-line);margin-bottom:14px}.vet-line1{margin:0 0 6px;line-height:1.35}.vet-name{font-size:15px;font-weight:500;color:var(--text)}.vet-featured{font-size:12px;font-weight:500;color:var(--accent)}.vet-meta{margin:0 0 6px;font-size:14px;line-height:1.45;color:var(--text-light)}.vet-hours{margin:0 0 8px;font-size:13px;color:var(--text-light)}.vet-badges{margin:0 0 8px;font-size:13px;line-height:1.5}.vet-badge{display:inline;margin-right:14px;white-space:nowrap}.vet-badge--teal{color:var(--link)}.vet-badge--amber{color:var(--accent)}.vet-booking{margin:0 0 8px;font-size:14px}.vet-trust{margin:0 0 8px}.vet-notes{margin:0;font-size:13px;font-style:italic;line-height:1.45;color:var(--text-light)}.vets-page-bottom{margin-top:8px}.vet-disclaimer{margin:24px 0 8px;padding:16px 18px;border:1px solid var(--border, #d8d0c2);border-left:3px solid var(--brand-accent, #c76a2b);border-radius:8px;background:var(--bg-tint, #fffaf2)}.vet-disclaimer-line{margin:0 0 8px;font-size:14px;line-height:1.55;color:var(--text, #1d1c1a)}.vet-disclaimer-link{margin:0;font-size:13px;line-height:1.45}.vet-disclaimer-link a{color:var(--brand-teal, #0d5f53);text-decoration:none;font-weight:600}.vet-disclaimer-link a:hover{text-decoration:underline}.vets-page-disclaimer{margin-top:32px;margin-bottom:24px}.vets-insurance-note{margin:20px 0 0;font-size:14px;line-height:1.5;color:var(--text-light)}.events-page-h1{margin-top:24px}.events-tip{margin:0 0 20px;font-size:14px;color:var(--text-light);line-height:1.5}.events-filters{display:grid;grid-template-columns:1fr;gap:14px;padding:18px;border-radius:20px;margin-bottom:8px}@media(min-width:640px){.events-filters{grid-template-columns:1fr 1fr 1fr;gap:16px}}.events-filter-field{display:flex;flex-direction:column;gap:6px;margin:0}.events-filter-label{font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-light)}.events-select{width:100%}.events-list-wrap{padding-bottom:8px}.events-empty{margin:0;padding:24px 0;font-size:14px;color:var(--text-light)}.events-week-block{margin-top:24px;padding:18px 18px 4px;border:1px solid rgba(188,174,150,.55);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-soft),var(--shadow-line)}.events-week-block:first-of-type{margin-top:16px}.events-week-heading{margin:0 0 12px}.events-event{padding:18px 0;border-top:1px solid var(--border)}.events-event-line1{margin:0 0 8px;line-height:1.4}h3.events-event-line1.events-event-title-block{font-family:inherit;font-size:inherit;font-weight:inherit}.events-type-tag{font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent)}.events-event-title{font-size:15px;font-weight:500;color:var(--text)}.events-event-meta{margin:0 0 8px;font-size:13px;line-height:1.45;color:var(--text-light)}.events-event-desc{margin:0 0 10px;font-size:14px;line-height:1.5;color:var(--text)}.events-event-details{margin:0;font-size:14px;line-height:1.45}.events-unverified{font-size:13px;color:var(--text-light)}.events-trust{margin-top:4px}.events-page-bottom{margin-top:8px}.resource-page-h1{margin-top:24px}.resource-page-bottom{margin-top:8px}.page-newsletter-shell{padding:22px;border:1px solid rgba(188,174,150,.55);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-soft),var(--shadow-line)}.resource-list{border-radius:20px;overflow:hidden}.resource-list--tight .resource-entry{padding:16px 0}.resource-entry{padding:20px 18px;border-top:1px solid rgba(188,174,150,.55);background:#fffcf65c}.resource-entry:first-child{border-top:none}.resource-entry-title{margin:0 0 8px;font-size:15px;font-weight:500;color:var(--text)}.resource-entry-title--sm{font-size:15px}.resource-entry-line{margin:0 0 6px;font-size:14px;line-height:1.45;color:var(--text-light)}.resource-k{font-weight:500;color:var(--text)}.resource-entry-notes{margin:10px 0 0;font-size:13px;font-style:italic;line-height:1.45;color:var(--text-light)}.resource-trust{margin-top:10px}.resource-static-section{margin-top:28px;padding-top:24px;border-top:1px solid rgba(188,174,150,.5)}.resource-static-heading{margin:0 0 14px}.resource-entry--plain{border:1px solid rgba(188,174,150,.55);border-radius:18px;padding:18px;margin:0;background:#fffcf699;box-shadow:var(--shadow-soft),var(--shadow-line)}.resource-entry--plain .resource-entry-line:last-child{margin-bottom:0}.flowchart-text{margin:0 0 12px;padding:0 0 0 1.25rem;font-size:14px;line-height:1.55;color:var(--text)}.flowchart-text li{margin-bottom:10px}.flowchart-text li:last-child{margin-bottom:0}.flowchart-more{margin:0}.resource-link-list{margin:0;padding:0 0 0 1.25rem;font-size:14px;line-height:1.55;color:var(--text)}.resource-link-list li{margin-bottom:10px}.resource-link-list li:last-child{margin-bottom:0}.parks-toolbar{margin-bottom:0}.parks-empty{padding:8px 0 20px}.park-flag{font-weight:500}.park-flag--teal{color:var(--link)}.source-trust{border-top:1px solid rgba(188,174,150,.38);padding-top:10px}.source-trust-line,.source-trust-links{margin:0;font-size:13px;line-height:1.5}.source-trust-copy,.source-trust-link-note{color:var(--text-light)}.source-trust-links{margin-top:4px}.source-trust-report{margin-top:8px}.source-trust-report-button{padding:0;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.source-trust-report-feedback{margin:4px 0 0;font-size:12px;line-height:1.45;color:var(--text-light)}.source-trust-pill{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.source-trust--verified .source-trust-pill{color:var(--link)}.source-trust--weak .source-trust-pill{color:var(--accent)}.source-trust--missing .source-trust-pill{color:var(--text)}.verifier-note-form{max-width:760px;padding:24px;border:1px solid rgba(188,174,150,.55);border-radius:24px;background:#fffaf2db;box-shadow:var(--shadow-soft)}.verifier-note-form--mobile{display:flex;flex-direction:column;gap:18px;padding:18px}.verifier-note-grid{display:grid;gap:14px;margin-top:16px}.verifier-note-field{display:flex;flex-direction:column;gap:6px}.verifier-note-label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-light)}.verifier-note-textarea{min-height:148px;resize:vertical}.verifier-note-input-lg{font-size:17px;padding:14px 16px;min-height:52px}.verifier-note-fieldset{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.verifier-note-chips{display:flex;flex-wrap:wrap;gap:8px}.verifier-note-chip{flex:1 1 auto;min-height:48px;min-width:88px;padding:10px 16px;border-radius:999px;border:1px solid rgba(188,174,150,.7);background:transparent;color:var(--text);font-size:15px;font-weight:500;cursor:pointer;transition:background .12s ease,border-color .12s ease}.verifier-note-chip:hover,.verifier-note-chip:focus-visible{border-color:var(--text)}.verifier-note-chip--on{background:var(--text);color:#fff8ea;border-color:var(--text)}.verifier-note-more-toggle{align-self:flex-start;background:none;border:none;padding:6px 0;color:var(--link);font-size:14px;cursor:pointer;text-decoration:underline}.verifier-note-more{display:flex;flex-direction:column;gap:14px;padding-top:4px}.verifier-note-submit{min-height:52px;font-size:16px}.verifier-note-actions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.verifier-note-feedback{margin:0;font-size:14px}.verifier-note-feedback--success{color:var(--link)}.verifier-note-feedback--error{color:#9f3b1f}@media(min-width:768px){.verifier-note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.housing-page-title{margin-top:24px}.housing-lede{margin:-4px 0 8px;font-size:14px;line-height:1.55;color:var(--text-light);max-width:52ch}.housing-section{padding:28px 24px;border:1px solid rgba(188,174,150,.55);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-soft),var(--shadow-line);margin-bottom:18px}.housing-section-title{margin:0 0 18px;font-family:Fraunces,Georgia,serif;font-size:20px;font-weight:600;line-height:1.3;color:var(--text)}.housing-prose p{margin:0 0 14px;font-size:15px;line-height:1.65;color:var(--text)}.housing-prose p:last-child{margin-bottom:0}.housing-table-wrap{margin:22px 0 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.housing-table{width:100%;min-width:640px;border-collapse:collapse;font-size:14px;line-height:1.45;color:var(--text)}.housing-table th,.housing-table td{border:1px solid var(--border);padding:10px 12px;text-align:left;vertical-align:top}.housing-table th{font-weight:500;font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:var(--text-light)}.housing-inline-cta{margin:0;padding:24px 0;font-size:14px;line-height:1.55;color:var(--text)}.newsletter-archive-h1{margin-top:24px}.newsletter-archive-list{margin-top:20px;display:grid;gap:14px}.newsletter-archive-item{padding:18px 18px 16px;border:1px solid rgba(188,174,150,.55);border-radius:18px;background:#fffcf6b3;box-shadow:var(--shadow-soft),var(--shadow-line)}.newsletter-archive-link{display:inline;font-size:16px;font-weight:600;color:var(--text);text-decoration:none}.newsletter-archive-link:hover{color:var(--link);text-decoration:underline;text-underline-offset:3px}.newsletter-archive-preview{margin:10px 0 0;font-size:14px;line-height:1.55;color:var(--text-light)}.newsletter-issue-meta{margin:0 0 10px}.newsletter-issue-section{padding-left:20px;padding-right:20px;border:1px solid rgba(188,174,150,.55);border-radius:18px;background:#fffcf6bd;box-shadow:var(--shadow-soft),var(--shadow-line);margin-bottom:14px}.newsletter-issue-section.section:first-of-type{padding-top:20px}.newsletter-issue-prose{margin:0 0 12px;font-size:15px;line-height:1.6;color:var(--text)}.newsletter-issue-cta{margin:0;font-size:14px}.static-prose{max-width:60ch;padding:20px 22px;border:1px solid rgba(188,174,150,.55);border-radius:20px;background:#fffcf6b8;box-shadow:var(--shadow-soft),var(--shadow-line)}.advertise-tier{padding:22px 18px;border:1px solid rgba(188,174,150,.55);border-radius:18px;background:#fffcf6ad;box-shadow:var(--shadow-soft),var(--shadow-line);margin-top:20px}.static-page-h1{margin-top:24px}.static-prose p{margin:0 0 16px;font-size:15px;line-height:1.65;color:var(--text)}.static-prose p:last-child{margin-bottom:0}.static-prose-muted{color:var(--text-light);font-size:14px}.advertise-launch-note{margin:0 0 20px;font-size:15px;line-height:1.55;color:var(--text-light)}.advertise-tier{margin-top:12px}.advertise-tier-name{margin:0 0 10px;font-family:Fraunces,Georgia,serif;font-size:18px;font-weight:600;line-height:1.35;color:var(--text)}.advertise-tier-desc{margin:0;font-size:15px;line-height:1.6;color:var(--text)}.advertise-contact{margin:28px 0 0;font-size:15px;line-height:1.55;color:var(--text)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.newsletter-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:10px 14px;background:var(--text);color:var(--bg);font-size:14px;text-decoration:none}.skip-link:focus{left:12px;top:12px}.route-loading{margin:0;padding:20px 0;font-size:14px;color:var(--text-light)}.newsletter-success{margin:0;font-size:14px;line-height:1.5;color:var(--text)}.newsletter-error{margin:0;flex-basis:100%;font-size:13px;line-height:1.45;color:var(--text)}.submit-page-h1{margin-bottom:8px}.submit-page-lede{margin:0 0 32px;font-size:15px;color:var(--text-light);line-height:1.55}.submit-form{display:flex;flex-direction:column;gap:32px;max-width:600px}.submit-fieldset{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.submit-legend{font-family:Fraunces,Georgia,serif;font-size:15px;font-weight:700;color:var(--text);margin-bottom:12px;padding:0;letter-spacing:.02em;text-transform:uppercase}.submit-field{display:flex;flex-direction:column;gap:4px}.submit-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:500px){.submit-row{grid-template-columns:1fr}}.submit-label{font-size:13px;font-weight:600;color:var(--text)}.submit-required{color:var(--accent)}.submit-optional{font-weight:400;color:var(--text-light)}.submit-input,.submit-select{width:100%}.submit-textarea{width:100%;resize:vertical;font-family:inherit;font-size:15px;line-height:1.5;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:8px 10px}.submit-textarea:focus{outline:2px solid var(--link);outline-offset:1px}.submit-hint{font-size:12px;color:var(--text-light)}.submit-privacy-hint{margin:0}.submit-field--checkbox{flex-direction:row;align-items:center}.submit-checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text);cursor:pointer}.submit-checkbox{width:16px;height:16px;flex-shrink:0;accent-color:var(--accent);cursor:pointer}.submit-btn{align-self:flex-start;min-width:140px}.submit-error{margin:0;padding:12px 14px;background:#fef2f2;border:1px solid #fca5a5;border-radius:4px;font-size:14px;color:#991b1b}.submit-verdict{max-width:540px;padding:20px 24px;border-radius:6px;border:1px solid var(--border)}.submit-verdict--approved{background:#f0fdf4;border-color:#86efac}.submit-verdict--review{background:#fffbeb;border-color:#fde68a}.submit-verdict--rejected{background:#fef2f2;border-color:#fca5a5}.submit-verdict-heading{margin:0 0 6px;font-family:Fraunces,Georgia,serif;font-size:17px;font-weight:700;color:var(--text)}.submit-verdict-body{margin:0;font-size:14px;line-height:1.55;color:var(--text)}.newsletter-issue-email-preview-link{margin:0 0 20px;font-size:14px}.newsletter-issue-email-preview-link a{color:var(--link)}.newsletter-archive-email-link{font-size:13px;font-weight:400}.newsletter-archive-email-link a{color:var(--link)}.nlem-page{max-width:720px;margin:0 auto;padding:0 16px 48px}.nlem-banner{margin:0 0 20px;padding:12px 14px;font-size:13px;line-height:1.5;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:6px}.nlem-code{font-size:12px}.nlem-card{max-width:600px;margin:0 auto;background:var(--surface);border:1px solid var(--border);box-shadow:0 1px 2px #0000000a}.nlem-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:24px 28px 20px;border-bottom:2px solid var(--accent)}.nlem-wordmark{font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.nlem-wordmark-accent{color:var(--accent)}.nlem-issue-meta{font-size:12px;color:var(--text-light);text-align:right}.nlem-section{padding:22px 28px 18px;border-bottom:1px solid var(--border)}.nlem-section--tint{background:#fdf9f6}.nlem-section--last{border-bottom:none}.nlem-section-label{margin:0 0 14px;font-family:Fraunces,Georgia,serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.nlem-section-label--muted{color:var(--text-light)}.nlem-list{margin:0;padding:0;list-style:none}.nlem-li{margin:0 0 14px}.nlem-li-title{font-size:14px;font-weight:700;color:var(--text)}.nlem-li-meta{display:block;font-size:13px;color:var(--text-light);margin-top:2px}.nlem-li-desc{display:block;margin-top:6px;font-size:14px;color:var(--text);line-height:1.5}.nlem-li-note{display:block;margin-top:6px;font-size:13px;color:var(--text);line-height:1.5}.nlem-inline-link{color:var(--link);font-weight:600}.nlem-see-all{margin:14px 0 0;font-size:13px;color:var(--text-light)}.nlem-quote{margin:0;padding-left:16px;border-left:3px solid var(--accent)}.nlem-quote-text{margin:0 0 8px;font-family:Fraunces,Georgia,serif;font-size:17px;line-height:1.5;font-style:italic;color:var(--text)}.nlem-quote-cite{margin:0;font-size:13px;color:var(--text-light)}.nlem-number-row{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.nlem-number-value{font-family:Fraunces,Georgia,serif;font-size:56px;font-weight:700;line-height:1;color:var(--accent)}.nlem-number-context{margin:0;flex:1;min-width:200px;font-size:15px;line-height:1.5;color:var(--text)}.nlem-prose{margin:0 0 12px;font-size:15px;line-height:1.6;color:var(--text)}.nlem-cta{margin:0;font-size:14px}.nlem-footer{padding:20px 28px 24px;background:var(--bg);border-top:1px solid var(--border)}.nlem-footer-links{margin:0 0 8px;font-size:12px;color:var(--text-light)}.nlem-footer-links a{color:var(--text-light);text-decoration:underline}.nlem-footer-note{margin:0;font-size:12px;line-height:1.5;color:var(--text-light)}.approval-queue-list{display:grid;gap:1rem}.approval-queue-card{border:1px solid rgba(16,52,59,.14);border-radius:20px;padding:1.25rem;background:#fffbf4eb;box-shadow:0 14px 30px #10343b0f}.approval-queue-meta{display:flex;flex-wrap:wrap;gap:.5rem .85rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#5d6d70}.approval-queue-title{margin:.6rem 0 .3rem;font-size:1.35rem;line-height:1.1}.approval-queue-description,.approval-queue-location,.approval-queue-routing,.approval-queue-source,.approval-queue-warning,.approval-queue-status,.approval-queue-error{margin:.5rem 0 0}.approval-queue-warning,.approval-queue-error{color:#8a2f1f}.approval-queue-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;align-items:center}.approval-queue-select{min-width:12rem}.proof-intake-intro{max-width:720px}.proof-intake-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;min-width:0;margin:18px 0 28px}.proof-intake-guidance{display:grid;gap:14px;max-width:1120px;margin:18px 0 0}.proof-intake-guidance-top,.proof-intake-guidance-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.proof-intake-guidance h2,.proof-intake-guidance h3{margin:0;overflow-wrap:anywhere}.proof-intake-guidance h2{font-size:22px;line-height:1.18}.proof-intake-guidance h3{font-size:16px;line-height:1.25}.proof-intake-guidance p,.proof-intake-guidance small{margin:0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.proof-intake-guidance-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.proof-intake-guidance-grid article{min-width:0;padding:12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.proof-intake-panel,.proof-intake-result{display:grid;gap:14px;min-width:0;padding:16px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2eb;box-shadow:var(--shadow-line)}.proof-intake-panel-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.proof-intake-panel-top h2,.proof-intake-result h2{margin:0;font-size:22px;line-height:1.18;overflow-wrap:anywhere}.proof-intake-field{display:grid;gap:6px;min-width:0}.proof-intake-field span{color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.proof-intake-textarea{min-height:420px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.45;resize:vertical}.proof-intake-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.proof-intake-result{align-content:start}.proof-intake-result p{margin:0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.proof-intake-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;min-width:0}.proof-intake-result-grid div{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.proof-intake-result-grid span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.proof-intake-result-grid strong{display:block;font-size:20px;line-height:1}.proof-intake-next{color:var(--text)!important}.proof-intake-note{color:var(--text-light);overflow-wrap:anywhere}@media(min-width:920px){.proof-intake-guidance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-intake-shell{grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:start}}.autopilot-intro{max-width:680px}.autopilot-verdict{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:center;min-width:0;margin:16px 0 18px;padding:18px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2e6;box-shadow:var(--shadow-line)}.autopilot-verdict--hold{border-left:5px solid var(--accent)}.autopilot-verdict--ready{border-left:5px solid var(--link)}.autopilot-verdict--blocked{border-left:5px solid #8a2f1f}.autopilot-label,.autopilot-stat-label{display:block;margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light)}.autopilot-verdict h2,.autopilot-section h2{margin:0;font-size:24px;line-height:1.15;overflow-wrap:anywhere}.autopilot-verdict p{margin:8px 0 0;color:var(--text-light);max-width:62ch;overflow-wrap:anywhere}.autopilot-progress{justify-self:start;min-width:116px;padding:14px 16px;border:1px solid var(--border);border-radius:8px;background:var(--surface-solid);text-align:center}.autopilot-progress span{display:block;font-family:Fraunces,Georgia,serif;font-size:42px;line-height:1;color:var(--accent)}.autopilot-progress small{display:block;margin-top:4px;color:var(--text-light)}.autopilot-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;margin:0 0 24px}.autopilot-production-readiness{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid rgba(138,47,31,.22);border-left:5px solid #8a2f1f;border-radius:8px;background:#fffaf2f0;box-shadow:var(--shadow-line)}.autopilot-standing-orders{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid var(--border-strong);border-left:5px solid #2f6250;border-radius:8px;background:#fffaf2f0;box-shadow:var(--shadow-line)}.autopilot-standing-orders-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-standing-orders-top div{min-width:0}.autopilot-standing-orders-top h2{margin:0;font-size:22px;line-height:1.15;overflow-wrap:anywhere}.autopilot-standing-orders-top p{max-width:78ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-standing-orders-counts,.autopilot-standing-orders-grid,.autopilot-standing-orders-lists{display:grid;gap:8px;min-width:0}.autopilot-standing-orders-counts{grid-template-columns:repeat(auto-fit,minmax(145px,1fr))}.autopilot-standing-orders-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.autopilot-standing-orders-lists{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.autopilot-standing-orders-counts div,.autopilot-standing-orders-grid article,.autopilot-standing-orders-lists article{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-standing-orders-counts span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-standing-orders-counts strong{display:block;font-size:18px;line-height:1.2}.autopilot-standing-orders-grid p,.autopilot-standing-orders-lists li{color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-standing-orders-lists h3{margin:0 0 8px;font-size:14px}.autopilot-standing-orders-steps{display:grid;gap:6px;margin:0;padding-left:18px;color:var(--text-light);font-size:13px;line-height:1.45}.autopilot-proof-window{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid rgba(95,91,72,.28);border-left:5px solid #5f5b48;border-radius:8px;background:#fffaf2f0;box-shadow:var(--shadow-line)}.autopilot-proof-window-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-proof-window-top div{min-width:0}.autopilot-proof-window-top h2{margin:0;font-size:20px;line-height:1.2;overflow-wrap:anywhere}.autopilot-proof-window-top p,.autopilot-proof-window-note{max-width:78ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-proof-window-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;min-width:0}.autopilot-proof-window-grid div{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-proof-window-grid span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-proof-window-grid strong{display:block;font-size:15px;line-height:1.25;overflow-wrap:anywhere}.autopilot-production-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-production-top div{min-width:0}.autopilot-production-top h2{margin:0;font-size:22px;line-height:1.15;overflow-wrap:anywhere}.autopilot-production-top p{max-width:78ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-production-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;min-width:0}.autopilot-production-cell{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-production-cell span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-production-cell strong{display:block;font-size:15px;line-height:1.25;overflow-wrap:anywhere}.autopilot-production-blockers{min-width:0;padding-top:12px;border-top:1px solid rgba(188,174,150,.42)}.autopilot-production-blockers .autopilot-mini-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));gap:6px 18px;margin-top:8px}.autopilot-production-blockers .autopilot-mini-list li+li{margin-top:0}.autopilot-production-more{display:block;margin-top:8px;color:var(--text-light);overflow-wrap:anywhere}.autopilot-maturity-tracks{display:grid;gap:8px;min-width:0}.autopilot-maturity-track{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,auto);gap:10px;align-items:center;min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fffaf2b8}.autopilot-maturity-track div{min-width:0}.autopilot-maturity-track strong,.autopilot-maturity-track small,.autopilot-maturity-track span{display:block;overflow-wrap:anywhere}.autopilot-maturity-track small,.autopilot-maturity-track span{color:var(--text-light)}.autopilot-maturity-track span{text-align:right;font-size:13px}.autopilot-scheduled-diagnostics{display:grid;gap:12px;min-width:0;padding-top:14px;border-top:1px solid rgba(188,174,150,.42)}.autopilot-scheduled-diagnostics-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;min-width:0}.autopilot-scheduled-diagnostics-top div{min-width:0}.autopilot-scheduled-diagnostics-top strong,.autopilot-scheduled-diagnostics-top small{display:block;overflow-wrap:anywhere}.autopilot-scheduled-diagnostics-top small{margin-top:4px;color:var(--text-light)}.autopilot-scheduled-diagnostics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,145px),1fr));gap:8px;min-width:0}.autopilot-scheduled-diagnostics-grid div{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fffaf2b8}.autopilot-scheduled-diagnostics-grid span,.autopilot-scheduled-diagnostics-grid strong{display:block;overflow-wrap:anywhere}.autopilot-scheduled-diagnostics-grid span{color:var(--text-light);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.autopilot-scheduled-diagnostics-grid strong{margin-top:4px;font-size:15px;line-height:1.25}.autopilot-scheduled-diagnostics-lists{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:10px;min-width:0}.autopilot-scheduled-diagnostics-lists article{min-width:0;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fffaf2b8}.autopilot-scheduled-diagnostics-lists h3{margin:0 0 8px;font-size:13px;line-height:1.25}.autopilot-send-readiness-proof{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2e6;box-shadow:var(--shadow-line)}.autopilot-send-readiness-proof-top,.autopilot-send-readiness-proof-reconciliation,.autopilot-send-readiness-proof-section{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-send-readiness-proof-top div,.autopilot-send-readiness-proof-reconciliation div,.autopilot-send-readiness-proof-section div{min-width:0}.autopilot-send-readiness-proof-top h2{margin:0;font-size:22px;line-height:1.18;overflow-wrap:anywhere}.autopilot-send-readiness-proof-top p{max-width:76ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-send-readiness-proof-counts{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;min-width:0}.autopilot-send-readiness-proof-counts div{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-send-readiness-proof-counts span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-send-readiness-proof-counts strong{display:block;font-size:22px;line-height:1}.autopilot-send-readiness-proof-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));gap:10px;min-width:0}.autopilot-send-readiness-proof-section{padding:12px;border:1px solid var(--border);border-radius:8px;background:#fffcf6bd}.autopilot-send-readiness-proof-section h3{margin:0 0 4px;font-size:16px;line-height:1.25;overflow-wrap:anywhere}.autopilot-send-readiness-proof-section small{color:var(--text-light);font-size:12px;line-height:1.4}.autopilot-send-readiness-proof-reconciliation{padding:12px;border:1px solid var(--border);border-radius:8px;background:#faf7efd1}.autopilot-send-readiness-proof-reconciliation h3{margin:0 0 5px;font-size:17px;line-height:1.25;overflow-wrap:anywhere}.autopilot-send-readiness-proof-reconciliation small,.autopilot-send-readiness-proof-note{color:var(--text-light);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.autopilot-send-readiness-proof-note{margin:0}.autopilot-evidence-trail{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2e6;box-shadow:var(--shadow-line)}.autopilot-evidence-trail-top,.autopilot-evidence-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-evidence-trail-top div,.autopilot-evidence-item-top div{min-width:0}.autopilot-evidence-trail-top h2{margin:0;font-size:22px;line-height:1.18;overflow-wrap:anywhere}.autopilot-evidence-trail-top p{max-width:76ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-evidence-counts{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;min-width:0}.autopilot-evidence-counts div{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-evidence-counts span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-evidence-counts strong{display:block;font-size:22px;line-height:1}.autopilot-evidence-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:10px;min-width:0}.autopilot-evidence-item{display:flex;flex-direction:column;gap:8px;min-width:0;min-height:218px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fffcf6bd}.autopilot-evidence-item h3{margin:0 0 4px;font-size:16px;line-height:1.25;overflow-wrap:anywhere}.autopilot-evidence-item p,.autopilot-evidence-item small{margin:0;overflow-wrap:anywhere}.autopilot-evidence-item p{color:var(--text);font-size:14px;line-height:1.45}.autopilot-evidence-item small{color:var(--text-light);font-size:12px;line-height:1.4}.autopilot-proof-inbox{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2e6;box-shadow:var(--shadow-line)}.autopilot-proof-inbox-top,.autopilot-proof-inbox-lane-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-proof-inbox-top div,.autopilot-proof-inbox-lane-top div{min-width:0}.autopilot-proof-inbox-top h2{margin:0;font-size:22px;line-height:1.18;overflow-wrap:anywhere}.autopilot-proof-inbox-top p{max-width:76ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-proof-inbox-counts{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;min-width:0}.autopilot-proof-inbox-counts div{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-proof-inbox-counts span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-proof-inbox-counts strong{display:block;font-size:22px;line-height:1}.autopilot-proof-intake-link{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;min-width:0;padding:10px 12px;border:1px solid rgba(199,106,43,.24);border-radius:8px;background:#f5f1e8ad}.autopilot-proof-intake-link a{color:var(--link);font-weight:800}.autopilot-proof-intake-link small{color:var(--text-light);overflow-wrap:anywhere}.autopilot-proof-inbox-lanes{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:10px;min-width:0}.autopilot-proof-inbox-lane{display:flex;flex-direction:column;gap:8px;min-width:0;min-height:190px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fffcf6bd}.autopilot-proof-inbox-lane h3{margin:0 0 4px;font-size:16px;line-height:1.25;overflow-wrap:anywhere}.autopilot-proof-inbox-lane p,.autopilot-proof-inbox-lane small{margin:0;overflow-wrap:anywhere}.autopilot-proof-inbox-lane p{color:var(--text);font-size:14px;line-height:1.45}.autopilot-proof-inbox-lane small{color:var(--text-light);font-size:12px;line-height:1.4}.autopilot-post-intake-bridge{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2e6;box-shadow:var(--shadow-line)}.autopilot-post-intake-bridge-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-post-intake-bridge-top div{min-width:0}.autopilot-post-intake-bridge-top h2{margin:0;font-size:22px;line-height:1.18;overflow-wrap:anywhere}.autopilot-post-intake-bridge-top p{max-width:76ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-post-intake-bridge-counts,.autopilot-post-intake-bridge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;min-width:0}.autopilot-post-intake-bridge-counts div,.autopilot-post-intake-bridge-grid article{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-post-intake-bridge-counts span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-post-intake-bridge-counts strong,.autopilot-post-intake-bridge-grid strong{display:block;font-size:22px;line-height:1.1;overflow-wrap:anywhere}.autopilot-post-intake-bridge-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.autopilot-post-intake-bridge-grid article{display:grid;gap:6px}.autopilot-post-intake-bridge-grid small{color:var(--text-light);font-size:12px;line-height:1.4;overflow-wrap:anywhere}.autopilot-proof-apply-ledger{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2e6;box-shadow:var(--shadow-line)}.autopilot-proof-apply-ledger-top,.autopilot-proof-apply-entry-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-proof-apply-ledger-top div,.autopilot-proof-apply-entry-top div{min-width:0}.autopilot-proof-apply-ledger-top h2{margin:0;font-size:22px;line-height:1.18;overflow-wrap:anywhere}.autopilot-proof-apply-ledger-top p{max-width:76ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-proof-apply-counts{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;min-width:0}.autopilot-proof-apply-counts div{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-proof-apply-counts span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-proof-apply-counts strong{display:block;font-size:22px;line-height:1}.autopilot-proof-apply-entries{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:10px;min-width:0}.autopilot-proof-apply-entry{display:flex;flex-direction:column;gap:8px;min-width:0;min-height:190px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fffcf6bd}.autopilot-proof-apply-entry h3{margin:0 0 4px;font-size:16px;line-height:1.25;overflow-wrap:anywhere}.autopilot-proof-apply-entry p,.autopilot-proof-apply-entry small{margin:0;overflow-wrap:anywhere}.autopilot-proof-apply-entry p{color:var(--text);font-size:14px;line-height:1.45}.autopilot-proof-apply-entry small{color:var(--text-light);font-size:12px;line-height:1.4}.autopilot-proof-drill{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2e6;box-shadow:var(--shadow-line)}.autopilot-proof-drill-top,.autopilot-proof-drill-scenario-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-proof-drill-top div,.autopilot-proof-drill-scenario-top div{min-width:0}.autopilot-proof-drill-top h2{margin:0;font-size:22px;line-height:1.18;overflow-wrap:anywhere}.autopilot-proof-drill-top p{max-width:76ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-proof-drill-counts{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;min-width:0}.autopilot-proof-drill-counts div{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-proof-drill-counts span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-proof-drill-counts strong{display:block;font-size:22px;line-height:1}.autopilot-proof-drill-scenarios{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:10px;min-width:0}.autopilot-proof-drill-scenario{display:flex;flex-direction:column;gap:8px;min-width:0;min-height:172px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fffcf6bd}.autopilot-proof-drill-scenario h3{margin:0 0 4px;font-size:16px;line-height:1.25;overflow-wrap:anywhere}.autopilot-proof-drill-scenario p,.autopilot-proof-drill-scenario small{margin:0;overflow-wrap:anywhere}.autopilot-proof-drill-scenario p{color:var(--text);font-size:14px;line-height:1.45}.autopilot-proof-drill-scenario small{color:var(--text-light);font-size:12px;line-height:1.4}.autopilot-self-review{display:grid;gap:12px;min-width:0;margin:0 0 24px;padding:16px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2eb;box-shadow:var(--shadow-line)}.autopilot-self-review-main{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-self-review-main div{min-width:0}.autopilot-self-review-main h2{margin:0;font-size:22px;line-height:1.15;overflow-wrap:anywhere}.autopilot-self-review-main p{max-width:70ch;margin:8px 0 0;color:var(--text-light);line-height:1.45;overflow-wrap:anywhere}.autopilot-self-review-next{min-width:0;padding:12px 14px;border:1px solid rgba(199,106,43,.24);border-radius:8px;background:#f5f1e8ad}.autopilot-self-review-next strong{display:block;line-height:1.35;overflow-wrap:anywhere}.autopilot-self-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;min-width:0}.autopilot-self-review-proof-gaps{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:10px;min-width:0}.autopilot-self-review-proof-gaps article{display:flex;flex-direction:column;gap:8px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fffcf6b8}.autopilot-self-review-proof-gaps h3,.autopilot-self-review-proof-gaps p,.autopilot-self-review-proof-gaps small{margin:0;overflow-wrap:anywhere}.autopilot-self-review-proof-gaps h3{font-size:16px;line-height:1.25}.autopilot-self-review-proof-gaps p,.autopilot-self-review-proof-gaps small{color:var(--text-light);line-height:1.4}.autopilot-self-review-grid div{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fffcf6b8}.autopilot-self-review-grid strong{display:block;font-size:20px;line-height:1.2}.autopilot-self-review-grid small{display:block;margin-top:6px;color:var(--text-light);overflow-wrap:anywhere}.autopilot-stat{min-height:118px;min-width:0;padding:14px;border:1px solid rgba(188,174,150,.72);border-radius:8px;background:#fffcf6b8}.autopilot-stat strong{display:block;font-size:20px;line-height:1.2;overflow-wrap:anywhere}.autopilot-stat small{display:block;margin-top:8px;color:var(--text-light);overflow-wrap:anywhere}.autopilot-section{margin:28px 0}.autopilot-section-heading{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.autopilot-hold-list,.autopilot-criteria-list{display:grid;gap:10px}.autopilot-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;margin-bottom:10px}.autopilot-history-summary,.autopilot-history-row,.autopilot-proof-age{min-width:0;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:#fffaf2c7}.autopilot-history-summary strong,.autopilot-history-row strong,.autopilot-proof-age strong{display:block;line-height:1.2;overflow-wrap:anywhere}.autopilot-history-summary small,.autopilot-history-row small,.autopilot-proof-age small{display:block;margin-top:5px;color:var(--text-light);overflow-wrap:anywhere}.autopilot-history-list,.autopilot-proof-age-list{display:grid;gap:8px}.autopilot-proof-path-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:10px}.autopilot-proof-path{display:flex;flex-direction:column;gap:10px;min-width:0;min-height:210px;padding:14px;border:1px solid var(--border);border-radius:8px;background:#fffaf2c7}.autopilot-proof-path-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;min-width:0}.autopilot-proof-path-top div{flex:1 1 150px;min-width:0}.autopilot-proof-path h3{margin:0 0 5px;font-size:17px;line-height:1.2;overflow-wrap:normal}.autopilot-proof-path p,.autopilot-proof-path small{margin:0;color:var(--text-light);overflow-wrap:anywhere}.autopilot-proof-path p{color:var(--text);line-height:1.45}.autopilot-path-note{padding-top:8px;border-top:1px solid rgba(188,174,150,.42);font-size:13px}.autopilot-social-launch-kit{display:grid;gap:10px;min-width:0}.autopilot-social-grid-plan,.autopilot-social-launch-sequence{display:grid;gap:8px;min-width:0;padding-top:8px;border-top:1px solid rgba(188,174,150,.42)}.autopilot-social-grid-plan ol{display:grid;gap:5px;margin:0;padding-left:20px;color:var(--text-light);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.autopilot-social-launch-sequence article{min-width:0;padding-bottom:8px;border-bottom:1px solid rgba(188,174,150,.28)}.autopilot-social-launch-sequence article:last-child{padding-bottom:0;border-bottom:0}.autopilot-social-launch-sequence strong,.autopilot-social-launch-sequence small{display:block;overflow-wrap:anywhere}.autopilot-social-launch-sequence strong{margin-bottom:3px;font-size:13px}.autopilot-feedback-playbook,.autopilot-deliverability-proof-kit{display:grid;gap:8px;min-width:0;padding-top:8px;border-top:1px solid rgba(188,174,150,.42)}.autopilot-deliverability-proof-kit p,.autopilot-deliverability-proof-kit small{margin:0;overflow-wrap:anywhere}.autopilot-deliverability-proof-kit strong{display:block;margin-bottom:4px;font-size:13px;line-height:1.25}.autopilot-deliverability-proof-kit .autopilot-mini-list{margin-top:0;font-size:12px}.autopilot-feedback-playbook-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;min-width:0}.autopilot-feedback-playbook-grid div{min-width:0}.autopilot-feedback-playbook strong{display:block;margin-bottom:4px;font-size:13px;line-height:1.25}.autopilot-feedback-playbook .autopilot-mini-list{margin-top:0;font-size:12px}.autopilot-operating-plan,.autopilot-incident-panel{display:grid;gap:12px;min-width:0;padding:14px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2e0;box-shadow:var(--shadow-line)}.autopilot-operating-plan-top,.autopilot-operating-lane-top,.autopilot-incident-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-operating-plan-top div,.autopilot-incident-top div{display:grid;gap:5px;min-width:0}.autopilot-operating-plan-top strong,.autopilot-operating-plan-top small,.autopilot-operating-lane p,.autopilot-operating-proof dd,.autopilot-operating-sequence-item small,.autopilot-operating-question p,.autopilot-operating-question small,.autopilot-moonshot small,.autopilot-incident-top strong,.autopilot-incident-top small,.autopilot-incident-decision strong{overflow-wrap:anywhere}.autopilot-operating-plan-top strong,.autopilot-incident-top strong{max-width:76ch;font-size:17px;line-height:1.35}.autopilot-operating-plan-top small,.autopilot-operating-lane p,.autopilot-moonshot small,.autopilot-incident-top small{color:var(--text-light);line-height:1.45}.autopilot-incident-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;min-width:0}.autopilot-incident-decision{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-incident-decision span{display:block;margin-bottom:5px;color:var(--text-light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-incident-decision strong{display:block;font-size:14px;line-height:1.25}.autopilot-operating-lanes{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;min-width:0}.autopilot-operating-lane{min-width:0;padding:12px;border:1px solid var(--border);border-radius:8px;background:#f5f1e8ad}.autopilot-operating-lane h3{margin:0;font-size:16px;line-height:1.25;overflow-wrap:anywhere}.autopilot-operating-lane p{margin:10px 0 0;font-size:14px}.autopilot-operating-proof{display:grid;gap:7px;margin:12px 0 0;padding-top:10px;border-top:1px solid rgba(188,174,150,.42)}.autopilot-operating-proof div{display:grid;gap:2px;min-width:0}.autopilot-operating-proof dt{color:var(--text-light);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.autopilot-operating-proof dd{margin:0;font-size:12px;line-height:1.35}.autopilot-operating-build-sequence,.autopilot-operating-questions{min-width:0;padding-top:12px;border-top:1px solid rgba(188,174,150,.42)}.autopilot-operating-sequence-list,.autopilot-operating-question-list{display:grid;gap:8px;min-width:0}.autopilot-operating-sequence-item{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;padding:10px 0;border-bottom:1px solid rgba(188,174,150,.28)}.autopilot-operating-sequence-item:last-child{border-bottom:0}.autopilot-operating-sequence-item div{min-width:0}.autopilot-operating-sequence-item strong,.autopilot-operating-question strong{display:block;margin-bottom:4px;font-size:14px;line-height:1.25;overflow-wrap:anywhere}.autopilot-operating-sequence-item small,.autopilot-operating-question small{display:block;color:var(--text-light);font-size:12px;line-height:1.35}.autopilot-operating-question{min-width:0;padding:10px 0;border-bottom:1px solid rgba(188,174,150,.28)}.autopilot-operating-question:last-child{border-bottom:0}.autopilot-operating-question p{margin:0 0 4px;color:var(--text);font-size:13px;line-height:1.35}.autopilot-moonshot-strip{min-width:0;padding-top:12px;border-top:1px solid rgba(188,174,150,.42)}.autopilot-moonshot-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;min-width:0}.autopilot-moonshot{min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fffaf2bd}.autopilot-moonshot strong{display:block;margin-bottom:5px;font-size:14px;line-height:1.25;overflow-wrap:anywhere}.autopilot-moonshot small{display:block;font-size:12px}.autopilot-history-row,.autopilot-proof-age{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.autopilot-simulation-panel{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;margin-bottom:10px;padding:14px;border:1px solid var(--border-strong);border-radius:8px;background:#fffaf2db}.autopilot-simulation-panel div{min-width:0}.autopilot-simulation-panel strong,.autopilot-simulation-gate strong{display:block;line-height:1.2;overflow-wrap:anywhere}.autopilot-simulation-panel small,.autopilot-simulation-gate small{display:block;margin-top:6px;color:var(--text-light);overflow-wrap:anywhere}.autopilot-simulation-gates{display:grid;gap:8px}.autopilot-simulation-gate{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:#fffaf2c7}.autopilot-simulation-gate div{min-width:0}.autopilot-rehearsal-card{min-width:0;overflow-x:hidden;padding:12px 14px;border:1px solid rgba(199,106,43,.24);border-radius:8px;background:#fffcf6d1}.autopilot-rehearsal-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0}.autopilot-rehearsal-card-top div{min-width:0}.autopilot-rehearsal-card-top strong{display:block;margin-bottom:4px;overflow-wrap:anywhere}.autopilot-rehearsal-card-top small{display:block;max-width:70ch;overflow-wrap:anywhere}.autopilot-check-list{display:grid;gap:5px;margin:10px 0 0;padding-left:18px;min-width:0;max-width:100%;color:var(--text-light);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.autopilot-check-list li{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:normal}.autopilot-check-list li span{min-width:0}.autopilot-check-list li small{margin:0;flex:0 0 auto;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light)}.autopilot-hold{display:flex;gap:10px;align-items:flex-start;min-width:0;padding:12px 14px;border:1px solid rgba(138,47,31,.22);border-radius:8px;background:#fffaf2c7}.autopilot-hold span:last-child{min-width:0;overflow-wrap:anywhere}.autopilot-dot{width:9px;height:9px;margin-top:7px;border-radius:50%;background:var(--accent);flex:0 0 auto}.autopilot-criterion{padding:14px;min-width:0;border:1px solid var(--border);border-radius:8px;background:#fffaf2c7}.autopilot-criterion-top{display:flex;flex-direction:column;gap:8px}.autopilot-criterion h3{margin:0;font-size:17px;line-height:1.25;overflow-wrap:anywhere}.autopilot-status{width:fit-content;padding:4px 8px;border:1px solid var(--border);border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.autopilot-status.is-complete{color:var(--link);background:var(--link-soft);border-color:#0d5f533d}.autopilot-status.is-partial{color:#744000;background:#f6e7ca;border-color:#c76a2b38}.autopilot-status.is-blocked{color:#8a2f1f;background:#f5ded8;border-color:#8a2f1f33}.autopilot-mini-list{margin:12px 0 0;padding-left:20px;color:var(--text-light);overflow-wrap:anywhere}.autopilot-mini-list li+li{margin-top:5px}.autopilot-evidence-line{margin:10px 0 0;color:var(--text-light);overflow-wrap:anywhere}.autopilot-proof-band{display:grid;gap:14px;padding:16px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.autopilot-proof-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin:0}.autopilot-proof-list div{min-width:0}.autopilot-proof-list dt{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light)}.autopilot-proof-list dd{margin:0;overflow-wrap:anywhere}@media(min-width:720px){.autopilot-verdict{grid-template-columns:minmax(0,1fr) auto}.autopilot-progress{justify-self:end}.autopilot-criterion-top{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media(max-width:520px){.autopilot-intro,.autopilot-verdict,.autopilot-standing-orders,.autopilot-proof-window,.autopilot-self-review,.autopilot-send-readiness-proof,.autopilot-evidence-trail,.autopilot-proof-inbox,.autopilot-post-intake-bridge,.autopilot-proof-apply-ledger,.autopilot-proof-drill,.autopilot-stat-grid,.autopilot-section{width:100%;max-width:100%;min-width:0}.autopilot-intro .page-lede{max-width:30ch;overflow-wrap:anywhere}.autopilot-stat-grid,.autopilot-history-grid,.autopilot-self-review-grid{grid-template-columns:1fr}.autopilot-verdict{display:flex;flex-direction:column;align-items:flex-start}.autopilot-history-row,.autopilot-proof-age,.autopilot-self-review-main,.autopilot-standing-orders-top,.autopilot-proof-window-top,.autopilot-production-top,.autopilot-send-readiness-proof-top,.autopilot-send-readiness-proof-reconciliation,.autopilot-send-readiness-proof-section,.autopilot-evidence-trail-top,.autopilot-evidence-item-top,.autopilot-proof-inbox-top,.autopilot-proof-inbox-lane-top,.autopilot-post-intake-bridge-top,.autopilot-proof-apply-ledger-top,.autopilot-proof-apply-entry-top,.autopilot-proof-drill-top,.autopilot-proof-drill-scenario-top,.autopilot-operating-plan-top,.autopilot-operating-lane-top,.autopilot-maturity-track,.autopilot-incident-top,.autopilot-simulation-panel,.autopilot-simulation-gate,.autopilot-rehearsal-card-top{flex-direction:column;align-items:flex-start}.autopilot-rehearsal-card-top small{max-width:100%}.autopilot-check-list li{flex-direction:column;gap:2px}.autopilot-maturity-track{grid-template-columns:1fr}.autopilot-maturity-track span{text-align:left}.autopilot-proof-band{padding:14px}.autopilot-verdict p,.autopilot-stat small{max-width:30ch}}
