@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@6..144,200..800&display=swap";.loader__orbit{transform-origin:100px 100px;animation:loader-spin 3s linear infinite}@media (prefers-reduced-motion: reduce){.loader__orbit{animation:none}}@keyframes loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-check{animation:success-check-pop .22s cubic-bezier(.34,1.56,.64,1) both}.success-check__ring{stroke-dasharray:107;stroke-dashoffset:107;animation:success-check-draw .35s ease-out 0ms forwards}.success-check__mark{stroke-dasharray:26;stroke-dashoffset:26;animation:success-check-draw .3s ease-out .22s forwards}@media (prefers-reduced-motion: reduce){.success-check{animation:none}.success-check__ring,.success-check__mark{animation:none;stroke-dashoffset:0}}@keyframes success-check-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes success-check-draw{to{stroke-dashoffset:0}}.bottom-nav{position:fixed;left:0;right:0;bottom:0;margin:0 auto;max-width:600px;display:flex;background:var(--color-surface-1);border-top:1px solid var(--color-divider);box-shadow:0 -8px 24px #00000080;padding-bottom:env(safe-area-inset-bottom);z-index:50}.bottom-nav__tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2xs);min-height:56px;padding:var(--space-xs) var(--space-2xs);background:transparent;border:none;color:var(--color-text-tertiary);font-family:var(--font-ui);cursor:pointer;position:relative}@media (prefers-reduced-motion: no-preference){.bottom-nav__tab{transition:color .15s ease}}.bottom-nav__tab:active{opacity:.7}.bottom-nav__tab:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px;border-radius:var(--radius-sm)}.bottom-nav__tab--active{color:var(--color-text-primary)}.bottom-nav__indicator{position:absolute;top:2px;width:20px;height:3px;border-radius:var(--radius-full);background:var(--color-accent)}.bottom-nav__label{font-family:var(--font-brand);font-size:12px;font-weight:600;letter-spacing:.02em;line-height:var(--lh-caption)}.more-sheet__scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:60;animation:more-sheet-fade .2s ease-out}@media (prefers-reduced-motion: reduce){.more-sheet__scrim{animation:none}}@keyframes more-sheet-fade{0%{opacity:0}to{opacity:1}}.more-sheet__panel{position:fixed;left:0;right:0;bottom:0;margin:0 auto;max-width:600px;max-height:80vh;overflow-y:auto;background:var(--color-surface-1);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-sm) var(--gutter) calc(var(--space-lg) + env(safe-area-inset-bottom));z-index:61;animation:more-sheet-slide-up .3s cubic-bezier(0,.6,.3,1)}@media (prefers-reduced-motion: reduce){.more-sheet__panel{animation:more-sheet-fade .15s ease-out}}@keyframes more-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.more-sheet__grabber{width:36px;height:4px;border-radius:var(--radius-full);background:var(--color-surface-4);margin:var(--space-xs) auto var(--space-md)}.more-sheet__row{display:flex;align-items:center;gap:var(--space-sm);min-height:56px;width:100%;padding:var(--space-sm) var(--space-2xs);background:transparent;border:none;border-radius:var(--radius-sm);color:var(--color-text-primary);font-family:var(--font-ui);font-size:var(--text-body-size);text-align:left;cursor:pointer}.more-sheet__row:active{background:var(--color-surface-2)}.more-sheet__row:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.more-sheet__row-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-surface-3);color:var(--color-text-primary);flex:none}.more-sheet__divider{height:1px;background:var(--color-divider);margin:var(--space-sm) 0;border:none}:root{--color-accent:#C4F82A;--color-accent-bright:#C9FF3D;--color-accent-deep:#A8E000;--color-accent-glow:rgba(178,232,46,.35);--color-bg-base:#0A0A0B;--color-bg-void:#000000;--color-surface-1:#141416;--color-surface-2:#1C1C1E;--color-surface-3:#2A2A2D;--color-surface-4:#3A3A3C;--color-text-primary:#FFFFFF;--color-text-secondary:#B7B7BC;--color-text-tertiary:#85858B;--color-text-disabled:#626267;--color-text-on-accent:#0A0A0B;--color-text-on-inverse:#000000;--color-danger:#FF3B30;--color-danger-deep:#C4271D;--color-danger-glow:rgba(255,59,48,.35);--color-text-on-danger:#FFFFFF;--color-inverse-surface:#FFFFFF;--color-status-positive:#C4F82A;--color-map-road:#8A8A8E;--color-map-building:#C9C9CE;--color-divider:rgba(255,255,255,.08);--color-role-lead:#C4F82A;--color-role-sweep:#FF7A5A;--color-role-member:#5AC8FA;--color-checkpoint-reached:#C4F82A;--color-checkpoint-upcoming:#6B6B70;--text-body:var(--color-text-primary);--text-muted:var(--color-text-secondary);--text-hint:var(--color-text-tertiary);--surface-app:var(--color-bg-base);--surface-card:var(--color-surface-2);--surface-sheet:var(--color-surface-1);--action-primary:var(--color-accent);--action-primary-pressed:var(--color-accent-deep);--focus-ring:var(--color-accent);--border-hairline:var(--color-divider)}[data-theme=light]{--color-bg-base:#F5F5F7;--color-bg-void:#FFFFFF;--color-surface-1:#FFFFFF;--color-surface-2:#EFEFF2;--color-surface-3:#E6E6EB;--color-surface-4:#D6D6DC;--color-text-primary:#0A0A0B;--color-text-secondary:#5A5A60;--color-text-tertiary:#8A8A90;--color-text-on-accent:#0A0A0B;--color-text-on-inverse:#FFFFFF;--color-inverse-surface:#0A0A0B;--color-map-road:#B0B0B6;--color-map-building:#8A8A8E;--color-divider:rgba(0,0,0,.1);--color-danger:#E5342A;--color-danger-deep:#B21F16;--color-role-member:#0A84D8;--color-checkpoint-upcoming:#9A9AA0;--shadow-card:0 8px 24px rgba(20,20,25,.12);--glow-accent:0 0 48px 8px var(--color-accent-glow)}:root{--font-brand:"Bricolage Grotesque","Poppins",sans-serif;--font-brand-tracking:-.01em;--font-ui:"Bricolage Grotesque","Inter",system-ui,sans-serif;--font-numeric:var(--font-ui);--text-display:44px;--lh-display:48px;--text-h1:26px;--lh-h1:32px;--text-h2:20px;--lh-h2:26px;--text-metric:32px;--lh-metric:34px;--text-body-size:16px;--lh-body:24px;--text-button:17px;--text-label:14px;--lh-label:20px;--text-caption:13px;--lh-caption:18px;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--tracking-brand:-.02em}:root{--space-2xs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--gutter:20px;--control-height:56px;--input-height:54px}:root{--radius-full:999px;--radius-lg:20px;--radius-md:16px;--radius-sm:12px;--shadow-card:0 8px 24px rgba(0,0,0,.5);--glow-accent:0 0 48px 8px var(--color-accent-glow)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--color-bg-base);color:var(--color-text-primary);font-family:var(--font-ui);font-size:var(--text-body-size);line-height:var(--lh-body);-webkit-font-smoothing:antialiased}input,button,select,textarea{font-family:inherit}h1{font-family:var(--font-brand);font-weight:var(--weight-bold);letter-spacing:var(--font-brand-tracking, -.01em)}a{color:var(--color-accent);text-decoration:none}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--focus-ring)}.home-wallpaper__img{background-position:center bottom;background-size:cover;background-repeat:no-repeat;background-image:-webkit-image-set(url(/wallpaper/home-bike@0.5.webp) 1x,url(/wallpaper/home-bike.webp) 2x);background-image:image-set(url(/wallpaper/home-bike@0.5.webp) 1x,url(/wallpaper/home-bike.webp) 2x)}:root{--tabbar-height: calc(var(--control-height) + 2 * var(--space-xs) + var(--space-sm));--shadow-raised: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -2px 0 rgba(0, 0, 0, .35), 0 3px 0 rgba(0, 0, 0, .55), 0 10px 22px rgba(0, 0, 0, .55);--shadow-raised-accent: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -2px 0 rgba(0, 0, 0, .35), 0 3px 0 #7FA800, 0 10px 22px rgba(0, 0, 0, .55);--shadow-raised-danger: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -2px 0 rgba(0, 0, 0, .35), 0 3px 0 #9E1F17, 0 10px 22px rgba(0, 0, 0, .55);--shadow-pressed: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 2px 4px rgba(0, 0, 0, .45), 0 1px 0 rgba(0, 0, 0, .55), 0 2px 6px rgba(0, 0, 0, .4);--grad-surface: linear-gradient( 180deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .02) 45%, rgba(0, 0, 0, .18) 100% );--grad-accent: linear-gradient( 180deg, var(--color-accent-bright) 0%, var(--color-accent) 45%, var(--color-accent-deep) 100% );--grad-danger: linear-gradient( 180deg, #ff6a61 0%, var(--color-danger) 45%, var(--color-danger-deep) 100% );--shadow-nav: 0 -8px 24px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .06)}.ui-raised{transition:transform .06s ease,box-shadow .06s ease}.ui-raised:active{transform:translateY(3px);box-shadow:var(--shadow-pressed)!important}@keyframes mic-listening-pulse{0%,to{box-shadow:0 0 0 0 var(--color-accent-glow)}50%{box-shadow:0 0 0 10px transparent}}.mic-listening{animation:mic-listening-pulse 1.6s ease-in-out infinite}
