*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1e1e2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}a{font-weight:500;color:#667eea;text-decoration:inherit}a:hover{color:#764ba2}h1,h2,h3,h4,h5,h6{font-weight:600}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #667eea;outline-offset:2px}.stary-container{position:fixed;bottom:2rem;right:2rem;width:400px;max-height:600px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:20px;box-shadow:0 8px 32px #00000080;display:flex;flex-direction:column;overflow:hidden;z-index:1000;transition:all .3s ease;border:1px solid rgba(102,126,234,.3)}.stary-container.minimized{max-height:70px}.stary-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}.stary-header:hover{background:linear-gradient(135deg,#7688f0,#8557b0)}.header-content{display:flex;align-items:center;gap:.75rem;flex:1}.stary-icon{font-size:1.5rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.stary-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#fff}.subtitle{font-size:.75rem;color:#fffc;margin-left:auto}.header-buttons{display:flex;gap:.5rem;align-items:center}.minimize-button,.close-button{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:all .2s ease}.minimize-button:hover,.close-button:hover{background:#ffffff4d;transform:scale(1.05)}.close-button{font-size:1.1rem;font-weight:600}.close-button:hover{background:#ff64644d}.stary-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;max-height:450px;background:#0f0f1e}.stary-messages::-webkit-scrollbar{width:6px}.stary-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.stary-messages::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.stary-messages::-webkit-scrollbar-thumb:hover{background:#667eeab3}.stary-message{display:flex;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stary-message.user{justify-content:flex-end}.stary-message.bot{justify-content:flex-start}.message-bubble{max-width:85%;padding:.875rem 1rem;border-radius:15px;word-wrap:break-word}.stary-message.user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.stary-message.bot .message-bubble{background:#ffffff0d;color:#e0e0e0;border-bottom-left-radius:4px;border:1px solid rgba(102,126,234,.2)}.message-text{line-height:1.5;font-size:.95rem}.message-text strong{color:#a78bfa;font-weight:600}.stary-message.user .message-text strong{color:#fff}.analysis-details{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.suitability-card{background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:10px;padding:.75rem}.suitability-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.suitability-emoji{font-size:1.5rem}.suitability-score{font-weight:600;color:#a78bfa;font-size:1rem}.explore-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;width:100%}.explore-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.explore-button:active{transform:translateY(0)}.alternatives-section{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:10px;padding:.75rem}.alternatives-section h4{margin:0 0 .5rem;font-size:.95rem;color:#ffc107}.alternatives-section ul{margin:0;padding-left:1.25rem;list-style:none}.alternatives-section li{margin-bottom:.5rem;font-size:.875rem;position:relative;padding-left:1rem}.alternatives-section li:before{content:"💡";position:absolute;left:-.5rem}.alternatives-section li:last-child{margin-bottom:0}.suggestions{margin-top:.75rem;padding:.75rem;background:#ff98001a;border:1px solid rgba(255,152,0,.3);border-radius:8px}.suggestions p{margin:0 0 .5rem;font-size:.875rem;color:#ff9800}.suggestions ul{margin:0;padding-left:1.25rem;font-size:.875rem}.suggestions li{margin-bottom:.25rem}.examples{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.examples p{margin:0;font-size:.875rem;color:#a78bfa}.example-button{background:#667eea33;border:1px solid rgba(102,126,234,.4);color:#a78bfa;padding:.5rem .75rem;border-radius:8px;cursor:pointer;font-size:.875rem;transition:all .2s ease;text-align:left}.example-button:hover{background:#667eea4d;border-color:#667eea99}.typing-indicator{display:flex;align-items:center;gap:.25rem;padding:.25rem 0}.typing-indicator span{width:8px;height:8px;background:#667eea;border-radius:50%;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.stary-input-form{display:flex;gap:.5rem;padding:1rem;background:#0000004d;border-top:1px solid rgba(102,126,234,.2)}.stary-input{flex:1;background:#ffffff0d;border:1px solid rgba(102,126,234,.3);color:#fff;padding:.75rem 1rem;border-radius:12px;font-size:.95rem;outline:none;transition:all .2s ease}.stary-input::placeholder{color:#fff6}.stary-input:focus{border-color:#667eea99;background:#ffffff14}.stary-input:disabled{opacity:.5;cursor:not-allowed}.stary-send-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;width:44px;height:44px;border-radius:12px;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.stary-send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.stary-send-button:active:not(:disabled){transform:scale(.95)}.stary-send-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.stary-container{bottom:.875rem;right:.875rem;left:.875rem;width:auto;max-height:60vh}.stary-container.minimized{max-height:60px}.stary-header{padding:.875rem 1rem}.stary-header h3{font-size:1rem}.subtitle{display:none}.stary-messages{max-height:calc(60vh - 130px);padding:.875rem}.message-bubble{max-width:90%;padding:.75rem .875rem}.message-text{font-size:.875rem}.stary-input-form{padding:.875rem}.stary-input{padding:.75rem .875rem;font-size:.875rem}.stary-send-button{width:40px;height:40px;min-width:40px;min-height:40px}.explore-button{padding:.625rem 1rem;font-size:.85rem;min-height:44px}.suitability-card,.alternatives-section,.suggestions{padding:.625rem}}@media(max-width:480px){.stary-container{bottom:0;right:0;left:0;border-radius:16px 16px 0 0;max-height:70vh}.stary-container.minimized{max-height:56px}.stary-header{padding:.75rem .875rem}.stary-messages{max-height:calc(70vh - 120px);padding:.75rem}.message-bubble{padding:.625rem .75rem}.stary-input-form{padding:.75rem}.stary-send-button{width:44px;height:44px;min-width:44px;min-height:44px}.minimize-button,.close-button{width:36px;height:36px;min-width:36px;min-height:36px}}.welcome-container{width:100%;min-height:100vh}.hero-section{height:100vh;background-image:url(https://images.unsplash.com/photo-1419242902214-272b3f66ee7a?w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;position:relative;display:flex;align-items:center;justify-content:center}.hero-overlay{background:#00000080;padding:3rem;border-radius:10px;text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-title{font-size:4rem;font-weight:700;color:#fff;margin:0 0 1rem;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.hero-subtitle{font-size:1.5rem;color:#e0e0e0;margin:0 0 2rem;text-shadow:1px 1px 4px rgba(0,0,0,.7)}.dive-in-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 3rem;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.dive-in-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.dive-in-button:active{transform:translateY(0)}.about-section{padding:4rem 2rem;max-width:900px;margin:0 auto;background:linear-gradient(135deg,#1e1e2e,#2d2d44);color:#e0e0e0}.about-section h2{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-content{font-size:1.1rem;line-height:1.8}.about-content p{margin-bottom:1.5rem}.open-chat-button{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 1.5rem;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #667eea66;transition:all .3s ease;z-index:999}.open-chat-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.open-chat-button:active{transform:translateY(0)}.chat-icon{font-size:1.25rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.chat-text{font-size:1rem}@media(max-width:768px){.hero-section{background-attachment:scroll}.hero-overlay{padding:2rem 1.5rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem;margin:0 0 1.75rem}.dive-in-button{padding:.875rem 2rem;font-size:1rem;min-height:48px}.about-section{padding:3rem 1.5rem}.about-section h2{font-size:1.875rem;margin-bottom:1.75rem}.about-content{font-size:1rem}.about-content p{margin-bottom:1.25rem}.open-chat-button{bottom:1.25rem;right:1.25rem;padding:.875rem 1.25rem;font-size:.95rem;min-height:48px}.chat-text{font-size:.95rem}.chat-icon{font-size:1.125rem}}@media(max-width:480px){.hero-overlay{padding:1.5rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.dive-in-button{padding:.75rem 1.75rem;font-size:.9375rem}.about-section{padding:2.5rem 1.25rem}.about-section h2{font-size:1.625rem}.about-content{font-size:.9375rem}.open-chat-button{bottom:1rem;left:1rem;right:1rem;justify-content:center;padding:.875rem 1.125rem}}.layer-switcher{background:#2d2d44f2;border-radius:12px;padding:1rem;box-shadow:0 4px 12px #0000004d;border:1px solid rgba(102,126,234,.3)}.layer-switcher-title{font-size:.85rem;font-weight:600;color:#e0e0e0;margin-bottom:.75rem;text-align:center;text-transform:uppercase;letter-spacing:.5px}.layer-buttons{display:flex;flex-direction:column;gap:.5rem}.layer-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#3d3d55cc;border:2px solid transparent;border-radius:8px;color:#e0e0e0;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left}.layer-button:hover{background:#4d4d65e6;border-color:#667eea80;transform:translate(4px)}.layer-button.active{background:linear-gradient(135deg,#667eea4d,#764ba24d);border-color:#667eea;box-shadow:0 0 10px #667eea66}.layer-icon{font-size:1.2rem;flex-shrink:0}.layer-name{flex:1;white-space:nowrap}@media(max-width:768px){.layer-switcher{padding:.75rem .875rem}.layer-switcher-title{font-size:.75rem;margin-bottom:.625rem}.layer-button{padding:.625rem .875rem;font-size:.85rem;min-height:44px}.layer-icon{font-size:1.125rem}.layer-buttons{gap:.375rem}}@media(max-width:480px){.layer-switcher{padding:.625rem .75rem}.layer-button{padding:.5625rem .75rem;font-size:.8125rem}.layer-icon{font-size:1rem}}.zoom-control{position:absolute;bottom:120px;right:20px;z-index:1000;background:#fffffff2;border-radius:12px;padding:12px;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:160px}.zoom-control-title{font-size:12px;font-weight:600;color:#333;margin-bottom:8px;text-align:center}.zoom-buttons{display:flex;gap:8px;margin-bottom:12px}.zoom-button{flex:1;padding:8px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.zoom-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.zoom-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.zoom-button:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.zoom-button:disabled:hover{transform:none;box-shadow:0 2px 4px #0000001a}.zoom-slider-container{margin-bottom:8px}.zoom-slider{width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,#667eea,#764ba2);outline:none;-webkit-appearance:none;cursor:pointer}.zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000004d;cursor:pointer;border:2px solid #667eea}.zoom-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000004d;cursor:pointer;border:2px solid #667eea}.zoom-display{text-align:center;font-size:14px;color:#333;font-weight:600;margin-top:4px}.zoom-level-indicator{font-size:18px;color:#667eea;font-weight:700}.zoom-label{font-size:11px;color:#666;margin-top:2px}@media(max-width:768px){.zoom-control{bottom:100px;right:.625rem;padding:.625rem .75rem;min-width:140px}.zoom-control-title{font-size:.6875rem;margin-bottom:.5rem}.zoom-buttons{gap:.5rem;margin-bottom:.625rem}.zoom-button{padding:.5rem .75rem;font-size:1rem;min-height:40px;min-width:40px}.zoom-slider-container{margin-bottom:.5rem}.zoom-display{font-size:.8125rem}.zoom-level-indicator{font-size:1rem}.zoom-label{font-size:.625rem}}@media(max-width:480px){.zoom-control{bottom:80px;right:.5rem;padding:.5rem .625rem;min-width:120px}.zoom-buttons{gap:.375rem}.zoom-button{padding:.375rem .625rem;font-size:.9375rem;min-height:44px;min-width:44px}}.sky-info-panel{position:fixed;top:50%;right:1rem;transform:translateY(-50%);width:350px;max-height:90vh;background:linear-gradient(135deg,#1e1e2efa,#2d2d44fa);border-radius:16px;box-shadow:0 8px 32px #00000080;border:1px solid rgba(102,126,234,.3);overflow-y:auto;z-index:1000;animation:slideIn .3s ease-out}.sky-info-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid rgba(102,126,234,.2);position:sticky;top:0;background:#1e1e2efa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;border-radius:16px 16px 0 0}.sky-info-header h3{margin:0;font-size:1.25rem;color:#fff;font-weight:600}.close-button{background:#ffffff1a;border:none;color:#e0e0e0;font-size:1.25rem;width:32px;height:32px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.close-button:hover{background:#ff63474d;transform:rotate(90deg)}.loading-state,.error-state{padding:2rem;text-align:center}.spinner{width:40px;height:40px;margin:0 auto 1rem;border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p,.error-state p{color:#e0e0e0;margin:0}.retry-button,.refresh-button{margin-top:1rem;padding:.5rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.retry-button:hover,.refresh-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.sky-info-content{padding:1.25rem}.coordinates{margin:0;color:#a0a0b0;font-size:.85rem;font-family:monospace}.overall-rating{background:linear-gradient(135deg,#667eea26,#764ba226);border-radius:12px;padding:1rem;margin-bottom:1.5rem;text-align:center;border:1px solid rgba(102,126,234,.3)}.rating-label{font-size:.85rem;color:#a0a0b0;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.rating-value{font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem}.rating-emoji{font-size:2rem}.sky-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.metric-card{background:#2d2d4499;border-radius:10px;padding:1rem;border:1px solid rgba(102,126,234,.2);transition:all .3s ease}.metric-label{font-size:.8rem;color:#a0a0b0;margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem;font-weight:500}.metric-icon{font-size:1rem}.metric-value{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.25rem}.metric-detail{font-size:.75rem;color:#b0b0c0}.metric-description{font-size:.7rem;color:#8090a0;margin-top:.25rem;font-style:italic}.data-source{text-align:center;margin-bottom:1rem;padding-top:1rem;border-top:1px solid rgba(102,126,234,.2)}.data-source small{color:#7080a0;font-size:.75rem}.refresh-button{width:100%;margin-top:0}.sky-info-panel::-webkit-scrollbar{width:8px}.sky-info-panel::-webkit-scrollbar-track{background:#2d2d444d;border-radius:0 16px 16px 0}.sky-info-panel::-webkit-scrollbar-thumb{background:#667eea80;border-radius:4px}.sky-info-panel::-webkit-scrollbar-thumb:hover{background:#667eeab3}@media(max-width:768px){.sky-info-panel{position:fixed;inset:auto 0 0;transform:none;width:100%;max-height:75vh;border-radius:16px 16px 0 0;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sky-info-header{padding:1rem 1.125rem}.sky-info-header h3{font-size:1.125rem}.sky-info-content{padding:1rem}.sky-metrics{grid-template-columns:1fr;gap:.625rem}.metric-card{padding:.875rem}.overall-rating{padding:.875rem;margin-bottom:1.25rem}.rating-value{font-size:1.375rem}.rating-emoji{font-size:1.75rem}.location-info{margin-bottom:1.25rem;padding-bottom:.875rem}}@media(max-width:480px){.sky-info-panel{max-height:70vh}.sky-info-header{padding:.875rem 1rem}.sky-info-content{padding:.875rem}.metric-card{padding:.75rem}.metric-value{font-size:1rem}.metric-label{font-size:.75rem}}.aqi-view-panel{position:fixed;top:50%;right:1rem;transform:translateY(-50%);width:380px;max-height:90vh;background:linear-gradient(135deg,#1e1e2efa,#2d2d44fa);border-radius:16px;box-shadow:0 8px 32px #00000080;border:1px solid rgba(102,126,234,.3);overflow-y:auto;z-index:1000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-50%) translate(100%)}to{opacity:1;transform:translateY(-50%) translate(0)}}.aqi-view-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid rgba(102,126,234,.2);position:sticky;top:0;background:#1e1e2efa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;border-radius:16px 16px 0 0}.aqi-view-header h3{margin:0;font-size:1.25rem;color:#fff;font-weight:600}.aqi-view-content{padding:1.25rem}.location-info{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(102,126,234,.2)}.location-info h4{margin:0 0 .5rem;color:#fff;font-size:1.1rem;font-weight:500}.station-name{margin:.5rem 0 0;color:#a0a0b0;font-size:.85rem}.aqi-main-display{background:linear-gradient(135deg,#2d2d44cc,#1e1e2ecc);border-radius:16px;padding:2rem;margin-bottom:1.5rem;text-align:center;border:2px solid;box-shadow:0 4px 16px #0000004d}.aqi-icon{font-size:3rem;margin-bottom:.5rem}.aqi-value{font-size:4rem;font-weight:700;line-height:1;margin-bottom:.5rem}.aqi-level{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.aqi-description{font-size:.95rem;color:#b0b0c0;margin-top:.75rem}.section-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.section-icon{font-size:1.25rem}.breathing-quality{background:#2d2d4499;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2)}.breathing-indicator{background:#1e1e2e80;border-radius:8px;padding:1rem}.breathing-value{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.breathing-description{font-size:.9rem;color:#b0b0c0;line-height:1.5}.stargazing-impact{background:linear-gradient(135deg,#667eea26,#764ba226);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.3)}.impact-description{font-size:.95rem;color:#e0e0e0;line-height:1.5}.pollutant-details{margin-bottom:1.5rem}.dominant-pollutant{background:#764ba233;border-radius:8px;padding:.75rem;margin-bottom:1rem;font-size:.9rem;color:#e0e0e0;border:1px solid rgba(118,75,162,.3)}.pollutant-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.pollutant-card{background:#2d2d4499;border-radius:8px;padding:.75rem;text-align:center;border:1px solid rgba(102,126,234,.2);transition:all .3s ease}.pollutant-card:hover{border-color:#667eea80;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.pollutant-name{font-size:.75rem;color:#a0a0b0;margin-bottom:.5rem;font-weight:500}.pollutant-value{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.pollutant-unit{font-size:.7rem;color:#8090a0}.health-recommendations{background:#2d2d4499;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2)}.recommendations-content ul{margin:0;padding-left:1.5rem;color:#e0e0e0}.recommendations-content li{margin-bottom:.5rem;line-height:1.5;font-size:.9rem}.recommendations-content li:last-child{margin-bottom:0}.pollution-reduction{background:#2d2d4499;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2)}.reduction-content ul{margin:0;padding-left:1.5rem;color:#e0e0e0}.reduction-content li{margin-bottom:.5rem;line-height:1.5;font-size:.9rem}.reduction-content li:last-child{margin-bottom:0}.aqi-view-panel::-webkit-scrollbar{width:8px}.aqi-view-panel::-webkit-scrollbar-track{background:#2d2d444d;border-radius:0 16px 16px 0}.aqi-view-panel::-webkit-scrollbar-thumb{background:#667eea80;border-radius:4px}.aqi-view-panel::-webkit-scrollbar-thumb:hover{background:#667eeab3}@media(max-width:768px){.aqi-view-panel{position:fixed;inset:auto 0 0;transform:none;width:100%;max-height:80vh;border-radius:16px 16px 0 0;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.aqi-view-header{padding:1rem 1.125rem}.aqi-view-header h3{font-size:1.125rem}.aqi-view-content{padding:1rem}.aqi-main-display{padding:1.5rem;margin-bottom:1.25rem}.pollutant-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.pollutant-card{padding:.625rem}.aqi-value{font-size:3rem}.aqi-level{font-size:1.25rem}.aqi-icon{font-size:2.5rem}.breathing-quality,.stargazing-impact{padding:1rem;margin-bottom:1.25rem}.health-recommendations{padding:1rem}.pollution-reduction{padding:1rem;margin-bottom:1.25rem}}@media(max-width:480px){.aqi-view-panel{max-height:75vh}.aqi-view-header{padding:.875rem 1rem}.aqi-view-content{padding:.875rem}.aqi-main-display{padding:1.25rem}.aqi-value{font-size:2.5rem}.aqi-level{font-size:1.125rem}.pollutant-grid{grid-template-columns:1fr;gap:.5rem}}.light-pollution-panel{position:fixed;top:50%;right:1rem;transform:translateY(-50%);width:400px;max-height:90vh;background:linear-gradient(135deg,#1e1e2efa,#2d2d44fa);border-radius:16px;box-shadow:0 8px 32px #00000080;border:1px solid rgba(102,126,234,.3);overflow-y:auto;z-index:1000;animation:slideIn .3s ease-out}.light-pollution-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid rgba(102,126,234,.2);position:sticky;top:0;background:#1e1e2efa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;border-radius:16px 16px 0 0}.light-pollution-header h3{margin:0;font-size:1.25rem;color:#fff;font-weight:600}.light-pollution-content{padding:1.25rem}.bortle-main-display{border-radius:16px;padding:2rem;margin-bottom:1.5rem;text-align:center;box-shadow:0 4px 16px #0000004d;border:2px solid rgba(255,255,255,.1);position:relative}.bortle-icon{font-size:3.5rem;margin-bottom:.75rem}.bortle-class{font-size:3rem;font-weight:700;line-height:1;margin-bottom:.5rem}.bortle-name{font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.info-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:inherit;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease;margin-top:.5rem}.info-button:hover{background:#ffffff4d;transform:translateY(-2px)}.bortle-info-modal{background:#14141ef2;border:2px solid rgba(102,126,234,.5);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 16px #00000080}.bortle-info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.bortle-info-header h4{margin:0;color:#fff;font-size:1.1rem}.bortle-info-header button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.bortle-info-header button:hover{background:#ffffff1a}.bortle-info-content p{color:#e0e0e0;line-height:1.6;margin-bottom:1rem;font-size:.9rem}.bortle-info-content ul{color:#e0e0e0;margin:0;padding-left:1.5rem}.bortle-info-content li{margin-bottom:.5rem;line-height:1.5;font-size:.9rem}.sky-quality-metrics{margin-bottom:1.5rem}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.metric-card{background:#2d2d4499;border-radius:10px;padding:1rem;border:1px solid rgba(102,126,234,.2);transition:all .3s ease;text-align:center}.metric-card:hover{border-color:#667eea80;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.metric-label{font-size:.75rem;color:#a0a0b0;margin-bottom:.5rem;font-weight:600;text-transform:uppercase}.metric-value{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.metric-unit{font-size:.7rem;color:#8090a0;margin-bottom:.5rem}.metric-description{font-size:.7rem;color:#7080a0;font-style:italic;line-height:1.3}.bortle-details{background:#2d2d4499;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2)}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(102,126,234,.1)}.detail-item:last-child{border-bottom:none}.detail-label{font-size:.9rem;color:#a0a0b0;font-weight:500}.detail-value{font-size:.9rem;color:#fff;font-weight:500;text-align:right;max-width:60%}.detail-value.highlight{color:#667eea;font-weight:600}.location-examples{background:linear-gradient(135deg,#667eea26,#764ba226);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.3)}.examples-text{font-size:.9rem;color:#e0e0e0;line-height:1.5;margin:0}.stargazing-recommendations{background:#2d2d4499;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2)}.recommendation-status{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-weight:600;text-align:center;border:1px solid}.activities-section,.timing-section,.equipment-section{margin-bottom:1rem}.activities-section:last-child,.timing-section:last-child,.equipment-section:last-child{margin-bottom:0}.activities-section strong,.timing-section strong,.equipment-section strong{color:#fff;font-size:.9rem;display:block;margin-bottom:.5rem}.activities-section ul{margin:.5rem 0 0;padding-left:1.5rem;color:#e0e0e0}.activities-section li{margin-bottom:.4rem;line-height:1.4;font-size:.85rem}.timing-section p,.equipment-section p{margin:.5rem 0 0;color:#e0e0e0;line-height:1.5;font-size:.85rem}.location-description{background:#2d2d4499;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2)}.description-text{font-size:.9rem;color:#e0e0e0;line-height:1.6;margin:0}.light-pollution-panel::-webkit-scrollbar{width:8px}.light-pollution-panel::-webkit-scrollbar-track{background:#2d2d444d;border-radius:0 16px 16px 0}.light-pollution-panel::-webkit-scrollbar-thumb{background:#667eea80;border-radius:4px}.light-pollution-panel::-webkit-scrollbar-thumb:hover{background:#667eeab3}@media(max-width:768px){.light-pollution-panel{position:fixed;inset:auto 0 0;transform:none;width:100%;max-height:80vh;border-radius:16px 16px 0 0;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.light-pollution-header{padding:1rem 1.125rem}.light-pollution-header h3{font-size:1.125rem}.light-pollution-content{padding:1rem}.bortle-main-display{padding:1.5rem;margin-bottom:1.25rem}.bortle-icon{font-size:2.75rem}.bortle-class{font-size:2.5rem}.bortle-name{font-size:1.25rem}.info-button{padding:.5rem .875rem;font-size:.8125rem;min-height:44px}.metrics-grid{grid-template-columns:1fr;gap:.625rem}.metric-card{padding:.875rem}.bortle-details{padding:1rem;margin-bottom:1.25rem}.detail-item{padding:.625rem 0}.detail-value{max-width:55%;font-size:.85rem}.detail-label{font-size:.85rem}.location-examples,.stargazing-recommendations,.location-description{padding:1rem;margin-bottom:1.25rem}.bortle-info-modal{padding:1.25rem}}@media(max-width:480px){.light-pollution-panel{max-height:75vh}.light-pollution-header{padding:.875rem 1rem}.light-pollution-content{padding:.875rem}.bortle-main-display{padding:1.25rem}.bortle-class{font-size:2.25rem}.bortle-name{font-size:1.125rem}.bortle-icon{font-size:2.5rem}.metric-value{font-size:1.25rem}}.constellation-name-wrapper{display:inline-flex;align-items:center;gap:6px;position:relative}.constellation-help-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:11px;font-weight:700;cursor:help;position:relative;transition:all .2s ease;-webkit-user-select:none;user-select:none;flex-shrink:0}.constellation-help-icon:hover,.constellation-help-icon:focus{transform:scale(1.15);box-shadow:0 2px 8px #667eea66;outline:none}.constellation-tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background:#fff;border-radius:8px;padding:12px;box-shadow:0 8px 24px #00000040;z-index:10000;min-width:220px;max-width:280px;pointer-events:none;animation:tooltipFadeIn .2s ease-out;border:2px solid #667eea}.constellation-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:#667eea}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.constellation-image{width:100%;height:auto;display:block;border-radius:6px;background:#0a0e27;margin-bottom:8px}.constellation-tooltip-label{display:block;text-align:center;font-size:13px;font-weight:600;color:#333;padding:4px 0}.constellation-tooltip-fallback{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px}.fallback-icon{font-size:48px;opacity:.7}.fallback-text{font-size:14px;font-weight:600;color:#333}.fallback-message{font-size:11px;color:#999;font-style:italic}@media(max-width:768px){.constellation-tooltip{min-width:200px;max-width:250px;padding:10px}.constellation-help-icon{width:18px;height:18px;font-size:12px}}@media(max-width:480px){.constellation-tooltip{max-width:calc(100vw - 40px);left:auto;right:auto;transform:translate(-50%)}}.constellation-card:first-child .constellation-tooltip,.constellation-card:last-child .constellation-tooltip{left:50%;transform:translate(-50%)}@media(prefers-contrast:high){.constellation-help-icon{border:2px solid currentColor}.constellation-tooltip{border:3px solid #000}}@media(prefers-reduced-motion:reduce){.constellation-help-icon,.constellation-tooltip{transition:none;animation:none}}@media print{.constellation-help-icon{display:none}}.constellation-panel{position:fixed;right:20px;top:80px;width:450px;max-width:calc(100vw - 40px);max-height:calc(100vh - 100px);background:#fffffffa;border-radius:12px;box-shadow:0 8px 32px #0000004d;z-index:1000;display:flex;flex-direction:column;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.constellation-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0}.constellation-header h3{margin:0;font-size:1.4rem;font-weight:600}.datetime-selector{padding:16px 20px;background:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;gap:16px;flex-wrap:wrap}.datetime-input-group{flex:1;min-width:180px;display:flex;flex-direction:column;gap:6px}.datetime-input-group label{font-size:.85rem;font-weight:500;color:#555}.date-input,.time-input{padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;background:#fff;color:#333;transition:border-color .2s}.date-input:focus,.time-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.constellation-content{flex:1;overflow-y:auto;padding:20px}.location-info{margin-bottom:20px}.location-info h4{margin:0 0 8px;font-size:1.2rem;color:#333}.coordinates{color:#666;font-size:.9rem;font-family:Courier New,monospace}.observation-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}.info-card{background:#f8f9fa;padding:12px;border-radius:8px;text-align:center;border:1px solid #e0e0e0}.info-label{font-size:.8rem;color:#666;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1.1rem;font-weight:600;color:#333}.time-astronomical-night{color:#4caf50}.time-nautical-twilight,.time-civil-twilight{color:#ff9800}.time-day,.time-golden-hour{color:#f44336}.viewing-warning,.weather-warning,.moon-warning{padding:12px;margin-bottom:16px;border-radius:8px;font-size:.9rem;background:#fff3cd;border:1px solid #ffc107;color:#856404}.weather-warning{background:#d1ecf1;border-color:#17a2b8;color:#0c5460}.moon-warning{background:#e7e7ff;border-color:#99f;color:#4d4d99}.best-times{margin-bottom:20px;padding:16px;background:linear-gradient(135deg,#1e3c72,#2a5298);border-radius:8px;color:#fff}.best-times h4{margin:0 0 12px;font-size:1.1rem}.times-grid{display:grid;gap:8px}.time-item{display:flex;justify-content:space-between;align-items:center;padding:8px;background:#ffffff1a;border-radius:6px}.time-label{font-size:.9rem;opacity:.9}.time-value{font-weight:600;font-size:.95rem}.time-value.highlight{background:#ffd7004d;padding:4px 8px;border-radius:4px;color:gold}.planets-section{margin-bottom:20px;padding:16px;background:linear-gradient(135deg,#2d1b69,#5a3d8a);border-radius:8px;color:#fff}.planets-section h4{margin:0 0 12px;font-size:1.1rem}.planet-list{display:flex;flex-direction:column;gap:8px}.planet-item{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:10px;background:#ffffff1a;border-radius:6px}.planet-name{font-weight:600}.planet-direction{font-size:.9rem;opacity:.9}.planet-altitude{font-family:Courier New,monospace;font-size:.9rem}.constellation-controls{margin-bottom:16px;padding:12px;background:#f8f9fa;border-radius:8px}.filter-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer}.constellation-list h4{margin:0 0 16px;font-size:1.1rem;color:#333}.no-constellations{text-align:center;padding:40px 20px;color:#666;font-style:italic}.constellation-grid{display:grid;gap:12px}.constellation-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:14px;transition:all .2s}.constellation-card.visible{border-color:#667eea;background:linear-gradient(135deg,#f5f7ff,#fff)}.constellation-card.hidden{opacity:.6}.constellation-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.constellation-header-card{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.constellation-header-card h5{margin:0;font-size:1.05rem;color:#333}.constellation-abbr{font-size:.85rem;color:#666;font-weight:500;background:#f0f0f0;padding:2px 8px;border-radius:4px}.constellation-details{display:flex;flex-direction:column;gap:6px}.detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.detail-label{color:#666;font-weight:500}.detail-value{color:#333;font-family:Courier New,monospace;font-size:.85rem}.visibility-badge{padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.visibility-badge.score-5{background:#4caf50;color:#fff}.visibility-badge.score-4{background:#8bc34a;color:#fff}.visibility-badge.score-3{background:#ffeb3b;color:#333}.visibility-badge.score-2{background:#ff9800;color:#fff}.visibility-badge.score-1{background:#ff5722;color:#fff}.below-horizon{display:flex;flex-direction:column;gap:4px;text-align:center;padding:8px;color:#999;font-style:italic;font-size:.9rem}.season-hint{font-size:.8rem;color:#666}.loading-state,.error-state{padding:40px 20px;text-align:center}.spinner{width:40px;height:40px;margin:0 auto 16px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.error-state p{color:#d32f2f;margin-bottom:16px}.retry-button{padding:8px 20px;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.retry-button:hover{background:#5568d3}.close-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-button:hover{background:#ffffff4d;transform:scale(1.1)}@media(max-width:768px){.constellation-panel{position:fixed;top:60px;right:10px;left:10px;width:auto;max-height:calc(100vh - 70px)}.datetime-selector{flex-direction:column}.datetime-input-group{min-width:100%}.observation-info,.constellation-grid{grid-template-columns:1fr}}.constellation-content::-webkit-scrollbar{width:8px}.constellation-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.constellation-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.constellation-content::-webkit-scrollbar-thumb:hover{background:#555}.ultimate-view-panel{position:fixed;top:50%;right:1rem;transform:translateY(-50%);width:420px;max-height:90vh;background:linear-gradient(135deg,#1e1e2efa,#2d2d44fa);border-radius:16px;box-shadow:0 8px 32px #00000080;border:1px solid rgba(102,126,234,.3);overflow-y:auto;z-index:1000;animation:slideIn .3s ease-out}.ultimate-view-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid rgba(102,126,234,.2);position:sticky;top:0;background:#1e1e2efa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;border-radius:16px 16px 0 0}.ultimate-view-header h3{margin:0;font-size:1.25rem;color:#fff;font-weight:600}.ultimate-view-content{padding:1.25rem}.ultimate-score-display{background:linear-gradient(135deg,#2d2d44e6,#1e1e2ee6);border-radius:20px;padding:2.5rem 2rem;margin-bottom:1.5rem;text-align:center;border:3px solid;box-shadow:0 6px 24px #0006;position:relative;overflow:hidden}.ultimate-score-display:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.score-icon{font-size:4rem;margin-bottom:.5rem;position:relative;z-index:1}.score-value{font-size:5rem;font-weight:700;line-height:1;display:inline-block;position:relative;z-index:1}.score-max{font-size:2rem;color:#a0a0b0;display:inline-block;margin-left:.25rem;vertical-align:top;position:relative;z-index:1}.score-rating{font-size:1.75rem;font-weight:600;margin:.5rem 0;text-transform:uppercase;letter-spacing:2px;position:relative;z-index:1}.score-description{font-size:.95rem;color:#b0b0c0;margin-top:.5rem;position:relative;z-index:1}.score-breakdown{background:#2d2d4499;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2)}.breakdown-item{margin-bottom:1.25rem}.breakdown-item:last-child{margin-bottom:0}.breakdown-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fff;margin-bottom:.5rem;font-weight:500}.breakdown-icon{font-size:1.1rem}.weight-badge{margin-left:auto;background:#667eea4d;padding:.15rem .5rem;border-radius:10px;font-size:.75rem;color:#b0b0ff;font-weight:600}.breakdown-bar-container{background:#1e1e2ecc;height:8px;border-radius:4px;overflow:hidden;margin-bottom:.4rem}.breakdown-bar{height:100%;border-radius:4px;transition:width .5s ease}.breakdown-value{font-size:.85rem;color:#a0a0b0;text-align:right}.summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.summary-card{background:linear-gradient(135deg,#667eea26,#764ba226);border-radius:10px;padding:1rem;text-align:center;border:1px solid rgba(102,126,234,.3);transition:all .3s ease}.summary-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000004d;border-color:#667eea80}.summary-title{font-size:.75rem;color:#a0a0b0;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.summary-value{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.summary-detail{font-size:.8rem;color:#b0b0c0}.detailed-metrics{margin-bottom:1.5rem}.metrics-group{background:#2d2d4466;border-radius:10px;padding:1rem;margin-bottom:1rem;border:1px solid rgba(102,126,234,.15)}.metrics-group:last-child{margin-bottom:0}.metrics-group h5{margin:0 0 .75rem;font-size:.9rem;color:#667eea;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.metric-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(102,126,234,.1);font-size:.85rem}.metric-row:last-child{border-bottom:none;padding-bottom:0}.metric-row span:first-child{color:#a0a0b0}.metric-row span:last-child{color:#fff;font-weight:500}.ultimate-recommendations{margin-bottom:1.5rem}.recommendation-box{border-radius:12px;padding:1.25rem;border:2px solid}.recommendation-box.excellent{background:#4caf5026;border-color:#4caf5080}.recommendation-box.good{background:#ffc10726;border-color:#ffc10780}.recommendation-box.fair{background:#ff980026;border-color:#ff980080}.recommendation-box strong{display:block;margin-bottom:.75rem;font-size:1rem;color:#fff}.recommendation-box ul{margin:0;padding-left:1.5rem;color:#e0e0e0}.recommendation-box li{margin-bottom:.5rem;line-height:1.5;font-size:.9rem}.recommendation-box li:last-child{margin-bottom:0}.data-sources{text-align:center;margin-bottom:1rem;padding-top:1rem;border-top:1px solid rgba(102,126,234,.2)}.data-sources small{color:#7080a0;font-size:.75rem}.ultimate-view-panel::-webkit-scrollbar{width:8px}.ultimate-view-panel::-webkit-scrollbar-track{background:#2d2d444d;border-radius:0 16px 16px 0}.ultimate-view-panel::-webkit-scrollbar-thumb{background:#667eea80;border-radius:4px}.ultimate-view-panel::-webkit-scrollbar-thumb:hover{background:#667eeab3}@media(max-width:768px){.ultimate-view-panel{position:fixed;inset:auto 0 0;transform:none;width:100%;max-height:85vh;border-radius:16px 16px 0 0;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ultimate-view-header{padding:1rem 1.125rem}.ultimate-view-header h3{font-size:1.125rem}.ultimate-view-content{padding:1rem}.ultimate-score-display{padding:1.75rem 1.5rem;margin-bottom:1.25rem}.score-icon{font-size:3rem}.score-value{font-size:3.5rem}.score-max{font-size:1.75rem}.score-rating{font-size:1.375rem;letter-spacing:1px}.score-description{font-size:.875rem}.summary-cards{grid-template-columns:1fr;gap:.625rem;margin-bottom:1.25rem}.summary-card{padding:.875rem}.score-breakdown{padding:1rem;margin-bottom:1.25rem}.breakdown-item{margin-bottom:1rem}.breakdown-label{font-size:.85rem}.metrics-group{padding:.875rem;margin-bottom:.875rem}.recommendation-box{padding:1rem}}@media(max-width:480px){.ultimate-view-panel{max-height:80vh}.ultimate-view-header{padding:.875rem 1rem}.ultimate-view-content{padding:.875rem}.ultimate-score-display{padding:1.5rem 1.25rem}.score-value{font-size:3rem}.score-rating{font-size:1.25rem}.summary-card{padding:.75rem}.summary-value{font-size:1.25rem}}.sun-times-section{background:linear-gradient(135deg,#2d2d4480,#1e1e2e80);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2)}.sun-times-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem}.sun-time-card{background:#1e1e2e99;border-radius:8px;padding:.75rem;text-align:center;border:1px solid rgba(102,126,234,.15)}.sun-time-label{font-size:.85rem;color:#a0a0c0;margin-bottom:.5rem}.sun-time-value{font-size:1.1rem;font-weight:600;color:#fff}.stargazing-times-section{background:linear-gradient(135deg,#2d2d4499,#1e1e2e99);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2)}.quality-indicator{background:#1e1e2ecc;border-radius:10px;padding:1rem;margin:1rem 0;display:flex;gap:1rem;align-items:center}.quality-emoji{font-size:2.5rem;line-height:1}.quality-info{flex:1}.quality-level{font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.quality-description{font-size:.9rem;color:#a0a0c0;margin-bottom:.5rem}.quality-score{font-size:.85rem;color:#fff;opacity:.8}.optimal-time-window{background:#4caf5026;border:1px solid rgba(76,175,80,.3);border-radius:10px;padding:1rem;margin:1rem 0}.optimal-time-window h5{margin:0 0 .75rem;color:#8bc34a;font-size:1rem}.time-window-details{color:#fff}.window-time{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.window-duration{font-size:.9rem;color:#a0a0c0;margin-bottom:.5rem}.window-description{font-size:.85rem;color:#c0c0d0;font-style:italic}.quality-factors{margin-top:1.5rem}.quality-factors h5{margin:0 0 1rem;color:#fff;font-size:.95rem}.factor-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.factor-label{min-width:140px;font-size:.85rem;color:#a0a0c0}.factor-bar-container{flex:1;height:8px;background:#1e1e2ecc;border-radius:4px;overflow:hidden}.factor-bar{height:100%;border-radius:4px;transition:width .3s ease}.factor-value{min-width:50px;text-align:right;font-size:.85rem;color:#fff;font-weight:600}.stargazing-recommendations{margin-top:1.5rem;background:#1e1e2e99;border-radius:8px;padding:1rem}.stargazing-recommendations h5{margin:0 0 .75rem;color:#fff;font-size:.95rem}.stargazing-recommendations ul{margin:0;padding-left:1.5rem;color:#c0c0d0}.stargazing-recommendations li{margin-bottom:.5rem;font-size:.85rem;line-height:1.4}@media(max-width:768px){.sun-times-grid{grid-template-columns:1fr}.factor-label{min-width:100px;font-size:.8rem}.factor-value{min-width:45px;font-size:.8rem}}.view-toggle-container{display:flex;gap:.5rem;background:#1a1a2e;border-radius:8px;padding:.4rem;border:1px solid #2d4263}.view-toggle-btn{padding:.5rem .75rem;background:transparent;border:none;border-radius:6px;color:#c8c8d2;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.4rem;font-family:inherit;white-space:nowrap}.view-toggle-btn:hover{background:#2d4263;color:#fff}.view-toggle-btn.active{background:#4a5c7a;color:#fff}.view-icon{font-size:1.1rem;line-height:1}.view-name{font-size:.85rem;font-weight:500;line-height:1}@media(max-width:768px){.view-toggle-container{padding:.3rem;gap:.3rem}.view-toggle-btn{padding:.4rem .6rem;min-height:44px}.view-icon{font-size:1rem}.view-name{font-size:.75rem}}@media(max-width:480px){.view-toggle-container{width:100%;justify-content:space-between}.view-toggle-btn{flex:1;padding:.4rem .5rem}.view-icon{font-size:1rem}.view-name{font-size:.7rem}}.autocomplete-container{position:relative;width:100%}.autocomplete-input{width:100%;padding:12px 45px 12px 15px;font-size:16px;border:2px solid #2d4263;border-radius:8px;outline:none;transition:all .3s ease;background:#0f1419;color:#fff}.autocomplete-input:focus{border-color:#4a5c7a;box-shadow:0 0 0 3px #4a5c7a33}.autocomplete-input::placeholder{color:#6b7280}.autocomplete-input:disabled{background:#1a1a2e;cursor:not-allowed;opacity:.5}.autocomplete-loading{position:absolute;right:15px;top:50%;transform:translateY(-50%);pointer-events:none}.spinner{width:20px;height:20px;border:3px solid #2d4263;border-top:3px solid #4a5c7a;border-radius:50%;animation:spin 1s linear infinite}.autocomplete-suggestions{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#1a1a2e;border:1px solid #2d4263;border-radius:8px;box-shadow:0 4px 12px #0000004d;max-height:400px;overflow-y:auto;z-index:1000;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.suggestion-item{display:flex;align-items:center;padding:12px 15px;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #2d4263}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.selected{background-color:#2d4263}.suggestion-icon{font-size:20px;margin-right:12px;flex-shrink:0}.suggestion-content{flex:1;min-width:0;overflow:hidden}.suggestion-name{font-size:14px;font-weight:500;color:#e5e7eb;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-type{font-size:12px;color:#9ca3af;text-transform:capitalize}.autocomplete-suggestions::-webkit-scrollbar{width:8px}.autocomplete-suggestions::-webkit-scrollbar-track{background:#0f1419;border-radius:0 8px 8px 0}.autocomplete-suggestions::-webkit-scrollbar-thumb{background:#2d4263;border-radius:4px}.autocomplete-suggestions::-webkit-scrollbar-thumb:hover{background:#4a5c7a}@media(max-width:768px){.autocomplete-input{font-size:15px;padding:.75rem 40px .75rem .875rem}.suggestion-item{padding:.75rem .875rem;min-height:44px}.suggestion-icon{font-size:1.125rem;margin-right:.75rem}.suggestion-name{font-size:.8125rem}.suggestion-type{font-size:.6875rem}.autocomplete-suggestions{max-height:280px}}@media(max-width:480px){.autocomplete-input{font-size:14px;padding:.6875rem 36px .6875rem .75rem}.autocomplete-loading{right:.75rem}.spinner{width:18px;height:18px;border-width:2px}.suggestion-item{padding:.6875rem .75rem}.autocomplete-suggestions{max-height:250px}}.board-panel{position:fixed;top:80px;right:20px;width:350px;max-height:calc(100vh - 100px);background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #00000026;overflow:hidden;z-index:1000;display:flex;flex-direction:column}.board-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.board-header h3{margin:0;font-size:18px;font-weight:600}.board-header .close-button{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.board-header .close-button:hover{background:#ffffff4d;transform:scale(1.1)}.board-content{flex:1;overflow-y:auto;padding:16px}.empty-board{text-align:center;padding:40px 20px;color:#666}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-board p{margin:8px 0;font-size:16px;color:#333}.empty-hint{font-size:14px!important;color:#888!important;margin-top:12px!important}.board-info{font-size:14px;color:#666;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.pinned-list{display:flex;flex-direction:column;gap:12px}.pinned-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s ease}.pinned-item:hover{box-shadow:0 4px 12px #0000001a;border-color:#667eea}.pinned-icon{font-size:24px;flex-shrink:0}.pinned-info{flex:1;min-width:0}.pinned-name{font-weight:600;font-size:14px;color:#333;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pinned-details{font-size:12px;color:#666;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pinned-coords{font-family:Courier New,monospace}.pinned-separator{color:#ccc}.pinned-aqi{font-weight:600}.pinned-actions{display:flex;gap:8px;flex-shrink:0}.navigate-button,.view-button,.remove-button{width:36px;height:36px;border:none;border-radius:6px;font-size:18px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.navigate-button{background:#4caf50;color:#fff}.navigate-button:hover{background:#45a049;transform:scale(1.05)}.view-button{background:#2196f3;color:#fff}.view-button:hover{background:#0b7dda;transform:scale(1.05)}.remove-button{background:#f44336;color:#fff}.remove-button:hover{background:#da190b;transform:scale(1.05)}.board-content::-webkit-scrollbar{width:8px}.board-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.board-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.board-content::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:768px){.board-panel{top:5rem;right:.625rem;left:.625rem;width:auto;max-height:55vh}.board-header{padding:.875rem 1rem}.board-header h3{font-size:1rem}.board-content{padding:.875rem}.pinned-item{padding:.875rem;gap:.875rem}.pinned-name{font-size:.8125rem}.pinned-details{font-size:.6875rem}.navigate-button,.view-button,.remove-button{width:40px;height:40px;min-width:40px;min-height:40px}.empty-board{padding:2rem 1rem}.empty-icon{font-size:3rem}}@media(max-width:480px){.board-panel{top:4.5rem;right:.5rem;left:.5rem;max-height:50vh}.board-header{padding:.75rem .875rem}.board-content{padding:.75rem}.pinned-item{padding:.75rem;gap:.75rem}.navigate-button,.view-button,.remove-button{width:44px;height:44px;min-width:44px;min-height:44px;font-size:1rem}}.nearby-locations-panel{position:fixed;top:50%;left:1rem;transform:translateY(-50%);width:380px;max-height:80vh;background:#1a1a2e;border-radius:12px;box-shadow:0 8px 32px #00000080;border:1px solid #2d4263;overflow-y:auto;z-index:999;animation:slideInLeft .3s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translateY(-50%) translate(-20px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.nearby-locations-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #2d4263;position:sticky;top:0;background:#1a1a2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;border-radius:12px 12px 0 0}.nearby-locations-header h3{margin:0;font-size:1.15rem;color:#fff;font-weight:600}.nearby-locations-content{padding:1.25rem}.current-location-info{background:#0f1419;border-radius:8px;padding:1rem;margin-bottom:1rem;border:1px solid #2d4263}.current-location-info h4{margin:0 0 .5rem;font-size:.95rem;color:#9ca3af}.current-stats{display:flex;gap:1rem}.stat-item{background:#1a1a2e;padding:.5rem .75rem;border-radius:6px;font-size:.9rem;color:#fff}.search-controls{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem;background:#0f1419;border-radius:8px}.search-controls label{font-size:.9rem;color:#9ca3af}.radius-select{flex:1;padding:.5rem;background:#1a1a2e;border:1px solid #2d4263;border-radius:6px;color:#fff;font-size:.9rem;cursor:pointer}.radius-select:focus{outline:none;border-color:#4a5c7a}.results-summary{padding:.75rem;background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:8px;color:#4ade80;font-size:.9rem;margin-bottom:1.5rem;text-align:center}.no-results{text-align:center;padding:2rem 1rem;color:#9ca3af}.no-results p{margin:.5rem 0}.no-results .suggestion{font-size:.85rem;font-style:italic;color:#6b7280}.location-category{margin-bottom:1.5rem}.category-title{font-size:.95rem;margin:0 0 .75rem;padding:.5rem .75rem;border-radius:6px;font-weight:600}.category-title.excellent{background:#22c55e33;color:#22c55e}.category-title.better{background:#84cc1633;color:#84cc16}.category-title.similar{background:#facc1533;color:#facc15}.location-card{background:#0f1419;border-left:4px solid;border-radius:8px;padding:1rem;margin-bottom:.75rem;cursor:pointer;transition:all .2s ease;border:1px solid #2d4263}.location-card:hover{background:#1a1a2e;border-color:#4a5c7a;transform:translate(4px);box-shadow:0 4px 12px #0000004d}.location-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.location-distance{font-size:.9rem;color:#9ca3af;font-weight:600}.navigate-button{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:0;transition:transform .2s ease}.navigate-button:hover{transform:scale(1.2)}.location-stats{margin-bottom:.75rem}.stat-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.stat-label{font-size:.85rem;color:#9ca3af;min-width:50px}.stat-value{font-size:.9rem;color:#fff;font-weight:600}.stat-improvement{font-size:.85rem;font-weight:600;padding:.15rem .4rem;background:#0000004d;border-radius:4px}.location-improvement{font-size:.85rem;color:#d1d5db;margin-bottom:.5rem;padding:.5rem;background:#1a1a2e;border-radius:6px}.location-coordinates{font-size:.75rem;color:#6b7280;font-family:monospace}.loading-state,.error-state{text-align:center;padding:2rem 1rem;color:#9ca3af}.spinner{border:3px solid rgba(74,92,122,.3);border-top:3px solid #4a5c7a;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.retry-button{background:#4a5c7a;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;margin-top:1rem}.retry-button:hover{background:#5a6c8a;transform:translateY(-1px)}@media(max-width:768px){.nearby-locations-panel{left:.5rem;right:.5rem;width:auto;max-width:420px}.search-controls{flex-direction:column;align-items:stretch}.current-stats{flex-direction:column;gap:.5rem}}.help-tooltip-container{position:fixed;bottom:2rem;left:2rem;z-index:1050;cursor:help}.help-icon{width:40px;height:40px;background:#4a5c7a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #0000004d;transition:all .3s ease;border:2px solid #667eea}.help-icon:hover{background:#5a6c8a;transform:scale(1.1);box-shadow:0 6px 16px #0006}.help-content{position:absolute;bottom:50px;left:0;width:450px;max-height:70vh;background:#1a1a2e;border:2px solid #4a5c7a;border-radius:12px;box-shadow:0 8px 32px #00000080;overflow-y:auto;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.help-header{background:linear-gradient(135deg,#4a5c7a,#667eea);padding:1rem 1.5rem;border-radius:10px 10px 0 0;border-bottom:2px solid #667eea;position:sticky;top:0;z-index:1}.help-header h3{margin:0;color:#fff;font-size:1.2rem;font-weight:600}.help-body{padding:1.5rem;color:#e0e0e0}.help-body pre{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;color:#e0e0e0}.help-content::-webkit-scrollbar{width:8px}.help-content::-webkit-scrollbar-track{background:#0f1419;border-radius:0 10px 10px 0}.help-content::-webkit-scrollbar-thumb{background:#4a5c7a;border-radius:4px}.help-content::-webkit-scrollbar-thumb:hover{background:#5a6c8a}@media(max-width:768px){.help-tooltip-container{bottom:1.5rem;left:1.5rem}.help-icon{width:36px;height:36px;font-size:1.3rem}.help-content{width:320px;max-height:60vh;left:0}.help-header h3{font-size:1rem}.help-body{padding:1rem}.help-body pre{font-size:.8rem;line-height:1.5}}@media(max-width:480px){.help-tooltip-container{bottom:1.25rem;left:1.25rem}.help-icon{width:32px;height:32px;font-size:1.2rem}.help-content{width:280px;max-height:50vh;left:0}.help-header{padding:.75rem 1rem}.help-header h3{font-size:.9rem}.help-body{padding:.75rem}.help-body pre{font-size:.75rem;line-height:1.4}}.map-page-container{width:100%;height:100vh;display:flex;flex-direction:column;background:#0f1419}.map-controls{background:#1a1a2e;padding:1.5rem;box-shadow:0 2px 10px #00000080;z-index:1000}.search-container{display:flex;gap:1rem;margin-bottom:1rem;max-width:1200px;margin-left:auto;margin-right:auto;align-items:center}.search-container .autocomplete-container{flex:1}.search-input{flex:1;padding:.75rem 1rem;font-size:1rem;border:2px solid #2d4263;border-radius:8px;background:#0f1419;color:#fff;outline:none;transition:all .3s ease}.search-input:focus{border-color:#4a5c7a;box-shadow:0 0 0 3px #4a5c7a33}.search-input::placeholder{color:#6b7280}.search-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;background:#4a5c7a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.search-button:hover:not(:disabled){background:#5a6c8a;transform:translateY(-1px)}.search-button:disabled{opacity:.5;cursor:not-allowed}.controls-row{display:flex;gap:1rem;justify-content:center;align-items:center;max-width:1200px;margin:0 auto}.board-toggle-button{padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;background:#1a1a2e;color:#e0e0e0;border:2px solid #2d4263;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.board-toggle-button:hover{background:#2d4263;border-color:#4a5c7a;transform:translateY(-1px)}.map-toggle-button{display:block;margin:0 auto;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;background:#1a1a2e;color:#e0e0e0;border:2px solid #2d4263;border-radius:8px;cursor:pointer;transition:all .2s ease}.map-toggle-button:hover{background:#2d4263;border-color:#4a5c7a}.map-toggle-button.active{background:#4a5c7a;color:#fff;border-color:#4a5c7a}.layer-switcher-container{position:absolute;top:1rem;left:1rem;z-index:1000}.view-sky-button{margin-top:.75rem;padding:.5rem 1rem;width:100%;background:#4a5c7a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.view-sky-button:hover{background:#5a6c8a;transform:translateY(-1px)}.error-message{max-width:1200px;margin:1rem auto 0;padding:.75rem 1rem;background:#dc262626;border:1px solid rgba(220,38,38,.4);border-radius:8px;color:#ef4444;text-align:center;font-size:.9rem}.error-message.tile-error{background:#fb923c26;border-color:#fb923c66;color:#fb923c;font-size:.85rem}.map-container{flex:1;position:relative;overflow:hidden}.popup-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.popup-content h3{margin:0 0 .5rem;font-size:1.1rem;color:#333}.popup-content p{margin:.25rem 0;font-size:.9rem;color:#555}.popup-content .aqi-description{font-style:italic;color:#667eea;font-weight:500}.popup-content .coordinates{font-size:.8rem;color:#777;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #ddd}.popup-content .pinned-badge{color:gold;font-weight:600;font-size:.9rem;margin:.25rem 0}.popup-content .pin-button,.popup-content .unpin-button{margin-top:.5rem;padding:.5rem 1rem;width:100%;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease}.popup-content .pin-button{background:#4caf50;color:#fff}.popup-content .pin-button:hover{background:#45a049;transform:translateY(-1px)}.popup-content .unpin-button{background:#f44336;color:#fff}.popup-content .unpin-button:hover{background:#da190b;transform:translateY(-1px)}.home-button{position:fixed;top:1rem;left:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;background:#4a5c7a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;z-index:1100;display:flex;align-items:center;gap:.5rem}.home-button:hover{background:#5a6c8a;transform:translateY(-1px)}.mobile-controls-toggle{position:fixed;top:1rem;right:1rem;width:50px;height:50px;padding:0;font-size:1.5rem;font-weight:600;background:#4a5c7a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;z-index:1100;display:none;align-items:center;justify-content:center}.mobile-controls-toggle:hover{background:#5a6c8a;transform:scale(1.05)}.starry-chat-button{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;background:#4a5c7a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;z-index:999;display:flex;align-items:center;gap:.5rem}.starry-chat-button:hover{background:#5a6c8a;transform:translateY(-2px)}.starry-chat-button .chat-icon{font-size:1.25rem}.starry-chat-button .chat-text{font-weight:700}@media(max-width:768px){.mobile-controls-toggle{display:flex;width:44px;height:44px;font-size:1.3rem}.map-controls{position:fixed;top:5rem;left:0;right:0;max-height:0;overflow:hidden;padding:0;transition:all .3s ease;z-index:1050}.map-controls.visible{max-height:50vh;padding:.875rem;overflow-y:auto}.search-container{flex-direction:column;gap:.625rem;margin-bottom:.75rem}.search-button{width:100%;padding:.75rem 1.5rem;min-height:44px}.controls-row{gap:.75rem}.board-toggle-button{padding:.625rem 1.25rem;font-size:.85rem;min-height:44px}.map-toggle-button{font-size:.85rem;padding:.5rem 1rem}.layer-switcher-container{top:.625rem;left:.625rem}.starry-chat-button{bottom:1.25rem;right:1.25rem;padding:.75rem 1rem;font-size:.9rem;min-width:44px;min-height:44px}.starry-chat-button .chat-icon{font-size:1.5rem}.starry-chat-button .chat-text{display:none}.home-button{padding:.625rem 1.125rem;font-size:.85rem;gap:.375rem;min-height:44px}.error-message{padding:.625rem .875rem;font-size:.85rem;margin:.75rem auto 0}}@media(max-width:480px){.mobile-controls-toggle{top:.75rem;right:.75rem;width:48px;height:48px}.home-button{top:.75rem;left:.75rem;padding:.5rem .875rem;font-size:.8rem}.map-controls.visible{max-height:45vh;padding:.75rem}.layer-switcher-container{top:.5rem;left:.5rem}.starry-chat-button{bottom:1rem;right:1rem;padding:.625rem}.controls-row{flex-direction:column;gap:.625rem}.board-toggle-button{width:100%}}.nearby-toggle-button{background:#4a5c7a;color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.nearby-toggle-button:hover:not(:disabled){background:#5a6c8a;transform:translateY(-1px)}.nearby-toggle-button:disabled{opacity:.5;cursor:not-allowed;background:#374151}@media(max-width:768px){.nearby-toggle-button{font-size:.85rem;padding:.5rem .8rem}}.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}}
