:root{--bg:#0e1116;--bg2:#15191f;--card:#1a1f26;--card-hi:#222933;--hairline:#ffffff0f;--border:#ffffff1a;--text:#f4f5f7;--text-mid:#f4f5f79e;--text-dim:#f4f5f761;--accent:#9b8cff;--cat-monument:#9b8cff;--cat-museum:#5fb8b0;--cat-food:#e68a65;--cat-garden:#8fb46a;--cat-hidden:#e5b85c;--cat-monument-dim:#5a4fb0;--cat-museum-dim:#2f6a65;--cat-food-dim:#8c4f3a;--cat-garden-dim:#506c3d;--cat-hidden-dim:#896a2e;--open-green:#6bcb8b;--closed-red:#e5715c;--font-ui:"Manrope", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--font-serif:"Crimson Pro", Georgia, serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);height:100%;color:var(--text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}button{font-family:var(--font-ui);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none}#app{width:100%;height:100%}nearby-app{background:var(--bg);width:100%;height:100%;max-height:100dvh;display:block;position:relative;overflow:hidden}input[type=range]{appearance:none;background:var(--border);border-radius:2px;outline:none;width:100%;height:2px}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:16px;height:16px;box-shadow:0 0 8px #9b8cff80}input[type=range]::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:16px;height:16px;box-shadow:0 0 8px #9b8cff80}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}@keyframes sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
