:root{
  --bg:#f8fafc;--panel:#ffffff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--soft:#f1f5f9;
  --brand:#f97316;--brand2:#e11d48;--dark:#020617;--ok:#059669;--warn:#d97706;--bad:#dc2626;
  --radius:22px;--shadow:0 18px 55px rgba(15,23,42,.12)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{color:inherit;text-decoration:none}.container{max-width:1180px;margin:auto;padding:0 18px}.topbar{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;font-weight:950;letter-spacing:-.04em;font-size:25px}.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white;display:grid;place-items:center;box-shadow:0 13px 28px rgba(249,115,22,.32)}.brand span span{color:var(--brand)}
.navlinks{display:flex;align-items:center;gap:8px}.navlinks a,.pill{padding:10px 13px;border-radius:12px;font-weight:800;color:#475569;font-size:14px}.navlinks a:hover{background:var(--soft);color:var(--brand)}.pill{background:var(--dark);color:white}.hamb{display:none;background:var(--dark);color:white;border:0;border-radius:12px;padding:10px 12px;font-weight:900}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 30% 20%,rgba(249,115,22,.25),transparent 34%),linear-gradient(135deg,#020617 0,#0f172a 58%,#1e293b 100%);color:white;padding:74px 0}.hero h1{font-size:clamp(42px,7vw,82px);line-height:1.02;margin:16px 0 18px;letter-spacing:-.075em}.hero p{font-size:clamp(17px,2vw,22px);color:#cbd5e1;max-width:760px}.badge{display:inline-flex;gap:8px;align-items:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:999px;padding:9px 13px;font-weight:900;font-size:13px;color:#fed7aa}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{border:0;border-radius:16px;padding:14px 18px;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s transform,.2s box-shadow,.2s background}.btn:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(15,23,42,.18)}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:white}.btn-dark{background:var(--dark);color:white}.btn-soft{background:var(--soft);color:#334155}.btn-light{background:white;color:var(--dark)}.btn-ok{background:var(--ok);color:white}.btn-danger{background:#fee2e2;color:#991b1b}.btn-small{padding:9px 11px;border-radius:12px;font-size:12px}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.section{padding:56px 0}.section h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.055em;margin:0 0 12px}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 5px 20px rgba(15,23,42,.04);padding:22px}.tool-card{display:flex;flex-direction:column;min-height:188px;position:relative;overflow:hidden}.tool-card:before{content:"";position:absolute;inset:auto -35px -40px auto;width:120px;height:120px;background:rgba(249,115,22,.08);border-radius:999px}.tool-card h3{font-size:20px;letter-spacing:-.03em;margin:12px 0 8px}.tool-icon{width:46px;height:46px;border-radius:16px;background:#fff7ed;color:var(--brand);display:grid;place-items:center;font-size:24px}.tag{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#ecfdf5;color:#047857;font-weight:900;padding:7px 10px;font-size:12px}.tag.warn{background:#fffbeb;color:#b45309}.tag.plan{background:#eef2ff;color:#4338ca}.tool-card .bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.tool-card:hover{border-color:#fdba74;box-shadow:var(--shadow);transform:translateY(-2px);transition:.2s}.workspace{margin-top:-54px;position:relative;z-index:10}.tool-shell{background:white;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:hidden}.tool-head{padding:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.tool-head h1{font-size:clamp(28px,4vw,46px);letter-spacing:-.06em;margin:0}.privacy-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.dropzone{margin:24px;border:2px dashed #cbd5e1;border-radius:26px;background:#f8fafc;padding:44px 20px;text-align:center;transition:.2s}.dropzone.active{border-color:var(--brand);background:#fff7ed}.dropzone h2{margin:8px 0 8px;font-size:28px;letter-spacing:-.04em}.dropzone input{display:none}.kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#0f172a;color:#fed7aa;border-radius:7px;padding:2px 6px;font-size:12px}.settings{margin:0 24px 20px;padding:18px;background:#f8fafc;border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.field input,.field select,.field textarea{width:100%;border:1px solid #cbd5e1;background:white;border-radius:13px;padding:12px 12px;font:inherit;color:#0f172a}.field textarea{min-height:84px}.actions{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding:0 24px 24px}.workspace-grid{display:flex;flex-wrap:wrap;gap:14px;padding:0 24px 24px;min-height:160px}.file-card{width:152px;background:white;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:0 6px 20px rgba(15,23,42,.07);position:relative;cursor:grab}.file-card:hover{border-color:var(--brand)}.file-card.dragging{opacity:.45}.thumb{height:142px;border-radius:13px;background:#f1f5f9;border:1px solid #e2e8f0;display:grid;place-items:center;overflow:hidden;position:relative}.thumb img,.thumb canvas{max-width:100%;max-height:100%;object-fit:contain}.type-badge{position:absolute;right:6px;bottom:6px;background:#0f172a;color:white;font-size:10px;font-weight:950;border-radius:7px;padding:3px 5px}.file-name{font-size:12px;font-weight:900;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:8px}.file-meta{font-size:11px;color:#64748b;font-weight:700;margin-top:2px}.card-tools{position:absolute;top:-8px;right:-8px;display:flex;gap:4px}.icon-btn{border:0;width:28px;height:28px;border-radius:999px;background:#0f172a;color:white;font-weight:950;cursor:pointer}.icon-btn.red{background:#ef4444}.progress-wrap{display:none;margin:0 24px 24px;background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:16px}.progress-track{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--brand),var(--brand2));transition:.2s}.results{margin:0 24px 24px}.result-box{border:1px solid var(--line);border-radius:20px;padding:18px;background:#f8fafc}.adslot{margin:28px 0;border:1px dashed #cbd5e1;background:white;border-radius:18px;padding:24px;text-align:center;color:#94a3b8;font-weight:800}.article{line-height:1.75}.article h2,.article h3{letter-spacing:-.035em}.faq details{background:white;border:1px solid var(--line);border-radius:16px;padding:16px;margin:10px 0}.faq summary{cursor:pointer;font-weight:950}.footer{background:#020617;color:#94a3b8;padding:36px 0;margin-top:56px}.footer a{color:#e2e8f0}.modal{position:fixed;inset:0;background:rgba(2,6,23,.8);display:none;align-items:center;justify-content:center;z-index:80;padding:20px}.modal.open{display:flex}.modal-card{background:white;border-radius:24px;max-width:920px;max-height:90vh;width:100%;overflow:auto;padding:18px}.modal-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:12px}.preview-body{display:grid;place-items:center;background:#f8fafc;border-radius:16px;margin-top:14px;padding:14px}.preview-body img,.preview-body canvas{max-width:100%;height:auto}.table{width:100%;border-collapse:collapse;background:white;border-radius:16px;overflow:hidden}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;padding:12px;font-size:14px}.table th{background:#f8fafc;font-weight:950;color:#475569}.notice{border-left:4px solid var(--brand);background:#fff7ed;border-radius:14px;padding:14px;color:#7c2d12;font-weight:700}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.mobile-only{display:none}
@media(max-width:900px){.grid,.grid-4,.settings,.split{grid-template-columns:1fr}.navlinks{display:none}.hamb{display:block}.navlinks.open{display:flex;position:absolute;left:18px;right:18px;top:72px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:12px;flex-direction:column;align-items:stretch}.tool-head{flex-direction:column}.workspace{margin-top:-30px}.hero{padding:48px 0 70px}.dropzone{margin:16px;padding:32px 14px}.actions,.workspace-grid,.settings,.progress-wrap,.results{margin-left:16px;margin-right:16px;padding-left:0;padding-right:0}.settings{padding:16px}.file-card{width:calc(50% - 8px)}.mobile-only{display:block}}
@media(max-width:500px){.file-card{width:100%}.cta-row .btn{width:100%}.brand{font-size:21px}.brand-mark{width:38px;height:38px}.hero h1{font-size:40px}}
