:root{color-scheme:light;--ink:#172b29;--muted:#526761;--accent:#0b6856;--border:#cfdbd5;--paper:#f5f7f2}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:var(--accent);text-underline-offset:4px}header,main,footer{max-width:1120px;margin:auto;padding:28px}header{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border)}.brand{font-size:24px;font-weight:850;text-decoration:none;color:var(--ink);white-space:nowrap}.brand span{font-size:13px;font-weight:500;color:var(--muted);margin-left:8px}nav{display:flex;gap:22px;flex-wrap:wrap}nav a{font-size:14px}.hero{padding:48px 0 65px;max-width:820px}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:750;color:var(--accent)}h1{font-size:clamp(30px,5vw,56px);line-height:1.25;letter-spacing:-.045em;margin:18px 0 25px}h2{font-size:23px;line-height:1.4;letter-spacing:-.03em}h3{font-size:20px}.lead{font-size:19px;max-width:740px}.muted{color:var(--muted);font-size:14px}.button,button{background:var(--accent);color:white;display:inline-block;padding:13px 22px;border:1px solid var(--accent);border-radius:8px;font:inherit;font-weight:650;cursor:pointer;text-decoration:none}.button span{margin-left:20px}button.secondary{background:white;color:var(--accent)}button:disabled{opacity:.45;cursor:not-allowed}.button[aria-disabled=true]{opacity:.45;pointer-events:none}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cards article{background:white;border:1px solid var(--border);border-radius:12px;padding:24px}.step{color:var(--accent);font-size:14px}.notice,.account,.consent{background:#e8efe7;border-radius:12px;padding:25px;margin:32px 0}.legal-links{display:flex;flex-wrap:wrap;gap:24px;padding:24px 0}section{margin-bottom:35px}footer{border-top:1px solid var(--border);font-size:14px;color:var(--muted);padding-bottom:45px}.prose{max-width:850px}.prose h2{margin-top:35px}.account{display:flex;justify-content:space-between;align-items:center;gap:20px}.account h2{margin:0}.actions{display:flex;flex-direction:column;gap:10px}.editor{display:grid;grid-template-columns:1fr 1fr;gap:40px}label:not(.check){display:block;margin:18px 0 8px;font-weight:650}input[type=file],textarea,select{width:100%;max-width:100%;border:1px solid var(--border);border-radius:7px;padding:12px;background:white;color:var(--ink);font:inherit}textarea{resize:vertical}input[type=checkbox]{width:19px;height:19px;flex:0 0 19px;accent-color:var(--accent);margin-top:5px}.check{display:flex;align-items:flex-start;gap:10px;margin:13px 0}.check:has(input:disabled){color:#75847f}fieldset{border:1px solid var(--border);border-radius:8px;margin:23px 0;padding:14px 18px}legend{font-weight:650}.preview{background:#192825;border-radius:10px;min-height:230px;display:grid;place-items:center;overflow:hidden;color:#d7e4dc;text-align:center}.preview video{display:block;max-width:100%;width:100%;max-height:490px}.preview video:not([src]){display:none}.preview p{padding:15px}#message:not(:empty),#validation:not(:empty){padding:12px;border-left:3px solid #a26726;background:#fff3df}#publish-status{font-weight:650;overflow-wrap:anywhere}#history{padding-left:20px}#history button{margin:5px;font-size:14px}.consent{margin-top:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #cd8125;outline-offset:4px}[hidden]{display:none!important}@media(max-width:720px){header{align-items:flex-start;flex-direction:column;gap:13px}header,main,footer{padding:20px}nav{gap:15px}.hero{padding:25px 0 40px}.cards,.editor{grid-template-columns:1fr;gap:15px}.account{align-items:flex-start;flex-direction:column}.lead{font-size:17px}.notice,.account,.consent{padding:20px}.legal-links{flex-direction:column;gap:12px}.preview video{max-height:400px}h1{font-size:34px}.button,button{min-height:46px}}
