@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap";:root{--bg-0: #07090d;--bg-1: #11161e;--bg-2: #191f2a;--line: #2a3342;--text: #e8edf7;--muted: #95a0b4;--brand: #5eead4;--danger: #fda4af;font-family:Space Grotesk,Avenir Next,Segoe UI,sans-serif;color:var(--text)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(80rem 40rem at 100% -10%,#1b2433 0%,transparent 60%),radial-gradient(70rem 35rem at -10% 110%,#1a2230 0%,transparent 60%),var(--bg-0)}.layout{width:min(920px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 3rem}.hero{margin-bottom:.5rem}.eyebrow{margin:0 0 .4rem;color:var(--muted);letter-spacing:.2em;font-size:.72rem}h1{margin:0;font-size:clamp(2rem,6vw,3.2rem);letter-spacing:.08em;font-weight:700}.storage{margin:.3rem 0 1.3rem}.row{display:flex;gap:.6rem;margin-bottom:0}input{flex:1;border:1px solid var(--line);background:var(--bg-1);color:var(--text);border-radius:9px;padding:.7rem .8rem}button{border:1px solid transparent;border-radius:9px;background:#e8edf7;color:#0e1118;padding:.7rem .95rem;cursor:pointer;font-weight:600}.dropzone{border:1px dashed #3b475b;border-radius:12px;padding:1.1rem 1rem;text-align:center;color:var(--muted);background:#11161ea6;margin-bottom:.8rem;transition:border-color .15s ease,color .15s ease,background .15s ease}.sourceBox{border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#191f2ab3,#11161eb3);padding:.7rem;margin-bottom:1rem}.savePathRow{margin-top:.55rem}.sourceBoxActive .dropzone{border-color:var(--brand);color:var(--brand);background:#5eead414}.dropzoneTitle{margin:0;color:var(--text);font-weight:600;letter-spacing:.02em}.dropzoneText{margin:.3rem 0 0;font-size:.9rem}.hiddenFileInput{display:none}.ghostBtn{background:transparent;color:var(--text);border-color:var(--line);max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list{display:grid;gap:.8rem}.card{border:1px solid var(--line);border-radius:12px;padding:1rem;background:linear-gradient(180deg,#191f2ad9,#11161ed9)}.card h2{margin:0 0 .6rem;font-size:1rem}.card p{margin:.35rem 0;color:#c8d2e4}.progressTrack{width:100%;height:8px;border-radius:999px;background:#0e1118;border:1px solid #334055;overflow:hidden;margin:.3rem 0 .55rem}.progressFill{height:100%;background:linear-gradient(90deg,#5eead4,#22d3ee);transition:width .25s ease}.controls{display:flex;gap:.45rem;margin-top:.7rem}.controls button{width:2.15rem;height:2.15rem;padding:0;font-size:.9rem;line-height:1;background:transparent;color:var(--text);border-color:var(--line);display:inline-flex;align-items:center;justify-content:center}.controls button:nth-child(1):not(:disabled){border-color:#f59e0b}.controls button:nth-child(2):not(:disabled){border-color:#fb7185}.controls button svg{width:1rem;height:1rem;fill:currentColor}button:disabled{opacity:.5;cursor:not-allowed}.caption{color:var(--muted)}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.error{color:var(--danger)}@media(max-width:700px){.row{flex-direction:column}.sourceBox button{width:100%}.controls button{width:2.15rem}}
