:root{--accent: #FF9900;--accent-hover: #E68A00;--accent-muted: rgba(255, 153, 0, .12);--accent-subtle: rgba(255, 153, 0, .06);--orange: var(--accent);--orange-light: #FFB84D;--orange-dim: #CC7A00;--orange-glow: var(--accent-muted);--orange-soft: var(--accent-subtle);--bg: #0A0A0A;--surface: #131313;--surface-2: #1A1A1A;--surface-3: #222;--text: #F5F5F5;--text-secondary: #777;--text-muted: #444;--text-dim: #2A2A2A;--border: rgba(255, 255, 255, .06);--border-strong: rgba(255, 255, 255, .12);--good: #34D399;--fire: #FF9900;--neutral: #888;--bad: #EF4444;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-xs: 6px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .6);--shadow-panel: 0 -4px 32px rgba(0, 0, 0, .7)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;width:100%;overscroll-behavior:none}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;line-height:1.5}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}.app-shell{height:100vh;height:100dvh;width:100%;position:relative;overflow:hidden;background:var(--bg)}.screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:var(--bg)}.screen-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.screen-scroll::-webkit-scrollbar{display:none}.content{padding:0 24px}.footer{padding:16px 24px max(20px,env(safe-area-inset-bottom));background:var(--bg);flex-shrink:0}h1{font-size:24px;font-weight:700;letter-spacing:-.5px;line-height:1.2;color:var(--text)}h2{font-size:18px;font-weight:650;letter-spacing:-.3px;line-height:1.25;color:var(--text)}h3{font-size:15px;font-weight:600;letter-spacing:-.15px;color:var(--text)}.subtitle{font-size:14px;color:var(--text-secondary);line-height:1.55}.label{font-size:11px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.6px;font-weight:600;margin-bottom:8px}.legal{text-align:center;margin-top:8px;font-size:11px;color:var(--text-dim)}.highlight{color:var(--accent)}.divider{height:1px;background:var(--border);margin:16px 0}.user-location-dot{position:relative;width:40px;height:40px}.user-dot-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#4285f4;border:2.5px solid #fff;box-shadow:0 0 6px #4285f499;z-index:2}.user-dot-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:#4285f433;animation:user-pulse 2s ease-out infinite;z-index:1}@keyframes user-pulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
