:root{--bg:#fafafa;--surface:#fff;--border:#e5e7eb;--text:#111827;--muted:#6b7280;--accent:#ea580c;--accent-hover:#c2410c;--background:#fafafa;--card-shadow:0 1px 3px rgba(0,0,0,.08);--card-radius:12px;--badge-active-bg:#dcfce7;--badge-active-text:#166534;--badge-draft-bg:#ffedd5;--badge-draft-text:#c2410c;--badge-neutral-bg:#f3f4f6;--badge-neutral-text:#4b5563}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,textarea{font:inherit}@media (max-width:768px){.hero-section{grid-template-columns:1fr!important;padding-top:48px!important;padding-bottom:48px!important}.hero-section .hero-image-wrap{order:-1;max-height:280px}}