.hub-hero .eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0 0 .5rem}.hub-hero h1{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.hub-hero .sub{color:var(--muted);margin:0;font-size:.9rem;max-width:52ch;line-height:1.5}.hub-shell{max-width:1100px;margin:0 auto;padding:0 1.25rem 3rem}.hub-hero{margin-bottom:1.75rem}.hub-hero-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.hub-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;margin-top:1rem;font-size:.9rem}.crumb{background:none;border:none;color:var(--accent);font-family:inherit;font-size:inherit;cursor:pointer;padding:.2rem .35rem;border-radius:6px}.crumb:hover{background:var(--surface2);text-decoration:none}.crumb-sep{color:var(--muted);margin:0 .15rem;-webkit-user-select:none;user-select:none}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem}.hub-grid-top{margin-top:0}.hub-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.25rem;cursor:pointer;color:inherit;font-family:inherit;transition:border-color .15s,transform .12s}.hub-card:hover{border-color:#3b82f673;transform:translateY(-2px)}.hub-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.hub-card h2{font-size:1.05rem;font-weight:700;margin:0;line-height:1.25}.hub-card-desc{font-size:.85rem;color:var(--muted);margin:0 0 .75rem;line-height:1.45}.hub-card-meta{font-size:.72rem;color:var(--muted);font-family:var(--mono)}.hub-detail{margin-top:1rem}.hub-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.hub-detail-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .35rem}.hub-detail-title{font-size:1.35rem;margin:0;font-weight:700}.hub-phases{display:flex;flex-direction:column;gap:1rem}.hub-phase.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem}.hub-phase-head h3{font-size:1rem;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.hub-phase-badge{font-size:.7rem;font-weight:500;color:var(--muted);font-family:var(--mono)}.hub-detail .phase-goal.block{margin-bottom:.75rem;font-size:.85rem;color:var(--muted);line-height:1.45}.hub-phase .task-list{list-style:none;margin:0;padding:0}.hub-phase .task{display:grid;grid-template-columns:22px 1fr;gap:.65rem;align-items:start;padding:.28rem 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:.85rem}.hub-phase .task:last-child{border-bottom:none}.hub-phase .task.done .task-text{color:var(--muted);text-decoration:line-through;text-decoration-color:#ffffff40}.hub-phase .task-box{width:18px;height:18px;border-radius:4px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--ok);flex-shrink:0;margin-top:2px}.hub-phase .task.done .task-box{background:#22c55e26;border-color:#22c55e66}.hub-footer-note{margin-top:2rem;font-size:.85rem;color:var(--muted)}.hub-error{color:#f87171}:root{--bg: #0c0e12;--surface: #141820;--surface2: #1a2030;--border: rgba(255, 255, 255, .08);--text: #e8eaef;--muted: #8b93a5;--accent: #3b82f6;--accent-dim: rgba(59, 130, 246, .2);--ok: #22c55e;--pending: #eab308;--radius: 12px;--font: "DM Sans", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
