#root{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f7f2f0;position:sticky;top:0}.header-inner{align-items:center;gap:32px;width:min(1080px,100% - 40px);min-height:70px;margin:0 auto;display:flex}.site-title{color:var(--ink);white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:700;text-decoration:none}nav{gap:22px;display:flex}nav a{color:var(--muted);font-size:.92rem;font-weight:650;text-decoration:none}nav a:hover,nav a.active{color:var(--accent)}.backend-control{border:1px solid var(--line);background:var(--paper);border-radius:9px;margin-left:auto;padding:3px;display:flex}.backend-control button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:7px 10px;font-size:.82rem;font-weight:700;display:flex}.backend-control button.selected{color:var(--ink);background:#edf1ed}.health-dot{background:#a4aaa6;border-radius:999px;width:8px;height:8px}.health-dot.healthy{background:#2a9a61;box-shadow:0 0 0 2px #2a9a6124}.health-dot.unhealthy{background:#c64b43;box-shadow:0 0 0 2px #c64b431f}.site-main{flex:1;width:min(900px,100% - 40px);margin:0 auto;padding:72px 0 88px}.page-heading{max-width:640px;margin-bottom:56px}.page-heading.compact{text-align:center;margin:0 auto 34px}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:.74rem;font-weight:800}h1,h2,p{margin-top:0}h1,h2{color:var(--ink)}h1{letter-spacing:-.035em;margin-bottom:16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.35rem,7vw,4.15rem);line-height:1.02}h2{font-family:Georgia,Times New Roman,serif}.page-heading>p:last-child,.admin-heading p,.empty-state>p:not(.eyebrow){color:var(--muted);line-height:1.65}.article-list{border-top:1px solid var(--line)}.article-card{border-bottom:1px solid var(--line);padding:36px 0}.article-card time,.article-detail time{color:var(--muted);font-size:.82rem;font-weight:650}.article-card h2{max-width:680px;margin:10px 0 12px;font-size:clamp(1.55rem,4vw,2.2rem)}.article-card h2 a{text-decoration:none}.article-card h2 a:hover{color:var(--accent)}.article-card p{max-width:700px;color:var(--muted);margin-bottom:18px;line-height:1.65}.read-link,.back-link{color:var(--accent);font-size:.88rem;font-weight:750;text-decoration:none}.article-detail{max-width:740px;margin:0 auto}.article-detail header{border-bottom:1px solid var(--line);margin:52px 0 48px;padding-bottom:40px}.article-detail h1{margin-top:16px}.article-excerpt{color:var(--muted);font-size:1.15rem;line-height:1.7}.article-body p{color:#35423a;margin-bottom:1.4em;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;line-height:1.85}.status-message,.empty-state{text-align:center;color:var(--muted);padding:72px 0}.status-message.error,.form-error{color:var(--danger)}.button-link{color:var(--accent);margin-top:14px;font-weight:700;display:inline-block}.admin-auth{max-width:470px;margin:0 auto}.admin-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:42px;display:flex}.admin-heading h1{margin-bottom:10px}.admin-heading p{margin-bottom:0}.admin-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);align-items:start;gap:28px;display:grid}.panel{border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:28px;box-shadow:0 12px 35px #1f30260d}.panel h2{margin:0 0 24px}.form-stack{flex-direction:column;gap:18px;display:flex}.form-stack label{color:var(--ink);flex-direction:column;gap:7px;font-size:.86rem;font-weight:750;display:flex}.form-stack input,.form-stack textarea{width:100%;color:var(--ink);background:#fcfcfa;border:1px solid #cfd6d0;border-radius:7px;padding:11px 12px;line-height:1.45}.form-stack textarea{resize:vertical}.form-stack button,.button-secondary{border:1px solid var(--accent);color:#fff;background:var(--accent);cursor:pointer;border-radius:7px;padding:10px 16px;font-weight:750}.form-stack button:hover,.button-secondary:hover{background:var(--accent-dark)}.form-stack button:disabled,.button-secondary:disabled{cursor:wait;opacity:.65}.button-secondary{color:var(--accent);background:0 0}.button-secondary:hover{color:#fff}.form-error,.form-success{border-radius:7px;margin:0;padding:10px 12px;font-size:.86rem;line-height:1.4}.form-error{background:#fff0ef}.form-success{color:#216647;background:#edf8f1}.admin-article-list{margin:0;padding:0;list-style:none}.admin-article-list li{border-bottom:1px solid #edf0ed;flex-direction:column;gap:5px;padding:13px 0;display:flex}.admin-article-list li:first-child{padding-top:0}.admin-article-list li:last-child{border-bottom:0;padding-bottom:0}.admin-article-list span{color:var(--ink);font-weight:650}.admin-article-list code{color:var(--muted);font-size:.74rem}.muted{color:var(--muted)}.site-footer{border-top:1px solid var(--line);min-height:78px;color:var(--muted);text-align:center;padding:19px 24px}.site-footer p{margin:0}.footer-quote{color:#465249;font-family:Georgia,Times New Roman,serif;font-size:.9rem}.footer-quote span,.build-info{color:var(--muted)}.build-info{font-size:.72rem;margin-top:5px!important}@media (width<=760px){.header-inner{flex-wrap:wrap;gap:12px 20px;width:min(100% - 24px,1080px);min-height:auto;padding:12px 0}.site-title{flex:1}nav{order:3;width:100%}.backend-control{margin-left:0}.site-main{width:min(100% - 28px,900px);padding-top:48px}.page-heading{margin-bottom:38px}.admin-grid{grid-template-columns:1fr}.admin-heading{align-items:start}.panel{padding:22px}}:root{color:#253029;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--ink:#17211b;--muted:#69736d;--paper:#fff;--line:#dce1dc;--accent:#216647;--accent-dark:#174a34;--danger:#a73a34;background:#f7f7f2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #21664740}
