﻿:root{--spacing-xs: 0.5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--font-primary: 'Inter', system-ui, -apple-system, sans-serif;--font-mono: 'JetBrains Mono', monospace;--step-display: clamp(2.25rem, 5.5vw, 4rem);--step-section: 1.75rem;--measure: 68ch;--max-width: 1200px;--border-radius: 8px;--transition-speed: 0.3s}*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote,dl,dd{margin:0;padding:0}ul,ol{list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input,textarea{font:inherit}@font-face{font-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url("/FrontendV2/fonts/inter-variable.woff2") format("woff2")}@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:100 800;font-display:swap;src:url("/FrontendV2/fonts/jetbrains-mono-variable.woff2") format("woff2")}:root{--bg: #0d1014;--bg-alt: #12161c;--card: #161b22;--border: #262d38;--text: #c8cfd9;--heading: #f2f5f8;--muted: #8b95a3}[data-theme=dark]{--bg: #0d1014;--bg-alt: #12161c;--card: #161b22;--border: #262d38;--text: #c8cfd9;--heading: #f2f5f8;--muted: #8b95a3}[data-theme=light]{--bg: #f2f3f5;--bg-alt: #e7e9ed;--card: #ffffff;--border: #c9cdd4;--text: #2b2f36;--heading: #14171c;--muted: #5c626c}[data-accent=blue]{--accent: #60a5fa}[data-accent=teal]{--accent: #2dd4bf}[data-accent=purple]{--accent: #a78bfa}[data-accent=orange]{--accent: #fb923c}[data-accent=red]{--accent: #f87171}[data-accent=green]{--accent: #4ade80}[data-accent=emerald]{--accent: #34d399}[data-accent=amber]{--accent: #f59e0b}[data-accent=indigo]{--accent: #818cf8}[data-theme=light][data-accent=blue]{--accent: #1e40af}[data-theme=light][data-accent=teal]{--accent: #115e59}[data-theme=light][data-accent=purple]{--accent: #6b21a8}[data-theme=light][data-accent=orange]{--accent: #9a3412}[data-theme=light][data-accent=red]{--accent: #991b1b}[data-theme=light][data-accent=green]{--accent: #166534}[data-theme=light][data-accent=emerald]{--accent: #065f46}[data-theme=light][data-accent=amber]{--accent: #92400e}[data-theme=light][data-accent=indigo]{--accent: #3730a3}@media(prefers-color-scheme: light){html:not([data-theme]){--bg: #f2f3f5;--bg-alt: #e7e9ed;--card: #ffffff;--border: #c9cdd4;--text: #2b2f36;--heading: #14171c;--muted: #5c626c}html:not([data-theme])[data-accent=blue]{--accent: #1e40af}html:not([data-theme])[data-accent=teal]{--accent: #115e59}html:not([data-theme])[data-accent=purple]{--accent: #6b21a8}html:not([data-theme])[data-accent=orange]{--accent: #9a3412}html:not([data-theme])[data-accent=red]{--accent: #991b1b}html:not([data-theme])[data-accent=green]{--accent: #166534}html:not([data-theme])[data-accent=emerald]{--accent: #065f46}html:not([data-theme])[data-accent=amber]{--accent: #92400e}html:not([data-theme])[data-accent=indigo]{--accent: #3730a3}}body{font-family:var(--font-primary);font-size:1rem;line-height:1.6;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--heading);font-weight:700;line-height:1.2;letter-spacing:-0.01em}h1{font-size:var(--step-display);letter-spacing:-0.03em}h2{font-size:var(--step-section);letter-spacing:-0.02em}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}a:hover{color:var(--accent)}code{font-family:var(--font-mono);font-size:.875em}html{scroll-behavior:smooth}body{background-color:var(--bg);min-height:100vh;display:flex;flex-direction:column}body>main{flex:1}body>main>section{padding:var(--spacing-xl) max(var(--spacing-lg),(100% - var(--max-width))/2 + var(--spacing-lg))}body>main>section:nth-child(even){background-color:var(--bg-alt)}.container{max-width:var(--max-width);margin-inline:auto;padding-inline:var(--spacing-md)}body>main section:not(#hero)>header{margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);position:relative}body>main section:not(#hero)>header::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg, var(--border), transparent 75%)}body>main section:not(#hero)>header>p:first-child{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem}body>main section:not(#hero)>header>h1,body>main section:not(#hero)>header>h2{font-size:var(--step-section);font-weight:700;letter-spacing:-0.02em;color:var(--heading)}body>header{position:sticky;top:0;z-index:100;background-color:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}body>header>nav{max-width:var(--max-width);margin-inline:auto;padding:var(--spacing-sm) var(--spacing-md);display:flex;align-items:center;justify-content:space-between}body>header>nav>a:first-child{font-weight:700;font-size:1.125rem;color:var(--heading)}body>header>nav>ul{display:none;gap:var(--spacing-sm)}body>header>nav>ul>li>a{font-size:.875rem;color:var(--muted);padding-bottom:4px;border-bottom:2px solid rgba(0,0,0,0);transition:color var(--transition-speed),border-color var(--transition-speed)}body>header>nav>ul>li>a:hover{color:var(--accent);border-bottom-color:var(--accent)}body>header>nav>div{display:flex;align-items:center;gap:var(--spacing-sm)}body>header>nav>div>button[data-toggle-theme],body>header>nav>div>details.lang-picker>summary,body>header>nav>div>[data-accent-picker]{display:inline-flex;align-items:center;height:26px}body>header>nav>div>button[data-toggle-theme]{color:var(--muted);padding:0 4px;line-height:1}body>header>nav>div>button[data-toggle-theme]:hover{color:var(--accent)}body>header>nav>div>details.lang-picker{position:relative;font-size:.875rem;font-weight:600;text-transform:uppercase;line-height:1}body>header>nav>div>details.lang-picker>summary{color:var(--muted);cursor:pointer;list-style:none;padding:0 1px}body>header>nav>div>details.lang-picker>summary::-webkit-details-marker{display:none}body>header>nav>div>details.lang-picker>summary:hover{color:var(--accent)}body>header>nav>div>details.lang-picker[open]>summary{color:var(--accent)}body>header>nav>div>details.lang-picker>ul{position:absolute;top:calc(100% + 6px);right:0;min-width:80px;margin:0;padding:4px 0;list-style:none;background:var(--card);border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:10}body>header>nav>div>details.lang-picker>ul>li{padding:0}body>header>nav>div>details.lang-picker>ul>li>a,body>header>nav>div>details.lang-picker>ul>li>span{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 16px;text-decoration:none}body>header>nav>div>details.lang-picker>ul>li>a>img,body>header>nav>div>details.lang-picker>ul>li>span>img{width:20px;height:15px;object-fit:cover;border-radius:2px;flex-shrink:0}body>header>nav>div>details.lang-picker>ul>li>a{color:var(--text);transition:color var(--transition-speed),background-color var(--transition-speed)}body>header>nav>div>details.lang-picker>ul>li>a:hover{color:var(--accent);background-color:var(--bg-alt)}body>header>nav>div>details.lang-picker>ul>li>span{color:var(--accent)}body>header>nav>div>[data-accent-picker]{display:flex;gap:10px}body>header>nav>div>[data-accent-picker]>button{position:relative;width:13px;height:13px;border-radius:50%;border:1px solid var(--border);padding:0;transition:transform var(--transition-speed);display:none}body>header>nav>div>[data-accent-picker]>button::before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;transform:translate(-50%, -50%)}body>header>nav>div>[data-accent-picker]>button:hover{transform:scale(1.3)}body>header>nav>button[data-nav-toggle]{display:flex;flex-direction:column;gap:4px;padding:4px}body>header>nav>button[data-nav-toggle]>span{display:block;width:20px;height:2px;background:var(--heading);transition:transform var(--transition-speed)}body>[data-nav-overlay]{position:fixed;inset:0;background-color:var(--bg, #0b0d0f);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:200;opacity:0;pointer-events:none;transition:opacity var(--transition-speed)}body>[data-nav-overlay]>button[data-nav-close]{position:absolute;top:var(--spacing-md);right:var(--spacing-md);font-size:2rem;color:var(--heading)}body>[data-nav-overlay]>ul{display:flex;flex-direction:column;gap:var(--spacing-md);text-align:center}body>[data-nav-overlay]>ul>li>a{font-size:1.25rem;color:var(--heading)}body>[data-nav-overlay]>ul>li>a:hover{color:var(--accent)}body.nav-open>[data-nav-overlay]{opacity:1;pointer-events:auto}.skip-link{position:absolute;top:-100%;left:var(--spacing-sm);background:var(--accent);color:var(--bg);padding:.5rem 1rem;border-radius:var(--border-radius);z-index:300;font-size:.875rem}.skip-link:focus{top:var(--spacing-sm)}body>main>section#hero{min-height:min(100vh,52rem);display:flex;flex-direction:column;justify-content:center;padding:var(--spacing-xl) max(var(--spacing-lg),(100% - var(--max-width))/2 + var(--spacing-lg));position:relative;overflow:hidden;background:linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 100%)}body>main>section#hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg, transparent, var(--accent), transparent)}body>main>section#hero>div:first-child{position:absolute;inset:0;pointer-events:none}body>main>section#hero>div:first-child>span{position:absolute;border-radius:50%;background:var(--accent)}body>main>section#hero>div:first-child>span:nth-child(1){width:5px;height:5px;top:20%;left:30%;opacity:.15;animation:float 10s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(2){width:4px;height:4px;top:37%;left:53%;opacity:.2;animation:float 13s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(3){width:3px;height:3px;top:54%;left:76%;opacity:.25;animation:float 8s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(4){width:2px;height:2px;top:71%;left:4%;opacity:.3;animation:float 11s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(5){width:5px;height:5px;top:88%;left:27%;opacity:.1;animation:float 14s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(6){width:4px;height:4px;top:10%;left:50%;opacity:.15;animation:float 9s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(7){width:3px;height:3px;top:27%;left:73%;opacity:.2;animation:float 12s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(8){width:2px;height:2px;top:44%;left:1%;opacity:.25;animation:float 7s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(9){width:5px;height:5px;top:61%;left:24%;opacity:.3;animation:float 10s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(10){width:4px;height:4px;top:78%;left:47%;opacity:.1;animation:float 13s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(11){width:3px;height:3px;top:0%;left:70%;opacity:.15;animation:float 8s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(12){width:2px;height:2px;top:17%;left:93%;opacity:.2;animation:float 11s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(13){width:5px;height:5px;top:34%;left:21%;opacity:.25;animation:float 14s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(14){width:4px;height:4px;top:51%;left:44%;opacity:.3;animation:float 9s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(15){width:3px;height:3px;top:68%;left:67%;opacity:.1;animation:float 12s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(16){width:2px;height:2px;top:85%;left:90%;opacity:.15;animation:float 7s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(17){width:5px;height:5px;top:7%;left:18%;opacity:.2;animation:float 10s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(18){width:4px;height:4px;top:24%;left:41%;opacity:.25;animation:float 13s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(19){width:3px;height:3px;top:41%;left:64%;opacity:.3;animation:float 8s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(20){width:2px;height:2px;top:58%;left:87%;opacity:.1;animation:float 11s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(21){width:5px;height:5px;top:75%;left:15%;opacity:.15;animation:float 14s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(22){width:4px;height:4px;top:92%;left:38%;opacity:.2;animation:float 9s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(23){width:3px;height:3px;top:14%;left:61%;opacity:.25;animation:float 12s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(24){width:2px;height:2px;top:31%;left:84%;opacity:.3;animation:float 7s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(25){width:5px;height:5px;top:48%;left:12%;opacity:.1;animation:float 10s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(26){width:4px;height:4px;top:65%;left:35%;opacity:.15;animation:float 13s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(27){width:3px;height:3px;top:82%;left:58%;opacity:.2;animation:float 8s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(28){width:2px;height:2px;top:4%;left:81%;opacity:.25;animation:float 11s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(29){width:5px;height:5px;top:21%;left:9%;opacity:.3;animation:float 14s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(30){width:4px;height:4px;top:38%;left:32%;opacity:.1;animation:float 9s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(31){width:3px;height:3px;top:55%;left:55%;opacity:.15;animation:float 12s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(32){width:2px;height:2px;top:72%;left:78%;opacity:.2;animation:float 7s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(33){width:5px;height:5px;top:89%;left:6%;opacity:.25;animation:float 10s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(34){width:4px;height:4px;top:11%;left:29%;opacity:.3;animation:float 13s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(35){width:3px;height:3px;top:28%;left:52%;opacity:.1;animation:float 8s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(36){width:2px;height:2px;top:45%;left:75%;opacity:.15;animation:float 11s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(37){width:5px;height:5px;top:62%;left:3%;opacity:.2;animation:float 14s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(38){width:4px;height:4px;top:79%;left:26%;opacity:.25;animation:float 9s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(39){width:3px;height:3px;top:1%;left:49%;opacity:.3;animation:float 12s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(40){width:2px;height:2px;top:18%;left:72%;opacity:.1;animation:float 7s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(41){width:5px;height:5px;top:35%;left:0%;opacity:.15;animation:float 10s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(42){width:4px;height:4px;top:52%;left:23%;opacity:.2;animation:float 13s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(43){width:3px;height:3px;top:69%;left:46%;opacity:.25;animation:float 8s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(44){width:2px;height:2px;top:86%;left:69%;opacity:.3;animation:float 11s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(45){width:5px;height:5px;top:8%;left:92%;opacity:.1;animation:float 14s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(46){width:4px;height:4px;top:25%;left:20%;opacity:.15;animation:float 9s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(47){width:3px;height:3px;top:42%;left:43%;opacity:.2;animation:float 12s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(48){width:2px;height:2px;top:59%;left:66%;opacity:.25;animation:float 7s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(49){width:5px;height:5px;top:76%;left:89%;opacity:.3;animation:float 10s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(50){width:4px;height:4px;top:93%;left:17%;opacity:.1;animation:float 13s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(51){width:3px;height:3px;top:15%;left:40%;opacity:.15;animation:float 8s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(52){width:2px;height:2px;top:32%;left:63%;opacity:.2;animation:float 11s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(53){width:5px;height:5px;top:49%;left:86%;opacity:.25;animation:float 14s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(54){width:4px;height:4px;top:66%;left:14%;opacity:.3;animation:float 9s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(55){width:3px;height:3px;top:83%;left:37%;opacity:.1;animation:float 12s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(56){width:2px;height:2px;top:5%;left:60%;opacity:.15;animation:float 7s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(57){width:5px;height:5px;top:22%;left:83%;opacity:.2;animation:float 10s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(58){width:4px;height:4px;top:39%;left:11%;opacity:.25;animation:float 13s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(59){width:3px;height:3px;top:56%;left:34%;opacity:.3;animation:float 8s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(60){width:2px;height:2px;top:73%;left:57%;opacity:.1;animation:float 11s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(61){width:5px;height:5px;top:90%;left:80%;opacity:.15;animation:float 14s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(62){width:4px;height:4px;top:12%;left:8%;opacity:.2;animation:float 9s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(63){width:3px;height:3px;top:29%;left:31%;opacity:.25;animation:float 12s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(64){width:2px;height:2px;top:46%;left:54%;opacity:.3;animation:float 7s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(65){width:5px;height:5px;top:63%;left:77%;opacity:.1;animation:float 10s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(66){width:4px;height:4px;top:80%;left:5%;opacity:.15;animation:float 13s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(67){width:3px;height:3px;top:2%;left:28%;opacity:.2;animation:float 8s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(68){width:2px;height:2px;top:19%;left:51%;opacity:.25;animation:float 11s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(69){width:5px;height:5px;top:36%;left:74%;opacity:.3;animation:float 14s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(70){width:4px;height:4px;top:53%;left:2%;opacity:.1;animation:float 9s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(71){width:3px;height:3px;top:70%;left:25%;opacity:.15;animation:float 12s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(72){width:2px;height:2px;top:87%;left:48%;opacity:.2;animation:float 7s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(73){width:5px;height:5px;top:9%;left:71%;opacity:.25;animation:float 10s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(74){width:4px;height:4px;top:26%;left:94%;opacity:.3;animation:float 13s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(75){width:3px;height:3px;top:43%;left:22%;opacity:.1;animation:float 8s ease-in-out infinite 0s}body>main>section#hero>div:first-child>span:nth-child(76){width:2px;height:2px;top:60%;left:45%;opacity:.15;animation:float 11s ease-in-out infinite 2s}body>main>section#hero>div:first-child>span:nth-child(77){width:5px;height:5px;top:77%;left:68%;opacity:.2;animation:float 14s ease-in-out infinite 4s}body>main>section#hero>div:first-child>span:nth-child(78){width:4px;height:4px;top:94%;left:91%;opacity:.25;animation:float 9s ease-in-out infinite 6s}body>main>section#hero>div:first-child>span:nth-child(79){width:3px;height:3px;top:16%;left:19%;opacity:.3;animation:float 12s ease-in-out infinite 8s}body>main>section#hero>div:first-child>span:nth-child(80){width:2px;height:2px;top:33%;left:42%;opacity:.1;animation:float 7s ease-in-out infinite 0s}body>main>section#hero>header>h1{font-size:var(--step-display);font-weight:800;line-height:1.05;letter-spacing:-0.035em;color:var(--heading);overflow-wrap:anywhere;position:relative;z-index:1}body>main>section#hero>p{margin-top:var(--spacing-md);max-width:var(--measure);color:var(--muted);font-size:1rem;line-height:1.75;position:relative;z-index:1}body>main>section#hero>nav{display:flex;align-items:center;gap:var(--spacing-md);margin-top:var(--spacing-md);position:relative;z-index:1}body>main>section#hero>nav>a{display:inline-block;padding:.75rem 1.75rem;background:var(--accent);color:var(--bg);font-weight:600;font-size:.875rem;border-radius:var(--border-radius);transition:opacity var(--transition-speed)}body>main>section#hero>nav>a:hover{opacity:.85;color:var(--bg)}body>main>section#hero>nav>span{color:var(--muted);font-size:.875rem}@keyframes float{0%,100%{transform:translateY(0) translateX(0);opacity:var(--float-opacity, 0.2)}25%{transform:translateY(-15px) translateX(5px)}50%{transform:translateY(-5px) translateX(-8px);opacity:calc(var(--float-opacity, 0.2) + .1)}75%{transform:translateY(-20px) translateX(3px)}}body>main>section#stats{padding:var(--spacing-lg) max(var(--spacing-lg),(100% - var(--max-width))/2 + var(--spacing-lg));border-top:1px solid var(--border);border-bottom:1px solid var(--border);background-color:var(--bg-alt)}body>main>section#stats>dl{max-width:var(--max-width);margin-inline:auto;display:flex;justify-content:center;align-items:center;gap:var(--spacing-lg)}body>main>section#stats>dl>div{text-align:center}body>main>section#stats>dl>div>dt{font-size:2rem;font-weight:800;color:var(--heading);line-height:1}body>main>section#stats>dl>div>dd{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-top:.25rem}body>main>section#stats>dl>div:not(:last-child){padding-right:var(--spacing-lg);border-right:1px solid var(--border)}.availability-widget{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted);white-space:nowrap}.availability-widget__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--muted);box-shadow:0 0 0 0 rgba(0,0,0,0)}.availability-widget__label{color:var(--text);font-weight:500}.availability-widget__meta{color:var(--muted)}.availability-widget__meta:not(:empty)::before{content:"·";margin-right:.5rem;color:var(--muted)}.availability-widget.is-around .availability-widget__dot{background:#4ade80;animation:availability-pulse 2s ease-in-out infinite}.availability-widget.is-tied-up .availability-widget__dot{background:#fb923c;animation:availability-pulse 2.4s ease-in-out infinite}.availability-widget.is-signed-off .availability-widget__dot{background:var(--muted);opacity:.7}.availability-widget.is-recharging .availability-widget__dot{background:var(--muted);opacity:.7}.availability-widget.is-gone-riding .availability-widget__dot{background:var(--muted);opacity:.7}[data-availability-state=around] [data-accent-picker]>[data-accent-group=around],[data-availability-state=tied_up] [data-accent-picker]>[data-accent-group=tied_up],[data-availability-state=recharging] [data-accent-picker]>[data-accent-group=signed_off],[data-availability-state=gone_riding] [data-accent-picker]>[data-accent-group=signed_off],[data-availability-state=signed_off] [data-accent-picker]>[data-accent-group=signed_off]{display:block}html:not([data-availability-state]) [data-accent-picker]>[data-accent-group=signed_off],html[data-availability-state=""] [data-accent-picker]>[data-accent-group=signed_off],html:not([data-availability-state=around]):not([data-availability-state=tied_up]):not([data-availability-state=recharging]):not([data-availability-state=gone_riding]):not([data-availability-state=signed_off]) [data-accent-picker]>[data-accent-group=signed_off]{display:block}@keyframes availability-pulse{0%,100%{box-shadow:0 0 0 0 currentColor;transform:scale(1)}50%{box-shadow:0 0 0 6px rgba(0,0,0,0);transform:scale(1.15)}}body[data-page=error]{min-height:100dvh;display:flex;flex-direction:column}body[data-page=error]>header>nav>div>.availability-widget{height:26px}body[data-page=error]>header>nav>div>.availability-widget .availability-widget__meta{display:none}@media(min-width: 768px){body[data-page=error]>header>nav>div>.availability-widget .availability-widget__meta{display:inline}}body[data-page=error]>main{flex:1;display:flex}body[data-page=error] .error-shell{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;padding:var(--spacing-lg) max(var(--spacing-md),(100% - var(--max-width))/2 + var(--spacing-md));background:linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 100%)}body[data-page=error] .error-shell::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg, transparent, var(--accent), transparent)}body[data-page=error] .error-body{position:relative;max-width:34rem;animation:error-body-in .7s cubic-bezier(0.16, 1, 0.3, 1) both}@media(min-width: 1024px){body[data-page=error] .error-body{display:grid;grid-template-columns:minmax(0, 34rem) 1px minmax(16rem, 1fr);grid-template-areas:"status   status status" "headline rule   destinations" "note     rule   destinations" ".        rule   destinations";grid-template-rows:auto auto auto 1fr;align-content:center;column-gap:var(--spacing-lg);max-width:none}body[data-page=error] .error-body::before{content:"";grid-area:rule;background:linear-gradient(180deg, transparent, var(--border) 15%, var(--border) 85%, transparent)}}body[data-page=error] .error-status{grid-area:status;display:flex;flex-wrap:wrap;align-items:baseline;gap:0 1.25rem;margin:0 0 var(--spacing-md);font-family:var(--font-mono)}body[data-page=error] .error-status::after{content:"";flex:0 0 100%;height:1px;margin-top:var(--spacing-sm);background:linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 12%, transparent));transform-origin:left center;animation:error-rule-draw .8s cubic-bezier(0.16, 1, 0.3, 1) .15s both}body[data-page=error] .error-status-protocol{flex:0 0 100%;font-size:.75rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}@media(min-width: 1024px){body[data-page=error] .error-status-protocol{margin-bottom:1rem}}body[data-page=error] .error-status-code{font-size:clamp(3.5rem,9vw,10rem);font-weight:700;line-height:.9;letter-spacing:-0.02em;color:var(--accent)}@media(min-width: 1024px){body[data-page=error] .error-status-code{font-size:clamp(10rem,21vw,19rem);line-height:.82}}body[data-page=error] .error-status-reason{font-size:clamp(1rem,3vw,1.5rem);font-weight:500;line-height:1.2;color:var(--heading)}@media(min-width: 1024px){body[data-page=error] .error-status-reason{padding-bottom:.3em}}body[data-page=error] .error-headline{grid-area:headline;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;line-height:1.2;color:var(--heading);margin:0;max-width:34rem}body[data-page=error] .error-note{grid-area:note;margin:var(--spacing-sm) 0 0;color:var(--muted);font-size:1rem;line-height:1.7;max-width:34rem}body[data-page=error] .error-destinations{grid-area:destinations;list-style:none;margin:var(--spacing-md) 0 0;padding:0}@media(min-width: 1024px){body[data-page=error] .error-destinations{margin-top:0;align-self:start;max-width:22rem}}body[data-page=error] .error-destinations>li{border-top:1px solid var(--border)}body[data-page=error] .error-destinations>li:last-child{border-bottom:1px solid var(--border)}body[data-page=error] .error-destinations>li>a{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem var(--spacing-sm);padding:.875rem .75rem;border-left:2px solid rgba(0,0,0,0)}@media(min-width: 1024px){body[data-page=error] .error-destinations>li>a{flex-direction:column;align-items:stretch;gap:.25rem;padding:1rem .875rem}}body[data-page=error] .error-destinations>li>a{transition:border-color var(--transition-speed),padding-left var(--transition-speed),background-color var(--transition-speed)}body[data-page=error] .error-destinations>li>a:hover,body[data-page=error] .error-destinations>li>a:focus-visible{border-left-color:var(--accent);padding-left:1.25rem;background-color:var(--bg-alt)}body[data-page=error] .error-destinations>li>a:hover .error-destination-label,body[data-page=error] .error-destinations>li>a:focus-visible .error-destination-label{color:var(--accent)}body[data-page=error] .error-destinations>li:first-child .error-destination-label{color:var(--accent)}body[data-page=error] .error-destination-label{flex:1 0 auto;font-size:.9375rem;font-weight:600;color:var(--heading);transition:color var(--transition-speed)}body[data-page=error] .error-destination-hint{font-family:var(--font-mono);font-size:.75rem;color:var(--muted)}@keyframes error-body-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes error-rule-draw{from{transform:scaleX(0)}to{transform:scaleX(1)}}@media(prefers-reduced-motion: reduce){body[data-page=error] .error-body,body[data-page=error] .error-status::after{animation:none}}
