body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App,.welcome-page{background-color:#f9f5f0;min-height:100vh}.welcome-page{overflow:hidden;padding:60px 40px;position:relative}.floating-images{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.floating-image-container{animation:float 6s ease-in-out infinite}.floating-image-container:nth-child(2n){animation-delay:-3s}.floating-image{border-radius:20px;box-shadow:0 15px 35px #0000001a;height:170px;object-fit:cover;transition:transform .3s ease;width:240px}.floating-image:hover{transform:scale(1.05)}.text-bubble{align-items:center;background:#fff;border:2px solid #f0f0f0;border-radius:20px;box-shadow:0 8px 25px #00000026;color:#2d4a3e;display:flex;font-size:.9rem;font-weight:600;gap:8px;padding:8px 16px;position:absolute;right:-15px;top:-15px;white-space:nowrap}.text-bubble.bubble-0{background:#fff7e6;border-color:#ffeaa0}.text-bubble.bubble-1{background:#e6f7ff;border-color:#b3e5fc}.text-bubble.bubble-2{background:#f6ffed;border-color:#d9f7be}.text-bubble.bubble-3{background:#fff1f0;border-color:#ffccc7}.text-bubble.bubble-4{background:#f9f0ff;border-color:#d3adf7}.text-bubble.bubble-5{background:#fff2e8;border-color:#ffdbca}.bubble-icon{font-size:1rem}.bubble-text{font-size:.85rem}.welcome-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;position:relative;text-align:center;z-index:2}.welcome-header{margin-bottom:80px}.welcome-title{color:#2d4a3e;font-size:5rem;font-style:italic;font-weight:600;margin-bottom:1rem;text-shadow:2px 2px 4px #0000001a}.welcome-subtitle{color:#2d4a3e;font-size:3rem;font-weight:500;text-shadow:1px 1px 2px #0000000d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.next-button{background:linear-gradient(135deg,#2d4a3e,#3d5a4e);border:none;border-radius:50px;box-shadow:0 4px 15px #2d4a3e4d;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:600;margin:0 auto;padding:16px 40px;position:relative;transition:all .3s ease;z-index:3}.next-button:hover{box-shadow:0 8px 25px #2d4a3e66;transform:translateY(-2px)}.welcome-actions{align-items:center;display:flex;flex-direction:column;gap:16px;position:relative;z-index:3}.action-button{border-radius:50px;font-size:1.2rem;font-weight:700;letter-spacing:1px;min-width:300px;overflow:hidden;padding:20px 50px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:3}.action-button.primary{animation:pulse 3s ease-in-out infinite;box-shadow:0 8px 25px #667eea66,0 4px 15px #764ba24d,inset 0 1px 0 #fff3;position:relative}.action-button.primary:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.action-button.primary:hover{animation-play-state:paused;box-shadow:0 15px 40px #667eea80,0 8px 25px #764ba266,inset 0 1px 0 #ffffff4d;transform:translateY(-3px) scale(1.02)}.action-button.primary:hover:before{left:100%}.action-button.primary:active{transform:translateY(-1px) scale(1.01);transition:all .1s ease}.action-button.secondary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.action-button.secondary:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.page-container{background-color:#f9f5f0;display:flex;flex-direction:column;min-height:100vh;padding:40px}.page-header{margin-bottom:60px;text-align:center}.page-title{color:#2d4a3e;font-size:3rem;font-weight:600;margin-bottom:1rem}.page-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.navigation-buttons{display:flex;gap:20px;justify-content:center;margin-top:auto;padding-top:40px}.nav-button{background:#fff;border:2px solid #2d4a3e;border-radius:50px;color:#2d4a3e;font-size:1rem;padding:12px 30px;transition:all .3s ease}.nav-button.primary,.nav-button:hover{background:#2d4a3e;color:#fff}.nav-button.primary:hover{background:#3d5a4e}.content-section{align-items:center;display:flex;flex:1 1;justify-content:center}.about-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.about-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:30px;transition:transform .3s ease}.about-card:hover{transform:translateY(-5px)}.about-card h3{color:#2d4a3e;font-size:1.3rem;margin-bottom:15px}.about-card p{color:#666;line-height:1.6}.process-flow{flex:1 1;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px}.process-flow,.process-step{align-items:center;display:flex}.process-step{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;gap:30px;margin:20px 0;padding:30px;width:100%}.step-number{align-items:center;background:linear-gradient(135deg,#2d4a3e,#3d5a4e);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;width:50px}.step-content h3{color:#2d4a3e;font-size:1.3rem;margin-bottom:10px}.step-content p{color:#666;line-height:1.6}.process-arrow{color:#2d4a3e;font-size:2rem;margin:10px 0}.result-card{background:linear-gradient(135deg,#2d4a3e,#3d5a4e);border-radius:16px;color:#fff;margin-top:20px;padding:30px;width:100%}.result-card h3{font-size:1.4rem;margin-bottom:20px}.result-card ul{list-style:none;padding:0}.result-card li{border-bottom:1px solid #fff3;padding:8px 0}.result-card li:before{content:"✓ ";margin-right:10px}.chatbot-page{margin:0 auto;max-width:900px}.chat-container{background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;height:500px;margin-bottom:40px;overflow:hidden}.chat-container,.chat-messages{display:flex;flex:1 1;flex-direction:column}.chat-messages{gap:15px;overflow-y:auto;padding:20px}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}.message-content{border-radius:18px;line-height:1.5;max-width:70%;padding:15px 20px;white-space:pre-wrap}.message.user .message-content{background:linear-gradient(135deg,#2d4a3e,#3d5a4e);border-bottom-right-radius:4px;color:#fff}.message.bot .message-content{background:#f0f0f0;border-bottom-left-radius:4px;color:#333}.message-content.loading{align-items:center;background:#f0f0f0;color:#666;display:flex;gap:10px}.typing-indicator{gap:4px}.typing-indicator span{animation:typing 1.4s ease-in-out infinite;background:#2d4a3e;border-radius:50%;height:8px;width:8px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-form{border-top:1px solid #eee;display:flex;gap:15px;padding:20px}.chat-input{border:2px solid #e0e0e0;border-radius:25px;flex:1 1;font-size:1rem;outline:none;padding:12px 16px;transition:border-color .3s ease}.chat-input:focus{border-color:#2d4a3e}.send-button{background:linear-gradient(135deg,#2d4a3e,#3d5a4e);border-radius:25px;font-weight:600;padding:12px 24px;transition:all .3s ease}.send-button:hover:not(:disabled){box-shadow:0 4px 15px #2d4a3e4d;transform:translateY(-2px)}.send-button:disabled{opacity:.6}.onboarding-container{align-items:center;background-color:#f9f5f0;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:40px 20px}.onboarding-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;max-width:600px;padding:60px 50px;text-align:left;width:100%}.conversation-header{margin-bottom:40px}.greeting{color:#2d4a3e;font-size:2.2rem;font-weight:600;margin-bottom:8px}.intro-text{color:#666;font-size:1.3rem;font-weight:400;margin-bottom:0}.conversation-body{margin-bottom:40px;min-height:200px}.step-content{animation:fadeIn .3s ease-in-out}.info-points{margin-bottom:30px}.info-point{color:#555;font-size:1rem;line-height:1.6;margin-bottom:16px}.privacy-link,.terms-link{color:#2d4a3e;font-weight:500;text-decoration:underline}.privacy-link:hover,.terms-link:hover{color:#3d5a4e}.checkbox-container{margin-top:20px}.checkbox-label{align-items:flex-start;color:#555;cursor:pointer;display:flex;font-size:1rem;gap:12px;line-height:1.5}.checkbox-input{display:none}.checkmark{border:2px solid #ddd;border-radius:4px;display:inline-block;flex-shrink:0;height:20px;margin-top:2px;position:relative;transition:all .2s ease;width:20px}.checkbox-input:checked+.checkmark{background-color:#2d4a3e;border-color:#2d4a3e}.checkbox-input:checked+.checkmark:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.question-text{color:#555;font-size:1rem;line-height:1.6;margin-bottom:30px}.radio-options{display:flex;flex-direction:column;gap:20px}.radio-label{align-items:center;color:#555;cursor:pointer;display:flex;font-size:1rem;gap:12px}.radio-input{display:none}.radio-mark{border:2px solid #ddd;border-radius:50%;display:inline-block;height:20px;position:relative;transition:all .2s ease;width:20px}.radio-input:checked+.radio-mark{border-color:#2d4a3e}.radio-input:checked+.radio-mark:after{background-color:#2d4a3e;border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.name-input-container{align-items:center;display:flex;position:relative}.name-input{background-color:#fafafa;border:2px solid #e0e0e0;border-radius:12px;color:#333;font-size:1rem;outline:none;padding:16px 20px;transition:border-color .3s ease;width:100%}.name-input:focus{background-color:#fff;border-color:#2d4a3e}.name-input::placeholder{color:#aaa;font-weight:300}.input-arrow{align-items:center;background:#2d4a3e;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;position:absolute;right:15px;transition:all .2s ease;width:32px}.input-arrow:hover{background:#3d5a4e;transform:scale(1.05)}.conversation-footer{display:flex;justify-content:center}.continue-button{background:#2d4a3e;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:120px;padding:14px 32px;transition:all .3s ease}.continue-button.enabled:hover{background:#3d5a4e;box-shadow:0 8px 25px #2d4a3e4d}.continue-button.disabled{background:#ccc;opacity:.6}.name-section{margin:0 auto;max-width:400px;text-align:center}.name-title{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:8px}.name-subtitle{color:#7f8c8d;font-size:1rem;font-weight:400;margin-bottom:30px}.professional-input-container{margin-bottom:20px;text-align:left}.input-label{color:#2c3e50;display:block;font-size:.9rem;font-weight:500;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.professional-input{background-color:#fff;border:2px solid #e1e8ed;border-radius:12px;color:#2c3e50;font-family:inherit;font-size:1rem;padding:16px 20px;transition:all .3s ease;width:100%}.professional-input:focus{background-color:#fefefe;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.professional-input::placeholder{color:#bdc3c7;font-weight:400}.input-feedback{align-items:center;display:flex;margin-top:8px;padding:0 4px}.feedback-icon{color:#27ae60;font-size:1rem;margin-right:6px}.feedback-text{color:#27ae60;font-size:.85rem;font-weight:500}.continue-button.enabled{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:16px 32px;transition:all .3s ease}.continue-button.enabled:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.continue-button.disabled{background-color:#ecf0f1;border:none;border-radius:12px;color:#bdc3c7;cursor:not-allowed;font-size:1rem;font-weight:600;padding:16px 32px;transition:all .3s ease}@media (max-width:768px){.welcome-page{padding:40px 20px}.welcome-title{font-size:3rem}.welcome-subtitle{font-size:2rem}.floating-image{height:100px;width:160px}.text-bubble{font-size:.8rem;padding:6px 12px}.bubble-icon{font-size:.9rem}.bubble-text{font-size:.75rem}.page-title{font-size:2rem}.navigation-buttons{align-items:center;flex-direction:column}.process-step{flex-direction:column;gap:15px;text-align:center}.about-grid{grid-template-columns:1fr}.chat-container{height:400px}.message-content{max-width:85%}.chat-input-form{flex-direction:column}.send-button{align-self:flex-end}.onboarding-content{margin:20px;padding:40px 30px}.greeting{font-size:1.8rem}.intro-text{font-size:1.1rem}}.taste-seed-picker{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;max-width:800px;padding:24px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.taste-picker-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 24px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f0f0f0;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:16px;width:40px}.picker-header{margin-bottom:32px;text-align:center}.picker-header h2{color:#2c3e50;font-size:1.8rem;font-weight:700;margin-bottom:8px}.picker-header p{color:#7f8c8d;font-size:1rem;font-weight:400}.selected-tastes{background:#f8f9fa;border:2px dashed #e9ecef;border-radius:12px;margin-bottom:24px;padding:20px}.selected-tastes h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:12px}.selected-chips{display:flex;flex-wrap:wrap;gap:8px}.error-toast{align-items:center;animation:slideIn .3s ease-out;background:#e74c3c;border-radius:8px;color:#fff;display:flex;justify-content:space-between;margin-bottom:16px;padding:12px 16px}.error-toast button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;margin-left:12px;padding:0}.tab-navigation{border-bottom:2px solid #f0f0f0;display:flex;margin-bottom:24px}.tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 24px;position:relative;transition:all .3s ease}.tab-btn.active{border-bottom-color:#667eea;color:#667eea}.tab-btn:hover{background:#667eea0d;color:#667eea}.search-section{margin-bottom:32px}.search-container{margin-bottom:24px;position:relative}.search-input{background:#fff;border:2px solid #e1e8ed;border-radius:12px;color:#2c3e50;font-family:inherit;font-size:1rem;padding:16px 20px;transition:all .3s ease;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.search-input::placeholder{color:#bdc3c7}.search-spinner{animation:spin 1s linear infinite;border:2px solid #f0f0f0;border-radius:50%;border-top-color:#667eea;height:20px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px}.trending-section{margin-bottom:24px}.trending-section h3{align-items:center;color:#2c3e50;display:flex;font-size:1.2rem;font-weight:700;margin-bottom:8px}.trending-subtitle{color:#6c757d;font-size:.9rem;font-style:italic;margin-bottom:16px}.trending-chips{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:16px}.show-more-trending{background:none;border:1px dashed #dee2e6;border-radius:12px;color:#6c757d;cursor:pointer;font-size:.9rem;padding:12px 16px;transition:all .2s ease;width:100%}.show-more-trending:hover{background:#f8f9ff;border-color:#667eea;color:#667eea}.search-results h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:12px}.result-chips{display:flex;flex-wrap:wrap;gap:8px}.no-results{color:#7f8c8d;font-style:italic;padding:20px;text-align:center}.browse-section,.category-section{margin-bottom:32px}.category-title{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:16px;position:relative;text-transform:capitalize}.category-title:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1px;bottom:-4px;content:"";height:2px;left:0;position:absolute;width:40px}.category-chips{display:flex;flex-wrap:wrap;gap:8px}.taste-chip{align-items:center;border:2px solid;border-radius:20px;cursor:pointer;display:inline-flex;font-size:.9rem;padding:8px 16px;position:relative;transition:all .3s ease;-webkit-user-select:none;user-select:none}.taste-chip.local{background:#fff;border-color:#95a5a6;color:#2c3e50}.taste-chip.remote{background:#fff;border-color:#3498db;color:#2980b9}.taste-chip.trending{align-items:center;background:linear-gradient(135deg,#f39c12,#e67e22);border-color:#e67e22;color:#fff;display:flex;gap:8px;min-height:48px;padding:12px 16px;position:relative}.taste-chip.trending .taste-emoji{flex-shrink:0;font-size:1.2rem}.taste-chip.trending .taste-name{flex:1 1;font-weight:600}.taste-chip.trending .trending-indicator{animation:pulse 2s infinite;font-size:.8rem;opacity:.8}.taste-chip:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.taste-chip.local:hover{background:#ecf0f1;border-color:#7f8c8d}.taste-chip.remote:hover{background:#ebf3fd;border-color:#2980b9}.taste-chip.trending:hover{box-shadow:0 4px 12px #e67e2266}.taste-chip.selected{transform:scale(.95)}.taste-chip.selected.local{background:#2c3e50;border-color:#2c3e50;color:#fff}.taste-chip.selected.remote{background:#3498db;border-color:#3498db;color:#fff}.taste-chip.selected.trending{background:linear-gradient(135deg,#e67e22,#d35400);border-color:#d35400}.remove-btn{background:none;border:none;color:inherit;cursor:pointer;font-size:1.2rem;margin-left:8px;opacity:.7;padding:0;transition:opacity .3s ease}.remove-btn:hover{opacity:1}.remote-badge{background:#3498db;border-radius:8px;color:#fff;font-size:.7rem;font-weight:600;margin-left:6px;padding:2px 6px}.cta-section{border-top:2px solid #f0f0f0;margin-top:32px;padding-top:24px;text-align:center}.cta-button{border:none;border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:8px;min-width:200px;overflow:hidden;padding:16px 48px;position:relative;transition:all .3s ease}.cta-button.inactive{background:#ecf0f1;color:#bdc3c7;cursor:not-allowed}.cta-button.active{animation:pulse 2s infinite;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.cta-button.active:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.cta-glow{animation:glow 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes glow{0%{left:-100%}to{left:100%}}.cta-hint{color:#7f8c8d;font-size:.9rem;margin-top:8px}.cta-button:focus,.search-input:focus,.tab-btn:focus,.taste-chip:focus{outline:2px solid #667eea;outline-offset:2px}@media (max-width:768px){.taste-seed-picker{border-radius:0;margin:0;padding:16px}.picker-header h2{font-size:1.5rem}.tab-navigation{justify-content:center}.tab-btn{flex:1 1;text-align:center}.search-input{font-size:16px}.cta-button{max-width:300px;width:100%}}@media (max-width:480px){.taste-chip{font-size:.8rem;padding:6px 12px}.category-chips,.result-chips,.selected-chips,.trending-chips{gap:6px}}@media (prefers-contrast:high){.taste-chip{border-width:3px}.taste-chip.selected{background:#000!important;border-color:#000!important;color:#fff!important}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.venue-drawer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #ffffff4d;border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -4px 20px #00000026;display:flex;flex-direction:column;left:0;max-height:80vh;position:fixed;right:0;z-index:1500}.drawer-handle{background:#00000005;border-radius:20px 20px 0 0;cursor:grab;display:flex;justify-content:center;padding:12px;-webkit-user-select:none;user-select:none}.drawer-handle:active{cursor:grabbing}.handle-bar{background:#cbd5e0;border-radius:2px;height:4px;transition:background .2s ease;width:40px}.drawer-handle:hover .handle-bar{background:#a0aec0}.drawer-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.hex-info h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0}.hex-info p{color:#667eea;font-size:.9rem;font-weight:500;margin:4px 0 0}.venue-count{align-items:flex-end;display:flex;flex-direction:column;text-align:right}.venue-count .count{color:#667eea;font-size:1.5rem;font-weight:700;line-height:1}.venue-count .label{color:#718096;font-size:.8rem;margin-top:2px}.drawer-content{flex:1 1;max-height:calc(80vh - 140px);overflow-y:auto;padding:0}.drawer-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.drawer-loading .loading-spinner{margin-bottom:16px}.drawer-loading .spinner{animation:spin 1s linear infinite;border:3px solid #e3e3e3;border-radius:50%;border-top-color:#667eea;height:32px;width:32px}.drawer-loading p{color:#718096;font-size:.9rem;margin:0}.drawer-error{color:#e53e3e;padding:40px 20px;text-align:center}.drawer-error p{font-weight:600;margin:0 0 8px}.drawer-error small{color:#a0aec0;font-size:.8rem}.empty-state{color:#718096;padding:40px 20px;text-align:center}.empty-state p{font-weight:500;margin:0 0 8px}.empty-state small{color:#a0aec0;font-size:.8rem}.venue-list{padding:8px 0}.venue-item{background:#fff;border-bottom:1px solid #f1f5f9;cursor:pointer;padding:16px 20px;transition:all .2s ease}.venue-item:hover{background:#f8f9fa;transform:translateX(4px)}.venue-item:focus{background:#f0f7ff;border-left:4px solid #667eea;outline:none}.venue-item:last-child{border-bottom:none}.venue-header{gap:12px;margin-bottom:8px}.venue-icon{align-items:center;background:#f0f7ff;border-radius:8px;display:flex;flex-shrink:0;font-size:1.2rem;height:32px;justify-content:center;width:32px}.venue-title{flex:1 1;min-width:0}.venue-title h4{word-wrap:break-word;color:#2c3e50;font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 4px}.venue-meta{display:flex;flex-wrap:wrap;gap:12px}.venue-meta span{color:#718096;font-size:.8rem}.venue-meta .affinity{color:#667eea;font-weight:500}.venue-meta .distance{color:#48bb78}.venue-rating{flex-shrink:0;width:60px}.popularity-bar{background:#e2e8f0;border-radius:2px;height:4px;overflow:hidden;width:100%}.popularity-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;height:100%;transition:width .3s ease}.venue-blurb{margin:8px 0;padding-left:44px}.venue-blurb p{color:#4a5568;font-size:.85rem;font-style:italic;line-height:1.4;margin:0}.venue-keywords{gap:6px;margin-top:8px;padding-left:44px}.keyword-chip{background:#e6fffa;border:1px solid #b2f5ea;border-radius:12px;color:#234e52;font-size:.7rem;padding:2px 8px}.drawer-footer{background:#f8f9fa;border-radius:0 0 20px 20px;border-top:1px solid #e2e8f0;display:flex;gap:12px;padding:16px 20px}.action-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:12px 16px;text-align:center;transition:all .2s ease}.action-button.secondary{background:#e2e8f0;color:#4a5568}.action-button.secondary:hover{background:#cbd5e0;transform:translateY(-1px)}.action-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-button.primary:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.venue-drawer.peek .drawer-content{max-height:80px;overflow:hidden}.venue-drawer.expanded .drawer-content{max-height:calc(80vh - 140px)}@media (max-width:768px){.venue-drawer{max-height:85vh}.drawer-content{max-height:calc(85vh - 140px)}.venue-header{gap:8px}.venue-title h4{font-size:.9rem}.venue-blurb,.venue-keywords{padding-left:36px}.drawer-footer{flex-direction:column}.action-button{flex:none}}@media (prefers-reduced-motion:reduce){.action-button,.popularity-fill,.venue-item{transition:none}}@media (prefers-contrast:high){.venue-drawer,.venue-item:focus{border:2px solid #000}.venue-item:focus{background:#ff0}}.route-planner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;bottom:0;display:flex;flex-direction:column;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1000}.route-planner-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #e3f2fd;box-shadow:0 4px 20px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.route-planner-header h2{font-size:1.5rem;font-weight:600;margin:0}.close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.close-btn:hover{background:#ffffff4d;transform:scale(1.05)}.route-step{flex:1 1;margin:0 auto;max-width:800px;padding:2rem;width:100%}.select-venues h3{color:#2c3e50;font-size:1.8rem;margin-bottom:2rem;text-align:center}.venue-count-selector{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.count-option{align-items:center;background:#fff;border:2px solid #e3f2fd;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;min-width:80px;padding:1.5rem 1rem;transition:all .3s ease}.count-option:hover{border-color:#2196f3;box-shadow:0 8px 25px #2196f326;transform:translateY(-2px)}.count-option.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 8px 25px #667eea4d;color:#fff;transform:translateY(-2px)}.count-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.count-label{font-size:.9rem;opacity:.8}.route-preferences{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:2rem}.route-preferences h4{color:#2c3e50;font-size:1.2rem;margin:0 0 1.5rem}.preference-group{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.preference-group label{color:#555;font-weight:500;min-width:80px}.preference-group select{background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;padding:.75rem}.preference-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.generate-route-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.2rem 2rem;transition:all .3s ease;width:100%}.generate-route-btn:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.generate-route-btn:disabled{cursor:not-allowed;opacity:.7}.route-summary{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:2rem;padding:1.5rem;text-align:center}.route-summary h3{font-size:1.6rem;margin:0 0 1rem}.route-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.stat{align-items:center;display:flex;font-weight:500;gap:.5rem}.route-preferences-summary{background:#667eea1a;border:1px solid #667eea33;border-radius:8px;margin-top:1rem;padding:.75rem;text-align:center}.route-preferences-summary small{color:#5a67d8;font-size:.85rem;font-weight:500}.route-timeline{margin:2rem 0;position:relative}.timeline-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:2rem;position:relative}.timeline-marker{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 12px #667eea4d;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.venue-card{background:#fff;border:1px solid #e3f2fd;border-radius:12px;box-shadow:0 4px 20px #00000014;flex:1 1;padding:1.5rem}.venue-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.venue-header h4{color:#2c3e50;font-size:1.2rem;margin:0}.venue-type{background:#e3f2fd;border-radius:20px;color:#1976d2;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.venue-timing{gap:1rem;margin-bottom:.5rem}.time-slot,.venue-timing{align-items:center;display:flex}.time-slot{color:#666;font-weight:500;gap:.3rem}.travel-time{color:#999;font-size:.9rem}.venue-match{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.match-score{background:#e8f5e8;border-radius:20px;color:#2e7d32;font-size:.9rem;font-weight:600;padding:.3rem .8rem}.cultural-match{color:#666;font-size:.9rem;font-style:italic}.venue-notes{color:#555;font-size:.95rem;line-height:1.5;margin:0}.timeline-connector{align-items:center;background:linear-gradient(180deg,#667eea,#764ba2);color:#667eea;height:calc(100% + 1rem);left:20px;position:absolute;top:50px;width:2px}.route-actions,.timeline-connector{display:flex;justify-content:center}.route-actions{gap:1rem;margin-top:2rem}.primary-btn,.secondary-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.secondary-btn{background:#f8f9fa;border:2px solid #e9ecef;color:#666}.secondary-btn:hover{background:#e9ecef;transform:translateY(-1px)}.primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.primary-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.refine-route{text-align:center}.refine-route h3{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.refine-suggestions{background:#f8f9fa;border-radius:12px;margin:2rem 0;padding:2rem;text-align:left}.suggestion-item{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;gap:1rem;margin-bottom:1rem;padding:1rem}.suggestion-icon{font-size:1.5rem}.refine-note{background:#e3f2fd;border-radius:12px;color:#1565c0;font-style:italic;margin:2rem 0;padding:1.5rem}.close-planner-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.close-planner-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.venue-rating{background:#fff3e0;border-radius:20px;color:#f57c00;font-size:.85rem;font-weight:500;padding:.3rem .8rem}.venue-keywords{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.keyword-tag{background:#f3e5f5;border-radius:12px;color:#7b1fa2;font-size:.8rem;font-weight:500;padding:.2rem .6rem}.arrival-time{align-items:center;color:#1976d2;display:flex;font-size:.9rem;font-weight:600;gap:.3rem}@media (max-width:768px){.route-planner-header{padding:1rem 1.5rem}.route-step{padding:1.5rem}.venue-count-selector{gap:.5rem}.count-option{min-width:60px;padding:1rem .5rem}.route-stats{gap:1rem}.timeline-item{align-items:stretch;flex-direction:column}.timeline-marker{align-self:flex-start}.preference-group,.route-actions{flex-direction:column}.preference-group{align-items:stretch;gap:.5rem}.preference-group label{min-width:auto}}.simple-2d-map-view{background:linear-gradient(135deg,#667eea,#764ba2);height:100vh;overflow:hidden;position:relative;width:100%}.map-container,.static-map{height:100%;position:relative;width:100%}.static-map{background:linear-gradient(45deg,#e8f5e8,#d4f1d4 25%,#c8e6c8 50%,#b8dab8 75%,#a8cea8);background-image:radial-gradient(circle at 20% 30%,#3498db1a 0,#0000 50%),radial-gradient(circle at 70% 60%,#2ecc711a 0,#0000 50%),radial-gradient(circle at 40% 80%,#9b59b61a 0,#0000 50%)}.map-background{color:#2c3e50;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1}.map-background h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin:0 0 10px;text-shadow:2px 2px 4px #0000001a}.map-background p{font-size:1.2rem;margin:0;opacity:.8}.venue-markers{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.venue-marker{align-items:center;background:#e74c3c;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;position:absolute;transition:all .3s ease;width:40px;z-index:100}.venue-marker:hover{box-shadow:0 6px 20px #0006;transform:scale(1.2);z-index:200}.venue-marker:active{transform:scale(1.1)}.marker-number{color:#fff;font-size:14px;font-weight:700;text-shadow:1px 1px 2px #00000080}.map-controls{gap:10px;left:20px;position:absolute;top:20px;z-index:1000}.control-group,.map-controls{display:flex;flex-direction:column}.control-group{background:#fffffff2;border-radius:12px;box-shadow:0 4px 20px #00000026;gap:8px;padding:15px}.control-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-width:120px;padding:10px 15px;text-align:center;transition:all .3s ease}.control-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.control-btn:active{transform:translateY(0)}.map-indicator{background:#fffffff2;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:15px 20px;position:absolute;right:20px;text-align:center;top:20px;z-index:1000}.map-badge{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2c3e50;display:block;font-size:16px;font-weight:700;margin-bottom:5px}.mode-subtitle{color:#666;font-size:12px;font-weight:500}.venue-legend{background:#fffffff2;border-radius:12px;bottom:20px;box-shadow:0 4px 20px #00000026;left:20px;min-width:200px;padding:15px 20px;position:absolute;z-index:1000}.venue-legend h4{color:#2c3e50;font-size:16px;font-weight:700;margin:0 0 12px}.legend-scale{display:flex;flex-direction:column;gap:8px}.scale-item{align-items:center;color:#555;display:flex;font-size:14px;gap:10px}.color-box{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;height:16px;width:16px}.loading-overlay{align-items:center;background:#ffffffe6;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.loading-spinner{animation:spin 2s linear infinite;font-size:3rem;margin-bottom:1rem}.loading-overlay p{color:#2c3e50;font-size:1.2rem;font-weight:600;margin:0}.leaflet-container{font-family:inherit}.leaflet-popup-content-wrapper{box-shadow:0 8px 32px #00000026}.leaflet-popup-content{font-size:14px;line-height:1.4!important;margin:12px 16px!important}.venue-popup h4{color:#2c3e50;font-size:16px;font-weight:700;margin:0 0 12px}.venue-popup p{color:#34495e;font-size:13px;margin:6px 0}.venue-popup strong{color:#2c3e50;font-weight:600}.venue-details-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;margin-top:10px;padding:8px 16px;transition:all .2s ease;width:100%}.venue-details-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.custom-venue-marker{background:#0000!important;border:none!important;cursor:pointer!important;height:50px!important;width:50px!important}.custom-venue-marker,.custom-venue-marker *{pointer-events:all!important}.simple-2d-map-view .loading-overlay{align-items:center;background:#ffffffe6;border-radius:12px;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.active-route-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#22c55e1a;border-left:4px solid #22c55e;border-radius:8px;margin-top:.5rem;padding:.75rem}.route-badge{align-items:center;color:#15803d;display:flex;font-size:.85rem;font-weight:600;gap:.5rem}@media (max-width:768px){.map-controls{left:10px;top:10px}.control-group{padding:10px}.control-btn{font-size:13px;min-width:100px;padding:8px 12px}.map-indicator{padding:10px 15px;right:10px;top:10px}.map-badge{font-size:14px}.mode-subtitle{font-size:11px}.venue-legend{bottom:10px;left:10px;min-width:180px;padding:12px 15px}.venue-marker{font-size:12px;height:35px;width:35px}.map-background h3{font-size:2rem}.map-background p{font-size:1rem}.active-route-indicator{padding:.6rem}.route-badge{font-size:.8rem}}@media (max-width:480px){.venue-marker{font-size:11px;height:30px;width:30px}.map-background h3{font-size:1.5rem}.venue-legend{min-width:160px}}.plan-route-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.8rem;min-width:140px;padding:.8rem 1.5rem;transition:all .3s ease}.plan-route-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.plan-route-btn:active{transform:translateY(0)}.enhanced-venue-popup .leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 8px 25px #00000026}.venue-popup-enhanced{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;max-width:280px}.popup-header{align-items:flex-start;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.popup-header h4{color:#2c3e50;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0}.venue-type-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;padding:.2rem .6rem;white-space:nowrap}.popup-stats{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.stat-item{justify-content:space-between}.stat-label{color:#6c757d;font-size:.85rem;font-weight:500}.stat-value{font-size:.85rem;font-weight:600}.stat-value.match-high{color:#28a745}.stat-value.match-medium{color:#ffc107}.stat-value.match-low{color:#dc3545}.stat-value.rating{color:#ff6b35}.cultural-match-section{background:#f8f9fa;border-left:3px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:.5rem .75rem}.cultural-match-label{color:#6c757d;display:block;font-size:.8rem;font-weight:500;margin-bottom:.2rem}.cultural-match-value{color:#495057;font-size:.9rem;font-style:italic}.keywords-section{margin-bottom:1rem}.keywords-label{color:#6c757d;display:block;font-size:.8rem;font-weight:500;margin-bottom:.4rem}.keywords-list{display:flex;flex-wrap:wrap;gap:.3rem}.keyword-chip{background:#e3f2fd;border-radius:10px;color:#1976d2;font-size:.75rem;font-weight:500;padding:.2rem .5rem}.route-info{background:linear-gradient(135deg,#e8f5e8,#d4f1d4);border-left:3px solid #28a745;border-radius:8px;margin-bottom:1rem;padding:.5rem .75rem}.route-position{color:#155724;font-size:.85rem;font-weight:600;margin-bottom:.2rem}.arrival-time{color:#155724;font-size:.8rem}.popup-actions{display:flex;gap:.5rem;margin-top:1rem}.popup-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:500;padding:.5rem .75rem;transition:all .2s ease}.popup-actions button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.popup-actions button.primary:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.popup-actions button.secondary{background:#f8f9fa;border:1px solid #dee2e6;color:#495057}.popup-actions button.secondary:hover{background:#e9ecef;transform:translateY(-1px)}.venue-hover-tooltip .leaflet-tooltip{background:#000000e6!important;border:none!important;border-radius:8px!important;box-shadow:0 4px 12px #0000004d!important;color:#fff!important;padding:0!important}.venue-hover-tooltip .leaflet-tooltip-top:before{border-top-color:#000000e6!important}.tooltip-content{min-width:180px;padding:.75rem}.tooltip-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.tooltip-header strong{font-size:.9rem;font-weight:600}.tooltip-type{background:#fff3;border-radius:8px;font-size:.7rem;font-weight:500;padding:.1rem .4rem}.tooltip-stats{display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:.4rem}.tooltip-match{color:#4ade80;font-weight:600}.tooltip-rating{color:#fbbf24}.tooltip-keywords{color:#d1d5db;font-size:.75rem;line-height:1.3;margin-bottom:.4rem}.tooltip-hint{border-top:1px solid #ffffff1a;color:#9ca3af;font-size:.7rem;font-style:italic;padding-top:.4rem;text-align:center}.route-polyline{pointer-events:none!important}.custom-route-marker{pointer-events:auto}.route-marker,.route-marker .marker-number,.route-marker .marker-pulse{pointer-events:none}.leaflet-overlay-pane svg path.route-polyline,.leaflet-overlay-pane svg path[stroke="#667eea"]{pointer-events:none!important}.leaflet-marker-pane .custom-route-marker{pointer-events:auto}.leaflet-container,.leaflet-map-pane,.leaflet-tile-pane{pointer-events:auto!important}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.navigation-panel-container{-webkit-overflow-scrolling:touch;color:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:0;position:relative}.nav-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;padding:2rem 1.5rem 1rem;text-align:center}.nav-header h2{align-items:center;display:flex;font-size:1.8rem;font-weight:700;gap:.5rem;justify-content:center;margin:0 0 .5rem;text-shadow:0 2px 4px #0000004d}.header-icon{font-size:1.6rem}.nav-header p{font-size:.9rem;font-weight:400;margin:0;opacity:.8}.nav-actions{border-bottom:1px solid #fff3;padding:1rem 1.5rem}.nav-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;text-align:center;transition:all .2s ease;width:100%}.nav-button.secondary{background:#fff3;border:1px solid #ffffff4d;color:#fff}.nav-button.secondary:hover{background:#ffffff4d;transform:translateY(-1px)}.location-section{border-bottom:1px solid #fff3;flex-shrink:0;padding:1.5rem 1.5rem 1rem}.location-section h3{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin:0 0 1rem}.section-icon{font-size:1rem}.location-form{margin-bottom:.5rem}.location-input-group{display:flex;gap:8px}.location-input-container{flex:1 1;position:relative}.location-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;box-sizing:border-box;color:#fff;font-size:.9rem;padding:12px 16px;transition:all .2s ease;width:100%}.location-input::placeholder{color:#fff9}.location-input:focus{background:#fff3;border-color:#fff9;box-shadow:0 0 0 3px #ffffff1a;outline:none}.location-suggestions{background:#2c3344;border:2px solid #ffffff4d;border-radius:8px;box-shadow:0 8px 32px #00000080;left:0;margin-top:4px;max-height:240px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.suggestion-item{align-items:center;background:#0000;border-bottom:1px solid #ffffff26;cursor:pointer;display:flex;padding:12px 16px;transition:all .2s ease}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#fff3;transform:translateX(2px)}.suggestion-icon{color:#fff;flex-shrink:0;font-size:.9rem;margin-right:12px;opacity:.9}.suggestion-text{color:#fff;font-size:.9rem;font-weight:500;opacity:1}.location-search-btn{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;min-width:44px;padding:12px;transition:all .2s ease}.location-search-btn:hover:not(:disabled){background:#ffffff4d;transform:translateY(-1px)}.spinning{animation:spin 1s linear infinite}.location-search-btn:disabled{cursor:not-allowed;opacity:.5}.current-location{font-size:.8rem;margin-top:.5rem;opacity:.7;text-align:center}.taste-summary{border-bottom:1px solid #fff3;flex:1 1;overflow-y:auto;padding:1.5rem 1.5rem 1rem}.taste-summary h3{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin:0 0 1rem}.taste-group{margin-bottom:1rem}.taste-group h4{font-size:.9rem;font-weight:500;margin:0 0 .5rem;opacity:.8}.taste-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.5rem}.taste-chip{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #fff3;border-radius:16px;color:#fff;font-size:.75rem;font-weight:500;padding:6px 12px;text-shadow:0 1px 2px #0000004d;transition:all .2s ease}.taste-chip:hover{box-shadow:0 2px 8px #0003;transform:scale(1.05)}.taste-chip.original{background:linear-gradient(135deg,#667eea,#764ba2)}.taste-chip.ai-derived{animation:pulse 2s infinite;background:linear-gradient(135deg,#f39c12,#e67e22)}.sparkle-icon{margin-right:4px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.taste-stats{border-top:1px solid #fff3;display:flex;justify-content:center;margin-top:1rem;padding:1rem 0}.stat{text-align:center}.stat-number{color:#fff;display:block;font-size:1.5rem;font-weight:700}.stat-label{display:block;opacity:.7}.quick-suggestions{flex-shrink:0;padding:1.5rem}.quick-suggestions h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.suggestion-chips{display:flex;flex-wrap:wrap;gap:6px}.suggestion-chip{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:16px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:8px 12px;transition:all .2s ease}.suggestion-chip:hover{background:#fff3;box-shadow:0 2px 8px #0003;transform:translateY(-1px)}@media (max-width:1024px){.navigation-panel-container{padding:0}.nav-header{padding:1rem}.nav-header h2{font-size:1.4rem}.nav-actions{padding:.5rem 1rem}.location-section,.quick-suggestions,.taste-summary{padding:1rem}}@media (max-width:768px){.nav-header h2{font-size:1.2rem}.nav-header p{font-size:.8rem}.location-section,.quick-suggestions,.taste-summary{padding:.5rem 1rem}}@media (prefers-reduced-motion:reduce){.taste-chip.ai-derived{animation:none}.location-input,.location-search-btn,.nav-button,.suggestion-chip{transition:none}}@media (prefers-contrast:high){.location-input,.location-search-btn,.nav-button,.suggestion-chip,.taste-chip{border:2px solid #fff}.location-input:focus,.location-search-btn:focus,.nav-button:focus,.suggestion-chip:focus{outline:3px solid #ff0}}.chatbot-panel-container{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative}.chatbot-header{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e1e8ed;color:#fff;padding:1.5rem 1.5rem 1rem;text-align:center}.chatbot-header h3{align-items:center;display:flex;font-size:1.3rem;font-weight:600;gap:.5rem;justify-content:center;margin:0 0 .5rem}.header-icon{font-size:1.2rem}.chatbot-header p{font-size:.85rem;margin:0;opacity:.9}.messages-container{-webkit-overflow-scrolling:touch;background:#f8fafc;flex:1 1;overflow-y:auto;padding:0}.messages-list{display:flex;flex-direction:column;gap:1rem;padding:1rem}.message{align-items:flex-start;animation:fadeInUp .3s ease-out;display:flex;gap:.75rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.9rem;font-weight:600;height:32px;justify-content:center;width:32px}.message.bot .message-avatar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.message.user .message-avatar{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.message-content{flex:1 1;max-width:calc(100% - 48px)}.message-bubble{word-wrap:break-word;border-radius:18px;font-size:.9rem;line-height:1.4;padding:12px 16px;position:relative}.message.bot .message-bubble{background:#fff;border:1px solid #e1e8ed;border-bottom-left-radius:6px;box-shadow:0 2px 8px #0000000d;color:#2c3e50}.message.user .message-bubble{background:linear-gradient(135deg,#3b82f6,#1e40af);border-bottom-right-radius:6px;box-shadow:0 2px 8px #3b82f633;color:#fff}.message-timestamp{font-size:.7rem;margin-top:.25rem;opacity:.6;text-align:right}.message.bot .message-timestamp{text-align:left}.message.loading .message-bubble{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;display:flex;font-style:italic;gap:8px}.typing-indicator{align-items:center;display:flex}.spinning-loader{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.extracted-tastes{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;margin-top:.75rem;padding:12px}.extracted-tastes h5{align-items:center;color:#0369a1;display:flex;font-size:.8rem;font-weight:600;gap:.3rem;margin:0 0 .5rem}.sparkle-icon{font-size:.7rem}.extracted-taste-chips{display:flex;flex-wrap:wrap;gap:4px}.extracted-taste-chip{background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:12px;color:#fff;font-size:.7rem;font-weight:500;padding:4px 8px}.chatbot-input-section{background:#fff;border-top:1px solid #e1e8ed;flex-shrink:0;padding:1rem 1.5rem}.input-form{align-items:center;display:flex;gap:8px}.message-input{background:#f8fafc;border:1px solid #e1e8ed;border-radius:20px;color:#1e293b;flex:1 1;font-family:inherit;font-size:.9rem;height:44px;overflow:hidden;padding:12px 16px;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap}.message-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;color:#1e293b;outline:none}.message-input::placeholder{color:#94a3b8}.send-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:44px;justify-content:center;min-width:44px;padding:12px;transition:all .2s ease}.send-button .spinning{animation:spin 1s linear infinite}.send-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.send-button:disabled{box-shadow:0 2px 8px #667eea33;cursor:not-allowed;opacity:.5;transform:none}.quick-actions{background:#fafbfc;border-top:1px solid #f1f5f9;flex-shrink:0;padding:.5rem 1.5rem 1rem}.quick-actions h4{align-items:center;color:#64748b;display:flex;font-size:.8rem;font-weight:600;gap:.3rem;margin:0 0 .5rem}.lightbulb-icon{font-size:.75rem}.quick-action-buttons{display:flex;flex-wrap:wrap;gap:6px}.quick-action-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;color:#475569;cursor:pointer;display:flex;font-size:.75rem;gap:.3rem;padding:6px 12px;transition:all .2s ease}.suggestion-icon{font-size:.7rem;opacity:.7}.quick-action-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.chatbot-stats{background:#f8fafc;border-top:1px solid #f1f5f9;flex-shrink:0;padding:1rem 1.5rem;text-align:center}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.stat-item{align-items:center;display:flex;flex-direction:column}.stat-value{color:#667eea;font-size:1.2rem;font-weight:700}.stat-label{align-items:center;color:#64748b;display:flex;font-size:.7rem;gap:.3rem;justify-content:center;letter-spacing:.5px;margin-top:.2rem;text-transform:uppercase}.stat-icon{font-size:.6rem}.route-status{border-top:1px solid #fff3;margin-top:.75rem;padding-top:.75rem}.status-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.route-alternatives{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:.75rem}.route-alternatives h5{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.alternative-venues{display:flex;flex-direction:column;gap:.5rem}.alternative-venue{align-items:center;background:#f1f5f9;border-left:3px solid #3b82f6;border-radius:6px;display:flex;justify-content:between;padding:.5rem}.venue-name{color:#1e293b;flex:1 1;font-weight:500}.venue-match{background:#fff;border-radius:10px;color:#64748b;font-size:.75rem;font-weight:500;padding:.2rem .5rem}.route-suggestions{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:.75rem}.route-suggestions h5{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.suggestion-buttons{display:flex;flex-direction:column;gap:.4rem}.suggestion-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-size:.8rem;padding:.5rem .75rem;text-align:left;transition:all .2s ease}.suggestion-btn:hover{background:#e2e8f0;border-color:#cbd5e1;color:#334155}.suggestion-btn:active{transform:scale(.98)}@media (max-width:1024px){.chatbot-header{padding:1rem}.chatbot-header h3{font-size:1.1rem}.messages-list{gap:.75rem;padding:.75rem}.chatbot-input-section{padding:.75rem 1rem}.quick-actions{padding:.5rem 1rem}.chatbot-stats{padding:.75rem 1rem}}@media (max-width:768px){.chatbot-header{padding:.75rem}.chatbot-header h3{font-size:1rem}.chatbot-header p{font-size:.8rem}.messages-list{gap:.5rem;padding:.5rem}.message-bubble{font-size:.85rem;padding:10px 14px}.chatbot-input-section{padding:.5rem}.message-input{font-size:.85rem;height:40px;padding:10px 14px}.send-button{font-size:.9rem;height:40px;min-width:40px}.chatbot-stats,.quick-actions{display:none}}@media (prefers-reduced-motion:reduce){.message,.quick-action-btn,.send-button,.typing-dot{animation:none;transition:none}}@media (prefers-contrast:high){.message-bubble,.message-input,.quick-action-btn,.send-button{border:2px solid #000}.message.bot .message-bubble{background:#fff;color:#000}.message-input:focus,.quick-action-btn:focus,.send-button:focus{outline:3px solid #ff0}}@media (prefers-color-scheme:dark){.chatbot-panel-container{background:#1e293b}.messages-container{background:#0f172a}.message-input,.message.bot .message-bubble{background:#334155;border-color:#475569;color:#fff}.message-input::placeholder{color:#94a3b8}.chatbot-input-section{background:#1e293b;border-color:#475569}}.demo-guide-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.demo-guide-modal{animation:slideIn .4s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:500px;overflow:hidden;padding:0;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.demo-guide-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 2rem 1.5rem;position:relative}.demo-guide-header h2{font-size:1.5rem;font-weight:700;margin:0}.close-guide{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px}.close-guide:hover{background:#ffffff4d;transform:scale(1.1)}.demo-guide-content{padding:2rem}.demo-guide-content p{color:#2c3e50;font-size:1.1rem;line-height:1.6;margin:0}.demo-guide-progress{display:flex;justify-content:center;padding:0 2rem 1rem}.progress-dots{display:flex;gap:8px}.progress-dot{background:#e0e7ff;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.progress-dot.active{background:#667eea;transform:scale(1.2)}.progress-dot.completed{background:#34d399}.demo-guide-actions{display:flex;gap:1rem;justify-content:space-between;padding:1rem 2rem 2rem}.guide-btn{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:12px 24px;transition:all .2s ease}.guide-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.guide-btn.primary:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.guide-btn.secondary{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.guide-btn.secondary:hover:not(:disabled){background:#f1f5f9;transform:translateY(-1px)}.guide-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}@media (max-width:768px){.demo-guide-modal{margin:1rem;width:calc(100% - 2rem)}.demo-guide-header{padding:1.5rem 1.5rem 1rem}.demo-guide-header h2{font-size:1.3rem}.demo-guide-content{padding:1.5rem}.demo-guide-content p{font-size:1rem}.demo-guide-progress{padding:0 1.5rem 1rem}.demo-guide-actions{flex-direction:column;padding:1rem 1.5rem 1.5rem}}.paint-my-map-page{min-height:100vh;position:relative;width:100%}.paint-my-map-page.map-layout{display:flex;flex-direction:row;height:100vh;overflow:hidden}.navigation-panel{background:linear-gradient(180deg,#667eea,#764ba2);border-right:1px solid #fff3;max-width:300px;min-width:300px;overflow-y:auto;position:relative;width:300px}.map-section{flex:1 1;overflow:hidden;position:relative;width:70%}.map-toggle-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;gap:6px;left:20px;padding:6px;position:absolute;top:80px;z-index:1500}.map-toggle-btn{background:#0000;border:1px solid #0000001a;border-radius:8px;color:#666;cursor:pointer;font-size:11px;font-weight:600;padding:6px 10px;transition:all .3s ease;white-space:nowrap}.map-toggle-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 2px 8px #677eea4d;color:#fff}.map-toggle-btn:hover:not(.active){background:#677eea1a;color:#333}.map-toggle-btn:disabled{cursor:not-allowed;opacity:.5;text-decoration:line-through}.chatbot-panel{background:#fff;border-left:1px solid #e1e8ed;max-width:320px;min-width:320px;overflow:hidden;position:relative;width:320px}.paint-my-map-page.taste-selection{-webkit-overflow-scrolling:touch;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;overflow-y:auto}.taste-picker-header{color:#fff;flex-shrink:0;padding:2rem;position:relative;text-align:center}.taste-picker-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px #0003}.taste-picker-header p{font-size:1.1rem;font-weight:400;margin:0;opacity:.9}.taste-selection .taste-seed-picker-container{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto;padding:0 1rem 2rem}.taste-selection .back-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 4px 20px #0000001a;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;left:2rem;padding:12px 16px;position:absolute;top:2rem;transition:all .2s ease}.taste-selection .back-button:hover{background:#ffffff4d;transform:translateY(-1px)}.map-disabled-notice{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px;text-align:center}.map-disabled-notice h3{font-size:24px;margin-bottom:16px;opacity:.9}.map-disabled-notice p{font-size:16px;margin-bottom:24px;max-width:400px;opacity:.8}.map-disabled-notice button{background:#fff3;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}.map-disabled-notice button:hover{background:#ffffff4d;border-color:#ffffff80}@media (max-width:1024px){.paint-my-map-page.map-layout{flex-direction:column}.navigation-panel{border-bottom:1px solid #fff3;border-right:none;height:200px;max-height:200px;min-height:200px;width:100%}.map-section{flex:1 1;width:100%}.chatbot-panel{border-left:none;border-top:1px solid #e1e8ed;height:250px;max-height:250px;min-height:250px;width:100%}}@media (max-width:768px){.paint-my-map-page.taste-selection{min-height:100vh}.taste-picker-header{padding:1.5rem 1rem}.taste-picker-header h1{font-size:2rem}.taste-picker-header p{font-size:1rem}.taste-seed-picker-container{padding:0 .5rem 1.5rem}.navigation-panel{height:150px;max-height:150px;min-height:150px}.chatbot-panel{height:200px;max-height:200px;min-height:200px}}@media (max-width:480px){.taste-picker-header h1{font-size:1.7rem}.navigation-panel{height:120px;max-height:120px;min-height:120px}.chatbot-panel{height:180px;max-height:180px;min-height:180px}}@media (prefers-reduced-motion:reduce){.back-button{transition:none}}@media (prefers-contrast:high){.back-button,.taste-selection .back-button{background:#fff;border:2px solid #000}.taste-selection .back-button{color:#000}.back-button:focus{outline:3px solid #000}}
/*# sourceMappingURL=main.65b63ce8.css.map*/