:root{--v2-bg:#f2f3f5;--v2-surface:#fff;--v2-surface-2:#f7f8fa;--v2-ink:#0b0e12;--v2-ink-2:#20242b;--v2-muted:#6b7280;--v2-muted-2:#a1a6ae;--v2-line:rgba(11,14,18,.08);--v2-line-2:rgba(11,14,18,.04);--v2-accent:#c6f24e;--v2-accent-ink:#11140a;--v2-accent-deep:#a9d924;--v2-blue:#2e6bff;--v2-blue-soft:#e7eeff;--v2-red:#ff3b30;--v2-amber:#ff9f0a;--v2-green:#1fae5c;--v2-map-bg:#e9ecef;--v2-map-road:#cfd3d8;--v2-map-water:#c7d8e6;--v2-map-park:#d6e2c9;--v2-ui:"Geist",-apple-system,system-ui,sans-serif;--v2-mono:"JetBrains Mono",ui-monospace,monospace;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}#__layout,#__nuxt,body,html{height:100%}body,html{background:var(--v2-bg);color:var(--v2-ink);margin:0;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}body,button,html{-webkit-tap-highlight-color:transparent}body,button,html,input,textarea{font-family:var(--v2-ui)}a{color:inherit;text-decoration:none}.v2-scr{background:var(--v2-bg);color:var(--v2-ink);display:flex;flex-direction:column;font-family:var(--v2-ui);height:100vh;height:100dvh;overflow:hidden;padding-bottom:var(--safe-bottom);padding-top:var(--safe-top);position:relative}.v2-scr-scroll{flex:1;overflow-x:hidden;overflow-y:auto}.v2-scr-scroll::-webkit-scrollbar{height:0;width:0}.v2-scr-scroll{scrollbar-width:none}.v2-hscroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.v2-hscroll::-webkit-scrollbar{height:0}.v2-hscroll{scrollbar-width:none}.v2-top-pad{padding-top:calc(54px + var(--safe-top))}.v2-btn{align-items:center;background:var(--v2-ink);border:none;border-radius:18px;color:#fff;cursor:pointer;display:inline-flex;font-family:var(--v2-ui);font-size:16px;font-weight:600;gap:8px;height:56px;justify-content:center;letter-spacing:-.1px;padding:0 22px;transition:transform .08s;width:100%}.v2-btn:active{transform:scale(.98)}.v2-btn:disabled{cursor:not-allowed;opacity:.55}.v2-btn-accent{background:var(--v2-accent);color:var(--v2-accent-ink)}.v2-btn-ghost{background:var(--v2-surface)}.v2-btn-ghost,.v2-btn-soft{border:1px solid var(--v2-line);color:var(--v2-ink)}.v2-btn-soft{background:var(--v2-surface-2)}.v2-btn-sm{border-radius:12px;font-size:14px;height:40px;padding:0 16px;width:auto}.v2-btn-icon{border-radius:14px;height:44px;padding:0;width:44px}.v2-input{background:var(--v2-surface);border:1.5px solid transparent;border-radius:16px;color:var(--v2-ink);font-family:var(--v2-ui);font-size:16px;height:56px;outline:none;padding:0 18px;width:100%}.v2-input::-moz-placeholder{color:var(--v2-muted-2)}.v2-input::placeholder{color:var(--v2-muted-2)}.v2-input:focus{border-color:var(--v2-ink)}.v2-input-label{color:var(--v2-muted);font-size:13px;font-weight:500;margin-bottom:8px}.v2-card{border-radius:22px}.v2-card,.v2-chip{background:var(--v2-surface)}.v2-chip{align-items:center;border:none;border-radius:99px;color:var(--v2-ink-2);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;height:34px;padding:0 14px;white-space:nowrap}.v2-chip.is-active{background:var(--v2-ink);color:#fff}.v2-chip.accent{background:var(--v2-accent);color:var(--v2-accent-ink)}.v2-tabbar{background:var(--v2-ink);border-radius:22px;bottom:calc(22px + var(--safe-bottom));box-shadow:0 10px 30px #0b0e122e;height:64px;justify-content:space-around;left:16px;padding:0 14px;position:fixed;right:16px;z-index:30}.v2-tab,.v2-tabbar{align-items:center;display:flex}.v2-tab{background:transparent;border:none;border-radius:14px;color:#ffffff8c;cursor:pointer;height:48px;justify-content:center;position:relative;width:48px}.v2-tab.is-active{background:var(--v2-accent);color:var(--v2-accent-ink)}.v2-mono{font-family:var(--v2-mono);font-variant-numeric:tabular-nums}.v2-handle{background:#0b0e122e;border-radius:99px;height:4px;margin:8px auto 6px;width:38px}.v2-shadow-soft{box-shadow:0 6px 22px #0b0e120f}.v2-shadow-pop{box-shadow:0 12px 36px #0b0e1229}.v2-fab{align-items:center;background:var(--v2-surface);border:none;border-radius:18px;box-shadow:0 8px 20px #0b0e121f;color:var(--v2-ink);cursor:pointer;display:flex;height:56px;justify-content:center;width:56px}.v2-seg{background:var(--v2-surface-2);border-radius:14px;display:inline-flex;gap:4px;padding:4px}.v2-seg-item{border-radius:11px;color:var(--v2-muted);cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px}.v2-seg-item.is-active{background:var(--v2-surface);box-shadow:0 2px 6px #0b0e120f;color:var(--v2-ink)}.v2-row{align-items:center;background:var(--v2-surface);cursor:pointer;display:flex;gap:14px;padding:14px 18px}.v2-row+.v2-row{border-top:1px solid var(--v2-line-2)}.v2-row-icon{align-items:center;background:var(--v2-surface-2);border-radius:12px;color:var(--v2-ink);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.v2-stack{display:flex;flex-direction:column}.v2-row-flex{align-items:center;display:flex}
