:root{--sky:#a9e2f3;--sky-strong:#72cce8;--ink:#101820;--paper:#f7fbfd;--muted:#68747d;--line:#dce5e9;--sand:#ead9c6;--nav-height:78px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#dfe5e8;color:var(--ink);font:14px/1.5 Manrope,system-ui,sans-serif}
.app-shell{width:min(100%,1180px);min-height:100vh;margin:auto;background:var(--paper);box-shadow:0 0 80px #1b28301c}
.app-header{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--runtime-header-height,76px);padding:12px clamp(18px,4vw,48px);border-bottom:var(--runtime-header-border,1px solid #dce5e999);background:var(--runtime-header-bg,#f7fbfddc);color:var(--runtime-header-fg,var(--ink));box-shadow:var(--runtime-header-shadow,none);backdrop-filter:blur(18px)}
.header-zone{display:flex;align-items:center;gap:10px;min-width:0}.header-zone-center{justify-content:center}.header-zone-right{justify-content:flex-end}.runtime-header-element{display:inline-flex;align-items:center;gap:7px;min-width:0;border:0;background:transparent;color:inherit;font:inherit;cursor:default}.runtime-header-element[data-actionable="true"]{cursor:pointer}.runtime-header-element svg,.runtime-header-element img:not(.brand-logo){display:block;width:1em;height:1em;object-fit:contain}.runtime-header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Syne,sans-serif;font-weight:800}.runtime-header-badge{display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:#db2935;color:#fff;font-size:9px;font-weight:800}
.runtime-brand{display:flex;align-items:center;min-width:132px;min-height:38px}.runtime-brand span{font:800 20px Syne;letter-spacing:.04em}.brand-logo{width:132px;max-height:42px;object-fit:contain;object-position:left center}
.header-actions{display:flex;align-items:center;gap:9px}
.icon-button,.profile-button{display:grid;place-items:center;border:0;background:#fff;box-shadow:0 5px 18px #1b283013;cursor:pointer}
.icon-button{width:42px;height:42px;border-radius:50%}
.icon-button svg,.bottom-nav svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.profile-button{position:relative;width:42px;height:42px;border-radius:50%;background:var(--ink);color:#fff;font-weight:800}
.profile-button i{position:absolute;right:0;bottom:1px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#55bf7b}
main{padding:18px clamp(16px,4vw,48px) calc(var(--nav-height) + 42px)}
.hero-card{position:relative;min-height:455px;overflow:hidden;padding:clamp(30px,6vw,70px);border-radius:32px;background:linear-gradient(130deg,#d5f4fc 0%,#a7e2f3 52%,#7fd1eb 100%);isolation:isolate}
.hero-card:after{content:"";position:absolute;inset:auto -8% -42% 22%;height:80%;border-radius:50%;background:#fff5;filter:blur(12px);z-index:-1}
.hero-copy{position:relative;z-index:4;width:min(100%,610px)}
.hero-kicker,.section-heading span,.club-callout>div>span{display:block;margin-bottom:9px;font-size:10px;font-weight:800;letter-spacing:.18em}
.hero-copy h1{margin:0;font:800 clamp(38px,7vw,76px)/.93 Syne,sans-serif;letter-spacing:-.055em}
.hero-copy h1 em{color:#fff;font-style:normal;text-shadow:0 2px 18px #2787a14d}
.hero-copy p{max-width:480px;margin:24px 0;color:#30434c;font-size:clamp(14px,2vw,18px)}
.hero-actions{display:flex;gap:10px}
.primary-action,.round-action,.club-callout button{border:0;cursor:pointer;font:800 13px Manrope;background:var(--ink);color:#fff}
.primary-action{padding:15px 20px;border-radius:13px}
.round-action{width:48px;border-radius:50%;font-size:24px}
.hero-stats{position:absolute;z-index:4;right:34px;bottom:25px;display:flex;gap:26px}
.hero-stats span{font-size:10px;text-transform:uppercase}
.hero-stats b{display:block;font:800 20px Syne}
.hero-orbit{position:absolute;border:1px solid #fff8;border-radius:50%}
.orbit-one{width:430px;height:430px;right:-80px;top:-105px}
.orbit-two{width:300px;height:300px;right:-15px;top:-30px}
.hero-machine{position:absolute;z-index:2;right:5%;top:26%;width:34%;height:35%;transform:rotate(-7deg)}
.hero-machine i{position:absolute;inset:20% 5% 25%;background:linear-gradient(155deg,#121b22,#344651);clip-path:polygon(4% 45%,20% 22%,67% 6%,92% 32%,100% 72%,76% 89%,15% 81%);filter:drop-shadow(0 18px 12px #31535f45)}
.hero-machine b{position:absolute;left:32%;top:11%;width:43%;height:37%;border:8px solid #18232a;transform:skew(-18deg);border-bottom:0}
.wheel{position:absolute;z-index:2;bottom:1%;width:25%;aspect-ratio:1;border:10px solid #101820;border-radius:50%;background:#8ad8ed;box-shadow:inset 0 0 0 5px #fff8}
.wheel:after{content:"";position:absolute;inset:27%;border-radius:50%;background:#101820}
.wheel-a{left:5%}
.wheel-b{right:5%}
.quick-section,.live-section,.community-section{margin-top:38px}
.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:15px}
.section-heading span{margin:0;color:#6c7a83}
.section-heading h2{margin:3px 0 0;font:800 clamp(23px,4vw,34px)/1 Syne}
.text-action{border:0;background:transparent;color:#50616a;font-weight:800;cursor:pointer}
.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.quick-card{position:relative;min-height:148px;padding:18px;border:0;border-radius:20px;text-align:left;cursor:pointer;transition:.2s}
.quick-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px #192b3417}
.quick-card.cyan{background:#c9f0fa}
.quick-card.ink{background:#17222a;color:#fff}
.quick-card.sand{background:#eee3d5}
.quick-card i{display:block;font-style:normal;font-size:10px;opacity:.55}
.quick-card span{display:block;margin-top:32px;font:800 22px Syne}
.quick-card small{display:block;opacity:.7}
.quick-card>b{position:absolute;right:16px;top:15px;font-size:20px}
.live-rail{display:grid;grid-template-columns:1.25fr 1fr;gap:14px}
.live-card{display:grid;grid-template-columns:46% 1fr;min-height:246px;overflow:hidden;border:1px solid var(--line);border-radius:23px;background:#fff}
.live-visual{position:relative;overflow:hidden;background:#9cdeef}
.live-blue .live-visual{background:radial-gradient(circle at 60% 34%,#eafaff 0 12%,transparent 13%),linear-gradient(145deg,#69c8e5,#c4f0fa)}
.live-dark .live-visual{background:linear-gradient(145deg,#26343d,#0c1318)}
.live-badge,.date-badge{position:absolute;z-index:2;top:15px;left:15px;padding:6px 9px;border-radius:8px;background:#ec3f3f;color:#fff;font-size:9px;font-weight:800;letter-spacing:.12em}
.date-badge{display:grid;background:#fff;color:#101820;text-align:center;line-height:1}
.date-badge b{font-size:19px}
.track-lines{position:absolute;inset:36% -20%;border:18px double #fff8;border-radius:50%;transform:rotate(-28deg)}
.track-lines:after{content:"";position:absolute;left:43%;top:-20px;width:35px;height:60px;border-radius:15px;background:#15222a;box-shadow:20px 13px 0 #fff,-20px -10px 0 #55bcd9}
.car-silhouette{position:absolute;inset:35% 10% 20%;background:#9ddff0;clip-path:polygon(3% 52%,24% 22%,68% 8%,96% 43%,91% 76%,12% 83%);filter:drop-shadow(0 15px 8px #0008)}
.live-copy{display:flex;flex-direction:column;padding:22px}
.live-copy small,.machine-card small{color:#68808c;font-size:9px;font-weight:800;letter-spacing:.1em}
.live-copy h3{margin:8px 0 6px;font:800 23px/1 Syne}
.live-copy p{margin:0;color:var(--muted)}
.live-copy>div{display:flex;justify-content:space-between;gap:10px;margin-top:auto;font-size:10px}
.live-copy>div b{color:#2085a5}
.machine-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.machine-card{position:relative;display:grid;grid-template-columns:46% 1fr;gap:15px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:20px;background:#fff}
.machine-photo{position:relative;min-height:150px;border-radius:14px;background:#c9edf7}
.machine-photo:before{content:"";position:absolute;inset:31% 9% 23%;background:#273740;clip-path:polygon(0 48%,18% 26%,73% 10%,100% 50%,88% 84%,12% 78%);filter:drop-shadow(0 13px 8px #31505f55)}
.photo-two{background:#e8ded0}
.photo-two:before{background:#9c3040}
.machine-photo span{position:absolute;z-index:2;top:10px;left:10px;padding:4px 7px;border-radius:6px;background:#fff;font-size:8px;font-weight:800}
.machine-card h3{margin:6px 0 3px;font:800 18px Syne}
.machine-card p{margin:0;color:var(--muted);font-size:10px}
.machine-card>button{position:absolute;right:14px;top:13px;border:0;background:transparent;font-size:20px;cursor:pointer}
.club-callout{display:grid;grid-template-columns:100px 1fr auto;gap:24px;align-items:center;margin:42px 0 5px;padding:26px;border-radius:24px;background:#17222a;color:#fff}
.club-mark{display:grid;place-items:center;width:92px;height:92px;border:1px solid #9fdfef;border-radius:50%;color:#a9e2f3;font:800 28px Syne}
.club-callout h2{margin:2px 0;font:800 28px Syne}
.club-callout p{margin:0;color:#aab7be}
.club-callout button{padding:14px 17px;border-radius:12px;background:#a9e2f3;color:#101820}
.bottom-nav{position:fixed;z-index:30;left:50%;bottom:max(12px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(var(--nav-count,5),1fr);width:min(calc(100% - 24px),620px);height:var(--runtime-nav-height,var(--nav-height));padding:8px;border:var(--runtime-nav-border,1px solid #dce3e6);border-radius:var(--runtime-nav-radius,24px);background:var(--runtime-nav-bg,#fffef9e8);box-shadow:var(--runtime-nav-shadow,0 18px 55px #17242d2b);backdrop-filter:blur(22px);transform:translateX(-50%)}
.bottom-nav button{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;background:transparent;color:var(--runtime-nav-fg,#7a858b);font:700 9px Manrope;cursor:pointer}
.bottom-nav button.active{color:var(--runtime-nav-active,#101820)}
.bottom-nav button.active:after{content:"";width:4px;height:4px;border-radius:50%;background:var(--runtime-nav-active,#65c8e6)}
.bottom-nav .runtime-nav-icon{display:grid;place-items:center;line-height:1}.bottom-nav .runtime-nav-icon svg,.bottom-nav .runtime-nav-icon img{display:block;width:100%;height:100%;object-fit:contain}.bottom-nav .runtime-nav-label{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.bottom-nav button[data-role="PRIMARY_ACTION"] .runtime-nav-icon{display:grid;place-items:center;margin-top:-28px;border:5px solid var(--runtime-nav-bg,#fff);border-radius:50%;background:var(--runtime-nav-active,#a9e2f3);color:#101820;box-shadow:0 6px 17px #3b8da633}
.create-button span{display:grid;place-items:center;width:46px;height:46px;margin-top:-28px;border:5px solid #fff;border-radius:50%;background:#a9e2f3;color:#101820;font-size:26px;box-shadow:0 6px 17px #3b8da633}
.create-button small{font:700 9px Manrope}
.reveal{animation:reveal .65s both}
.reveal:nth-child(2){animation-delay:.08s}
.reveal:nth-child(3){animation-delay:.14s}
.reveal:nth-child(4){animation-delay:.2s}
@keyframes reveal{from{opacity:0;transform:translateY(18px)}
to{opacity:1;transform:none}
}
@media(max-width:760px){.app-shell{box-shadow:none}
.app-header{height:var(--runtime-header-height,66px)}
.brand-logo{width:112px}
main{padding:12px 12px 105px}
.hero-card{min-height:500px;padding:28px 22px;border-radius:25px}
.hero-copy h1{font-size:43px}
.hero-copy p{position:relative;z-index:5;max-width:66%;font-size:14px}
.hero-machine{right:-18%;top:54%;width:52%;height:24%}
.hero-stats{left:22px;right:auto;bottom:20px;gap:18px}
.hero-stats b{font-size:17px}
.quick-section,.live-section,.community-section{margin-top:30px}
.quick-grid{grid-template-columns:1fr 1fr}
.quick-card:last-child{grid-column:1/-1;min-height:115px}
.quick-card{min-height:132px}
.quick-card span{margin-top:24px;font-size:19px}
.live-rail{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:5px}
.live-card{min-width:88%;grid-template-columns:1fr;scroll-snap-align:start}
.live-visual{min-height:180px}
.machine-grid{display:flex;overflow:auto}
.machine-card{min-width:84%;grid-template-columns:44% 1fr}
.club-callout{grid-template-columns:62px 1fr;gap:14px;padding:20px}
.club-mark{width:62px;height:62px}
.club-callout h2{font-size:20px}
.club-callout button{grid-column:1/-1}
.bottom-nav{bottom:max(8px,env(safe-area-inset-bottom));height:var(--runtime-nav-height,72px);border-radius:var(--runtime-nav-radius,21px)}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}
}
