@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#f7f8fb;font-synthesis:none;text-rendering:optimizelegibility;--background:#101112;--foreground:#f7f8fb;--card:#191a1c;--card-foreground:#f7f8fb;--popover:#202124;--popover-foreground:#f7f8fb;--primary:#ddff5a;--primary-foreground:#151712;--secondary:#292b2d;--secondary-foreground:#f7f8fb;--muted:#252629;--muted-foreground:#a4a5aa;--accent:#303236;--accent-foreground:#f7f8fb;--border:#34363a;--input:#202124;--ring:#ddff5a;--destructive:#ff7e73;--success:#8edf78;background:#101112;font-family:Manrope,Arial,sans-serif}:root:not(.dark){color:#181a18;--background:#f4f5f0;--foreground:#181a18;--card:#fff;--card-foreground:#181a18;--popover:#fff;--popover-foreground:#181a18;--primary:#729100;--primary-foreground:#fff;--secondary:#ebede6;--secondary-foreground:#181a18;--muted:#edf0e8;--muted-foreground:#60655c;--accent:#e3e8d9;--accent-foreground:#181a18;--border:#d8dcd3;--input:#fff;--ring:#729100;--destructive:#c63e35;--success:#277c36;background:#f4f5f0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);min-width:320px;color:var(--foreground);margin:0}button,input,select{font:inherit}button,a,select,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--ring);outline-offset:3px}.app-shell{background:radial-gradient(ellipse 70% 45% at 76% 0%, #c9ff371a, transparent 64%), var(--background);min-height:100vh;overflow:hidden}.site-header{justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);height:84px;margin:auto;display:flex}.brand,.footer-brand{letter-spacing:-1px;align-items:center;gap:9px;font-size:20px;font-weight:800;display:inline-flex}.brand>span:last-child span,.footer-brand span{color:var(--primary)}.brand-mark{background:var(--primary);width:32px;height:32px;color:var(--primary-foreground);box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 9%, transparent);border-radius:10px;place-items:center;display:grid}.header-actions{align-items:center;gap:10px;display:flex}.text-button,.icon-button,.input-action{color:var(--muted-foreground);background:0 0;border:0;justify-content:center;align-items:center;transition:all .18s;display:inline-flex}.text-button{border-radius:9px;gap:7px;padding:9px 11px;font-size:13px;font-weight:700}.text-button:hover{background:var(--accent);color:var(--foreground)}.icon-button{border-radius:10px;width:36px;height:36px}.icon-button:hover,.input-action:hover{color:var(--foreground);background:var(--accent)}.theme-toggle{border:1px solid var(--border)}main{width:min(1180px,100% - 48px);margin:auto}.hero-section{grid-template-columns:.86fr 1.14fr;align-items:center;gap:clamp(44px,7vw,112px);min-height:560px;padding:70px 0 72px;display:grid}.eyebrow{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:7px;margin:0 0 14px;font-family:DM Mono,monospace;font-size:10px;font-weight:500;display:flex}.hero-copy h1{letter-spacing:-.072em;max-width:470px;margin:0;font-size:clamp(45px,5.25vw,76px);font-weight:800;line-height:.99}.hero-copy h1 em{color:var(--primary);font-style:normal}.hero-description{max-width:450px;color:var(--muted-foreground);margin:25px 0;font-size:16px;line-height:1.8}.trust-row{color:var(--foreground);flex-wrap:wrap;gap:18px;font-size:12px;font-weight:700;display:flex}.trust-row span{align-items:center;gap:7px;display:inline-flex}.trust-row svg{color:var(--primary)}.converter-card{background:color-mix(in srgb, var(--card) 92%, transparent);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:clamp(24px,3.3vw,36px);box-shadow:0 20px 65px #00000030}.converter-topline,.section-heading,.dialog-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}h2,h3,p{margin-top:0}.converter-topline h2,.section-heading h2{letter-spacing:-.045em;margin-bottom:0;font-size:22px;line-height:1.2}.ready-dot{background:color-mix(in srgb, var(--success) 10%, transparent);color:var(--success);text-transform:uppercase;letter-spacing:.08em;border-radius:7px;align-items:center;gap:7px;padding:7px 9px;font:500 10px DM Mono,monospace;display:inline-flex}.ready-dot i{background:var(--success);width:6px;height:6px;box-shadow:0 0 0 4px color-mix(in srgb, var(--success) 14%, transparent);border-radius:50%}form{margin-top:30px}.field-group{margin:0}.field-group label,.field-group legend{color:var(--foreground);margin-bottom:9px;padding:0;font-size:12px;font-weight:700;display:block}.url-input-wrap{background:var(--input);border:1px solid var(--border);min-height:56px;color:var(--muted-foreground);border-radius:11px;align-items:center;gap:11px;padding:0 9px 0 16px;transition:all .18s;display:flex}.url-input-wrap:focus-within{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 16%, transparent)}.url-input-wrap.has-error{border-color:var(--destructive)}.url-input-wrap input{min-width:0;color:var(--foreground);background:0 0;border:0;outline:0;flex:1;font-size:14px}.url-input-wrap input::placeholder{color:var(--muted-foreground)}.input-action{border-radius:8px;flex:0 0 34px;width:34px;height:34px}.field-hint,.field-error{color:var(--muted-foreground);align-items:center;gap:5px;margin:8px 0 0;font-size:11px;line-height:1.4;display:flex}.field-error{color:var(--destructive)}.field-grid{grid-template-columns:1.16fr .84fr;gap:16px;margin-top:24px;display:grid}.format-fieldset{border:0;min-width:0}.format-options{grid-template-columns:1fr 1fr;gap:8px;display:grid}.format-option{background:var(--input);border:1px solid var(--border);min-height:66px;color:var(--muted-foreground);text-align:left;border-radius:10px;align-items:center;gap:9px;padding:10px 11px;transition:all .18s;display:flex;position:relative}.format-option:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.format-option:active,.convert-button:active,.download-button:active,.retry-button:active{transform:scale(.98)}.format-option.selected{color:var(--foreground);border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.format-option>span{gap:2px;display:grid}.format-option strong{color:var(--foreground);font-size:13px}.format-option small{color:var(--muted-foreground);font-size:10px}.format-option>svg:last-child{color:var(--primary);margin-left:auto}.select-wrap{position:relative}.select-wrap:after{content:"⌄";pointer-events:none;color:var(--muted-foreground);position:absolute;top:50%;right:13px;transform:translateY(-57%)}.select-wrap select{appearance:none;background:var(--input);border:1px solid var(--border);width:100%;height:48px;color:var(--foreground);border-radius:10px;outline:none;padding:0 32px 0 13px;font-size:13px;font-weight:700}.select-wrap select:focus{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 16%, transparent)}.convert-button,.download-button,.retry-button{background:var(--primary);width:100%;min-height:55px;color:var(--primary-foreground);box-shadow:0 7px 18px color-mix(in srgb, var(--primary) 16%, transparent);border:0;border-radius:11px;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:800;transition:all .18s;display:inline-flex}.convert-button{margin-top:26px}.convert-button:hover,.download-button:hover{box-shadow:0 11px 24px color-mix(in srgb, var(--primary) 24%, transparent);filter:brightness(1.03);transform:translateY(-2px)}.animate-spin{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.status-section{border-top:1px solid var(--border);padding:29px 0 86px}.status-chip{background:var(--muted);min-width:67px;color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;border-radius:7px;justify-content:center;padding:7px 10px;font:500 10px DM Mono,monospace;display:inline-flex}.status-chip.complete{background:color-mix(in srgb, var(--success) 11%, transparent);color:var(--success)}.status-chip.failed{background:color-mix(in srgb, var(--destructive) 11%, transparent);color:var(--destructive)}.progress-card,.empty-status{background:var(--card);border:1px solid var(--border);border-radius:15px;margin-top:27px;padding:26px;box-shadow:0 9px 26px #00000012}.progress-heading{align-items:center;gap:13px;display:flex}.progress-icon,.empty-icon,.feature-icon{background:var(--muted);color:var(--primary);border-radius:11px;flex:none;place-items:center;display:grid}.progress-icon{width:42px;height:42px}.progress-error .progress-icon{color:var(--destructive)}.progress-complete .progress-icon{color:var(--success)}.progress-heading div:last-child{gap:5px;display:grid}.progress-heading strong{font-size:14px}.progress-heading span{color:var(--muted-foreground);font-size:12px;line-height:1.5}.progress-track{background:var(--muted);border-radius:99px;height:8px;margin:24px 0 19px;overflow:hidden}.progress-value{border-radius:inherit;background:var(--primary);height:100%;transition:width .5s}.progress-error .progress-value{background:var(--destructive)}.progress-complete .progress-value{background:var(--success)}.progress-steps{justify-content:space-between;gap:5px;display:flex}.progress-steps span{min-width:0;color:var(--muted-foreground);text-align:center;justify-items:center;gap:7px;font-size:9px;display:grid;position:relative}.progress-steps i{border:1px solid var(--border);width:19px;height:19px;color:inherit;border-radius:50%;place-items:center;font:500 9px DM Mono,monospace;display:grid}.progress-steps span.active{color:var(--foreground)}.progress-steps span.active i{color:var(--primary-foreground);background:var(--primary);border-color:var(--primary)}.progress-steps span.done i{color:var(--primary-foreground)}.download-button{margin-top:24px}.retry-button{background:var(--secondary);width:auto;min-height:43px;color:var(--foreground);box-shadow:none;border:1px solid var(--border);margin-top:23px;padding:0 17px}.retry-button:hover{background:var(--accent);transform:translateY(-2px)}.start-over-button{color:var(--muted-foreground);text-underline-offset:3px;background:0 0;border:0;margin:13px 0 0;padding:5px 0;font-size:12px;text-decoration:underline}.start-over-button:hover{color:var(--foreground)}.empty-status{align-items:center;gap:15px;display:flex}.empty-icon{width:44px;height:44px}.empty-status h3{margin:0 0 3px;font-size:14px}.empty-status p{color:var(--muted-foreground);margin:0;font-size:12px}.empty-cta{color:var(--primary);border-radius:8px;align-items:center;gap:5px;margin-left:auto;padding:8px 11px;font-size:12px;font-weight:800;display:inline-flex}.empty-cta:hover{background:var(--accent)}.feature-section{padding:0 0 84px}.feature-heading{align-items:end}.feature-heading>p{max-width:410px;color:var(--muted-foreground);margin:0;font-size:13px;line-height:1.7}.feature-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:29px;display:grid}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:24px;transition:all .18s}.feature-card:hover{transform:translateY(-3px);box-shadow:0 11px 23px #0000001a}.feature-icon{width:39px;height:39px}.feature-card h3{letter-spacing:-.025em;margin:20px 0 8px;font-size:15px}.feature-card p{color:var(--muted-foreground);margin:0;font-size:12px;line-height:1.75}.site-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:25px;width:min(1180px,100% - 48px);min-height:92px;margin:auto;display:flex}.footer-brand{font-size:15px}.site-footer p{max-width:530px;color:var(--muted-foreground);text-align:right;margin:0;font-size:11px;line-height:1.5}.dialog-backdrop{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#050605ad;place-items:center;padding:24px;animation:.18s both fade-in;display:grid;position:fixed;inset:0}.dialog-panel{background:var(--popover);border:1px solid var(--border);border-radius:16px;width:min(100%,520px);padding:27px;animation:.2s both scale-in;box-shadow:0 22px 70px #0000005c}.dialog-heading h2{letter-spacing:-.04em;margin:0;font-size:22px}.dialog-intro,.dialog-note{color:var(--muted-foreground);margin:20px 0 0;font-size:13px;line-height:1.75}.check-list{gap:13px;margin:22px 0 0;padding:0;list-style:none;display:grid}.check-list li{color:var(--foreground);align-items:flex-start;gap:9px;font-size:13px;line-height:1.45;display:flex}.check-list svg{color:var(--primary);flex:none;margin-top:1px}.dialog-note{border-top:1px solid var(--border);padding-top:18px;font-size:11px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.toast-region{z-index:60;gap:10px;width:min(390px,100% - 40px);display:grid;position:fixed;bottom:20px;right:20px}.toast{background:var(--popover);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:10px;padding:13px;animation:.2s both toast-in;display:flex;box-shadow:0 13px 35px #00000038}.toast-success>svg{color:var(--success)}.toast-error>svg{color:var(--destructive)}.toast-info>svg{color:var(--primary)}.toast-copy{flex:1;gap:2px;min-width:0;display:grid}.toast-copy strong{font-size:12px}.toast-copy span{color:var(--muted-foreground);font-size:11px;line-height:1.45}.toast-close{flex:none;width:26px;height:26px}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=780px){.site-header,main,.site-footer{width:min(100% - 32px,610px)}.site-header{height:72px}.text-button{padding:8px;font-size:0}.text-button svg{width:18px;height:18px}.hero-section{grid-template-columns:1fr;gap:37px;min-height:auto;padding:48px 0 56px}.hero-copy h1{font-size:clamp(45px,14vw,65px)}.hero-description{margin-bottom:22px}.converter-card{padding:23px}.status-section{padding-bottom:64px}.feature-heading{display:grid}.feature-heading>p{max-width:560px}.feature-grid{grid-template-columns:1fr}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:9px;min-height:105px}.site-footer p{text-align:left}.empty-status{flex-wrap:wrap;align-items:flex-start}.empty-cta{width:100%;margin:3px 0 0 57px}}@media (width<=480px){.header-actions{gap:3px}.hero-section{padding-top:39px}.trust-row{gap:10px;display:grid}.converter-card{margin:0 -2px;padding:20px}.converter-topline h2,.section-heading h2{font-size:20px}.field-grid{grid-template-columns:1fr}.progress-card,.empty-status{padding:19px}.progress-steps span{font-size:0}.progress-steps{gap:0}.empty-cta{margin-left:0}.dialog-panel{padding:22px}}
