:root{--bg:#f2efe7;--paper:#fffdf8;--ink:#17231d;--muted:#727871;--line:#d8d5cc;--orange:#ef5b38;--green:#163e31;--soft:#e8e4d9}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.bar{height:70px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(242,239,231,.9);backdrop-filter:blur(14px);position:sticky;top:0;z-index:5}.logo{font:700 20px Georgia,serif;text-decoration:none;color:var(--ink)}.logo b{color:var(--orange)}.privacy{font-size:12px;color:var(--muted)}.privacy i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#25a66a;margin-right:7px}main{width:min(1000px,90vw);margin:0 auto 100px}.intro{text-align:center;padding:70px 0 42px}.kicker{font-size:11px;letter-spacing:.18em;font-weight:800;color:var(--orange);margin:0 0 12px}.intro h1{font:clamp(44px,7vw,78px)/.96 Georgia,serif;letter-spacing:-.05em;margin:0}.intro h1 em{color:var(--orange);font-weight:400}.intro>p:last-child,.section-head p:last-child{max-width:640px;margin:22px auto 0;color:var(--muted);font-size:17px;line-height:1.55}.card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 12px 35px rgba(20,35,28,.05)}.step{display:flex;align-items:center;gap:12px;margin-bottom:18px}.step>span{font:700 12px Georgia,serif;color:var(--orange);border:1px solid #f4a28e;border-radius:99px;padding:7px}.step div{display:flex;flex-direction:column}.step small{color:var(--muted);margin-top:3px}.drop{min-height:180px;border:1.5px dashed #aaa79f;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.drop:hover,.drop.drag{border-color:var(--orange);background:#fff7f2}.drop input{display:none}.upload-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--green);color:white;font-size:25px;margin-bottom:12px}.drop strong{font:24px Georgia,serif}.drop small{color:var(--muted);margin-top:6px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:18px 0}label{font-size:13px;font-weight:750}input,select,textarea{width:100%;display:block;margin-top:8px;background:#faf8f2;border:1px solid var(--line);border-radius:10px;padding:13px;color:var(--ink);font:14px/1.5 inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green)}input,select{height:48px}.primary,.secondary,.ghost,.copy{border:0;cursor:pointer;font-weight:800}.primary{width:100%;padding:17px;border-radius:10px;background:var(--orange);color:white;font-size:15px}.primary:disabled{opacity:.45;cursor:not-allowed}.secondary{padding:11px 15px;background:var(--green);color:white;border-radius:9px}.ghost{background:transparent;color:var(--muted)}.progress{padding:20px 5px 3px;display:grid;grid-template-columns:1fr;gap:10px}.track{height:7px;background:#e5e2d9;border-radius:99px;overflow:hidden}.track i{display:block;width:2%;height:100%;background:var(--orange);transition:width .25s}.progress div:last-child{display:flex;justify-content:space-between;gap:20px}.progress span{font-size:12px;color:var(--muted)}.error{padding:12px;background:#ffe8e2;color:#a13423;border-radius:9px}.hidden{display:none!important}.review,.results{padding-top:70px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-head h2{font:44px Georgia,serif;margin:0}.section-head p:last-child{text-align:left;margin:10px 0 0;font-size:14px}.pairs{display:grid;gap:10px;margin-bottom:17px}.pair{display:grid;grid-template-columns:34px 1fr 32px 1fr;gap:10px;align-items:center;background:var(--paper);border:1px solid var(--line);padding:13px;border-radius:13px}.pair>span:first-child{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--soft);font:700 12px Georgia,serif}.pair input{margin:0}.arrow{text-align:center;color:var(--orange);font-weight:800}.paste-box{background:var(--paper);border:1px solid var(--line);border-radius:13px;padding:15px;margin:0 0 16px}.paste-box summary{cursor:pointer;font-weight:700}.paste-box textarea{min-height:120px;margin-bottom:10px}.output-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.output-grid article{background:var(--paper);border:1px solid var(--line);border-radius:15px;padding:16px}.output-grid article:first-child{grid-row:span 2}.output-grid header{display:flex;align-items:center;gap:9px}.output-grid header span{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;color:white}.ig{background:linear-gradient(135deg,#7255d8,#ef375d,#f0aa42)}.tt{background:#171717}.yt{background:#ed2b2b}.copy{margin-left:auto;background:transparent;color:var(--muted)}.copy.done{color:#21815b}.output-grid textarea{border:0;background:transparent;padding:12px 2px 0;resize:vertical;min-height:190px}.output-grid article:first-child textarea{min-height:430px}#video,#canvas{display:none}@media(max-width:760px){.privacy{display:none}.intro{padding-top:48px}.fields,.output-grid{grid-template-columns:1fr}.pair{grid-template-columns:28px 1fr}.pair .arrow{display:none}.pair input:last-child{grid-column:2}.output-grid article:first-child{grid-row:auto}.section-head{align-items:start;gap:15px}.progress div:last-child{display:block}.progress span{display:block;margin-top:4px}}
