:root{--bg:#08070d;--card:rgba(19,16,31,.78);--line:rgba(255,255,255,.09);--text:#f8f7ff;--muted:#aaa5b8;--p:#8b5cf6;--p2:#c084fc}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 0,#221044 0,transparent 35%),radial-gradient(circle at 90% 20%,#35105a 0,transparent 30%),var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;min-height:100vh}.bg-orb{position:fixed;border-radius:999px;filter:blur(70px);opacity:.22;pointer-events:none}.orb-a{width:260px;height:260px;background:#8b5cf6;top:12%;left:-100px}.orb-b{width:300px;height:300px;background:#d946ef;right:-120px;bottom:10%}.topbar{height:76px;max-width:1080px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,var(--p),#d946ef);font-weight:800;font-size:21px;box-shadow:0 10px 30px #7c3aed44}.brand b{display:block}.brand small{display:block;color:#8f899f;font-size:10px;margin-top:2px}.status{font-size:11px;color:#bdb7ca;border:1px solid var(--line);padding:8px 11px;border-radius:99px;background:#ffffff05}.status i{display:inline-block;width:7px;height:7px;background:#34d399;border-radius:50%;margin-right:6px}.container{width:min(760px,calc(100% - 28px));margin:0 auto 40px}.hero{text-align:center;padding:42px 0 27px}.eyebrow{font-size:10px;letter-spacing:2px;color:#b48cff;font-weight:800;margin-bottom:13px}.hero h1{font-size:clamp(34px,8vw,57px);line-height:1.02;margin:0;font-weight:800;letter-spacing:-2.5px}.hero h1 span{background:linear-gradient(90deg,#a78bfa,#e879f9);-webkit-background-clip:text;color:transparent}.hero p{color:var(--muted);max-width:540px;margin:15px auto 0;line-height:1.65;font-size:14px}.tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;background:#ffffff05;border:1px solid var(--line);padding:6px;border-radius:16px;margin-bottom:14px}.tab{border:0;background:transparent;color:#a8a1b5;padding:12px 7px;border-radius:11px;font-weight:700;font-size:12px;cursor:pointer}.tab.active{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;box-shadow:0 7px 24px #7c3aed35}.panel{display:none;border:1px solid var(--line);background:linear-gradient(180deg,#15111fdd,#0e0c15ee);border-radius:22px;padding:20px;box-shadow:0 20px 70px #0008}.panel.active{display:block}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:20px}.panel h2{font-size:19px;margin:0 0 6px}.panel p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.chip{font-size:10px;color:#d8c9ff;border:1px solid #8b5cf633;background:#8b5cf611;padding:7px 9px;border-radius:99px;white-space:nowrap}.dropzone{border:1px dashed #8b5cf655;background:#8b5cf609;border-radius:17px;padding:30px 15px;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;transition:.2s}.dropzone:hover,.dropzone.drag{border-color:#a78bfa;background:#8b5cf615}.dropzone b{font-size:14px}.dropzone span,.dropzone small{font-size:11px;color:#918b9e}.dropzone small{color:#c8b8e8;margin-top:5px}.upload-icon{width:44px;height:44px;border-radius:13px;background:#8b5cf61a;color:#c4b5fd;display:grid;place-items:center;font-size:24px;margin-bottom:5px}.or{display:flex;align-items:center;gap:10px;color:#716c7b;font-size:10px;margin:18px 0}.or:before,.or:after{content:"";height:1px;background:var(--line);flex:1}.field{margin-bottom:14px}.field label{display:block;font-size:11px;color:#aaa4b3;margin-bottom:7px}.field input{width:100%;height:46px;border:1px solid var(--line);background:#08070d;color:#fff;border-radius:12px;padding:0 13px;outline:none;font:inherit;font-size:12px}.field input:focus{border-color:#8b5cf688;box-shadow:0 0 0 3px #8b5cf611}.actions{display:grid;grid-template-columns:1fr 110px;gap:9px}.primary,.secondary{height:46px;border-radius:12px;border:0;font-weight:800;font-size:12px;cursor:pointer}.primary{background:linear-gradient(135deg,#7c3aed,#a855f7);color:white;box-shadow:0 10px 28px #7c3aed2d}.secondary{background:#ffffff08;color:#ddd6fe;border:1px solid var(--line)}.full{width:100%}button:disabled{opacity:.55;cursor:not-allowed}.result{margin-top:16px;border:1px solid var(--line);background:#08070d99;border-radius:15px;padding:12px}.result.hidden{display:none}.result img,.result video{width:100%;max-height:360px;object-fit:contain;border-radius:10px;background:#000;margin-bottom:10px}.result-title{font-size:13px;font-weight:700;margin-bottom:8px}.download-row{display:flex;gap:8px;flex-wrap:wrap}.download{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#fff;color:#111;padding:10px 13px;border-radius:10px;font-size:11px;font-weight:800}.download.alt{background:#ffffff0d;color:#ddd6fe;border:1px solid var(--line)}.error{color:#fda4af;font-size:12px;padding:9px;border-radius:9px;background:#fb71850c}.loading{display:flex;align-items:center;gap:8px;color:#c4b5fd;font-size:12px}.spin{width:15px;height:15px;border:2px solid #ffffff22;border-top-color:#a78bfa;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{margin-top:14px;border:1px solid var(--line);background:#ffffff04;border-radius:15px;padding:14px;display:flex;gap:10px;color:#9d98a8}.notice span{font-size:18px}.notice b{font-size:11px;color:#d4cde0}.notice p{margin:4px 0 0;font-size:10px;line-height:1.5}footer{text-align:center;color:#625d6b;font-size:10px;padding:0 0 30px}@media(max-width:560px){.topbar{height:68px}.hero{padding-top:30px}.tabs{grid-template-columns:repeat(2,1fr)}.panel{padding:16px}.panel-head{flex-direction:column}.chip{align-self:flex-start}.actions{grid-template-columns:1fr}.hero h1{letter-spacing:-1.7px}}
.saved-info{margin:7px 0 11px!important;color:#8f88a0!important;font-size:10px!important;line-height:1.5}.save-local{border:0;cursor:pointer;font-family:inherit}
.tabs{grid-template-columns:repeat(5,1fr)}
@media(max-width:560px){.tabs{grid-template-columns:repeat(2,1fr);max-height:360px;overflow:auto}.tab{min-height:44px}}
