:root{--red:#b91c1c;--red-dark:#7f1d1d;--accent:#ef4444;--ink:#0f172a;--muted:#64748b;--bg:#f8fafc;--surface:#fff;--line:#e2e8f0;--soft:#f1f5f9;--radius:18px;--shadow:0 16px 40px rgba(15,23,42,.08);--serif:Arial,Helvetica,sans-serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{outline-offset:3px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #f87171}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip{position:fixed;top:-100px;left:1rem;z-index:9999;background:var(--ink);color:#fff;padding:.7rem 1rem}.skip:focus{top:1rem}.appbar{height:72px;display:flex;align-items:center;gap:1.5rem;padding:0 max(1rem,calc((100% - 1180px)/2));position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--surface) 92%,transparent);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:.65rem;font-weight:900;font-size:1.35rem;letter-spacing:-.04em}.brand span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px 4px 11px 4px;background:linear-gradient(145deg,var(--accent),var(--red-dark));color:#fff;font-family:var(--serif)}.desktop-nav{display:flex;gap:1.4rem;font-size:.9rem;font-weight:650}.desktop-nav a:hover{color:var(--red)}.search{margin-left:auto;display:flex;background:var(--soft);border-radius:99px;padding:.2rem}.search input{width:180px;border:0;background:transparent;padding:.5rem .8rem;color:var(--ink)}.search button,.icon-btn{border:0;background:transparent;min-width:44px;min-height:44px;cursor:pointer;color:inherit}.login,.primary,.button{background:var(--red);color:#fff;border:0;border-radius:11px;padding:.65rem 1rem;font-weight:750;cursor:pointer}.avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--red-dark);color:#fff;font-weight:800}.breaking{display:flex;gap:1rem;align-items:center;max-width:1180px;margin:1.25rem auto 0;padding:.65rem 1rem;border-radius:12px;background:#fff1f2;color:#881337;font-size:.85rem}.breaking b{background:var(--red);color:#fff;padding:.15rem .5rem;border-radius:5px;font-size:.7rem}.shell{max-width:1180px;margin:auto;padding:0 1rem}.hero{margin:2rem 0 4rem;min-height:460px;display:grid;grid-template-columns:1.05fr .95fr;background:var(--ink);color:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.hero article{align-self:center;padding:clamp(2rem,5vw,4.5rem)}.hero h1{font:800 clamp(2.3rem,5vw,4.8rem)/1.02 var(--serif);letter-spacing:-.045em;margin:.6rem 0 1rem}.hero p{color:#cbd5e1;font-size:1.1rem;max-width:560px}.hero-art{display:grid;place-items:center;background:radial-gradient(circle at 70% 25%,#ef4444 0 12%,transparent 13%),linear-gradient(145deg,#991b1b,#450a0a);position:relative}.hero-art:after{content:'';position:absolute;inset:12%;border:1px solid #ffffff3d;border-radius:50%}.hero-art span{font:italic 700 3rem/1.1 var(--serif);text-align:center;z-index:1}.eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:var(--red)}.hero .eyebrow{color:#fca5a5}.byline{font-size:.78rem;color:var(--muted)}.hero .byline{color:#94a3b8}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:1.25rem}.section-head h2,.newsletter h2{font:750 2rem/1.2 var(--serif);margin:.25rem 0}.section-head a{color:var(--red);font-weight:750}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.card{border-bottom:1px solid var(--line);padding-bottom:1.5rem}.thumb{height:190px;border-radius:var(--radius);display:grid;place-items:end start;padding:1rem;margin-bottom:1rem;background:#fee2e2;color:#7f1d1d}.thumb span{padding:.25rem .55rem;border-radius:6px;background:#ffffffc9;font-size:.72rem;font-weight:800}.tone-1{background:#dbeafe;color:#1e3a8a}.tone-2{background:#dcfce7;color:#14532d}.tone-3{background:#fef3c7;color:#78350f}.card h3{font:750 1.35rem/1.25 var(--serif);margin:.4rem 0}.card h3 a:hover,.result-list h2 a:hover{color:var(--red)}.card p{color:var(--muted);font-size:.9rem}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin:5rem 0;background:var(--ink);color:#fff;border-radius:24px;padding:3rem}.newsletter p{color:#94a3b8}.newsletter form{display:flex;gap:.5rem}.newsletter input{width:100%;border:1px solid #475569;background:#1e293b;color:#fff;border-radius:10px;padding:.8rem}.newsletter button{border:0;background:var(--red);color:#fff;border-radius:10px;font-weight:750;padding:.8rem 1rem}footer{border-top:1px solid var(--line);max-width:1180px;margin:4rem auto 5rem;padding:2.5rem 1rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;color:var(--muted)}footer>div:nth-child(2){display:grid}footer strong{color:var(--ink)}.bottom-nav{display:none}.toast{position:fixed;z-index:100;top:88px;right:1rem;max-width:380px;padding:.8rem 1rem;border-radius:10px;box-shadow:var(--shadow);background:#dcfce7;color:#14532d}.toast.error{background:#fee2e2;color:#7f1d1d}.reading-progress{position:fixed;top:71px;left:0;height:3px;background:var(--accent);z-index:60}.article{max-width:790px;margin:4rem auto;padding:0 1rem}.breadcrumb{display:flex;gap:.5rem;color:var(--muted);font-size:.8rem;margin-bottom:2rem}.article h1{font:800 clamp(2.5rem,7vw,5.3rem)/1.02 var(--serif);letter-spacing:-.045em;margin:.5rem 0 1.25rem}.dek{font-size:1.3rem;color:var(--muted)}.author{display:flex;gap:.8rem;align-items:center;margin:2rem 0}.author small{display:block;color:var(--muted)}.article-tools{display:flex;gap:.5rem;padding:1rem 0;border-block:1px solid var(--line);margin-bottom:2rem}.article-tools button,.subtle{border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:.55rem .8rem;border-radius:9px;cursor:pointer}.article-body{font:1.12rem/1.9 var(--serif)}.article-body.large-text{font-size:1.3rem}.article-body h2{font-size:2rem;line-height:1.2;margin-top:2.5rem}.article-body blockquote{margin:2rem 0;padding:1rem 1.5rem;border-left:4px solid var(--red);background:var(--soft);font-size:1.3rem}.article-body img{max-width:100%;height:auto;border-radius:14px}.disclosure{padding:1rem;border-radius:10px;background:#fff7ed;border:1px solid #fed7aa}.author-box{display:flex;gap:1.2rem;margin-top:4rem;padding:2rem;background:var(--soft);border-radius:var(--radius)}.author-box .large{width:64px;height:64px;flex:none}.author-box h3{margin:.2rem 0}.comments{max-width:790px;margin-bottom:5rem}.comments h2{font:750 2rem var(--serif)}.comments article{padding:1rem 0;border-bottom:1px solid var(--line)}.comments article time{color:var(--muted);font-size:.8rem;margin-left:.5rem}.comments form,.auth-card{padding:1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);display:grid;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}label{font-size:.82rem;font-weight:700;display:grid;gap:.35rem}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);padding:.7rem}.honeypot{position:absolute;left:-9999px}.search-page{min-height:70vh;padding-top:4rem}.search-page h1,.auth-shell h1{font:800 clamp(2.4rem,6vw,4.5rem)/1.05 var(--serif);margin:.3rem 0 2rem}.search-large{display:flex;gap:.5rem}.search-large input{font-size:1.2rem}.result-list{max-width:800px}.result-list article{padding:1.5rem 0;border-bottom:1px solid var(--line)}.result-list h2{font:750 1.6rem var(--serif);margin:.3rem 0}.empty{text-align:center;padding:4rem 1rem}.empty.full{min-height:70vh;display:grid;place-content:center}.auth-shell{min-height:calc(100vh - 72px);display:grid;grid-template-columns:1fr 430px;gap:6rem;align-items:center;max-width:1080px;margin:auto;padding:3rem 1rem}.auth-shell>section p{color:var(--muted);max-width:550px}.auth-shell .brand{margin-bottom:4rem}.auth-card h2{font:750 1.8rem var(--serif);margin:0}.auth-card small{color:var(--muted)}
/* CMS */.admin-body{padding-left:250px}.admin-sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#0f172a;color:#cbd5e1;padding:1.2rem;display:flex;flex-direction:column;z-index:70}.admin-sidebar .brand{color:#fff}.admin-sidebar .brand i{font-style:normal}.admin-sidebar nav{display:grid;gap:.3rem;margin-top:2.5rem}.admin-sidebar nav a{padding:.7rem .8rem;border-radius:9px}.admin-sidebar nav a.active,.admin-sidebar nav a:hover{background:#1e293b;color:#fff}.sidebar-user{margin-top:auto;display:flex;gap:.7rem;align-items:center}.sidebar-user span{min-width:0}.sidebar-user b,.sidebar-user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user small{font-size:.7rem;color:#94a3b8}.admin-top{height:64px;position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:.75rem;padding:0 1.5rem}.admin-top>[data-admin-menu]{display:none}.admin-main{padding:2rem;max-width:1440px;margin:auto}.admin-heading{display:flex;justify-content:space-between;align-items:end}.admin-heading h1{font:800 2.6rem var(--serif);margin:.2rem 0}.admin-heading p,.panel p{color:var(--muted);margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem 0}.stats article,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem}.stats span{color:var(--muted);font-size:.8rem}.stats strong{display:block;font:750 2rem var(--serif);margin-top:.4rem}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.panel-head h2{margin:0}.panel-head input{max-width:250px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:.72rem;text-transform:uppercase;color:var(--muted);letter-spacing:.08em}th,td{padding:.8rem;border-bottom:1px solid var(--line)}td small{display:block;color:var(--muted)}.status{display:inline-block;padding:.2rem .55rem;border-radius:99px;background:var(--soft);font-size:.72rem;text-transform:capitalize}.status.published{background:#dcfce7;color:#166534}.status.pending_review{background:#fef3c7;color:#92400e}.editor-form{margin:-2rem}.editor-actions{height:64px;position:sticky;top:64px;z-index:30;background:var(--surface);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.6rem;padding:0 1.2rem}.editor-actions .save-state{margin-left:auto;color:var(--muted);font-size:.75rem}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;min-height:calc(100vh - 128px)}.editor-canvas{padding:3rem max(1.5rem,8vw);background:var(--surface)}.title-input{border:0;border-radius:0;padding:0;resize:none;font:800 clamp(2rem,5vw,3.8rem)/1.1 var(--serif);letter-spacing:-.035em}.toolbar{display:flex;flex-wrap:wrap;gap:.2rem;position:sticky;top:128px;background:var(--surface);padding:.7rem 0;border-block:1px solid var(--line);z-index:20}.toolbar button{border:0;background:var(--soft);min-width:40px;min-height:40px;border-radius:7px;cursor:pointer}.visual-editor,.source-editor{min-height:500px;padding:2rem 0;font:1.1rem/1.8 var(--serif);outline:none}.source-editor{display:none;width:100%;border:0;border-radius:0;font:14px/1.7 Consolas,monospace}.source-editor.active{display:block}.editor-meta{display:flex;gap:1rem;color:var(--muted);font-size:.75rem;border-top:1px solid var(--line);padding-top:.6rem}.editor-settings{padding:1.5rem;background:var(--bg);border-left:1px solid var(--line)}.editor-settings h2{font-size:1rem}.editor-settings details{border-bottom:1px solid var(--line);padding:1rem 0}.editor-settings summary{font-weight:750;cursor:pointer;margin-bottom:.8rem}.editor-settings label{margin:.8rem 0}.editor-settings small{color:var(--muted)}.checklist{padding-left:1.2rem;font-size:.8rem;color:var(--muted)}
[data-theme=dark]{--ink:#f8fafc;--muted:#94a3b8;--bg:#080d18;--surface:#111827;--line:#273449;--soft:#1e293b}.bottom-nav button{color:inherit}@media(max-width:900px){.desktop-nav{display:none}.card-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-art{min-height:230px}.newsletter{grid-template-columns:1fr}.admin-body{padding-left:0}.admin-sidebar{transform:translateX(-100%);transition:.2s}.admin-sidebar.open{transform:none}.admin-top>[data-admin-menu]{display:block}.stats{grid-template-columns:repeat(2,1fr)}.editor-layout{grid-template-columns:1fr}.editor-settings{border-left:0;border-top:1px solid var(--line)}}@media(max-width:640px){body{padding-bottom:64px}.appbar{height:62px;padding:0 .75rem;gap:.4rem}.appbar .search{margin-left:auto}.appbar .search input{display:none}.appbar .login{display:none}.breaking{margin:.75rem;border-radius:9px}.hero{margin:1rem 0 3rem;min-height:0;border-radius:18px}.hero article{padding:2rem 1.25rem}.hero h1{font-size:2.5rem}.hero-art{min-height:180px}.card-grid{grid-template-columns:1fr;gap:1.5rem}.thumb{height:180px}.newsletter{margin:3rem 0;padding:1.5rem}.newsletter form{display:grid}.bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;height:64px;padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--line);z-index:80}.bottom-nav a,.bottom-nav button{border:0;background:transparent;display:grid;place-items:center;font-size:1.1rem}.bottom-nav small{font-size:.62rem}.article{margin:2rem auto}.article h1{font-size:2.65rem}.article-tools{overflow:auto}.form-row{grid-template-columns:1fr}footer{grid-template-columns:1fr}.auth-shell{grid-template-columns:1fr;gap:2rem}.auth-shell>section p,.auth-shell>section .eyebrow{display:none}.auth-shell .brand{margin:0}.admin-main{padding:1rem}.admin-heading{align-items:start}.admin-heading h1{font-size:2rem}.admin-heading p{display:none}.stats{grid-template-columns:1fr 1fr}.stats article{padding:1rem}.panel{padding:.75rem}.panel-head input{display:none}th:nth-child(2),td:nth-child(2),th:nth-child(4),td:nth-child(4){display:none}.editor-form{margin:-1rem}.editor-actions{top:64px;padding:.5rem;height:auto;flex-wrap:wrap}.editor-actions>a,.save-state{display:none}.editor-layout{min-height:auto}.editor-canvas{padding:1.5rem 1rem}.toolbar{top:117px;flex-wrap:nowrap;overflow:auto}.title-input{font-size:2.2rem}.editor-settings{padding:1rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media print{.appbar,.bottom-nav,.article-tools,.comments,footer{display:none}.article{max-width:none}.article-body{font-size:12pt}}

/* Extended article editor */
.editing-banner{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem;margin-bottom:1.5rem;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1e3a8a;font-size:.8rem}.subtitle-input{border:0;border-bottom:1px solid var(--line);border-radius:0;padding:.5rem 0 1rem;font-size:1.15rem;color:var(--muted)}.editor-mode-tabs{display:flex;gap:.25rem;margin-top:1rem}.editor-mode-tabs button{border:0;border-radius:8px 8px 0 0;background:var(--soft);padding:.55rem 1rem;color:var(--muted);cursor:pointer}.editor-mode-tabs button.active{background:var(--red);color:#fff}.toolbar{gap:.45rem}.tool-group{display:flex;gap:.2rem;padding-right:.4rem;border-right:1px solid var(--line);align-items:center}.tool-group:last-child{border-right:0}.tool-group select{height:40px;padding:.35rem;width:auto}.color-tools label{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:7px;background:var(--soft);cursor:pointer}.color-tools input{position:absolute;inset:auto 3px 2px;width:34px;height:5px;border:0;padding:0}.visual-editor{border:1px solid transparent}.visual-editor:focus{border-color:var(--line);border-radius:8px;padding-inline:1rem}.visual-editor table{width:100%;border-collapse:collapse}.visual-editor th,.visual-editor td{border:1px solid var(--line);padding:.5rem}.visual-editor pre{padding:1rem;overflow:auto;border-radius:8px;background:#0f172a;color:#e2e8f0}.visual-editor figure{margin:1.5rem 0}.visual-editor figcaption{text-align:center;color:var(--muted);font-size:.8rem}.visual-editor .video-embed{position:relative;padding-top:56.25%}.visual-editor .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.read-more{border:0;border-top:2px dashed var(--red)}.editor-meta{flex-wrap:wrap}.editor-settings .check{display:flex;grid-template-columns:20px 1fr;align-items:center}.editor-settings .check input{width:18px}.checklist li.done{color:#15803d;text-decoration:line-through}.editor-fullscreen{position:fixed;inset:0;z-index:200;background:var(--bg);overflow:auto;margin:0}.editor-fullscreen .editor-actions{top:0}.editor-fullscreen .toolbar{top:64px}.no-scroll{overflow:hidden}.panel td strong a:hover{color:var(--red);text-decoration:underline}
@media(max-width:640px){.editing-banner{display:grid}.insert-tools{min-width:max-content}.editor-actions a.subtle{display:none}.tool-group{flex:none}.editor-meta span:last-child{display:none}}
.avatar img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover;object-position:center 30%}
