@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--background:#111;--surface:#1a1a1a;--surface-high:#242424;--primary:#0ea5e9;--text-primary:#fff;--text-secondary:#9ca3af;--outline:#ffffff14;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-pill:9999px;--glow-primary:0 0 15px #0ea5e966}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}html{overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--surface-high);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.custom-scrollbar-horizontal::-webkit-scrollbar{height:6px}.custom-scrollbar-horizontal::-webkit-scrollbar-track{background:0 0}.custom-scrollbar-horizontal::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.custom-scrollbar-horizontal::-webkit-scrollbar-thumb:hover{background:#fff3}.glass{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--outline);background:#111c}.bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--outline);z-index:1000;background:#111111f2;justify-content:space-around;align-items:center;height:64px;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:var(--text-secondary);flex-direction:column;align-items:center;gap:4px;font-size:10px;font-weight:500;display:flex}.bottom-nav a.active{color:var(--primary)}@media (width>=768px){.bottom-nav{display:none}}@media (width<=767px){.desktop-header{display:none!important}.app-container{padding-bottom:64px}.mobile-header{display:flex!important}}.mobile-header{z-index:1000;background:var(--background);justify-content:space-between;align-items:center;padding:16px 20px;display:none;position:sticky;top:0}.desktop-header{z-index:1000;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:sticky;top:0}.categories-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width>=768px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.split-view{flex-direction:column;height:auto;display:flex}.map-container{flex:none;width:100%;height:400px}.content-container{flex:1;padding:20px}@media (width>=768px){.split-view{flex-direction:row;height:calc(100vh - 84px);overflow:hidden}.map-container{flex:45%;height:100%}.content-container{flex:55%;height:100%;padding:40px;overflow-y:auto}}.gm-style .gm-style-iw-c{background-color:#131313!important;border:1px solid #ffffff14!important;border-radius:12px!important;padding:0!important;box-shadow:0 10px 30px #000c!important}.gm-style .gm-style-iw-tc:after{background-color:#131313!important}.gm-style .gm-style-iw-d{max-width:none!important;max-height:none!important;overflow:hidden!important}.gm-style .gm-style-iw-ch{display:none!important}
