:root{--brand-primary: #6366f1;--brand-primary-soft: rgba(99, 102, 241, .1);--brand-secondary: #a855f7;--brand-accent: #f59e0b;--bg-main: #f8fafc;--bg-surface: rgba(255, 255, 255, .7);--text-main: #0f172a;--text-muted: #64748b;--border-color: rgba(99, 102, 241, .1);--card-shadow: 0 20px 50px rgba(79, 70, 229, .08)}@media(prefers-color-scheme:dark){:root{--bg-main: #0f172a;--bg-surface: rgba(30, 41, 59, .7);--text-main: #f8fafc;--text-muted: #94a3b8;--border-color: rgba(255, 255, 255, .08);--card-shadow: 0 20px 50px rgba(0, 0, 0, .3)}}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}body{font-family:Inter,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.5;overflow-x:hidden}.bg-blobs{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;filter:blur(80px)}.blob{position:absolute;border-radius:50%;opacity:.4}.blob-1{width:400px;height:400px;background:var(--brand-primary);top:-100px;left:-100px;animation:move 20s infinite alternate}.blob-2{width:300px;height:300px;background:var(--brand-secondary);bottom:-50px;right:-50px;animation:move 15s infinite alternate-reverse}@keyframes move{0%{transform:translate(0)}to{transform:translate(100px,50px)}}.hub-shell{max-width:1280px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}.hub-topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--bg-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:1.5rem;margin-bottom:3rem;box-shadow:var(--card-shadow)}.hub-brand{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.hub-brand-mark{width:42px;height:42px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.2rem;box-shadow:0 10px 20px #6366f14d}.hub-brand strong{font-size:1.1rem;letter-spacing:-.02em}.hub-brand small{display:block;font-size:.75rem;color:var(--text-muted)}.hub-hero{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center}.hub-copy h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;font-weight:800;letter-spacing:-.04em;margin-bottom:1.5rem;background:linear-gradient(to right,var(--text-main),var(--brand-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hub-eyebrow{text-transform:uppercase;font-size:.8rem;font-weight:700;letter-spacing:.1em;color:var(--brand-primary);margin-bottom:1rem}.hub-lead{font-size:1.125rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:45ch}.hub-actions{display:flex;gap:1rem;align-items:center}.hub-button{background:var(--brand-primary);color:#fff;padding:.875rem 2rem;border-radius:999px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 10px 20px #6366f133}.hub-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #6366f14d;background:#4f46e5}.hub-link-secondary{color:var(--text-main);text-decoration:none;font-weight:600;padding:.875rem 1.5rem}.hub-panel{background:var(--bg-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);padding:2.5rem;border-radius:2rem;box-shadow:var(--card-shadow)}.hub-panel-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.hub-panel ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.hub-panel li{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.95rem}.hub-panel li:before{content:"→";color:var(--brand-primary);font-weight:900}.hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:4rem;margin-bottom:4rem}.hub-grid article{background:var(--bg-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);padding:2rem;border-radius:1.5rem;transition:transform .3s ease}.hub-grid article:hover{transform:translateY(-5px)}.hub-grid article p{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--brand-primary);margin-bottom:.75rem}.hub-grid article h2{font-size:1.25rem;font-weight:700}@media(max-width:1024px){.hub-hero{grid-template-columns:1fr}}@media(max-width:640px){.hub-shell{padding:1rem}.hub-topbar{flex-direction:column;gap:1rem;text-align:center}.hub-actions{flex-direction:column}.hub-copy h1{font-size:2.5rem}}
