:root{--ink:#17201d;--muted:#66716d;--paper:#f4f3ed;--card:#fbfaf6;--line:#d9d9d0;--accent:#cf5d3b;--dark:#18231f;--lime:#dce8bb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.site-header{height:82px;max-width:1180px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-size:19px;font-weight:750;letter-spacing:-.03em;display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--dark);color:var(--lime);font-family:Georgia,serif;font-style:italic}.site-header nav,.site-header nav div{display:flex;align-items:center;gap:25px}.site-header nav>a:not(.button){font-size:14px;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--dark);color:#fff;padding:14px 23px;font:700 14px/1 inherit;cursor:pointer;transition:transform .2s,background .2s}.button:hover{transform:translateY(-1px);background:#293832}.button-small{padding:10px 17px}.hero{max-width:1180px;margin:auto;padding:84px 28px 36px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:var(--muted);display:flex;align-items:center;gap:9px}.eyebrow span{width:20px;height:2px;background:var(--accent)}.hero h1,.prose-shell h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(54px,8vw,104px);line-height:.95;letter-spacing:-.055em;margin:23px 0 28px}.hero h1 em{color:var(--accent);font-weight:400}.lead{max-width:680px;font-size:19px;color:var(--muted);margin:0}.hero-actions{display:flex;align-items:center;gap:25px;margin:35px 0 64px}.text-link{font-size:14px;font-weight:700}.text-link span{margin-left:6px}.workspace-preview{border:1px solid #29332f;border-radius:18px;overflow:hidden;background:var(--dark);box-shadow:0 30px 70px rgba(27,39,34,.18)}.preview-top{height:52px;border-bottom:1px solid #3c4944;display:flex;align-items:center;padding:0 19px;gap:7px;color:#aebbb5;font-size:12px}.dot{width:7px;height:7px;border-radius:50%;background:#63716b}.preview-label{margin-left:15px}.preview-body{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(240px,.8fr);min-height:390px}.media-frame{position:relative;margin:22px;background:radial-gradient(circle at 64% 36%,rgba(220,232,187,.3),transparent 22%),linear-gradient(145deg,#b4b5a6,#5c6961 50%,#26332d);border-radius:10px;display:grid;place-items:center}.media-frame:before{content:"";position:absolute;inset:12% 15% 0;border-radius:50% 50% 0 0;background:linear-gradient(140deg,rgba(23,32,29,.05),rgba(23,32,29,.58));transform:skewX(-9deg)}.play{z-index:1;width:60px;height:60px;border:1px solid rgba(255,255,255,.7);background:rgba(20,29,25,.3);color:#fff;border-radius:50%;display:grid;place-items:center;padding-left:4px}.timecode{position:absolute;bottom:17px;right:17px;background:rgba(13,20,17,.8);color:#dfe8e2;padding:5px 8px;border-radius:5px;font:11px ui-monospace,monospace}.notes{border-left:1px solid #3c4944;padding:26px 22px}.notes div{padding:17px 0;border-bottom:1px solid #34413b;display:grid;gap:7px}.notes b{color:var(--lime);font:11px ui-monospace,monospace}.notes span{color:#d4ddd8;font-size:13px}.features{max-width:1180px;margin:45px auto 100px;padding:0 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.features article{background:var(--paper);padding:35px 30px}.features article>span{font:11px ui-monospace,monospace;color:var(--accent)}.features h2{font-family:Georgia,serif;font-size:25px;font-weight:400;margin:28px 0 10px}.features p{font-size:14px;color:var(--muted);margin:0}footer{max-width:1180px;margin:auto;padding:28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}footer div{display:flex;gap:20px}.auth-page{min-height:100vh;background:radial-gradient(circle at 85% 15%,#e4eacb 0,transparent 31%),var(--paper)}.auth-shell{min-height:calc(100vh - 82px);display:grid;place-items:center;padding:45px 22px}.auth-card{width:min(440px,100%);background:var(--card);border:1px solid var(--line);border-radius:18px;padding:42px;box-shadow:0 25px 60px rgba(34,45,40,.1)}.auth-card h1{font-family:Georgia,serif;font-size:48px;letter-spacing:-.04em;font-weight:400;margin:17px 0 8px}.auth-card>p{color:var(--muted);font-size:14px}.auth-card form{display:grid;gap:17px;margin-top:28px}.auth-card label{display:grid;gap:7px;font-size:12px;font-weight:750}.auth-card input{width:100%;border:1px solid var(--line);border-radius:9px;padding:13px 14px;background:#fff;font:15px inherit;outline:none}.auth-card input:focus{border-color:#738174;box-shadow:0 0 0 3px rgba(115,129,116,.12)}.auth-card form .button{margin-top:3px}.form-message{min-height:40px;margin:0!important;color:#9a4933!important;font-size:12px!important}.auth-note{border-top:1px solid var(--line);padding-top:20px;margin-top:8px}.auth-note a{text-decoration:underline}.prose-shell{max-width:900px;margin:auto;padding:95px 28px 120px}.prose-shell article{max-width:720px}.prose-shell h1{font-size:clamp(48px,7vw,78px);margin-bottom:40px}.prose-shell h2{font-family:Georgia,serif;font-size:28px;font-weight:400;margin:40px 0 8px}.prose-shell p{font-size:17px;color:var(--muted)}.prose-shell .button{margin-top:25px}.updated{font-size:13px!important;margin-top:45px}.error-card{text-align:center}.error-code{font:12px ui-monospace,monospace;color:var(--accent)}.error-card h1{font-size:42px}.error-card .button{margin-top:18px}@media(max-width:760px){.site-header{height:70px;padding:0 18px}.site-header nav>a:not(.button){display:none}.hero{padding:60px 19px 25px}.hero h1{font-size:55px}.lead{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;margin-bottom:42px}.preview-body{grid-template-columns:1fr;min-height:430px}.media-frame{min-height:260px}.notes{display:none}.features{grid-template-columns:1fr;margin:25px 18px 70px;padding:0}.features article{padding:27px 24px}footer{margin:0 18px;padding:25px 0}.auth-card{padding:30px 24px}.prose-shell{padding:70px 20px}.prose-shell h1{font-size:49px}}
