*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#111827;color:#d1d5db;min-height:100vh;line-height:1.6}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.header{background-color:#111827;border-bottom:1px solid rgba(239,68,68,.2);position:sticky;top:0;z-index:50}.header-content{display:flex;align-items:center;justify-content:space-between;height:64px}.logo-link{display:flex;align-items:center;text-decoration:none;color:#fff;transition:color .3s}.logo-link:hover{color:#f87171}.logo-image{height:120px;width:475px}.nav{display:none;align-items:center;gap:1.5rem}@media (min-width: 768px){.nav{display:flex}}.nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:.375rem;color:#d1d5db;text-decoration:none;transition:all .3s}.nav-link:hover{color:#fff;background-color:#1f2937}.nav-link.active{background-color:#ef4444;color:#fff}.icon{height:1rem;width:1rem}.hero{position:relative;background:linear-gradient(to bottom right,#111827,#1f2937,#991b1b33);padding:5rem 0}.hero-content{text-align:center;position:relative;z-index:10}.hero-text{max-width:56rem;margin:0 auto}.hero-title{font-size:3.75rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.hero-title{font-size:4rem}}.text-red{color:#ef4444}.block{display:block}.hero-description{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem;line-height:1.75}.hero-features{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:3rem}@media (min-width: 640px){.hero-features{flex-direction:row}}.hero-feature{display:flex;align-items:center;gap:.5rem;color:#d1d5db}.hero-feature .icon{height:1.5rem;width:1.5rem;color:#ef4444}.main-content{padding:3rem 1rem}.maps-header{margin-bottom:3rem}.section-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1rem;text-align:center}.section-description{color:#d1d5db;font-size:1.125rem;text-align:center;max-width:48rem;margin:0 auto}.map-category{margin-bottom:4rem}.category-header{display:flex;align-items:center;margin-bottom:1.5rem}.category-icon{height:2rem;width:2rem;margin-right:1rem}.category-title{font-size:2rem;font-weight:700;color:#fff}.category-count{color:#9ca3af;font-weight:400}.category-description{color:#d1d5db;margin-bottom:2rem;line-height:1.75}.maps-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 768px){.maps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.maps-grid{grid-template-columns:repeat(3,1fr)}}.map-card{background-color:#1f2937;border-radius:.75rem;overflow:hidden;border:1px solid #374151;transition:all .3s;text-decoration:none;color:inherit;display:block}.map-card:hover{transform:translateY(-.25rem);border-color:#ef4444}.map-image-container{position:relative;padding-bottom:56.25%;overflow:hidden}.map-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(17,24,39,.9),transparent);pointer-events:none}.map-info{padding:1.5rem}.map-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.map-meta{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.875rem;margin-bottom:.75rem}.map-description{color:#d1d5db;font-size:.875rem;line-height:1.5}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0}.spinner{width:3rem;height:3rem;border:4px solid #374151;border-top-color:#ef4444;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.footer{background-color:#111827;border-top:1px solid #1f2937;margin-top:5rem}.footer .container{padding:3rem 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;margin-bottom:1rem;text-decoration:none}.footer-description{color:#9ca3af;margin-bottom:1.5rem;max-width:28rem}.footer-heading{color:#fff;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#f87171}.footer-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.footer-maps-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #374151}.footer-maps-section .footer-heading{text-align:center;margin-bottom:1.5rem}.footer-maps-section .footer-links-grid{max-width:800px;margin:0 auto}@media (min-width: 768px){.footer-maps-section .footer-links-grid{grid-template-columns:repeat(4,1fr)}}.footer-bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center;border-top:1px solid #1f2937;margin-top:2rem;padding-top:2rem;gap:1rem}@media (min-width: 768px){.footer-bottom{flex-direction:row}}.footer-copyright,.footer-api{color:#9ca3af;font-size:.875rem}.footer-api a{color:#f87171;text-decoration:none;transition:color .3s}.footer-api a:hover{color:#fca5a5}.breadcrumbs{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem}.breadcrumb-item{color:#9ca3af;text-decoration:none;transition:color .3s}.breadcrumb-item:hover{color:#f87171}.breadcrumb-separator{color:#4b5563}.breadcrumb-current{color:#fff}[data-bolt-button],[class*=bolt-button],[href*="bolt.new"],iframe[src*="bolt.new"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}a[href*=bolt]:has(img),a[href*=bolt]:has(svg){display:none!important}.map-rotation-info{background:linear-gradient(to bottom right,#1f2937,#111827);border-radius:.75rem;padding:2rem;border:1px solid #374151;margin-bottom:3rem}.rotation-info-header{display:flex;align-items:center;margin-bottom:1.5rem}.rotation-icon{height:2rem;width:2rem;color:#ef4444;margin-right:1rem;flex-shrink:0}.rotation-title{font-size:1.875rem;font-weight:700;color:#fff}.rotation-subtitle{color:#d1d5db;margin-top:.5rem}.rotation-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 1024px){.rotation-content{grid-template-columns:1fr 1fr}}.rotation-column{display:flex;flex-direction:column;gap:1.5rem}.rotation-card{background-color:#37415180;border-radius:.5rem;padding:1.5rem}.card-header{display:flex;align-items:center;margin-bottom:1rem}.card-icon{height:1.5rem;width:1.5rem;color:#ef4444;margin-right:.75rem;flex-shrink:0}.card-title{font-size:1.25rem;font-weight:600;color:#fff}.card-text{color:#d1d5db;line-height:1.75;margin-bottom:1rem}.card-text strong{color:#fff}.info-box{background-color:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5rem;padding:1rem}.info-box.blue{background-color:#3b82f61a;border:1px solid rgba(59,130,246,.2)}.info-box-title{color:#fff;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center}.info-icon{height:1rem;width:1rem;color:#f87171;margin-right:.5rem}.info-box-text{color:#d1d5db;font-size:.875rem}.timeline-list{display:flex;flex-direction:column;gap:.75rem;color:#d1d5db;font-size:.875rem}.timeline-item{display:flex;align-items:flex-start;gap:.75rem}.timeline-dot{width:.5rem;height:.5rem;background-color:#ef4444;border-radius:50%;margin-top:.5rem;flex-shrink:0}.timeline-item strong{color:#fff}.factors-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;color:#d1d5db;font-size:.875rem}.factor-item{display:flex;align-items:flex-start;gap:.5rem}.factor-icon{height:1rem;width:1rem;color:#f87171;margin-top:.125rem;flex-shrink:0}.factor-item strong{color:#fff}.rotation-status{background-color:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.5rem;padding:1.5rem}.status-header{display:flex;align-items:center;margin-bottom:1rem}.status-icon{height:1.5rem;width:1.5rem;color:#ef4444;margin-right:.75rem}.status-title{font-size:1.25rem;font-weight:600;color:#fff}.status-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;text-align:center;margin-bottom:1rem}@media (min-width: 768px){.status-grid{grid-template-columns:repeat(3,1fr)}}.status-stat{background-color:#1f293780;border-radius:.5rem;padding:1rem}.stat-number{font-size:1.5rem;font-weight:700;color:#f87171;margin-bottom:.25rem}.stat-label{color:#d1d5db;font-size:.875rem}.status-note{color:#d1d5db;font-size:.875rem;text-align:center;margin-top:1rem}
