:root{--bg:#f5f8fc;--card:#fff;--text:#0f172a;--muted:#667085;--line:#dce5f0;--blue:#1769ff;--blue2:#0f55d8;--navy:#0b1930;--shadow:0 18px 45px rgba(15,23,42,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f8fbff 0,#f4f7fb 100%);font-family:Inter,system-ui,sans-serif;color:var(--text)}a{text-decoration:none;color:inherit}.topbar{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,28px);background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #e5ebf3;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:11px}.brandmark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:22px;box-shadow:0 8px 18px rgba(23,105,255,.25)}.brand strong{display:block;font-size:16px}.brand span{display:block;font-size:11px;color:var(--muted);margin-top:2px}.topbar nav{display:flex;gap:30px;font-size:14px;font-weight:600;color:#475467}.topbar nav a:hover{color:var(--blue)}.btn{border:1px solid transparent;min-height:44px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font:600 14px Inter;cursor:pointer;transition:.2s}.btn-primary{background:linear-gradient(135deg,var(--blue),#2d7cff);color:white;box-shadow:0 8px 20px rgba(23,105,255,.22)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(23,105,255,.3)}.btn-secondary{background:#fff;border-color:#dce5f0;color:#16233a}.btn-ghost{background:#f7f9fc;border-color:#e1e8f0;color:#344054}.small{min-height:40px}.full{width:100%;margin-top:14px}.hero{max-width:1400px;margin:auto;padding:72px 4vw 50px;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:var(--blue)}.hero h1{font-size:clamp(46px,5.2vw,76px);line-height:1.03;letter-spacing:-.045em;margin:14px 0 22px}.hero h1 span{color:var(--blue)}.hero p{font-size:18px;line-height:1.7;color:#5d6b82;max-width:720px}.hero-actions{display:flex;gap:12px;margin-top:28px}.trust-row{display:flex;gap:22px;margin-top:28px;color:#667085;font-size:13px}.hero-card{height:330px;background:radial-gradient(circle at 75% 25%,#3e7fff 0,#1b56c2 23%,#102749 62%,#081426 100%);border-radius:28px;position:relative;overflow:hidden;box-shadow:0 35px 70px rgba(10,30,64,.24)}.filmstrip{position:absolute;left:8%;right:8%;top:34%;height:108px;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:12px;background:#09101b;border:8px dotted #cdd8e8;border-radius:12px;transform:rotate(-4deg)}.filmstrip div{background:linear-gradient(140deg,#9fd1ff,#f6b972 60%,#293b54);border-radius:3px}.floating-card{position:absolute;background:rgba(255,255,255,.96);box-shadow:0 20px 40px rgba(0,0,0,.2);border-radius:14px;padding:12px 14px;display:flex;gap:10px;align-items:center;font-size:12px}.floating-card span{color:#667085}.fc-one{left:6%;top:8%}.fc-one b{color:var(--blue)}.fc-two{right:7%;bottom:8%;flex-direction:column;gap:2px;align-items:flex-start}.fc-two strong{font-size:20px}.steps-wrap{max-width:1400px;margin:0 auto 20px;padding:18px 28px;background:#fff;border:1px solid #e3e9f1;border-radius:16px;display:flex;align-items:center;box-shadow:0 10px 30px rgba(15,23,42,.045)}.step{display:flex;align-items:center;gap:12px;min-width:max-content}.step i{font-style:normal;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#edf3ff;color:var(--blue);font-weight:800}.step.active i{background:var(--blue);color:white}.step b,.step span{display:block}.step b{font-size:13px}.step span{color:var(--muted);font-size:11px;margin-top:3px}.line{height:1px;background:#dbe5f1;flex:1;margin:0 22px}.workspace{max-width:1400px;margin:auto;padding:0 0 22px;display:grid;grid-template-columns:1fr 1.06fr 1.02fr;gap:18px}.panel{background:var(--card);border:1px solid #e3e9f1;border-radius:18px;box-shadow:0 10px 28px rgba(15,23,42,.045)}.workspace>.panel{padding:20px}.panel-title{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.panel-title h2{font-size:16px;margin:0 0 5px}.panel-title p{font-size:12px;color:var(--muted);margin:0}.iconbox{width:32px;height:32px;background:#edf4ff;color:var(--blue);border-radius:9px;display:grid;place-items:center;font-weight:800}.dropzone{height:318px;border:1.5px dashed #9fc0ff;border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f7faff);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:.2s}.dropzone.drag{background:#edf5ff;border-color:var(--blue);transform:scale(.995)}.upload-icon{width:64px;height:64px;border-radius:18px;background:#e8f1ff;color:var(--blue);display:grid;place-items:center;font-size:36px;font-weight:300;margin-bottom:14px}.dropzone h3{margin:0;font-size:15px}.dropzone p{font-size:12px;color:var(--muted);margin:7px 0 14px}.dropzone small{font-size:10px;color:#8995a8;margin-top:15px}.file-summary{margin-top:12px;background:#f7f9fc;border:1px solid #e6ebf2;padding:12px;border-radius:10px;font-size:12px;color:#475467}.field-group>label:first-child,.field>label{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.radio-row{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:center;padding:8px 9px;border-radius:9px;cursor:pointer}.radio-row:hover{background:#f8faff}.radio-row input[type=radio]{accent-color:var(--blue);width:15px;height:15px}.radio-row b{font-size:12px}.radio-row small{display:block;color:#7b8799;font-size:10px;margin-top:2px}.radio-row.custom{grid-template-columns:18px 1fr 64px 24px}.radio-row.custom input[type=number]{width:64px;border:1px solid #d7e0eb;border-radius:8px;padding:8px}.radio-row.custom em{font-style:normal;font-size:10px;color:#667085}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.field select{width:100%;border:1px solid #d7e0eb;border-radius:9px;background:white;padding:11px;font-size:12px}.field input[type=range]{width:100%;accent-color:var(--blue)}#qualityValue{float:right;color:var(--blue)}button:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.notice{margin-top:12px;background:#fff7e7;border:1px solid #f8d48d;color:#8a5a00;padding:10px;border-radius:9px;font-size:11px;line-height:1.4}.preview-shell{height:235px;border-radius:13px;background:#0b1220;overflow:hidden;position:relative}.preview-shell video{width:100%;height:100%;object-fit:contain;display:none}.empty-preview{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a8b4c7;gap:10px;font-size:12px}.empty-preview span{font-size:30px}.meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;margin-top:14px;font-size:11px}.meta-grid div{display:flex;justify-content:space-between;padding-bottom:6px;border-bottom:1px solid #edf1f5}.meta-grid b{color:#667085;font-weight:500}.hidden{display:none!important}.progress-card{max-width:1400px;margin:0 auto 22px;background:#0e1b31;color:white;padding:18px 22px;border-radius:15px;box-shadow:var(--shadow)}.progress-card>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.progress-card span{color:#a8b4c7;font-size:11px}.progress-track{height:8px;background:#253752;border-radius:99px;overflow:hidden}.progress-track div{height:100%;width:12%;background:linear-gradient(90deg,#3a7eff,#79a9ff);border-radius:99px;animation:pulse 1s infinite alternate}@keyframes pulse{to{filter:brightness(1.25)}}.results{max-width:1400px;margin:0 auto 28px;padding:22px}.results-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.results-head h2{margin:7px 0 0;font-size:22px}.results-head h2 span{font-size:13px;color:#7b8799;font-weight:500}.result-actions{display:flex;gap:8px;flex-wrap:wrap}.gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:22px}.frame-card{border:1px solid #e1e7ef;border-radius:12px;overflow:hidden;background:#fff;position:relative}.frame-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#edf1f6}.frame-card .frame-bottom{padding:9px;display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#667085}.frame-card input{position:absolute;left:8px;top:8px;width:17px;height:17px;accent-color:var(--blue)}.frame-card a{color:var(--blue);font-weight:700}.feature-section{max-width:1400px;margin:60px auto;padding:0 0 70px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-section div{padding:28px;background:#fff;border:1px solid #e3e9f1;border-radius:16px}.feature-section span{color:var(--blue);font-weight:800;font-size:12px}.feature-section h3{font-size:17px;margin:12px 0 8px}.feature-section p{margin:0;color:#667085;font-size:13px;line-height:1.6}footer{border-top:1px solid #e1e7ef;max-width:1400px;margin:auto;padding:26px 0 40px;display:flex;align-items:center;justify-content:space-between;color:#667085;font-size:12px}@media(max-width:1100px){.hero{grid-template-columns:1fr}.hero-card{display:none}.workspace{grid-template-columns:1fr 1fr}.preview-panel{grid-column:1/-1}.gallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.topbar{height:66px;padding:0 16px}.topbar nav{display:none}.topbar>.btn{display:none}.hero{padding:46px 18px 30px}.hero h1{font-size:42px}.hero p{font-size:15px}.trust-row{flex-direction:column;gap:8px}.steps-wrap{margin:0 14px 16px;padding:14px;overflow:auto}.line{min-width:30px;margin:0 10px}.step span{display:none}.workspace{display:block;padding:0 14px}.workspace>.panel{margin-bottom:14px}.grid2{grid-template-columns:1fr}.results{margin:0 14px 24px}.results-head{align-items:flex-start;flex-direction:column}.gallery{grid-template-columns:repeat(2,1fr);gap:10px}.feature-section{margin:40px 14px;grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}footer{margin:0 14px;gap:18px;align-items:flex-start;flex-direction:column}}
