.interactive-state-map{width:100vw;position:relative;left:50%;right:50%;margin:0 -50vw;padding:0 20px;max-width:none;box-sizing:border-box}.location-step .interactive-location-container{width:100vw!important;position:relative;left:50%;right:50%;margin-left:-50vw!important;margin-right:-50vw!important;padding:0;max-width:none!important;box-sizing:border-box;overflow:hidden}.interactive-state-map svg{width:100%;height:auto;transition:all .3s ease;max-width:1200px;margin:0 auto;display:block}.state-path{cursor:pointer;transition:fill .3s ease}.state-path:hover path{fill:#e7b44e!important;filter:drop-shadow(0 0 3px rgba(231,180,78,.5))}.state-path.selected path{fill:url(#goldGradient)!important;filter:drop-shadow(0 10px 25px rgb(255,255,255));z-index:10}.state-details{background-color:#1f1f1f;border:1px solid #3f3f3f;border-radius:8px;padding:16px;margin-top:20px;display:flex;align-items:center;justify-content:space-between}.state-details-text{display:flex;flex-direction:column}.state-details-title{font-size:1.5rem;font-weight:600;color:#e7b44e;margin-bottom:4px}.state-details-subtitle{font-size:.9rem;color:#d4d4d8}.division-selector{margin-top:16px;background-color:#27272a;border-radius:8px;border:1px solid #3f3f3f;padding:8px}.division-selector-title{font-size:1rem;font-weight:600;margin-bottom:8px;color:#e0e0e0}.division-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.division-item{background-color:#3f3f3f;border-radius:4px;padding:8px 12px;cursor:pointer;transition:all .2s ease}.division-item:hover{background-color:#4f4f4f}.division-item.selected{background:linear-gradient(90deg,#fbcf77,#d3a23d);color:#000;box-shadow:0 4px 12px hsla(40,94%,73%,.3)}.map-section{width:100%;position:relative;margin-bottom:2rem}.map-section h3{max-width:1200px;margin-left:auto;margin-right:auto}.form-container{max-width:600px;width:100%;margin:0 auto;padding:0 20px}.onboarding-step .interactive-state-map{z-index:1}.state-dropdown-header{transition:all .2s ease}.state-dropdown-header:focus-within,.state-dropdown-header:hover{border-color:#e7b44e!important}.state-dropdown-container{position:relative}.state-dropdown-list{box-shadow:0 8px 16px rgba(0,0,0,.6);z-index:100;max-height:300px}@media (max-height:700px){.state-dropdown-list{max-height:200px}}.state-dropdown-list::-webkit-scrollbar{width:8px}.state-dropdown-list::-webkit-scrollbar-track{background:#27272a;border-radius:0 8px 8px 0}.state-dropdown-list::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:8px}.state-dropdown-list::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:640px){.state-selection-wrapper{margin-top:-1rem}.form-container{padding:0 16px}}