:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f3ed;--paper:#fffaf2;--ink:#202124;--muted:#64605a;--line:#ded4c5;--accent:#0f766e;--accent-dark:#115e59;--rose:#9f1239}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit}.siteHeader{border-bottom:1px solid var(--line);background:var(--paper);justify-content:space-between;align-items:center;gap:18px;padding:14px 24px;display:flex}.siteBrand{color:var(--ink);font-weight:800;text-decoration:none}.siteNav{color:var(--accent-dark);align-items:center;gap:14px;font-weight:700;display:flex}.siteNav a{text-decoration:none}.signedInUser{color:var(--muted)}.navButton{border:1px solid var(--line);color:var(--accent-dark);cursor:pointer;font:inherit;background:0 0;border-radius:6px;padding:8px 12px;font-weight:700;text-decoration:none}.navButton:hover{background:#0f766e14}.hero{border-bottom:1px solid var(--line);background:linear-gradient(120deg, #0f766e1f, transparent 42%), linear-gradient(35deg, #9f12391f, transparent 38%), var(--paper);align-items:end;min-height:52vh;padding:64px 24px 40px;display:grid}.heroText,.content,.reader,.writer{width:min(1040px,100% - 32px);margin:0 auto}.heroText{max-width:760px;margin-left:max(24px,50vw - 520px)}.eyebrow,.meta{color:var(--muted);text-transform:uppercase;margin:0;font-size:.85rem;font-weight:700}h1,h2,h3,p{margin-top:0}.hero h1{max-width:720px;margin-bottom:18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,9vw,6.75rem);font-weight:500;line-height:.95}.lede{max-width:620px;color:var(--muted);font-size:1.2rem;line-height:1.6}.actions{margin-top:28px;display:flex}.primaryButton,.regionSearch button,.draftForm button{background:var(--accent);color:#fff;cursor:pointer;font:inherit;border:0;border-radius:6px;padding:12px 18px;font-weight:700;text-decoration:none}.primaryButton:hover,.regionSearch button:hover,.draftForm button:hover{background:var(--accent-dark)}.secondaryButton{border:1px solid var(--line);background:var(--paper);color:var(--accent-dark);font:inherit;border-radius:6px;padding:11px 16px;font-weight:700;text-decoration:none}.content{padding:44px 0 72px}.sectionHeader{justify-content:space-between;gap:24px;margin-bottom:22px;display:flex}.sectionHeader h2{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:500}.sectionHeader p{max-width:320px;color:var(--muted);line-height:1.5}.storyGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.regionSearch{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:14px;margin-bottom:24px;display:grid}.regionSearch label{color:var(--muted);gap:8px;font-weight:700;display:grid}.regionSearch input{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);font:inherit;border-radius:8px;padding:12px 14px;line-height:1.5}.regionActions{gap:10px;display:flex}.storyCard{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-height:230px;padding:0;overflow:hidden}.storyCoverLink{display:block}.storyCover{aspect-ratio:16/9;object-fit:cover;background:var(--line);width:100%;display:block}.storyCard .meta,.storyCard h3,.storyCard p{margin-left:22px;margin-right:22px}.storyCard .meta{margin-top:22px}.storyCard h3{margin-top:16px;margin-bottom:12px;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:500;line-height:1.15}.storyCard h3 a{text-decoration:none}.storyCard p{color:var(--muted);line-height:1.55}.storyCard .location,.storyArticle .location{color:var(--accent-dark);font-weight:700}.emptyState{border:1px solid var(--line);background:var(--paper);border-radius:8px;padding:28px}.emptyState h3{margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:500}.emptyState p{max-width:520px;color:var(--muted);line-height:1.55}.storyList{gap:14px;display:grid}.storyListItem{border:1px solid var(--line);background:var(--paper);border-radius:8px;justify-content:space-between;gap:22px;padding:22px;display:flex}.storyListItem h3{margin:12px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:500}.storyListItem p{color:var(--muted);line-height:1.55}.storyListItem .location{color:var(--accent-dark);font-weight:700}.storyListActions{flex-shrink:0;gap:10px;display:flex}.reader,.writer{padding:40px 0 72px}.backLink{color:var(--accent-dark);font-weight:700;text-decoration:none;display:inline-block}.writer>.backLink{margin-bottom:36px}.readerActions{justify-content:space-between;align-items:center;gap:16px;margin-bottom:36px;display:flex}.storyArticle,.editorShell{max-width:760px}.storyArticle h1,.editorShell h1{margin-bottom:28px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,6vw,4.8rem);font-weight:500;line-height:1}.storyHeroImage{object-fit:cover;background:var(--line);border-radius:8px;width:100%;max-height:460px;margin-bottom:30px;display:block}.markdownBody{color:#2f2d2a;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.8}.markdownBody p,.markdownBody ul,.markdownBody ol,.markdownBody blockquote{margin-top:0;margin-bottom:1.35em}.markdownBody h2,.markdownBody h3{margin-top:1.5em;margin-bottom:.6em;font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.1}.markdownBody h2{font-size:2rem}.markdownBody h3{font-size:1.55rem}.markdownBody ul,.markdownBody ol{padding-left:1.35em}.markdownBody blockquote{border-left:3px solid var(--accent);color:var(--muted);padding-left:18px}.markdownBody blockquote p{color:inherit}.markdownBody a{color:var(--accent-dark);font-weight:700}.markdownBody strong{color:var(--ink)}.draftForm{gap:18px;display:grid}.storyEditor{gap:12px;display:grid}.editorTopBar{justify-content:space-between;align-items:center;gap:16px;display:flex}.formatToolbar,.modeTabs{align-items:center;gap:6px;display:flex}.formatToolbar button,.modeTabs button{border:1px solid var(--line);background:var(--paper);min-width:36px;height:36px;color:var(--ink);cursor:pointer;font:inherit;border-radius:6px;padding:0 10px;font-weight:800}.formatToolbar button:hover,.modeTabs button:hover,.modeTabs button[aria-selected=true]{color:var(--accent-dark);background:#0f766e14;border-color:#0f766e59}.modeTabs button{min-width:72px;font-weight:700}.previewPane{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-height:360px;padding:22px}.previewEmpty{color:var(--muted);line-height:1.5}.isHidden{display:none!important}.fieldGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.draftForm label{color:var(--muted);gap:8px;font-weight:700;display:grid}.draftForm input,.draftForm textarea{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);font:inherit;border-radius:8px;padding:14px;line-height:1.5}.draftForm textarea{resize:vertical}.draftForm button{justify-self:start}.draftForm button:disabled{cursor:wait;opacity:.68}.formError{color:var(--rose);font-weight:700;line-height:1.5}.formSuccess{color:var(--accent-dark);font-weight:700;line-height:1.5}.authSwitch{color:var(--muted);margin-top:20px;line-height:1.5}.authSwitch a{color:var(--accent-dark);font-weight:700}.editorActions{gap:12px;display:flex}.deleteForm{margin-top:18px}.deleteForm .dangerButton{color:var(--rose);cursor:pointer;font:inherit;background:0 0;border:1px solid #9f123947;border-radius:6px;padding:11px 16px;font-weight:700}.deleteForm .dangerButton:hover{background:#9f123914}@media (max-width:760px){.hero{min-height:58vh;padding-top:48px}.siteHeader{flex-direction:column;align-items:flex-start}.sectionHeader{display:block}.storyGrid,.regionSearch{grid-template-columns:1fr}.regionActions{align-items:stretch}.fieldGrid{grid-template-columns:1fr}.storyListItem{flex-direction:column}.storyListActions{flex-wrap:wrap}.editorTopBar{flex-direction:column;align-items:flex-start}.formatToolbar,.modeTabs{flex-wrap:wrap}}
