:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #0b1020; color: #eef2ff; }
* { box-sizing: border-box; } body { margin: 0; background: radial-gradient(circle at 10% 0%, #1b2750 0, #0b1020 42%); min-height: 100vh; }
.shell { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: 64px 0; } header { margin-bottom: 32px; } h1 { font-size: clamp(2.2rem, 7vw, 4.8rem); letter-spacing: -.06em; line-height: .95; margin: 8px 0 18px; } h2 { margin: 0; } .eyebrow { color: #8fa6ff; font-size: .75rem; letter-spacing: .16em; font-weight: 700; } .muted { color: #9aa7c7; }
.composer, .job { background: rgba(20, 29, 57, .82); border: 1px solid #2d3a65; border-radius: 18px; padding: 20px; box-shadow: 0 20px 60px rgba(0,0,0,.18); } .composer { margin-bottom: 36px; } label { display: block; font-weight: 700; margin-bottom: 10px; } textarea { width: 100%; resize: vertical; border: 1px solid #3d4b7d; border-radius: 12px; background: #0d1530; color: inherit; padding: 14px; font: inherit; } button { border: 0; border-radius: 10px; padding: 11px 16px; background: #8297ff; color: #0b1020; cursor: pointer; font-weight: 800; } button.secondary { background: #26345d; color: #dce3ff; } .composer-row, .section-heading, .job-top, .job-meta { display: flex; align-items: center; gap: 12px; } .composer-row { justify-content: space-between; margin-top: 14px; } .section-heading { justify-content: space-between; margin-bottom: 14px; } .jobs { display: grid; gap: 12px; } .job-url { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; color: #b9c4e5; font-size: .9rem; } .status { border-radius: 999px; padding: 4px 9px; font-size: .72rem; font-weight: 800; text-transform: uppercase; } .status.queued { background: #3b4565; } .status.downloading { background: #334e9e; color: #dce5ff; } .status.completed { background: #1e684e; } .status.failed { background: #7d3344; } .status.cancelled { background: #5a4357; } .job-actions { display: flex; gap: 8px; margin-left: auto; } .cancel, .delete { padding: 7px 10px !important; font-size: .8rem; } .progress { height: 8px; background: #0b1228; border-radius: 99px; overflow: hidden; margin: 18px 0 10px; } .progress i { display: block; height: 100%; background: linear-gradient(90deg, #6d82ff, #69d4db); border-radius: inherit; transition: width .3s ease; } .job-meta { justify-content: space-between; font-size: .84rem; } .job-meta span { color: #9aa7c7; } .error { color: #ffabbc; white-space: pre-wrap; font-size: .85rem; } .empty { text-align: center; padding: 40px; border: 1px dashed #344267; border-radius: 14px; }
.auth-panel { background: rgba(20, 29, 57, .62); border: 1px solid #2d3a65; border-radius: 18px; padding: 18px 20px; margin-bottom: 18px; } .auth-panel h2 { font-size: 1.1rem; } .auth-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; } .auth-help { margin: 12px 0 0; font-size: .84rem; } a.button { display: inline-block; text-decoration: none; border-radius: 10px; padding: 11px 16px; font-weight: 800; } label.button { display: inline-block; margin: 0; cursor: pointer; }
@media (max-width: 620px) { .shell { padding: 36px 0; } .job-top, .job-meta { align-items: flex-start; flex-wrap: wrap; } .job-url { flex-basis: 100%; order: 3; } .job-meta span { width: 100%; } }
