@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--bg:#0a0e1a;--panel:#151b2e;--fg:#ffffff;--muted:#94a3b8;--accent:#3b82f6;--accent-bright:#60a5fa;--accent-glow:#2563eb;--border:rgba(255,255,255,.1);--success:#10b981;--success-glow:rgba(16,185,129,.15);--grid:rgba(59,130,246,.08)}*{box-sizing:border-box}html,body,#root{height:100dvh;overflow:hidden}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:var(--fg);background:linear-gradient(90deg,var(--grid) 1px,transparent 1px),linear-gradient(0deg,var(--grid) 1px,transparent 1px),radial-gradient(ellipse 1200px 800px at 50% -20%,rgba(59,130,246,.12),transparent),radial-gradient(ellipse 900px 600px at 0% 100%,rgba(168,85,247,.08),transparent),radial-gradient(ellipse 900px 600px at 100% 100%,rgba(16,185,129,.06),transparent),var(--bg);background-size:80px 80px,80px 80px,100% 100%,100% 100%,100% 100%,100% 100%;background-position:0 0,0 0,0 0,0 0,0 0,0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero{min-height:100dvh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.topbar{position:fixed;inset:0 0 auto 0;display:flex;justify-content:center;align-items:center;padding:20px 32px;background:#0a0e1af2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:10}.topbar .brand{font-weight:700;letter-spacing:-.02em;font-size:20px;font-family:Space Grotesk,sans-serif;color:var(--fg);background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:7px}.brand-icon{width:48px;height:48px;object-fit:contain;margin-top:2px}.stage{margin:auto;max-width:1100px;text-align:center;padding:60px 24px 40px;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.eyebrow{margin:0 auto 32px;display:inline-flex;align-items:center;justify-content:center;width:fit-content}.eyebrow-logo{width:240px;height:auto;object-fit:contain;display:block}.stage h1{font-size:54px;line-height:1.15;margin:0 0 20px;color:var(--fg);font-weight:600;font-family:Space Grotesk,Inter,sans-serif;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:var(--muted);font-size:17px;line-height:1.6;margin:0 auto 36px;max-width:680px;font-weight:400}.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:36px;max-width:880px;margin-left:auto;margin-right:auto}.brand-card{border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:24px 20px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;font-weight:600;color:#000;background:linear-gradient(135deg,#ffffffbf,#ffffff8c);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:0 8px 32px #1f268714,inset 0 1px #ffffff80;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.brand-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.08),transparent 70%);opacity:0;transition:opacity .3s}.brand-card:hover:before{opacity:1}.brand-card:hover{border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 12px 40px #1f26871f,inset 0 1px #fff9}.brand-card.operational{border-color:#10b9814d;background:linear-gradient(135deg,#ecfdf5bf,#d1fae599);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:0 8px 32px #10b98126,0 0 30px var(--success-glow),inset 0 1px #ffffff80}.brand-card.operational:hover{border-color:#10b98166;box-shadow:0 12px 40px #10b98133,0 0 40px var(--success-glow),inset 0 1px #fff9}.brand-card.coming-soon{background:linear-gradient(135deg,#fffc,#fff9);color:#000;opacity:.7}.brand-card.coming-soon small{color:#000}.brand-card img{width:56px;height:56px;object-fit:contain;margin-bottom:4px}.brand-card span{font-size:15px;font-weight:600;letter-spacing:-.01em;font-family:Space Grotesk,sans-serif}.brand-card.operational span{color:#000}.brand-card small{font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:600;opacity:.7}.cta{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.button{border:1px solid #334155;border-radius:14px;padding:16px 32px;font-weight:600;font-size:13px;cursor:not-allowed;background:#1e293b;color:#94a3b8;text-decoration:none;opacity:1;font-family:Space Grotesk,sans-serif;text-transform:uppercase;letter-spacing:.15em;transition:all .3s}.button:disabled{cursor:not-allowed}.foot{padding:28px 24px 32px;color:var(--muted);text-align:center;font-size:12px;border-top:1px solid var(--border);flex-shrink:0;background:#0a0e1af2}.foot nav{display:flex;justify-content:center;gap:32px}.foot nav a{color:var(--muted);text-decoration:none;font-weight:500;transition:color .2s}.foot nav a:hover{color:var(--fg)}.doc{max-width:840px;margin:100px auto;padding:0 20px 80px}.doc h1{font-size:32px;color:var(--fg);margin-bottom:32px;font-family:Space Grotesk,sans-serif}.doc article{color:var(--fg);line-height:1.7;background:#0a0e1af2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:16px;padding:40px;box-shadow:0 8px 32px #0000004d}.doc article h2{font-size:22px;color:var(--fg);margin-top:36px;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-weight:600}.doc article h2:first-child{margin-top:0}.doc article h3{font-size:18px;color:var(--fg);margin-top:24px;margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-weight:600}.doc article p{margin-bottom:16px}.doc article ul{margin:12px 0 24px 24px;padding:0}.doc article ul li{margin-bottom:8px}.doc article a{color:var(--accent-bright);text-decoration:underline;transition:color .2s}.doc article a:hover{color:var(--accent)}.doc article small{color:var(--muted);font-size:13px}@media (max-width:768px){.stage{padding:40px 20px 24px}.eyebrow-logo{width:200px}.stage h1{font-size:38px;margin-bottom:14px}.subtitle{font-size:14px;line-height:1.5;margin-bottom:24px}.brands-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}.brand-card{padding:18px 14px}.brand-card img{width:48px;height:48px}.cta{margin-bottom:16px}.foot{padding:20px 24px 24px}.doc{margin:80px auto;padding:0 16px 60px}.doc h1{font-size:28px;margin-bottom:24px}.doc article{padding:28px 20px;border-radius:12px}}@media (max-width:480px){.stage h1{font-size:32px}.subtitle{font-size:13px}.brand-card img{width:44px;height:44px}}
