
:root{color-scheme:dark;--bg:#10171e;--surface:#1b2630;--text:#edf2f4;--muted:#a5b3bf;--accent:#a1dce5;--border:#34424e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,"Segoe UI",Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}button{font:inherit;cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}header{height:94px;max-width:1320px;margin:auto;padding:0 44px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.brand{font-size:14px;letter-spacing:2px;font-weight:650;display:flex;align-items:center;gap:12px}nav{display:flex;align-items:center;gap:30px;font-size:14px}nav>a:hover{color:var(--accent)}main{max-width:1320px;margin:auto;padding:0 44px}section{padding:80px 0;border-bottom:1px solid var(--border)}.hero{padding:72px 0 56px}.eyebrow{font-size:12px;font-weight:650;letter-spacing:2px;color:var(--muted);display:flex;align-items:center;gap:10px}.dot{width:6px;height:6px;background:var(--accent);border-radius:100%}h1{font-size:clamp(52px,6.4vw,92px);line-height:1.03;letter-spacing:-4px;font-weight:500;margin:32px 0}h1 span{color:var(--accent)}h2{font-size:clamp(32px,3.3vw,48px);letter-spacing:-1.5px;font-weight:500;line-height:1.16;margin:18px 0 32px}h3{font-size:23px;letter-spacing:-.5px;font-weight:550;line-height:1.3}p{color:var(--muted);font-size:17px;max-width:620px}small,.micro{font-size:13px;color:var(--muted)}.hero-bottom{display:flex;justify-content:space-between;align-items:center;gap:40px}.hero-bottom p{max-width:530px;margin:0;font-size:19px}.button,.small-button{display:inline-flex;gap:30px;justify-content:space-between;align-items:center;background:var(--accent);color:var(--bg);border:0;border-radius:7px;padding:17px 23px;font-size:15px;font-weight:600;white-space:nowrap}.small-button{padding:10px 18px;background:transparent;color:var(--text);border:1px solid var(--border)}.button:hover{background:#c2eef4}.section-top{display:flex;align-items:center;justify-content:space-between;gap:25px}.segmented{display:flex;border:1px solid var(--border);border-radius:8px;padding:5px;gap:4px}.segmented button{background:none;border:0;color:var(--muted);padding:12px 18px;border-radius:5px;font-size:14px}.segmented [aria-pressed=true]{background:var(--accent);color:var(--bg)}.cluster{position:relative;height:400px;background:#18232c;border:7px solid #28343e;border-radius:20px;overflow:hidden;box-shadow:0 24px 60px #070c1266}.cluster-top{position:absolute;z-index:3;top:22px;left:4%;right:4%;display:flex;justify-content:space-between;color:#d5e2e8;font-size:15px}.gear{font-size:27px;color:#f8cc9e}.speed{position:absolute;z-index:2;left:7%;top:115px;display:flex;flex-direction:column;align-items:center}.speed strong{font-size:86px;font-weight:350;line-height:1.1}.speed span{font-size:13px;color:var(--muted)}.map-surface{position:absolute;right:-1%;top:0;height:100%;width:47%;overflow:hidden;clip-path:polygon(12% 0,100% 0,100% 100%,32% 76%);transition:width .35s}.map-surface svg{width:100%;height:100%;display:block}.lanes{position:absolute;left:27%;width:25%;height:70%;bottom:12%;display:flex;justify-content:space-between;align-items:end}.lanes>i{height:70%;width:2px;background:#8195a3;transform:rotate(20deg)}.lanes>i:last-child{transform:rotate(-20deg)}.car-shape{width:55px;height:92px;position:absolute;left:calc(50% - 28px);bottom:8px;background:#cddce4;border-radius:19px 19px 14px 14px;box-shadow:0 9px 24px #0006}.car-shape:before{content:'';position:absolute;inset:19px 6px 25px;background:#334854;border-radius:7px}.maneuver{position:absolute;z-index:4;right:5%;top:75px;background:#1274af;border-radius:12px;width:195px;overflow:hidden;padding:14px 18px 0}.maneuver>div{display:flex;gap:16px;align-items:center}.maneuver svg{height:40px;width:32px}.maneuver strong{font-size:30px;font-weight:550}.maneuver small{color:white;font-size:19px}.maneuver>span{display:block;margin:7px 0 12px;font-size:14px}.maneuver footer{background:#105c93;margin:0 -18px;padding:6px 18px;font-size:12px}.maneuver footer b{font-size:19px;margin-left:14px}.summary{display:none;position:absolute;bottom:58px;left:22%;gap:30px;background:#283944dd;padding:10px 22px;border-radius:10px;font-size:17px}.music-pill{position:absolute;bottom:62px;right:6%;background:#172731dd;padding:7px 13px;border-radius:25px;display:flex;gap:15px;font-size:13px}.music-pill b{color:var(--accent)}.cluster-bottom{position:absolute;bottom:16px;left:4%;right:4%;display:flex;justify-content:space-between;font-size:13px;color:#afbdc8}.cluster[data-mode=map] .maneuver,.cluster[data-mode=map] .route{display:none}.cluster[data-mode=full] .map-surface{width:100%;clip-path:none}.cluster[data-mode=full] .lanes{display:none}.cluster[data-mode=full] .summary{display:flex}.cluster[data-mode=full] .speed{background:#15212caa;border-radius:14px;padding:14px;top:180px}.cluster[data-mode=full] .speed strong{font-size:54px}.mode-caption{display:flex;justify-content:space-between;gap:40px}.mode-caption h3{margin:28px 0 8px}.mode-caption p{margin:0}.mode-caption .micro{margin-top:32px;text-align:right;min-width:220px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.feature-number{font-size:13px;color:var(--accent)}.feature-grid h3{margin-top:20px}.comfort{margin-top:58px;padding-top:48px;border-top:1px solid var(--border);display:grid;grid-template-columns:1.2fr 1fr;gap:70px}.color-example{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#15212b;border-radius:14px}.color-example>span{font-size:14px;color:var(--muted)}#light-line{width:82%;height:3px;background:#ff554b;box-shadow:0 0 35px 7px #ff554b45;transform:skewY(-6deg);margin:50px 0}.swatches{display:flex;gap:12px;margin:10px 0}.swatches button{width:30px;height:30px;border-radius:50%;border:3px solid #18232c;background:var(--swatch)}.swatches [aria-pressed=true]{outline:1px solid white;outline-offset:3px}.release-section{display:grid;grid-template-columns:1.2fr 1fr;gap:100px}.release-note{border-left:1px solid var(--border);padding:10px 0 10px 45px}.release-note a,.faq a,.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:4px}.tag{font-size:11px;letter-spacing:1.5px;color:var(--accent);border:1px solid #4f717c;border-radius:4px;padding:6px 9px}.faq details{padding:22px 0;border-top:1px solid var(--border)}summary{font-size:20px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:15px}summary:after{content:'+';color:var(--accent)}details[open] summary:after{content:'−'}.site-footer{max-width:1320px;margin:auto;padding:38px 44px;display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:12px;color:var(--muted)}.page-title{font-size:56px;letter-spacing:-2px}.prose{max-width:840px;margin:auto;padding:45px 0 80px}.prose section{padding:28px 0}.prose li{margin:18px 0;color:var(--muted);font-size:17px}.prose h2{font-size:30px}.prose p{max-width:none}.notice{border-left:3px solid var(--accent);background:var(--surface);padding:20px 24px;margin:25px 0;border-radius:0 8px 8px 0}.installer{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;padding:45px 0}.install-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:30px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0}.actions button{white-space:normal}.check-row{display:flex;gap:14px;margin:25px 0;color:var(--muted);font-size:15px;align-items:start}.check-row input{width:22px;height:22px;accent-color:var(--accent);flex-shrink:0}.status{font-size:15px;color:var(--accent);min-height:48px;overflow-wrap:anywhere}pre{background:#0a1118;padding:18px;border-radius:8px;white-space:pre-wrap;overflow-wrap:anywhere;max-height:340px;overflow:auto;color:var(--muted);font-size:12px}table{border-collapse:collapse;width:100%;font-size:15px}td,th{padding:14px 8px;border-bottom:1px solid var(--border);text-align:left}code{overflow-wrap:anywhere}noscript{display:block;padding:20px;color:#ffcf9b}
@media(max-width:850px){header,main{padding-left:24px;padding-right:24px}nav{gap:18px}nav>a:not(.small-button){display:none}.hero-bottom,.section-top{align-items:start;flex-direction:column}.hero-bottom{gap:25px}section{padding:52px 0}.segmented{width:100%}.segmented button{flex:1;padding:10px 8px}.cluster{height:330px}.maneuver{width:165px;right:3%;padding:10px 12px 0}.maneuver strong{font-size:24px}.maneuver footer{margin:0 -12px}.feature-grid{gap:22px}.feature-grid h3{font-size:20px}.comfort,.release-section,.installer{grid-template-columns:1fr;gap:28px}.release-note{border-left:0;padding-left:0;border-top:1px solid var(--border);padding-top:30px}.site-footer{padding:30px 24px;flex-wrap:wrap}.color-example{padding:20px}.mode-caption .micro{min-width:150px}.page-title{font-size:44px}}
@media(max-width:520px){header{height:78px}.brand{font-size:11px;letter-spacing:1px;gap:8px}.brand img{width:27px;height:27px}.small-button{font-size:12px;padding:8px 12px}h1{letter-spacing:-2.5px;font-size:56px}.hero{padding-top:44px}.hero-bottom p{font-size:17px}.feature-grid{grid-template-columns:1fr;gap:25px}.feature-grid article{padding-bottom:14px;border-bottom:1px solid var(--border)}.mode-caption{flex-direction:column;gap:14px}.mode-caption .micro{text-align:left;margin:0}.cluster{height:265px;border-width:4px}.cluster-top{font-size:11px;top:15px}.gear{font-size:21px}.speed{top:95px;left:5%}.speed strong{font-size:48px}.speed span{font-size:10px}.lanes{left:24%;width:21%}.car-shape{width:31px;height:55px;left:calc(50% - 15px);bottom:23px;border-radius:9px}.car-shape:before{inset:12px 4px 15px}.map-surface{width:55%}.maneuver{width:120px;top:55px;border-radius:7px}.maneuver strong{font-size:18px}.maneuver small{font-size:13px}.maneuver svg{height:26px;width:23px}.maneuver>div{gap:8px}.maneuver>span{font-size:10px;margin:5px 0 8px}.maneuver footer{font-size:10px;padding:2px 12px}.music-pill{bottom:40px;right:4%;font-size:9px;gap:8px}.cluster-bottom{font-size:9px;bottom:10px}.cluster[data-mode=full] .speed{top:132px;padding:8px}.cluster[data-mode=full] .speed strong{font-size:30px}.summary{font-size:11px;padding:7px 10px;gap:12px;left:24%;bottom:34px}.eyebrow{font-size:10px;letter-spacing:1.4px}.prose{padding-top:28px}.install-box{padding:20px}summary{font-size:17px}.button{white-space:normal}.page-title{font-size:38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.cluster[data-mode=full] .speed{left:auto;right:6%;top:210px}.cluster[data-mode=full] .speed strong{font-size:44px}@media(max-width:520px){.cluster[data-mode=full] .speed{top:162px;right:10%}.cluster[data-mode=full] .speed strong{font-size:28px}}
