:root{--black:#000000;--white:#FFFFFF;--off-white:#FAFAFA;--gray-50:#F5F5F5;--gray-100:#E8E8E8;--gray-200:#D4D4D4;--gray-400:#888888;--gray-600:#555555;--orange:#FF3B00;--darkred:#8B1A1A;--font:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;--radius:2px;--surface-bg:var(--off-white);--surface-card:var(--white);--surface-raised:var(--white);--surface-overlay:rgba(255,255,255,0.95);--border-subtle:var(--gray-100);--border-strong:var(--gray-200);--text-primary:var(--black);--text-secondary:var(--gray-600);--text-muted:var(--gray-400);--accent:var(--orange);--accent-soft:rgba(255,59,0,0.12);--shadow-sm:0 1px 2px rgba(0,0,0,0.06),0 1px 3px rgba(0,0,0,0.05);--shadow-md:0 4px 12px rgba(0,0,0,0.08),0 2px 4px rgba(0,0,0,0.04);--shadow-lg:0 10px 30px rgba(0,0,0,0.12),0 4px 8px rgba(0,0,0,0.06)}html[data-theme=dark]{--surface-bg:#0d0d0d;--surface-card:#1a1a1a;--surface-raised:#232323;--surface-overlay:rgba(26,26,26,0.95);--border-subtle:#2a2a2a;--border-strong:#3a3a3a;--text-primary:#f5f5f5;--text-secondary:#c5c5c5;--text-muted:#8a8a8a;--accent-soft:rgba(255,59,0,0.22);--shadow-sm:0 1px 2px rgba(0,0,0,0.4);--shadow-md:0 4px 12px rgba(0,0,0,0.5);--shadow-lg:0 10px 30px rgba(0,0,0,0.6)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background-color:var(--off-white)}html[data-theme=dark]{background-color:var(--black)}body{font-family:var(--font);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.burger-drawer:not(.active),.map-spot-overlay:not(.active),.search-overlay:not(.active){display:none}.app-page[data-page=map]{padding-bottom:0!important}