:root{color-scheme:dark;font-synthesis:none;--bg:#0b1018;--surface:#111925;--surface-raised:#172231;--line:#28364a;--text:#f4f7fb;--muted:#9cabbc;--accent:#ff7b51;--accent-strong:#ff936f;--green:#60d9a3;--danger:#ff7b7b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 50% -15%, #3f689138, transparent 38rem), var(--bg);margin:0}button,input,select{font:inherit}button,select,input[type=range],input[type=color]{cursor:pointer}a{color:inherit}:focus-visible{outline-offset:3px;outline:3px solid #ffd0c1}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.site-header,.site-footer{justify-content:space-between;align-items:center;width:min(1120px,100% - 2rem);margin-inline:auto;display:flex}.site-header{border-bottom:1px solid #ffffff14;height:76px}.brand{letter-spacing:-.02em;align-items:center;gap:.7rem;font-weight:800;text-decoration:none;display:flex}.brand-mark{color:#10141b;background:var(--accent);border-radius:.6rem;place-items:center;width:2rem;height:2rem;display:grid}.privacy-badge{color:var(--green);letter-spacing:.06em;text-transform:uppercase;font-size:.8rem;font-weight:700}main{width:min(1120px,100% - 2rem);margin-inline:auto}.home-hero,.tool-intro{text-align:center;padding:clamp(4rem,10vw,8rem) 0 3.5rem}.home-hero{flex-direction:column;justify-content:center;align-items:center;min-height:72vh;display:flex}.eyebrow{color:var(--green);letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem;font-size:.78rem;font-weight:800}h1,h2,p{text-wrap:pretty}h1{letter-spacing:-.055em;margin:0;font-size:clamp(2.5rem,7vw,5.25rem);line-height:.98}h1 span{color:var(--accent)}.lede{max-width:650px;color:var(--muted);margin:1.5rem auto 2rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}.button{border:1px solid #0000;border-radius:.65rem;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.72rem 1.15rem;font-weight:750;text-decoration:none;display:inline-flex}.button:disabled{opacity:.45;cursor:not-allowed}.button-primary{color:#141014;background:var(--accent)}.button-primary:hover:not(:disabled){background:var(--accent-strong)}.button-secondary{color:var(--text);border-color:var(--line);background:var(--surface-raised)}.button-secondary:hover:not(:disabled){border-color:#52657d}.tool-shell{padding-bottom:5rem}.workspace{border:1px solid var(--line);background:#111925eb;border-radius:1.2rem;padding:clamp(1rem,3vw,2rem);box-shadow:0 24px 80px #00000047}.drop-zone{text-align:center;cursor:pointer;background:#ffffff05;border:2px dashed #3b4c63;border-radius:.9rem;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;min-height:250px;padding:2rem;transition:border-color .15s,background .15s;display:flex}.drop-zone:hover,.drop-zone.is-dragging{border-color:var(--accent);background:#ff7b5112}.drop-zone strong{font-size:1.25rem}.drop-zone>span:not(.button){color:var(--muted)}.drop-zone small{color:#78889b;margin-top:.45rem}.drop-icon{background:#ff7b511f;border-radius:50%;place-items:center;width:2.7rem;height:2.7rem;font-size:1.5rem;display:grid;color:var(--accent)!important}.controls{border:1px solid var(--line);background:#0e151f;border-radius:.8rem;margin-top:1.25rem;padding:1.25rem}.control-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.control-grid label{min-width:0;color:var(--muted);flex-direction:column;gap:.5rem;font-size:.83rem;font-weight:700;display:flex}select,input[type=range]{width:100%}select{min-height:42px;color:var(--text);border:1px solid var(--line);background:var(--surface-raised);border-radius:.55rem;padding:0 .7rem}input[type=range]{accent-color:var(--accent);margin:.65rem 0}.color-control{min-height:42px;color:var(--text);align-items:center;gap:.65rem;display:flex}input[type=color]{border:1px solid var(--line);background:var(--surface-raised);border-radius:.45rem;width:42px;height:34px;padding:2px}.control-note{color:#7f8fa2;margin:.85rem 0 0;font-size:.78rem}.queue-header{justify-content:space-between;align-items:end;margin-top:1.8rem;display:flex}.queue-header h2{margin:0;font-size:1.25rem}.queue-header p{color:var(--muted);margin:.3rem 0 0;font-size:.85rem}.text-button,.icon-button{color:var(--muted);background:0 0;border:0}.text-button:hover,.icon-button:hover{color:var(--text)}.file-list{gap:.7rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.file-row{border:1px solid var(--line);background:var(--surface);border-radius:.75rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;display:grid}.file-main{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:.85rem;min-width:0;display:grid}.file-thumb{object-fit:cover;background:#070b11;border-radius:.5rem;width:48px;height:48px}.file-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:750;display:block;overflow:hidden}.file-meta,.file-message{color:var(--muted);margin-top:.25rem;font-size:.78rem;display:block}.file-message.is-error{color:var(--danger)}.file-message.is-success{color:var(--green)}.file-actions{flex-wrap:wrap;justify-content:end;gap:.45rem;display:flex}.file-actions .button{min-height:36px;padding:.45rem .7rem;font-size:.78rem}.icon-button{padding:.45rem;font-size:1.5rem;line-height:1}.actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;margin-top:1.25rem;display:flex}.status{min-height:1.3rem;color:var(--muted);text-align:right;margin:.8rem 0 0;font-size:.85rem}.privacy-panel{background:#60d9a30d;border:1px solid #60d9a338;border-radius:.85rem;grid-template-columns:auto 1fr;gap:1rem;max-width:760px;margin:2rem auto 0;padding:1.3rem;display:grid}.privacy-panel h2{margin:0 0 .35rem;font-size:1rem}.privacy-panel p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.55}.privacy-icon{color:#0b1018;background:var(--green);border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:900;display:grid}.preview-dialog{width:min(1000px,100% - 2rem);color:var(--text);border:1px solid var(--line);background:var(--surface);border-radius:1rem;padding:0;box-shadow:0 30px 100px #000}.preview-dialog::backdrop{background:#000000c7}.dialog-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.dialog-header h2{margin:0}.dialog-header p{max-width:70vw;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:.2rem 0 0;font-size:.8rem;overflow:hidden}.preview-grid{background:var(--line);grid-template-columns:1fr 1fr;gap:1px;display:grid}.preview-grid figure{background:#090e15;min-width:0;margin:0;padding:1rem}.preview-grid img{object-fit:contain;width:100%;height:min(60vh,560px);display:block}.preview-grid figcaption{color:var(--muted);text-align:center;margin-top:.65rem}.prose{max-width:720px;min-height:65vh;padding:clamp(4rem,10vw,8rem) 0}.prose h1{margin-bottom:2rem;font-size:clamp(2.4rem,6vw,4rem)}.prose p{color:var(--muted);font-size:1.05rem;line-height:1.75}.site-footer{color:#718196;border-top:1px solid #ffffff14;padding:2rem 0 3rem;font-size:.8rem}.site-footer nav{gap:1rem;display:flex}@media (width<=780px){.control-grid{grid-template-columns:1fr 1fr}.file-row{grid-template-columns:1fr}.file-actions{justify-content:start}.preview-grid{grid-template-columns:1fr}.preview-grid img{height:32vh}.site-footer{flex-direction:column;align-items:flex-start;gap:1rem}}@media (width<=480px){.privacy-badge{display:none}.control-grid{grid-template-columns:1fr}.drop-zone{min-height:220px;padding:1.25rem}.actions{justify-content:stretch}.actions .button{flex:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
