*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#fff;color:#000}a{color:inherit;text-decoration:none}.fullscreen-btn{position:absolute;bottom:1rem;right:1rem;z-index:10;background-color:#000;color:#fff;padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:background-color .2s}.fullscreen-btn:hover{background-color:#1f2937}.fullscreen-btn svg{width:1.25rem;height:1.25rem}@media (max-width:640px){.fullscreen-btn{padding:.375rem .75rem;font-size:.75rem}.fullscreen-btn svg{width:1rem;height:1rem}.fullscreen-btn span{display:none}}.spinner{border:3px solid #f3f3f3;border-top-color:#000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{padding:1rem;background-color:#fee2e2;border:1px solid #ef4444;border-radius:.375rem;color:#991b1b;text-align:center}.map-container{position:relative;width:100%;height:100%}.map-container iframe{width:100%;height:100%;border:none}