:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--type-xs: .6875rem;--type-sm: .8125rem;--type-md: .9375rem;--type-lg: 1.25rem;--type-xl: clamp(1.75rem, 3vw, 2.5rem);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--motion-fast: .12s;--motion-base: .2s;--motion-slow: .32s;--ease-mechanical: cubic-bezier(.2, .9, .3, 1)}:root,:root[data-theme=light]{color-scheme:light;--surface-1: #e9e5dc;--surface-2: #f1ede4;--surface-3: #faf7f0;--bg: var(--surface-1);--panel: var(--surface-3);--panel-2: var(--surface-2);--tile: #e2ddd3;--border: #d5cfc4;--border-strong: #b8c1ce;--ink: #171b22;--graphite: #202733;--on-graphite: #b8c0cd;--text2: #4c535c;--text3: #353c45;--mono3: #4a5869;--accent: #285bc7;--accent-fill: #285bc7;--on-accent: #f7f9ff;--accent-tint: #e5ebf8;--on-tint: #19499f;--accent-soft: rgba(40, 91, 199, .34);--signal: #526d00;--signal-tint: rgba(119, 151, 22, .16);--on-signal: #ffffff;--green-tint: #e2e8d3;--on-green: #435d00;--gold: #607c00;--rec: #b32f27;--video-bg: #0e1211;--overlay-bg: rgba(250, 247, 240, .88);--overlay-bg-strong: rgba(250, 247, 240, .94);--overlay-border: rgba(53, 60, 69, .18);--overlay-ink: #171b22;--overlay-text2: #4c535c;--video-meta: rgba(250, 247, 240, .76);--map-bg: #ece9e1;--map-forest: #dde3d5;--map-water: #c7d7de;--map-road-casing: #c8d0d6;--map-road-fill: #faf8f3;--map-road-minor: #ddd9d0;--map-label: #4c535c;--map-label-water: #485a62;--map-marker-core: #faf7f0;--tl-future: #ddddd6;--tl-baseline: #e8e7e1;--tl-dot-bg: #ffffff;--tl-dot-border: #cfd8e5;--playhead: var(--signal);--playhead-shadow: 0 0 0 3px rgba(82, 109, 0, .14);--panel-shadow: 0 1px 2px rgba(23, 27, 34, .05), 0 12px 32px rgba(23, 27, 34, .04);--video-shadow: 0 12px 34px rgba(23, 27, 34, .16);--play-shadow: 0 4px 14px rgba(40, 91, 199, .24);--map-btn-shadow: 0 1px 3px rgba(18, 22, 31, .12);--toggle-shadow: 0 1px 2px rgba(18, 22, 31, .08);--toggle-active-bg: var(--surface-3);--logo-bg: #202733;--logo-ink: #f1ede4}:root[data-theme=dark]{color-scheme:dark;--surface-1: #090d12;--surface-2: #10161d;--surface-3: #151d26;--bg: var(--surface-1);--panel: var(--surface-2);--panel-2: var(--surface-3);--tile: #1b2530;--border: #28333f;--border-strong: #3a4857;--ink: #f0f1ee;--graphite: #151d26;--on-graphite: #adb7c3;--text2: #aab3bd;--text3: #d2d7dc;--mono3: #9aa7b8;--accent: #6b9dff;--accent-fill: #6b9dff;--on-accent: #071225;--accent-tint: rgba(107, 157, 255, .14);--on-tint: #9bbcff;--accent-soft: rgba(107, 157, 255, .3);--signal: #b9e447;--signal-tint: rgba(185, 228, 71, .13);--on-signal: #1b2405;--green-tint: rgba(185, 228, 71, .13);--on-green: #c9ef67;--gold: #b9e447;--rec: #ff7563;--video-bg: #030609;--overlay-bg: rgba(9, 13, 18, .76);--overlay-bg-strong: rgba(9, 13, 18, .86);--overlay-border: rgba(240, 241, 238, .14);--overlay-ink: rgba(240, 241, 238, .9);--overlay-text2: #b0b9c3;--video-meta: rgba(240, 241, 238, .62);--map-bg: #0e151c;--map-forest: #151f27;--map-water: #172936;--map-road-casing: #29343e;--map-road-fill: #26313a;--map-road-minor: #1b252e;--map-label: #9da8b3;--map-label-water: #91a8b3;--map-marker-core: #0e151c;--tl-future: #26313f;--tl-baseline: #2a3546;--tl-dot-bg: #111828;--tl-dot-border: #3a4658;--playhead: var(--signal);--playhead-shadow: 0 0 12px rgba(185, 228, 71, .38);--panel-shadow: none;--video-shadow: none;--play-shadow: 0 0 18px rgba(185, 228, 71, .18);--map-btn-shadow: none;--toggle-shadow: none;--toggle-active-bg: var(--tile);--logo-bg: rgba(107, 157, 255, .14);--logo-ink: #9bbcff}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh}body{background:var(--bg);color:var(--ink);font-family:Archivo,system-ui,sans-serif}.rr-skip-link{position:fixed;z-index:10000;top:8px;left:8px;padding:10px 14px;border-radius:10px;background:var(--ink);color:var(--bg);transform:translateY(-160%)}.rr-skip-link:focus{transform:translateY(0)}:where(a,button,input,select,textarea,[role=button],[role=slider],[tabindex]):focus-visible{outline:3px solid var(--accent)!important;outline-offset:3px}:where(a,button,input,select,textarea,[role=button],[role=slider]){transition:background-color var(--motion-fast) var(--ease-mechanical),border-color var(--motion-fast) var(--ease-mechanical),color var(--motion-fast) var(--ease-mechanical),opacity var(--motion-fast) var(--ease-mechanical),box-shadow var(--motion-fast) var(--ease-mechanical),transform var(--motion-fast) var(--ease-mechanical)}:where(button,input,select,textarea):disabled,[aria-disabled=true]{cursor:not-allowed!important;opacity:.56}.rr-app-shell{min-height:100vh;padding:var(--space-4);background:var(--bg);color:var(--ink)}.rr-app-header,.rr-toolbar{display:flex;align-items:center;gap:var(--space-3)}.rr-app-header{min-height:64px;padding:var(--space-3) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--panel);box-shadow:var(--panel-shadow)}.rr-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--panel-shadow)}.rr-toolbar{flex-wrap:wrap;padding:var(--space-2);border-radius:var(--radius-md);background:var(--panel-2)}.rr-control{min-height:36px;padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--tile);color:var(--text3)}.rr-control:not(:disabled):not([aria-disabled=true]):hover{border-color:var(--border-strong);color:var(--ink);transform:translateY(-1px)}.rr-control:not(:disabled):not([aria-disabled=true]):active{transform:translateY(0)}.rr-hud{padding:var(--space-2) var(--space-3);border:1px solid var(--overlay-border);border-radius:var(--radius-sm);background:var(--overlay-bg-strong);color:var(--overlay-ink);font-family:Spline Sans Mono,monospace;font-variant-numeric:tabular-nums}.rr-theme-toggle{display:flex;gap:3px;padding:3px;border:1px solid var(--border);border-radius:999px;background:var(--tile)}.rr-theme-toggle__button{display:flex;align-items:center;justify-content:center;width:28px;height:26px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--mono3);cursor:pointer}.rr-theme-toggle__button[aria-pressed=true]{background:var(--toggle-active-bg);color:var(--gold);box-shadow:var(--toggle-shadow)}.rr-theme-toggle__button:not(:disabled):not([aria-disabled=true]):not([aria-pressed=true]):hover{color:var(--text3)}@media(prefers-reduced-motion:reduce){:where(a,button,input,select,textarea,[role=button],[role=slider],[tabindex]),.rr-skip-link,.rr-panel,.rr-control{transition-duration:.01ms!important}.rr-control:not(:disabled):not([aria-disabled=true]):hover,.rr-control:not(:disabled):not([aria-disabled=true]):active{transform:none}.rr-player-video-media,.rr-player-context-controls,.rr-player-hud-details,.rr-landing-video{transition-duration:.01ms!important}.rr-route-line{animation:none!important;stroke-dashoffset:0}}.rr-player{height:100vh;overflow:hidden;display:flex;flex-direction:column;gap:var(--space-3);padding:18px;font-family:Archivo,system-ui,sans-serif}.rr-studio{height:100vh;min-height:680px;display:flex;overflow:hidden;padding:0;font-family:Archivo,system-ui,sans-serif}.rr-studio-nav{width:68px;flex:none;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 0}.rr-studio-shell{min-width:0;flex:1;display:flex;flex-direction:column;gap:14px;padding:16px 16px 16px 0}.rr-studio-header{min-height:52px;flex:none;display:flex;align-items:center;gap:14px}.rr-studio-title{margin:0;font-size:26px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.rr-studio-export{min-height:42px;box-shadow:0 0 0 1px color-mix(in srgb,var(--signal) 45%,transparent),0 10px 30px color-mix(in srgb,var(--signal) 18%,transparent)}.rr-studio-workspace{min-height:0;flex:1;display:grid;grid-template-areas:"fragments stage settings";grid-template-columns:minmax(230px,276px) minmax(460px,1fr) minmax(280px,320px);gap:14px}.rr-studio-fragments{grid-area:fragments;min-width:0;overflow-y:auto}.rr-studio-disclosure>summary{min-height:44px;display:flex;align-items:center;padding:10px 16px;border-bottom:1px solid var(--border);color:var(--text2);cursor:pointer;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.rr-studio-disclosure-body{min-height:100%}.rr-studio-fragments>.rr-studio-disclosure-body{display:flex;flex-direction:column;gap:12px;padding:16px}.rr-studio-stage{grid-area:stage;min-width:0;display:grid;grid-template-columns:minmax(260px,3fr) minmax(280px,2fr);gap:14px}.rr-studio-stage--solo{grid-template-columns:minmax(0,1fr)}.rr-studio-preview{min-width:0;min-height:360px;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;overflow:hidden;background:var(--bg)}.rr-studio-preview>div:last-child{max-width:calc(100% - 24px);flex-wrap:wrap;justify-content:center}.rr-studio-map{min-width:0;min-height:360px;display:flex;flex-direction:column;gap:10px;padding:14px;box-sizing:border-box}.rr-studio-settings{grid-area:settings;min-width:0;min-height:0}.rr-studio-settings-body{display:flex;flex-direction:column;gap:14px}.rr-studio-settings-panel{min-height:0;flex:1;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}.rr-studio-settings-panel--compact{flex:none;gap:11px}.rr-studio-hit{min-width:44px;min-height:44px}.rr-studio-render-status{flex:none;padding:10px 12px;border:1px solid var(--signal);border-radius:var(--radius-sm);background:var(--signal-tint);color:var(--signal);font-size:12px;white-space:nowrap}.rr-studio-cursor-control{min-width:min(220px,30vw);display:flex;align-items:center;gap:9px;color:var(--text2);font-size:10px}.rr-studio-cursor-control input{min-width:100px;flex:1;accent-color:var(--playhead)}.rr-segmented{max-width:100%;display:flex;gap:4px;padding:4px;border:1px solid var(--border);border-radius:999px;overflow-x:auto;background:var(--panel-2)}.rr-segmented__option[aria-pressed=true]{box-shadow:inset 0 0 0 1px var(--border-strong)}.rr-studio-timeline{flex:none;display:flex;flex-direction:column;gap:11px;padding:14px 18px 16px}.rr-studio-timeline>div:first-child{flex-wrap:wrap}@media(min-width:761px)and (max-width:1240px){.rr-studio{height:auto;min-height:100svh;overflow:visible}.rr-studio-workspace{grid-template-areas:"stage stage" "fragments settings";grid-template-columns:minmax(240px,1fr) minmax(280px,1.35fr)}.rr-studio-fragments,.rr-studio-settings{max-height:560px}}@media(max-width:760px){.rr-studio{height:auto;min-height:100svh;flex-direction:column;overflow:visible}.rr-studio-nav{width:100%;height:58px;flex-direction:row;padding:8px 12px}.rr-studio-nav>div{margin-left:auto}.rr-studio-shell{width:100%;padding:10px}.rr-studio-header{height:auto;flex-wrap:wrap;padding:4px 2px}.rr-studio-title{width:100%;font-size:24px}.rr-studio-header>div:nth-of-type(2){margin-left:auto}.rr-studio-export{width:100%;justify-content:center}.rr-studio-render-status{width:100%;box-sizing:border-box;text-align:center}.rr-studio-workspace{display:grid;grid-template-areas:"stage" "fragments" "settings";grid-template-columns:minmax(0,1fr)}.rr-studio-stage{grid-template-columns:minmax(0,1fr)}.rr-studio-preview,.rr-studio-map{min-height:390px}.rr-studio-map{min-height:420px}.rr-studio-disclosure{max-height:none;overflow:hidden}.rr-studio-disclosure>summary{min-height:48px;padding:12px 16px;color:var(--ink);cursor:pointer;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.rr-studio-disclosure>summary::marker{color:var(--signal)}.rr-studio-settings-body{padding-top:10px}.rr-studio-settings-panel{overflow:visible}.rr-studio-timeline{padding:14px 10px}.rr-studio-cursor-control{width:100%;min-width:0}.rr-studio-timeline>div:last-child{display:none!important}}.rr-player-header{flex:none;flex-wrap:nowrap}.rr-player-header-divider{width:1px;height:20px;flex:none;background:var(--border)}.rr-player-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rr-player-header-tools{flex:none;flex-wrap:nowrap;padding:4px;background:color-mix(in srgb,var(--panel-2) 72%,transparent)}.rr-player-coordinates{padding-inline:var(--space-2);color:var(--mono3);font-size:var(--type-xs);white-space:nowrap}.rr-player-studio-link{border-color:var(--accent-soft);background:var(--accent-tint)}.rr-player-follow[aria-pressed=true]{border-color:var(--accent);background:var(--accent-fill);color:var(--on-accent)}.rr-player-follow-dot{width:7px;height:7px;border-radius:50%;background:var(--mono3)}.rr-player-follow[aria-pressed=true] .rr-player-follow-dot{background:var(--on-accent)}.rr-player-stage{flex:1;min-height:0;display:flex;gap:var(--space-3);position:relative}.rr-player-stage.is-fullscreen{gap:0;background:#000}.rr-player-video-frame{flex:3 1 0;min-width:0;min-height:320px;position:relative;overflow:hidden;background:var(--video-bg)}.rr-player-context-controls{position:absolute;right:var(--space-4);z-index:2;display:flex;align-items:center;gap:5px;padding:5px;border:1px solid var(--overlay-border);border-radius:var(--radius-sm);background:var(--overlay-bg-strong);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.58;transition:opacity var(--motion-base) var(--ease-mechanical)}.rr-player-video-frame:hover .rr-player-context-controls,.rr-player-video-frame:focus-within .rr-player-context-controls{opacity:1}.rr-player-hud-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.rr-player-hud-details{position:absolute;left:var(--space-4);top:50%;display:flex;flex-direction:column;gap:var(--space-2);opacity:.46;transform:translateY(-50%);transition:opacity var(--motion-base) var(--ease-mechanical)}.rr-player-video-frame:hover .rr-player-hud-details,.rr-player-video-frame:focus-within .rr-player-hud-details{opacity:.92}.rr-player-hud-tile{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.rr-player-fullscreen-transport{position:absolute;left:var(--space-5);right:var(--space-5);bottom:var(--space-5);display:flex;align-items:center;gap:var(--space-4)}.rr-player-play{flex:none;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--accent-fill);color:var(--on-accent);box-shadow:var(--play-shadow);cursor:pointer}.rr-map-column{flex:2 1 0;min-width:320px;min-height:0}.rr-map-column--wizard{flex-basis:55%}.rr-player-chapters{flex:none;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.rr-player-chapter-list{display:flex;gap:var(--space-2);overflow-x:auto;overscroll-behavior-inline:contain}.rr-player-chapter-list>button{min-width:108px}.rr-player-transport{flex:none;padding:var(--space-3) var(--space-4);display:flex;align-items:center;gap:var(--space-4)}.rr-player-transport-buttons,.rr-player-audio,.rr-player-shortcuts{display:flex;align-items:center;gap:var(--space-2)}.rr-player-timecode{min-width:132px;display:flex;flex-direction:column;gap:3px}.rr-player-timeline{flex:1;min-width:120px;height:60px;position:relative;cursor:pointer}@media(hover:none){.rr-player-context-controls,.rr-player-hud-details{opacity:.9}}@media(max-width:1240px){.rr-player-header{flex-wrap:wrap}.rr-player-title{flex:1 1 260px}.rr-player-header-tools{max-width:100%;margin-left:auto}.rr-map-column--wizard{flex-basis:48%}.rr-map-wizard-row{flex-direction:column}.rr-anchor-wizard-side{width:100%!important;max-height:280px}.rr-player-shortcuts{display:none}}@media(max-width:900px){.rr-player{height:auto;min-height:100svh;overflow:visible;padding:var(--space-3)}.rr-player-header{padding:var(--space-2) var(--space-3)}.rr-player-header-tools{width:100%;margin-left:0;overflow-x:auto;overscroll-behavior-inline:contain}.rr-player-stage:not(.is-fullscreen){flex:none;flex-direction:column}.rr-player-stage:not(.is-fullscreen) .rr-player-video-frame{flex:none;width:100%;min-height:clamp(260px,56vw,480px)}.rr-player-stage:not(.is-fullscreen) .rr-map-column{flex:none;width:100%;min-width:0;min-height:min(68vh,620px)}.rr-player-transport{flex-wrap:wrap}.rr-player-timeline{flex:1 1 calc(100% - 180px);order:2}.rr-player-audio{margin-left:auto}}@media(max-width:620px){.rr-player{padding:var(--space-2);gap:var(--space-2)}.rr-player-header-divider,.rr-player-coordinates{display:none}.rr-player-title{order:3;flex-basis:100%;font-size:var(--type-lg)!important}.rr-player-header-tools{order:4}.rr-player-context-controls{right:var(--space-2)}.rr-player-hud-details{left:var(--space-2);gap:4px}.rr-player-hud-tile{min-width:104px!important;padding:6px 9px}.rr-player-hud-tile:nth-child(n+2){display:none}.rr-player-transport{padding:var(--space-2);gap:var(--space-2)}.rr-player-transport-buttons{width:100%;justify-content:center}.rr-player-timecode{min-width:112px}.rr-player-timeline{flex-basis:100%;order:3}.rr-player-audio{order:2}}.rr-landing{min-height:100vh;overflow-x:hidden;background:var(--bg);color:var(--ink)}.rr-landing-hero{--landing-signal: #c6ee55;--landing-accent: #78a6ff;position:relative;min-height:100svh;overflow:hidden;display:flex;flex-direction:column;padding:20px clamp(20px,4vw,58px);background:#101416;color:#f7f8f4}.rr-landing-media,.rr-landing-shade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.rr-landing-media{background-color:#101416;background-position:center;background-size:cover}.rr-landing-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center 54%;opacity:0;transition:opacity .72s ease-out}.rr-landing-video.is-active{opacity:1}.rr-landing-video--earlier{z-index:1}.rr-landing-shade{background:linear-gradient(90deg,#040709e0,#040709a3 42%,#0407091f 72%),linear-gradient(180deg,rgba(4,7,9,.58) 0%,transparent 28%,transparent 68%,rgba(4,7,9,.72) 100%)}.rr-landing-shade:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0306088f,#0306086b 48%,#0306083d),linear-gradient(180deg,#03060824,#03060838);opacity:0;transition:opacity .72s ease-out}.rr-landing-shade.is-earlier:after{opacity:1}.rr-landing-header,.rr-landing-main,.rr-landing-hero-foot{position:relative;z-index:1}.rr-landing-header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.2)}.rr-wordmark{color:inherit;font-size:23px;font-weight:700;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.rr-wordmark span,.rr-landing-title span{color:var(--signal)}.rr-landing-hero .rr-wordmark span,.rr-landing-title em{color:var(--landing-signal)}.rr-landing-nav{display:flex;align-items:center;gap:clamp(15px,2.4vw,32px)}.rr-landing-nav>a{min-height:44px;display:inline-flex;align-items:center;color:#ffffffd1;font-size:13px;font-weight:700;text-decoration:none}.rr-landing-nav>a:hover{color:#fff}.rr-landing-header .rr-theme-toggle{border-color:#ffffff38;background:#05080a70;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.rr-landing-header .rr-theme-toggle__button{color:#ffffffad}.rr-landing-header .rr-theme-toggle__button[aria-pressed=true]{background:#ffffff24;color:var(--landing-signal)}.rr-landing-main{width:min(1380px,100%);flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,470px);align-items:center;justify-content:space-between;gap:clamp(28px,4vw,56px);margin:0 auto;padding:clamp(52px,9vh,104px) 0 48px}.rr-landing-copy{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.rr-eyebrow{margin:0;color:var(--on-tint);font-size:12px;letter-spacing:.14em}.rr-landing-hero .rr-eyebrow{color:#ffffffbd}.rr-landing-hero .rr-eyebrow span{width:8px;height:8px;display:inline-block;margin-right:5px;border-radius:50%;background:var(--landing-signal);box-shadow:0 0 18px #b9e447b8}.rr-landing-title{max-width:760px;margin:0;font-size:clamp(58px,6.6vw,106px);font-weight:700;line-height:.9;letter-spacing:-.025em;text-transform:uppercase;text-wrap:balance}.rr-landing-title em{display:block;font-style:normal}.rr-landing-lead{max-width:650px;margin:0;color:#fffc;font-size:clamp(17px,1.55vw,21px);line-height:1.55}.rr-landing-actions{display:flex;align-items:center;gap:24px}.rr-primary-action{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;border:0;border-radius:8px;background:var(--signal);color:var(--on-signal);cursor:pointer;font-size:15px;font-weight:700;letter-spacing:.055em;text-decoration:none;text-transform:uppercase}.rr-primary-action:hover{box-shadow:0 10px 34px #b9e44738;transform:translateY(-2px)}.rr-landing-hero .rr-primary-action{background:var(--landing-signal);color:#172004}.rr-secondary-action{min-height:44px;display:inline-flex;align-items:center;gap:10px;color:#ffffffdb;font-size:14px;font-weight:700;text-decoration:none}.rr-secondary-action:hover{color:#fff}.rr-landing-trial{max-width:600px;margin:-4px 0 0;color:#ffffff9e;font-size:12px;line-height:1.5}.rr-landing-trial strong{color:#ffffffe6}.rr-landing-product-glimpse{align-self:end;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:18px;background:#05080a94;box-shadow:0 24px 80px #00000047;color:#f7f8f4;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:border-color .22s ease,box-shadow .22s ease}.rr-landing-product-glimpse.is-dragging{border-color:#b9e4479e;box-shadow:0 24px 80px #00000057,0 0 0 3px #b9e4471a}.rr-landing-glimpse-head,.rr-landing-glimpse-foot{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px}.rr-landing-glimpse-head{border-bottom:1px solid rgba(255,255,255,.14);color:#ffffffb3;font-size:10px;letter-spacing:.12em}.rr-live-dot{color:var(--landing-signal)}.rr-live-dot:before{content:"";width:6px;height:6px;display:inline-block;margin-right:6px;border-radius:50%;background:currentColor}.rr-landing-route{width:100%;height:auto;display:block;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:32px 32px}.rr-map-contours path{fill:none;stroke:#ffffff13;stroke-width:1}.rr-map-country{fill:#ffffff3d;font-size:8px;letter-spacing:.2em}.rr-map-attribution{fill:#ffffff57;font-family:sans-serif;font-size:5px}.rr-route-shadow,.rr-route-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.rr-route-shadow{stroke:#00000080;stroke-width:10}.rr-route-line{stroke:var(--landing-accent);stroke-width:3.25;stroke-dasharray:1;stroke-dashoffset:1;animation:rr-route-draw 2.2s var(--ease-mechanical) .35s forwards}.rr-route-start,.rr-route-now{fill:var(--landing-signal)}.rr-route-now-halo{fill:#b9e4472e;stroke:#b9e44773}.rr-landing-product-glimpse.is-current .rr-route-now-halo{animation:rr-map-marker-pulse 1.4s ease-in-out infinite;transform-box:fill-box;transform-origin:center}.rr-demo-marker,.rr-demo-hand-motion{transform-box:view-box;transform-origin:0 0}.rr-demo-marker{transition:transform 1.4s var(--ease-mechanical),opacity .22s ease}.rr-demo-hand-motion{opacity:0;transition:transform 1.4s var(--ease-mechanical),opacity .18s ease}.rr-demo-hand{fill:#fffffff5;stroke:#05080adb;stroke-width:1.4;paint-order:stroke fill;filter:drop-shadow(0 3px 5px rgba(0,0,0,.55))}.rr-landing-product-glimpse.is-dragging .rr-demo-marker,.rr-landing-product-glimpse.is-earlier .rr-demo-marker,.rr-landing-product-glimpse.is-dragging .rr-demo-hand-motion,.rr-landing-product-glimpse.is-earlier .rr-demo-hand-motion,.rr-landing-product-glimpse.is-resetting .rr-demo-hand-motion{transform:translate(-104.6px,65.7px)}.rr-landing-product-glimpse.is-dragging .rr-demo-hand-motion{opacity:1}.rr-landing-product-glimpse.is-resetting .rr-demo-marker{opacity:0;transform:translate(-104.6px,65.7px)}.rr-landing-product-glimpse.is-current .rr-demo-marker{transition:opacity .26s ease}.rr-demo-hint{opacity:1;transition:opacity .18s ease}.rr-demo-hint rect{fill:#05080ab8;stroke:#ffffff29}.rr-demo-hint text{fill:#ffffffb8;font-family:Spline Sans Mono,monospace;font-size:6px;font-weight:700;letter-spacing:.04em}.rr-landing-product-glimpse:not(.is-current) .rr-demo-hint{opacity:0}.rr-map-destination rect{fill:#05080adb;stroke:#ffffff29}.rr-map-destination text{fill:#ffffffd1;font-family:Spline Sans Mono,monospace;font-size:6.5px;font-weight:700;letter-spacing:.04em}.rr-map-destination text:last-child{fill:var(--landing-signal);font-size:6px}.rr-landing-glimpse-foot{border-top:1px solid rgba(255,255,255,.14);color:#ffffffad;font-size:12px}.rr-landing-glimpse-foot .f-num{color:var(--landing-signal);font-size:17px;font-weight:700}.rr-landing-hero-foot{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.2);color:#ffffff8a;font-size:10px;letter-spacing:.12em}.rr-landing-story{padding:clamp(72px,10vw,132px) clamp(20px,6vw,88px);background:var(--bg)}.rr-landing-story-head,.rr-landing-steps,.rr-landing-final-cta{width:min(1240px,100%);margin-inline:auto}.rr-landing-story-head{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.65fr);align-items:end;gap:30px}.rr-landing-story-head .rr-eyebrow{grid-column:1 / -1;color:var(--on-tint)}.rr-landing-story h2{max-width:820px;margin:0;font-size:clamp(44px,6vw,82px);line-height:.96;letter-spacing:-.025em;text-transform:uppercase}.rr-landing-story-head>p:last-child{margin:0;color:var(--text2);font-size:17px;line-height:1.6}.rr-landing-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(48px,7vw,84px);padding-bottom:48px;gap:clamp(14px,2vw,28px)}.rr-landing-steps article{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--panel-shadow)}.rr-landing-steps article:nth-child(2){transform:translateY(24px)}.rr-landing-steps article:nth-child(3){transform:translateY(48px)}.rr-landing-step-frame{position:relative;overflow:hidden;margin:0;background:var(--graphite)}.rr-landing-steps img{width:100%;aspect-ratio:16 / 10;display:block;object-fit:cover;filter:saturate(.9) contrast(1.05)}.rr-landing-step-frame:after{content:"";position:absolute;top:38%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#040709c7)}.rr-landing-step-frame figcaption{position:absolute;z-index:1;left:16px;bottom:14px;padding:7px 9px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#05080aad;color:#ffffffdb;font-size:9px;font-weight:700;letter-spacing:.09em;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.rr-landing-step-copy{padding:24px clamp(20px,2.1vw,30px) 30px}.rr-landing-steps .f-num{color:var(--signal);font-size:14px;font-weight:700}.rr-landing-steps h3{margin:22px 0 12px;font-size:24px;text-transform:uppercase}.rr-landing-steps p{margin:0;color:var(--text2);line-height:1.6}.rr-landing-final-cta{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-top:54px;padding:clamp(28px,4vw,54px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--graphite);color:#f7f8f4}.rr-landing-final-cta h2{margin-top:12px;font-size:clamp(38px,5vw,68px)}.rr-landing-final-action{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.rr-landing-final-action small{max-width:340px;color:#ffffffad;line-height:1.45;text-align:right}.rr-entry-cinematic{position:relative;isolation:isolate;overflow:hidden}.rr-entry-cinematic:before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,color-mix(in srgb,var(--bg) 72%,transparent),var(--bg) 92%),url(/media/journey-local.webp) center / cover no-repeat;opacity:.34}.rr-entry-cinematic>*{position:relative;z-index:1}.rr-landing-footer{min-height:92px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:20px clamp(20px,6vw,88px);border-top:1px solid var(--border);background:var(--panel-2)}.rr-landing-footer p{justify-self:center;margin:0;color:var(--text2);font-size:12px}.rr-landing-footer a{min-height:44px;display:inline-flex;align-items:center;color:var(--ink);font-weight:700;text-decoration:none}@keyframes rr-route-draw{to{stroke-dashoffset:0}}@keyframes rr-map-marker-pulse{50%{opacity:.48;transform:scale(1.32)}}.rr-garage,.rr-import,.rr-account{display:flex;flex-direction:column;gap:14px;color:var(--ink);font-family:Archivo,system-ui,sans-serif}.rr-garage-header,.rr-import-header,.rr-account-header{flex:none}.rr-garage-add{min-height:44px;padding:10px 18px;font-size:13px}.rr-garage-upload{min-height:44px;display:flex;align-items:center;gap:7px;padding:8px 13px;border:1px solid var(--accent-soft);border-radius:999px;background:var(--accent-tint);color:var(--on-tint);text-decoration:none;font-size:12px;font-weight:700}.rr-garage-empty,.rr-import-empty{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;padding:clamp(28px,6vw,72px) 20px;text-align:center}.rr-garage-rides{min-width:0;flex:1;display:flex;flex-direction:column;gap:14px;padding:18px}.rr-ride-card{min-height:250px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--panel);color:inherit;box-shadow:var(--panel-shadow)}.rr-ride-card.is-current{grid-column:span 2;border-color:var(--accent-soft)}.rr-ride-card__figure{height:132px;flex:none;position:relative;display:block;overflow:hidden;background:var(--map-bg);color:inherit;text-decoration:none}.rr-ride-card.is-current .rr-ride-card__figure{height:190px}.rr-ride-card__figure svg path{transition:stroke-dashoffset var(--motion-slow) var(--ease-mechanical)}.rr-ride-card__figure:hover svg path{stroke-dashoffset:-12}.rr-ride-card__current{padding:5px 10px;border-radius:999px;background:var(--accent-fill);color:var(--on-accent);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.rr-ride-card__actions{min-height:44px;display:flex;align-items:center;gap:8px}.rr-ride-card__actions button{min-width:44px;min-height:44px}.rr-ride-card__delete-note{margin:0;color:var(--rec);font-size:12px;line-height:1.4}.rr-import-next{min-height:48px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.rr-import-summary{flex:none;display:flex;align-items:center;gap:40px;padding:28px 24px}.rr-import-background-note{display:flex;align-items:center;gap:12px;color:var(--text2);font-size:13px;line-height:1.4}.rr-import-counts{max-width:640px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;margin-top:4px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--border)}.rr-import-background-note span{flex:1}.rr-import-background-note a{flex:none;color:var(--ink);text-decoration:none}.rr-import-content{min-height:0;flex:1;display:flex;flex-direction:column;gap:22px;padding:6px 6px 0;overflow-y:auto}.rr-import-group{display:flex;gap:16px;padding:16px}.rr-import-technical{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--panel-2)}.rr-import-technical summary{min-height:44px;display:flex;align-items:center;padding:10px 14px;color:var(--text2);cursor:pointer;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.rr-import-file-list{display:flex;flex-direction:column;gap:1px;border-top:1px solid var(--border);background:var(--border)}.rr-import-footer{display:flex;align-items:center;gap:20px;padding:18px 20px}.rr-account-content{width:min(760px,100%);margin:0 auto;display:flex;flex-direction:column;gap:18px;padding:clamp(20px,4vw,34px)}.rr-account-identity{padding-bottom:16px;border-bottom:1px solid var(--border)}.rr-account-oauth{display:grid;gap:10px}.rr-account-oauth>button{min-height:46px;border:1px solid var(--border-strong);border-radius:999px;background:color-mix(in srgb,var(--panel) 88%,transparent);color:var(--ink);font:inherit;font-weight:700;cursor:pointer}.rr-account-oauth>button:hover:not(:disabled){border-color:var(--accent-soft);background:var(--tile)}.rr-account-oauth__divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;color:var(--text3);font-size:12px}.rr-account-oauth__divider:before,.rr-account-oauth__divider:after{content:"";height:1px;background:var(--border)}.rr-account-plan{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid var(--accent-soft);border-radius:var(--radius-md);background:var(--accent-tint)}.rr-account-billing-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.rr-account-dev{display:flex;flex-direction:column;gap:12px;padding:18px;border:1px dashed var(--rec);border-radius:var(--radius-md);background:color-mix(in srgb,var(--rec) 7%,var(--tile))}.rr-account-dev__flag{color:var(--rec);font-size:11px}.rr-account-security{border-top:1px solid var(--border);color:var(--text2)}.rr-account-security summary{min-height:44px;display:flex;align-items:center;cursor:pointer;color:var(--text2);font-weight:600}.rr-account-security p{margin:0;font-size:13px;line-height:1.55}.rr-account-content button,.rr-account-content a{min-height:44px}.rr-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:760px){.rr-landing-hero{min-height:100svh;padding:14px 18px}.rr-landing-video{object-position:58% center}.rr-landing-shade{background:linear-gradient(180deg,#040709b8,#0407094d 30%,#040709a3 70%,#040709e6),linear-gradient(90deg,#040709b3,#04070924)}.rr-landing-header{min-height:54px}.rr-landing-header .rr-wordmark{font-size:18px}.rr-landing-nav{gap:8px}.rr-landing-nav>a:first-child{display:none}.rr-landing-nav>a{padding-inline:6px}.rr-landing-main{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:24px;padding:44px 0 28px}.rr-landing-copy{gap:18px}.rr-landing-title{max-width:620px;font-size:clamp(46px,14.2vw,68px)}.rr-landing-lead{max-width:560px;font-size:16px}.rr-landing-actions{align-items:stretch;flex-direction:column;gap:8px}.rr-primary-action{width:100%}.rr-secondary-action{justify-content:center}.rr-landing-product-glimpse{width:min(100%,410px);align-self:flex-end}.rr-landing-route{max-height:142px}.rr-landing-hero-foot{min-height:38px;justify-content:center;text-align:center}.rr-landing-hero-foot span:not(:nth-child(2)){display:none}.rr-landing-story{padding:72px 20px}.rr-landing-story-head{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.rr-landing-story h2{font-size:clamp(42px,13vw,62px)}.rr-landing-steps{display:flex;flex-direction:column;gap:16px;margin-top:44px;padding-bottom:0}.rr-landing-steps article,.rr-landing-steps article:first-child{min-height:0;padding:0;transform:none}.rr-landing-step-copy{padding:22px 20px 26px}.rr-landing-steps h3{margin:28px 0 10px}.rr-landing-final-cta{align-items:stretch;flex-direction:column;margin-top:34px;padding:26px 20px}.rr-landing-final-action{align-items:stretch}.rr-landing-final-action small{text-align:left}.rr-landing-footer{min-height:0;display:flex;align-items:center;flex-direction:column;gap:12px;padding:30px 20px;text-align:center}.rr-landing-footer p{order:3}.rr-garage{padding:10px!important;gap:10px!important}.rr-garage-header{flex-wrap:wrap;gap:10px!important;padding:10px 12px!important}.rr-garage-header>:nth-child(3){display:none}.rr-garage-layout{flex-direction:column;min-height:auto!important}.rr-garage-rail{width:100%!important}.rr-garage-grid{grid-template-columns:1fr!important;overflow:visible!important}.rr-ride-card.is-current{grid-column:auto}.rr-ride-card.is-current .rr-ride-card__figure{height:168px}.rr-ride-card__actions{flex-wrap:wrap}.rr-import{padding:10px!important;gap:10px!important}.rr-import-header{height:auto!important;flex-wrap:wrap;gap:10px!important;padding:10px 12px!important}.rr-import-summary{align-items:flex-start!important;flex-direction:column;gap:12px!important;padding:18px 14px!important}.rr-import-summary>svg{align-self:center;max-width:100%}.rr-import-background-note,.rr-import-footer{align-items:stretch;flex-direction:column}.rr-import-counts{grid-template-columns:repeat(3,minmax(0,1fr))}.rr-import-counts>div{min-width:0;padding:9px 7px!important}.rr-import-background-note a{justify-content:center}.rr-import-group{gap:8px!important}.rr-import-file{align-items:flex-start!important;flex-wrap:wrap;gap:8px!important;padding:11px 12px!important}.rr-import-file>*{max-width:100%}.rr-import-file>div[role=progressbar]{min-width:100%;flex-basis:100%!important}.rr-import-file>.f-display,.rr-import-file>.f-mono{width:auto!important;text-align:left!important}.rr-import-group>div:last-child>div:first-child{align-items:flex-start!important;flex-wrap:wrap}.rr-account{padding:10px}.rr-account-header{flex-wrap:wrap;padding:10px 12px}.rr-account-content{padding:18px 14px}.rr-account-billing-actions{grid-template-columns:1fr}}@media(min-width:761px)and (max-width:1180px){.rr-garage-grid{grid-template-columns:repeat(2,1fr)!important}}.f-display{font-family:Saira Condensed,sans-serif}.f-num{font-family:Saira Semi Condensed,sans-serif;font-variant-numeric:tabular-nums}.f-mono{font-family:Spline Sans Mono,monospace}.rr-pip .maplibregl-ctrl-attrib{font-size:9px;max-width:62%;padding:1px 5px;line-height:1.25}.rr-pip .maplibregl-ctrl-bottom-right{transform:scale(.85);transform-origin:bottom right}@media(prefers-reduced-motion:reduce){.rr-ride-card__figure svg path{transition-duration:.01ms!important}}
