body{background-color:var(--white);color:var(--text-dark-gray);font-family:Arial,sans-serif}.btn-primary{background-color:var(--secondary-cyan);color:var(--white)}.spectra-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;width:100%;z-index:1000}.spectra-header .header-container{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px}.spectra-header .logo{align-items:center;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;gap:.5rem}.spectra-header .logo .logo-icon{height:2rem;object-fit:contain;width:auto}.spectra-header .logo .logo-link{color:#fff;text-decoration:none}.spectra-header .logo .logo-text{font-weight:700;letter-spacing:.05em}.spectra-header .header-top{display:none}.spectra-header .hamburger-button{background:#0000;border:none;cursor:pointer;display:none;padding:.5rem;z-index:1001}.spectra-header .hamburger-button .hamburger-icon{display:flex;flex-direction:column;height:18px;justify-content:space-between;transition:all .3s ease;width:24px}.spectra-header .hamburger-button .hamburger-icon span{background-color:#fff;border-radius:3px;display:block;height:3px;transition:all .3s ease;width:100%}.spectra-header .hamburger-button .hamburger-icon.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.spectra-header .hamburger-button .hamburger-icon.active span:nth-child(2){opacity:0}.spectra-header .hamburger-button .hamburger-icon.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.spectra-header .header-right{align-items:center;display:flex;flex-wrap:nowrap;gap:2.5rem}.spectra-header .nav{align-items:center;display:flex;flex-wrap:nowrap;gap:1.5rem;white-space:nowrap}.spectra-header .nav .nav-link{border-radius:6px;color:#fff;flex-shrink:0;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.spectra-header .nav .nav-link:hover{background-color:#ffffff26;color:#fff;transform:translateY(-2px)}.spectra-header .nav .nav-link.active{background-color:#ffffff40;color:#fff;font-weight:600}.spectra-header .nav .nav-link.active:after{background-color:#dc2626;border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60%}.spectra-header .header-actions{align-items:center;display:flex;flex-shrink:0;gap:1rem;white-space:nowrap}.spectra-header .header-actions .btn-login{background-color:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;flex-shrink:0;font-size:1rem;font-weight:500;padding:.5rem 1.5rem;transition:background-color .3s;white-space:nowrap}.spectra-header .header-actions .btn-login:hover{background-color:#b21d1d}.spectra-header .header-actions .btn-lang{background:#fff3;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.9rem;padding:.5rem 1rem;transition:background-color .3s;white-space:nowrap}.spectra-header .header-actions .btn-lang:hover{background:#ffffff4d}.spectra-header .header-actions .btn-lang .lang-active{font-weight:600}.spectra-header .header-actions .btn-lang .lang-inactive{font-weight:400;opacity:.8}@media(max-width:575px){.spectra-header{padding:.75rem 1rem}.spectra-header .header-container{align-items:flex-start;flex-direction:column;gap:0}.spectra-header .logo{display:none}.spectra-header .header-top{align-items:center;display:flex;justify-content:space-between;width:100%}.spectra-header .hamburger-button{display:block}.spectra-header .header-top .logo{display:flex}.spectra-header .header-top .logo .logo-icon{height:1.5rem}.spectra-header .header-top .logo .logo-text{font-size:1.1rem}.spectra-header .header-right{align-items:stretch;flex-direction:column;gap:0;max-height:0;opacity:0;overflow:hidden;padding:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;width:100%}.spectra-header .header-right.mobile-open{gap:1rem;max-height:600px;opacity:1;padding-top:1rem}.spectra-header .nav{flex-direction:column;gap:0;width:100%}.spectra-header .nav .nav-link{border-bottom:1px solid #ffffff1a;border-radius:6px;font-size:.9rem;padding:.75rem 1rem;text-align:left;width:100%}.spectra-header .nav .nav-link:last-child{border-bottom:none}.spectra-header .nav .nav-link:hover{background-color:#ffffff26}.spectra-header .nav .nav-link.active{background-color:#ffffff40}.spectra-header .header-actions{flex-direction:row;gap:.75rem;justify-content:space-between;width:100%}.spectra-header .header-actions .btn-login{flex:1 1;font-size:.85rem;padding:.6rem 1rem}.spectra-header .header-actions .btn-lang{font-size:.85rem;padding:.6rem .75rem}}@media(min-width:576px)and (max-width:767px){.spectra-header{padding:1rem 1.5rem}.spectra-header .header-container{gap:1.5rem}.spectra-header .nav{gap:1rem}.spectra-header .nav .nav-link{font-size:.9rem;padding:.45rem .9rem}.spectra-header .header-actions{gap:.75rem}.spectra-header .header-actions .btn-login{font-size:.9rem;padding:.5rem 1.25rem}}@media(min-width:768px)and (max-width:1023px){.spectra-header{padding:1rem 1.75rem}.spectra-header .header-right{gap:2rem}.spectra-header .nav{gap:1.5rem}}@media(min-width:1024px){.spectra-header .header-right{gap:3rem}.spectra-header .nav{gap:2rem}.spectra-header .header-actions{gap:1.25rem}}.spectra-footer{background-color:#1f2937;color:#fff;padding:3rem 2rem}.spectra-footer .footer-content{margin:0 auto;max-width:1400px;text-align:center}.spectra-footer .footer-logo{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.spectra-footer .footer-logo-img{height:3rem;object-fit:contain;width:auto}.spectra-footer .footer-copyright{color:#fffc;font-size:.9rem;margin:0}@media(max-width:575px){.spectra-footer{padding:2rem 1rem}.spectra-footer .footer-content .footer-logo{margin-bottom:.75rem}.spectra-footer .footer-content .footer-logo-img{height:2.5rem}.spectra-footer .footer-content .footer-copyright{font-size:.85rem}}@media(min-width:576px)and (max-width:767px){.spectra-footer{padding:2.5rem 1.5rem}.spectra-footer .footer-content .footer-logo-img{height:2.75rem}}@media(min-width:1024px){.spectra-footer{padding:3rem 2rem}}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{animation:skeleton-loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#e5e5e5,#f0f0f0 50%,#e5e5e5);background-size:200px 100%;border-radius:6px;display:inline-block}.skeleton.skeleton-text{border-radius:4px;height:1em;margin:.5em 0;width:100%}.skeleton.skeleton-rect{border-radius:6px;height:100%;width:100%}.skeleton.skeleton-circle{aspect-ratio:1;border-radius:50%;height:100%;width:100%}.skeleton-card,.skeleton.skeleton-card{border-radius:8px}.skeleton-card{background:#fff;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden}.skeleton-card .skeleton-card-image{border-radius:0;height:200px;width:100%}.skeleton-card .skeleton-card-content{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.skeleton-card .skeleton-card-content .skeleton-card-button{border-radius:4px;height:36px;margin-top:.5rem}.skeleton-map-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.skeleton-map-card .skeleton-map-card-header{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.skeleton-map-card .skeleton-map-card-header .skeleton{border-radius:6px}.skeleton-map-card .skeleton-map-card-info{display:flex;flex-direction:column;gap:.75rem}.skeleton-map-card .skeleton-map-card-info .skeleton{border-radius:6px;height:16px}.skeleton-map-card .skeleton-map-card-button{border-radius:8px;height:40px;margin-top:.5rem}.skeleton-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));width:100%}@media(max-width:575px){.skeleton-grid{gap:1rem;grid-template-columns:1fr}}@media(min-width:576px)and (max-width:767px){.skeleton-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}}.map-loading-skeleton{align-items:center;display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;padding:2rem}.map-loading-skeleton .skeleton-circle{border-radius:50%;height:60px;width:60px}.map-loading-skeleton .skeleton-text{border-radius:10px;height:20px;width:200px}@media(prefers-color-scheme:dark){.skeleton{background:linear-gradient(90deg,#6b7280,#9ca3af 50%,#6b7280);background-size:200px 100%}.skeleton-card,.skeleton-map-card{background:#374151}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.app{display:flex;flex-direction:column;min-height:100vh}:root{--primary-dark-blue:#036;--primary-blue:#3182ce;--primary-blue-hover:#2c5282;--primary-dark-blue-hover:#2c5282;--secondary-cyan:#09f;--primary-red:#dc2626;--text-dark-gray:#333;--bg-light-gray:#f5f5f5;--white:#fff}.btn-primary{background-color:#09f;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;padding:10px 20px;text-decoration:none;transition:background-color .3s}.btn-primary:hover{background-color:#007acc}
/*# sourceMappingURL=main.07e9d0e1.css.map*/