:root{color-scheme:light;font-family:SF Pro Display,Inter,system-ui,sans-serif;background:radial-gradient(circle at top,rgba(15,118,110,.12),transparent 35%),linear-gradient(180deg,#f8fafc,#eef6f4);color:#0f172a}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}.shell{max-width:720px;margin:0 auto;padding:24px 16px 96px}.hero{padding:12px 0 20px}.eyebrow{margin:0 0 8px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#0f766e}h1,h2,h3,p{margin:0}h1{font-size:clamp(2rem,5vw,3rem)}.subtitle{margin-top:10px;max-width:60ch;color:#475569}.content{display:flex;flex-direction:column;gap:16px}.button-row{display:flex;flex-wrap:wrap;gap:10px}.install-surface{gap:14px;border-color:#0f766e29;background:linear-gradient(180deg,#ecfefff2,#fffffff0),#ffffffe6}.install-surface-focused{border-color:#0f766e47;box-shadow:0 24px 48px #0f766e24}.install-surface-tag{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#0f766e1f;color:#115e59;font-size:.78rem;font-weight:600}.install-guide{gap:10px}.install-steps{margin:0;padding-left:18px;color:#0f172a}.install-steps li+li{margin-top:6px}.update-card{display:flex;flex-direction:column;gap:12px;border-color:#0e749029;background:#f0f9fff0}.page{display:flex;flex-direction:column;gap:16px}.stack{display:flex;flex-direction:column;gap:12px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#ffffffdb;box-shadow:0 20px 45px #0f172a0f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.outline-card{padding:14px;border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#f8fafccc}.danger-card{border-color:#dc26262e;background:#fef2f2eb}.success-card{border-color:#16a34a2e;background:#f0fdf4eb}.message{max-width:85%;padding:12px 14px;border-radius:16px;line-height:1.45}.assistant{align-self:flex-start;background:#ecfeff;color:#115e59}.user{align-self:flex-end;background:#0f766e;color:#f0fdfa}.row{display:flex;justify-content:space-between;gap:12px;align-items:center}.row-start{align-items:flex-start}.row-wrap{flex-wrap:wrap}.stack-tight{display:flex;flex-direction:column;gap:4px}.pill-row{display:flex;flex-wrap:wrap;gap:8px}.pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;font-size:.875rem}.pill-button{border:0;border-radius:999px;padding:8px 12px;font:inherit;cursor:pointer}.pill.success{background:#dcfce7;color:#166534}.pill.muted{background:#e2e8f0;color:#334155}.pill.danger{background:#fee2e2;color:#991b1b}.pill-button.success{background:#dcfce7;color:#166534}.pill-button.muted{background:#e2e8f0;color:#334155}.pill-button.danger{background:#fee2e2;color:#991b1b}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.8rem;font-weight:600}.status-badge.success{background:#dcfce7;color:#166534}.status-badge.warning{background:#fef3c7;color:#92400e}.status-badge.danger{background:#fee2e2;color:#991b1b}.status-badge.muted{background:#e2e8f0;color:#334155}.field{display:flex;flex-direction:column;gap:8px}.field span{font-size:.9rem;color:#334155}.field input,.field textarea,.field select{width:100%;padding:12px 14px;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:#fff;color:#0f172a;font:inherit}.field textarea{resize:vertical}.primary-button,.ghost-button{border:0;border-radius:14px;padding:12px 16px;font:inherit;cursor:pointer}.primary-button{background:#0f766e;color:#f0fdfa}.primary-button:disabled{opacity:.6;cursor:not-allowed}.ghost-button{background:transparent;color:#0f766e}.primary-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 16px;border-radius:14px;background:#0f766e;color:#f0fdfa;font-weight:600}.helper-text{color:#64748b;font-size:.9rem}.list{margin:0;padding-left:18px}.schedule-row{display:flex;gap:12px;align-items:flex-start}.schedule-time{min-width:112px;font-weight:600;color:#0f766e}.metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.metric-card{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:16px;background:linear-gradient(180deg,#ecfeffe6,#f0fdf4e6)}.metric-label{color:#475569;font-size:.85rem}.compatibility-card.ok{border-color:#16a34a2e;background:#f0fdf4eb}.compatibility-card.caution{border-color:#f59e0b33;background:#fffbebeb}.compatibility-card.conflict{border-color:#dc262633;background:#fef2f2eb}.compatibility-card.unknown{border-color:#64748b33;background:#f8fafceb}.bottom-nav{position:fixed;left:50%;bottom:16px;transform:translate(-50%);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:min(720px,calc(100vw - 32px));padding:10px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#ffffffeb;box-shadow:0 20px 45px #0f172a1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-link{border-radius:16px;padding:10px 8px;text-align:center;font-size:.85rem;color:#475569}.nav-link.active{background:#0f766e;color:#f0fdfa}@media(max-width:520px){.grid{grid-template-columns:1fr}.button-row{flex-direction:column}.metrics-grid{grid-template-columns:1fr}.schedule-row{flex-direction:column;gap:6px}.schedule-time{min-width:auto}.bottom-nav{gap:4px}.nav-link{font-size:.72rem;padding:10px 6px}}
