
:root { --ink:#101828; --muted:#667085; --line:#e4e7ec; --brand:#0b3a5b; --accent:#136fb0; --bg:#f4f6f9; --red:#b42318; --green:#067647; }
* { box-sizing: border-box; }
body { margin:0; font:16px/1.5 system-ui,-apple-system,"Segoe UI",sans-serif; color:var(--ink); background:var(--bg); }
.top { display:flex; justify-content:space-between; align-items:center; padding:14px 24px; background:var(--brand); color:#fff; }
.brand { color:#fff; text-decoration:none; font-weight:700; letter-spacing:.2px; }
.brand span { font-weight:400; opacity:.8; margin-left:6px; }
.account { display:flex; gap:14px; align-items:center; font-size:14px; }
.account form { margin:0; }
main { max-width:960px; margin:28px auto; padding:0 16px; }
.card { background:#fff; border:1px solid var(--line); border-radius:12px; padding:24px 28px; margin-bottom:20px; }
.card.narrow { max-width:420px; margin:48px auto; }
h1 { font-size:24px; margin:0 0 12px; }
h2 { font-size:18px; margin:0 0 12px; }
.lead { color:var(--muted); margin:0 0 18px; }
.muted { color:var(--muted); }
.stack { display:grid; gap:16px; max-width:520px; }
label { display:grid; gap:6px; font-weight:600; font-size:14px; }
label small { font-weight:400; color:var(--muted); }
input { font:inherit; padding:9px 11px; border:1px solid #cfd4dc; border-radius:8px; background:#fff; }
input[type=file] { padding:7px; }
button, .button { font:inherit; font-weight:600; background:var(--accent); color:#fff; border:0; border-radius:8px; padding:10px 18px; cursor:pointer; text-decoration:none; display:inline-block; }
.button.secondary { background:#fff; color:var(--accent); border:1px solid var(--accent); }
button.link { background:none; color:#fff; padding:0; text-decoration:underline; font-weight:400; }
.actions { display:flex; gap:12px; flex-wrap:wrap; margin:18px 0; }
.notice { padding:12px 14px; border-radius:8px; margin:0 0 16px; }
.notice.error { background:#fef3f2; color:var(--red); border:1px solid #fecdca; }
.notice.info { background:#ecfdf3; color:var(--green); border:1px solid #abefc6; }
.table-wrap { overflow-x:auto; }
table { width:100%; border-collapse:collapse; font-size:14px; white-space:nowrap; }
th, td { text-align:left; padding:10px 8px; border-bottom:1px solid var(--line); }
th { color:var(--muted); font-weight:600; }
.pill { display:inline-block; font-size:12px; font-weight:600; padding:2px 10px; border-radius:999px; }
.pill.ready { background:#ecfdf3; color:var(--green); }
.pill.problem { background:#fffaeb; color:#b54708; }
.details { display:grid; grid-template-columns:max-content 1fr; gap:6px 18px; font-size:14px; margin:0; }
.details dt { color:var(--muted); }
.details dd { margin:0; }
.mono { font-family:ui-monospace,Menlo,monospace; font-size:12px; word-break:break-all; }
.back { margin:0 0 12px; }
.back a, td a { color:var(--accent); }
.starburst { margin:0; text-align:center; }
.starburst img { max-width:100%; height:auto; }
.starburst figcaption { color:var(--muted); font-size:13px; margin-top:8px; }
