:root{--brand:#ffdd2d;--brand-foreground:#18170f;--brand-dark:#d4b400;--gradient-brand:linear-gradient(135deg, #ffe14a 0%, #ffd000 100%);--radius:20px;--radius-xl:28px;--radius-3xl:38px;--font-sans:"Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;--rev:.42s}.light{--background:#f6f5f1;--foreground:#0f0f10;--surface:#fffefa;--elevated:#fffefa;--card:#fffefa;--muted:#e7e7ec;--muted-foreground:#5c5c61;--secondary:#ebebed;--secondary-foreground:#0f0f10;--accent:#fff4c2;--border:#0f0f1017;--shadow-elevated:0 10px 30px -18px #0000008c;--shadow-hero:0 14px 40px -16px #ffdd2d8c;--shadow-card:0 6px 22px -16px #0000004d;--success:#157a3c;--success-foreground:#fff;--star:#f4b400;--danger:#e53935;--danger-foreground:#fff;--destructive:#e53935;--destructive-foreground:#fff;--gradient-danger:linear-gradient(135deg, #ff6a5a 0%, #e53935 100%);--shadow-danger:0 16px 40px -14px #e539358c;--skel-base:#e6e6ec;--skel-sheen:#ffffffd9;--field:#fff;--field-border:#0f0f101f;--field-shadow:0 2px 8px -4px #00000014;--brand-ink:#7a5900}.dark{--background:#0f0f12;--foreground:#f5f5f7;--surface:#1a1a1f;--elevated:#202026;--card:#1c1c21;--muted:#2a2a31;--muted-foreground:#b3b3bd;--secondary:#26262d;--secondary-foreground:#f5f5f7;--accent:#332f1c;--border:#ffffff17;--shadow-elevated:0 14px 40px -18px #000000b3;--shadow-hero:0 12px 32px -18px #ffdd2d61;--shadow-card:0 12px 32px -24px #000000d9;--success:#4cc38a;--success-foreground:#06281b;--star:#ffc107;--danger:#ff5b50;--danger-foreground:#fff;--destructive:#ff5b50;--destructive-foreground:#fff;--gradient-danger:linear-gradient(135deg, #ff7063 0%, #f0463f 100%);--shadow-danger:0 16px 40px -16px #ff5b5080;--skel-base:#26262e;--skel-sheen:#ffffff12;--field:#24242a;--field-border:#ffffff24;--field-shadow:0 4px 12px -6px #0006;--brand-ink:#ffd76a}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.trip-card{outline:none;transition:transform .18s ease-out,box-shadow .18s ease-out}.trip-card:hover{transform:translateY(-1px)}.trip-card:focus-visible{box-shadow:var(--shadow-card), 0 0 0 3px #ffdd2d59;transform:translateY(-1px)}.trip-card.is-pressed{transform:scale(.99)}.trip-card-reveal{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .24s ease-out,opacity .24s ease-out;display:grid}.trip-card-reveal.is-open{opacity:1;grid-template-rows:1fr}.trip-card-reveal>.trip-card-reveal-inner{min-height:0;overflow:hidden}.focus-ring{outline:none;transition:box-shadow .14s,transform .14s,border-color .12s,background .12s,filter .12s;position:relative}.focus-ring:after{content:"";border-radius:inherit;pointer-events:none;opacity:0;box-shadow:0 0 0 2px var(--surface), 0 0 0 4px #ffdd2d3d, 0 0 12px 2px #ffdd2d47;transition:opacity .16s ease-out,transform .16s ease-out;position:absolute;inset:-4px;transform:scale(.94)}.focus-ring:focus-visible{transform:translateY(-1px);box-shadow:0 4px 16px -6px #0000003d}.focus-ring:focus-visible:after{opacity:1;transform:scale(1)}.pressable:active{transform:scale(.97)}.no-scrollbar{scrollbar-width:none;scrollbar-gutter:auto}.no-scrollbar::-webkit-scrollbar{display:none}@media (prefers-reduced-motion:reduce){.trip-card,.trip-card-reveal,.focus-ring,.focus-ring:after,.pressable{transition:none}.trip-card:hover,.trip-card:focus-visible,.trip-card.is-pressed,.focus-ring:focus-visible,.pressable:active{transform:none}.focus-ring:focus-visible:after{opacity:1;transform:none}.skeleton{background-image:none;animation:none}@keyframes selectDropdownFadeSlide{to{opacity:1;transform:none}}:root{--rev:1ms}}body{font-family:var(--font-sans);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}html,body,#root{height:100%}html{background:var(--background)}html,body{overscroll-behavior:none}[style*="overflow: auto"]{scrollbar-gutter:stable;touch-action:pan-y;overscroll-behavior:none}.desktop-scroll-host>[style*="overflow: auto"]{padding-inline:calc(max(0px, (100% - var(--desktop-content-max,1100px)) / 2) + 16px)!important}@property --hero-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes hero-border-spin{to{--hero-angle:360deg}}.hero-animated-border{background-image:var(--gradient-brand), conic-gradient(from var(--hero-angle), #fff0 0deg, #ffffffe6 38deg, var(--brand-dark) 80deg, #fff0 150deg, #fff0 205deg, var(--brand-dark) 260deg, #ffffffe6 318deg, #fff0 360deg);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border:2px solid #0000;animation:6s linear infinite hero-border-spin}@media (prefers-reduced-motion:reduce){.hero-animated-border{animation:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ya-auth-spin{to{transform:rotate(360deg)}}@keyframes selectDropdownFadeSlide{to{opacity:1;transform:translateY(0)}}@keyframes selectDropdownFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)scale(.98)}}@keyframes skeleton-shimmer{to{background-position:-120% 0}}.skeleton{background-color:var(--skel-base);background-image:linear-gradient(100deg, transparent 18%, var(--skel-sheen) 50%, transparent 82%);background-position:200% 0;background-repeat:no-repeat;background-size:220% 100%;animation:1.3s linear infinite skeleton-shimmer}.skeleton.on-brand{background-color:#0000001f;background-image:linear-gradient(100deg,#0000 18%,#ffffff47 50%,#0000 82%)}.splash{transition:opacity .5s cubic-bezier(.45,0,.55,1),transform .55s cubic-bezier(.45,0,.55,1)}.splash.is-hidden{opacity:0;pointer-events:none;transform:scale(1.06)}.splash-logo{animation:.7s cubic-bezier(.22,1,.36,1) both splashpop}@keyframes splashpop{0%{opacity:0;transform:translateY(10px)scale(.92)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.splash{transition:none}.splash-logo{animation:none}}.dstrip{scrollbar-width:none;scroll-snap-type:x proximity;flex:none;align-items:flex-start;gap:11px;margin:0 -16px;padding:2px 16px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 16px calc(100% - 16px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 16px calc(100% - 16px),#0000 100%)}.dstrip::-webkit-scrollbar{display:none}.dstrip-item{width:72px;color:var(--foreground);cursor:pointer;scroll-snap-align:center;text-align:center;background:0 0;border:none;border-radius:16px;flex-direction:column;flex:none;align-items:center;padding:0;font-family:inherit;display:flex}.dstrip-rim{box-sizing:border-box;background:conic-gradient(var(--brand-dark) calc(var(--p) * 1%), var(--muted) 0);border-radius:50%;width:60px;height:60px;padding:3px;display:block;position:relative}.dstrip-item-open .dstrip-rim{background:var(--gradient-brand);box-shadow:0 6px 16px -8px color-mix(in srgb, var(--brand-dark) 90%, transparent)}.dstrip-item-sel .dstrip-rim{box-shadow:0 0 0 2px var(--brand-ink)}.dstrip-face{background:var(--surface);border-radius:50%;place-items:center;width:100%;height:100%;font-size:23px;line-height:1;display:grid}.dstrip-item-open .dstrip-face{background:var(--accent)}.dstrip-live{border:2.5px solid var(--surface);background:#22c55e;border-radius:50%;width:15px;height:15px;animation:2.2s ease-out infinite dstrip-live;display:block;position:absolute;bottom:0;right:0}@keyframes dstrip-live{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.dstrip-nm{letter-spacing:-.01em;margin-top:6px;font-size:11px;font-weight:800;line-height:1.2;display:block}.dstrip-item-sel .dstrip-nm{color:var(--brand-ink)}.dstrip-cnt{color:var(--muted-foreground);margin-top:3px;font-size:10.5px;font-weight:700;line-height:1.2;display:block}.dstrip-item-voted .dstrip-cnt{color:var(--success)}@media (prefers-reduced-motion:reduce){.dstrip-live{animation:none}}.dstrip-pills{grid-template-columns:repeat(auto-fit,minmax(228px,1fr));gap:12px;display:grid}.dstrip-pill{background:var(--secondary);min-width:0;height:48px;color:var(--foreground);cursor:pointer;text-align:left;border:none;border-radius:14px;align-items:center;gap:8px;padding:0 12px;font-family:inherit;display:flex}.dstrip-pill-sel{box-shadow:0 0 0 2px var(--brand-ink)}.dstrip-pill-rim{box-sizing:border-box;background:conic-gradient(var(--brand-dark) calc(var(--p) * 1%), var(--muted) 0);border-radius:50%;flex:none;width:32px;height:32px;padding:2.5px;position:relative}.dstrip-pill-open .dstrip-pill-rim{background:var(--gradient-brand)}.dstrip-pill-face{background:var(--surface);border-radius:50%;place-items:center;width:100%;height:100%;font-size:15px;line-height:1;display:grid}.dstrip-pill-open .dstrip-pill-face{background:var(--accent)}.dstrip-pill-rim .dstrip-live{border-width:2px;width:11px;height:11px}.dstrip-pill-nm{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;flex:1;min-width:0;font-size:13.5px;font-weight:800;line-height:1.2;overflow:hidden}.dstrip-pill-sel .dstrip-pill-nm{color:var(--brand-ink)}.dstrip-pill-cnt{color:var(--muted-foreground);flex:none;font-size:12px;font-weight:700;line-height:1.2}.dstrip-pill-voted .dstrip-pill-cnt{color:var(--success)}@media (width>=900px){.when-sheet-overlay{align-items:center!important}.when-sheet-panel{border-radius:var(--radius-xl)!important;max-width:480px!important}.demand-sheet-overlay{align-items:center!important}.demand-sheet-panel{border-radius:var(--radius-xl)!important;max-width:480px!important}}
