:root{--bg: #faf9f7;--ink: #1a1a1a;--ink-soft: #8a8880;--surface: #ffffff;--surface-dim: #f3f2ef;--line: #e9e8e4;--line-soft: #f0efeb;--green: #ff9770;--green-soft: #fff0ea;--blue: #3ea8d4;--blue-soft: #e5f4fa;--heart: #f6413c;--heart-soft: #fef0ef;--accent: #e93151;--accent-soft: #fde8ed;--mint: #3fd28f;--gold: #f5ce7a;--teal: #7eb5a6;--lavender: #e0a1fa;--lavender-soft: #f5e6fd;--danger: #d45;--danger-soft: #fde8e8;--surface-glass: rgba(255, 255, 255, .85);--bg-overlay: rgba(250, 249, 247, .95);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--font-num: "Space Mono", monospace;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--duration-reveal: .28s;--duration-morph: .22s;--stagger-step: 40ms;font-family:Inter,SF Pro Text,-apple-system,system-ui,sans-serif;font-size:15px;line-height:1.5;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #141312;--ink: #e8e6e3;--ink-soft: #8a8880;--surface: #1e1d1b;--surface-dim: #282725;--line: #333230;--line-soft: #2a2928;--green-soft: #2e2019;--blue-soft: #1a2a33;--heart-soft: #2e1a19;--accent-soft: #2e1a20;--lavender-soft: #261a2e;--danger-soft: #2e1a1a;--surface-glass: rgba(30, 29, 27, .85);--bg-overlay: rgba(20, 19, 18, .95)}}[data-theme=dark]{--bg: #141312;--ink: #e8e6e3;--ink-soft: #8a8880;--surface: #1e1d1b;--surface-dim: #282725;--line: #333230;--line-soft: #2a2928;--green-soft: #2e2019;--blue-soft: #1a2a33;--heart-soft: #2e1a19;--accent-soft: #2e1a20;--lavender-soft: #261a2e;--danger-soft: #2e1a1a;--surface-glass: rgba(30, 29, 27, .85);--bg-overlay: rgba(20, 19, 18, .95)}*{box-sizing:border-box;margin:0}body{min-height:100vh;background:var(--bg);cursor:none}.num{font-family:var(--font-num);letter-spacing:-.03em}.app-shell{min-height:100vh;display:grid;place-items:start center;padding:1.5rem 1rem 4rem}.rodeo{width:min(640px,100%);display:grid;gap:1.25rem}.guest-origin-footnote{width:min(640px,100%);margin:.2rem 0 0;text-align:center;font-size:.68rem;color:var(--ink-soft);opacity:.56}.brand-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.brand-left{display:flex;align-items:center;gap:.4rem;margin-right:auto}.brand-right{display:flex;align-items:center;gap:.35rem}.brand-logo{border-radius:6px;margin:-16px 0}.brand-name{font-size:1.4rem;font-weight:700;color:var(--ink);font-family:var(--font-num);letter-spacing:-.03em}.brand-slogan{font-size:.8rem;color:var(--ink-soft);font-style:italic}.brand-link{border:none;background:none;font:inherit;font-size:.75rem;font-weight:600;color:var(--lavender);cursor:pointer;padding:.15rem .4rem;border-radius:99px;transition:background .15s}.brand-link:hover{background:var(--accent-soft)}.auth-control{position:relative}.auth-icon-btn,.auth-avatar-btn{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:99px;background:var(--surface);color:var(--ink-soft);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.auth-avatar-btn{font-size:.78rem;font-weight:700;font-family:var(--font-num);color:var(--ink)}.auth-icon-btn:hover,.auth-avatar-btn:hover{background:var(--surface-dim);color:var(--ink);border-color:var(--ink-soft)}.auth-menu{position:absolute;top:calc(100% + .35rem);right:0;min-width:180px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:0 8px 24px #0000001a;padding:.45rem;display:grid;gap:.35rem;z-index:20}.auth-menu-email{font-size:.75rem;color:var(--ink-soft);word-break:break-all}.auth-menu-logout{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font:inherit;font-size:.78rem;font-weight:600;padding:.35rem .45rem;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;cursor:pointer}.auth-menu-logout:hover{background:var(--surface-dim)}.auth-modal-backdrop{position:fixed;inset:0;background:#00000047;display:grid;place-items:center;padding:1rem;z-index:200}.auth-modal{width:min(360px,100%);display:grid;gap:.5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:.85rem}.auth-modal-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.auth-modal-head h3{font-size:.95rem;line-height:1.2}.auth-close-btn{width:26px;height:26px;display:grid;place-items:center;border:1px solid var(--line);border-radius:99px;background:var(--surface);color:var(--ink-soft);cursor:pointer}.auth-label{font-size:.74rem;font-weight:600;color:var(--ink-soft)}.auth-input{width:100%;height:36px;border:1px solid var(--line);border-radius:var(--radius-sm);padding:0 .6rem;font:inherit;font-size:.84rem;background:var(--surface);color:var(--ink)}.auth-input:focus-visible{outline:2px solid var(--blue);outline-offset:0;border-color:var(--blue)}.auth-submit{width:100%;height:34px;border:1px solid var(--blue);border-radius:99px;background:var(--blue-soft);color:var(--blue);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.auth-submit:hover{background:var(--surface-dim)}.auth-error{font-size:.76rem;color:var(--danger)}.auth-success{font-size:.76rem;color:var(--mint)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.hero{display:grid;gap:.5rem}.hero-row{display:flex;align-items:center;gap:.5rem;position:relative}.hero-stats{display:flex;align-items:center;gap:.35rem;flex-shrink:0;white-space:nowrap;border:none;background:none;font:inherit;padding:.25rem .45rem;margin:-.25rem -.45rem;border-radius:.5rem;cursor:pointer;transition:background .2s ease,opacity .15s}.hero-stats:hover{background:color-mix(in srgb,var(--ink) 7%,transparent)}.hero-stats:hover .stats-caret:not(.caret-up){transform:translateY(1.5px)}.hero-stat{display:flex;align-items:center;gap:.15rem;font-size:.72rem;color:var(--ink-soft)}.hero-stat strong{font-size:.95rem;font-weight:700;color:var(--ink);line-height:1}.hero-percent{font-size:.95rem;font-weight:700;color:var(--blue);line-height:1}.stats-caret{color:var(--ink-soft);transition:transform .2s ease,color .2s ease;flex-shrink:0}.hero-stats:hover .stats-caret{color:var(--ink)}.hero-dot{width:3px;height:3px;border-radius:50%;background:var(--line);flex-shrink:0}.hero-bar-track{height:4px;background:var(--surface-dim);border-radius:99px;overflow:hidden}.hero-bar-fill{height:100%;width:100%;background:var(--blue);border-radius:99px;transform-origin:left;transition:transform .4s ease;will-change:transform}.icon-btn{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-soft);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.icon-btn:hover{background:var(--surface-dim);color:var(--ink)}.auth-menu-interests{border-top:1px solid var(--line-soft)}.interests-options{display:flex;flex-wrap:wrap;gap:.25rem;padding:0 .45rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .2s var(--ease-out-expo),opacity .15s,padding .2s}.interests-options-open{max-height:120px;opacity:1;padding:0 .45rem .35rem}.interests-options .interest-chip{height:26px;font-size:.72rem;padding:0 .5rem}.interest-chip{display:inline-flex;align-items:center;gap:.3rem;height:30px;padding:0 .6rem;border:1px solid var(--line);border-radius:99px;background:var(--surface);font:inherit;font-size:.78rem;color:var(--ink-soft);cursor:pointer;transition:background .15s,color .15s,border-color .15s;contain:content}.interest-chip:hover{background:var(--surface-dim)}.interest-active{border-color:var(--green);color:var(--green);font-weight:500}.interest-active:hover{background:var(--surface-dim)}.omni-wrapper{position:relative;flex:1;min-width:0}.omni-row{display:flex;align-items:center;gap:.4rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:0 .5rem 0 .7rem;height:38px;min-width:0;transition:border-color var(--duration-morph) var(--ease-in-out),border-radius var(--duration-morph) var(--ease-in-out),box-shadow var(--duration-morph) var(--ease-in-out)}.omni-row:focus-within{border-color:var(--blue)}.omni-row.has-dropdown{border-radius:var(--radius-md) var(--radius-md) 0 0;border-color:var(--blue);box-shadow:0 4px 16px #0000000f}.omni-home{font-size:.7rem;color:var(--ink-soft);white-space:nowrap;cursor:pointer;padding:.1rem .3rem;border-radius:4px;transition:background .15s;flex-shrink:0}.omni-home:hover{background:var(--surface-dim)}.omni-field{flex:1;border:none;outline:none;background:transparent;font:inherit;font-size:.84rem;color:var(--ink);min-width:0}.omni-field::placeholder{color:var(--ink-soft)}@keyframes dropdown-reveal{0%{opacity:0;transform:scaleY(.95)}to{opacity:1;transform:scaleY(1)}}@keyframes suggestion-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.omni-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--surface);border:1px solid var(--blue);border-top:none;border-radius:0 0 var(--radius-md) var(--radius-md);box-shadow:0 8px 24px #00000014;z-index:10;transform-origin:top center;animation:dropdown-reveal var(--duration-reveal) var(--ease-out-expo) forwards}.omni-dropdown-list{max-height:200px;overflow-y:auto}.omni-suggestion{display:flex;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.82rem;cursor:pointer;transition:background .1s;opacity:0;transform:translateY(-6px);animation:suggestion-enter var(--duration-reveal) var(--ease-out-expo) forwards;animation-delay:calc(var(--stagger-index) * var(--stagger-step))}.omni-suggestion:hover,.omni-suggestion.selected{background:var(--surface-dim)}.omni-suggestion-icon{color:var(--ink-soft);flex-shrink:0}.omni-suggestion-name{font-weight:500}.omni-suggestion-code{font-size:.7rem;color:var(--ink-soft)}.omni-suggestion-status{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.05rem .3rem;border-radius:99px;margin-left:auto}.omni-add-new{display:flex;align-items:center;gap:.3rem;padding:.4rem .7rem;font-size:.82rem;font-weight:500;color:var(--green);cursor:pointer;border-top:1px solid var(--line-soft);transition:background .1s;opacity:0;animation:suggestion-enter var(--duration-reveal) var(--ease-out-expo) forwards;animation-delay:calc(var(--stagger-index) * var(--stagger-step))}.omni-add-new:hover,.omni-add-new.selected{background:var(--green-soft)}.add-new-controls{max-height:0;overflow:hidden;opacity:0;transition:max-height var(--duration-reveal) var(--ease-out-expo),opacity var(--duration-reveal);padding:0 .7rem}.add-new-controls.expanded{max-height:120px;opacity:1;padding:.35rem .7rem}.add-new-controls-inner{display:flex;gap:.3rem;align-items:center;flex-wrap:wrap}.omni-sep{width:1px;height:18px;background:var(--line);margin:0 .15rem}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.omni-loading-bar{height:2px;background:var(--surface-dim);overflow:hidden}.omni-loading-bar:after{content:"";display:block;width:40%;height:100%;background:var(--blue);animation:shimmer 1.2s var(--ease-in-out) infinite}.omni-empty{padding:.5rem .7rem;font-size:.8rem;color:var(--ink-soft)}.omni-section-divider{height:1px;background:var(--line);margin:.2rem .5rem}.toggle-chip{display:inline-flex;align-items:center;gap:.25rem;height:30px;padding:0 .6rem;border:1px solid var(--line);border-radius:99px;background:var(--surface);font:inherit;font-size:.78rem;color:var(--ink-soft);cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.toggle-chip:hover{background:var(--surface-dim)}.toggle-chip.active{background:var(--blue-soft);border-color:var(--blue);color:var(--blue)}.filter-controls{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.filter-toggle{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.15rem .3rem 0;border:none;background:none;font:inherit;cursor:pointer;flex-shrink:0;color:var(--ink-soft);transition:color .15s}.filter-toggle:hover{color:var(--ink)}.filter-toggle.active{color:var(--blue)}.filter-toggle-label{display:grid;font-size:.78rem;font-weight:600;white-space:nowrap;line-height:1}.filter-toggle-label span{grid-area:1 / 1}.filter-toggle-icon{display:flex;align-items:center;justify-content:center;height:14px}.filter-with-scope{position:relative;display:flex;flex-direction:column;align-items:center}.scope-selector{display:flex;align-items:center;gap:.15rem;margin-top:-.1rem;padding:0;border:none;background:none;font:inherit;font-size:.55rem;font-weight:600;color:var(--blue);cursor:pointer;opacity:.7;transition:opacity .12s}.scope-selector:hover{opacity:1}.scope-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.2rem;display:flex;flex-direction:column;gap:.1rem;padding:.25rem;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10}.scope-option{padding:.2rem .5rem;border:none;border-radius:5px;background:none;font:inherit;font-size:.65rem;font-weight:600;color:var(--ink-soft);cursor:pointer;white-space:nowrap;transition:background .1s,color .1s;contain:content}.scope-option:hover{background:var(--surface-dim);color:var(--ink)}.scope-option.active{background:var(--blue-soft);color:var(--blue)}.price-ruler{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.15rem .3rem 0;flex-shrink:0}.price-ruler-value{font-size:.78rem;font-weight:600;color:var(--ink-soft);white-space:nowrap;line-height:1;transition:color .15s}.price-ruler.active .price-ruler-value{color:var(--blue)}.price-ruler-track{position:relative;width:90px;height:14px;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none}.price-ruler-track:before{content:"";position:absolute;top:50%;left:0;right:0;height:1.5px;background:var(--line);transform:translateY(-50%)}.price-ruler-fill{position:absolute;top:50%;left:0;width:100%;height:1.5px;background:var(--blue);transform-origin:left;transform:translateY(-50%) scaleX(0);transition:transform .15s var(--ease-out-expo)}.price-ruler.dragging .price-ruler-fill{transition:none}.price-ruler-tick{position:absolute;top:50%;width:1px;height:8px;background:var(--line);transform:translate(-50%,-50%);transition:background .15s}.price-ruler-tick.current{background:var(--blue)}.price-ruler-thumb{position:absolute;top:50%;left:0;width:11px;height:11px;border-radius:50%;background:var(--blue);border:2px solid var(--surface);box-shadow:0 1px 4px #00000026;transform:translate(-50%,-50%);transition:transform .15s var(--ease-out-expo);cursor:grab;will-change:transform}.price-ruler.dragging .price-ruler-thumb{cursor:grabbing;transition:none}.price-ruler-labels{position:relative;width:90px;height:10px}.price-ruler-labels span{position:absolute;transform:translate(-50%);font-size:.55rem;font-weight:500;color:var(--line);line-height:1;transition:color .15s}.price-ruler-labels span.current{color:var(--blue);font-weight:600}.preset-wrapper{position:relative;flex-shrink:0}.preset-bookmark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);color:var(--ink-soft);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.preset-bookmark:hover{background:var(--surface-dim);border-color:var(--ink-soft)}.preset-bookmark.saved{color:var(--accent);border-color:var(--accent)}.preset-bookmark.open{border-color:var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,var(--surface))}.preset-popover{position:absolute;top:100%;right:0;min-width:200px;width:max-content;max-width:min(92vw,320px);margin-top:.35rem;background:var(--surface);border:1px solid var(--accent);border-radius:4px 4px var(--radius-lg) var(--radius-lg);box-shadow:0 8px 24px #0000001a;padding:.35rem;z-index:10;transform-origin:top right;transform:scaleY(.96);opacity:0;visibility:hidden;pointer-events:none;will-change:transform,opacity;transition:transform .16s var(--ease-out-expo),opacity .12s var(--ease-out-expo),visibility 0ms linear .16s;display:flex;flex-direction:column;gap:.15rem}.preset-popover.open{transform:scaleY(1);opacity:1;visibility:visible;pointer-events:auto;transition:transform .16s var(--ease-out-expo),opacity .12s var(--ease-out-expo),visibility 0ms linear 0ms}.preset-row{display:flex;align-items:center;border-radius:6px;transition:background .1s}.preset-row:hover{background:var(--surface-dim)}.preset-row.active{background:color-mix(in srgb,var(--accent) 8%,var(--surface))}.preset-row-apply{flex:1;display:flex;flex-direction:column;gap:.05rem;padding:.35rem .5rem;border:none;background:none;font:inherit;text-align:left;cursor:pointer;min-width:0}.preset-row-label{font-size:.78rem;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preset-row-sub{font-size:.65rem;font-weight:500;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preset-row-delete{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border:none;border-radius:6px;background:none;color:var(--ink-soft);cursor:pointer;opacity:0;transition:opacity .1s,background .1s,color .1s}.preset-row:hover .preset-row-delete{opacity:1}.preset-row-delete:hover{background:var(--surface-dim);color:var(--accent)}.preset-save-btn{display:flex;align-items:center;gap:.3rem;width:100%;padding:.4rem .5rem;border:none;border-top:1px dashed var(--line);border-radius:0 0 6px 6px;background:none;font:inherit;font-size:.72rem;font-weight:600;color:var(--accent);cursor:pointer;transition:background .1s;margin-top:.1rem}.preset-save-btn:hover{background:var(--surface-dim)}.preset-empty{padding:.5rem;font-size:.72rem;color:var(--ink-soft);text-align:center;margin:0}.preset-chip{display:inline-flex;align-items:center;height:38px;padding:0 .5rem;border:1px dashed var(--line);border-radius:var(--radius-md);background:var(--surface);font:inherit;font-size:.68rem;font-weight:600;color:var(--ink-soft);cursor:pointer;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis;transition:background .15s,color .15s,border-color .15s}.preset-chip:hover{background:var(--surface-dim);border-color:var(--ink-soft)}.preset-chip.active{border-style:solid;border-color:var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,var(--surface))}.trip-wrapper{position:relative;flex-shrink:0}.trip-chip{display:inline-flex;align-items:center;height:38px;padding:0 .6rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);font:inherit;font-size:.75rem;font-weight:600;color:var(--ink-soft);cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s,border-radius .15s}.trip-chip:hover{background:var(--surface-dim);border-color:var(--ink-soft)}.trip-chip.active{border-color:var(--blue);color:var(--blue)}.trip-chip.open{border-color:var(--blue);color:var(--blue);background:var(--blue-soft);border-radius:var(--radius-md) var(--radius-md) 4px 4px}.trip-drawer{position:absolute;top:100%;left:0;right:auto;min-width:320px;width:max-content;max-width:min(92vw,520px);margin-top:.35rem;background:var(--surface);border:1px solid var(--blue);border-radius:4px 4px var(--radius-lg) var(--radius-lg);box-shadow:0 8px 24px #0000001a;padding:.65rem .85rem;z-index:10;transform-origin:top center;transform:scaleY(.96);opacity:0;visibility:hidden;pointer-events:none;will-change:transform,opacity;transition:transform .16s var(--ease-out-expo),opacity .12s var(--ease-out-expo),visibility 0ms linear .16s;contain:layout paint;display:grid;gap:.5rem}.trip-drawer.open{transform:scaleY(1);opacity:1;visibility:visible;pointer-events:auto;transition:transform .16s var(--ease-out-expo),opacity .12s var(--ease-out-expo),visibility 0ms linear 0ms}.trip-drawer-section{display:flex;align-items:center;gap:.4rem}.trip-drawer-label{font-size:.65rem;font-weight:700;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.05em;width:32px;flex-shrink:0}.trip-drawer-pills{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.trip-drawer-unit{font-size:.65rem;font-weight:600;color:var(--ink-soft);margin-left:.1rem}.trip-drawer-divider{border:none;border-top:1px dashed var(--line)}@keyframes pill-enter{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}.trip-pill{min-width:36px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0 .5rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);font:inherit;font-size:.78rem;font-weight:600;color:var(--ink-soft);cursor:pointer;transition:background .12s,color .12s,border-color .12s;animation:pill-enter .2s var(--ease-out-expo) backwards;animation-delay:calc(var(--stagger-index, 0) * var(--stagger-step))}.trip-pill:hover{border-color:var(--ink-soft);background:var(--surface-dim)}.trip-pill.active{background:var(--blue);border-color:var(--blue);color:#fff}.trip-pill-dates{font-style:italic;border-style:dashed;letter-spacing:.02em}.trip-pill-dates.active{border-style:solid}.trip-drawer-dates{display:flex;align-items:center;gap:.4rem;padding-left:38.4px;animation:pill-enter .2s var(--ease-out-expo) forwards}.trip-date-input{height:30px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);font:inherit;font-size:.78rem;font-weight:500;color:var(--ink);padding:0 .45rem;cursor:pointer;transition:border-color .15s}.trip-date-input:focus-visible{outline:2px solid var(--blue);outline-offset:0;border-color:var(--blue)}.trip-date-sep{font-size:.82rem;color:var(--ink-soft);font-weight:500}.add-btn{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--green);border-radius:99px;background:var(--green-soft);color:var(--green);cursor:pointer;transition:background .15s,color .15s;margin-left:auto}.add-btn:hover{background:var(--green);color:#fff}.add-btn:disabled{opacity:.35;pointer-events:none}.map-container{position:relative;height:260px;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg);touch-action:none;contain:layout paint}.map-zoom-controls{position:absolute;bottom:.5rem;right:.5rem;display:flex;flex-direction:column;gap:2px;z-index:5}.map-zoom-btn{width:24px;height:24px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink-soft);cursor:pointer;transition:background .15s,color .15s}.map-zoom-btn:hover{background:var(--surface-dim);color:var(--ink)}@keyframes panel-enter{0%{opacity:0;scale:.95}to{opacity:1;scale:1}}.map-country-panel{position:absolute;transform:translate(-50%);transform-origin:center bottom;display:flex;flex-direction:column;align-items:center;gap:.4rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:.5rem .75rem;box-shadow:0 4px 16px #0000001a;z-index:5;animation:panel-enter .15s var(--ease-out-expo, cubic-bezier(.16, 1, .3, 1)) forwards}.map-country-panel--below{transform-origin:center top}.map-country-panel-name{font-size:.88rem;font-weight:700;color:var(--ink)}.map-country-panel-visa{font-size:.68rem;color:var(--ink-soft);opacity:.6;margin-top:-.15rem;letter-spacing:.02em}.panel-actions{display:flex;gap:.3rem;width:100%}.panel-action-btn{flex:1;border:1px solid var(--line);border-radius:8px;background:var(--surface);font:inherit;font-size:.75rem;font-weight:600;color:var(--ink);padding:.3rem 0;cursor:pointer;transition:background .15s,color .15s}.panel-action-btn:hover{background:var(--blue-soft);border-color:var(--blue);color:var(--blue)}.panel-toggle{display:flex;border:1px solid var(--line);border-radius:6px;overflow:hidden;width:100%}.panel-toggle-seg{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.15rem;border:none;background:transparent;font:inherit;font-size:.65rem;font-weight:500;color:var(--ink-soft);padding:.2rem 0;cursor:pointer;transition:background .15s,color .15s}.panel-toggle-seg:first-child{border-right:1px solid var(--line)}.panel-toggle-seg:hover{background:var(--surface-dim)}.panel-toggle-seg.active-been,.panel-toggle-seg.active-been:hover{background:var(--green-soft);color:var(--green)}.panel-toggle-seg.active-want,.panel-toggle-seg.active-want:hover{background:var(--blue-soft);color:var(--blue)}.country-filter-chip{position:absolute;bottom:2.2rem;left:.5rem;display:inline-flex;align-items:center;gap:.25rem;height:28px;padding:0 .5rem;border:1px solid var(--blue);border-radius:99px;background:var(--blue-soft);font:inherit;font-size:.72rem;font-weight:600;color:var(--blue);cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap;z-index:5}.country-filter-chip:hover{background:var(--surface-dim)}.map-region-chips{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);display:flex;gap:.2rem;z-index:4;transition:opacity .2s}.map-region-chips.dimmed{opacity:.35;pointer-events:none}.map-region-chip{height:22px;padding:0 .4rem;border:1px solid var(--line);border-radius:99px;background:var(--surface-glass);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font:inherit;font-size:.62rem;font-weight:600;color:var(--ink-soft);cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.map-region-chip:hover{background:var(--surface);border-color:var(--blue);color:var(--blue)}.map-region-chip.active{background:var(--blue-soft);border-color:var(--blue);color:var(--blue);font-weight:700}.map-region-chip:disabled{cursor:default}.map-tooltip{position:absolute;bottom:2.2rem;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:600;color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.15rem .5rem;pointer-events:none;white-space:nowrap}.map-places-area{position:relative}.places-overlay{position:absolute;inset:0;background:var(--bg-overlay);border-radius:var(--radius-lg);overflow-y:auto;padding:.5rem .6rem;display:grid;gap:.35rem;align-content:start;z-index:6;animation:dropdown-reveal var(--duration-reveal) var(--ease-out-expo) forwards}.overlay-close{position:absolute;top:.4rem;right:.4rem;width:22px;height:22px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink-soft);cursor:pointer;z-index:1;transition:background .12s,color .12s}.overlay-close:hover{background:var(--surface-dim);color:var(--ink)}.region-tag{display:inline-flex;align-items:center;align-self:center;height:20px;padding:0 .4rem;font-size:.58rem;font-weight:700;text-transform:lowercase;letter-spacing:.06em;color:var(--ink-soft);background:var(--surface-dim);border-radius:4px;white-space:nowrap;opacity:.7}.places-section{display:grid;gap:.4rem;content-visibility:auto;contain-intrinsic-size:auto 200px}.section-label{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;text-transform:lowercase;letter-spacing:.02em}.section-count{font-size:.7rem;font-weight:700;background:var(--surface-dim);color:var(--ink-soft);border-radius:99px;padding:.08rem .35rem;line-height:1.3}.section-empty{font-size:.82rem;color:var(--ink-soft);padding:.25rem 0}.chips-flow{display:flex;flex-wrap:wrap;gap:.3rem;align-items:flex-start}.country-block{display:contents}.country-block.expanded{display:flex;flex-direction:column;gap:.25rem;flex-basis:100%}.place-chip{display:inline-flex;align-items:center;gap:.3rem;height:32px;padding:0 .5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.82rem;cursor:default;transition:border-color .15s}.place-chip:hover{border-color:var(--ink-soft)}.place-chip:hover .chip-actions{opacity:1}.country-chip{cursor:pointer;font:inherit;font-size:.82rem;background:var(--surface);color:var(--ink);contain:content}.chip-type-icon{color:var(--ink-soft);flex-shrink:0}.chip-name{font-weight:500}.chip-code{font-size:.7rem;color:var(--ink-soft);font-weight:500}.chip-fav{color:var(--heart);flex-shrink:0}.chip-city-count{display:inline-flex;align-items:center;gap:.15rem;font-size:.72rem;font-weight:600;color:var(--ink-soft);margin-left:.1rem}.caret{transition:transform .2s ease}.caret-up{transform:rotate(180deg)}.chip-status-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.05rem .3rem;border-radius:99px;background:var(--surface-dim)}.chip-actions{display:flex;align-items:center;gap:.1rem;margin-left:.15rem;opacity:0;transition:opacity .15s}.chip-action{width:22px;height:22px;display:grid;place-items:center;border:none;border-radius:6px;background:transparent;cursor:pointer;color:var(--ink-soft);transition:background .12s}.chip-action:hover{background:var(--surface-dim)}.chip-remove:hover{background:var(--danger-soft);color:var(--danger)}.city-drawer{display:flex;flex-wrap:wrap;gap:.25rem;padding-left:1.2rem;padding-bottom:.15rem}.city-chip{height:28px;font-size:.78rem;padding:0 .45rem}.discovery{display:grid;gap:.6rem}.discovery-label,.discovery-sparkle{color:var(--teal)}.sort-group{display:flex;gap:.25rem;margin-left:auto}.sort-pill{display:inline-flex;align-items:center;gap:.2rem;height:24px;padding:0 .45rem;border:1px solid var(--line);border-radius:99px;background:var(--surface);font:inherit;font-size:.72rem;font-weight:600;color:var(--ink-soft);cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.sort-pill:hover{background:var(--surface-dim);border-color:var(--ink-soft)}.sort-pill-active{border-color:var(--teal);color:var(--teal)}.discovery-sub{font-size:.82rem;color:var(--ink-soft);margin-top:-.3rem}.route-cards{display:grid;gap:.6rem;contain:layout paint}.route-card{display:flex;align-items:stretch;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;transition:border-color .15s;content-visibility:auto;contain-intrinsic-size:92px}.route-card:hover{border-color:var(--lavender)}.route-card-info{flex:1;display:grid;gap:.25rem;padding:.5rem .85rem;min-width:0;align-content:center}.route-card-stub{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.5rem .85rem;border-left:2px dashed var(--line);background:var(--surface);min-width:72px}.route-path{display:flex;align-items:center;gap:.4rem;font-size:.88rem;color:var(--ink-soft)}.route-layover{color:var(--ink);font-size:1rem;font-weight:700}.route-arrow{color:var(--ink-soft);flex-shrink:0}.route-visa-hint{font-size:.7rem;color:var(--ink-faint, var(--ink-soft));opacity:.6;letter-spacing:.02em;margin-top:-.1rem}.route-detail{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;font-size:.78rem;color:var(--ink-soft)}.route-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--lavender);background:var(--lavender-soft);padding:.08rem .35rem;border-radius:99px;margin-left:.3rem}.route-gains{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.5rem 1rem}.route-gain{display:flex;align-items:center;gap:.25rem;font-size:.82rem;font-weight:700;color:var(--ink);white-space:nowrap}.route-gain-num{font-size:1.15rem;font-family:var(--font-num)}.route-gain-label{font-weight:500;color:var(--ink-soft)}.route-price{font-size:1.15rem;font-weight:700;color:var(--green);line-height:1}.route-price:before{content:""}.route-price-label{font-size:.6rem;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.route-buy-btn{margin-top:.2rem;height:26px;border:1px solid var(--green);border-radius:99px;background:var(--green);color:#fff;font:inherit;font-size:.72rem;font-weight:700;padding:0 .6rem;cursor:pointer;transition:opacity .15s}.route-buy-btn:hover:not(:disabled){opacity:.8}.route-buy-btn:disabled{opacity:.45;cursor:default}.route-buy-note{font-size:.76rem;color:var(--ink-soft)}.route-buy-error{font-size:.76rem;color:var(--danger)}.route-interests{font-size:.78rem;font-weight:500;color:var(--green)}.route-sep{color:var(--ink-soft);font-weight:400}.route-checklist-item{font-weight:400}@keyframes route-reveal{0%{stroke-dashoffset:200}to{stroke-dashoffset:0}}.route-arc{animation:route-reveal 1.2s ease-out forwards;transition:opacity .25s,stroke-width .25s;will-change:opacity}.route-arc-active{mix-blend-mode:normal!important}.route-marker{transition:opacity .25s}.route-card-active{border-color:var(--blue)!important}@keyframes pin-appear{0%{opacity:0}to{opacity:1}}.city-pin{animation:pin-appear .3s var(--ease-out-expo) backwards;transition:opacity .25s}:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.custom-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;color:var(--blue);will-change:transform;transform:translate(-100px,-100px)}.cursor-icon{will-change:transform;transform:translateZ(0);transform-origin:center;backface-visibility:hidden}.cursor-trail-dot{position:fixed;top:0;left:0;width:4px;height:4px;border-radius:50%;background:var(--blue);pointer-events:none;z-index:9998;opacity:0;will-change:transform,opacity;transition:opacity .4s ease}.cursor-trail-dot.trail-instant{transition:none}.cursor-sonic-ring{position:fixed;top:0;left:0;width:40px;height:40px;border:2px solid var(--blue);border-radius:50%;pointer-events:none;z-index:9999;will-change:transform,opacity}.cursor-sonic-ring-animate{animation:sonic-ring .4s ease-out forwards}@keyframes sonic-ring{0%{scale:0;opacity:1}to{scale:1;opacity:0}}.auth-menu-passport{border-top:1px solid var(--line-soft)}.passport-row{display:flex;align-items:center;gap:.35rem;width:100%;padding:.4rem .45rem;border:none;background:none;font:inherit;cursor:pointer;transition:background .12s;border-radius:var(--radius-sm)}.passport-row:hover{background:var(--surface-dim)}.passport-row-label{font-size:.75rem;font-weight:600;color:var(--ink-soft)}.passport-row-value{margin-left:auto;font-size:.75rem;font-weight:700;font-family:var(--font-num);color:var(--ink-soft)}.passport-row-value-set{color:var(--blue)}.passport-row-caret{color:var(--ink-soft);transition:transform .2s var(--ease-out-expo);flex-shrink:0}.passport-row-caret-open{transform:rotate(180deg)}.passport-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.2rem;padding:0 .45rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .2s var(--ease-out-expo),opacity .15s,padding .2s}.passport-options-open{max-height:40px;opacity:1;padding:0 .45rem .35rem}.passport-option{height:30px;border:1px solid var(--line);border-radius:6px;background:var(--surface);font:inherit;font-size:.75rem;font-weight:700;font-family:var(--font-num);color:var(--ink);cursor:pointer;transition:background .12s,color .12s,border-color .12s}.passport-option:hover{background:var(--surface-dim);border-color:var(--ink-soft)}.passport-option-active{border-color:var(--blue);color:var(--blue);background:var(--blue-soft)}.theme-row{display:flex;align-items:center;gap:.25rem;padding:.2rem .45rem}.theme-row-label{font-size:.75rem;font-weight:600;color:var(--ink-soft);margin-right:auto}.theme-seg{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink-soft);cursor:pointer;transition:background .12s,color .12s,border-color .12s}.theme-seg:hover{background:var(--surface-dim);color:var(--ink)}.theme-seg-active{border-color:var(--blue);color:var(--blue);background:var(--blue-soft)}@keyframes hint-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.filter-hint{font-size:.76rem;color:var(--ink-soft);animation:hint-fade-in .2s var(--ease-out-expo) forwards}.show-more-btn{display:block;width:100%;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);font:inherit;font-size:.82rem;font-weight:600;color:var(--ink-soft);padding:.6rem;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.show-more-btn:hover{background:var(--surface-dim);color:var(--ink);border-color:var(--ink-soft)}@media(max-width:480px){.hero-row{flex-wrap:wrap;gap:.4rem}.hero-stats{gap:.35rem}.hero-stat strong,.hero-percent{font-size:.95rem}.hero-stat{font-size:.75rem;gap:.2rem}.omni-row{flex:1 1 100%}.omni-controls{gap:.25rem}.toggle-chip{font-size:.72rem;padding:0 .45rem;height:28px}.place-chip .chip-actions{opacity:1}.interest-chip{font-size:.72rem;padding:0 .45rem;height:28px}.filter-toggle-label{font-size:.72rem}.price-ruler-track,.price-ruler-labels{width:72px}.price-ruler-value{font-size:.72rem}.auth-menu{right:-.35rem}.trip-drawer{min-width:0;width:min(92vw,420px);max-width:92vw}.route-card{flex-wrap:wrap}.route-card-info{flex:1 1 100%;padding:.55rem .75rem .4rem}.route-path{flex-wrap:wrap;gap:.3rem;row-gap:.1rem;font-size:.82rem}.route-detail{font-size:.74rem}.route-gains{flex:1;flex-direction:row;align-items:center;gap:.5rem;padding:.4rem .75rem;border-left:none;border-top:2px dashed var(--line)}.route-gain{font-size:.78rem}.route-gain-num{font-size:1rem}.route-card-stub{flex-direction:row;align-items:center;gap:.4rem;padding:.4rem .75rem;min-width:unset;border-top:2px dashed var(--line)}.route-buy-btn{margin-top:0;height:34px;min-width:44px;padding:0 .75rem}.route-price{font-size:1.05rem}}
