*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0f0f13;--color-surface: #1a1a24;--color-surface-muted: #14141c;--color-border: #2a2a3a;--color-text: #e8e8f0;--color-text-muted: #8888aa;--color-accent: #7c6aff;--color-accent-light: #a99dff;--color-ready: #4ade80;--color-pending: #facc15;--color-error: #f87171;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--radius: 12px;--radius-sm: 8px}html,body{height:100%;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}.container{min-height:100vh;display:flex;flex-direction:column;max-width:720px;margin:0 auto;padding:2rem 1.5rem}.header{text-align:center;margin-bottom:3rem}.logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.logo-icon{font-size:2rem}.logo-text{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#a99dff,#7c6aff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.tagline{color:var(--color-text-muted);font-size:.95rem;letter-spacing:.05em;text-transform:uppercase}.main{flex:1;display:flex;flex-direction:column;gap:1.25rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.75rem}.card--muted{background:var(--color-surface-muted)}.title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.02em}.subtitle{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.description{color:var(--color-text-muted);margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.status-grid{display:flex;flex-direction:column;gap:.75rem}.status-item{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.status-icon{font-size:1.2rem;flex-shrink:0}.status-content{flex:1;display:flex;flex-direction:column;gap:.1rem}.status-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.status-value{font-size:.9rem;font-weight:500}.status-badge{font-size:.85rem;font-weight:700;flex-shrink:0}.status-item--ready .status-badge{color:var(--color-ready)}.status-item--pending .status-badge{color:var(--color-pending)}.status-item--error .status-badge{color:var(--color-error)}.checklist{list-style:none;display:flex;flex-direction:column;gap:.6rem;counter-reset:checklist}.checklist li{counter-increment:checklist;display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--color-text-muted);padding:.5rem 0;border-bottom:1px solid var(--color-border)}.checklist li:last-child{border-bottom:none}.checklist li:before{content:counter(checklist);display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:var(--color-border);border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:.05rem;color:var(--color-accent-light)}.footer{text-align:center;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:.8rem}
