@import"https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-card: #151515;--bg-card-hover: #1a1a1a;--border-color: #2a2a2a;--text-primary: #ffffff;--text-secondary: #888888;--text-muted: #555555;--accent-purple: #8b5cf6;--accent-purple-dark: #6d28d9;--accent-green: #22c55e;--accent-red: #ef4444;--accent-orange: #f97316;--nike-swoosh: #ffffff;--header-height: 108px;--header-main-height: 60px;--header-sub-height: 48px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100vw;height:100vh;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-left{animation:slideInLeft .4s ease-out forwards}.animate-slide-right{animation:slideInRight .4s ease-out forwards}.animate-scale-in{animation:scaleIn .3s ease-out forwards}.header-wrapper{position:fixed;top:0;left:0;right:0;z-index:100}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--bg-primary);border-bottom:1px solid var(--border-color);height:60px}.header-left{display:flex;align-items:center;gap:16px}.nike-logo{color:var(--nike-swoosh)}.tool-name-badge{background:var(--bg-card);padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;color:var(--text-primary)}.season-selector{display:flex;align-items:center;gap:12px}.season-dropdown{display:flex;align-items:center;gap:4px;position:relative;cursor:pointer}.season-label{font-family:Oswald,sans-serif;font-size:28px;font-weight:300;color:var(--text-secondary);letter-spacing:.02em}.season-select{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%}.season-dropdown:hover .season-label{color:var(--text-primary)}.sport-dropdown{display:flex;align-items:center;gap:4px;position:relative;cursor:pointer}.loading-indicator{display:flex;align-items:center;padding:4px}.loading-indicator .spin{animation:spin 1s linear infinite;color:var(--accent-purple)}.sport-name{font-family:Oswald,sans-serif;font-size:28px;font-weight:500;color:var(--text-primary);letter-spacing:.02em}.sport-dropdown svg{color:var(--text-secondary)}.sport-select{position:absolute;inset:0;opacity:0;cursor:pointer;font-size:16px}.sub-header{display:flex;align-items:center;padding:0 24px;background:#1a1a1a;border-bottom:1px solid var(--border-color);height:48px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.sub-header::-webkit-scrollbar{display:none}.campaign-tabs{display:flex;align-items:center;gap:24px;white-space:nowrap}.campaign-tab{background:transparent;border:1px solid transparent;color:var(--text-secondary);padding:8px 16px;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.campaign-tab:hover{color:var(--text-primary)}.campaign-tab.active{background:transparent;border-color:#fff9;color:var(--text-primary)}.header-right{display:flex;align-items:center;gap:12px}.icon-btn{background:transparent;border:none;color:var(--text-secondary);padding:8px;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background:var(--bg-card);color:var(--text-primary)}.user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid var(--border-color)}.user-avatar img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.campaign-tabs{gap:12px}.campaign-tab{padding:6px 12px;font-size:12px}}.globe-view-container{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;display:flex;background:radial-gradient(ellipse at center,#1a1a2e,#0a0a0a)}.globe-left-panel{width:500px;min-width:500px;background:#14141af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.08);padding:24px;overflow-y:auto;z-index:10;display:flex;flex-direction:column}.globe-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-label{font-size:12px;font-weight:600;color:#ffffff80;letter-spacing:.5px}.globe-panel-title{font-size:28px;font-weight:600;color:#fff;line-height:1.3;margin-bottom:24px}.globe-panel-section{margin-bottom:24px}.section-label{font-size:11px;font-weight:600;color:#fff6;letter-spacing:.5px;margin-bottom:12px}.campaigns-list{display:flex;flex-direction:column;gap:12px}.campaign-item{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff08;border-radius:12px;cursor:pointer;transition:all .2s}.campaign-item:hover{background:#ffffff14}.campaign-item.dimmed{opacity:.4}.campaign-item img{width:48px;height:48px;border-radius:8px;object-fit:cover}.campaign-details{display:flex;flex-direction:column;gap:2px}.campaign-details .campaign-name{font-size:14px;font-weight:600;color:#fff}.campaign-details .campaign-type{font-size:12px;color:#ffffff80}.moments-list{display:flex;flex-direction:column;gap:12px}.moment-item{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff08;border-radius:12px;cursor:pointer;transition:all .2s}.moment-item:hover{background:#ffffff14}.moment-thumb{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.moment-thumb-placeholder{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#8a2be233,#4169e126);flex-shrink:0;display:flex;align-items:center;justify-content:center}.moment-thumb-placeholder.hidden{display:none}.moment-sport-icon{font-size:18px;font-weight:700;color:#fff9}.moment-color{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#6e0ff6,#a855f7);flex-shrink:0}.moment-details{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.moment-details .moment-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moment-location{display:flex;align-items:center;gap:4px;font-size:11px;color:#ffffff80}.moment-location svg{flex-shrink:0;opacity:.6}.moment-details .moment-date{font-size:11px;color:#fff6}.moment-details .moment-name{font-size:14px;font-weight:600;color:#fff}.moment-details .moment-date{font-size:12px;color:#ffffff80}.show-more-btn{width:100%;margin-top:12px;padding:10px 16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffb3;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.show-more-btn:hover{background:#ffffff1a;color:#fff;border-color:#fff3}.globe-container{position:relative;flex:1;overflow:hidden}.globe-container canvas{cursor:grab}.globe-container canvas:active{cursor:grabbing}.globe-campaign-bubble{display:flex;flex-direction:column;align-items:center;pointer-events:auto;cursor:pointer;transform:translate(-50%,-50%)}.globe-campaign-bubble .bubble-circle{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.5);box-shadow:0 4px 20px #00000080,0 0 30px #a855f74d;transition:transform .2s,border-color .2s;background:#1a1a2e}.globe-campaign-bubble:hover .bubble-circle{transform:scale(1.1);border-color:#a855f7cc}.globe-campaign-bubble .bubble-circle img{width:100%;height:100%;object-fit:cover}.globe-campaign-bubble .bubble-name{margin-top:8px;background:#14141af2;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}.globe-sport-moment-bubble{display:flex;flex-direction:column;align-items:center;pointer-events:auto;cursor:pointer;transform:translate(-50%,-50%)}@keyframes momentBubbleFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.6)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.globe-sport-moment-bubble .moment-circle{width:50px;height:50px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 16px #ff6b3566,0 2px 8px #0006;background:linear-gradient(135deg,#ff6b35,#f7931e);display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.globe-sport-moment-bubble:hover .moment-circle{transform:scale(1.1);box-shadow:0 6px 24px #ff6b3599,0 4px 12px #00000080}.globe-sport-moment-bubble .moment-circle img{width:100%;height:100%;object-fit:cover}.globe-sport-moment-bubble .moment-circle .moment-icon{font-size:18px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.globe-sport-moment-bubble .moment-name{margin-top:6px;background:#ff6b35f2;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;color:#fff;white-space:nowrap;max-width:100px;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 6px #0000004d}.globe-region-badges{position:absolute;top:20px;right:20px;display:flex;flex-direction:column;gap:12px;z-index:10}.region-badge{display:flex;align-items:center;gap:8px;background:#14141ae6;padding:10px 16px;border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.region-badge svg{width:16px;height:16px}.region-badge span{font-size:14px;font-weight:600;color:#fff}.region-badge .region-name{font-size:12px;font-weight:400;color:#ffffff80;margin-left:4px}.globe-campaign-marker{display:flex;flex-direction:column;align-items:center;pointer-events:auto;cursor:pointer;transform:translate(-50%,-50%)}.globe-campaign-marker .campaign-circle{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.3);box-shadow:0 4px 20px #00000080;transition:transform .2s,border-color .2s}.globe-campaign-marker:hover .campaign-circle{transform:scale(1.1);border-color:#8b5cf6cc}.globe-campaign-marker .campaign-circle img{width:100%;height:100%;object-fit:cover}.globe-campaign-marker .campaign-info{margin-top:8px;background:#1a1a1ae6;padding:4px 10px;border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.globe-campaign-marker .campaign-name{font-size:11px;font-weight:500;color:#fff;white-space:nowrap}.globe-city-label{display:flex;flex-direction:column;align-items:center;pointer-events:none}.globe-city-label .city-badge{display:flex;align-items:center;gap:4px;background:#1a1a1ae6;padding:4px 10px;border-radius:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1)}.globe-city-label .city-badge span{font-size:12px;font-weight:600;color:#fff}.globe-city-label .city-name{margin-top:4px;font-size:11px;color:#ffffffb3}.country-selector-section{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.country-selector-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px}.country-select-btn{display:flex;align-items:center;gap:8px;padding:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;cursor:pointer;transition:all .2s}.country-select-btn:hover{background:#ffffff14;border-color:#a855f780;transform:translateY(-1px)}.country-select-btn .country-flag{font-size:18px}.country-select-btn .country-name{font-size:12px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.globe-panel-tabs{display:flex;gap:0;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.globe-panel-tab{padding:12px 24px;background:transparent;border:none;color:#ffffff80;font-size:14px;font-weight:500;cursor:pointer;position:relative;transition:color .2s ease}.globe-panel-tab:hover{color:#fffc}.globe-panel-tab.active{color:#fff}.globe-panel-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#a855f7}.globe-chat-container{flex:1;display:flex;flex-direction:column;min-height:0}.globe-chat-messages{flex:1;overflow-y:auto;padding-right:8px;margin-bottom:16px}.globe-chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#ffffff80}.globe-chat-empty-icon{font-size:48px;margin-bottom:16px}.globe-chat-empty p{font-size:14px;max-width:280px}.globe-chat-message{display:flex;gap:12px;margin-bottom:16px}.globe-chat-message.user{flex-direction:row-reverse}.globe-chat-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#a855f7,#6366f1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.globe-chat-avatar svg{width:18px;height:18px;fill:#fff}.globe-chat-bubble{max-width:80%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5}.globe-chat-message.assistant .globe-chat-bubble{background:#ffffff14;color:#fff;border-bottom-left-radius:4px}.globe-chat-message.user .globe-chat-bubble{background:linear-gradient(135deg,#a855f7,#6366f1);color:#fff;border-bottom-right-radius:4px}.globe-chat-bubble p{margin:0}.globe-chat-bubble.typing{display:flex;gap:4px;padding:16px}.globe-chat-bubble.typing span{width:8px;height:8px;background:#ffffff80;border-radius:50%;animation:globeTypingBounce 1.4s ease-in-out infinite}.globe-chat-bubble.typing span:nth-child(2){animation-delay:.2s}.globe-chat-bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes globeTypingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.globe-chat-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.globe-chat-action-btn{padding:6px 12px;background:#a855f733;border:1px solid rgba(168,85,247,.4);border-radius:8px;color:#a855f7;font-size:12px;cursor:pointer;transition:all .2s ease}.globe-chat-action-btn:hover:not(:disabled){background:#a855f74d}.globe-chat-action-btn:disabled{opacity:.5;cursor:not-allowed}.globe-chat-input-container{display:flex;gap:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.globe-chat-input{flex:1;padding:12px 16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:14px;outline:none;transition:border-color .2s ease}.globe-chat-input:focus{border-color:#a855f780}.globe-chat-input::placeholder{color:#fff6}.globe-chat-send-btn{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#a855f7,#6366f1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .2s ease}.globe-chat-send-btn:hover:not(:disabled){transform:scale(1.05)}.globe-chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.globe-chat-send-btn svg{width:20px;height:20px;stroke:#fff}.dashboard-page{background:#0a0a0c;position:relative;width:100%;height:calc(100vh - var(--header-height));overflow:hidden}.dashboard-top{position:absolute;inset:0;display:flex}.overview-panel{width:380px;flex-shrink:0;background:#0c0c10f2;border:1px solid rgba(255,255,255,.08);border-radius:12px;margin:20px;padding:24px;display:flex;flex-direction:column}.overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.overview-label{color:#a855f7;font-size:13px;font-weight:500}.overview-dots{color:#ffffff4d;font-size:14px;letter-spacing:2px}.overview-title{font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:500;line-height:1.25;color:#fff;margin-bottom:24px}.overview-body{flex:1}.overview-text{font-size:13px;color:#ffffff8c;line-height:1.65;margin-bottom:16px}.overview-footer{display:flex;flex-direction:column;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.campaign-preview{display:flex;flex-direction:column;gap:8px}.preview-label{font-size:10px;color:#fff6;text-transform:uppercase;letter-spacing:1px}.preview-row{display:flex;align-items:center;justify-content:space-between}.preview-name{font-size:15px;font-weight:500;color:#fff}.preview-thumb{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.15)}.world-map-section{position:absolute;inset:0 0 0 510px;background:#0a0a0c}.map-container{position:absolute;inset:0;z-index:1}.map-container svg{width:100%;height:100%}.connection-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:5}.connection-lines .line-solid{fill:none;stroke:#ffffff59;stroke-width:.22;stroke-linecap:round;stroke-linejoin:round}.connection-lines .line-dotted{fill:none;stroke:#fff3;stroke-width:.18;stroke-dasharray:.8 1.5;stroke-linecap:round}.connection-lines path:not(.line-solid):not(.line-dotted){fill:none;stroke:#ffffff4d;stroke-width:.2;stroke-dasharray:1 1;stroke-linecap:round}.campaign-node{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;z-index:15}.node-circle{width:90px;height:90px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.9);box-shadow:0 8px 30px #0009,0 0 0 1px #ffffff1a;transition:all .3s ease;background:#111}.campaign-node:hover .node-circle{border-color:#ffffff80;transform:scale(1.08)}.node-circle img{width:100%;height:100%;object-fit:cover}.node-name{background:#14141cf2;padding:8px 14px;border-radius:6px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap;border:1px solid rgba(255,255,255,.1)}.store-badge{display:flex;align-items:center;gap:4px;background:#fff;padding:5px 12px 5px 10px;border-radius:18px;box-shadow:0 4px 16px #00000059}.store-badge .swoosh{width:18px;height:10px;color:#000}.store-badge .gear{width:14px;height:14px;color:#555}.store-badge span{font-size:13px;font-weight:600;color:#000;margin-left:2px}.geo-store-badge{position:absolute;transform:translate(-50%,-50%);z-index:14}.city-marker{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:flex-start;gap:6px;z-index:12}.city-label{background:#191920f2;padding:6px 14px;border-radius:4px;font-size:13px;font-weight:500;color:#fff;border:1px solid rgba(255,255,255,.1)}.sport-moment-marker{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:4px;z-index:16;cursor:pointer;transition:transform .2s ease,z-index 0s}@keyframes momentFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.6)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.sport-moment-marker:hover{transform:translate(-50%,-50%) scale(1.1);z-index:25}.moment-bubble{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#f7931e);border:3px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #ff6b3566,0 2px 6px #0000004d;overflow:hidden}.moment-bubble .moment-image{width:100%;height:100%;object-fit:cover}.moment-bubble .moment-icon{font-size:18px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.moment-label{background:#ff6b35f2;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;color:#fff;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 6px #0000004d}.map-zoom-controls{position:absolute;bottom:24px;right:24px;display:flex;align-items:center;gap:8px;background:#14141ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 12px;z-index:20}.zoom-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;color:#fff9;cursor:pointer;transition:all .2s ease}.zoom-btn:hover{color:#fff;background:#ffffff1a}.zoom-btn svg{width:18px;height:18px}.zoom-label{font-size:12px;color:#fff9;padding:0 4px}.stats-section{display:none}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat-card{background:linear-gradient(145deg,#0f0f16fa,#0a0a10fc);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:20px}.card-title{font-size:14px;font-weight:500;color:#fff;margin-bottom:14px}.card-desc{font-size:12px;color:#ffffff80;line-height:1.55;margin-bottom:8px}.card-note{font-size:11px;color:#ffffff59;margin-bottom:16px}.investment-table{margin-bottom:12px}.table-head,.table-row{display:grid;grid-template-columns:50px repeat(4,1fr);gap:8px;padding:5px 0}.table-head{font-size:10px;color:#fff6;text-transform:uppercase}.table-row span:first-child{font-size:12px;color:#fff9}.badge{padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;text-align:center}.badge.pinnacle{background:#8a2be266;color:#a855f7}.badge.elevated{background:#8a2be240;color:#9333ea}.badge.scale{background:#64647859;color:#fff9}.tier-legend{display:flex;gap:14px;font-size:11px;color:#ffffff80}.tier-legend .dot,.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.dot.pinnacle{background:#a855f7}.dot.elevated{background:#9333ea}.dot.scale{background:#6b7280}.adoption-main{margin-bottom:18px}.adoption-label{font-size:10px;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.adoption-value{display:flex;align-items:baseline;gap:10px}.big-num{font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:600;color:#fff;line-height:1}.change{font-size:13px;font-weight:500}.change.up{color:#22c55e}.change.down{color:#ef4444}.change.neutral{color:#f59e0b}.adoption-item .region{font-size:11px;color:#fff6}.adoption-item .value{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:600;color:#fff;line-height:1.1}.adoption-item .change{font-size:11px}.adoption-loading,.adoption-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:#ffffff80;font-size:13px}.adoption-error{color:#ef4444}.resource-hero{position:relative;border-radius:12px;overflow:hidden;margin-top:6px}.resource-hero img{width:100%;height:150px;object-fit:cover}.resource-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 60%);display:flex;align-items:flex-end;padding:18px}.resource-overlay h3{font-family:Oswald,sans-serif;font-size:26px;font-weight:400;color:#fff;line-height:1}.progress-fill{height:100%;background:#fff}.bookings-header{display:flex;gap:10px;margin-bottom:6px}.bookings-label{font-size:11px;color:#fff6}.bookings-type{font-size:11px;color:#fff;font-weight:500}.bookings-value{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.bookings-bar{display:flex;height:12px;border-radius:6px;overflow:hidden;margin-bottom:12px}.bar-seg{height:100%}.bar-seg.digital{background:#22c55e}.bar-seg.stores{background:#3b82f6}.bar-seg.sales{background:#6366f1}.bookings-legend{display:flex;flex-direction:column;gap:5px}.legend-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#ffffffb3}.dot.digital{background:#22c55e}.dot.stores{background:#3b82f6}.dot.sales{background:#6366f1}.dot.gc{background:#f59e0b}.legend-row .pct{margin-left:auto;color:#ffffff80}.legend-row .val{min-width:40px;text-align:right;color:#fff6}.bookings-loading,.bookings-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:#ffffff80;font-size:13px}.bookings-loading .spinner{animation:spin 1s linear infinite}.bookings-error{color:#ef4444}.delivery-status{margin-bottom:14px}.week-label{font-size:11px;color:#fff6}.confidence{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:500;color:#22c55e;line-height:1;margin:0}.delivery-progress{margin-top:auto}.progress-track{display:flex;height:8px;border-radius:4px;overflow:hidden;margin-bottom:8px;background:#ffffff14}.progress-seg{flex:1}.progress-seg.manufacturing{background:#22c55e}.progress-seg.importing{background:#ffffff14}.progress-seg.delivery{background:#ffffff0a}.progress-labels{display:flex;justify-content:space-between;font-size:10px;color:#fff6}.stat-card.placeholder{opacity:.5}.street-vision-panel{position:fixed;left:24px;top:calc(var(--header-height) + 16px);bottom:100px;width:500px;background:#111113f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow-y:auto;overflow-x:hidden;z-index:50;box-shadow:0 8px 32px #0006}.sv-header{padding:20px 20px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.sv-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.sv-labels{display:flex;gap:12px}.sv-label{font-size:12px;color:#fff}.sv-menu-btn{background:none;border:none;cursor:pointer;display:grid;grid-template-columns:repeat(3,4px);gap:3px;padding:4px}.sv-menu-btn span{width:4px;height:4px;background:#ffffff80;border-radius:50%}.sv-code-gate{display:flex;align-items:center;gap:8px;margin-bottom:8px}.sv-code-gate-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;box-shadow:0 0 8px #ef444480}.sv-code-gate-text{font-size:12px;color:#ffffffb3}.sv-title{font-family:Space Grotesk,sans-serif;font-size:38px;font-weight:500;color:#fff;margin:0 0 10px;line-height:1.1}.sv-subtitle{display:flex;gap:12px}.sv-launch-weeks,.sv-launch-date{font-size:13px;color:#fff}.sv-tabs{display:flex;gap:0;border-bottom:1px solid rgba(255,255,255,.08);padding:0 20px}.sv-tab{background:none;border:none;color:#fff6;font-size:14px;padding:14px 16px;cursor:pointer;position:relative;transition:color .2s}.sv-tab:hover{color:#ffffffb3}.sv-tab.active{color:#fff}.sv-tab.active:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:2px;background:#fff}.sv-section{padding:20px;border-bottom:1px solid rgba(255,255,255,.08)}.sv-section-label{display:block;font-size:11px;color:#fff6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.sv-budget-section{padding:24px 20px}.sv-budget-text{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:400;color:#fff;line-height:1.3;margin:0}.sv-budget-amount{font-weight:500}.sv-doors-section{display:flex;flex-direction:column}.sv-total-doors-large{font-family:Space Grotesk,sans-serif;font-size:80px;font-weight:400;color:#ffffff1f;line-height:1;margin-bottom:48px}.sv-total-doors-bold{font-family:Space Grotesk,sans-serif;font-size:64px;font-weight:600;color:#fff;line-height:1;margin-bottom:12px}.sv-doors-summary-inline{display:flex;align-items:flex-start;gap:10px;margin-bottom:32px}.sv-summary-check{flex-shrink:0;width:20px;height:20px;color:#22c55e;margin-top:2px}.sv-summary-text-inline{font-size:14px;line-height:1.5;color:#fff9;margin:0}.sv-llm-insight{background:linear-gradient(135deg,#6366f11a,#a855f714);border:1px solid rgba(139,92,246,.25);border-radius:12px;padding:16px;margin-bottom:28px}.sv-llm-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.sv-llm-icon{width:16px;height:16px;color:#a78bfa}.sv-llm-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#a78bfa}.sv-llm-text{font-size:13px;line-height:1.6;color:#fffc;margin:0}.sv-door-types-section{margin-top:16px}.sv-door-types-section .sv-section-label{margin-bottom:20px}.sv-geo-doors-list{display:flex;flex-direction:column;gap:16px}.sv-geo-door-item-bar{display:flex;align-items:center;gap:16px;padding:8px 0;background:transparent;border:none;cursor:pointer;transition:all .2s ease;width:100%}.sv-geo-door-item-bar:hover{opacity:.85}.sv-geo-name-bar{font-size:13px;font-weight:500;color:#fff9;width:100px;text-align:left;flex-shrink:0}.sv-geo-bar-container{flex:1;display:flex;height:12px;border-radius:6px;gap:2px;position:relative}.sv-geo-bar-segment{height:100%;min-width:4px;border-radius:2px;transition:all .2s ease;position:relative;cursor:pointer}.sv-geo-bar-segment:first-child{border-radius:6px 2px 2px 6px}.sv-geo-bar-segment:last-child{border-radius:2px 6px 6px 2px}.sv-geo-bar-segment:hover{filter:brightness(1.3);transform:scaleY(1.2)}.sv-geo-bar-segment:after{content:attr(data-count);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#141419f2;color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;z-index:100;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;box-shadow:0 4px 12px #0006}.sv-geo-bar-segment:hover:after{opacity:1;visibility:visible}.sv-geo-bar-nso{background:#4a1d96}.sv-geo-bar-nsp{background:#7e57c2}.sv-geo-bar-nmp{background:#c4b5fd}.sv-geo-bar-legend{display:flex;justify-content:flex-end;gap:16px;margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.sv-geo-legend-item{display:flex;align-items:center;gap:8px}.sv-geo-legend-dot{width:12px;height:12px;border-radius:50%}.sv-geo-legend-nso{background:#4a1d96}.sv-geo-legend-nsp{background:#7e57c2}.sv-geo-legend-nmp{background:#c4b5fd}.sv-geo-legend-label{font-size:13px;font-weight:500;color:#ffffffb3}.sv-geo-door-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;cursor:pointer;transition:all .2s ease;width:100%;text-align:left}.sv-geo-door-item:hover{background:#ffffff0f;border-color:#ffffff1f}.sv-geo-name{font-size:14px;font-weight:500;color:#fff9}.sv-geo-count{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;color:#fff;margin-left:auto;margin-right:12px}.sv-geo-chevron{width:16px;height:16px;color:#ffffff4d;transition:transform .2s ease;flex-shrink:0}.sv-geo-door-item:hover .sv-geo-chevron{color:#fff9;transform:translate(2px)}.sv-doors-summary{display:flex;align-items:flex-start;gap:12px;margin-top:24px;padding:16px;background:#22c55e14;border:1px solid rgba(34,197,94,.2);border-radius:12px}.sv-summary-icon{flex-shrink:0;width:24px;height:24px;color:#22c55e}.sv-summary-icon svg{width:100%;height:100%}.sv-summary-text{font-size:13px;line-height:1.6;color:#ffffffb3;margin:0}.sv-geo-popup-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.sv-geo-popup{background:linear-gradient(145deg,#1e1e28fa,#14141cfc);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;min-width:320px;max-width:400px;box-shadow:0 20px 60px #00000080;animation:slideUp .25s ease}.sv-geo-popup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sv-geo-popup-title{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;color:#fff;margin:0}.sv-geo-popup-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.sv-geo-popup-close:hover{background:#ffffff1f}.sv-geo-popup-close svg{width:18px;height:18px;color:#fff9}.sv-geo-popup-content{display:flex;flex-direction:column;gap:20px}.sv-geo-popup-total{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#ffffff0a;border-radius:12px}.sv-geo-popup-label{font-size:14px;color:#ffffff80}.sv-geo-popup-value{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:600;color:#fff}.sv-geo-popup-breakdown{display:flex;flex-direction:column;gap:12px}.sv-geo-popup-row{display:flex;align-items:center;padding:14px 16px;background:#ffffff08;border-radius:10px;gap:16px}.sv-geo-popup-type{font-size:14px;color:#fff9;flex:1}.sv-geo-popup-count{font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:600;color:#fff;min-width:60px;text-align:right}.sv-geo-popup-pct{font-size:14px;color:#fff6;min-width:50px;text-align:right}.sv-total-doors{font-family:Space Grotesk,sans-serif;font-size:64px;font-weight:500;color:#fff;line-height:1;margin-bottom:16px}.sv-adoption-status{display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffffb3;margin-bottom:24px}.sv-check-icon{width:20px;height:20px;color:#ffffff80}.sv-regions-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.sv-region{display:flex;flex-direction:column}.sv-region-name{font-size:12px;color:#fff6;margin-bottom:4px}.sv-region-total{font-family:Space Grotesk,sans-serif;font-size:36px;font-weight:500;color:#fff;line-height:1;margin-bottom:12px}.sv-region-breakdown{display:flex;flex-direction:column;gap:4px}.sv-breakdown-row{display:flex;gap:12px;font-size:13px}.sv-breakdown-type{color:#ffffff80;min-width:50px}.sv-breakdown-value{color:#fff;min-width:40px}.sv-breakdown-pct{color:#fff6}.sv-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.sv-tag{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:8px 14px;font-size:12px;color:#fffc}.sv-tag-more{padding:8px 12px}.sv-link{color:#fff;font-size:13px;text-decoration:underline;text-underline-offset:3px}.sv-link:hover{color:#fffc}.sv-products-title{font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:500;color:#fff;margin:0 0 8px}.sv-core-products .sv-link{display:inline-block;margin-bottom:20px}.sv-products-grid{display:flex;gap:16px;margin-bottom:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.sv-products-grid::-webkit-scrollbar{height:4px}.sv-products-grid::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.sv-products-grid::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.sv-products-grid::-webkit-scrollbar-thumb:hover{background:#ffffff80}.sv-product-card{display:flex;flex-direction:column;gap:8px;min-width:200px;flex-shrink:0;scroll-snap-align:start}.sv-product-image{position:relative;width:100%;height:180px;background:#f5f5f5;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.sv-concept-product-image{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:12px;background:#f5f5f5;padding:10px;box-sizing:border-box}.sv-product-more{font-size:12px;color:#ffffff80}.sv-product-style{font-size:9px;color:#fff6;word-break:break-all}.sv-product-name{font-size:10px;color:#fffc;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sv-product-booked-badge{position:absolute;bottom:10px;left:10px;background:#c8c8c8f2;color:#1a1a1a;font-size:11px;font-weight:600;padding:8px 14px;border-radius:20px;white-space:nowrap;box-shadow:0 2px 8px #00000026}.sv-shoe-illustration{width:80%;height:80%;color:#3c3c3cb3}.sv-merchandise-title{font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:400;color:#fff;margin:0 0 24px;line-height:1.3}.sv-product-style-label{font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.sv-product-name-large{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.sv-see-all-link{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:14px;text-decoration:underline;text-underline-offset:3px;margin-top:16px;transition:opacity .2s}.sv-see-all-link:hover{opacity:.8}.sv-see-all-link svg{flex-shrink:0}.sv-key-looks{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.sv-key-looks-title{font-size:12px;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin:0 0 16px}.sv-key-looks-carousel{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.sv-key-looks-carousel::-webkit-scrollbar{height:4px}.sv-key-looks-carousel::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.sv-key-looks-carousel::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.sv-key-look-card{flex-shrink:0;width:280px;height:360px;scroll-snap-align:start}.sv-key-look-placeholder{width:100%;height:100%;background:#1a1a1a;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#ffffff4d}.sv-key-look-placeholder svg{opacity:.5}.sv-key-look-placeholder span{font-size:14px}.sv-key-look-assortment{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);align-items:flex-start;justify-content:flex-start;padding:16px}.sv-assortment-label{font-size:10px;font-weight:600;color:#fff9;letter-spacing:1px}.sv-assortment-title{font-size:16px;font-weight:500;color:#fff;margin-top:4px}.sv-key-look-image{width:100%;height:100%;object-fit:cover;border-radius:12px}.sv-products-note{font-size:13px;color:#fff9;line-height:1.5;margin:0}.sv-link-inline{color:#fff;text-decoration:underline;text-underline-offset:2px}.sv-moment{margin-bottom:20px}.sv-moment:last-child{margin-bottom:0}.sv-moment-title{font-size:15px;font-weight:600;color:#fff;margin:0 0 4px}.sv-moment-dates{display:block;font-size:13px;font-weight:500;color:#ffffffb3;margin-bottom:8px}.sv-moment-desc{font-size:13px;color:#ffffff80;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sv-geo-moments-list{display:flex;flex-direction:column;gap:24px;margin-top:16px}.sv-geo-moment-item{display:flex;align-items:center;gap:16px}.sv-geo-moment-image{width:56px;height:56px;border-radius:50%;flex-shrink:0;object-fit:cover}.sv-geo-moment-placeholder{width:56px;height:56px;border-radius:50%;background:#4a4a4a;flex-shrink:0;position:relative;overflow:hidden}.sv-geo-moment-placeholder.hidden{display:none}.sv-geo-moment-placeholder:before,.sv-geo-moment-placeholder:after{content:"";position:absolute;width:2px;height:140%;left:50%;top:-20%;background:#3a3a3a}.sv-geo-moment-placeholder:before{transform:translate(-50%) rotate(45deg)}.sv-geo-moment-placeholder:after{transform:translate(-50%) rotate(-45deg)}.sv-geo-moment-info{display:flex;flex-direction:column;gap:4px}.sv-geo-moment-title{font-size:16px;font-weight:600;color:#fff;margin:0}.sv-geo-moment-location svg{flex-shrink:0;opacity:.6}.sv-geo-moment-dates{font-size:11px;color:#fff6;font-weight:400}.sv-moment-sport-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;font-weight:700;color:#fff9;z-index:1}.sv-geo-moment-placeholder{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#8a2be233,#4169e126);flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center}.sv-geo-moment-image{width:48px;height:48px;border-radius:8px;flex-shrink:0;object-fit:cover}.sv-tab2-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sv-timeline{display:flex;flex-direction:column;gap:0;position:relative;padding-left:20px}.sv-timeline:before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:2px;background:#ffffff1a}.sv-timeline-item{display:flex;align-items:flex-start;gap:16px;padding:12px 0;position:relative}.sv-timeline-dot{width:14px;height:14px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.3);flex-shrink:0;margin-left:-20px;position:relative;z-index:1}.sv-timeline-dot.active{background:#22c55e;border-color:#22c55e}.sv-timeline-content{display:flex;flex-direction:column;gap:2px}.sv-timeline-date{font-size:12px;color:#ffffff80}.sv-timeline-event{font-size:14px;color:#fff;font-weight:500}.sv-investment-grid{display:flex;flex-direction:column;gap:16px}.sv-investment-item{display:flex;flex-direction:column;gap:6px}.sv-investment-item>div:first-of-type{display:flex;justify-content:space-between}.sv-investment-label{font-size:13px;color:#ffffffb3}.sv-investment-value{font-size:14px;font-weight:600;color:#fff;margin-left:auto}.sv-investment-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.sv-investment-fill{height:100%;background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:3px;transition:width .5s ease}.sv-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sv-metric{display:flex;flex-direction:column;gap:4px;padding:16px;background:#ffffff0a;border-radius:8px}.sv-metric-value{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:600;color:#fff}.sv-metric-label{font-size:11px;color:#ffffff80}.sv-contacts{display:flex;flex-direction:column;gap:12px}.sv-contact{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff0a;border-radius:8px}.sv-contact-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d)}.sv-contact-info{display:flex;flex-direction:column;gap:2px}.sv-contact-name{font-size:14px;font-weight:500;color:#fff}.sv-contact-role{font-size:12px;color:#ffffff80}@media(max-width:1400px){.street-vision-panel{width:320px}}@media(max-width:1200px){.street-vision-panel{width:300px}}@media(max-width:900px){.street-vision-panel{width:calc(100% - 32px);left:16px;right:16px;bottom:120px;max-height:50vh}}.sv-chat-container{display:flex;flex-direction:column;height:500px;background:#000}.sv-chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.sv-chat-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#fff6;text-align:center;font-size:14px}.sv-chat-message{display:flex;max-width:90%}.sv-chat-user{align-self:flex-end;margin-left:auto}.sv-chat-assistant{align-self:flex-start}.sv-chat-bubble{background:#1a1a1a;border-radius:16px;padding:14px 18px;color:#fff;font-size:14px;line-height:1.6}.sv-chat-bubble p{margin:0;white-space:pre-wrap;word-break:break-word}.sv-chat-user .sv-chat-bubble{background:#2a2a2a;border-radius:16px 16px 4px}.sv-chat-assistant .sv-chat-bubble{background:#1a1a1a;border-radius:16px 16px 16px 4px}.sv-chat-loading{display:flex;align-items:center;padding:16px 24px}.sv-chat-loader{display:flex;gap:6px}.sv-chat-loader span{width:8px;height:8px;background:#ffffff80;border-radius:50%;animation:chatBounce 1.4s infinite ease-in-out both}.sv-chat-loader span:nth-child(1){animation-delay:-.32s}.sv-chat-loader span:nth-child(2){animation-delay:-.16s}@keyframes chatBounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.sv-chat-input-form{display:flex;align-items:flex-end;gap:12px;padding:16px 20px;background:#111;border-top:1px solid rgba(255,255,255,.1)}.sv-chat-input{flex:1;background:#1a1a1a;border:none;border-radius:20px;padding:14px 20px;color:#fff;font-size:14px;outline:none;font-family:inherit;resize:none;min-height:52px;max-height:150px;overflow-y:auto;line-height:1.5;field-sizing:content}.sv-chat-input::placeholder{color:#fff6}.sv-chat-input:focus{box-shadow:0 0 0 2px #c8ff004d}.sv-chat-input:disabled{opacity:.6}.sv-chat-submit{width:52px;height:52px;border-radius:50%;background:#6e0ff6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.sv-chat-submit:hover:not(:disabled){background:#d4ff33;transform:scale(1.05)}.sv-chat-submit:disabled{opacity:.5;cursor:not-allowed}.sv-chat-submit svg{width:24px;height:24px;stroke:#fff}.sv-chat-actions-list{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.sv-chat-action-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px 16px}.sv-chat-action-card.sv-action-confirmed{border-color:#22c55e4d;background:#22c55e14}.sv-chat-action-card.sv-action-rejected{border-color:#ef44444d;background:#ef44440d;opacity:.6}.sv-action-description{font-size:13px;color:#ffffffd9;margin:0 0 12px;line-height:1.5}.sv-chat-buttons{display:flex;gap:10px;padding:20px 0 12px}.sv-chat-btn{padding:10px 20px;border-radius:24px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.sv-chat-btn-cancel{background:#333;color:#fff;border:1px solid #444}.sv-chat-btn-cancel:hover{background:#444}.sv-chat-btn-confirm{background:#fff;color:#000}.sv-chat-btn-confirm:hover{background:#e0e0e0}.sv-action-status{font-size:12px;font-weight:500}.sv-action-confirmed{color:#22c55e}.sv-action-rejected{color:#ef4444}.sv-chat-action-card.sv-action-loading{border-color:#c8ff004d;background:#c8ff000d}.sv-action-loading{display:flex;align-items:center;gap:12px}.sv-action-loading .sv-chat-loader{display:flex;gap:4px}.sv-action-loading .sv-chat-loader span{width:6px;height:6px}.sv-action-loading-text{font-size:13px;color:#fff9}.sv-chat-product-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.sv-chat-product-card{display:flex;flex-direction:column;gap:6px;background:#ffffff0d;border-radius:10px;padding:10px;text-align:center}.sv-chat-product-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;background:#ffffff14}.sv-chat-product-code{font-size:10px;color:#ffffff80;font-family:monospace}.sv-chat-product-name{font-size:11px;color:#fffc;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sv-chat-product-price{font-size:12px;font-weight:600;color:#6e0ff6}.all-campaigns-panel{position:fixed;left:24px;top:calc(var(--header-height) + 16px);bottom:100px;width:500px;background:#111113f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow-y:auto;overflow-x:hidden;z-index:50;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column}.acp-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 12px}.acp-label{font-size:11px;font-weight:600;letter-spacing:1.5px;color:#ffffff80;text-transform:uppercase}.acp-menu-btn{display:grid;grid-template-columns:repeat(3,4px);grid-template-rows:repeat(2,4px);gap:3px;background:transparent;border:none;cursor:pointer;padding:4px}.acp-menu-btn span{width:4px;height:4px;background:#fff6;border-radius:50%}.acp-title{font-family:Space Grotesk,-apple-system,sans-serif;font-size:28px;font-weight:400;line-height:1.2;color:#fff;padding:0 20px 24px;margin:0}.acp-tabs{display:flex;gap:0;padding:0 20px 16px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:16px}.acp-tab{padding:10px 20px;background:transparent;border:none;color:#ffffff80;font-size:14px;font-weight:500;cursor:pointer;position:relative;transition:color .2s ease}.acp-tab:hover{color:#fffc}.acp-tab.active{color:#fff}.acp-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#a855f7}.acp-chat-container{flex:1;display:flex;flex-direction:column;padding:0 20px 20px;min-height:0}.acp-chat-messages{flex:1;overflow-y:auto;padding-right:8px;margin-bottom:16px}.acp-chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#ffffff80}.acp-chat-empty-icon{font-size:48px;margin-bottom:16px}.acp-chat-empty p{font-size:14px;max-width:280px}.acp-chat-message{display:flex;gap:12px;margin-bottom:16px}.acp-chat-message.user{flex-direction:row-reverse}.acp-chat-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#a855f7,#6366f1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.acp-chat-avatar svg{width:18px;height:18px;fill:#fff}.acp-chat-bubble{max-width:80%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5}.acp-chat-message.assistant .acp-chat-bubble{background:#ffffff14;color:#fff;border-bottom-left-radius:4px}.acp-chat-message.user .acp-chat-bubble{background:linear-gradient(135deg,#a855f7,#6366f1);color:#fff;border-bottom-right-radius:4px}.acp-chat-bubble p{margin:0}.acp-chat-bubble.typing{display:flex;gap:4px;padding:16px}.acp-chat-bubble.typing span{width:8px;height:8px;background:#ffffff80;border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.acp-chat-bubble.typing span:nth-child(2){animation-delay:.2s}.acp-chat-bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.acp-chat-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.acp-chat-action-btn{padding:6px 12px;background:#a855f733;border:1px solid rgba(168,85,247,.4);border-radius:8px;color:#a855f7;font-size:12px;cursor:pointer;transition:all .2s ease}.acp-chat-action-btn:hover:not(:disabled){background:#a855f74d}.acp-chat-action-btn:disabled{opacity:.5;cursor:not-allowed}.acp-chat-input-container{display:flex;gap:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.acp-chat-input{flex:1;padding:12px 16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:14px;outline:none;transition:border-color .2s ease}.acp-chat-input:focus{border-color:#a855f780}.acp-chat-input::placeholder{color:#fff6}.acp-chat-send-btn{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#a855f7,#6366f1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .2s ease}.acp-chat-send-btn:hover:not(:disabled){transform:scale(1.05)}.acp-chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.acp-chat-send-btn svg{width:20px;height:20px;stroke:#fff}.acp-section{padding:0 20px 20px}.acp-section-label{display:block;font-size:10px;font-weight:600;letter-spacing:1.5px;color:#fff6;text-transform:uppercase;margin-bottom:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.acp-campaign-list{display:flex;flex-direction:column;gap:12px}.acp-campaign-item{display:flex;align-items:center;gap:14px;cursor:pointer;transition:opacity .2s ease}.acp-campaign-item:hover{opacity:.8}.acp-campaign-thumb{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#ffffff1a}.acp-campaign-thumb img{width:100%;height:100%;object-fit:cover}.acp-campaign-info{display:flex;flex-direction:column;gap:2px}.acp-campaign-name{font-size:15px;font-weight:600;color:#fff}.acp-campaign-type{font-size:12px;color:#ffffff73}.acp-see-all{display:flex;align-items:center;gap:6px;background:transparent;border:none;color:#ffffff80;font-size:12px;font-weight:500;cursor:pointer;padding:12px 0 0;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.acp-see-all:hover{color:#fffc}.acp-see-all svg{width:14px;height:14px;transition:transform .2s ease}.acp-see-all.expanded{color:#ffffffb3}.acp-moments-list{display:flex;flex-direction:column;gap:12px}.acp-moment-item{display:flex;align-items:center;gap:14px;cursor:pointer;transition:opacity .2s ease}.acp-moment-item:hover{opacity:.8}.acp-moment-thumb{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#ffffff14}.acp-moment-thumb.placeholder{background:linear-gradient(135deg,#8a2be233,#4b008233)}.acp-moment-thumb img{width:100%;height:100%;object-fit:cover}img.acp-moment-thumb{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.acp-moment-thumb.hidden{display:none}.acp-moment-sport-icon{font-size:18px;font-weight:700;color:#fff9}.acp-moment-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.acp-moment-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acp-moment-location{display:flex;align-items:center;gap:4px;font-size:11px;color:#ffffff80}.acp-moment-location svg{flex-shrink:0;opacity:.6}.acp-moment-dates{font-size:11px;color:#fff6}@media(max-width:1400px){.all-campaigns-panel{width:500px}}@media(max-width:1200px){.all-campaigns-panel{width:320px}}@media(max-width:900px){.all-campaigns-panel{width:calc(100% - 32px);left:16px;right:16px;bottom:120px;max-height:50vh}}.sport-moment-panel{position:absolute;top:0;left:0;width:380px;height:100%;background:#0a0a0f;z-index:100;display:flex;flex-direction:column;overflow-y:auto;animation:slideInFromLeft .3s ease-out}.smp-header{padding:20px 20px 24px;display:flex;flex-direction:column;gap:12px;position:relative;min-height:200px}.smp-header-top{display:flex;justify-content:space-between;align-items:flex-start}.smp-labels{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:500;color:#ffffffb3;letter-spacing:.5px}.smp-label{text-transform:uppercase}.smp-divider{opacity:.5}.smp-close-btn{background:#ffffff1a;border:none;color:#ffffffb3;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s}.smp-close-btn:hover{background:#fff3;color:#fff}.smp-code-gate{display:flex;align-items:center;gap:8px;font-size:12px;color:#fff9}.smp-code-gate-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}.smp-title{font-size:42px;font-weight:800;color:#fff;line-height:1.1;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.5)}.smp-timing{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.smp-launch{font-size:13px;color:#fffc}.smp-date{font-size:13px;color:#fff9}.smp-budget-section{padding:24px 20px;background:#111118}.smp-budget-title{font-size:28px;font-weight:300;color:#fff;margin:0 0 20px;line-height:1.3}.smp-marketing-mix{display:flex;flex-direction:column;gap:12px}.smp-section-label{font-size:11px;font-weight:600;color:#ffffff80;letter-spacing:.5px;text-transform:uppercase}.smp-section-label.partner{margin-top:24px}.smp-mix-tags{display:flex;flex-wrap:wrap;gap:8px}.smp-mix-tag{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffffd9;padding:8px 14px;border-radius:6px;font-size:12px;font-weight:500}.smp-mix-tag.more{background:#ffffff0d;color:#ffffff80}.smp-divider-line{height:1px;background:#ffffff14;margin:0 20px}.smp-stores-section{padding:24px 20px;display:flex;flex-direction:column;gap:12px}.smp-loading{color:#ffffff80;font-size:13px;padding:20px 0}.smp-stores-list{display:flex;flex-direction:column;gap:4px}.smp-store-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.smp-store-item:last-of-type{border-bottom:none}.smp-store-icon{width:40px;height:40px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0}.smp-store-icon.nike{background:#666}.smp-store-icon.partner{background:#444}.smp-store-icon svg{width:20px;height:20px;color:#fff}.smp-store-info{display:flex;flex-direction:column;gap:2px;min-width:0}.smp-store-name{font-size:14px;font-weight:600;color:#fff}.smp-store-name.partner{font-weight:500}.smp-store-address{font-size:12px;color:#ffffff80}.smp-see-all{display:flex;align-items:center;gap:6px;background:none;border:none;color:#fff9;font-size:13px;padding:12px 0;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.smp-see-all:hover{color:#fff}.smp-see-all svg{width:14px;height:14px}.sport-moment-marker.selected{z-index:30}.sport-moment-marker.selected .moment-bubble{border-color:#ff6b35;box-shadow:0 0 0 4px #ff6b354d,0 4px 20px #ff6b3580;transform:scale(1.15)}.sport-moment-marker.selected .moment-label{background:#ff6b35;color:#fff}@media(max-width:1400px){.sport-moment-panel{width:340px}.smp-title{font-size:36px}.smp-budget-title{font-size:24px}}@media(max-width:900px){.sport-moment-panel{width:100%;height:60vh;top:auto;bottom:0;border-radius:20px 20px 0 0}}.header-notification-container{position:fixed;top:12px;right:70px;z-index:1000}.header-notification-bell{width:40px;height:40px;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease}.header-notification-bell:hover{background:#ffffff1a}.header-notification-bell svg{width:22px;height:22px;stroke:#ffffffb3;transition:stroke .2s ease}.header-notification-bell:hover svg{stroke:#fff}.header-notification-bell.has-notification svg{stroke:#6e0ff6;animation:bellRing .5s ease}.notification-badge-dot{position:absolute;top:6px;right:6px;width:10px;height:10px;background:#ef4444;border-radius:50%;border:2px solid #1a1a24;animation:badgePulse 1.5s ease-in-out infinite}@keyframes bellRing{0%,to{transform:rotate(0)}20%{transform:rotate(15deg)}40%{transform:rotate(-15deg)}60%{transform:rotate(10deg)}80%{transform:rotate(-10deg)}}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.notification-backdrop{position:fixed;inset:0;z-index:999}.notification-popup{position:absolute;top:50px;right:0;width:340px;background:linear-gradient(145deg,#23232dfa,#191920fc);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:20px;box-shadow:0 16px 48px #0006;animation:popupSlideDown .2s ease;z-index:1001}@keyframes popupSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-popup:before{content:"";position:absolute;top:-8px;right:16px;width:16px;height:16px;background:#23232dfa;border-left:1px solid rgba(255,255,255,.12);border-top:1px solid rgba(255,255,255,.12);transform:rotate(45deg)}.notification-popup-header{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.notification-popup-icon{width:24px;height:24px;color:#6e0ff6}.notification-popup-title{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;color:#fff}.notification-popup-message{font-size:14px;line-height:1.6;color:#ffffffbf;margin:0 0 18px}.notification-popup-accept{width:100%;padding:12px 20px;background:#6e0ff6;color:#000;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.notification-popup-accept:hover{background:#d4ff33;transform:translateY(-1px)}.region-map{position:fixed;top:var(--header-height);left:260px;right:0;bottom:0;background:#0a0a0a;z-index:1;overflow:hidden}.region-map.no-sidebar{left:0}.region-map svg{width:100%;height:100%}.dot-pattern{position:absolute;inset:0;background-image:radial-gradient(circle,#222 1px,transparent 1px);background-size:16px 16px;opacity:.5;pointer-events:none;z-index:0}.map-controls-row{display:none}.country-selector{display:flex;align-items:center;gap:8px;background:var(--bg-card);border:1px solid var(--border-color);padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500}.country-selector .flag{font-size:18px}.state-selector select{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);padding:10px 16px;border-radius:8px;font-size:13px;cursor:pointer;min-width:200px}.state-selector select:focus{outline:none;border-color:var(--accent-purple)}.zoom-controls{position:absolute;top:140px;right:20px;z-index:20;display:flex;flex-direction:column;gap:4px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:10px}.zoom-controls button{background:transparent;border:none;color:var(--text-secondary);width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;transition:all .2s}.zoom-controls button:hover{background:var(--bg-secondary);color:var(--accent-purple)}.zoom-controls .zoom-info{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 8px;border-top:1px solid var(--border-color);margin-top:4px;color:var(--text-muted);font-size:13px;font-weight:500}.zoom-controls .pan-hint{font-size:10px;color:var(--text-muted);text-align:center;margin:8px 0 0;padding-top:8px;border-top:1px solid var(--border-color);line-height:1.5}.map-container{position:absolute;inset:0;cursor:grab;overflow:hidden}.map-container.panning{cursor:grabbing}.map-transform{width:100%;height:100%;transform-origin:center center;transition:transform .1s ease-out}.map-container.panning .map-transform{transition:none}.drilldown-label{position:absolute;bottom:120px;left:30px;z-index:10;pointer-events:none}.drilldown-label h1{font-family:Oswald,sans-serif;font-size:56px;font-weight:700;letter-spacing:.02em;color:var(--text-primary);margin:0;line-height:1}.drilldown-label p{font-size:14px;color:var(--text-secondary);margin-top:8px}.drilldown-label .store-count-label{display:inline-block;background:var(--accent-purple);color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;margin-top:8px}.region-info-overlay{display:none}.region-info-overlay h3{font-size:16px;font-weight:600;margin-bottom:4px;color:var(--accent-purple)}.region-info-overlay p{font-size:13px;color:var(--text-secondary);margin-bottom:12px}.region-info-overlay ul{list-style:none;padding:0;margin:0 0 12px}.region-info-overlay ul li{font-size:12px;color:var(--text-muted);padding:4px 0 4px 12px;position:relative}.region-info-overlay ul li:before{content:"•";position:absolute;left:0;color:var(--text-muted)}.region-info-overlay .hint{font-size:11px;color:var(--text-muted);font-style:italic;margin-bottom:0;line-height:1.4}.map-legend{display:none}.map-legend h4{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:12px}.legend-item{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text-secondary);margin-bottom:8px}.legend-item:last-child{margin-bottom:0}.legend-dot{width:12px;height:12px;border-radius:50%}.legend-dot.pinnacle{background:#8b5cf6}.legend-dot.elevated{background:#fff}.legend-dot.scale{background:#888}.state-tooltip{position:fixed;bottom:120px;left:50%;transform:translate(-50%);background:var(--bg-card);border:1px solid var(--accent-purple);padding:12px 24px;border-radius:10px;z-index:100;display:flex;flex-direction:column;align-items:center;gap:4px;animation:tooltipPulse 1.5s ease-in-out infinite}.state-tooltip strong{font-size:16px;color:var(--text-primary)}.state-tooltip span{font-size:12px;color:var(--accent-purple)}@keyframes tooltipPulse{0%,to{box-shadow:0 0 #8b5cf666}50%{box-shadow:0 0 20px 5px #8b5cf633}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.state-map{position:fixed;top:var(--header-height);left:260px;right:0;bottom:0;background:#0a0a0a;z-index:1}.state-map.no-sidebar{left:0}.state-header{position:absolute;top:16px;left:16px;z-index:1001}.back-btn{display:flex;align-items:center;gap:8px;background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;margin-bottom:12px;transition:all .2s}.state-title{display:flex;align-items:center;gap:12px;background:var(--bg-card);border:1px solid var(--border-color);padding:12px 16px;border-radius:10px}.state-icon{color:var(--accent-purple)}.state-title h2{font-family:Oswald,sans-serif;font-size:24px;font-weight:500;margin:0;line-height:1;letter-spacing:.02em}.state-title p{font-size:12px;color:var(--text-secondary);margin:2px 0 0}.city-list-panel{position:absolute;top:16px;right:16px;width:260px;max-height:calc(100vh - 180px);background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;overflow:hidden;z-index:1001;display:flex;flex-direction:column}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.panel-header h3{font-size:13px;font-weight:600;margin:0;color:var(--text-primary)}.city-count{background:var(--accent-purple);color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.city-list{flex:1;overflow-y:auto;padding:8px}.city-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px;background:var(--bg-primary);border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .15s;margin-bottom:6px}.city-list-item:hover{background:#1a1a1a;border-color:var(--accent-purple)}.city-info{display:flex;flex-direction:column;gap:2px}.store-count-label{font-size:11px;color:var(--text-muted)}.arrow{color:var(--accent-purple);font-size:16px}.state-info-display{position:absolute;bottom:80px;left:16px;background:var(--bg-card);border:1px solid var(--border-color);padding:10px 14px;border-radius:8px;z-index:1001;display:flex;flex-direction:column;gap:2px}.state-label{font-size:13px;font-weight:600;color:var(--text-primary)}.hint{font-size:11px;color:var(--text-muted)}.leaflet-control-zoom{display:none!important}.leaflet-control-attribution{background:#0a0a0acc!important;color:var(--text-muted)!important;font-size:9px!important;padding:2px 6px!important}.country-map{position:fixed;top:var(--header-height);left:260px;right:0;bottom:0;background:#0a0a0a;z-index:1}.country-header{position:absolute;top:16px;left:16px;z-index:1001;display:flex;flex-direction:column;gap:12px}.country-header .back-btn{display:flex;align-items:center;gap:8px;background:#0f0f14f2;border:1px solid rgba(255,255,255,.1);color:var(--text-primary);padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .2s;width:fit-content}.country-header .back-btn:hover{background:var(--accent-purple);border-color:var(--accent-purple)}.country-title{display:flex;align-items:center;gap:12px;background:#0f0f14f2;border:1px solid rgba(255,255,255,.1);padding:14px 18px;border-radius:10px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.country-icon{color:var(--accent-purple)}.country-title h2{font-family:Oswald,sans-serif;font-size:28px;font-weight:500;margin:0;line-height:1;letter-spacing:.02em}.country-title p{font-size:12px;color:var(--text-secondary);margin:4px 0 0}.stats-bar{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:1001;display:flex;gap:24px;background:#0f0f14f2;border:1px solid rgba(255,255,255,.1);padding:12px 24px;border-radius:12px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:2px}.stat-value{font-size:18px;font-weight:700;font-family:Oswald,sans-serif}.stat-label{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.cities-panel{position:absolute;top:16px;right:16px;width:220px;background:#0f0f14f2;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;z-index:1001;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.cities-panel .panel-header{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#14141e80}.cities-panel .panel-header h3{font-size:12px;font-weight:600;margin:0;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.cities-list{padding:8px;max-height:300px;overflow-y:auto}.city-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .15s;margin-bottom:4px}.city-item:hover{background:#8b5cf633}.city-name{font-size:13px;font-weight:500}.city-count{font-size:12px;color:var(--accent-purple);font-weight:600}.country-info{position:absolute;bottom:80px;left:16px;background:#0f0f14f2;border:1px solid rgba(255,255,255,.1);padding:12px 16px;border-radius:10px;z-index:1001;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;gap:4px}.country-label{font-size:14px;font-weight:600}.store-total{font-size:11px;color:var(--text-muted)}.store-popup{display:flex;flex-direction:column;gap:4px}.store-popup strong{font-size:13px;color:#1a1a1a}.store-popup .tier-badge{color:#fff;padding:2px 8px;border-radius:4px;font-size:10px;width:fit-content}.leaflet-control-zoom{border:none!important}.leaflet-control-zoom a{background:#0f0f14f2!important;color:var(--text-primary)!important;border:1px solid rgba(255,255,255,.1)!important}.leaflet-control-zoom a:hover{background:var(--bg-secondary)!important}.leaflet-control-attribution{background:#0a0a0fcc!important;color:var(--text-muted)!important;font-size:9px!important}.moment-marker-content.new-marker{animation:momentMarkerPop .4s cubic-bezier(.34,1.56,.64,1)}background: #000; color: #fff; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 12px; white-space: nowrap; max-width: 120px; overflow: hidden; text-overflow: ellipsis; box-shadow: 0 2px 8px rgba(0,0,0,.4); text-shadow: 0 1px 2px rgba(0,0,0,.3); } .moment-popup{display:flex;flex-direction:column;gap:6px;min-width:180px}.moment-popup .moment-city{font-size:12px;color:#666;display:flex;align-items:center;gap:4px}.moment-popup .moment-city:before{content:"📍";font-size:10px}.city-map{position:fixed;top:var(--header-height);left:260px;right:0;bottom:0;background:#0a0a0a;z-index:1}.city-map.no-sidebar{left:0}.map-wrapper{position:absolute;inset:0;z-index:1}.map-wrapper .leaflet-container{width:100%;height:100%;background:#0a0a0a}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 10px #0000004d!important}.leaflet-control-zoom a{background:#141414e6!important;color:var(--text-primary)!important;border:1px solid var(--border-color)!important;width:36px!important;height:36px!important;line-height:36px!important;font-size:18px!important}.leaflet-control-zoom a:hover{background:var(--bg-secondary)!important;color:var(--accent-purple)!important}.leaflet-control-attribution{background:#0a0a0acc!important;color:var(--text-muted)!important;font-size:10px!important}.leaflet-control-attribution a{color:var(--text-secondary)!important}.store-popup{display:flex;flex-direction:column;gap:4px;padding:4px}.store-popup strong{font-size:14px;color:#1a1a1a}.store-popup span{font-size:11px;color:#666}.store-popup .tier-label{background:#8b5cf6;color:#fff;padding:2px 8px;border-radius:4px;font-size:10px;width:fit-content}.store-popup .store-type{text-transform:capitalize}.city-header{position:absolute;top:16px;left:16px;z-index:1001}.back-btn{display:flex;align-items:center;gap:8px;background:#141414e6;border:1px solid var(--border-color);color:var(--text-primary);padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;margin-bottom:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s}.back-btn:hover{background:var(--accent-purple);border-color:var(--accent-purple)}.city-title{display:flex;align-items:center;gap:12px;background:#141414e6;border:1px solid var(--border-color);padding:14px 18px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.city-icon{color:var(--accent-purple)}.city-title h2{font-family:Oswald,sans-serif;font-size:28px;font-weight:500;margin:0;line-height:1;letter-spacing:.02em}.city-title p{font-size:12px;color:var(--text-secondary);margin:4px 0 0}.view-mode-toggle{position:absolute;top:140px;left:16px;z-index:1001;display:flex;gap:4px;background:#0f0f14f2;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:6px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 24px #00000080}.mode-btn{display:flex;align-items:center;gap:6px;padding:10px 18px;background:transparent;border:none;border-radius:8px;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.mode-btn:hover{color:var(--text-primary);background:#ffffff1a}.mode-btn.active{background:var(--accent-purple);color:#fff;box-shadow:0 2px 12px #8b5cf666}.mode-btn.cesium{background:#3b82f626;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.mode-btn.cesium:hover{background:#3b82f6;color:#fff}.tier-filter{display:none}.store-list-panel{position:absolute;top:16px;right:16px;width:300px;max-height:calc(100vh - 180px);background:#141414e6;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;z-index:1001;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--border-color);background:#1e1e1e80}.header-title{display:flex;align-items:center;gap:10px;color:var(--accent-purple)}.header-title h3{font-size:13px;font-weight:600;margin:0}.store-count{background:var(--accent-purple);color:#fff;padding:4px 12px;border-radius:14px;font-size:12px;font-weight:600}.store-list{flex:1;overflow-y:auto;padding:8px}.store-list-item{display:flex;align-items:center;gap:12px;padding:12px;background:#1e1e1e80;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:all .15s;margin-bottom:6px}.store-list-item:hover,.store-list-item.highlighted{background:#8b5cf633;border-color:var(--accent-purple);transform:translate(4px)}.store-list-item .tier-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;box-shadow:0 0 8px currentColor}.store-info{flex:1;min-width:0}.store-name{display:block;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-type{display:block;font-size:11px;color:var(--text-muted);text-transform:capitalize;margin-top:3px}.store-status{font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px;border-radius:6px;flex-shrink:0}.store-status.open{background:#22c55e26;color:var(--accent-green)}.store-status.closed{background:#ef444426;color:var(--accent-red)}.coords-display{position:absolute;bottom:80px;left:16px;background:#141414e6;border:1px solid var(--border-color);padding:10px 14px;border-radius:8px;z-index:1001;display:flex;flex-direction:column;gap:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.city-label{font-size:13px;font-weight:600;color:var(--text-primary)}.coords{font-size:11px;color:var(--text-muted);font-family:JetBrains Mono,monospace}.sport-moment-marker-leaflet{background:transparent!important;border:none!important}.moment-marker-content{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}@keyframes momentMarkerPop{0%{opacity:0;transform:scale(.3) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.moment-marker-bubble{width:56px;height:56px;border-radius:8px;background:linear-gradient(145deg,#1a1a24,#2a2a38);border:3px solid #fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 20px #ff6b3566,0 2px 8px #00000080,inset 0 1px #ffffff1a;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.moment-marker-bubble:hover{transform:scale(1.15);border-color:#fff;box-shadow:0 8px 32px #ff6b3599,0 4px 16px #0009}.moment-marker-bubble img{width:100%;height:100%;object-fit:cover;border-radius:50%}.moment-marker-bubble .moment-letter{font-size:22px;font-weight:700;color:#fff;background:linear-gradient(135deg,#ff6b35,#f7931e);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.moment-marker-label{background:#000;color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:12px;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 8px #0006;text-shadow:0 1px 2px rgba(0,0,0,.3)}.moment-popup{display:flex;flex-direction:column;gap:6px;min-width:180px}.moment-popup .moment-popup-image{width:100%;height:80px;object-fit:cover;border-radius:6px;margin-bottom:4px}.moment-popup strong{font-size:14px;color:#1a1a1a;font-weight:700}.moment-popup .moment-city{font-size:12px;color:#666}.moment-popup .moment-sport{font-size:11px;color:#888;font-style:italic}.moment-popup .moment-date{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;width:fit-content;margin-top:4px}@media(max-width:900px){.store-list-panel{width:100%;max-width:none;inset:auto 0 80px;max-height:35vh;border-radius:16px 16px 0 0}.city-title h2{font-size:24px}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.city-map-3d{position:fixed;top:var(--header-height);left:260px;right:0;bottom:0;background:#000;z-index:1;overflow:hidden}.map-container-3d{position:absolute;inset:0}.vignette-overlay{position:absolute;inset:0;pointer-events:none;z-index:2;background:radial-gradient(ellipse at center,transparent 30%,rgba(0,0,0,.4) 100%)}.city-header-3d{position:absolute;top:16px;left:16px;z-index:10;display:flex;flex-direction:column;gap:10px}.city-header-3d .back-btn{display:flex;align-items:center;gap:8px;background:#000000e6;border:1px solid rgba(255,255,255,.1);color:var(--text-primary);padding:10px 16px;border-radius:8px;font-size:13px;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:all .2s;width:fit-content}.city-header-3d .back-btn:hover{background:var(--accent-purple);border-color:var(--accent-purple)}.city-header-3d .city-title{display:flex;align-items:center;gap:12px;background:#000000e6;border:1px solid rgba(255,255,255,.1);padding:14px 18px;border-radius:10px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.city-header-3d .city-icon{color:var(--accent-purple)}.city-header-3d .city-title h2{font-family:Oswald,sans-serif;font-size:26px;font-weight:500;margin:0;letter-spacing:.02em}.city-header-3d .city-title p{font-size:11px;color:var(--text-muted);margin:2px 0 0}.view-toggle-inline{display:flex;gap:4px;background:#000000e6;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:6px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:fit-content}.view-toggle-inline .toggle-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:none;border-radius:6px;color:var(--text-muted);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.view-toggle-inline .toggle-btn:hover{color:var(--text-primary)}.view-toggle-inline .toggle-btn.active{background:var(--accent-purple);color:#fff}.view-toggle-inline .reset-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer}.view-toggle-inline .reset-btn:hover{color:var(--text-primary)}.view-separator{width:1px;height:20px;background:#ffffff26;margin:0 4px}.toggle-btn.cesium{background:#3b82f626;color:#3b82f6}.toggle-btn.cesium:hover{background:#3b82f6;color:#fff}.toggle-btn.small{padding:8px 10px}.hover-tooltip{position:absolute;top:50%;left:50%;transform:translate(-50%,-120%);background:#000000f2;border:1px solid rgba(255,255,255,.2);padding:12px 16px;border-radius:8px;z-index:20;pointer-events:none;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-width:180px}.hover-tooltip strong{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.hover-tooltip span{display:block;font-size:10px;color:var(--text-muted);text-transform:capitalize}.hover-tooltip .status{margin-top:6px;padding:3px 8px;border-radius:4px;font-size:9px;font-weight:600;text-transform:uppercase;display:inline-block}.hover-tooltip .status.open{background:#22c55e33;color:var(--accent-green)}.hover-tooltip .status.closed{background:#ef444433;color:var(--accent-red)}.view-mode{padding:2px 8px;background:#8b5cf633;border-radius:4px;color:var(--accent-purple)}.store-marker-3d{position:relative;cursor:pointer;width:160px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;transform-origin:bottom center;transition:transform .15s}.store-marker-3d:hover{transform:scale(1.08);z-index:1000!important}.marker-glow-ring{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:24px;height:24px;border-radius:50%;border:2px solid;opacity:.5;animation:ringPulse 2s ease-in-out infinite}@keyframes ringPulse{0%,to{transform:translate(-50%) scale(1);opacity:.5}50%{transform:translate(-50%) scale(1.4);opacity:.2}}.marker-stem{width:2px;height:50px;margin-bottom:-1px;opacity:.8}.marker-dot{width:8px;height:8px;border-radius:50%;margin-bottom:4px}.marker-label-box{position:absolute;top:0;left:50%;transform:translate(-50%);background:#fffffff2;color:#000;padding:6px 10px;border-radius:3px;white-space:nowrap;box-shadow:0 4px 16px #00000080}.marker-label-box span{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.store-list-panel-3d{position:absolute;top:16px;right:16px;width:260px;max-height:calc(100vh - 180px);background:#000000e6;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;z-index:10;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.store-list-panel-3d .panel-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.1);background:#14141e80}.store-list-panel-3d .panel-header h3{font-size:12px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em}.store-list-panel-3d .store-count{background:var(--accent-purple);color:#fff;padding:3px 8px;border-radius:10px;font-size:11px;font-weight:600}.store-list-panel-3d .store-list{flex:1;overflow-y:auto;padding:8px}.store-list-panel-3d .store-list-item{display:flex;align-items:center;gap:10px;padding:10px;background:#1e1e2866;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .15s;margin-bottom:4px}.store-list-panel-3d .store-list-item:hover,.store-list-panel-3d .store-list-item.highlighted{background:#8b5cf626;border-color:var(--accent-purple)}.store-list-panel-3d .tier-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.store-list-panel-3d .store-info{flex:1;min-width:0}.store-list-panel-3d .store-name{display:block;font-size:11px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-list-panel-3d .store-type{display:block;font-size:9px;color:var(--text-muted);text-transform:capitalize;margin-top:2px}.store-list-panel-3d .store-status{font-size:8px;font-weight:600;text-transform:uppercase;padding:3px 6px;border-radius:3px}.store-list-panel-3d .store-status.open{background:#22c55e33;color:var(--accent-green)}.store-list-panel-3d .store-status.closed{background:#ef444433;color:var(--accent-red)}.view-info{position:absolute;bottom:80px;left:16px;display:flex;flex-direction:column;gap:8px;z-index:10}.view-stats{display:flex;gap:16px;background:#000000e6;border:1px solid rgba(255,255,255,.1);padding:10px 14px;border-radius:8px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:11px;color:var(--text-secondary);font-family:JetBrains Mono,monospace}.enhance-btn{background:#8b5cf626;border:1px solid var(--accent-purple);color:var(--accent-purple);padding:8px 12px;border-radius:8px;font-size:11px;cursor:pointer;transition:all .2s}.enhance-btn:hover{background:var(--accent-purple);color:#fff}.open-source-badge{position:absolute;bottom:80px;right:16px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);padding:8px 12px;border-radius:8px;z-index:10;font-size:10px;color:var(--accent-purple)}.setup-screen{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a12,#000)}.setup-content{max-width:480px;text-align:center;padding:40px}.setup-icon{color:var(--accent-purple);margin-bottom:20px}.setup-content h2{font-family:Oswald,sans-serif;font-size:28px;margin:0 0 12px}.setup-content>p{color:var(--text-secondary);font-size:14px;margin:0 0 30px}.setup-steps{text-align:left;background:#1e1e2880;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;margin-bottom:24px}.setup-steps ol{margin:0;padding-left:20px;font-size:13px;line-height:2}.setup-steps a{color:var(--accent-purple)}.setup-steps code{background:#8b5cf633;padding:2px 6px;border-radius:4px;font-size:12px}.setup-steps pre{background:#1a1a28;padding:12px 16px;border-radius:8px;margin:12px 0 0;font-size:12px;overflow-x:auto}.setup-actions button{padding:12px 24px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.setup-actions button.primary{background:var(--accent-purple);border:none;color:#fff}.setup-actions button:hover{transform:translateY(-2px)}.maplibregl-ctrl-group{background:#000000e6!important;border:1px solid rgba(255,255,255,.1)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:8px!important}.maplibregl-ctrl-group button{background:transparent!important;border-color:#ffffff1a!important;width:34px!important;height:34px!important}.maplibregl-ctrl-group button:hover{background:#ffffff1a!important}.maplibregl-ctrl-group button span{filter:invert(1)}.maplibregl-ctrl-attrib{background:#0009!important;color:var(--text-muted)!important;font-size:9px!important}.maplibregl-ctrl-attrib a{color:var(--text-secondary)!important}.city-view-3d{position:fixed;top:var(--header-height);left:260px;right:0;bottom:0;background:#000;z-index:1;overflow:hidden}.three-container{position:absolute;inset:0;cursor:grab}.three-container:active{cursor:grabbing}.floating-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);pointer-events:none;z-index:20}.floating-label .label-content{background:#fffffff2;color:#000;padding:10px 16px;border-radius:4px;text-align:center;box-shadow:0 8px 32px #00000080}.floating-label .label-name{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.floating-label .label-type{display:block;font-size:10px;color:#666;margin-top:2px;text-transform:capitalize}.loading-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;z-index:100}.loading-spinner{width:40px;height:40px;border:3px solid rgba(139,92,246,.2);border-top-color:var(--accent-purple);border-radius:50%;animation:spin 1s linear infinite}.loading-overlay p{margin-top:16px;color:var(--text-secondary)}.city-view-3d .city-header-3d{position:absolute;top:16px;left:16px;z-index:10;display:flex;flex-direction:column;gap:10px}.city-view-3d .back-btn{display:flex;align-items:center;gap:8px;background:#000000e6;border:1px solid rgba(255,255,255,.15);color:var(--text-primary);padding:10px 16px;border-radius:8px;font-size:13px;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .2s;width:fit-content}.city-view-3d .back-btn:hover{background:var(--accent-purple);border-color:var(--accent-purple)}.city-view-3d .city-title{display:flex;align-items:center;gap:12px;background:#000000e6;border:1px solid rgba(255,255,255,.15);padding:14px 18px;border-radius:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.city-view-3d .city-icon{color:var(--accent-purple)}.city-view-3d .city-title h2{font-family:Oswald,sans-serif;font-size:24px;font-weight:500;margin:0;letter-spacing:.02em}.city-view-3d .city-title p{font-size:11px;color:var(--text-muted);margin:2px 0 0}.city-view-3d .view-toggle-inline{display:flex;gap:4px;background:#000000e6;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:6px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:fit-content}.city-view-3d .toggle-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:none;border-radius:6px;color:var(--text-muted);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.city-view-3d .toggle-btn:hover{color:var(--text-primary)}.city-view-3d .toggle-btn.active{background:var(--accent-purple);color:#fff}.city-view-3d .toggle-btn.muted{opacity:.5}.city-view-3d .reset-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer}.city-view-3d .reset-btn:hover{color:var(--text-primary)}.city-view-3d .store-list-panel-3d{position:absolute;top:16px;right:16px;width:280px;max-height:calc(100vh - 180px);background:#000000e6;border:1px solid rgba(255,255,255,.15);border-radius:12px;overflow:hidden;z-index:10;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.city-view-3d .panel-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#14141e80}.city-view-3d .panel-header h3{font-size:13px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em}.city-view-3d .store-count{background:var(--accent-purple);color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600}.city-view-3d .store-list{flex:1;overflow-y:auto;padding:8px}.city-view-3d .store-list-item{display:flex;align-items:center;gap:10px;padding:12px;background:#1e1e2866;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .15s;margin-bottom:6px}.city-view-3d .store-list-item:hover,.city-view-3d .store-list-item.highlighted{background:#8b5cf633;border-color:var(--accent-purple)}.city-view-3d .tier-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 8px currentColor}.city-view-3d .store-info{flex:1;min-width:0}.city-view-3d .store-name{display:block;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.city-view-3d .store-type{display:block;font-size:10px;color:var(--text-muted);text-transform:capitalize;margin-top:2px}.city-view-3d .store-status{font-size:9px;font-weight:600;text-transform:uppercase;padding:4px 8px;border-radius:4px}.city-view-3d .store-status.open{background:#22c55e33;color:var(--accent-green)}.city-view-3d .store-status.closed{background:#ef444433;color:var(--accent-red)}.controls-hint{position:absolute;bottom:80px;left:16px;display:flex;gap:16px;background:#000000e6;border:1px solid rgba(255,255,255,.15);padding:12px 16px;border-radius:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10}.controls-hint span{font-size:11px;color:var(--text-muted)}.three-badge{position:absolute;bottom:80px;right:16px;background:#8b5cf626;border:1px solid rgba(139,92,246,.4);padding:10px 14px;border-radius:10px;z-index:10;font-size:11px;color:var(--accent-purple);font-weight:500}.cesium-svgPath-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.cesium-button{display:inline-block;position:relative;background:#303336;border:1px solid #444;color:#edffff;fill:#edffff;border-radius:4px;padding:5px 12px;margin:2px 3px;cursor:pointer;overflow:hidden;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-button:focus{color:#fff;fill:#fff;border-color:#ea4;outline:none}.cesium-button:hover{color:#fff;fill:#fff;background:#48b;border-color:#aef;box-shadow:0 0 8px #fff}.cesium-button:active{color:#000;fill:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-button:disabled,.cesium-button-disabled,.cesium-button-disabled:focus,.cesium-button-disabled:hover,.cesium-button-disabled:active{background:#303336;border-color:#444;color:#646464;fill:#646464;box-shadow:none;cursor:default}.cesium-button option{background-color:#000;color:#eee}.cesium-button option:disabled{color:#777}.cesium-button input,.cesium-button label{cursor:pointer}.cesium-button input{vertical-align:sub}.cesium-toolbar-button{box-sizing:border-box;width:32px;height:32px;border-radius:14%;padding:0;vertical-align:middle;z-index:0}.cesium-performanceDisplay-defaultContainer{position:absolute;top:50px;right:10px;text-align:right}.cesium-performanceDisplay{background-color:#282828b3;padding:7px;border-radius:5px;border:1px solid #444;font:700 12px sans-serif}.cesium-performanceDisplay-fps{color:#e52}.cesium-performanceDisplay-throttled{color:#a42}.cesium-performanceDisplay-ms{color:#de3}.cesium-animation-theme{visibility:hidden;display:block;position:absolute;z-index:-100}.cesium-animation-themeNormal{color:#222}.cesium-animation-themeHover{color:#4488b0}.cesium-animation-themeSelect{color:#242}.cesium-animation-themeDisabled{color:#333}.cesium-animation-themeKnob{color:#222}.cesium-animation-themePointer{color:#2e2}.cesium-animation-themeSwoosh{color:#8ac}.cesium-animation-themeSwooshHover{color:#aef}.cesium-animation-svgText{fill:#edffff;font-family:Sans-Serif;font-size:15px;text-anchor:middle}.cesium-animation-blank{fill:#000;fill-opacity:.01;stroke:none}.cesium-animation-rectButton{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-rectButton .cesium-animation-buttonGlow{fill:#fff;stroke:none;display:none}.cesium-animation-rectButton:hover .cesium-animation-buttonGlow{display:block}.cesium-animation-rectButton .cesium-animation-buttonPath{fill:#edffff}.cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#444;stroke-width:1.2}.cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#aef}.cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#abd6ff}.cesium-animation-buttonDisabled{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#555}.cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181}.cesium-animation-buttonDisabled .cesium-animation-buttonGlow{display:none}.cesium-animation-buttonToggled .cesium-animation-buttonGlow{display:block;fill:#2e2}.cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff}.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-shuttleRingG,.cesium-animation-shuttleRingPointer,.cesium-animation-shuttleRingPausePointer{cursor:pointer}.cesium-animation-shuttleRingBack{fill:#181818;fill-opacity:.8;stroke:#333;stroke-width:1.2}.cesium-animation-shuttleRingSwoosh line{stroke:#8ac;stroke-width:3;stroke-opacity:.2;stroke-linecap:round}.cesium-animation-knobOuter{cursor:pointer;stroke:#444;stroke-width:1.2}.cesium-animation-knobInner{cursor:pointer}.cesium-baseLayerPicker-selected{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.cesium-baseLayerPicker-dropDown{display:block;position:absolute;box-sizing:content-box;top:auto;right:0;width:320px;max-height:500px;margin-top:5px;background-color:#262626bf;border:1px solid #444;padding:6px;overflow:auto;border-radius:10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transform:translateY(-20%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-baseLayerPicker-dropDown-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-baseLayerPicker-sectionTitle{display:block;font-family:sans-serif;font-size:16pt;text-align:left;color:#edffff;margin-bottom:4px}.cesium-baseLayerPicker-choices{margin-bottom:5px}.cesium-baseLayerPicker-categoryTitle{color:#edffff;font-size:11pt}.cesium-baseLayerPicker-choices{display:block;border:1px solid #888;border-radius:5px;padding:5px 0}.cesium-baseLayerPicker-item{display:inline-block;vertical-align:top;margin:2px 5px;width:64px;text-align:center;cursor:pointer}.cesium-baseLayerPicker-itemLabel{display:block;font-family:sans-serif;font-size:8pt;text-align:center;vertical-align:middle;color:#edffff;cursor:pointer;word-wrap:break-word}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel{text-decoration:underline}.cesium-baseLayerPicker-itemIcon{display:inline-block;position:relative;width:inherit;height:auto;background-size:100% 100%;border:solid 1px #444;border-radius:9px;color:#edffff;margin:0;padding:0;cursor:pointer;box-sizing:border-box}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#fff;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:#bdecf8}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:double 4px rgb(189,236,248)}.cesium-widget{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-widget,.cesium-widget canvas{width:100%;height:100%;touch-action:none}.cesium-widget-credits{display:block;position:absolute;bottom:0;left:0;color:#fff;font-size:10px;text-shadow:0px 0px 2px #000000;padding-right:5px}.cesium-widget-errorPanel{position:absolute;inset:0;text-align:center;background:#000000b3;z-index:99999}.cesium-widget-errorPanel:before{display:inline-block;vertical-align:middle;height:100%;content:""}.cesium-widget-errorPanel-content{width:75%;max-width:500px;display:inline-block;text-align:left;vertical-align:middle;border:1px solid #510c00;border-radius:7px;background-color:#f0d9d5;font-size:14px;color:#510c00}.cesium-widget-errorPanel-content.expanded{max-width:75%}.cesium-widget-errorPanel-header{font-size:18px;font-family:Open Sans,Verdana,Geneva,sans-serif;background:#d69d93;border-bottom:2px solid #510c00;border-radius:3px 3px 0 0;padding:15px}.cesium-widget-errorPanel-scroll{overflow:auto;font-family:Open Sans,Verdana,Geneva,sans-serif;white-space:pre-wrap;padding:0 15px;margin:10px 0 20px}.cesium-widget-errorPanel-buttonPanel{padding:0 15px;margin:10px 0 20px;text-align:right}.cesium-widget-errorPanel-buttonPanel button{border-color:#510c00;background:#d69d93;color:#202020;margin:0}.cesium-widget-errorPanel-buttonPanel button:focus{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:hover{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:active{border-color:#510c00;background:#b17b72;color:#510c00}.cesium-widget-errorPanel-more-details{text-decoration:underline;cursor:pointer}.cesium-widget-errorPanel-more-details:hover{color:#2b0700}.cesium-cesiumInspector{border-radius:5px;transition:width ease-in-out .25s;background:#303336cc;border:1px solid #444;color:#edffff;display:inline-block;position:relative;padding:4px 12px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.cesium-cesiumInspector-button{text-align:center;font-size:11pt}.cesium-cesiumInspector-visible .cesium-cesiumInspector-button{border-bottom:1px solid #aaa;padding-bottom:3px}.cesium-cesiumInspector input:enabled,.cesium-cesiumInspector-button{cursor:pointer}.cesium-cesiumInspector-visible{width:185px;height:auto}.cesium-cesiumInspector-hidden{width:122px;height:17px}.cesium-cesiumInspector-sectionContent{max-height:600px}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionContent{max-height:0;padding:0!important;overflow:hidden}.cesium-cesiumInspector-dropDown{margin:5px 0;font-family:sans-serif;font-size:10pt;width:185px}.cesium-cesiumInspector-frustumStatistics{padding:5px;background-color:#505050bf}.cesium-cesiumInspector-pickButton{background-color:#0000004d;border:1px solid #444;color:#edffff;border-radius:5px;padding:3px 7px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0 auto}.cesium-cesiumInspector-pickButton:focus{outline:none}.cesium-cesiumInspector-pickButton:active,.cesium-cesiumInspector-pickButtonHighlight{color:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-cesiumInspector-center{text-align:center}.cesium-cesiumInspector-sectionHeader{font-weight:700;font-size:10pt;margin:0;cursor:pointer}.cesium-cesiumInspector-pickSection{border:1px solid #aaa;border-radius:5px;padding:3px;margin-bottom:5px}.cesium-cesiumInspector-sectionContent{margin-bottom:10px;transition:max-height .25s}.cesium-cesiumInspector-tileText{padding-bottom:10px;border-bottom:1px solid #aaa}.cesium-cesiumInspector-relativeText{padding-top:10px}.cesium-cesiumInspector-sectionHeader:before{margin-right:5px;content:"-";width:1ch;display:inline-block}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionHeader:before{content:"+"}ul.cesium-cesiumInspector-statistics{margin:0;padding-top:3px;padding-bottom:3px}ul.cesium-cesiumInspector-statistics+ul.cesium-cesiumInspector-statistics{border-top:1px solid #aaa}.cesium-cesiumInspector-slider{margin-top:5px}.cesium-cesiumInspector-slider input[type=number]{text-align:left;background-color:#222;outline:none;border:1px solid #444;color:#edffff;width:100px;border-radius:3px;padding:1px;margin-left:10px;cursor:auto}.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button,.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cesium-cesiumInspector-slider input[type=range]{margin-left:5px;vertical-align:middle}.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor{display:none}.cesium-cesiumInspector-styleEditor{padding:10px;border-radius:5px;background:#303336cc;border:1px solid #444}.cesium-cesiumInspector-styleEditor textarea{width:100%;height:300px;background:transparent;color:#edffff;border:none;padding:0;white-space:pre;overflow-wrap:normal;overflow-x:auto}.cesium-3DTilesInspector{width:300px;pointer-events:all}.cesium-3DTilesInspector-statistics{font-size:11px}.cesium-3DTilesInspector-disabledElementsInfo{margin:5px 0 0;padding:0 0 0 20px;color:#eed202}.cesium-3DTilesInspector div,.cesium-3DTilesInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-cesiumInspector-error{color:#ff9e9e;overflow:auto}.cesium-3DTilesInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}input.cesium-cesiumInspector-url{overflow:hidden;white-space:nowrap;overflow-x:scroll;background-color:transparent;color:#fff;outline:none;border:none;height:1em;width:100%}.cesium-cesiumInspector .field-group{display:table}.cesium-cesiumInspector .field-group>label{display:table-cell;font-weight:700}.cesium-cesiumInspector .field-group>.field{display:table-cell;width:100%}.cesium-VoxelInspector{width:300px;pointer-events:all}.cesium-VoxelInspector div,.cesium-VoxelInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-VoxelInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid white}.cesium-button.cesium-fullscreenButton,.cesium-button.cesium-vrButton{display:block;width:100%;height:100%;margin:0;border-radius:0}.cesium-viewer-geocoderContainer .cesium-geocoder-input{border:solid 1px #444;background-color:#282828b3;color:#fff;display:inline-block;vertical-align:middle;width:0;height:32px;margin:0;padding:0 32px 0 0;border-radius:0;box-sizing:border-box;transition:width ease-in-out .25s,background-color .2s ease-in-out;-webkit-appearance:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff}.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus{border-color:#ea4;background-color:#0f0f0fe6;box-shadow:none;outline:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide{padding-left:4px;width:250px}.cesium-viewer-geocoderContainer .search-results{position:absolute;background-color:#000;color:#eee;overflow-y:auto;opacity:.8;width:100%}.cesium-viewer-geocoderContainer .search-results ul{list-style-type:none;margin:0;padding:0}.cesium-viewer-geocoderContainer .search-results ul li{font-size:14px;padding:3px 10px}.cesium-viewer-geocoderContainer .search-results ul li:hover{cursor:pointer}.cesium-viewer-geocoderContainer .search-results ul li.active{background:#48b}.cesium-geocoder-searchButton{background-color:#303336;display:inline-block;position:absolute;cursor:pointer;width:32px;top:1px;right:1px;height:30px;vertical-align:middle;fill:#edffff}.cesium-geocoder-searchButton:hover{background-color:#48b}.cesium-infoBox{display:block;position:absolute;top:50px;right:0;width:40%;max-width:480px;background:#262626f2;color:#edffff;border:1px solid #444;border-right:none;border-top-left-radius:7px;border-bottom-left-radius:7px;box-shadow:0 0 10px 1px #000;transform:translate(100%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-infoBox-visible{transform:translate(0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-infoBox-title{display:block;height:20px;padding:5px 30px 5px 25px;background:#545454;border-top-left-radius:7px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:content-box}.cesium-infoBox-bodyless .cesium-infoBox-title{border-bottom-left-radius:7px}button.cesium-infoBox-camera{display:block;position:absolute;top:4px;left:4px;width:22px;height:22px;background:transparent;border-color:transparent;border-radius:3px;padding:0 5px;margin:0}button.cesium-infoBox-close{display:block;position:absolute;top:5px;right:5px;height:20px;background:transparent;border:none;border-radius:2px;font-weight:700;font-size:16px;padding:0 5px;margin:0;color:#edffff}button.cesium-infoBox-close:focus{background:#ee880070;outline:none}button.cesium-infoBox-close:hover{background:#888;color:#000}button.cesium-infoBox-close:active{background:#a00;color:#000}.cesium-infoBox-bodyless .cesium-infoBox-iframe{display:none}.cesium-infoBox-iframe{border:none;width:100%;width:calc(100% - 2px)}span.cesium-sceneModePicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-sceneModePicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-sceneModePicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none{display:none}.cesium-sceneModePicker-slide-svg{transition:left 2s;top:0;left:0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D{margin:0 0 3px}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView{left:200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D{left:-200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D{left:-100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}span.cesium-projectionPicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-projectionPicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-projectionPicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-projectionPicker-wrapper .cesium-projectionPicker-none{display:none}.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic{margin:0 0 3px}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic{left:100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective{left:-100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-performance-watchdog-message-area{position:relative;background-color:#ff0;color:#000;padding:10px}.cesium-performance-watchdog-message{margin-right:30px}.cesium-performance-watchdog-message-dismiss{position:absolute;right:0;margin:0 10px 0 0}.cesium-navigationHelpButton-wrapper{position:relative;display:inline-block}.cesium-navigation-help{visibility:hidden;position:absolute;top:38px;right:2px;width:250px;border-radius:10px;transform:scale(.01);transform-origin:234px -10px;transition:visibility 0s .25s,transform .25s ease-in}.cesium-navigation-help-visible{visibility:visible;transform:scale(1);transition:transform .25s ease-out}.cesium-navigation-help-instructions{border:1px solid #444;background-color:#262626bf;padding-bottom:5px;border-radius:0 0 10px 10px}.cesium-click-navigation-help{display:none}.cesium-touch-navigation-help{display:none;padding-top:5px}.cesium-click-navigation-help-visible,.cesium-touch-navigation-help-visible{display:block}.cesium-navigation-help-pan{color:#6cf;font-weight:700}.cesium-navigation-help-zoom{color:#65fd00;font-weight:700}.cesium-navigation-help-rotate{color:#ffd800;font-weight:700}.cesium-navigation-help-tilt{color:#d800d8;font-weight:700}.cesium-navigation-help-details{color:#fff}.cesium-navigation-button{color:#fff;background-color:transparent;border-bottom:none;border-top:1px solid #444;border-right:1px solid #444;margin:0;width:50%;cursor:pointer}.cesium-navigation-button-icon{vertical-align:middle;padding:5px 1px}.cesium-navigation-button:focus{outline:none}.cesium-navigation-button-left{border-radius:10px 0 0;border-left:1px solid #444}.cesium-navigation-button-right{border-radius:0 10px 0 0;border-left:none}.cesium-navigation-button-selected{background-color:#262626bf}.cesium-navigation-button-unselected{background-color:#000000bf}.cesium-navigation-button-unselected:hover{background-color:#4c4c4cbf}.cesium-selection-wrapper{position:absolute;width:160px;height:160px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px}.cesium-timeline-main{position:relative;left:0;bottom:0;overflow:hidden;border:solid 1px #888;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-timeline-trackContainer{width:100%;overflow:auto;border-top:solid 1px #888;position:relative;top:0;left:0}.cesium-timeline-tracks{position:absolute;top:0;left:0;width:100%}.cesium-timeline-needle{position:absolute;left:0;top:1.7em;bottom:0;width:1px;background:red}.cesium-timeline-bar{position:relative;left:0;top:0;overflow:hidden;cursor:pointer;width:100%;height:1.7em;background:linear-gradient(to bottom,#747577cc,#3a4452cc 11%,#2e3238cc 46%,#353535cc 81% 100%)}.cesium-timeline-ruler{visibility:hidden;white-space:nowrap;font-size:80%;z-index:-200}.cesium-timeline-highlight{position:absolute;bottom:0;left:0;background:#08f}.cesium-timeline-ticLabel{position:absolute;top:0;left:0;white-space:nowrap;font-size:80%;color:#eee}.cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:1px;height:50%;background:#eee}.cesium-timeline-ticSub{position:absolute;bottom:0;left:0;width:1px;height:33%;background:#aaa}.cesium-timeline-ticTiny{position:absolute;bottom:0;left:0;width:1px;height:25%;background:#888}.cesium-timeline-icon16{display:block;position:absolute;width:16px;height:16px;background-image:url(data:text/plain;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sIDBITKIVzLEMAAAKNSURBVEjHxdXNSxRhHAfw7zzrqhuoWJnSkrippUVSEKsHI9BTUYdAJA/RoYMREV26rAdn6tAfUARi16hQqkOBQRgUEYFWEC3OwczMjdZd92VmdWfmeelgTjO7q7gb0VzmmZnn85vvPPPMM8B/3qTcE2PPpuTZKB1eWuUQACgXYACYwVFbCTTVeZXB/i55o4LFelcAZfStYD4vpAoPGAGo4GBcQEgSOAUMQyAezwK6iQfDPXnhS/FkHZ+/8VLMWxxqWkfH3gbMRNOYi2roavbja0zHQmoFPYf8ED4Ko4aivm9MOG/u9I8mwrafeK7a/tVrNc/bARYN5noadeq7q0342vXw9CIMU6BmW8rVP9cPBPe52uu+v3O/y9sB4gkTWs6Qsk0mj5ExXMelejvA8WafYmkmGPHanTijdtvif8rx5RiCjdWKs2Cp3jWRDl96KhrbqlBeJqBOLyLQXg0IgbkZDS0dO8EZxZfPSTA9jvDDK3mT0OmP1FXh3XwEEAKdTX5MRWLgjCK4pwH3xt/YnjgLHAv4lHTCAKMMu/wV+KZGob6PoKyMQ0+sgBpZVJZn0NterxQaVqef/DRn+/EXYds/mZx2eVeAW9d65dhCEsaKCb7K8HH0gqTevyh9GDkn0VULRiaLzJKGBu9swfdaiie5RVo9ESURN8E8BE0n7ggACJy8KzghSCzp6DmwWxkaCm24EBXr8wI8Hrkq06QBiRC0t24HALS11IBTCyJl4vb1AXmzpbVYTwoVOXN0h7L8Mwtm8bXPybIQ/5FCX3dA2cr6XowvGCA02CvztAnz9+JiZk1AMxG6fEreSoBiPNmoyNnuWiWVzAIAtISO08E6pZi/3N96AIDn4E3h3P8L/wshP+txtEs4JAAAAABJRU5ErkJggg==);background-repeat:no-repeat}.cesium-viewer{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-viewer-cesiumWidgetContainer{width:100%;height:100%}.cesium-viewer-bottom{display:block;position:absolute;bottom:0;left:0;padding-right:5px}.cesium-viewer .cesium-widget-credits{display:inline;position:static;bottom:auto;left:auto;padding-right:0;color:#fff;font-size:10px;text-shadow:0 0 2px #000000}.cesium-viewer-timelineContainer{position:absolute;bottom:0;left:169px;right:29px;height:27px;padding:0;margin:0;overflow:hidden;font-size:14px}.cesium-viewer-animationContainer{position:absolute;bottom:0;left:0;padding:0;width:169px;height:112px}.cesium-viewer-fullscreenContainer,.cesium-viewer-vrContainer{position:absolute;bottom:0;right:0;padding:0;width:29px;height:29px;overflow:hidden}.cesium-viewer-toolbar{display:block;position:absolute;top:5px;right:5px}.cesium-viewer-cesiumInspectorContainer{display:block;position:absolute;top:50px;right:10px}.cesium-viewer-geocoderContainer{position:relative;display:inline-block;margin:0 3px}.cesium-viewer-cesium3DTilesInspectorContainer,.cesium-viewer-voxelInspectorContainer{display:block;position:absolute;top:50px;right:10px;max-height:calc(100% - 120px);box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.cesium-viewer-i3s-explorer ul{list-style-type:none}.cesium-viewer-i3s-explorer .layersList{padding:0}.cesium-viewer-i3s-explorer input{margin:0 3px 0 0}.cesium-viewer-i3s-explorer .expandItem{cursor:pointer;-webkit-user-select:none;user-select:none;width:20px}.cesium-viewer-i3s-explorer .nested,.cesium-viewer-i3s-explorer #bsl-wrapper{display:none}.cesium-viewer-i3s-explorer .active{display:block}.cesium-viewer-i3s-explorer .li-wrapper{display:flex;flex-direction:row;align-content:center}.cesium-city{position:fixed;top:var(--header-height);left:260px;right:0;bottom:0;background:#000;z-index:1;overflow:hidden}.cesium-container{position:absolute;inset:0}.cesium-widget-credits,.cesium-viewer-bottom{display:none!important}.cesium-city .loading-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;z-index:100}.cesium-city .loading-spinner{width:48px;height:48px;border:3px solid rgba(139,92,246,.2);border-top-color:var(--accent-purple);border-radius:50%;animation:spin 1s linear infinite}.cesium-city .loading-overlay p{margin-top:16px;color:var(--text-secondary);font-size:14px}.cesium-header{position:absolute;top:16px;left:16px;z-index:10;display:flex;flex-direction:column;gap:10px}.cesium-header .back-btn{display:flex;align-items:center;gap:8px;background:#000000e6;border:1px solid rgba(255,255,255,.15);color:var(--text-primary);padding:10px 16px;border-radius:8px;font-size:13px;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .2s;width:fit-content}.cesium-header .back-btn:hover{background:var(--accent-purple);border-color:var(--accent-purple)}.cesium-header .city-title{display:flex;align-items:center;gap:12px;background:#000000e6;border:1px solid rgba(255,255,255,.15);padding:14px 18px;border-radius:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cesium-header .city-icon{color:var(--accent-purple)}.cesium-header .city-title h2{font-family:Oswald,sans-serif;font-size:24px;font-weight:500;margin:0;letter-spacing:.02em}.cesium-header .city-title p{font-size:11px;color:var(--text-muted);margin:2px 0 0}.view-controls{display:flex;gap:4px;background:#000000e6;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:6px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:fit-content}.view-controls .toggle-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:none;border-radius:6px;color:var(--text-muted);font-size:12px;cursor:pointer;transition:all .2s}.view-controls .toggle-btn:hover{color:var(--text-primary)}.view-controls .toggle-btn.active{background:var(--accent-purple);color:#fff}.view-controls .reset-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer}.view-controls .reset-btn:hover{color:var(--text-primary)}.view-controls .view-separator{width:1px;height:20px;background:#ffffff26;margin:0 4px}.view-controls .toggle-btn.small{padding:8px 10px}.cesium-city .hover-tooltip{position:absolute;top:50%;left:50%;transform:translate(-50%,-120%);background:#000000f2;border:1px solid rgba(255,255,255,.2);padding:12px 16px;border-radius:8px;z-index:20;pointer-events:none;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-width:180px}.cesium-city .hover-tooltip strong{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.cesium-city .hover-tooltip span{display:block;font-size:10px;color:var(--text-muted);text-transform:capitalize}.cesium-city .hover-tooltip .status{margin-top:6px;padding:3px 8px;border-radius:4px;font-size:9px;font-weight:600;text-transform:uppercase;display:inline-block}.cesium-city .hover-tooltip .status.open{background:#22c55e33;color:var(--accent-green)}.cesium-city .hover-tooltip .status.closed{background:#ef444433;color:var(--accent-red)}.store-list-panel{position:absolute;top:16px;right:16px;width:280px;max-height:calc(100vh - 180px);background:#000000e6;border:1px solid rgba(255,255,255,.15);border-radius:12px;overflow:hidden;z-index:10;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.store-list-panel .panel-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#14141e80}.store-list-panel .panel-header h3{font-size:13px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em}.store-list-panel .store-count{background:var(--accent-purple);color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600}.store-list-panel .store-list{flex:1;overflow-y:auto;padding:8px}.store-list-panel .store-list-item{display:flex;align-items:center;gap:10px;padding:12px;background:#1e1e2866;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .15s;margin-bottom:6px}.store-list-panel .store-list-item:hover,.store-list-panel .store-list-item.highlighted{background:#8b5cf633;border-color:var(--accent-purple)}.store-list-panel .tier-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 8px currentColor}.store-list-panel .store-info{flex:1;min-width:0}.store-list-panel .store-name{display:block;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-list-panel .store-type{display:block;font-size:10px;color:var(--text-muted);text-transform:capitalize;margin-top:2px}.store-list-panel .store-status{font-size:9px;font-weight:600;text-transform:uppercase;padding:4px 8px;border-radius:4px}.store-list-panel .store-status.open{background:#22c55e33;color:var(--accent-green)}.store-list-panel .store-status.closed{background:#ef444433;color:var(--accent-red)}.cesium-hint{position:absolute;bottom:80px;left:16px;display:flex;gap:16px;background:#000000e6;border:1px solid rgba(255,255,255,.15);padding:12px 16px;border-radius:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10}.cesium-hint span{font-size:11px;color:var(--text-muted)}.cesium-badge{position:absolute;bottom:80px;right:16px;background:#3b82f626;border:1px solid rgba(59,130,246,.4);padding:10px 14px;border-radius:10px;z-index:10;font-size:11px;color:#3b82f6;font-weight:500}.token-btn{background:#fbbf2426!important;color:#fbbf24!important;border:1px solid rgba(251,191,36,.3)!important;gap:6px}.token-btn:hover{background:#fbbf24!important;color:#000!important}.token-setup{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a12,#000);z-index:100}.token-setup .setup-content{max-width:520px;text-align:center;padding:40px}.token-setup .setup-icon{color:#3b82f6;margin-bottom:20px}.token-setup h2{font-family:Oswald,sans-serif;font-size:32px;margin:0 0 12px}.token-setup>.setup-content>p{color:var(--text-secondary);font-size:15px;margin:0 0 30px}.setup-steps{text-align:left;background:#1e1e2880;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px 24px;margin-bottom:20px}.setup-steps h4{margin:0 0 12px;font-size:13px;color:var(--text-primary)}.setup-steps ol{margin:0;padding-left:20px;font-size:13px;line-height:1.8;color:var(--text-secondary)}.setup-steps a{color:#3b82f6;text-decoration:none}.setup-steps a:hover{text-decoration:underline}.setup-steps code{background:#3b82f633;color:#3b82f6;padding:2px 6px;border-radius:4px;font-size:12px}.setup-steps pre{background:#1a1a28;padding:14px 18px;border-radius:8px;margin:14px 0 8px;font-size:13px;overflow-x:auto;color:#22c55e}.setup-steps .note{font-size:11px;color:var(--text-muted);margin:0}.setup-benefits{text-align:left;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:12px;padding:16px 20px;margin-bottom:24px}.setup-benefits h4{margin:0 0 10px;font-size:13px;color:var(--accent-green)}.setup-benefits ul{margin:0;padding-left:0;list-style:none;font-size:13px;color:var(--text-secondary)}.setup-benefits li{margin-bottom:6px}.setup-actions{display:flex;gap:12px;justify-content:center}.setup-actions button{padding:14px 28px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.setup-actions button:first-child{background:#1e1e28cc;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary)}.setup-actions button:first-child:hover{background:#32323ccc;color:var(--text-primary)}.setup-actions button.primary{background:#3b82f6;border:none;color:#fff}.setup-actions button.primary:hover{background:#2563eb;transform:translateY(-2px)}.sidebar{position:fixed;top:var(--header-height);left:0;width:260px;height:calc(100vh - var(--header-height));background:var(--bg-card);border-right:1px solid var(--border-color);z-index:50;display:flex;flex-direction:column;overflow-y:auto}.sidebar-section{padding:16px;border-bottom:1px solid var(--border-color)}.section-title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 12px}.context-header{display:flex;align-items:center;gap:14px;padding:20px 16px;background:var(--bg-secondary)}.context-icon{width:40px;height:40px;border-radius:10px;background:var(--accent-purple);display:flex;align-items:center;justify-content:center;color:#fff}.context-info{flex:1}.context-title{font-size:16px;font-weight:600;margin:0;color:var(--text-primary)}.context-subtitle{font-size:12px;color:var(--text-muted);margin:4px 0 0}.region-list{display:flex;flex-direction:column;gap:4px}.region-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;background:var(--bg-primary);border:1px solid transparent;border-radius:8px;color:var(--text-secondary);font-size:13px;cursor:pointer;transition:all .15s}.region-btn:hover{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}.region-btn.active{background:#8b5cf626;border-color:var(--accent-purple);color:var(--text-primary)}.region-btn .count{font-size:11px;color:var(--text-muted);background:var(--bg-secondary);padding:2px 8px;border-radius:10px}.region-btn.active .count{background:var(--accent-purple);color:#fff}.country-list{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto}.country-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;background:var(--bg-primary);border:1px solid transparent;border-radius:8px;color:var(--text-secondary);font-size:13px;cursor:pointer;transition:all .15s;text-align:left}.country-btn:hover{background:#8b5cf61a;border-color:var(--accent-purple);color:var(--text-primary)}.country-btn.active{background:#8b5cf626;border-color:var(--accent-purple);color:var(--text-primary)}.country-btn.active .count{background:var(--accent-purple);color:#fff}.country-btn.active .country-meta svg{opacity:1}.country-meta{display:flex;align-items:center;gap:8px}.country-meta .count{font-size:11px;color:var(--text-muted);background:var(--bg-secondary);padding:2px 8px;border-radius:10px}.country-btn:hover .count{background:var(--accent-purple);color:#fff}.country-meta svg{color:var(--accent-purple);opacity:0;transition:opacity .15s}.country-btn:hover .country-meta svg{opacity:1}.state-list{display:flex;flex-direction:column;gap:4px;max-height:200px;overflow-y:auto}.state-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;background:var(--bg-primary);border:1px solid transparent;border-radius:8px;color:var(--text-secondary);font-size:13px;cursor:pointer;transition:all .15s}.state-btn:hover{background:#8b5cf61a;border-color:var(--accent-purple);color:var(--text-primary)}.state-btn .arrow{color:var(--accent-purple);opacity:0;transition:opacity .15s}.state-btn:hover .arrow{opacity:1}.tier-filter-list{display:flex;flex-direction:column;gap:4px}.tier-btn{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:var(--bg-primary);border:1px solid transparent;border-radius:8px;color:var(--text-secondary);font-size:13px;cursor:pointer;transition:all .15s}.tier-btn:hover{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}.tier-btn.active{background:#8b5cf626;border-color:var(--accent-purple);color:var(--text-primary)}.tier-btn .tier-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.tier-btn span:nth-child(2){flex:1;text-align:left}.tier-btn .count{font-size:11px;color:var(--text-muted)}.tier-btn.active .count{color:var(--accent-purple)}.tier-dot{width:10px;height:10px;border-radius:50%}.tier-dot.all{background:linear-gradient(135deg,#8b5cf6,#10b981,#f59e0b)}.tier-dot.pinnacle{background:#8b5cf6;box-shadow:0 0 8px #8b5cf680}.tier-dot.elevated{background:#fff;border:1px solid #666}.tier-dot.scale{background:#10b981}.tier-dot.unknown,.tier-dot.no-marketing{background:#f59e0b}.legend-section{margin-top:auto}.tier-legend{display:flex;flex-direction:column;gap:8px}.legend-item{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text-secondary)}.shortcuts-section{background:var(--bg-secondary)}.shortcuts-list{display:flex;flex-direction:column;gap:8px}.shortcut{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text-muted)}.shortcut kbd{min-width:28px;padding:4px 8px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;font-family:JetBrains Mono,monospace;font-size:10px;text-align:center}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:var(--bg-secondary)}.sidebar::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.closed-stats{background:#ef44440d;border-left:3px solid #ef4444}.closed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.closed-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ef4444}.closed-total{font-size:18px;font-weight:700;color:#ef4444}.closed-breakdown{display:flex;flex-direction:column;gap:6px}.closed-item{display:flex;justify-content:space-between;align-items:center;font-size:12px}.closed-item .region-name{color:var(--text-secondary)}.closed-item .region-count{color:#ef4444cc;font-weight:500}.stats-panel{position:fixed;bottom:100px;left:320px;right:20px;z-index:10;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;animation:fadeIn .6s ease-out;animation-delay:.3s;animation-fill-mode:both;transition:opacity .3s ease,transform .3s ease;max-height:calc(100vh - 220px);overflow-y:auto}.stat-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:20px}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.card-header h3{font-size:14px;font-weight:600}.expand-btn{background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.expand-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.card-description{font-size:12px;color:var(--text-secondary);line-height:1.5;margin-bottom:8px}.investment-table{margin-top:16px}.table-header,.table-row{display:grid;grid-template-columns:50px repeat(4,1fr);gap:8px;padding:6px 0}.table-header{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.region-name{font-size:12px;font-weight:500;color:var(--text-secondary)}.tier-cell{display:flex;justify-content:center}.tier-badge{background:var(--accent-purple);color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600}.tier-badge.high{background:var(--accent-purple)}.tier-badge.medium{background:var(--accent-purple-dark)}.tier-badge.low{background:var(--text-muted)}.tier-legend-inline{display:flex;gap:16px;margin-top:16px;padding-top:12px;border-top:1px solid var(--border-color)}.tier-legend-inline .legend-item{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--text-muted)}.tier-legend-inline .dot{width:8px;height:8px;border-radius:50%}.tier-legend-inline .dot.pinnacle{background:#ff69b4}.tier-legend-inline .dot.elevated{background:var(--accent-purple)}.tier-legend-inline .dot.scale{background:var(--text-muted)}.adoption-loading,.adoption-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:var(--text-muted);font-size:13px}.adoption-loading .spinner{animation:spin 1s linear infinite}.adoption-error{color:var(--accent-red)}.adoption-main{margin-bottom:16px}.adoption-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.adoption-value{display:flex;align-items:baseline;gap:8px}.big-number{font-family:Oswald,sans-serif;font-size:56px;font-weight:500;line-height:1}.change{font-size:12px;font-weight:600}.change.positive{color:var(--accent-green)}.change.negative{color:var(--accent-red)}.adoption-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.adoption-item{display:flex;flex-direction:column}.region-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;margin-bottom:2px}.adoption-stat{display:flex;align-items:baseline;gap:6px}.percentage{font-family:Oswald,sans-serif;font-size:28px;font-weight:500}.resource-card{background:transparent!important;padding:0!important;border:none!important;position:relative;overflow:hidden;border-radius:12px}.resource-card .card-header{position:absolute;top:16px;left:16px;right:16px;z-index:2;color:#fff}.resource-image{position:relative;width:100%;height:200px;border-radius:12px;overflow:hidden}.resource-image img{width:100%;height:100%;object-fit:cover}.resource-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 50%);display:flex;align-items:flex-end;padding:20px}.resource-overlay h4{font-family:Oswald,sans-serif;font-size:32px;font-weight:600;line-height:1.1}.resource-progress{position:absolute;bottom:0;left:0;right:0;height:4px;background:#fff3}.resource-progress .progress-bar{height:100%;width:40%;background:#fff}.bookings-header{display:flex;gap:8px;margin-bottom:4px}.bookings-label{font-size:11px;color:var(--text-muted)}.bookings-intent{font-size:11px;color:var(--text-primary);font-weight:500}.bookings-value{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}.bookings-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;background:var(--bg-secondary);margin-bottom:16px}.bar-segment{height:100%}.bar-segment.digital{background:#60a5fa}.bar-segment.stores{background:var(--accent-purple)}.bar-segment.sales{background:#4338ca}.bookings-legend{display:flex;flex-direction:column;gap:8px}.legend-row{display:flex;align-items:center;gap:8px;font-size:12px}.legend-row .dot{width:8px;height:8px;border-radius:50%}.legend-row .dot.digital{background:#60a5fa}.legend-row .dot.stores{background:var(--accent-purple)}.legend-row .dot.sales{background:#4338ca}.legend-values{margin-left:auto}.legend-values .muted{color:var(--text-muted)}.delivery-status{margin:16px 0}.week-label{font-size:11px;color:var(--text-muted)}.confidence{font-family:Oswald,sans-serif;font-size:36px;font-weight:500;line-height:1.1;color:var(--accent-green)}.delivery-progress{margin-top:16px}.progress-track{display:flex;height:6px;border-radius:3px;overflow:hidden;background:var(--bg-secondary);gap:2px}.progress-fill{height:100%}.progress-fill.manufacturing{width:30%;background:var(--accent-green)}.progress-fill.importing,.progress-fill.delivery{width:35%;background:var(--text-muted)}.progress-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:10px;color:var(--text-muted)}.additional-card{display:flex;flex-direction:column}@media(max-width:1400px){.stats-panel{grid-template-columns:repeat(2,1fr);left:20px}}@media(max-width:900px){.stats-panel{grid-template-columns:1fr;max-height:300px;overflow-y:auto;left:20px}}.timeline{position:fixed;bottom:32px;left:50%;transform:translate(-50%);z-index:100;animation:fadeIn .5s ease-out;animation-delay:.3s;animation-fill-mode:both}.timeline-container{position:relative}.week-pill{position:absolute;top:-32px;transform:translate(-50%);background:#fff;color:#000;font-size:18px;font-weight:800;font-family:Helvetica Now Display,Helvetica Neue,Helvetica,Arial,sans-serif;padding:9px 22px;border-radius:50px;z-index:10;box-shadow:0 2px 8px #0003;line-height:18px;text-align:center;transition:left .15s ease-out;pointer-events:none}.week-line{position:absolute;top:-8px;width:3px;height:100px;background:#fff;transform:translate(-50%);z-index:5;transition:left .15s ease-out;pointer-events:none;border-radius:1.5px}.timeline-track-figma{position:relative;display:flex;align-items:center;background:#000;border-radius:500px;outline:1px solid #28282A;outline-offset:-1px;padding:0 12px 0 24px;height:85px;min-width:580px;overflow:hidden}.track-gradient{position:absolute;right:70px;top:0;bottom:0;width:180px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.95) 100%);pointer-events:none;z-index:2}.track-content{display:flex;align-items:center;gap:0;flex:1;padding-right:20px;cursor:pointer;-webkit-user-select:none;user-select:none}.month-group{display:flex;align-items:center;gap:0}.month-name{color:#fff;font-size:18px;font-family:Helvetica Now Text,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;line-height:27px;margin-right:16px;white-space:nowrap}.month-name.first{margin-left:0}.week-tick-figma{width:4px;height:11px;border-radius:2px;margin:0 13px;cursor:pointer;transition:all .15s ease-out;flex-shrink:0}.week-tick-figma.past{background:#fff}.week-tick-figma.future{background:#4a4a4a}.week-tick-figma.current{background:transparent}.week-tick-figma:hover:not(.current){height:16px;background:#ffffffb3}.play-button-figma{width:48px;height:48px;background:#6e0ff6;border:none;border-radius:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s;flex-shrink:0;margin-left:auto;z-index:3}.play-button-figma:hover{background:#5a0dd0;transform:scale(1.05)}.play-button-figma svg{margin-left:2px}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:768px){.timeline-track-figma{height:70px;min-width:400px;padding:0 10px 0 16px}.week-pill{font-size:14px;padding:6px 16px}.week-line{height:80px}.month-name{font-size:14px;margin-right:10px}.week-tick-figma{margin:0 8px}.play-button-figma{width:40px;height:40px}}.map-controls{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:15;display:flex;flex-direction:column;gap:24px}.control-group{display:flex;flex-direction:column;gap:2px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;overflow:hidden}.control-btn{background:transparent;border:none;color:var(--text-secondary);width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.control-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.control-btn:active{transform:scale(.95)}.control-group.top .control-btn:not(:last-child){border-bottom:1px solid var(--border-color)}.control-group.bottom .control-btn:not(:last-child){border-bottom:1px solid var(--border-color)}@media(max-width:768px){.map-controls{right:12px;gap:16px}.control-btn{width:36px;height:36px}}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s ease-out}.store-modal{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;width:400px;max-width:90vw;padding:24px;position:relative;animation:scaleIn .3s ease-out}.close-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:6px;transition:all .2s}.close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.modal-header{margin-bottom:20px}.tier-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.store-name{font-size:20px;font-weight:600;margin-bottom:8px;line-height:1.3}.status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase}.status-badge.open{background:#22c55e33;color:var(--accent-green)}.status-badge.closed{background:#ef444433;color:var(--accent-red)}.modal-content{display:flex;flex-direction:column;gap:12px}.info-row{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-secondary)}.info-row svg{color:var(--text-muted)}.region-info{display:flex;justify-content:space-between;padding:12px;background:var(--bg-secondary);border-radius:8px;margin-top:8px}.region-info .label{font-size:12px;color:var(--text-muted)}.region-info .value{font-size:12px;font-weight:500}.coordinates{display:grid;grid-template-columns:1fr 1fr;gap:12px}.coord{display:flex;flex-direction:column;gap:4px;padding:12px;background:var(--bg-secondary);border-radius:8px}.coord .label{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.coord .value{font-family:JetBrains Mono,monospace;font-size:13px}.modal-actions{display:flex;gap:12px;margin-top:24px}.action-btn{flex:1;padding:12px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.action-btn.primary{background:var(--accent-purple);border:none;color:#fff}.action-btn.primary:hover{background:var(--accent-purple-dark)}.action-btn.secondary{background:transparent;border:1px solid var(--border-color);color:var(--text-primary)}.action-btn.secondary:hover{background:var(--bg-secondary);border-color:var(--text-muted)}.view-controls{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:8px;animation:fadeIn .3s ease-out}.view-controls>div:first-child{display:flex;gap:12px}.view-switcher{display:flex;background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;overflow:hidden}.view-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:none;color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.view-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.view-btn.active{background:var(--accent-purple);color:#fff}.view-btn:first-child{border-right:1px solid var(--border-color)}.toggle-controls{display:flex;gap:4px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;padding:4px}.toggle-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;color:var(--text-secondary);border-radius:6px;cursor:pointer;transition:all .2s}.toggle-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.toggle-btn.active{background:var(--bg-secondary);color:var(--accent-purple)}.view-btn:disabled{opacity:.4;cursor:not-allowed}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted)}.breadcrumb button{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s}.breadcrumb button:hover{color:var(--text-primary);background:var(--bg-card)}.breadcrumb button:after{content:" →";margin-left:4px;color:var(--text-muted)}.breadcrumb .current{color:var(--accent-purple);font-weight:500}@media(max-width:768px){.view-btn span{display:none}.view-btn{padding:10px 12px}}.view-toolbar{position:fixed;right:24px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:100}.toolbar-section{display:flex;flex-direction:column;gap:2px;background:#14141af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:8px;box-shadow:0 8px 32px #0006}.toolbar-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:#ffffff80;cursor:pointer;transition:all .2s ease;position:relative}.toolbar-btn:hover{color:#fff;background:#ffffff14}.toolbar-btn.active{color:#fff;background:var(--accent-purple, #a855f7)}.toolbar-btn:disabled{opacity:.3;cursor:not-allowed}.toolbar-btn:disabled:hover{background:transparent;color:#ffffff80}.toolbar-btn:before{content:attr(title);position:absolute;right:100%;top:50%;transform:translateY(-50%);padding:6px 12px;background:#14141cf2;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:12px;color:#fff;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;margin-right:10px;pointer-events:none}.toolbar-btn:hover:before{opacity:1;visibility:visible}.toolbar-btn.active:after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:var(--accent-purple, #a855f7);border-radius:50%}.toolbar-btn.explorer-btn{color:#9fe870}.toolbar-btn.explorer-btn:hover{background:#9fe87026;color:#9fe870}@media(max-width:768px){.view-toolbar{right:10px;gap:6px}.toolbar-btn{width:38px;height:38px}.toolbar-btn:before{display:none}}.store-explorer-stats{display:flex;flex-direction:column;gap:24px;padding:20px;background:#0a0a0ff2;border-radius:16px;border:1px solid rgba(255,255,255,.08);max-height:calc(100vh - 200px);overflow-y:auto}.stats-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{background:linear-gradient(145deg,#1a1a26cc,#12121acc);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;transition:all .2s ease}.stat-card:hover{border-color:#9fe8704d;transform:translateY(-2px)}.stat-card.success .stat-icon{color:#22c55e}.stat-card.highlight .stat-icon{color:#9fe870}.stat-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:10px;color:#ffffffb3}.stat-content{display:flex;flex-direction:column}.stat-value{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.stat-label{font-size:.75rem;color:#ffffff80;margin-top:4px}.stats-section{display:flex;flex-direction:column;gap:12px}.section-title{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:#ffffffe6;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.section-title svg{color:#9fe870}.region-cards{display:flex;flex-direction:column;gap:8px}.region-card{background:#1a1a2699;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.region-card:hover{background:#1a1a26e6;border-color:#9fe8704d}.region-card.selected{background:#9fe8701a;border-color:#9fe870}.region-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.region-code{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;color:#9fe870}.region-count{font-family:JetBrains Mono,monospace;font-size:.875rem;color:#ffffffe6}.region-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-bottom:8px}.region-bar-fill{height:100%;background:linear-gradient(90deg,#9fe870,#4ecdc4);border-radius:2px;transition:width .5s ease}.region-details{display:flex;gap:16px;font-size:.75rem;color:#ffffff80}.detail-value{color:#ffffffe6;font-weight:600}.region-investment{display:flex;align-items:center;gap:4px;font-size:.7rem;color:gold;margin-top:6px}.tier-list{display:flex;flex-direction:column;gap:12px}.tier-item{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;gap:4px 12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.04)}.tier-item:last-child{border-bottom:none}.tier-header{display:flex;align-items:center;gap:8px;grid-column:1}.tier-indicator{width:10px;height:10px;border-radius:3px}.tier-name{font-size:.875rem;color:#ffffffe6}.tier-count{font-family:JetBrains Mono,monospace;font-size:.75rem;color:#ffffff80;margin-left:auto}.tier-bar{grid-column:1;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.tier-bar-fill{height:100%;border-radius:3px}.tier-percentage{grid-column:2;grid-row:1 / 3;display:flex;align-items:center;font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;color:#ffffffe6}.tier-budget{grid-column:1 / -1;display:flex;gap:12px;font-size:.7rem;color:#fff6;font-family:JetBrains Mono,monospace}.store-explorer-stats::-webkit-scrollbar{width:6px}.store-explorer-stats::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.store-explorer-stats::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.store-explorer-stats::-webkit-scrollbar-thumb:hover{background:#fff3}.store-explorer-filters{display:flex;flex-direction:column;gap:16px;padding:16px;background:#0a0a0ff2;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.filter-search{display:flex;align-items:center;gap:10px;background:#1a1a26cc;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 14px;transition:all .2s ease}.filter-search:focus-within{border-color:#9fe870;box-shadow:0 0 0 3px #9fe8701a}.filter-search svg{color:#fff6;flex-shrink:0}.filter-search input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:.9rem}.filter-search input::placeholder{color:#ffffff4d}.clear-search{background:none;border:none;color:#fff6;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.clear-search:hover{background:#ffffff1a;color:#fff}.filter-results{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}.result-count{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;color:#9fe870}.result-label{font-size:.8rem;color:#ffffff80}.reset-filters{margin-left:auto;display:flex;align-items:center;gap:4px;background:none;border:1px solid rgba(255,255,255,.1);color:#fff9;padding:4px 10px;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .2s}.reset-filters:hover{background:#ffffff0d;border-color:#fff3;color:#fff}.filter-groups{display:flex;flex-direction:column;gap:16px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group-title{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.filter-group-title svg{color:#9fe870}.filter-chips{display:flex;flex-wrap:wrap;gap:6px}.filter-chips.compact{gap:4px}.filter-chip{display:flex;align-items:center;gap:6px;background:#1a1a2699;border:1px solid rgba(255,255,255,.08);color:#ffffffb3;padding:6px 12px;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.filter-chip:hover{background:#1a1a26e6;border-color:#ffffff26}.filter-chip.active{background:#9fe87026;border-color:#9fe870;color:#9fe870}.filter-chip.removable{padding-right:8px}.filter-chip.removable svg{opacity:.6}.filter-chip.removable:hover svg{opacity:1}.filter-chip.tier-pinnacle.active{background:#ffd70026;border-color:gold;color:gold}.filter-chip.tier-elevated.active{background:#9fe87026;border-color:#9fe870;color:#9fe870}.filter-chip.tier-scale.active{background:#4ecdc426;border-color:#4ecdc4;color:#4ecdc4}.filter-chip.tier-no-marketing.active{background:#6b728026;border-color:#6b7280;color:#9ca3af}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.open{background:#22c55e}.status-dot.closed{background:#ef4444}.status-dot.unopened{background:#fbbf24}.filter-select{width:100%;padding:8px 12px;background:#1a1a26cc;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;font-size:.85rem;cursor:pointer;transition:all .2s ease}.filter-select:hover{border-color:#ffffff26}.filter-select:focus{outline:none;border-color:#9fe870}.filter-select option{background:#1a1a26;color:#fff}.store-explorer-map{position:relative;width:100%;height:100%;min-height:500px;background:#0a0a0f;border-radius:16px;overflow:hidden}.map-container{width:100%;height:100%;background:#0a0a0f}.leaflet-container{background:#0a0a0f;font-family:Outfit,sans-serif}.leaflet-control-zoom{border:none!important;border-radius:8px!important;overflow:hidden;box-shadow:0 2px 10px #0000004d!important}.leaflet-control-zoom a{background:#1a1a26f2!important;color:#ffffffb3!important;border:none!important;border-bottom:1px solid rgba(255,255,255,.1)!important;width:36px!important;height:36px!important;line-height:36px!important;font-size:18px!important}.leaflet-control-zoom a:last-child{border-bottom:none!important}.leaflet-control-zoom a:hover{background:#282837f2!important;color:#fff!important}.city-cluster-marker{background:transparent!important;border:none!important}.cluster-circle{display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;cursor:pointer}.cluster-circle:hover{transform:scale(1.1);box-shadow:0 0 20px #9fe87066}.cluster-count{font-family:Space Grotesk,sans-serif;font-size:.8rem;font-weight:700;color:#fff}.leaflet-popup-content-wrapper{background:#12121afa!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;box-shadow:0 8px 32px #0006!important}.leaflet-popup-content{margin:0!important;color:#fff}.leaflet-popup-tip{background:#12121afa!important;border:1px solid rgba(255,255,255,.1)!important}.leaflet-popup-close-button{color:#ffffff80!important;font-size:20px!important;padding:8px!important}.leaflet-popup-close-button:hover{color:#fff!important}.popup-content{padding:16px;min-width:200px}.popup-content h4{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;margin:0 0 4px;color:#fff}.popup-country,.popup-address{font-size:.8rem;color:#ffffff80;margin:0 0 12px}.popup-stats{display:flex;align-items:center;gap:8px;margin-bottom:10px}.store-count{font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;color:#9fe870}.campaign-badge{font-size:.7rem;background:#ffd70026;color:gold;padding:3px 8px;border-radius:4px;border:1px solid rgba(255,215,0,.3)}.popup-tiers{display:flex;flex-wrap:wrap;gap:6px}.tier-tag{font-size:.7rem;padding:2px 8px;border-radius:4px;background:#ffffff0d;border:1px solid;color:#ffffffb3}.popup-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tier-badge{font-size:.7rem;padding:3px 10px;border-radius:4px;border:1px solid;font-weight:600}.concept-badge{font-size:.7rem;padding:3px 8px;border-radius:4px;background:#ffffff14;color:#fff9}.campaign-info{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.map-legend{position:absolute;bottom:20px;left:20px;background:#0a0a0ff2;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 16px;z-index:1000}.map-legend h4{font-size:.7rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.legend-items{display:flex;flex-direction:column;gap:6px}.legend-item{display:flex;align-items:center;gap:8px}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot.campaign{background:transparent;border:3px solid #FFD700;box-shadow:0 0 8px #ffd70080}.legend-label{font-size:.75rem;color:#fffc}.map-breadcrumb{position:absolute;top:20px;left:20px;display:flex;align-items:center;gap:8px;background:#0a0a0ff2;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 14px;z-index:1000}.breadcrumb-item{font-size:.8rem;color:#ffffff80;cursor:pointer;transition:color .2s}.breadcrumb-item:hover{color:#9fe870}.breadcrumb-item.active{color:#fff;font-weight:600;cursor:default}.breadcrumb-separator{color:#ffffff4d;font-size:.75rem}.campaign-indicator{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:8px;background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:8px;padding:8px 14px;z-index:1000}.campaign-count{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;color:gold}.campaign-label{font-size:.75rem;color:#ffd700cc}.leaflet-interactive:hover{cursor:pointer}.campaign-image-marker{background:transparent!important;border:none!important}.campaign-marker-container{position:relative;border-radius:50%;overflow:hidden;box-shadow:0 4px 20px #8a2be266,0 0 40px #8a2be233;transition:all .3s ease;cursor:pointer}.campaign-marker-container:hover{transform:scale(1.15);box-shadow:0 6px 30px #8a2be299,0 0 60px #8a2be24d}.campaign-marker-container img{width:100%;height:100%;object-fit:cover;border-radius:50%}.campaign-marker-ring{position:absolute;inset:-3px;border-radius:50%;border:3px solid rgba(138,43,226,.8);animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}.campaign-popup-content{text-align:center}.campaign-popup-content .popup-subtitle{color:#8a2be2;font-weight:500}.campaign-popup-content .campaign-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.campaign-popup-content .campaign-item{display:flex;align-items:center;gap:10px;padding:8px;background:#8a2be21a;border-radius:8px;border:1px solid rgba(138,43,226,.2);text-align:left}.campaign-popup-content .campaign-thumb{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(138,43,226,.5)}.campaign-popup-content .campaign-item span{font-size:.8rem;color:#ffffffe6}.campaign-popup-content .campaign-item.selected{background:#8a2be24d;border-color:#8a2be2}.campaign-popup-content .campaign-item:hover{background:#8a2be240;transform:translate(4px)}.campaign-marker-container.dimmed{filter:grayscale(50%);transform:scale(.85)}.campaign-marker-ring.dimmed{border-color:#8a2be24d;animation:none}.leaflet-marker-icon.has-campaign{z-index:1000!important}.campaign-connection-line{stroke:#8a2be266;stroke-width:2;stroke-dasharray:5,5;animation:dash-flow 1s linear infinite}@keyframes dash-flow{to{stroke-dashoffset:-10}}.campaign-sidebar{display:flex;flex-direction:column;gap:24px;padding:20px;width:280px;background:#0006;border-right:1px solid rgba(255,255,255,.06);height:100%;overflow-y:auto}.campaign-dropdown{display:flex;flex-direction:column;gap:12px}.dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s}.dropdown-trigger:hover{background:#ffffff14;border-color:#8a2be280}.campaign-chips{display:flex;flex-wrap:wrap;gap:8px}.campaign-chip{padding:6px 12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#ffffffb3;font-size:.75rem;cursor:pointer;transition:all .2s}.campaign-chip:hover{background:#8a2be233;border-color:#8a2be280;color:#fff}.campaign-chip.active{background:#8a2be24d;border-color:#8a2be2;color:#fff}.campaign-chip.with-image{width:40px;height:40px;padding:2px;border-radius:50%;overflow:hidden}.campaign-chip.with-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.campaign-chip.with-image.active{border-width:2px;box-shadow:0 0 12px #8a2be280}.region-info{padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.06)}.region-name{font-family:Oswald,Futura,sans-serif;font-size:1.4rem;font-weight:500;color:#00ff94;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.region-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.region-details li{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#fff9}.region-details li svg{color:#fff6}.campaign-list{flex:1}.campaign-list h3{font-size:.7rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:1px;margin:0 0 4px}.filter-hint{font-size:.65rem;color:#8a2be2b3;margin:0 0 12px}.campaign-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.campaign-list li{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:all .2s;font-size:.85rem;color:#ffffffb3;border:1px solid transparent}.campaign-list li:hover{background:#8a2be21a;border-color:#8a2be24d;color:#fff;transform:translate(4px)}.campaign-list li.active{background:#8a2be240;border-color:#8a2be2;color:#fff}.campaign-list li.active:before{display:none}.campaign-thumb{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1);transition:all .2s}.campaign-list li:hover .campaign-thumb,.campaign-list li.active .campaign-thumb{border-color:#8a2be2;box-shadow:0 0 12px #8a2be266}.campaign-details{display:flex;flex-direction:column;gap:2px;flex:1}.campaign-details .campaign-name{font-size:.85rem;color:inherit}.campaign-details .campaign-cities{font-size:.7rem;color:#fff6}.campaign-list li.active .campaign-cities{color:#8a2be2cc}.active-indicator{font-size:.9rem;color:#8a2be2;font-weight:700}.investment-stats{margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}.investment-stats h3{display:flex;align-items:flex-start;gap:8px;font-size:.75rem;font-weight:500;color:#ffffff80;margin:0 0 16px;line-height:1.4}.investment-stats h3 svg{flex-shrink:0;margin-top:2px;color:#00ff94}.investment-bars{display:flex;flex-direction:column;gap:12px}.investment-item{display:flex;flex-direction:column;gap:4px}.investment-bar{height:4px;border-radius:2px;transition:width .5s ease-out}.investment-bar.global{background:linear-gradient(90deg,#8a2be2,#b366ff)}.investment-bar.partner{background:linear-gradient(90deg,#ffffff4d,#ffffff80)}.investment-label{display:flex;justify-content:space-between;align-items:center}.investment-type{font-size:.75rem;color:#ffffff80}.investment-value{font-family:Oswald,Futura,sans-serif;font-size:1.5rem;font-weight:500;color:#fff}.investment-item:first-child .investment-value{color:#b366ff}.campaign-timeline{display:flex;align-items:center;gap:16px;padding:12px 24px;background:#0009;border-top:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.timeline-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:50px;padding:8px 12px;background:#8a2be233;border:1px solid rgba(138,43,226,.4);border-radius:10px}.badge-count{font-family:Oswald,Futura,sans-serif;font-size:1.2rem;font-weight:600;color:#fff;line-height:1}.badge-label{font-size:.6rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.timeline-track{flex:1;position:relative;height:60px}.timeline-months{display:flex;justify-content:space-between;position:absolute;bottom:0;left:0;right:0}.month-marker{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:all .2s}.month-line{width:1px;height:8px;background:#fff3;transition:all .2s}.month-label{font-size:.7rem;color:#fff6;text-transform:uppercase;transition:all .2s}.month-marker:hover .month-line,.month-marker.active .month-line{background:#8a2be2;height:12px}.month-marker:hover .month-label,.month-marker.active .month-label{color:#fff}.timeline-progress{position:absolute;bottom:20px;left:0;right:0;height:3px;background:#ffffff1a;border-radius:2px}.progress-fill{height:100%;background:linear-gradient(90deg,#8a2be2,#b366ff);border-radius:2px;transition:width .3s ease-out}.timeline-markers{position:absolute;top:0;left:0;right:0;height:40px}.timeline-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:36px;height:36px;padding:2px;background:#000c;border:2px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;transition:all .2s;overflow:hidden}.timeline-marker img{width:100%;height:100%;object-fit:cover;border-radius:50%}.timeline-marker:hover{transform:translate(-50%,-50%) scale(1.15);border-color:#8a2be299;box-shadow:0 0 16px #8a2be266}.timeline-marker.active{border-color:#8a2be2;box-shadow:0 0 20px #8a2be299;transform:translate(-50%,-50%) scale(1.2)}.timeline-cursor{position:absolute;top:5px;bottom:20px;width:2px;background:#fff;border-radius:1px;transform:translate(-50%);transition:left .3s ease-out;box-shadow:0 0 8px #ffffff80}.timeline-cursor:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#fff;border-radius:50%}.timeline-controls{display:flex;align-items:center;gap:4px}.timeline-controls .control-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;cursor:pointer;transition:all .2s}.timeline-controls .control-btn:hover{background:#ffffff1a;color:#fff}.timeline-controls .play-btn{width:40px;height:40px;background:linear-gradient(135deg,#8a2be2,#b366ff);border:none;border-radius:50%;color:#fff}.timeline-controls .play-btn:hover{transform:scale(1.05);box-shadow:0 0 16px #8a2be280}.timeline-zoom{display:flex;align-items:center;gap:4px;margin-left:8px}.zoom-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#ffffff80;cursor:pointer;transition:all .2s}.zoom-btn:hover{background:#ffffff1a;color:#fff}@media(max-width:768px){.campaign-timeline{padding:10px 16px}.timeline-badge,.timeline-zoom{display:none}}.geo-adoption-card{background:#0006;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}.geo-adoption-card .card-header{display:flex;align-items:center;gap:10px}.geo-adoption-card .card-icon{width:32px;height:32px;background:#8a2be233;border-radius:8px;display:flex;align-items:center;justify-content:center}.geo-adoption-card .card-icon svg{width:18px;height:18px;color:#b366ff}.geo-adoption-card .card-header h3{flex:1;margin:0;font-size:.95rem;font-weight:600;color:#fff}.geo-adoption-card .expand-btn{width:24px;height:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#ffffff80;font-size:1rem;cursor:pointer;transition:all .2s}.geo-adoption-card .expand-btn:hover{background:#ffffff1a;color:#fff}.adoption-avatars{display:flex;gap:12px;justify-content:center;padding:8px 0}.adoption-avatars .avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;border:2px solid rgba(255,255,255,.2);overflow:hidden}.adoption-avatars .avatar img{width:100%;height:100%;object-fit:cover}.adoption-avatars .avatar-d{background:linear-gradient(135deg,#ec4899,#f43f5e);color:#fff}.adoption-avatars .avatar-k{background:linear-gradient(135deg,#3b82f6,#6366f1)}.main-adoption{text-align:center;padding:12px 0}.main-adoption .adoption-label{display:block;font-size:.75rem;color:#ffffff80;margin-bottom:8px}.main-adoption .adoption-value{display:flex;align-items:baseline;justify-content:center;gap:12px}.main-adoption .big-number{font-family:Oswald,Futura,sans-serif;font-size:3.5rem;font-weight:500;color:#fff;line-height:1}.main-adoption .change{display:flex;align-items:center;gap:4px;font-size:.85rem;font-weight:500}.main-adoption .change.positive{color:#22c55e}.main-adoption .change.negative{color:#ef4444}.main-adoption .change.neutral{color:#ffffff80}.trend-up{color:#22c55e}.trend-down{color:#ef4444}.trend-neutral{color:#ffffff80}.region-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.region-row{display:flex;flex-direction:column;gap:4px}.region-info{display:flex;align-items:center;gap:8px}.region-code{font-size:.75rem;font-weight:600;color:#ffffffb3;min-width:40px}.adoption-bar{height:4px;border-radius:2px;flex:1;max-width:60px;transition:width .3s ease}.region-stats{display:flex;align-items:center;gap:8px}.region-rate{font-family:Oswald,sans-serif;font-size:1.1rem;font-weight:500;color:#fff}.region-change{font-size:.7rem;font-weight:500}.region-change.positive{color:#22c55e}.region-change.negative{color:#ef4444}.region-change.neutral{color:#fff6}.export-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.export-modal{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:90%;max-width:480px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.export-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.export-modal .modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#fff}.export-modal .close-btn{width:32px;height:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.export-modal .close-btn:hover{background:#ffffff1a;color:#fff}.export-context{padding:16px 24px;display:flex;align-items:center;gap:12px}.export-context .context-label{font-size:.8rem;color:#ffffff80}.export-context .context-tags{display:flex;gap:8px}.export-context .tag{padding:4px 10px;background:#8a2be233;border:1px solid rgba(138,43,226,.3);border-radius:12px;font-size:.75rem;color:#b366ff;font-weight:500}.modal-description{padding:0 24px 16px;margin:0;font-size:.8rem;color:#ffffff80;line-height:1.5}.export-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 24px 20px}.export-option{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;cursor:pointer;transition:all .2s;position:relative}.export-option:hover{background:#ffffff0f;border-color:#ffffff26}.export-option.selected{background:#8a2be226;border-color:#8a2be280}.export-option .option-icon{width:36px;height:36px;background:#ffffff0d;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ffffffb3}.export-option.selected .option-icon{background:#8a2be24d;color:#b366ff}.export-option .option-label{font-size:.7rem;color:#ffffffb3;text-align:center;line-height:1.3}.export-option.selected .option-label{color:#fff}.export-option .option-check{position:absolute;top:8px;right:8px;width:18px;height:18px;background:#8a2be2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.geography-section{padding:0 24px 20px}.geography-section .section-label{display:block;font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.geo-select{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.9rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.geo-select:focus{outline:none;border-color:#8a2be280}.geo-select option{background:#1a1a1a;color:#fff}.export-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:calc(100% - 48px);margin:0 24px 24px;padding:14px 24px;background:linear-gradient(135deg,#8a2be2,#6b21a8);border:none;border-radius:10px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.export-btn:hover:not(:disabled){background:linear-gradient(135deg,#9333ea,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 20px #8a2be266}.export-btn:disabled{opacity:.5;cursor:not-allowed}.export-btn.exporting{background:#8a2be280}.export-btn .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.campaign-investment-card{background:#0006;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px}.campaign-investment-card .card-header{display:flex;align-items:center;gap:10px}.campaign-investment-card .card-icon{width:32px;height:32px;background:#22c55e33;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#22c55e}.campaign-investment-card .card-header h3{flex:1;margin:0;font-size:.95rem;font-weight:600;color:#fff}.campaign-investment-card .expand-btn{width:24px;height:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#ffffff80;font-size:1rem;cursor:pointer;transition:all .2s}.campaign-investment-card .expand-btn:hover{background:#ffffff1a;color:#fff}.campaign-investment-card .insight-text{margin:0;font-size:.8rem;color:#ffffffb3;line-height:1.4}.campaign-investment-card .insight-text strong{color:#22c55e}.campaign-investment-card .sub-insight{margin:0;font-size:.75rem;color:#ffffff80}.investment-grid{display:flex;flex-direction:column;gap:6px;margin-top:8px}.grid-header,.grid-row{display:grid;grid-template-columns:50px repeat(4,1fr);gap:6px;align-items:center}.grid-header .tier-label,.grid-row .tier-label{font-size:.65rem;font-weight:500;color:#ffffff80;text-transform:uppercase}.region-header{text-align:center;font-size:.65rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.region-header.highlighted{color:#22c55e}.investment-cell{padding:8px 4px;border-radius:6px;text-align:center;font-size:.75rem;font-weight:700;border:1px solid transparent;transition:all .2s}.investment-cell.highlighted{border-width:2px}.campaign-investment-card .card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.total-investment{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#22c55e;font-weight:600}.investment-legend{display:flex;gap:12px}.legend-item{display:flex;align-items:center;gap:4px;font-size:.65rem;color:#ffffff80}.legend-dot{width:8px;height:8px;border-radius:50%}.overview-card{background:#0006;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px}.overview-card .card-header{display:flex;align-items:center;gap:10px}.overview-card .card-icon{width:32px;height:32px;background:#3b82f633;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#3b82f6}.overview-card .card-icon.delivery-icon{background:#a855f733;color:#a855f7}.overview-card .card-header h3{flex:1;margin:0;font-size:.95rem;font-weight:600;color:#fff}.overview-card .expand-btn{width:24px;height:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#ffffff80;font-size:1rem;cursor:pointer;transition:all .2s}.overview-card .expand-btn:hover{background:#ffffff1a;color:#fff}.bookings-card .card-avatars{display:flex;gap:8px}.bookings-card .avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.bookings-card .avatar img{width:100%;height:100%;object-fit:cover}.bookings-card .avatar-initial{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;font-size:.8rem;font-weight:600}.bookings-label{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#ffffff80}.bookings-label .label-badge{padding:2px 6px;background:#3b82f633;border-radius:4px;font-size:.65rem;color:#60a5fa;text-transform:uppercase}.bookings-card .main-stat{display:flex;align-items:baseline;gap:12px}.bookings-card .big-number{font-family:Oswald,Futura,sans-serif;font-size:3rem;font-weight:500;color:#fff;line-height:1}.bookings-card .trend{display:flex;align-items:center;gap:4px;font-size:.85rem;font-weight:600}.bookings-card .trend.positive{color:#22c55e}.bookings-card .trend.negative{color:#ef4444}.progress-bars{display:flex;flex-direction:column;gap:6px}.progress-bar{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress-bar .bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.delivery-card .delivery-description{margin:0;font-size:.8rem;color:#fff9;line-height:1.5}.week-indicator{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.week-indicator .week-label{font-size:.65rem;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.week-indicator .week-number{font-family:Oswald,sans-serif;font-size:1.5rem;font-weight:500;color:#fff}.confidence-indicator{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;margin-top:auto}.confidence-icon{display:flex;align-items:center;justify-content:center}.confidence-text{display:flex;flex-direction:column;gap:2px}.confidence-label{font-family:Oswald,sans-serif;font-size:1.25rem;font-weight:500}.store-explorer{display:flex;flex-direction:column;height:100vh;background:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.store-explorer.fullscreen{position:fixed;inset:0;z-index:1000}.store-explorer.loading,.store-explorer.error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#ffffffb3}.store-explorer.loading .spinner{animation:spin 1s linear infinite;color:#8a2be2}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store-explorer.error{color:#ef4444}.store-explorer.error button{margin-top:16px;padding:10px 24px;background:#8a2be2;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.explorer-header.figma-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:56px;background:#000;border-bottom:1px solid rgba(255,255,255,.06)}.header-left{display:flex;align-items:center;gap:12px}.nike-logo{height:20px;filter:invert(1)}.header-divider{width:1px;height:20px;background:#fff3}.header-label{font-size:.85rem;font-weight:500;color:#ffffffb3}.header-nav{display:flex;align-items:center;gap:16px;flex:1;margin-left:24px}.nav-select{background:transparent;border:none;color:#fff;font-size:.85rem;padding:8px 12px;cursor:pointer;border-radius:6px;transition:all .2s}.nav-select:hover{background:#ffffff0d}.nav-select.season{font-family:Oswald,sans-serif;font-weight:500;font-size:1rem}.nav-select option{background:#1a1a1a;color:#fff}.nav-tabs{display:flex;align-items:center;gap:4px;margin-left:auto;margin-right:16px}.nav-tab{padding:8px 16px;background:transparent;border:none;border-radius:6px;color:#ffffff80;font-size:.8rem;cursor:pointer;transition:all .2s}.nav-tab:hover{background:#ffffff0d;color:#fffc}.nav-tab.active{background:#8a2be233;color:#fff}.header-controls{display:flex;gap:8px}.refresh-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#8a2be21a;border:1px solid rgba(138,43,226,.3);border-radius:8px;color:#8a2be2;cursor:pointer;transition:all .2s}.refresh-btn:hover{background:#8a2be233;border-color:#8a2be2}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.refresh-btn .spinning{animation:spin 1s linear infinite}.control-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#ffffff80;cursor:pointer;transition:all .2s}.control-btn:hover{background:#ffffff14;color:#fff}.control-btn.active{background:#8a2be226;border-color:#8a2be2;color:#8a2be2}.explorer-content.figma-content{display:flex;flex:1;overflow:hidden;position:relative}.explorer-main{flex:1;min-width:0;position:relative}.explorer-stats{flex-shrink:0;overflow-y:auto;border-left:1px solid rgba(255,255,255,.06);background:#0006}.filters-overlay{position:absolute;inset:0;z-index:100;display:flex}.explorer-filters{width:280px;flex-shrink:0;overflow-y:auto;background:#000000f2;border-right:1px solid rgba(255,255,255,.08)}.filters-backdrop{flex:1;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.store-detail-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.store-detail-modal{position:relative;background:linear-gradient(145deg,#1a1a1a,#0d0d0d);border:1px solid rgba(255,255,255,.08);border-radius:20px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto}.close-modal{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#0009;border:none;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;z-index:10;transition:all .2s}.close-modal:hover{background:#8a2be24d}.store-image{width:100%;height:200px;overflow:hidden;border-radius:20px 20px 0 0}.store-image img{width:100%;height:100%;object-fit:cover}.store-info{padding:24px}.store-info h2{font-family:Oswald,Futura,sans-serif;font-size:1.5rem;font-weight:500;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.store-tier{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:20px;text-transform:uppercase}.store-tier.tier-pinnacle{background:#ffd70033;color:gold}.store-tier.tier-elevated{background:#00ff9433;color:#00ff94}.store-tier.tier-scale{background:#4ecdc433;color:#4ecdc4}.store-tier.tier-no-marketing{background:#6b728033;color:#9ca3af}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.info-item{display:flex;flex-direction:column;gap:4px}.info-label{font-size:.7rem;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:.9rem;color:#fff}.info-value.status-open{color:#00ff94}.info-value.status-closed{color:#ef4444}.store-address,.store-contact,.store-campaigns{margin-bottom:20px}.store-address h4,.store-contact h4,.store-campaigns h4{font-size:.7rem;color:#fff6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.store-address p,.store-contact p{font-size:.9rem;color:#ffffffb3;margin:0;line-height:1.5}.campaign-tags{display:flex;flex-wrap:wrap;gap:8px}.campaign-tag{padding:6px 12px;background:#8a2be226;border:1px solid rgba(138,43,226,.3);border-radius:20px;font-size:.75rem;color:#b366ff}.export-btn-header{display:flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#8a2be2,#6b21a8);border:none;border-radius:8px;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.export-btn-header:hover{background:linear-gradient(135deg,#9333ea,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 15px #8a2be266}.dashboard-cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:16px 24px;background:#0000004d;border-top:1px solid rgba(255,255,255,.06);overflow-x:auto}@media(max-width:1400px){.dashboard-cards-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.dashboard-cards-row{grid-template-columns:1fr}}.selected-campaign-overlay{position:absolute;top:80px;left:50%;transform:translate(-50%);z-index:1000}.selected-campaign-info{display:flex;align-items:center;gap:10px;padding:10px 16px;background:linear-gradient(135deg,#8a2be2e6,#581c87e6);border:1px solid rgba(138,43,226,.6);border-radius:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #8a2be266;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.selected-campaign-info .campaign-label{font-size:.75rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.selected-campaign-info .campaign-name{font-family:Oswald,sans-serif;font-size:1rem;font-weight:500;color:#fff}.selected-campaign-info .clear-filter{padding:4px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:15px;color:#fff;font-size:.75rem;cursor:pointer;transition:all .2s}.selected-campaign-info .clear-filter:hover{background:#fff3;border-color:#fff6}@media(max-width:1024px){.nav-tabs{display:none}.explorer-stats{position:absolute;right:0;top:0;bottom:0;z-index:50}}@media(max-width:768px){.explorer-header.figma-header{padding:0 12px}.header-nav{margin-left:12px}.header-label{display:none}}.store-explorer-page{width:100vw;height:100vh;overflow:hidden;background:#0a0a0f}.app{width:100vw;min-height:100vh;position:relative;background:var(--bg-primary);display:flex;flex-direction:column}.app.view-globe,.app.view-region,.app.view-city{height:100vh;overflow:hidden}.main-content{flex:1;position:relative;overflow:hidden}.app.view-dashboard{height:100vh;overflow:hidden}.app.view-dashboard .main-content{position:absolute;inset:var(--header-height) 0 0 0;overflow:hidden}.app.view-dashboard .sidebar,.app.view-dashboard .map-controls,.app.view-dashboard .stats-panel,.app.view-dashboard .shortcuts-hint{display:none!important}.app.view-dashboard .timeline{position:fixed;bottom:32px;left:50%;transform:translate(-50%);z-index:100}.app.view-globe .main-content,.app.view-region .main-content,.app.view-city .main-content{position:absolute;inset:var(--header-height) 0 80px 0}.app.view-map .sidebar,.app.view-map .stats-panel{opacity:0;pointer-events:none}.loading-screen{position:fixed;inset:0;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:200}.loading-logo{color:var(--nike-swoosh);animation:pulse 2s ease-in-out infinite}.loading-text{font-size:14px;color:var(--text-secondary);letter-spacing:.1em}.loading-bar{width:200px;height:2px;background:var(--border-color);border-radius:1px;overflow:hidden}.loading-bar:after{content:"";display:block;width:50%;height:100%;background:var(--accent-purple);animation:loadingSlide 1.5s ease-in-out infinite}@keyframes loadingSlide{0%{transform:translate(-100%)}to{transform:translate(300%)}}::selection{background:var(--accent-purple);color:#fff}:focus-visible{outline:2px solid var(--accent-purple);outline-offset:2px}@media(max-width:1200px){.shortcuts-hint{display:none}}@media(max-width:768px){.shortcuts-hint{display:none}}.sport-moment-overlay{position:fixed;inset:0;z-index:200;pointer-events:none}.sport-moment-overlay .sport-moment-panel{position:absolute;top:var(--header-height);left:0;width:380px;height:calc(100vh - var(--header-height));background:#0a0a0f;z-index:201;display:flex;flex-direction:column;overflow-y:auto;animation:slideInFromLeft .3s ease-out;pointer-events:auto;border-right:1px solid rgba(255,255,255,.1)}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.sport-moment-overlay .smp-header{padding:20px 20px 24px;display:flex;flex-direction:column;gap:12px;position:relative;min-height:200px}.sport-moment-overlay .smp-header-top{display:flex;justify-content:space-between;align-items:flex-start}.sport-moment-overlay .smp-labels{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:500;color:#ffffffb3;letter-spacing:.5px}.sport-moment-overlay .smp-label{text-transform:uppercase}.sport-moment-overlay .smp-divider{opacity:.5}.sport-moment-overlay .smp-close-btn{background:#ffffff1a;border:none;color:#ffffffb3;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s}.sport-moment-overlay .smp-close-btn:hover{background:#fff3;color:#fff}.sport-moment-overlay .smp-code-gate{display:flex;align-items:center;gap:8px;font-size:12px;color:#fff9}.sport-moment-overlay .smp-code-gate-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;box-shadow:0 0 8px #ef444480;animation:pulse 2s infinite}.sport-moment-overlay .smp-code-gate-text{font-size:11px;color:#ffffffb3}.sport-moment-overlay .smp-code-gate-upcoming{margin-top:4px}.sport-moment-overlay .smp-code-gate-dot-upcoming{background:#f59e0b;box-shadow:0 0 8px #f59e0b80}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sport-moment-overlay .smp-title{font-size:42px;font-weight:800;color:#fff;line-height:1.1;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.5)}.sport-moment-overlay .smp-timing{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.sport-moment-overlay .smp-launch{font-size:13px;color:#fffc}.sport-moment-overlay .smp-date{font-size:13px;color:#fff9}.sport-moment-overlay .smp-budget-section{padding:24px 20px;background:#111118}.sport-moment-overlay .smp-budget-title{font-size:28px;font-weight:300;color:#fff;margin:0 0 20px;line-height:1.3}.sport-moment-overlay .smp-marketing-mix{display:flex;flex-direction:column;gap:12px}.sport-moment-overlay .smp-section-label{font-size:11px;font-weight:600;color:#ffffff80;letter-spacing:.5px;text-transform:uppercase}.sport-moment-overlay .smp-section-label.partner{margin-top:24px}.sport-moment-overlay .smp-mix-tags{display:flex;flex-wrap:wrap;gap:8px}.sport-moment-overlay .smp-mix-tag{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffffd9;padding:8px 14px;border-radius:6px;font-size:12px;font-weight:500}.sport-moment-overlay .smp-mix-tag.more{background:#ffffff0d;color:#ffffff80}.sport-moment-overlay .smp-divider-line{height:1px;background:#ffffff14;margin:0 20px}.sport-moment-overlay .smp-stores-section{padding:24px 20px;display:flex;flex-direction:column;gap:12px}.sport-moment-overlay .smp-loading{color:#ffffff80;font-size:13px;padding:20px 0}.sport-moment-overlay .smp-no-data{color:#fff6;font-size:13px;font-style:italic;padding:12px 0}.sport-moment-overlay .smp-stores-list{display:flex;flex-direction:column;gap:4px}.sport-moment-overlay .smp-store-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.sport-moment-overlay .smp-store-item:last-of-type{border-bottom:none}.sport-moment-overlay .smp-store-icon{width:40px;height:40px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sport-moment-overlay .smp-store-icon.nike{background:#666}.sport-moment-overlay .smp-store-icon.partner{background:#444}.sport-moment-overlay .smp-store-icon svg{width:20px;height:20px;color:#fff}.sport-moment-overlay .smp-store-info{display:flex;flex-direction:column;gap:2px;min-width:0}.sport-moment-overlay .smp-store-name{font-size:14px;font-weight:600;color:#fff}.sport-moment-overlay .smp-store-name.partner{font-weight:500}.sport-moment-overlay .smp-store-address{font-size:12px;color:#ffffff80}.sport-moment-overlay .smp-see-all{display:flex;align-items:center;gap:6px;background:none;border:none;color:#fff9;font-size:13px;padding:12px 0;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.sport-moment-overlay .smp-see-all:hover{color:#fff}.sport-moment-overlay .smp-see-all svg{width:14px;height:14px}@media(max-width:1400px){.sport-moment-overlay .sport-moment-panel{width:340px}.sport-moment-overlay .smp-title{font-size:36px}.sport-moment-overlay .smp-budget-title{font-size:24px}}@media(max-width:900px){.sport-moment-overlay .sport-moment-panel{width:100%;height:60vh;top:auto;bottom:100px;border-radius:20px 20px 0 0;border-right:none;border-top:1px solid rgba(255,255,255,.1)}}
