/* Shared product marks and scrolling brand strips. */
.cursor{animation:none!important}
.product-mark{width:36px;height:36px;object-fit:contain;flex-shrink:0;stroke-width:1.5}
.product-chip{display:flex;align-items:center;text-align:left;gap:10px;width:100%;background:transparent;border:0;padding:8px 0;min-width:0}
.product-chip strong{display:block;font:500 13px/1.3 var(--sans)}
.product-chip small{display:block;font:10px/1.4 var(--sans);color:#666;margin-top:3px}
.product-chip:hover{opacity:.65}
.product-chip>span{min-width:0}
.platform-band{padding:38px 0 24px;overflow:hidden}
.platform-band h2{font-size:clamp(30px,3vw,45px)}
.ticker-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}
.ticker-label{font:10px var(--mono);text-transform:uppercase;letter-spacing:.1em;color:#b8b8b8;margin:20px 0 12px}
.ticker{overflow:hidden;mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent)}
.ticker-track{display:flex;width:max-content;animation:ticker-roll 42s linear infinite}
.ticker-group{display:flex;gap:25px;padding-right:25px;flex-shrink:0}
.ticker .product-chip{width:192px;min-height:72px;color:white;padding:12px 5px}
.ticker .product-mark{background:white;padding:5px;border-radius:6px;width:40px;height:40px}
.ticker .product-chip strong{font-size:15px}
.ticker:focus-within .ticker-track,.ticker:hover .ticker-track,.paused .ticker-track{animation-play-state:paused}
#apps-ticker .ticker-track{animation-duration:76s;animation-direction:reverse}
#apps-ticker .product-chip{min-height:60px;width:170px}
#apps-ticker .product-mark{width:33px;height:33px}
#pause-tickers{background:none;color:#bbb;border:0;padding:8px;font:11px var(--mono);flex-shrink:0}
.ticker-disclaimer{color:#bbb;font:11px/1.6 var(--sans);margin:15px 0 0}
.paused .ticker,.ticker:has(.ticker-group:not([aria-hidden]) button:focus-visible){overflow-x:auto;mask-image:none}
.paused .ticker-track,.ticker:has(.ticker-group:not([aria-hidden]) button:focus-visible) .ticker-track{animation:none}
.paused .ticker-group[aria-hidden],.ticker:has(.ticker-group:not([aria-hidden]) button:focus-visible) .ticker-group[aria-hidden]{display:none}
@keyframes ticker-roll{to{transform:translateX(-50%)}}

/* Open layout: the moving choices carry the hierarchy. */
#configure .section-heading{margin-bottom:20px}
#configure .section-heading>p{display:none}
.configurator{border:0;background:white;overflow:visible}
.config-toolbar{display:flex;align-items:center;justify-content:space-between;font:11px var(--mono);color:#888;padding:0 0 25px}
.config-toolbar button{border:0;background:none;color:#777;font:11px var(--mono);padding:8px}
.wheel-columns{display:grid;grid-template-columns:.95fr 1.2fr 1.2fr;gap:55px;padding:0 0 32px}
.wheel-column{min-width:0}
.wheel-column h3{margin:0 0 18px;font:500 18px/1.3 var(--sans);letter-spacing:-.02em}
.column-number{color:#aaa;font:10px var(--mono);margin-right:10px}
.wheel-pair{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.wheel{position:relative;min-width:0}
.reel{position:relative;isolation:isolate}
.wheel-window{height:300px;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;scrollbar-width:none;overscroll-behavior-y:contain;touch-action:pan-y;mask-image:linear-gradient(transparent 0%,#000 30%,#000 70%,transparent 100%);outline:none}
.wheel-window::-webkit-scrollbar{display:none}
.wheel-window:focus-visible{background:#f8f8f8;border-radius:28px}
.wheel-track{position:relative}
.wheel-option{height:100px;scroll-snap-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none}
.wheel-item-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;transform-origin:center;will-change:transform,opacity;pointer-events:none;text-align:center;padding:0 4px}
.wheel-item-content .product-mark{width:46px;height:46px;animation:none}
.wheel-item-content strong{font:500 14px/1.25 var(--sans);letter-spacing:-.02em;max-width:170px}
.empty-mark{font:38px/46px var(--sans);color:#b4b4b4}
.wheel-arrow{position:absolute;left:50%;transform:translateX(-50%);z-index:2;border:0;background:transparent;color:#333;width:64px;height:36px;font:25px/1 var(--sans);opacity:0;transition:opacity .2s}
.wheel-up{top:0}.wheel-down{bottom:0}
.wheel-arrow:hover,.wheel-arrow:focus-visible,.reel:has(.wheel-window:focus-visible) .wheel-arrow{opacity:1}
.wheel-info,.wheel-picker{position:absolute;z-index:3;top:calc(50% - 14px);width:28px;height:28px;opacity:0;transition:opacity .2s;color:#888}
.wheel-info{left:-8px;border:0;background:white;border-radius:50%;font:italic 14px Georgia,serif}
.wheel-picker{right:-8px;text-align:center;font:20px/23px var(--sans)}
.reel:hover .wheel-info,.reel:hover .wheel-picker,.reel:focus-within .wheel-info,.reel:focus-within .wheel-picker{opacity:1}
.wheel-select{position:absolute;inset:0;margin:0;width:100%;height:100%;min-height:0;padding:0;opacity:0;cursor:pointer}
.wheel-picker:focus-within{outline:2px solid #777;outline-offset:2px;border-radius:50%}
.phone-controls{border:0;padding:15px 0 0;margin:0}
.phone-controls legend{font:10px var(--mono);color:#999;float:left;width:100%;margin-bottom:9px}
.segmented{display:flex;clear:both;gap:3px;background:#f5f5f5;border-radius:30px;padding:3px}
.segmented label{position:relative;flex:1;cursor:pointer}
.segmented input{position:absolute;inset:0;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}
.segmented span{display:block;text-align:center;font:11px var(--sans);padding:10px 5px;border-radius:25px;color:#888}
.segmented input:checked+span{background:white;color:#111;box-shadow:0 1px 5px #0000000c}
.segmented input:focus-visible+span{outline:2px solid #777;outline-offset:2px}
.gateway-area{margin-top:15px;font:11px var(--sans)}
.gateway-area>label{font:10px var(--mono);color:#888}
.gateway-area select,.binding-label select,.explorer-footer select{background:#f6f6f6;border:0;border-radius:8px;padding:9px 12px;font:12px var(--sans);margin-top:6px;min-height:36px}
.gateway-info{display:none}
.capacity{font:10px var(--mono);color:#999;padding-top:16px}
.capacity.local-ready{color:#444}
.included-apps{display:flex;flex-wrap:wrap;align-items:center;gap:5px 17px;padding-top:17px}
.small-label{display:block;font:9px/1.5 var(--mono);letter-spacing:.02em;color:#999;margin:0 0 10px}
.included-apps>.small-label{width:100%;margin:0 0 3px}
.included-apps .product-chip{width:auto;gap:7px}
.included-apps .product-chip strong{font-size:11px}
.included-apps .product-mark{width:23px;height:23px}
.source-bindings{padding-top:17px}
.binding-label{display:block;font:11px var(--sans);color:#888;margin-bottom:10px}
.micro-copy{font:11px/1.6 var(--sans);color:#888}
.setup-map{border-top:1px solid #eee;margin-top:25px;padding:28px 0 10px;background:none}
.map-heading{margin-bottom:25px}
.map-heading h3{margin:0;font:500 15px var(--sans);letter-spacing:-.02em}
.live-flow{display:grid;grid-template-columns:1fr 30px 1.15fr 30px 1fr;align-items:start;gap:20px}
.live-node{min-width:0;padding:0;border:0;background:none;box-shadow:none}
.live-node .product-mark{width:29px;height:29px}
.live-node .product-chip strong{font-size:12px}
.live-node .small-label{margin-bottom:12px}
.connection-arrow{color:#bbb;align-self:center;text-align:center;font:20px var(--sans)}
.map-gateway{padding-bottom:10px;margin-bottom:12px;border-bottom:1px dashed #e5e5e5}
.map-gateway .product-chip{padding:0}
.map-gateway .small-label{font-size:8px}
.files-rail{display:flex;align-items:center;gap:8px;font:11px var(--sans);color:#888;padding:22px 0 0}
.files-rail .product-mark{width:19px;height:19px}
.routing-caption{display:flex;gap:20px;flex-wrap:wrap;font:10px var(--mono);padding-top:15px;color:#888}
.explorer-footer{display:grid;grid-template-columns:200px 1fr auto;align-items:end;gap:30px;padding:30px 0 22px}
.explorer-footer .support-label{font:10px var(--mono);color:#888}
.explorer-footer .summary-actions{display:flex;gap:20px;align-items:center;grid-column:3;justify-self:end}
.explorer-footer .button{border-radius:30px;font:12px var(--sans);padding:13px 22px;min-height:44px}
.explorer-footer .text-link{font:11px var(--sans);border:0;color:#777}
#setup-status{font:12px/1.6 var(--sans);margin:0;color:#777}
#setup-status.needs-choice{color:#222}
#setup-status:empty{display:none}
#config-notes{font:11px/1.6 var(--sans);color:#777;margin:0 0 15px}
#config-notes summary,.setup-details summary{cursor:pointer}
#config-notes p{max-width:850px}
.config-disclaimer{font:11px/1.7 var(--sans);color:#888;padding:0;max-width:960px;margin:0}
.setup-details{font:11px/1.7 var(--sans);color:#888;margin-top:12px;max-width:900px}
.setup-details p{margin:12px 0 0}
.footer{flex-wrap:wrap}
.footer>span:first-of-type{flex-basis:60%;font:11px/1.6 var(--sans);color:#666}
@media(max-width:1100px){.wheel-columns{gap:28px}.wheel-pair{gap:12px}.wheel-item-content strong{font-size:12px}.wheel-column h3{font-size:16px}.live-flow{gap:12px}.explorer-footer{grid-template-columns:180px 1fr}.explorer-footer .summary-actions{justify-self:end;grid-column:2}}
@media(max-width:820px){.wheel-columns{grid-template-columns:1fr;gap:40px;padding:0}.wheel-column h3{font-size:20px;margin-bottom:5px}.wheel-column:first-child>.wheel{max-width:340px;margin:auto}.wheel-pair{gap:30px}.phone-controls,.capacity,.gateway-area{max-width:340px;margin-inline:auto}.included-apps,.source-bindings{padding-top:0}.wheel-item-content strong{font-size:15px}.setup-map{margin-top:36px}.explorer-footer{grid-template-columns:1fr auto;gap:20px}.explorer-footer #setup-status{grid-column:1/-1;grid-row:2}.live-flow{grid-template-columns:1fr 20px 1.1fr 20px 1fr;gap:12px}.live-node .product-chip{flex-wrap:wrap}.live-node .product-chip strong{font-size:11px}.live-node .product-mark{width:24px;height:24px}.map-gateway .small-label{overflow-wrap:anywhere}}
@media(max-width:520px){.wheel-pair{gap:18px}.wheel-item-content strong{font-size:13px}.wheel-info{left:0}.wheel-picker{right:0}.ticker-heading{align-items:start}.ticker-heading h2{font-size:28px}#pause-tickers{font-size:10px}.ticker .product-chip{width:175px}.explorer-footer{grid-template-columns:1fr;gap:15px}.explorer-footer .summary-actions{grid-column:1;justify-self:start}.explorer-footer #setup-status{grid-row:auto}.explorer-footer .support-field{max-width:190px}.live-flow{gap:7px;grid-template-columns:1fr 12px 1.1fr 12px 1fr}.live-node .product-chip{gap:7px}.connection-arrow{font-size:14px}.live-node .small-label{font-size:8px}.live-node .product-chip strong{font-size:10px}.wheel-tip{font-size:11px;left:0;right:auto;width:190px}.wheel-pair>.wheel:last-child .wheel-tip{left:auto;right:0}.footer>span:first-of-type{flex-basis:100%}}
@media(hover:none){.wheel-arrow{opacity:.35}.wheel-info,.wheel-picker{opacity:.5}}
@media(prefers-reduced-motion:reduce){.ticker{overflow-x:auto;mask-image:none}.ticker-track{animation:none}.ticker-group[aria-hidden]{display:none}.wheel-window{scroll-behavior:auto}.wheel-item-content{transform:none!important}.wheel-arrow,.wheel-info,.wheel-picker{transition:none}}
.wheel-window:focus-visible .wheel-option[aria-selected=true] strong{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}

/* One shared flyout lives outside the masked reels and leaves the active wheel clear. */
.component-flyout{position:fixed;z-index:80;width:290px;max-width:calc(100vw - 24px);padding:21px 23px;background:#181818;color:#f5f5f5;border:0;border-radius:16px;box-shadow:0 14px 45px #0002;font:12px/1.6 var(--sans);animation:flyout-in .16s ease-out}
.component-flyout[hidden]{display:none}
.flyout-heading{display:flex;gap:12px;align-items:center;margin-bottom:12px}
.flyout-heading strong{font:500 15px/1.3 var(--sans);letter-spacing:-.02em}
.flyout-heading .product-mark{width:33px;height:33px;background:#fff;color:#111;border-radius:6px;padding:4px;stroke:currentColor;fill:none}
.component-flyout p{margin:0;color:#cecece}
.flyout-label{display:block;margin:14px 0 5px;color:#888;font:9px/1.5 var(--mono);letter-spacing:.08em}
.wheel-item-content:has(use[href="#i-spark"]) .product-mark,.wheel-item-content:has(use[href="#i-minis"]) .product-mark{width:64px;height:52px}
@keyframes flyout-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.component-flyout{animation:none}}
