@layer design{.hub-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.hub-header{padding:calc(var(--nav-h, 64px) + clamp(48px,7vw,96px)) 0 clamp(48px,6vw,72px);position:relative;color:var(--text-primary, #0E1B3D)}.hub-header:before{content:"";position:absolute;top:0;left:0;right:0;height:620px;background:linear-gradient(180deg,var(--bg-deep, #F2F5FD) 0%,var(--bg-void, #FAFBFF) 100%);z-index:0}.hub-header .hub-container{position:relative;z-index:1;max-width:1100px}.hub-header-manifesto:before{background:radial-gradient(ellipse at 85% 0%,rgba(57,10,64,.08) 0%,transparent 55%),linear-gradient(180deg,var(--bg-deep, #F2F5FD) 0%,var(--bg-void, #FAFBFF) 100%)}.hub-breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted, #5F6B7D);margin-bottom:1.5rem}.hub-breadcrumb a{color:var(--text-muted, #5F6B7D);text-decoration:none;transition:color .15s ease}.hub-breadcrumb a:hover{color:var(--accent-2, #2D6FEF)}.hub-breadcrumb .sep{color:var(--border-medium, rgba(0, 0, 0, .12))}.hub-breadcrumb .current{color:var(--text-primary, #0E1B3D);font-weight:500}.hub-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono, "JetBrains Mono"),monospace;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-2, #2D6FEF);margin-bottom:20px}.hub-eyebrow:before{content:"";width:20px;height:1.5px;background:var(--accent-2, #2D6FEF);border-radius:2px}.hub-title{font-family:var(--font-display, "Poppins"),sans-serif;font-size:clamp(32px,4vw,46px);line-height:1.1;font-weight:800;margin:0 0 1.25rem;letter-spacing:-.03em;color:var(--text-primary, #0E1B3D);max-width:900px}.hub-title em{font-style:italic;color:var(--text-primary, #0E1B3D);font-weight:800}.hub-title-manifesto{font-size:clamp(36px,4.8vw,56px)}.hub-intro{max-width:720px;color:var(--text-secondary, #4A5A72);font-size:1.05rem;line-height:1.65}.hub-intro p{margin:0 0 .85rem;color:var(--text-secondary, #4A5A72)}.hub-intro p:last-child{margin-bottom:0}.hub-intro-manifesto p:first-child{font-size:1.2rem;font-weight:500;color:var(--text-primary, #0E1B3D);line-height:1.45}.hub-header-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:3rem;align-items:start}.hub-header-main{min-width:0}.hub-hero-panel{background:#fff;border:1px solid var(--border-subtle, rgba(0, 0, 0, .07));border-radius:14px;padding:1.5rem;box-shadow:0 10px 30px #0e1b3d0f}.hub-hero-panel-header{font-family:var(--font-mono, "JetBrains Mono"),monospace;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-2, #2D6FEF);margin-bottom:1rem}.hub-hero-panel-sub{font-family:var(--font-mono, "JetBrains Mono"),monospace;font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted, #5F6B7D);margin:1.25rem 0 .6rem}.hub-hero-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;margin:0}.hub-hero-stats>div{padding:.75rem .25rem;background:var(--bg-deep, #F2F5FD);border-radius:8px;text-align:center}.hub-hero-stats dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #5F6B7D);margin-bottom:.25rem}.hub-hero-stats dd{font-family:var(--font-display, "Poppins"),sans-serif;font-size:1.35rem;font-weight:800;color:var(--text-primary, #0E1B3D);margin:0;line-height:1}.hub-hero-products{list-style:none;padding:0;margin:0}.hub-hero-products li{padding:.45rem 0;border-bottom:1px solid var(--border-subtle, rgba(0, 0, 0, .07));font-size:.9rem}.hub-hero-products li:last-child{border-bottom:none}.hub-hero-products a{color:var(--text-primary, #0E1B3D);text-decoration:none;display:block;transition:color .15s ease}.hub-hero-products a:hover{color:var(--accent-2, #2D6FEF)}.hub-hero-layers{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.hub-hero-layers li{display:grid;grid-template-columns:28px 1fr auto;gap:.75rem;align-items:center;padding:.65rem .85rem;background:var(--bg-deep, #F2F5FD);border-radius:8px}.hub-hero-layers .n{font-family:var(--font-mono, "JetBrains Mono"),monospace;font-size:.75rem;color:var(--accent-2, #2D6FEF);font-weight:600}.hub-hero-layers .t{font-weight:600;color:var(--text-primary, #0E1B3D);font-size:.9rem}.hub-hero-layers .s{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #5F6B7D);font-weight:600}.hub-hero-layers li:first-child .s{color:var(--status-success-ink, #0E9E6C)}@media(max-width:960px){.hub-header-grid{grid-template-columns:1fr;gap:2rem}.hub-hero-panel{max-width:100%}}.hub-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hub-cta-primary{display:inline-block;background:var(--accent-2, #2D6FEF);color:var(--text-on-dark, #FFFFFF);padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.hub-cta-primary:hover{background:var(--accent-2-dark, #1D5DE0);transform:translateY(-1px);box-shadow:0 6px 20px #2d6fef59}.hub-cta-secondary{display:inline-block;background:transparent;color:var(--text-primary, #0E1B3D);border:1px solid var(--border-medium, rgba(0, 0, 0, .12));padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:border-color .15s ease,background .15s ease,color .15s ease}.hub-cta-secondary:hover{background:#fff;border-color:var(--accent-2, #2D6FEF);color:var(--accent-2, #2D6FEF)}.hub-section{padding:3rem 0;background:var(--bg-void, #FAFBFF)}.hub-section-muted{background:var(--bg-surface, #ECF0FA)}.hub-section-title{font-family:var(--font-display, "Poppins"),sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 1.5rem;color:var(--text-primary, #0E1B3D);letter-spacing:-.01em}.hub-featured{display:block;padding:2rem;border:1px solid var(--border-subtle, rgba(0, 0, 0, .07));border-radius:12px;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;background:#fff}.hub-featured:hover{border-color:var(--accent-2, #2D6FEF);transform:translateY(-2px);box-shadow:0 8px 24px #2d6fef1f}.hub-featured h3{font-family:var(--font-display, "Poppins"),sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary, #0E1B3D);margin:0 0 .75rem}.hub-featured p{color:var(--text-muted, #5F6B7D);margin:0;line-height:1.55}.hub-featured-manifesto{padding:2.5rem}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.hub-card{display:block;padding:1.5rem;border:1px solid var(--border-subtle, rgba(0, 0, 0, .07));border-radius:10px;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease;background:#fff}.hub-card:hover{border-color:var(--accent-2, #2D6FEF);box-shadow:0 2px 10px #0e1b3d0d}.hub-card h3{font-family:var(--font-display, "Poppins"),sans-serif;font-size:1.125rem;font-weight:600;color:var(--text-primary, #0E1B3D);margin:0 0 .5rem}.hub-card p{color:var(--text-muted, #5F6B7D);margin:0;font-size:.925rem;line-height:1.5}.hub-glossary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}.hub-glossary-item{display:block;padding:1rem;border:1px solid var(--border-subtle, rgba(0, 0, 0, .07));border-radius:8px;text-decoration:none;color:inherit;background:#fff;transition:border-color .15s ease}.hub-glossary-item:hover{border-color:var(--accent-2, #2D6FEF)}.hub-glossary-item strong{display:block;color:var(--text-primary, #0E1B3D);margin-bottom:.25rem}.hub-glossary-item span{color:var(--text-muted, #5F6B7D);font-size:.85rem;line-height:1.45}.hub-crosslinks{display:flex;flex-wrap:wrap;gap:.5rem}.hub-crosslink{padding:.5rem 1rem;border:1px solid var(--border-subtle, rgba(0, 0, 0, .07));border-radius:20px;text-decoration:none;color:var(--text-primary, #0E1B3D);background:#fff;font-size:.875rem;transition:border-color .15s ease,color .15s ease}.hub-crosslink:hover{border-color:var(--accent-2, #2D6FEF);color:var(--accent-2, #2D6FEF)}.hub-faqs{display:grid;gap:.75rem;max-width:780px}.hub-faq{border:1px solid var(--border-subtle, rgba(0, 0, 0, .07));border-radius:8px;background:#fff;padding:1rem 1.25rem}.hub-faq summary{font-weight:600;color:var(--text-primary, #0E1B3D);cursor:pointer;list-style:none}.hub-faq summary::-webkit-details-marker{display:none}.hub-faq[open] summary{margin-bottom:.5rem}.hub-faq p{color:var(--text-muted, #5F6B7D);line-height:1.6;margin:0}.hub-layer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.hub-layer{padding:1.5rem;border:1px solid var(--border-subtle, rgba(0, 0, 0, .07));border-radius:12px;background:#fff}.hub-layer-num{color:var(--accent-2, #2D6FEF);font-family:var(--font-mono, "JetBrains Mono"),monospace;font-size:.75rem;letter-spacing:.1em;margin-bottom:.5rem}.hub-layer h3{font-family:var(--font-display, "Poppins"),sans-serif;font-size:1.125rem;color:var(--text-primary, #0E1B3D);margin:0 0 .5rem}.hub-layer p{color:var(--text-muted, #5F6B7D);font-size:.9rem;line-height:1.5;margin:0 0 1rem}.hub-layer-coming{background:var(--bg-surface, #ECF0FA)}.hub-layer-coming .hub-cta-secondary{color:var(--text-primary, #0E1B3D);border-color:var(--border-medium, rgba(0, 0, 0, .12));font-size:.875rem;padding:.5rem 1rem}.hub-layer-coming .hub-cta-secondary:hover{border-color:var(--accent-2, #2D6FEF);color:var(--accent-2, #2D6FEF);background:transparent}.hub-coming-soon-lede{color:var(--text-muted, #5F6B7D);max-width:720px;margin:0 0 1.5rem;line-height:1.55}.hub-archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.hub-archive-card{display:flex;flex-direction:column;border:1px solid var(--border-subtle, rgba(0, 0, 0, .07));border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;background:#fff}.hub-archive-card:hover{border-color:var(--accent-2, #2D6FEF);transform:translateY(-2px);box-shadow:0 8px 24px #2d6fef14}.hub-archive-img{aspect-ratio:16 / 9;overflow:hidden;background:var(--bg-surface, #ECF0FA)}.hub-archive-img picture{display:contents}.hub-archive-img img{width:100%;height:100%;object-fit:cover}.hub-archive-img-placeholder{background:linear-gradient(135deg,var(--bg-surface, #ECF0FA) 0%,var(--bg-deep, #F2F5FD) 100%)}.hub-archive-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.hub-archive-body h3{font-family:var(--font-display, "Poppins"),sans-serif;font-size:1.05rem;font-weight:600;color:var(--text-primary, #0E1B3D);margin:0 0 .5rem;line-height:1.3}.hub-archive-body p{color:var(--text-muted, #5F6B7D);font-size:.9rem;line-height:1.5;margin:0 0 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hub-archive-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted, #5F6B7D);flex-wrap:wrap}.hub-archive-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted, #5F6B7D);display:inline-block}.hub-more-link{margin-top:1.5rem;font-size:.925rem}.hub-more-link a{color:var(--accent-2, #2D6FEF);text-decoration:none;font-weight:500}.hub-more-link a:hover{text-decoration:underline}.hub-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.hub-product-card{display:flex;flex-direction:column;padding:1.5rem;border:1px solid var(--border-subtle, rgba(0, 0, 0, .07));border-radius:12px;text-decoration:none;color:inherit;background:#fff;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.hub-product-card:hover{border-color:var(--accent-2, #2D6FEF);box-shadow:0 4px 16px #0e1b3d0f}.hub-product-badge{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-2-ink, #1A52C9);background:var(--accent-2-dim, rgba(45, 111, 239, .1));padding:.2rem .6rem;border-radius:4px;font-weight:600;margin-bottom:.75rem;align-self:flex-start}.hub-product-card h3{font-family:var(--font-display, "Poppins"),sans-serif;font-size:1.1rem;font-weight:700;color:var(--text-primary, #0E1B3D);margin:0 0 .5rem;line-height:1.3}.hub-product-card p{color:var(--text-muted, #5F6B7D);font-size:.9rem;line-height:1.5;margin:0 0 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hub-product-cta{color:var(--accent-2, #2D6FEF);font-weight:600;font-size:.875rem}.manifesto-prose{max-width:780px;margin:0 auto}.manifesto-lede{font-size:1.15rem;line-height:1.6;color:var(--text-secondary, #4A5A72);margin:0 0 2.5rem}.manifesto-flow{list-style:none;padding:0;margin:0;position:relative}.manifesto-flow:before{content:"";position:absolute;left:22px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,var(--accent-2, #2D6FEF) 0%,var(--border-subtle, rgba(0,0,0,.08)) 100%)}.manifesto-flow li{display:grid;grid-template-columns:46px 1fr;gap:1.25rem;padding:1.25rem 0;position:relative}.manifesto-flow-num{font-family:var(--font-mono, "JetBrains Mono"),monospace;font-size:.9rem;font-weight:600;color:#fff;width:46px;height:46px;background:var(--accent-2, #2D6FEF);border-radius:50%;display:grid;place-items:center;z-index:1}.manifesto-flow li:nth-child(n+2) .manifesto-flow-num{background:var(--bg-surface, #ECF0FA);color:var(--text-muted, #5F6B7D)}.manifesto-flow-body h3{font-family:var(--font-display, "Poppins"),sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-primary, #0E1B3D);margin:.4rem 0 .6rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.manifesto-flow-status{font-family:var(--font-mono, "JetBrains Mono"),monospace;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .6rem;border-radius:4px;font-weight:600}.status-live{background:#10b9811f;color:var(--status-success-ink, #0E9E6C)}.status-building{background:var(--accent-2-dim, rgba(45,111,239,.1));color:var(--accent-2-ink, #1A52C9)}.status-soon{background:#4a5a721a;color:var(--text-muted, #5F6B7D)}.manifesto-flow-body p{color:var(--text-secondary, #4A5A72);line-height:1.65;margin:0}.hub-empty-panel{text-align:center;max-width:520px;margin:0 auto;padding:3rem 2rem;background:linear-gradient(180deg,var(--bg-deep, #F2F5FD) 0%,#FFFFFF 100%);border:1px solid var(--border-subtle, rgba(0,0,0,.07));border-radius:14px}.hub-empty-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:var(--accent-2-dim, rgba(45,111,239,.1));border-radius:50%;display:grid;place-items:center;color:var(--accent-2, #2D6FEF)}.hub-empty-icon svg{width:28px;height:28px;stroke:currentColor;stroke-width:1.75;fill:none;stroke-linecap:round;stroke-linejoin:round}.hub-empty-title{font-family:var(--font-display, "Poppins"),sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-primary, #0E1B3D);margin:0 0 .5rem}.hub-empty-body{color:var(--text-muted, #5F6B7D);line-height:1.6;margin:0}.hub-footer-cta{background:var(--bg-dark, #0F1229);color:var(--text-on-dark, #FFFFFF);text-align:center}.hub-footer-cta h2{color:var(--text-on-dark, #FFFFFF)}.hub-footer-cta p{color:#ffffffb3;max-width:560px;margin:0 auto 1.5rem}@media(max-width:640px){.hub-header,.hub-header-manifesto{padding:2rem 0 1.5rem}.hub-cta-row{flex-direction:column;align-items:flex-start}.hub-cta-primary,.hub-cta-secondary{width:100%;text-align:center}}}
