:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,#e0f2fe 0,transparent 25%),radial-gradient(circle at 80% 0,#fce7f3 0,transparent 20%),#f8fafc;color:#0f172a}.app-shell{max-width:1100px;margin:0 auto;padding:24px 20px 64px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.brand{display:flex;align-items:center;gap:12px}.logo{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#22c55e,#16a34a);display:grid;place-items:center;color:#fff;font-size:18px;box-shadow:0 10px 30px #22c55e40}.brand-title{font-weight:700;font-size:18px}.brand-subtitle{font-size:13px;color:#64748b}.nav{display:flex;gap:10px}.nav-link{padding:8px 12px;border-radius:10px;color:#0f172a;text-decoration:none;font-weight:600;background:#e2e8f0;transition:all .2s ease}.nav-link:hover{background:#cbd5e1}.nav-link.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.app-main,.page{display:flex;flex-direction:column;gap:16px}.panel{background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 30px #0f172a14;border:1px solid #e2e8f0}.panel.accent{background:linear-gradient(135deg,#eef2ff,#f8fafc)}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6366f1;margin:0 0 4px;font-weight:700}h1{margin:0 0 10px;font-size:32px}h2{margin:0 0 8px}.lede{margin:0;color:#334155}.cta-stack{display:flex;gap:8px}.btn{border:none;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer;transition:all .2s ease;font-size:14px}.btn.primary{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 10px 20px #3b82f64d}.btn.ghost{background:#e2e8f0;color:#0f172a}.btn.subtle{background:transparent;color:#475569;border:1px solid #e2e8f0}.btn:hover{transform:translateY(-1px)}.cta-inline{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.text-input{padding:10px 12px;border-radius:10px;border:1px solid #cbd5f5;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0f172a;background:#f8fafc}.inline-status{margin-top:10px;font-weight:600;color:#475569}.inline-status.saving{color:#1d4ed8}.inline-status.error{color:#be123c}.status-banner{display:flex;align-items:center;gap:10px;margin-top:12px;padding:10px 12px;border-radius:12px;font-weight:600;font-size:14px;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;flex-wrap:wrap}.status-banner.loading,.status-banner.saving{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.status-banner.ready,.status-banner.saved{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.status-banner.fallback,.status-banner.error{background:#fff1f2;border-color:#fecdd3;color:#be123c}.pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.admin-auth-header{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-bottom:16px}.auth-card{max-width:540px;margin:0 auto}.auth-form{display:grid;gap:16px;margin-top:16px}.auth-field{display:grid;gap:6px;font-size:.9rem;color:#0f172ab3}.auth-input{padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.6);background:#fff;color:inherit;font-size:1rem}.auth-input:focus{outline:none;border-color:#2563eb99;box-shadow:0 0 0 2px #3b82f633}.auth-message{font-size:.85rem;padding:10px 12px;border-radius:10px;background:#f43f5e1a;color:#be123c}.auth-message.disabled{background:#94a3b833;color:#475569}.auth-actions{display:flex;justify-content:flex-end}.pill{padding:6px 10px;background:#e2e8f0;border-radius:999px;font-weight:600;font-size:12px;color:#334155}.pill.success{background:#dcfce7;color:#166534}.pill.muted{background:#f8fafc;color:#475569;border:1px dashed #cbd5e1}.progress-row{display:flex;flex-direction:column;gap:8px;margin-top:14px}.progress-label{font-weight:700;color:#0f172a}.progress-bar{height:10px;width:100%;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:999px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:12px}.list-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:12px;border:1px solid #e2e8f0}.list-title{font-weight:700}.list-subtitle{color:#64748b;font-size:13px}.status{text-transform:capitalize;font-weight:700;padding:6px 10px;border-radius:10px}.status-active{background:#dbeafe;color:#1d4ed8}.status-solved{background:#dcfce7;color:#166534}.status-exhausted{background:#fee2e2;color:#b91c1c}.description-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin:12px 0 0}.description-list dt{font-weight:700}.description-list dd{margin:2px 0 0;color:#475569}.readiness-summary{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;flex-wrap:wrap}.checklist{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}.checklist-item{display:flex;justify-content:space-between;align-items:center;gap:12px;border-radius:12px;border:1px solid #e2e8f0;padding:12px}.checklist-item.blocked{border-color:#fecaca;background:#fef2f2}.checklist-item.inProgress{border-color:#fde68a;background:#fffbeb}.timeline{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}.timeline-item{border-radius:12px;border:1px solid #e2e8f0;padding:12px;display:flex;justify-content:space-between;align-items:center;gap:12px}.timeline-item.active{border-color:#c7d2fe;background:#eef2ff}.activity-feed{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:10px}.activity-item{border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;justify-content:space-between;gap:12px;align-items:center}.activity-item.success{border-color:#bbf7d0;background:#f0fdf4}.activity-item.warning{border-color:#fed7aa;background:#fff7ed}.activity-message{font-weight:600}.activity-time{color:#64748b;font-size:12px;white-space:nowrap}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:12px}.metric-card{background:#f8fafc;padding:12px;border-radius:12px;border:1px solid #e2e8f0}.metric-label{font-weight:700;color:#0f172a}.metric-value{font-size:24px;font-weight:800}.metric-hint{color:#475569}.board-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:12px}.guess-history{display:flex;flex-direction:column;gap:10px;margin-top:14px}.guess-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:12px}.guess-word{font-weight:800;letter-spacing:.08em}.guess-meta{color:#64748b;font-size:13px}.guess-result{display:flex;gap:6px}.guess-cell{width:14px;height:14px;border-radius:4px;border:1px solid #cbd5e1}.guess-cell.gray{background:#e2e8f0}.guess-cell.yellow{background:#fef08a;border-color:#facc15}.guess-cell.green{background:#bbf7d0;border-color:#22c55e}.flags{display:flex;flex-direction:column;gap:12px;margin-top:12px}.alert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px}.alert-card{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc;display:flex;flex-direction:column;gap:6px}.alert-card.investigating{border-color:#fde68a;background:#fffbeb}.alert-card.monitoring{border-color:#bfdbfe;background:#eff6ff}.alert-card.resolved{border-color:#bbf7d0;background:#f0fdf4}.alert-meta{display:flex;gap:8px;flex-wrap:wrap}.flag-row{border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.flag-meta{display:flex;align-items:center;gap:8px}.data-rows{display:flex;flex-direction:column;gap:10px;margin-top:12px}.data-row{border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.data-row-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.status-pill.deploying{background:#fee2e2;color:#b91c1c}.status-pill.ready{background:#dcfce7;color:#166534}.status-pill.queued{background:#e2e8f0;color:#475569}.status-pill.live{background:#dcfce7;color:#166534}.status-pill.ramping{background:#fef9c3;color:#854d0e}.status-pill.paused{background:#fee2e2;color:#991b1b}.roster-grid{display:flex;flex-direction:column;gap:10px;margin-top:12px}.roster-card{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;border:1px solid #e2e8f0;border-radius:12px;padding:10px}.avatar{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;display:grid;place-items:center;font-weight:800;text-transform:uppercase}.roster-details{display:flex;flex-direction:column;gap:6px}.roster-name{font-weight:800;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.roster-meta{display:flex;gap:6px;flex-wrap:wrap}.roster-stats{display:flex;gap:12px;color:#475569;font-size:13px}@media (max-width: 720px){.cta-stack{width:100%;flex-direction:column}.panel-header{align-items:flex-start}}
