@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #0e0f13;--bg-raised: #15171e;--surface: #1a1d26;--surface-line: #262b38;--text: #edeef2;--text-muted: #8b8d9a;--accent: #7c5cff;--accent-strong: #9b82ff;--accent-soft: rgba(124, 92, 255, .14);--mint: #33e6b0;--coral: #ff6b6b;--font-display: "Space Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--radius: 18px;--shadow-lg: 0 24px 60px -20px rgba(0, 0, 0, .6)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);background-image:radial-gradient(circle at 15% 0%,rgba(124,92,255,.16),transparent 45%),radial-gradient(circle at 85% 10%,rgba(51,230,176,.08),transparent 40%);color:var(--text);font-family:var(--font-body);line-height:1.5;min-height:100vh}h1,h2,h3{font-family:var(--font-display);margin:0;letter-spacing:-.01em}a{color:var(--mint)}button{font-family:inherit}.mono{font-family:var(--font-mono)}::selection{background:var(--accent);color:#fff}:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.sr-only[data-astro-cid-j7pv25f6]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page[data-astro-cid-j7pv25f6]{max-width:880px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex;flex-direction:column;gap:3rem}.nav[data-astro-cid-j7pv25f6]{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.nav__brand[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-weight:700;font-size:1.5rem;display:flex;align-items:center;gap:.5rem}.nav__mark[data-astro-cid-j7pv25f6]{color:var(--accent)}.nav__tag[data-astro-cid-j7pv25f6]{color:var(--text-muted);font-size:.85rem}.hero[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.dropzone[data-astro-cid-j7pv25f6]{position:relative;width:100%;max-width:560px;cursor:pointer;border:none}.dropzone__bubble[data-astro-cid-j7pv25f6]{background:linear-gradient(160deg,var(--surface),var(--bg-raised));border:1.5px solid var(--surface-line);border-radius:28px;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease;box-shadow:var(--shadow-lg)}.dropzone__tail[data-astro-cid-j7pv25f6]{position:absolute;left:64px;bottom:-18px;width:42px;height:42px;background:var(--surface);border-right:1.5px solid var(--surface-line);border-bottom:1.5px solid var(--surface-line);border-bottom-right-radius:16px;transform:rotate(45deg);transition:border-color .16s ease}.dropzone[data-astro-cid-j7pv25f6]:focus-visible .dropzone__bubble[data-astro-cid-j7pv25f6],.dropzone[data-astro-cid-j7pv25f6][data-active=true] .dropzone__bubble[data-astro-cid-j7pv25f6]{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 0 0 4px var(--accent-soft),var(--shadow-lg)}.dropzone[data-astro-cid-j7pv25f6][data-active=true] .dropzone__tail[data-astro-cid-j7pv25f6]{border-color:var(--accent)}.dropzone__headline[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;margin:0}.dropzone__sub[data-astro-cid-j7pv25f6]{color:var(--text-muted);margin:0}.dropzone__browse[data-astro-cid-j7pv25f6]{background:var(--accent);color:#fff;border:none;padding:.65rem 1.4rem;border-radius:999px;font-weight:600;cursor:pointer;margin-top:.4rem;transition:background .14s ease,transform .14s ease}.dropzone__browse[data-astro-cid-j7pv25f6]:hover{background:var(--accent-strong);transform:translateY(-1px)}.queue[data-astro-cid-j7pv25f6]{list-style:none;margin:0;padding:0;width:100%;max-width:560px;display:flex;flex-direction:column;gap:.6rem}.queue[data-astro-cid-j7pv25f6] .queue-row{background:var(--surface);border:1px solid var(--surface-line);border-radius:12px;padding:.6rem .9rem}.queue[data-astro-cid-j7pv25f6] .queue-row__label{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.4rem}.queue[data-astro-cid-j7pv25f6] .queue-row__status{color:var(--text-muted)}.queue[data-astro-cid-j7pv25f6] .queue-row[data-failed=true] .queue-row__status{color:var(--coral)}.queue[data-astro-cid-j7pv25f6] .queue-row__track{height:6px;border-radius:999px;background:var(--bg-raised);overflow:hidden}.queue[data-astro-cid-j7pv25f6] .queue-row__bar{height:100%;width:0%;background:linear-gradient(90deg,var(--accent),var(--mint));transition:width .12s ease}.history-section[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:1.2rem}.history-section__head[data-astro-cid-j7pv25f6]{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem}.history-section__hint[data-astro-cid-j7pv25f6]{color:var(--text-muted);font-size:.78rem}.empty-state[data-astro-cid-j7pv25f6]{border:1px dashed var(--surface-line);border-radius:var(--radius);padding:2rem;text-align:center;color:var(--text-muted)}.empty-state[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]:first-child{color:var(--text);font-weight:600;margin:0 0 .3rem}.empty-state__sub[data-astro-cid-j7pv25f6]{margin:0;font-size:.9rem}.history[data-astro-cid-j7pv25f6]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.history[data-astro-cid-j7pv25f6] .bubble{display:flex;gap:1rem;background:var(--surface);border:1px solid var(--surface-line);border-radius:var(--radius);padding:.9rem;align-items:center}.history[data-astro-cid-j7pv25f6] .bubble__thumb{flex:none;width:56px;height:56px;border-radius:12px;background:var(--bg-raised);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.65rem;color:var(--accent-strong);overflow:hidden}.history[data-astro-cid-j7pv25f6] .bubble__thumb img{width:100%;height:100%;object-fit:cover}.history[data-astro-cid-j7pv25f6] .bubble__body{flex:1;min-width:0}.history[data-astro-cid-j7pv25f6] .bubble__name{margin:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history[data-astro-cid-j7pv25f6] .bubble__meta{margin:.15rem 0 .6rem;color:var(--text-muted);font-size:.78rem}.history[data-astro-cid-j7pv25f6] .bubble__actions{display:flex;gap:.5rem;flex-wrap:wrap}.history[data-astro-cid-j7pv25f6] .chip{background:var(--bg-raised);border:1px solid var(--surface-line);color:var(--text);padding:.3rem .7rem;border-radius:999px;font-size:.78rem;cursor:pointer;text-decoration:none;transition:border-color .12s ease,color .12s ease}.history[data-astro-cid-j7pv25f6] .chip:hover{border-color:var(--accent);color:var(--accent-strong)}.history[data-astro-cid-j7pv25f6] .chip--danger:hover{border-color:var(--coral);color:var(--coral)}.foot[data-astro-cid-j7pv25f6]{text-align:center;color:var(--text-muted);display:flex;flex-direction:column;gap:.3rem;font-size:.85rem}.foot__stats[data-astro-cid-j7pv25f6]{color:var(--mint)}.toast[data-astro-cid-j7pv25f6]{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%,12px);background:var(--bg-raised);border:1px solid var(--surface-line);color:var(--text);padding:.65rem 1.1rem;border-radius:999px;font-size:.85rem;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;box-shadow:var(--shadow-lg)}.toast[data-astro-cid-j7pv25f6][data-visible=true]{opacity:1;transform:translate(-50%)}.toast[data-astro-cid-j7pv25f6][data-tone=error]{border-color:var(--coral);color:var(--coral)}@media (max-width: 520px){.dropzone__bubble[data-astro-cid-j7pv25f6]{padding:2.2rem 1.2rem}.dropzone__tail[data-astro-cid-j7pv25f6]{left:40px}}
