:root{--paper:#faf9f6;--ink:#222a28;--muted:#75807b;--line:#e1e5de;--green:#254e40;--lime:#ddebab;--white:#fff;--serif:Georgia,'Times New Roman',serif}
.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:0 0 50px;padding:32px;background:#eef0e5;border:1px solid var(--line);border-radius:10px}.subscription-form{min-width:0}.subscription-form>label:first-of-type{margin-top:0}.subscription-consent{display:flex;align-items:flex-start;gap:10px;font-weight:400}.subscription-consent input{width:auto;flex-shrink:0;margin-top:4px}.subscription-form button{margin-top:10px}@media(max-width:600px){.newsletter{grid-template-columns:1fr;gap:16px;padding:24px}}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.65}a{color:inherit;text-decoration:none}a:hover{color:#538063}button,input,textarea,select{font:inherit}button,a,input,textarea,select{outline-offset:4px}button{cursor:pointer}main{min-height:calc(100vh - 200px)}.site-header,main,footer{max-width:1240px;margin:auto;padding-left:48px;padding-right:48px}.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:750;font-size:23px;letter-spacing:-1px;display:inline-flex;align-items:center;gap:10px}.brand-mark{display:inline-grid;place-items:center;color:var(--paper);background:var(--green);height:34px;width:34px;border-radius:8px;font-family:var(--serif)}.brand-dot{color:#8b9f6c;margin-left:-7px}nav{display:flex;align-items:center;gap:30px;font-size:13px}nav form{margin:0}.nav-admin{border:1px solid var(--line);border-radius:6px;padding:7px 14px}.hero{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:72px 0 65px;border-bottom:1px solid var(--line)}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;color:var(--green);margin:0 0 19px}.live-dot{display:inline-block;background:#88a65b;width:7px;height:7px;border-radius:50%;margin-right:8px}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{line-height:1.13}h1{font-family:var(--serif);font-size:57px;font-weight:400;letter-spacing:-2px;margin:0 0 22px}h1 em{color:var(--green);font-weight:400}.hero-description{color:var(--muted);font-size:15px;line-height:1.9}.hero-art{width:290px;height:265px;position:relative;background:#eef0e5;border-radius:50% 50% 8px 8px;flex-shrink:0;overflow:hidden}.art-star{font-size:230px;position:absolute;line-height:1;top:4px;left:41px;color:#345342;transform:rotate(10deg)}.art-orbit{position:absolute;border:1px solid #bec8a9;border-radius:50%;width:340px;height:130px;transform:rotate(-35deg);top:64px;left:-23px}.art-label{position:absolute;bottom:18px;left:20px;letter-spacing:2px;font-size:8px}.art-code{position:absolute;right:16px;bottom:17px;font-family:monospace;font-size:19px}.journal{padding:45px 0 50px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px}.section-heading .eyebrow{margin-bottom:10px}h2{font-family:var(--serif);font-size:32px;font-weight:400;margin:0}h3{font-family:var(--serif);font-size:25px;font-weight:400;margin:10px 0 15px}.search{display:flex;border:1px solid var(--line);border-radius:6px;background:white;width:255px}.search input{border:0;background:none;margin:0;min-width:0;font-size:12px}.search button{background:none;border:0;font-size:22px;padding:0 15px}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.post-card{border:1px solid var(--line);background:white;border-radius:9px;overflow:hidden;transition:transform .2s}.post-card:hover{transform:translateY(-3px)}.card-art{height:180px;display:grid;place-items:center;position:relative;overflow:hidden}.card-art>span{font-family:var(--serif);font-size:112px;line-height:1;transform:rotate(-12deg)}.card-art small{position:absolute;bottom:12px;left:20px;font-size:7px;letter-spacing:2px}.art-1{background:#e8eedb;color:#38573d}.art-2{background:#eae3d9;color:#9c644a}.art-0{background:#dfe9ed;color:#4f6f79}.card-content{padding:24px}.card-content .eyebrow{font-size:8px;letter-spacing:1px;margin-bottom:12px}.card-content p:not(.eyebrow){color:var(--muted);font-size:13px}.card-content h3{font-size:25px}.read-link{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:16px;margin-top:25px;font-size:12px;font-weight:600}.meta-divider{margin:0 9px;color:#a9afa4}.empty-state{grid-column:1/-1;text-align:center;padding:38px 20px 45px;border:1px dashed #cbd3c2;border-radius:10px}.empty-state p{color:var(--muted)}.empty-icon{font-size:40px;color:var(--green)}.button{display:inline-flex;justify-content:center;align-items:center;gap:8px;background:var(--green);color:white;border:1px solid var(--green);padding:11px 19px;border-radius:5px;font-size:13px;font-weight:600}.button:hover{background:#37624e;color:white}.button.secondary{background:white;color:var(--green);border-color:var(--line)}.compact{padding:7px 10px;font-size:11px}.full{width:100%;margin-top:20px}.text-button{border:0;padding:0;background:none;color:inherit;font-size:inherit}.danger{color:#a33e3e}.muted{color:var(--muted)}.small{font-size:12px}.pagination{display:flex;gap:15px;margin-top:25px}footer{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:100px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}footer .brand{font-size:18px;color:var(--ink)}.auth-card{max-width:450px;margin:65px auto;padding:35px;border:1px solid var(--line);background:white;border-radius:10px}.auth-card h1{font-size:38px}.auth-card form{margin-top:25px}label{display:block;font-size:12px;font-weight:600;margin:17px 0 7px}input,textarea,select{width:100%;padding:11px 13px;border:1px solid #d4dbd1;border-radius:5px;background:white;color:var(--ink)}textarea{resize:vertical}.workspace{padding:42px 0 65px}.workspace h1{font-size:44px;margin-bottom:10px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}.stats>div{border:1px solid var(--line);background:white;border-radius:8px;padding:20px 25px;display:flex;align-items:center;gap:20px}.stats strong{font-family:var(--serif);font-weight:400;font-size:36px}.stats span{font-size:12px;color:var(--muted)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:white}.posts-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.posts-table th{font-size:10px;text-transform:uppercase;letter-spacing:1px;background:#f0f2eb;color:var(--muted);padding:14px 20px}.posts-table td{padding:20px;border-top:1px solid var(--line)}.post-title{font-weight:600}.posts-table small{display:block;color:var(--muted);font-size:11px}.badge{display:inline-block;font-size:10px;padding:3px 9px;border-radius:20px;background:#f0ede4;text-transform:capitalize}.badge.published{background:#e6efdc;color:var(--green)}.actions{display:flex;align-items:center;gap:14px;white-space:nowrap}.empty-table{text-align:center;color:var(--muted)}.back-link{font-size:12px;display:inline-block;margin-bottom:25px;color:var(--muted)}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px}.editor-main,.editor-sidebar{border:1px solid var(--line);border-radius:8px;background:white;padding:24px}.editor-sidebar{align-self:start}.editor-sidebar h3{font-family:Arial,sans-serif;font-size:15px;margin-top:0}.title-input{font-family:var(--serif);font-size:26px}.editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:20px 0 10px}.editor-toolbar label{margin:0}.editor-toolbar>div{display:flex;gap:6px}#content{font-family:Consolas,monospace;font-size:13px;line-height:1.8;min-height:430px;background:#fcfcfa}.code-tip{border-top:1px solid var(--line);margin-top:25px;padding-top:20px}.code-tip .eyebrow{font-size:8px;letter-spacing:1px}.code-tip pre{font-size:11px}.flash{margin-top:20px;padding:12px 18px;background:#e4efdc;border-radius:5px;font-size:13px}.flash.error{background:#fae6e1;color:#87372e}.story{max-width:780px;margin:45px auto 65px}.story-header{padding:20px 0 35px;margin-bottom:30px;border-bottom:1px solid var(--line)}.story-header h1{font-size:52px}.story-excerpt{font-size:20px;color:var(--muted);font-family:var(--serif)}.prose{font-size:16px;line-height:1.9;overflow-wrap:anywhere}.prose h2,.prose h3{margin:35px 0 18px}.prose a{color:var(--green);text-decoration:underline}.prose img{max-width:100%;height:auto}.prose blockquote{margin-left:0;border-left:3px solid #acc287;padding-left:23px;color:#647261}.prose pre{max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere;overflow-x:auto;padding:22px;border-radius:7px;background:#272822;color:#f8f8f2;font-size:13px;line-height:1.75}.prose code{font-family:Consolas,monospace}.prose :not(pre)>code{background:#e9edde;padding:2px 5px;border-radius:4px;font-size:.9em}.codehilite{border-radius:7px}.prose table{display:block;overflow-x:auto;border-collapse:collapse}.prose td,.prose th{padding:8px 14px;border:1px solid var(--line)}.story-end{text-align:center;color:var(--green);font-size:40px;border-top:1px solid var(--line);margin-top:45px;padding-top:25px}#preview-panel{border-top:1px solid var(--line);padding-top:25px;margin-top:25px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.site-header,main,footer{padding-left:25px;padding-right:25px}.hero-art{width:220px;height:240px}.art-star{left:6px}h1{font-size:47px}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-layout{grid-template-columns:1fr}.editor-sidebar{max-width:none}.stats>div{padding:15px}.editor-toolbar{flex-wrap:wrap}}
@media(max-width:600px){.site-header{height:80px}nav{gap:13px;font-size:11px}.brand{font-size:20px;gap:7px}.brand-mark{display:none}.hero{padding:42px 0;gap:0}.hero-art{display:none}h1{font-size:43px}.hero-description{font-size:14px}.section-heading{align-items:flex-start;flex-direction:column}.post-grid{grid-template-columns:1fr}.search{width:100%}.journal{padding-top:30px}.card-art{height:190px}footer{padding-top:22px;padding-bottom:22px;flex-wrap:wrap;gap:8px}footer span:last-child{display:none}.stats{gap:8px}.stats>div{flex-direction:column;gap:0;padding:12px 5px}.stats span{font-size:10px}.story-header h1{font-size:39px}.editor-main,.editor-sidebar{padding:16px}.auth-card{padding:25px;margin:35px auto}.workspace h1{font-size:38px}}
.prose pre .code-line{display:block;white-space:pre-wrap;overflow-wrap:anywhere;min-height:1.75em}.prose pre .code-line span{white-space:inherit}
