@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";.source-logo-wrap[data-v-d931d769]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;vertical-align:middle;border-radius:3px;overflow:hidden}.source-logo-img[data-v-d931d769]{display:block;width:100%;height:100%;object-fit:contain;border-radius:3px}:root{--brand-primary: #0F766E;--brand-primary-hover: #115E59;--brand-primary-light: #CCFBF1;--brand-primary-surface: #F0FDFA;--surface: #FFFFFF;--background: #F8FAFC;--text-primary: #0F172A;--text-secondary: #64748B;--text-muted: #94A3B8;--border: #E2E8F0;--value-good: #16A34A;--value-warning: #D97706;--value-bad: #DC2626;--inventory-empty: #CBD5E1;--map-best-value: #16A34A;--map-available: #5EEAD4;--map-available-border: #0D9488;--map-category: #C4B5FD;--map-category-border: #8B5CF6;--map-selected: #0F766E;--map-selected-border: #115E59;--map-stage: #1E293B;--map-empty: #CBD5E1;--bg-primary: #FFFFFF;--bg-secondary: #F8FAFC;--bg-card: #FFFFFF;--bg-card-hover: #F8FAFC;--bg-surface: #F1F5F9;--bg-glass: rgba(255, 255, 255, .9);--border-subtle: #E2E8F0;--border-medium: #CBD5E1;--border-focus: rgba(15, 118, 110, .5);--accent-red: #0F766E;--accent-red-hover: #115E59;--accent-red-glow: rgba(15, 118, 110, .15);--gradient-red: linear-gradient(135deg, #0F766E 0%, #14B8A6 100%);--gradient-glow: radial-gradient(circle at 50% 0%, rgba(15, 118, 110, .12) 0%, transparent 70%);--official-blue: #0284c7;--official-blue-bg: #E0F2FE;--official-blue-border: #BAE6FD;--official-blue-text: #0284C7;--resale-red: #DC2626;--resale-red-bg: #FEE2E2;--resale-red-border: #FECACA;--resale-red-text: #DC2626;--success-emerald: #16A34A;--success-emerald-bg: #DCFCE7;--success-emerald-text: #16A34A;--warning-amber: #D97706;--warning-amber-bg: #FEF3C7;--warning-amber-text: #D97706;--font-main: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-card: 0 4px 16px -4px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);--shadow-hover: 0 12px 28px -6px rgba(15, 23, 42, .1), 0 0 0 1px rgba(15, 118, 110, .4);--shadow-glow: 0 0 25px rgba(15, 118, 110, .15);--transition-fast: .15s ease;--transition-normal: .25s ease}*{box-sizing:border-box;padding:0;margin:0}html,body{max-width:100vw;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit;background:none}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}.glow-background{position:relative}.glow-background:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:500px;background:radial-gradient(circle at 50% -10%,rgba(15,118,110,.15) 0%,rgba(2,132,199,.05) 50%,transparent 70%);pointer-events:none;z-index:0}.badge-official{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--official-blue-text);background:var(--official-blue-bg);border:1px solid var(--official-blue-border);padding:3px 8px;border-radius:var(--radius-sm)}.badge-resale{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--resale-red-text);background:var(--resale-red-bg);border:1px solid var(--resale-red-border);padding:3px 8px;border-radius:var(--radius-sm)}.badge-trend-down{display:inline-flex;align-items:center;gap:3px;font-size:.75rem;font-weight:600;color:var(--success-emerald-text);background:var(--success-emerald-bg);padding:2px 7px;border-radius:var(--radius-sm)}.badge-trend-up{display:inline-flex;align-items:center;gap:3px;font-size:.75rem;font-weight:600;color:var(--warning-amber-text);background:var(--warning-amber-bg);padding:2px 7px;border-radius:var(--radius-sm)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.8}50%{opacity:.4}}.animate-fade-in{animation:fadeIn .3s cubic-bezier(.16,1,.3,1) forwards}.pulsing-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 10px #10b981;animation:pulseGlow 2s infinite ease-in-out;display:inline-block}.review-page{min-height:100vh;padding:34px;color:#292638;background:#f7f7fa}.review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;max-width:1540px;margin:0 auto 22px}.review-header h1{margin:4px 0;font-size:1.5rem}.review-header p:not(.overline){margin:0;color:#77717d;font-size:.8rem}.review-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:9px;color:#716a78;font-size:.72rem}.review-primary,.review-secondary{min-height:35px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border-radius:6px;font-size:.7rem;font-weight:800}.review-primary{color:#fff;background:var(--brand-primary)}.review-primary:disabled{opacity:.45;cursor:not-allowed}.review-secondary{color:#625b69;border:1px solid #ded9e5;background:#fff}.review-layout{max-width:1540px;min-height:calc(100vh - 170px);display:grid;grid-template-columns:minmax(0,1fr) 330px;margin:auto;overflow:hidden;border:1px solid #e2dfe7;border-radius:10px;background:#fff;box-shadow:0 8px 24px #40335d0d}.review-map-panel{min-width:0;display:flex;flex-direction:column;padding:24px;background:radial-gradient(circle at center,#fff 5%,#f1eff4 72%)}.review-map{width:100%;min-height:0;flex:1;max-height:calc(100vh - 250px)}.review-stage{fill:#1e293b}.review-section{fill:#5eead4;stroke:#fbfaff;stroke-width:4;cursor:pointer;transition:fill .12s,stroke-width .12s}.review-section:hover,.review-section.selected{fill:#14b8a6;stroke:#0f766e;stroke-width:6}.review-section.assigned{fill:#16a34a}.review-section.resolved{fill:#d8d5dc;cursor:default}.review-map-label{fill:#77717d;font-size:12px;font-weight:700;pointer-events:none}.review-map-label.assigned{fill:#fff}.review-map-panel>p{display:flex;align-items:center;justify-content:center;gap:6px;margin:14px 0 0;color:#77717d;font-size:.7rem}.review-sidebar{min-height:0;display:flex;flex-direction:column;border-left:1px solid #e4e1e8;background:#fff}.review-editor{padding:19px;border-bottom:1px solid #e8e5eb}.review-editor h2{margin:4px 0 7px;font-size:1rem}.review-editor p{margin:0;color:#77717d;font-size:.7rem}.review-editor code{padding:2px 4px;color:#0f766e;background:#f0fdfa;border-radius:3px}.review-editor label{display:grid;gap:6px;margin-top:15px;color:#625b69;font-size:.68rem;font-weight:800}.review-editor input{height:37px;padding:0 9px;color:#332e41;border:1px solid #dcd8e3;border-radius:5px;background:#fff;outline:0}.review-editor input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #0f766e33}.review-primary.full{width:100%;margin-top:10px}.review-message{margin-top:9px!important;color:var(--brand-primary)!important}.review-editor.empty{padding:24px 19px}.review-queue{min-height:0;overflow-y:auto}.review-queue-title{display:flex;align-items:center;justify-content:space-between;padding:14px 19px 9px}.review-queue-title h2{margin:0;font-size:.82rem}.review-queue-title span{display:grid;min-width:21px;height:21px;place-items:center;color:var(--brand-primary);border-radius:99px;background:var(--brand-primary-light);font-size:.65rem;font-weight:800}.review-queue-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 19px;text-align:left;border-top:1px solid #f0eef2;color:#605967;background:#fff}.review-queue-item:hover,.review-queue-item.selected{background:var(--brand-primary-surface)}.review-queue-item.assigned b,.review-queue-item.assigned svg{color:#16a34a}.review-queue-item span{display:grid;gap:2px}.review-queue-item b{color:#37313d;font-size:.72rem}.review-queue-item small{color:#8a8390;font-size:.62rem}:root{color-scheme:light}button:focus-visible,a:focus-visible,.map-section:focus-visible{outline:3px solid var(--brand-primary);outline-offset:3px}.app-background{min-height:100vh;background:#fff}.container{position:relative;z-index:1}.site-header{height:76px;border-bottom:1px solid #e2e8f0;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}.nav-content{height:100%;display:flex;align-items:center;gap:13px}.logo{display:inline-flex;align-items:center;gap:9px;color:#0f172a;font-size:1.04rem;font-weight:800}.logo img{width:24px;height:24px;object-fit:contain}.country-pill{padding:4px 9px;font-size:.72rem;border:1px solid #e2e8f0;border-radius:var(--radius-full);color:#64748b;background:#f8fafc}.nav-spacer{flex:1}.my-scouts,.sign-in{height:38px;padding:0 12px;font-size:.82rem;font-weight:700;border-radius:8px;color:#fff;display:inline-flex;align-items:center;gap:7px}.my-scouts{border:1px solid #e2e8f0;background:#fff;color:#0f172a;transition:all .15s ease}.my-scouts:hover{border-color:var(--brand-primary)}.my-scouts b{background:var(--brand-primary);border-radius:99px;padding:1px 6px;font-size:.67rem;color:#fff}.sign-in{background:var(--brand-primary);color:#fff;padding:0 16px;transition:background .15s ease}.sign-in:hover{background:var(--brand-primary-hover)}.hero{min-height:474px;display:grid;place-items:center;padding:65px 0 40px;text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(204,251,241,.45),transparent 60%),#fff}.hero-content{max-width:825px}.trust-line,.overline{font-size:.72rem;letter-spacing:.11em;font-weight:800;color:#64748b}.trust-line b{color:var(--brand-primary)}.trust-line span{margin:0 8px}.hero h1{max-width:780px;margin:18px auto 16px;color:#0f172a;font-size:clamp(2rem,5vw,3.7rem);line-height:1.07;letter-spacing:-2px}.hero-copy{max-width:650px;color:#64748b;margin:auto;font-size:1rem}.search-box{max-width:645px;height:62px;margin:30px auto 15px;padding:0 18px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0f172a0f;border-radius:13px;color:var(--brand-primary)}.search-box:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px #0f766e2e}.search-box input{min-width:0;flex:1;color:#0f172a;background:transparent;font-size:.95rem;border:0;outline:0}.search-box input::placeholder{color:#94a3b8}.how-link{display:inline-flex;align-items:center;gap:6px;color:var(--brand-primary);font-weight:700;font-size:.83rem;margin-top:24px}.how-link:hover{color:var(--brand-primary-hover)}.home-section{margin-top:22px;margin-bottom:70px}.section-heading{margin-bottom:23px}.section-heading h2,.how-section h2{color:#0f172a;font-size:1.55rem;letter-spacing:-.8px;margin:6px 0}.section-heading p{color:#64748b;font-size:.87rem}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.event-card,.feed-card{border:1px solid #e2e8f0;background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 2px 8px #0f172a0a}.event-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s,border-color .2s,box-shadow .2s}.event-card:hover{transform:translateY(-3px);border-color:var(--brand-primary);box-shadow:0 10px 24px #0f172a14}.event-card:hover h3{color:var(--brand-primary)}.event-image{height:170px;position:relative;background:#f1f5f9}.event-image img{height:100%;width:100%;object-fit:cover}.event-image span{position:absolute;left:11px;top:11px;padding:4px 8px;background:#0f172ad9;color:#fff;border-radius:5px;font-size:.68rem;font-weight:700}.event-card-body{padding:17px;display:flex;flex-direction:column;flex:1}.event-card h3,.feed-card h3{color:#0f172a;font-size:.97rem;line-height:1.38;transition:color .15s ease}.event-when,.event-card small{color:#64748b;font-size:.76rem}.event-when{min-height:34px;margin:7px 0 14px}.event-price,.source-row,.event-actions,.feed-top,.feed-price,.feed-bottom,.listing-line,.listing-details,.listing-actions{display:flex;align-items:center;justify-content:space-between;gap:9px}.event-price strong{display:block;color:#0f172a;font-size:1.25rem}.event-price small{font-size:.61rem;letter-spacing:.09em;color:#94a3b8}.trend{padding:4px 7px;background:#fef3c7;color:#d97706;border-radius:4px;font-size:.67rem;font-weight:700}.trend.down{color:#16a34a;background:#dcfce7}.source-row{padding:12px 0 0;margin-top:auto;border-top:1px solid #f1f5f9;color:#64748b;font-size:.68rem}.source-row span{color:#94a3b8}.event-actions{gap:7px}.event-actions a,.event-actions button{flex:1;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:7px;font-size:.78rem;font-weight:800}.event-actions a{border:1px solid #e2e8f0;background:#fff;color:#0f172a;transition:all .15s ease}.event-actions a:hover{border-color:var(--brand-primary);color:var(--brand-primary);background:#f0fdfa}.event-actions button{background:var(--brand-primary);color:#fff;transition:background .15s ease}.event-actions button:hover{background:var(--brand-primary-hover)}.feed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feed-card{padding:16px}.feed-top small,.feed-card>p,.feed-bottom small{color:#64748b;font-size:.7rem}.feed-card h3{margin:16px 0 4px}.feed-price{margin:18px 0}.feed-price strong{color:#0f172a}.feed-price span,.good,.bad,.green,.amber,.red{font-size:.69rem;font-weight:800}.good,.green{color:#16a34a}.bad,.red{color:#dc2626}.amber{color:#d97706}.feed-bottom{border-top:1px solid #f1f5f9;padding-top:12px}.feed-bottom a{color:var(--brand-primary);font-size:.74rem;font-weight:800}.feed-bottom a:hover{color:var(--brand-primary-hover);text-decoration:underline}.official-badge,.resale-badge{display:inline-flex;align-items:center;gap:4px;font-size:.61rem;font-weight:800;letter-spacing:.05em;border-radius:4px;padding:3px 6px}.official-badge{color:#0284c7;background:#e0f2fe;border:1px solid #bae6fd}.resale-badge{color:#d97706;background:#fef3c7;border:1px solid #fde68a}.live-dot{display:inline-block;height:8px;width:8px;margin-right:5px;border-radius:50%;background:#16a34a;box-shadow:0 0 8px #16a34a66}.how-section{margin-bottom:78px;text-align:center}.how-copy{max-width:630px;color:#64748b;margin:0 auto 28px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:left}.steps article{min-height:190px;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);box-shadow:0 2px 8px #0f172a0a}.steps b{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand-primary)}.steps h3{color:#0f172a;margin:15px 0 7px;font-size:1rem}.steps p{color:#64748b;font-size:.8rem}.primary-action{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;background:var(--brand-primary);color:#fff;border-radius:8px;font-weight:800;transition:background .15s ease}.primary-action:hover{background:var(--brand-primary-hover)}.browse{margin-top:25px;font-size:.82rem}.no-results{padding:50px;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);color:#64748b}.no-results h3{color:#0f172a;margin:12px 0 5px}.no-results button{margin-top:17px;color:var(--brand-primary);font-weight:800}.footer{border-top:1px solid #e2e8f0;padding:25px 0;color:#64748b;background:#fff;font-size:.72rem}.footer-content{display:flex;justify-content:space-between;gap:10px}.event-page{height:100vh;height:100dvh;min-height:100vh;display:flex;flex-direction:column;background:#f8fafc;color:#0f172a;overflow:hidden;overscroll-behavior:none}.event-topbar{flex:0 0 auto;min-height:73px;display:flex;align-items:center;padding:10px 25px;gap:22px;color:#0f172a;background:#fff;border-bottom:1px solid #e2e8f0}.event-identity{min-width:280px;max-width:520px;display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.event-identity img{height:44px;width:44px;border-radius:8px;object-fit:cover;flex-shrink:0}.event-identity-text{min-width:0;display:flex;flex-direction:column;gap:4px}.event-identity h1{margin:0;font-size:.88rem;font-weight:750;line-height:1.25;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-identity-meta{margin:0;color:#64748b;font-size:.69rem;line-height:1.25;display:flex;align-items:center;gap:7px;white-space:nowrap}.meta-sep{color:#cbd5e1;font-size:.65rem;-webkit-user-select:none;user-select:none}.provenance{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.7rem;white-space:nowrap}.provenance-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:9999px;font-size:.68rem;line-height:1.2;letter-spacing:-.01em;transition:all .15s ease}.provenance-chip.official-chip{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.provenance-chip.official-chip.is-sold-out{background:#fef2f2;border:1px solid #fee2e2;color:#991b1b}.provenance-chip.official-chip.is-available{background:#f0fdf4;border:1px solid #dcfce7;color:#166534}.provenance-chip.resale-chip{background:#f8fafc;border:1px solid #e2e8f0;color:#334155}.chip-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:#94a3b8}.official-chip.is-sold-out .chip-status-dot{background:#ef4444;box-shadow:0 0 0 2px #ef444433}.official-chip.is-available .chip-status-dot{background:#22c55e;box-shadow:0 0 0 2px #22c55e33}.resale-chip .chip-status-dot{background:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.chip-label{font-weight:500;opacity:.88}.chip-sep{opacity:.4;font-size:.62rem}.chip-value{font-weight:700}.event-top-actions{display:flex;align-items:center;gap:12px}.event-top-actions button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;background:var(--brand-primary);color:#fff;font-size:.72rem;font-weight:800;border-radius:6px;transition:background .15s ease}.event-top-actions button:hover{background:var(--brand-primary-hover)}.event-top-actions span{color:#64748b;font-size:.7rem}.event-filters{flex:0 0 auto;min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:8px 23px;gap:18px;background:#fff;border-bottom:1px solid #e2e8f0}.filter-cluster{display:flex;gap:8px;align-items:center;overflow-x:auto}.segmented{display:inline-flex;overflow:hidden;flex:none;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.segmented em{display:inline-flex;align-items:center;gap:4px;padding:7px 8px;color:#64748b;font-style:normal;font-size:.65rem}.segmented button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:29px;padding:0 8px;border-left:1px solid #e2e8f0;color:#64748b;background:#fff;font-size:.65rem;transition:all .15s ease}.segmented button:hover{color:#0f172a}.segmented button.active{color:#fff;background:var(--brand-primary);border-color:var(--brand-primary);font-weight:800}.channel-segmented button{text-transform:none}.channel-segmented button .source-logo-wrap{border-radius:2px}.select-control{position:relative;display:inline-flex;align-items:center;flex:none}.select-control select{height:31px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 26px 0 28px;color:#0f172a;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:.67rem}.select-control>.filter-icon{position:absolute;left:8px;color:#64748b;pointer-events:none}.select-control>.select-chevron{position:absolute;right:7px;pointer-events:none}.sort,.preference-control{max-width:320px}.trust-pill{color:#64748b;font-size:.62rem;font-weight:600}.map-legend{display:flex;gap:10px;color:#64748b;font-size:.62rem;white-space:nowrap}.map-legend span{display:inline-flex;align-items:center;gap:4px}.map-legend i{height:8px;width:8px;border-radius:2px}.map-legend .best{background:var(--map-best-value)}.map-legend .available{background:var(--map-available)}.map-legend .category{background:var(--map-category, #C4B5FD)}.map-legend .muted{background:var(--map-empty)}.event-split{flex:1 1 0%;min-height:0;height:auto;max-height:none;display:grid;grid-template-columns:minmax(0,1fr) 400px;grid-template-rows:100%}.map-area-vue{min-width:0;display:flex;flex-direction:column;padding:22px;background:#f8fafc}.map-canvas{flex:1;min-height:0;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid #e2e8f0;border-radius:9px;background:radial-gradient(circle at center,#fff 5%,#f1f5f9 72%);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.map-canvas.is-dragging,.map-canvas.is-dragging *{cursor:grabbing!important;-webkit-user-select:none;user-select:none}.map-canvas svg{max-height:98%;max-width:98%;will-change:transform;-webkit-user-select:none;user-select:none}.arena-wall{fill:#e2e8f0;stroke:#cbd5e1;stroke-width:4}.map-stage{fill:var(--map-stage)}.stage-label{fill:#fff;font-weight:800;font-size:14px;letter-spacing:1.3px}.map-section{fill:var(--section-fill)!important;fill-opacity:1!important;stroke:#94a3b8;stroke-linejoin:round;stroke-width:2.5;transition:fill .14s ease,stroke .14s ease,filter .14s ease}.map-section.available{fill:var(--map-available);cursor:pointer}.map-section.bestValue{fill:var(--map-best-value)}.map-section.available:hover,.map-section.hovered,.map-section.category-hovered{stroke:var(--brand-primary);stroke-width:4;filter:brightness(.95)}.map-section.selected{stroke:var(--brand-primary-hover);stroke-width:4}.section-price{cursor:pointer}.section-price rect{fill:#fff;stroke:#e2e8f0;stroke-width:1px;filter:drop-shadow(0 1px 3px rgba(15,23,42,.1))}.section-price text{fill:var(--text-primary);font-weight:800;font-size:13px}.sheet-grab-area,.mobile-filter-pills{display:none}.sheet-scroll-body{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto}.empty-section-label{fill:#94a3b8;font-size:12px;font-weight:700;pointer-events:none;-webkit-user-select:none;user-select:none}.map-controls{position:absolute;top:12px;right:12px;z-index:2;display:flex;flex-direction:column;background:#fff;overflow:hidden;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 3px 10px #0f172a14}.map-controls button{height:34px;width:34px;display:grid;place-items:center;color:#475569;border-bottom:1px solid #e2e8f0}.map-controls button:last-child{border:0}.map-tip{margin:11px 0 0;text-align:center;color:#64748b;font-size:.69rem}.map-hover-card{position:absolute;z-index:3;width:220px;padding:13px 14px;color:#f8fafc;border-radius:8px;background:#0f172a;box-shadow:0 10px 24px #0f172a59;pointer-events:none}.map-hover-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.12)}.map-hover-title strong{color:#fff;font-size:.8rem}.map-hover-title span{font-size:.66rem;font-weight:800}.map-hover-card p{display:flex;justify-content:space-between;gap:10px;margin:4px 0;color:#94a3b8;font-size:.67rem}.map-hover-card p b{color:#fff;font-weight:700;text-align:right}.map-hover-card .good{color:var(--value-good)}.map-hover-card .amber{color:var(--value-warning)}.map-hover-card .red{color:var(--value-bad)}.map-unavailable{padding:50px;margin:auto;color:#64748b}.event-rail{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff;border-left:1px solid #e2e8f0}.section-overview{padding:20px 18px 15px;border-bottom:1px solid #e2e8f0}.section-overview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-overview h2{margin:3px 0 0;font-size:1.05rem;color:#0f172a}.section-overview-header>button{flex:none;margin-top:4px;color:var(--brand-primary);font-size:.68rem;font-weight:800}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:0}.summary-grid>div{padding:9px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px}.summary-grid small{display:block;color:#64748b;font-size:.57rem;letter-spacing:.05em}.summary-grid strong{display:block;margin-top:3px;color:#0f172a;font-size:.84rem}.summary-grid b{display:block;margin-top:2px;font-size:.61rem}.section-intel-summary{margin-top:14px;display:grid;gap:8px;padding:11px 13px;background:#f8fafc;border-radius:7px;border:1px solid #e2e8f0}.intel-row{display:flex;align-items:center;justify-content:space-between;font-size:.72rem}.intel-row span{color:#64748b;font-size:.7rem}.intel-row strong{color:#0f172a;font-weight:700;font-size:.76rem}.intel-row strong small{color:#64748b;font-weight:500;font-size:.68rem;margin-left:2px}.intel-row strong.highlight-source small{color:var(--brand-primary);font-weight:700}.intel-row .status-soldout{color:var(--value-bad);font-weight:700}.intel-row .status-available{color:var(--value-good);font-weight:700}.section-scout{margin-top:11px;padding:10px;border-radius:6px;background:var(--brand-primary-surface);border:1px solid var(--brand-primary-light)}.section-scout button{color:var(--brand-primary);display:inline-flex;gap:5px;align-items:center;font-size:.68rem;font-weight:800;transition:color .15s ease}.section-scout button:hover{color:var(--brand-primary-hover)}.section-scout p{margin:4px 0 0;color:#64748b;font-size:.6rem}.no-section-results{margin-top:15px;color:#64748b;font-size:.72rem}.listings-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 18px;color:#64748b;font-size:.61rem;font-weight:800;letter-spacing:.04em}.listings-count{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.listings-count b{color:var(--brand-primary)}.rail-sort.segmented{display:inline-flex;flex:none;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.rail-sort.segmented em{display:inline-flex;align-items:center;gap:3px;padding:4px 6px;color:#64748b;font-style:normal;font-size:.6rem;font-weight:700}.rail-sort.segmented button{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 7px;border-left:1px solid #e2e8f0;color:#64748b;background:#fff;font-size:.62rem;font-weight:600;cursor:pointer;transition:all .15s ease}.rail-sort.segmented button:hover{color:#0f172a}.rail-sort.segmented button.active{color:#fff;background:var(--brand-primary);border-color:var(--brand-primary);font-weight:800}.listing-scroll{display:grid;gap:10px;padding:0 12px 24px}.listing-card{padding:13px 15px;background:#fff;border:1px solid #e5e2ea;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease}.listing-loading{display:grid;gap:10px;padding:0 12px 24px;overflow:hidden}.listing-skeleton{display:grid;gap:12px;padding:15px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.skeleton-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.skeleton-block{display:block;height:10px;flex:1;border-radius:999px;background:linear-gradient(90deg,#eef2f6 25%,#f8fafc,#eef2f6 65%);background-size:300% 100%;animation:listing-shimmer 1.35s ease-in-out infinite}.skeleton-title{max-width:145px;height:14px}.skeleton-price{max-width:72px;height:14px}.skeleton-meta{width:62%}.skeleton-source{width:42%}.skeleton-actions .skeleton-block{height:28px;border-radius:6px}@keyframes listing-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.skeleton-block{animation:none}}.listing-card:hover{border-color:#cac5d5;box-shadow:0 2px 8px #1e192b0d}.listing-card.active{border-color:var(--brand-primary);box-shadow:0 0 0 1px var(--brand-primary)}.listing-card.highlighted{border-color:#a78bfa;box-shadow:0 0 0 2px #a78bfa66;background:#faf5ff}.listing-primary-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.listing-section{margin:0;font-size:.88rem;font-weight:700;color:#0f172a;line-height:1.3}.listing-price{font-size:.96rem;font-weight:700;color:#0f172a;white-space:nowrap}.listing-secondary-row{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:3px;color:#64748b;font-size:.72rem;line-height:1.4}.listing-secondary-row .sep{color:#cbd5e1}.signal-neutral{color:#64748b}.signal-positive{color:var(--value-good);font-weight:600}.signal-negative{color:var(--value-bad);font-weight:600}.listing-tertiary{margin-top:10px;padding-top:9px;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:3px}.scout-btn-wrap{position:relative;display:inline-flex}.scout-topbar-tooltip{position:absolute;top:calc(100% + 8px);right:0;width:250px;padding:10px 12px;background:#0f172a;color:#f8fafc;border-radius:8px;box-shadow:0 10px 24px #0f172a47;font-size:.72rem;line-height:1.4;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s;pointer-events:none;z-index:50;text-align:left}.scout-topbar-tooltip strong{display:block;color:#fff;font-size:.76rem;margin-bottom:2px}.scout-topbar-tooltip p{margin:0;color:#94a3b8;font-size:.68rem}.scout-btn-wrap:hover .scout-topbar-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.scout-explainer-footer{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:linear-gradient(135deg,#091e28,#0f2d38 55%,#134652);border-top:1px solid rgba(45,212,191,.35);box-shadow:0 -4px 20px #091e2838;z-index:10;position:relative}.explainer-footer-main{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.explainer-icon-badge{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:7px;background:#14b8a638;border:1px solid rgba(45,212,191,.45);color:#2dd4bf;box-shadow:0 0 10px #14b8a640}.explainer-footer-text{min-width:0;flex:1}.explainer-header-row{display:flex;align-items:center;gap:6px}.explainer-header-row strong{color:#fff;font-size:.77rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.explainer-chip{padding:1px 6px;font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;background:#14b8a640;color:#5eead4;border:1px solid rgba(45,212,191,.35);border-radius:99px;white-space:nowrap}.explainer-footer-text p{margin:2px 0 0;color:#cbd5e1;font-size:.67rem;line-height:1.32;white-space:normal}.explainer-footer-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.explainer-footer-action-btn{font-size:.7rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#0d9488,#14b8a6);border:1px solid rgba(45,212,191,.6);box-shadow:0 2px 8px #0d948866;padding:5px 11px;border-radius:6px;cursor:pointer;white-space:nowrap;transition:all .15s ease}.explainer-footer-action-btn:hover{filter:brightness(1.12);transform:translateY(-1px);box-shadow:0 4px 12px #0d94888c}.explainer-footer-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;color:#94a3b8;background:transparent;border:none;cursor:pointer;transition:all .15s ease}.explainer-footer-close:hover{color:#fff;background:#ffffff1f}.listing-source-line{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#64748b;font-size:.68rem}.listing-source-left{display:inline-flex;align-items:center;flex-wrap:wrap;gap:5px;min-width:0}.source-name{color:#0f172a;font-weight:600;font-size:.68rem}.source-type,.seller-rating{color:#64748b;font-size:.68rem}.seller-account-age{color:#64748b;font-size:.68rem;white-space:nowrap}.listing-trust-line{display:flex;align-items:center;flex-wrap:wrap;gap:4px;color:#64748b;font-size:.68rem}.trust-text{color:#475569}.urgency-text{color:#64748b}.listing-note{margin:2px 0 0;color:#64748b;font-size:.66rem;line-height:1.35}.listing-insights{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:3px;color:#64748b;font-size:.68rem;line-height:1.4}.listing-insight{color:#64748b;font-size:.68rem;font-weight:500}.listing-insights .sep{color:#64748b;font-weight:800;font-size:.85rem;line-height:1;-webkit-user-select:none;user-select:none}.listing-flags{display:flex;flex-direction:column;gap:4px;margin-top:6px}.listing-flag{display:flex;gap:6px;align-items:flex-start;padding:0;border:none;background:none;color:#78350f;font-size:.66rem;line-height:1.35}.listing-flag-icon{flex:0 0 auto;margin-top:1px;color:#d97706;width:13px;height:13px}.listing-flag-content{min-width:0;flex:1}.listing-flag-heading{display:inline}.listing-flag-heading strong{color:#78350f;font-size:.67rem;font-weight:750}.listing-flag p{margin:3px 0 0;color:#92400e;font-size:.66rem}.listing-flag-details{display:inline;margin-left:5px}.listing-flag-details summary{display:inline;color:#a16207;font-size:.62rem;font-weight:700;cursor:pointer;list-style:none;text-decoration:underline;text-underline-offset:2px}.listing-flag-details summary::-webkit-details-marker{display:none}.listing-flag-details p{margin:4px 0 0;padding-left:2px;color:#78551b;font-size:.65rem}.listing-flag--critical{color:#991b1b}.listing-flag--critical .listing-flag-icon,.listing-flag--critical .listing-flag-details summary{color:#dc2626}.listing-flag--critical .listing-flag-heading strong,.listing-flag--critical p{color:#991b1b}.listing-flag--info{color:#1e40af}.listing-flag--info .listing-flag-icon,.listing-flag--info .listing-flag-details summary{color:#2563eb}.listing-flag--info .listing-flag-heading strong,.listing-flag--info p{color:#1e40af}.listing-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.listing-view-link{display:inline-flex;align-items:center;gap:4px;color:#64748b;font-size:.72rem;font-weight:600;text-decoration:none;background:none;border:none;padding:4px 0;transition:color .15s ease}.listing-view-link:hover{color:#0f172a;text-decoration:underline}.scout-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:28px;padding:0 10px;background:var(--brand-primary);color:#fff;font-size:.68rem;font-weight:700;border-radius:5px;border:none;cursor:pointer;transition:background .15s ease,transform .1s ease}.scout-btn:hover:not(:disabled){background:var(--brand-primary-hover)}.scout-btn:active:not(:disabled){transform:scale(.98)}.scout-btn:disabled,.event-top-actions button:disabled,.section-scout button:disabled,.explainer-footer-action-btn:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.5);pointer-events:auto}.event-top-actions button:hover:disabled,.section-scout button:hover:disabled,.explainer-footer-action-btn:hover:disabled{background:var(--brand-primary);filter:grayscale(.5);transform:none}.rail-empty{padding:55px 26px;text-align:center}.rail-empty h3{font-size:.95rem}.rail-empty p{color:#64748b;font-size:.73rem;margin:8px 0 15px}.rail-empty button{color:var(--brand-primary);font-size:.73rem;font-weight:800}.mobile-event-tabs{display:none}.not-found{min-height:100vh;display:grid;place-content:center;text-align:center;gap:10px;color:#fff}.not-found a{color:#2dd4bf}.price-analytics-section{border-bottom:1px solid #e2e8f0;background:#f8fafc}.analytics-toggle-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:transparent;border:0;cursor:pointer;transition:background .15s ease;text-align:left}.analytics-toggle-btn:hover{background:#f1f5f9}.analytics-toggle-main{display:flex;align-items:center;gap:8px;min-width:0}.analytics-toggle-title{font-size:.84rem;font-weight:700;color:#0f172a;line-height:1.35;letter-spacing:-.01em}.analytics-status-chip{font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-primary);background:var(--brand-primary-surface);border:1px solid var(--brand-primary-light);padding:2px 7px;border-radius:99px;flex-shrink:0;display:inline-flex;align-items:center;gap:4px}.analytics-chevron{color:#64748b;transition:transform .2s ease;flex-shrink:0}.analytics-chevron.rotated{transform:rotate(180deg)}.analytics-drawer{padding:0 18px 16px}.paygate-container{position:relative;overflow:hidden;padding:2px 18px 14px}.paygate-faded-body{mask-image:linear-gradient(to bottom,#00000080,#0000005e,#00000040);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.37) 50%,rgba(0,0,0,.25) 100%)}.minimal-metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:0 0 10px}.minimal-metric{display:flex;flex-direction:column;gap:3px;min-width:0}.minimal-label{display:inline-flex;align-items:center;gap:3px;font-size:.6rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.minimal-label svg{color:#64748b;flex-shrink:0}.minimal-val{font-size:.86rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;white-space:nowrap}.minimal-val.trend-status{font-size:.76rem;color:#334155}.minimal-chart-container{display:flex;flex-direction:column;gap:6px;padding-top:8px;border-top:1px solid #eef2f6}.minimal-chart-header{display:flex;align-items:center;justify-content:space-between}.minimal-chart-title{font-size:.66rem;font-weight:600;color:#64748b}.minimal-chart-tabs{display:inline-flex;align-items:center;gap:5px}.minimal-tab-btn{background:transparent;border:none;padding:0;font-size:.66rem;font-weight:600;color:#94a3b8;cursor:pointer;transition:color .15s ease}.minimal-tab-btn:hover{color:#475569}.minimal-tab-btn.active{color:var(--brand-primary);font-weight:700}.minimal-tab-divider{font-size:.62rem;color:#cbd5e1}.minimal-chart-canvas{display:flex;flex-direction:column;gap:4px}.minimal-velocity-note{display:flex;align-items:center;gap:6px;font-size:.65rem;color:#64748b;padding:4px 0 2px}.velocity-bullet{width:4px;height:4px;border-radius:50%;background:var(--brand-primary);flex-shrink:0}.paygate-fade-overlay{position:absolute;left:0;right:0;bottom:0;top:0;background:transparent;display:flex;align-items:flex-end;justify-content:center;padding:0 18px 12px;pointer-events:none;z-index:2}.minimal-paygate-pill{pointer-events:auto;display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(203,213,225,.85);border-radius:99px;box-shadow:0 4px 14px -2px #0f172a14,0 1px 3px #0f172a0a;cursor:pointer;transition:all .15s ease;color:#0f172a}.minimal-paygate-pill:hover{background:#fff;border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 6px 18px -2px #0f172a1f}.pill-lock{color:var(--brand-primary)}.pill-title{font-size:.67rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.pill-dot{font-size:.65rem;color:#94a3b8}.pill-action{font-size:.67rem;font-weight:600;color:var(--brand-primary)}.pill-arrow{color:var(--brand-primary);transition:transform .15s ease}.minimal-paygate-pill:hover .pill-arrow{transform:translate(2px)}.analytics-body{display:flex;flex-direction:column;gap:10px}.analytics-takeaway{padding:2px 0}.takeaway-headline{margin:0;font-size:.88rem;font-weight:700;color:#0f172a;line-height:1.35;letter-spacing:-.01em}.analytics-metrics-row{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:7px;gap:8px}.metric-col{display:flex;flex-direction:column;gap:2px;min-width:0}.metric-meta{display:inline-flex;align-items:center;gap:4px;color:#64748b;font-size:.62rem;font-weight:600}.metric-meta svg{color:#64748b;flex-shrink:0}.metric-val{font-size:.84rem;font-weight:700;color:#0f172a;white-space:nowrap}.metric-val.trend-status{font-size:.78rem;font-weight:700;color:#334155}.analytics-chart-controls{display:flex;align-items:center;justify-content:flex-end;margin-top:2px}.chart-tab-group{display:inline-flex;background:#f1f5f9;padding:2px;border-radius:6px;gap:2px}.chart-tab-btn{background:transparent;border:none;padding:3px 10px;font-size:.64rem;font-weight:700;color:#64748b;border-radius:4px;cursor:pointer;transition:all .15s ease}.chart-tab-btn:hover{color:#0f172a}.chart-tab-btn.active{background:#fff;color:var(--brand-primary);box-shadow:0 1px 3px #00000014}.analytics-trend-chart{display:flex;flex-direction:column;gap:6px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:7px}.trend-chart-header{display:flex;align-items:center;justify-content:space-between;font-size:.63rem;font-weight:600;color:#64748b}.chart-badge{font-size:.66rem;font-weight:700;color:var(--brand-primary)}.chart-badge-inventory{color:#16a34a}.trend-svg-wrap{width:100%;height:54px}.trend-svg-wrap svg{width:100%;height:100%;display:block;overflow:visible}.chart-dot{fill:#fff;stroke:var(--brand-primary);stroke-width:2px}.chart-dot-latest{fill:var(--brand-primary);stroke:#fff;stroke-width:2px}.chart-dot-inventory{stroke:#16a34a}.chart-dot-inventory.chart-dot-latest{fill:#16a34a;stroke:#fff}.trend-labels-row{display:flex;justify-content:space-between;font-size:.58rem;color:#94a3b8;font-weight:500;padding:0 4px}.trend-labels-row .is-endpoint{font-weight:700;color:#334155}.inventory-velocity-banner{padding:7px 10px;background:var(--brand-primary-surface);border:1px solid var(--brand-primary-light);border-radius:6px;display:flex;align-items:center}.velocity-text{font-size:.65rem;font-weight:600;color:var(--brand-primary)}.source-compare-container{display:flex;flex-direction:column;gap:6px;margin-top:2px}.source-compare-toggle{display:inline-flex;align-items:center;gap:4px;background:transparent;border:none;padding:2px 0;cursor:pointer;color:var(--brand-primary);font-size:.69rem;font-weight:700;width:fit-content;transition:color .15s ease}.source-compare-toggle:hover{color:var(--brand-primary-hover)}.compare-chevron{color:var(--brand-primary);transition:transform .2s ease}.compare-chevron.rotated{transform:rotate(180deg)}.source-compare-content{display:flex;flex-direction:column;gap:8px;padding:9px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:7px}.resale-list{display:flex;flex-direction:column;gap:5px}.resale-row{display:flex;align-items:center;justify-content:space-between;font-size:.69rem}.resale-source-brand{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#0f172a}.resale-median-val{font-weight:600;color:#64748b}.official-face-value-sep{margin-top:3px;padding-top:7px;border-top:1px dashed #e2e8f0;display:flex;align-items:center;justify-content:space-between;font-size:.67rem;color:#64748b}.official-face-value-sep strong{color:#0f172a}.analytics-insufficient{padding:13px 14px;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;text-align:center}.analytics-insufficient p{margin:0;font-size:.7rem;color:#475569;font-weight:600}.analytics-insufficient small{display:block;margin-top:4px;font-size:.61rem;color:#94a3b8}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:18px;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:min(100%,410px);position:relative;padding:30px;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 20px 60px #0f172a26}.modal-close,.drawer-header>button{position:absolute;right:16px;top:16px;color:#64748b}.modal-icon{height:41px;width:41px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--brand-primary)}.modal-badge-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.modal-beta-chip{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-primary);background:var(--brand-primary-surface);border:1px solid var(--brand-primary-light);padding:3px 9px;border-radius:99px}.modal-card h2{margin:8px 0;font-size:1.28rem;color:#0f172a}.modal-description{margin:6px 0 12px;color:#64748b;font-size:.81rem;line-height:1.45}.modal-target-preview{margin:12px 0 4px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;text-align:left}.modal-target-preview .target-label{display:block;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.modal-target-preview strong{display:block;margin-top:3px;font-size:.82rem;color:#0f172a;line-height:1.3}.modal-target-preview p{margin:2px 0 0;font-size:.72rem;color:#64748b}.modal-card>p{color:#64748b;font-size:.81rem}.modal-card label{display:grid;gap:6px;margin:16px 0 12px;color:#475569;font-size:.73rem;font-weight:700}.modal-card input{height:42px;padding:0 11px;color:#0f172a;border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc;outline:0}.modal-card input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #0f766e33}.modal-card .primary-action{width:100%}.scout-drawer{width:min(100%,390px);position:fixed;right:0;top:0;bottom:0;z-index:41;padding:23px;transform:translate(110%);transition:transform .22s ease;color:#0f172a;background:#fff;border-left:1px solid #e2e8f0;box-shadow:-10px 0 40px #0f172a1f}.scout-drawer.open{transform:translate(0)}.drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer-header{position:relative;padding-bottom:19px;border-bottom:1px solid #e2e8f0}.drawer-header h2{margin:4px 0 0;color:#0f172a}.drawer-empty{height:70%;display:grid;place-content:center;text-align:center;color:#64748b}.drawer-empty svg{margin:auto;color:var(--brand-primary)}.drawer-empty h3{color:#0f172a;margin:15px 0 7px}.drawer-empty p{font-size:.8rem}.scout-items{padding-top:14px}.scout-item{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #f1f5f9}.scout-item strong{font-size:.78rem;color:#0f172a}.scout-item p,.scout-item small{margin:4px 0 0;display:block;color:#64748b;font-size:.68rem}.scout-item button{color:var(--brand-primary);font-size:.68rem;font-weight:700}.modal-reassurance{margin:10px 0 0;text-align:center;font-size:.72rem;color:#64748b}body:has(.modal-backdrop) .scout-topbar-tooltip{display:none!important}.event-meta-badge{display:inline-flex;align-items:center;gap:4px;margin-left:2px;padding:2px 7px;border-radius:4px;font-size:.63rem;font-weight:700;cursor:pointer;transition:all .15s ease;border:1px solid #e2e8f0;vertical-align:middle}.event-meta-badge.badge-pending{border-color:#cbd5e1;background:#f1f5f9;color:#334155}.event-meta-badge.badge-pending:hover{background:#e2e8f0;color:#0f172a}.event-meta-badge.badge-pending svg{color:#64748b;flex-shrink:0}.event-meta-badge.badge-warn{border-color:#fde68a;background:#fef3c7;color:#b45309}.event-meta-badge.badge-warn:hover{background:#fde68a;color:#92400e}.event-meta-badge.badge-bad{border-color:#fecaca;background:#fee2e2;color:#b91c1c}.event-meta-badge.badge-bad:hover{background:#fca5a5;color:#991b1b}.event-meta-badge.badge-ok{border-color:#bbf7d0;background:#dcfce7;color:#15803d}.event-meta-badge.badge-ok:hover{background:#86efac;color:#166534}.mobile-transfer-banner{display:none}.policy-advisory-section{border-bottom:1px solid #e2e8f0;background:#f8fafc}.policy-toggle-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 18px;background:transparent;border:0;cursor:pointer;transition:background .15s ease}.policy-toggle-btn:hover{background:#f1f5f9}.policy-toggle-main{display:flex;align-items:center;gap:8px;min-width:0}.policy-toggle-title{color:#0f172a;font-size:.72rem;font-weight:700}.policy-status-pill{padding:2px 7px;border-radius:4px;font-size:.61rem;font-weight:700;margin-left:2px}.policy-status-pill.pill-pending{color:#334155;background:#f1f5f9;border:1px solid #cbd5e1}.policy-status-pill.pill-warn{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.policy-status-pill.pill-bad{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.policy-status-pill.pill-ok{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.policy-chevron{color:#64748b;transition:transform .2s ease}.policy-chevron.rotated{transform:rotate(180deg)}.policy-drawer{padding:0 18px 12px}.policy-body{display:flex;flex-direction:column;gap:8px}.policy-sub-headline{margin:0;font-size:.7rem;font-weight:600;color:#475569;line-height:1.35}.policy-evidence-list{display:flex;flex-direction:column;gap:4px;padding:2px 0}.policy-evidence-item{font-size:.68rem;line-height:1.35;color:#475569}.policy-evidence-item strong{color:#0f172a;font-weight:700;margin-right:4px}.policy-provenance-line{margin:-2px 0 1px;font-size:.63rem;color:#64748b;line-height:1.35}.policy-provenance-line strong{color:#334155;font-weight:700}.policy-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.policy-metric-card{display:flex;flex-direction:column;gap:2px;padding:7px 9px;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.policy-metric-card.card-pending{border-color:#cbd5e1}.policy-metric-card.card-warn{border-color:#fde68a}.policy-metric-card.card-bad{border-color:#fecaca}.policy-metric-label{font-size:.58rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.policy-metric-val{font-size:.74rem;font-weight:700;color:#0f172a}.policy-metric-val.status-pending{color:#334155}.policy-metric-val.status-warn{color:#b45309}.policy-metric-val.status-bad{color:#dc2626}.policy-metric-val.status-ok{color:#16a34a}.policy-metric-card small{font-size:.58rem;color:#64748b;line-height:1.25;margin-top:1px}.policy-distinction-box{display:flex;align-items:flex-start;gap:7px;padding:7px 10px;background:#fff;border:1px solid #e2e8f0;border-left:3px solid #64748b;border-radius:5px;color:#334155;font-size:.65rem;line-height:1.35}.policy-distinction-box.distinction-pending{border-left-color:#64748b}.policy-distinction-box.distinction-pending .distinction-icon{color:#64748b}.policy-distinction-box.distinction-warn{border-left-color:#d97706}.policy-distinction-box.distinction-warn .distinction-icon{color:#d97706}.policy-distinction-box.distinction-bad{border-left-color:#dc2626}.policy-distinction-box.distinction-bad .distinction-icon{color:#dc2626}.policy-distinction-box.distinction-ok{border-left-color:#16a34a}.policy-distinction-box.distinction-ok .distinction-icon{color:#16a34a}.policy-distinction-box p{margin:0}.policy-distinction-box strong{color:#0f172a}.policy-distinction-box .distinction-icon{color:#64748b;flex-shrink:0;margin-top:1px}.policy-vip-box{display:flex;flex-direction:column;gap:4px;padding:7px 10px;background:#faf5ff;border:1px solid #f3e8ff;border-radius:5px;color:#581c87;font-size:.65rem;line-height:1.35}.policy-vip-header{display:flex;align-items:center;gap:6px}.policy-vip-badge{font-size:.54rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:1px 5px;border-radius:3px;background:#f3e8ff;color:#7e22ce;border:1px solid #e9d5ff}.policy-vip-box strong{color:#6b21a8;font-weight:700;font-size:.68rem}.policy-vip-box p{margin:0;color:#6b21a8;font-size:.63rem}.listing-transfer-tag{display:inline-flex;align-items:center;gap:4px;font-size:.63rem;font-weight:600;margin-top:3px;padding:2px 6px;border-radius:4px}.listing-transfer-tag.tag-pending{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.listing-transfer-tag.tag-pending svg{color:#64748b;flex-shrink:0}.listing-transfer-tag.tag-warn{color:#92400e;background:#fffbeb;border:1px solid #fef3c7}.listing-transfer-tag.tag-warn svg{color:#d97706;flex-shrink:0}.listing-transfer-tag.tag-bad{color:#991b1b;background:#fef2f2;border:1px solid #fee2e2}.listing-transfer-tag.tag-bad svg{color:#dc2626;flex-shrink:0}@media(max-width:940px){.event-grid,.feed-grid{grid-template-columns:repeat(2,1fr)}.provenance{display:none}.event-split{grid-template-columns:minmax(0,1fr) 370px}.map-legend{display:none}}@media(max-width:680px){.container{padding:0 17px}.listing-flag{padding:0}.listing-flag-details summary{min-height:unset}.site-header{height:64px}.country-pill,.my-scouts{display:none}.hero{min-height:415px;padding-top:45px}.hero h1{letter-spacing:-1.4px}.event-grid,.feed-grid,.steps{grid-template-columns:1fr}.home-section{margin-bottom:48px}.footer-content{flex-direction:column}.event-topbar{padding:8px 12px;gap:10px}.event-identity{min-width:0;flex:1;gap:8px}.event-identity img{height:38px;width:38px;border-radius:6px}.event-identity h1{font-size:.74rem}.event-identity p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.62rem}.event-top-actions span,.event-meta-badge{display:none}.mobile-transfer-banner{display:flex;align-items:center;justify-content:space-between;padding:7px 14px;border-bottom:1px solid #e2e8f0;cursor:pointer;font-size:.67rem;font-weight:700}.mobile-transfer-banner.banner-pending{background:#f8fafc;border-color:#e2e8f0;color:#334155}.mobile-transfer-banner.banner-pending .mobile-banner-icon,.mobile-transfer-banner.banner-pending .mobile-banner-hint{color:#64748b}.mobile-transfer-banner.banner-warn{background:#fffbeb;border-color:#fde68a;color:#b45309}.mobile-transfer-banner.banner-bad{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.mobile-transfer-banner.banner-ok{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.mobile-banner-left{display:flex;align-items:center;gap:6px;min-width:0}.mobile-banner-icon{flex-shrink:0}.mobile-banner-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700}.mobile-banner-hint{color:#78350f;font-weight:500;font-size:.61rem}.mobile-transfer-banner.banner-bad .mobile-banner-hint{color:#991b1b}.mobile-banner-chevron{color:currentColor;transition:transform .2s ease;flex-shrink:0;margin-left:6px}.mobile-banner-chevron.rotated{transform:rotate(180deg)}.mobile-event-tabs,.event-filters{display:none}.urgency-strip{font-size:.66rem;padding:6px 12px}.event-split{position:relative;display:block;flex:1 1 0%;min-height:0;max-height:none;height:auto;overflow:hidden;background:#f8fafc}.map-area-vue{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:8px 8px 170px;z-index:1;display:flex;flex-direction:column}.map-canvas{height:100%;width:100%;border-radius:8px;border:1px solid #e2e8f0}.map-canvas svg{max-width:100%;max-height:100%}.event-rail.mobile-bottom-sheet{position:absolute;left:0;right:0;bottom:0;z-index:25;background:#fff;border-top:1px solid #e2e8f0;border-radius:20px 20px 0 0;box-shadow:0 -8px 30px #0f172a29;display:flex;flex-direction:column;transition:height .32s cubic-bezier(.16,1,.3,1);overflow:hidden;will-change:height}.event-rail.sheet-peek{height:175px}.event-rail.sheet-half{height:50vh;height:50dvh}.event-rail.sheet-full{height:calc(100% - 30px)}.sheet-grab-area{display:flex;align-items:center;justify-content:center;padding:9px 0 5px;cursor:grab;touch-action:none;background:#fff;flex-shrink:0}.sheet-grab-bar{width:38px;height:4px;border-radius:99px;background:#cbd5e1}.mobile-filter-pills{display:flex;align-items:center;gap:8px;padding:6px 12px 10px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0}.mobile-filter-pills::-webkit-scrollbar{display:none}.filter-pill-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 13px;border-radius:99px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:.72rem;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .15s ease}.filter-pill-btn.active{border-color:var(--brand-primary);background:var(--brand-primary-surface);color:var(--brand-primary);font-weight:700}.filter-pill-btn.filter-icon-btn{padding:6px 10px;border-radius:50%}.sheet-scroll-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.map-tip{display:none}.section-overview{padding:14px 16px}.scout-explainer-footer{padding:9px 12px calc(9px + env(safe-area-inset-bottom,0px));gap:8px}}.card-metric-row{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-bottom:11px}.card-metric-row .event-price{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.card-metric-row .event-price strong{display:block;color:#0f172a;font-size:1.28rem;line-height:1.1;letter-spacing:-.02em}.card-metric-row .event-price small{font-size:.63rem;letter-spacing:.08em;color:#94a3b8;font-weight:700}.event-listings-stat{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.event-listings-stat small{font-size:.63rem;letter-spacing:.08em;color:#94a3b8;font-weight:700}.event-listings-stat strong{display:block;color:#334155;font-size:1.05rem;line-height:1.1;font-weight:800}.event-listings-stat .unit{font-size:.72rem;font-weight:600;color:#64748b}.market-signal-bar{display:flex;align-items:center;margin-bottom:12px}.market-signal-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border-radius:6px;font-size:.72rem;font-weight:700;line-height:1.3;cursor:help;transition:opacity .15s ease,transform .15s ease;position:relative}.market-signal-badge:hover{opacity:.95;transform:translateY(-1px)}.signal-dot{width:6px;height:6px;border-radius:50%;display:inline-block;flex-shrink:0}.market-signal-badge.tightening{background:#fff1f2;color:#be123c;border:1px solid #FFE4E6}.market-signal-badge.tightening .signal-dot{background:#e11d48;box-shadow:0 0 6px #e11d4873}.market-signal-badge.appearing{background:#f0fdf4;color:#15803d;border:1px solid #DCFCE7}.market-signal-badge.appearing .signal-dot{background:#16a34a;box-shadow:0 0 6px #16a34a66}.market-signal-badge.falling{background:#ecfdf5;color:#047857;border:1px solid #D1FAE5}.market-signal-badge.falling .signal-dot{background:#059669;box-shadow:0 0 6px #05966966}.market-signal-badge.rising{background:#fef3c7;color:#b45309;border:1px solid #FDE68A}.market-signal-badge.rising .signal-dot{background:#d97706}.market-signal-badge.stable{background:#f8fafc;color:#475569;border:1px solid #E2E8F0}.market-signal-badge.stable .signal-dot{background:#94a3b8}.map-section.empty{cursor:pointer}.map-section.empty:hover{stroke:#475569;stroke-width:3.5}.map-section.category-hovered+.empty-section-label,.map-section.hovered+.empty-section-label{fill:#0f172a;font-weight:800}.map-hover-title .category-tag{color:#c4b5fd;font-size:.68rem;font-weight:800;letter-spacing:.03em}.map-hover-title .section-cat-sub{color:#94a3b8;font-weight:600;font-size:.72rem}.rail-empty:has(.empty-section-scout-card){padding:8px 0 24px}.empty-section-scout-card{margin:10px 14px 14px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:9px;box-shadow:0 2px 8px #0f172a0a;display:flex;flex-direction:column;gap:12px;text-align:left}.empty-scout-badge-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.scout-icon-pill{display:inline-flex;align-items:center;gap:5px;font-size:.68rem;font-weight:800;color:var(--brand-primary);background:var(--brand-primary-surface);border:1px solid var(--brand-primary-light);padding:2px 7px;border-radius:5px}.empty-status-tag{font-size:.65rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:2px 7px;border-radius:4px}.empty-scout-header h3{margin:0 0 4px;font-size:1rem;font-weight:800;color:#0f172a}.empty-scout-header p{margin:0;font-size:.73rem;color:#64748b;line-height:1.45}.empty-scout-budget-section{display:flex;flex-direction:column;gap:8px;padding:12px;background:#f8fafc;border:1px solid #edf2f7;border-radius:7px}.budget-header-line{display:flex;align-items:center;justify-content:space-between}.budget-header-line label{font-size:.69rem;font-weight:700;color:#334155}.budget-ticket-count{font-size:.63rem;font-weight:600;color:#64748b;background:#fff;border:1px solid #e2e8f0;padding:1px 6px;border-radius:4px}.budget-input-group{display:flex;align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:2px 4px 2px 10px;transition:border-color .15s ease,box-shadow .15s ease}.budget-input-group:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 2px #0f766e26}.currency-tag{font-size:.82rem;font-weight:700;color:#64748b;margin-right:4px;-webkit-user-select:none;user-select:none}.budget-num-input{flex:1;min-width:0;border:0;outline:none;font-size:.95rem;font-weight:800;color:#0f172a;background:transparent;padding:6px 0}.budget-num-input::-webkit-outer-spin-button,.budget-num-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.budget-num-input[type=number]{-moz-appearance:textfield}.budget-step-controls{display:flex;align-items:center;gap:3px}.empty-section-scout-card .step-btn{height:26px;width:26px;display:grid;place-items:center;border-radius:4px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569!important;cursor:pointer;transition:all .12s ease}.empty-section-scout-card .step-btn:hover{background:#e2e8f0;color:#0f172a!important}.budget-presets-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding-top:2px}.preset-hint{font-size:.63rem;color:#64748b}.preset-buttons{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.empty-section-scout-card .preset-chip{font-size:.65rem;font-weight:700;padding:3px 8px;border-radius:4px;background:#fff;color:#475569!important;border:1px solid #e2e8f0;cursor:pointer;transition:all .14s ease}.empty-section-scout-card .preset-chip:hover{background:#f1f5f9;color:#0f172a!important}.empty-section-scout-card .preset-chip.active{background:var(--brand-primary)!important;color:#fff!important;border-color:var(--brand-primary)!important}.empty-scout-actions{display:flex;flex-direction:column;gap:6px}.empty-section-scout-card .scout-primary-btn,.rail-empty .scout-primary-btn{width:100%;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--brand-primary);color:#fff!important;font-size:.78rem;font-weight:800;border-radius:6px;border:0;cursor:pointer;transition:background .15s ease}.empty-section-scout-card .scout-primary-btn svg,.rail-empty .scout-primary-btn svg{color:#fff!important;stroke:#fff!important}.empty-section-scout-card .scout-primary-btn:hover:not(:disabled),.rail-empty .scout-primary-btn:hover:not(:disabled){background:var(--brand-primary-hover);color:#fff!important}.empty-section-scout-card .scout-primary-btn:disabled,.rail-empty .scout-primary-btn:disabled{opacity:.5;cursor:not-allowed}.scout-disabled-note{margin:0;font-size:.62rem;color:#dc2626;text-align:center}.scout-reassurance-note{margin:0;font-size:.63rem;color:#64748b;text-align:center}.view-all-avail-wrapper{margin:6px 14px 24px;display:flex;justify-content:center}.btn-view-all-avail{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;font-size:.74rem;font-weight:700;color:#334155!important;background:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px #0f172a0d}.btn-view-all-avail:hover{background:#f8fafc;border-color:var(--brand-primary);color:var(--brand-primary)!important}.map-hover-scout-hint{display:block;margin-top:5px;padding-top:5px;border-top:1px dashed rgba(255,255,255,.15);color:#38bdf8!important;font-size:.64rem;font-weight:600;text-align:center}.muted-badge{color:#94a3b8}.p2p-risk-banner{display:flex;flex-direction:column;gap:7px;margin:10px 12px 14px;padding:10px 12px 11px;background:linear-gradient(135deg,#fffdfa,#fff8eb);border:1px solid #fde68a;border-left:3.5px solid #f59e0b;border-radius:8px;box-shadow:0 1px 3px #f59e0b14,0 1px 2px #0f172a08}.p2p-risk-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.p2p-risk-title-area{display:flex;align-items:center;gap:7px;min-width:0}.p2p-risk-icon-badge{width:22px;height:22px;min-width:22px;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#fef3c7;color:#d97706;border:1px solid rgba(245,158,11,.25)}.p2p-risk-title{color:#78350f;font-size:.74rem;font-weight:700;letter-spacing:-.01em}.p2p-risk-pill{display:inline-flex;align-items:center;padding:1px 6px;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#f59e0b24;color:#b45309;border-radius:99px;border:1px solid rgba(245,158,11,.25)}.p2p-risk-copy{margin:0;font-size:.71rem;line-height:1.44;color:#475569}.p2p-risk-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-top:1px;padding-top:6px;border-top:1px solid rgba(245,158,11,.16)}.p2p-safety-btn{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;font-size:.67rem;font-weight:700;color:#92400e;background:#fff;border:1px solid #fde68a;border-radius:5px;cursor:pointer;white-space:nowrap;transition:all .15s ease;box-shadow:0 1px 2px #0000000a}.p2p-safety-btn:hover{background:#fef3c7;border-color:#f59e0b;color:#78350f;box-shadow:0 1px 3px #f59e0b26}.p2p-risk-advice{font-size:.62rem;color:#92400e;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.p2p-dismiss-btn{background:transparent;border:none;padding:3px;border-radius:4px;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.p2p-dismiss-btn:hover{color:#78350f;background:#f59e0b29}.report-toast-alert{display:flex;align-items:center;gap:8px;padding:9px 12px;margin-bottom:12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#166534;font-size:.74rem;font-weight:600}.report-toast-alert .toast-icon{color:#16a34a;flex-shrink:0}.report-toast-alert .toast-close{margin-left:auto;background:none;border:none;color:#166534;cursor:pointer;padding:2px}.source-type-text{color:#64748b;font-weight:500;font-size:.72rem}.listing-seller-line{display:flex;align-items:center;flex-wrap:wrap;gap:5px;font-size:.72rem;color:#475569;margin-top:3px}.listing-seller-line .seller-rating{font-weight:700;color:#0f172a}.listing-seller-line .seller-account-age,.listing-seller-line .trust-text{color:#64748b}.listing-menu-wrapper{position:relative;display:inline-flex;align-items:center}.listing-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;background:transparent;border:1px solid transparent;border-radius:4px;color:#94a3b8;cursor:pointer;transition:all .12s ease}.listing-menu-btn:hover,.listing-menu-btn[aria-expanded=true]{background:#f1f5f9;color:#0f172a;border-color:#e2e8f0}.listing-menu-dropdown{position:absolute;right:0;top:calc(100% + 4px);z-index:30;min-width:155px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px -5px #0f172a1f,0 8px 10px -6px #0f172a14;padding:4px;display:flex;flex-direction:column;gap:2px}.menu-item-info{display:flex;align-items:center;gap:6px;padding:6px 9px 7px;font-size:.67rem;font-weight:600;color:#64748b;border-bottom:1px solid #f1f5f9;margin-bottom:2px;white-space:nowrap}.menu-item-info svg{color:#94a3b8;flex-shrink:0}.menu-item-btn{display:flex;align-items:center;gap:8px;width:100%;padding:6px 10px;background:none;border:none;border-radius:5px;font-size:.72rem;font-weight:600;color:#334155;cursor:pointer;text-align:left;transition:background .12s ease;white-space:nowrap}.menu-item-btn:hover{background:#f8fafc;color:#0f172a}.menu-item-btn.text-danger{color:#dc2626}.menu-item-btn.text-danger:hover{background:#fef2f2;color:#b91c1c}.rail-legal-footer{margin-top:24px;padding-top:16px;border-top:1px solid #f1f5f9;text-align:center}.rail-disclaimer-copy{margin:0 0 6px;font-size:.62rem;color:#94a3b8;line-height:1.4}.rail-legal-nav{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.65rem}.rail-legal-btn{background:none;border:none;padding:0;font-size:.65rem;font-weight:600;color:var(--brand-primary);cursor:pointer}.rail-legal-btn:hover,.rail-legal-link:hover{text-decoration:underline}.rail-legal-link{color:#64748b;text-decoration:none;font-weight:500}.footer-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-legal-copy{max-width:600px}.footer-disclaimer-note{margin:4px 0 0;font-size:.68rem;color:#64748b;line-height:1.4}.footer-links{display:flex;align-items:center;gap:8px;font-size:.72rem}.footer-link-btn{background:none;border:none;padding:0;font-size:.72rem;font-weight:600;color:var(--brand-primary);cursor:pointer}.footer-link-btn:hover,.footer-link:hover{text-decoration:underline}.footer-link{color:#64748b;text-decoration:none}.footer-sep{color:#cbd5e1}.provenance-modal-card,.safety-modal-card,.report-modal-card{width:min(100%,540px);max-height:90vh;overflow-y:auto;text-align:left}.report-icon{background:#ef4444}.provenance-icon{background:#3b82f6}.safety-icon{background:#f59e0b}.report-badge-chip{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#dc2626;background:#fef2f2;border:1px solid #fee2e2;padding:3px 9px;border-radius:99px}.report-target-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;margin-bottom:16px}.report-target-summary .summary-line{display:flex;justify-content:space-between;font-size:.82rem;color:#0f172a}.report-target-summary .summary-label{font-size:.65rem;text-transform:uppercase;font-weight:700;color:#94a3b8}.report-target-summary .summary-sub{margin-top:4px;font-size:.72rem;color:#64748b}.form-section-label{display:block;font-size:.73rem;font-weight:700;color:#334155;margin:14px 0 8px}.reason-options{display:flex;flex-direction:column;gap:6px}.reason-radio-card{display:flex;align-items:flex-start;gap:9px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .12s ease}.reason-radio-card:hover{background:#f8fafc;border-color:#cbd5e1}.reason-radio-card.selected{background:#eff6ff;border-color:#93c5fd}.reason-radio-card input{margin-top:2px}.reason-text{font-size:.74rem;color:#1e293b;line-height:1.35}.report-textarea{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-family:inherit;resize:vertical;background:#f8fafc}.report-textarea:focus{outline:none;border-color:var(--brand-primary);background:#fff}.report-singapore-advisory{display:flex;align-items:flex-start;gap:8px;margin:12px 0 16px;padding:9px 12px;background:#fffbeb;border:1px solid #fef3c7;border-radius:6px}.report-singapore-advisory .advisory-icon{color:#d97706;flex-shrink:0;margin-top:1px}.report-singapore-advisory p{margin:0;font-size:.69rem;color:#92400e;line-height:1.35}.report-action-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:18px}.btn-cancel{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;font-weight:600;font-size:.75rem;padding:8px 16px;border-radius:6px;cursor:pointer}.btn-cancel:hover{background:#e2e8f0}.report-submit-btn{display:inline-flex;align-items:center;gap:6px;background:#dc2626;color:#fff!important;font-weight:700;font-size:.75rem;padding:8px 18px;border-radius:6px;border:none;cursor:pointer}.report-submit-btn:hover{background:#b91c1c}.report-success-view{text-align:center;padding:10px 0}.success-icon-wrap{display:inline-flex;align-items:center;justify-content:center;color:#16a34a;margin-bottom:12px}.success-desc{font-size:.78rem;color:#64748b;margin:6px 0 18px}.official-help-box{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px;margin-bottom:18px}.official-help-box h4{margin:0 0 6px;font-size:.8rem;color:#0f172a}.official-help-box p{margin:0 0 10px;font-size:.72rem;color:#475569;line-height:1.4}.scamshield-link{display:inline-flex;align-items:center;gap:4px;color:var(--brand-primary);font-weight:700;font-size:.72rem;text-decoration:none}.scamshield-link:hover{text-decoration:underline}.source-drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:flex-end}.source-details-drawer{width:min(100%,380px);height:100%;background:#fff;box-shadow:-8px 0 30px #0f172a1a;display:flex;flex-direction:column;padding:24px;animation:slideInDrawer .2s ease-out;overflow-y:auto}@keyframes slideInDrawer{0%{transform:translate(100%)}to{transform:translate(0)}}.source-drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.source-drawer-title{margin:0;font-size:1.05rem;font-weight:700;color:#0f172a}.source-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:#64748b;cursor:pointer;transition:all .12s ease}.source-drawer-close:hover{background:#f1f5f9;color:#0f172a}.source-drawer-body{flex:1;display:flex;flex-direction:column;gap:16px;padding:20px 0}.source-info-item{display:flex;flex-direction:column;gap:4px}.source-info-label{font-size:.67rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.source-info-value{font-size:.88rem;color:#0f172a}.source-platform-val{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.source-name-text{font-weight:600}.source-pill{font-size:.62rem;font-weight:600;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:99px;padding:1px 7px}.source-price-sub{font-size:.76rem;color:#64748b;font-weight:400}.original-link-item{margin-top:8px;padding-top:14px;border-top:1px solid #f8fafc}.source-external-link{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:var(--brand-primary);text-decoration:none;transition:color .12s ease}.source-external-link:hover{text-decoration:underline;color:var(--brand-primary-hover)}.source-drawer-footer{margin-top:auto;padding-top:18px;border-top:1px solid #f1f5f9}.source-disclaimer{margin:0;font-size:.72rem;line-height:1.45;color:#94a3b8}@media(max-width:640px){.source-drawer-scrim{align-items:flex-end}.source-details-drawer{width:100%;height:auto;max-height:80vh;border-radius:16px 16px 0 0;box-shadow:0 -10px 30px #0f172a1f;animation:slideUpDrawer .22s ease-out}@keyframes slideUpDrawer{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.safety-content-scroll{display:flex;flex-direction:column;gap:14px;margin:16px 0}.safety-card.warning{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:12px 14px}.safety-card-header{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#92400e;margin-bottom:6px}.safety-card.warning p{margin:0;font-size:.72rem;color:#78350f;line-height:1.4}.guidance-section h3{font-size:.85rem;color:#0f172a;margin:0 0 4px}.guidance-intro{margin:0 0 10px;font-size:.72rem;color:#64748b;line-height:1.4}.safety-rules-grid{display:grid;grid-template-columns:1fr;gap:8px}.rule-box{padding:10px 12px;border-radius:6px;border:1px solid #e2e8f0}.rule-box.do{background:#f0fdf4;border-color:#bbf7d0}.rule-box.dont{background:#fef2f2;border-color:#fecaca}.rule-title{display:flex;align-items:center;gap:6px;font-size:.74rem;font-weight:700;margin-bottom:4px}.rule-box.do .rule-title{color:#166534}.rule-box.dont .rule-title{color:#991b1b}.rule-box p{margin:0;font-size:.69rem;color:#334155;line-height:1.35}.rule-box code{background:#0000000d;padding:1px 4px;border-radius:3px;font-weight:700}.authorities-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px}.authorities-box h4{margin:0 0 6px;font-size:.78rem;color:#0f172a}.authorities-box p{margin:0 0 8px;font-size:.7rem;color:#475569;line-height:1.4}.authorities-links{display:flex;flex-wrap:wrap;gap:12px}.authority-link{display:inline-flex;align-items:center;gap:4px;font-size:.71rem;font-weight:700;color:var(--brand-primary);text-decoration:none}.authority-link:hover{text-decoration:underline}.legal-page{max-width:800px;margin:0 auto;padding:40px 20px 80px}.legal-nav-bar{margin-bottom:24px}.legal-back-link{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:var(--brand-primary);text-decoration:none;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;transition:all .14s ease}.legal-back-link:hover{background:#f8fafc;border-color:#cbd5e1}.legal-article{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:36px 40px;box-shadow:0 4px 20px #0f172a0a}.legal-header{margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.legal-pill{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-primary);background:#eff6ff;border:1px solid #dbeafe;padding:3px 8px;border-radius:99px}.legal-header h1{margin:12px 0 6px;font-size:1.8rem;font-weight:800;color:#0f172a}.legal-effective{margin:0;font-size:.75rem;color:#64748b}.legal-callout-warning{display:flex;align-items:flex-start;gap:12px;background:#fffbeb;border:1px solid #fef3c7;border-left:4px solid #f59e0b;border-radius:8px;padding:14px 16px;margin-bottom:28px}.legal-callout-warning .callout-icon{color:#d97706;flex-shrink:0;margin-top:2px}.legal-callout-warning strong{display:block;font-size:.82rem;color:#78350f;margin-bottom:4px}.legal-callout-warning p{margin:0;font-size:.75rem;color:#92400e;line-height:1.45}.legal-callout-info{display:flex;align-items:flex-start;gap:12px;background:#eff6ff;border:1px solid #dbeafe;border-left:4px solid #3b82f6;border-radius:8px;padding:14px 16px;margin-bottom:28px}.legal-callout-info .callout-icon{color:#2563eb;flex-shrink:0;margin-top:2px}.legal-callout-info strong{display:block;font-size:.82rem;color:#1e3a8a;margin-bottom:4px}.legal-callout-info p{margin:0;font-size:.75rem;color:#1e40af;line-height:1.45}.legal-section{margin-bottom:26px}.legal-section h2{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 10px}.legal-section p{margin:0 0 10px;font-size:.82rem;color:#334155;line-height:1.6}.legal-section ul{margin:0 0 12px;padding-left:20px;display:flex;flex-direction:column;gap:8px}.legal-section li{font-size:.8rem;color:#334155;line-height:1.5}.legal-section code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.78rem;color:#0f172a}.map-unknown-section{position:absolute;bottom:16px;left:16px;z-index:5;display:flex;align-items:center;gap:10px;padding:8px 13px;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1.5px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 14px #0f172a17;cursor:pointer;transition:all .18s ease;-webkit-user-select:none;user-select:none}.map-unknown-section:hover,.map-unknown-section.hovered{border-color:#a78bfa;background:#fdfcff;box-shadow:0 6px 18px #a78bfa47;transform:translateY(-1px)}.map-unknown-section.active{border-color:var(--brand-primary);background:var(--brand-primary-surface, #f0fdfa);box-shadow:0 0 0 2px var(--brand-primary),0 6px 18px #0f766e2e}.unknown-section-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#f1f5f9;color:#64748b;flex-shrink:0;transition:all .18s ease}.map-unknown-section:hover .unknown-section-icon,.map-unknown-section.hovered .unknown-section-icon{background:#ede9fe;color:#7c3aed}.map-unknown-section.active .unknown-section-icon{background:#ccfbf1;color:var(--brand-primary)}.unknown-section-body{display:flex;flex-direction:column;gap:1px}.unknown-section-header{display:flex;align-items:center;gap:6px}.unknown-section-title{font-size:.76rem;font-weight:700;color:#0f172a;line-height:1.2}.unknown-section-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:17px;padding:0 5px;border-radius:99px;font-size:.62rem;font-weight:700;background:#ede9fe;color:#6d28d9}.map-unknown-section.active .unknown-section-badge{background:#ccfbf1;color:var(--brand-primary)}.unknown-section-subtitle{font-size:.65rem;color:#64748b;line-height:1.2}@media(max-width:900px){.map-unknown-section{bottom:12px;left:12px;padding:6px 10px}.unknown-section-icon{width:24px;height:24px}.unknown-section-title{font-size:.72rem}}.waitlist-page{min-height:calc(100vh - 165px);display:grid;place-items:center;padding:54px 18px;background:radial-gradient(ellipse at 50% 0%,rgba(204,251,241,.45),transparent 62%),#f8fafc}.waitlist-card{width:min(100%,510px);padding:34px;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 16px 45px #0f172a1a}.waitlist-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--brand-primary)}.waitlist-eyebrow{margin:18px 0 5px;color:var(--brand-primary);font-size:.66rem;font-weight:800;letter-spacing:.1em}.waitlist-card h1{margin:0;font-size:1.65rem;letter-spacing:-.6px}.waitlist-card>p{margin:9px 0 20px;color:#64748b;font-size:.88rem;line-height:1.5}.waitlist-target{margin:20px 0;padding:13px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px}.waitlist-target>span{display:block;color:#94a3b8;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.waitlist-target strong{display:block;margin-top:4px;font-size:.92rem}.waitlist-target p{margin:4px 0 0;color:#64748b;font-size:.78rem}.waitlist-card form{display:grid;gap:18px}.waitlist-card form>label,.waitlist-card fieldset{display:grid;gap:8px;margin:0;padding:0;border:0;color:#475569;font-size:.78rem;font-weight:700}.waitlist-card input[type=email]{height:44px;padding:0 12px;color:#0f172a;border:1px solid #cbd5e1;border-radius:8px;background:#fff;outline:0}.waitlist-card input[type=email]:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #0f766e26}.waitlist-card textarea{resize:vertical;min-height:78px;padding:11px 12px;color:#0f172a;font:inherit;border:1px solid #cbd5e1;border-radius:8px;background:#fff;outline:0}.waitlist-card textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #0f766e26}.waitlist-card legend{margin-bottom:3px}.priority-option{display:flex;align-items:center;gap:9px;min-height:39px;padding:0 11px;color:#334155;font-weight:600;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer}.priority-option:has(input:checked){color:var(--brand-primary);background:var(--brand-primary-surface);border-color:var(--brand-primary)}.waitlist-card .primary-action{width:100%;border:0;cursor:pointer}.waitlist-card .primary-action:disabled{cursor:wait;opacity:.7}.waitlist-success-icon{color:#16a34a}.waitlist-error{color:#b91c1c!important}.waitlist-honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
