:root{--bg:#0f0f0f;--fg:#eef0e3;--muted:#a3a89b;--accent:#5ab5b2;--accent-hover:#6fc3c0;--success:#3fb950;--warning:#d29922;--error:#f85149;--border:#4a4a4a;--track:#2a2a2a}body{background:var(--bg);color:var(--fg);margin:0;font-family:system-ui,sans-serif}.container{flex-direction:column;gap:1rem;max-width:480px;margin:4rem auto;padding:2rem;display:flex}.center{text-align:center;color:var(--muted);margin-top:4rem}.header{border-bottom:1px solid var(--track);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding-bottom:.75rem;display:flex}.title{margin:0;font-size:1.5rem;font-weight:700}.header-user{align-items:center;gap:.5rem;display:flex}.avatar{border-radius:50%;width:28px;height:28px}.name{font-weight:600}.btn{cursor:pointer;border-radius:6px;transition:background .15s,border-color .15s}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn:disabled{opacity:.5;cursor:default}.btn.primary{background:var(--accent);color:var(--bg);border:none;padding:.625rem 1.25rem;font-size:1rem}.btn.primary:hover:not(:disabled){background:var(--accent-hover)}.btn.secondary{color:var(--fg);border:1px solid var(--border);background:0 0;padding:.5rem 1rem;font-size:.875rem}.btn.secondary:hover:not(:disabled){border-color:var(--muted);background:#ffffff0d}.how-it-works{flex-direction:column;gap:1rem;display:flex}.tagline{color:var(--muted);margin:0;font-size:.95rem}.pipeline{align-items:stretch;gap:.25rem;display:flex}.pipeline-step{border:1px solid var(--track);text-align:center;border-radius:6px;flex-direction:column;flex:1;align-items:center;gap:.375rem;padding:.75rem .375rem;display:flex}.pipeline-icon{flex-shrink:0}.pipeline-label{font-size:.875rem;font-weight:600}.pipeline-caption{color:var(--muted);font-size:.75rem}.pipeline-arrow{flex-shrink:0;align-self:center}@media (width<=500px){.pipeline{flex-direction:column;align-items:stretch}.pipeline-arrow{transform:rotate(90deg)}}.google-signin{cursor:pointer;background:0 0;border:none;border-radius:4px;align-self:flex-start;padding:0;line-height:0}.google-signin:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.message{min-height:1.25rem;margin:0}.message.success{color:var(--accent)}.message.error{color:var(--error)}.status-card{flex-direction:column;gap:.25rem;display:flex}.status-row{align-items:center;gap:.5rem;display:flex}.status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.status-dot.green{background:var(--success)}.status-dot.yellow{background:var(--warning)}.status-dot.red{background:var(--error)}.status-dot.muted{background:var(--muted)}.status-label{color:var(--muted);margin:0;font-size:.875rem}.progress-row{align-items:center;gap:.5rem;min-height:1.5rem;display:flex}.progress-row .status-label{white-space:nowrap}.progress-track{background:var(--track);border-radius:3px;flex:1;height:6px}.progress-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s}.footer{justify-content:center;gap:1.25rem;margin-top:2rem;font-size:.85rem;display:flex}.footer a{color:var(--muted);text-decoration:none}.footer a:hover{color:var(--fg);text-decoration:underline}.summary-card{border:1px solid var(--border);background:#ffffff05;border-radius:8px;flex-direction:column;gap:.35rem;margin-bottom:1rem;padding:.9rem 1.1rem;display:flex}.summary-row{align-items:baseline;gap:.5rem;display:flex}.summary-value{color:var(--accent);font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:600}.summary-label{color:var(--muted);font-size:.9rem}
