:root{--bg-root: #06091a;--bg-surface: #0c1029;--bg-elevated: #141938;--bg-overlay: #1a2040;--border-default: #1e2a4a;--border-muted: #141938;--border-emphasis: #2a3a66;--text-primary: #eef0f6;--text-secondary: #8892b0;--text-muted: #4a5578;--text-link: #58a6ff;--accent-green: #e8b94a;--accent-green-dim: #e8b94a33;--accent-blue: #00d4aa;--accent-amber: #ff8f3a;--accent-red: #ff4757;--accent-purple: #a78bfa;--severity-hot: #ff4757;--severity-notable: #ff8f3a;--severity-normal: #4a6a7a;--font-display: "Sora", -apple-system, sans-serif;--font-mono: "IBM Plex Mono", "Fira Code", monospace;--font-body: "DM Sans", -apple-system, sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg-root);color:var(--text-primary);line-height:1.5;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border-emphasis);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.mono{font-family:var(--font-mono)}.display{font-family:var(--font-display)}.uppercase{text-transform:uppercase;letter-spacing:.08em}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.glass{background:#0c1029b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(30,42,74,.6)}.gradient-border{border:1px solid transparent;background-clip:padding-box;position:relative}.gradient-border:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#e8b94a,#00d4aa);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes glowPulse{0%,to{box-shadow:0 0 8px #e8b94a33}50%{box-shadow:0 0 20px #e8b94a66}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.animate-slide-in{animation:slideIn .3s ease-out forwards}@media (max-width: 768px){.grid-dashboard{grid-template-columns:1fr!important;padding:12px 16px!important;gap:12px!important}.grid-pricing{grid-template-columns:1fr!important;max-width:400px!important}.header-inner{flex-direction:column;gap:12px;padding:12px 16px!important}.city-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;padding-bottom:4px;flex-wrap:nowrap!important;justify-content:flex-start!important}.email-form{flex-direction:column!important}.email-form input,.email-form button{flex:unset!important;width:100%!important}}@media (min-width: 768px){.premium-grid{grid-template-columns:repeat(2,1fr)!important}}
