:root{--ink:#152019;--paper:#f3efe5;--cream:#fffdf7;--lime:#c9f45b;--orange:#f06a3b;--muted:#6f766f;--line:#d9d6ca}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,PingFang SC,sans-serif}header{height:76px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{color:inherit;text-decoration:none;font-weight:800;font-size:20px;letter-spacing:-.5px}.brand span{display:inline-grid;place-items:center;width:34px;height:34px;margin-right:8px;background:var(--ink);color:var(--lime);border-radius:50%;font-size:12px}.tag{font-size:13px;color:var(--muted)}main{max-width:1180px;margin:auto;padding:76px 24px}.hero{max-width:850px;margin-bottom:52px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2.4px;text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,7vw,88px);line-height:.98;letter-spacing:-4px;margin:14px 0 24px}.hero h1 em{color:var(--orange);font-weight:400}.hero>p:last-child{max-width:640px;color:var(--muted);font-size:18px;line-height:1.7}.layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px;align-items:start}.card,.preview{background:var(--cream);border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 8px 30px #1520190a}.step{display:flex;gap:16px;margin:0 0 22px}.step:not(:first-child){margin-top:38px}.step b{display:grid;place-items:center;flex:0 0 36px;height:36px;background:var(--lime);border-radius:50%;font-size:12px}.step h2{margin:0;font-family:Georgia,serif;font-size:25px}.step p{margin:5px 0;color:var(--muted);font-size:13px}.dropzone{height:178px;border:1.5px dashed #9ca398;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.dropzone:hover,.dropzone.drag{background:#f5fadf;border-color:var(--ink)}.dropzone input{position:absolute;width:1px;height:1px;opacity:0}.upload-icon{font-size:25px;margin-bottom:8px}.dropzone small{color:var(--muted);margin-top:5px}.file-list{list-style:none;padding:0;margin:12px 0}.file-list li{display:flex;justify-content:space-between;padding:10px 12px;background:#f1f2eb;border-radius:8px;font-size:12px;margin-top:6px}.card>label,.fields label{display:grid;gap:8px;font-size:12px;font-weight:750;margin-top:16px}input,select{width:100%;border:1px solid var(--line);background:#fff;border-radius:10px;padding:13px 14px;font:inherit;color:inherit}.fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}button,.download{border:0;border-radius:12px;background:var(--ink);color:#fff;padding:15px 18px;font:inherit;font-weight:750;cursor:pointer;text-decoration:none}#submit{width:100%;margin-top:26px;display:flex;justify-content:space-between}button:disabled{opacity:.5;cursor:wait}.error,.danger{color:#ba3c24}.preview{position:sticky;top:24px;min-height:430px}.empty{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.record{width:120px;height:120px;border-radius:50%;background:var(--ink);display:grid;place-items:center;margin-bottom:26px;box-shadow:0 0 0 12px var(--lime)}.record i{width:32px;height:32px;border-radius:50%;background:var(--orange)}.preview h2{font-family:Georgia,serif;font-size:29px;margin:8px 0 12px}.preview p{color:var(--muted);line-height:1.6}.hidden{display:none}.meter{height:9px;background:#e4e3db;border-radius:10px;overflow:hidden;margin:42px 0 12px}.meter i{display:block;width:0;height:100%;background:var(--orange);transition:width .4s}.progress-copy{display:flex;justify-content:space-between;align-items:center}.progress-copy strong{font-family:Georgia,serif;font-size:36px}.progress-copy span{color:var(--muted)}.hint{margin-top:50px;padding-top:20px;border-top:1px solid var(--line);font-size:13px}audio{width:100%;margin:22px 0}.download{display:block;text-align:center;background:var(--orange)}details{margin-top:22px;border-top:1px solid var(--line);padding-top:18px}summary{font-weight:700;cursor:pointer}.script{max-height:360px;overflow:auto;margin-top:18px}.line{padding:12px 0;border-bottom:1px solid #ece9df}.line b{font-size:11px;text-transform:uppercase;color:var(--orange)}.line p{margin:5px 0;color:var(--ink)}.secondary{background:var(--paper);color:var(--ink);margin-top:20px}footer{padding:30px;text-align:center;color:var(--muted);font-size:12px}footer span{color:var(--orange);margin:0 8px}@media(max-width:780px){header{height:64px}.tag{display:none}main{padding:48px 16px}.hero{margin-bottom:34px}.hero h1{letter-spacing:-2px}.layout{grid-template-columns:1fr}.card,.preview{padding:22px;border-radius:17px}.preview{position:static;min-height:360px}.fields{grid-template-columns:1fr}.dropzone{height:150px}}.header-actions{display:flex;align-items:center;gap:16px}.locale-switch{display:flex;padding:3px;background:#e5e1d7;border-radius:9px}.locale-switch button{min-width:34px;padding:6px 8px;border-radius:7px;background:transparent;color:var(--muted);font-size:11px}.locale-switch button[aria-pressed=true]{background:var(--cream);color:var(--ink);box-shadow:0 1px 4px #1520191a}
