:root{--paper:#f4f0e8;--ink:#17212b;--muted:#697079;--line:#d7d0c4;--coral:#e85d45;--blue:#2255d1;--white:#fffdf8;--serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}.site-header,.site-footer,.page-shell{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-family:var(--serif);font-size:30px;font-weight:700;color:var(--ink);text-decoration:none;letter-spacing:-1px}.brand span{color:var(--coral)}nav{display:flex;align-items:center;gap:24px}nav a,.link-button{font:600 14px var(--sans);color:var(--ink);text-decoration:none;background:none;border:0;padding:0;cursor:pointer}nav form{margin:0}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:#fff!important;border:1px solid var(--ink);border-radius:999px;padding:13px 22px;font:700 14px var(--sans);text-decoration:none;cursor:pointer}.button:hover{background:var(--blue);border-color:var(--blue)}.button-small{padding:9px 17px}.page-shell{min-height:calc(100vh - 164px)}.hero{min-height:520px;display:grid;grid-template-columns:1fr 280px;gap:80px;align-items:center;border-bottom:1px solid var(--line)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:var(--coral)}h1,h2,h3{font-family:var(--serif);line-height:1.05;letter-spacing:-.035em}.hero h1{font-size:clamp(58px,8vw,104px);margin:20px 0 24px}.hero h1 em{color:var(--blue);font-weight:400}.hero>div>p{max-width:600px;font-size:19px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px}.text-link{color:var(--blue);font-weight:700;text-decoration:none}.hero-note{border-left:3px solid var(--coral);padding-left:25px}.hero-note span{font-size:12px;font-weight:800;color:var(--muted)}.hero-note p{font:italic 28px/1.35 var(--serif)}.story-section,.article-list{padding:80px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-heading h2{font-size:48px;margin:0}.story-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.story-card{display:grid;grid-template-columns:45px 1fr;gap:18px;padding:35px 25px 35px 0;border-bottom:1px solid var(--line)}.story-card:nth-child(odd){border-right:1px solid var(--line)}.story-card:nth-child(even){padding-left:25px}.story-number{color:var(--coral);font-weight:800;font-size:12px}.story-meta,.manage-row p{color:var(--muted);font-size:13px}.story-card h3{font-size:32px;margin:10px 0}.story-card h3 a{color:var(--ink);text-decoration:none}.story-featured{grid-column:1/-1;grid-template-columns:65px 1fr;padding-right:25%;}.story-featured h3{font-size:50px}.empty-state{background:var(--white);border:1px solid var(--line);padding:55px;text-align:center}.empty-state h1,.empty-state h3{font-size:40px;margin:12px}.site-footer{height:80px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}.flash{padding:14px 18px;margin-top:20px;border-radius:8px;font-weight:600}.flash-success{background:#dcecdf;color:#17552a}.flash-error{background:#f7dbd7;color:#7d2014}.flash-notice{background:#dfe7f8;color:#163e94}.dashboard-heading{display:flex;justify-content:space-between;align-items:end;padding:70px 0 35px}.dashboard-heading h1,.editor-heading h1{font-size:64px;margin:12px 0}.dashboard-heading p,.editor-heading p{color:var(--muted);font-size:18px}.stats{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ink);color:#fff}.stats div{padding:28px 35px;border-right:1px solid #46505a}.stats strong{font:48px var(--serif);display:block}.stats span{color:#bcc3ca;font-size:13px}.manage-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:25px 0}.manage-row h3{font-size:27px;margin:8px 0}.status{display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900;padding:5px 8px;border-radius:4px}.status-draft{background:#dfdbd2;color:#555}.status-published{background:#dcecdf;color:#17552a}.row-actions{display:flex;gap:18px;align-items:center}.row-actions a,.danger-link{border:0;background:none;color:var(--blue);font:700 13px var(--sans);text-decoration:none;cursor:pointer}.danger-link{color:#a52d1d}.editor-heading{padding:65px 0 25px}.editor-form{background:var(--white);border:1px solid var(--line);padding:40px;margin-bottom:80px}.editor-form>label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:28px}.editor-form input,.editor-form textarea,.editor-form select{display:block;width:100%;margin-top:10px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:12px 0;color:var(--ink);font:20px var(--serif);outline:none}.editor-form input:focus,.editor-form textarea:focus{border-color:var(--blue)}.editor-form textarea{font:18px/1.75 var(--serif);resize:vertical}.editor-form select{font:15px var(--sans)}.editor-footer{display:flex;justify-content:space-between;align-items:end}.editor-footer label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.editor-footer>div{display:flex;align-items:center;gap:22px}.article-page{max-width:820px;margin:80px auto}.article-page header{text-align:center;border-bottom:1px solid var(--line);padding-bottom:45px}.article-page h1{font-size:clamp(48px,7vw,78px);margin:22px 0}.article-page header p{color:var(--muted)}.article-body{font:21px/1.85 var(--serif);padding:55px 0;white-space:normal}@media(max-width:760px){.site-header{height:auto;padding:20px 0;align-items:flex-start}.site-header nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.site-header nav>a:not(.button){display:none}.hero{grid-template-columns:1fr;gap:20px;padding:70px 0}.hero-note{display:none}.hero h1{font-size:58px}.story-grid{display:block}.story-card,.story-card:nth-child(even),.story-featured{border-right:0;padding:25px 0;grid-column:auto}.story-featured h3,.section-heading h2{font-size:36px}.dashboard-heading{align-items:flex-start;gap:25px}.dashboard-heading h1,.editor-heading h1{font-size:46px}.stats div{padding:20px 12px}.stats strong{font-size:36px}.manage-row{align-items:flex-start;gap:20px}.row-actions{flex-direction:column;align-items:flex-end}.editor-form{padding:22px}.editor-footer{align-items:flex-start;gap:25px;flex-direction:column}.site-footer{height:auto;padding:24px 0}.article-page{margin:50px auto}}

