@tailwind base;@tailwind components;@tailwind utilities;:root{--sat: env(safe-area-inset-top, 0px);--sab: env(safe-area-inset-bottom, 0px);--sal: env(safe-area-inset-left, 0px);--sar: env(safe-area-inset-right, 0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{width:100%;height:100%;height:100dvh;margin:0;padding:0;overflow:hidden;background-color:#121212;color:#e3e3e3;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;user-select:none;-webkit-user-select:none;touch-action:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:#444746;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#616161}.glass-panel{background:#1e1e1ed9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px currentColor;transform:scale(1.05)}50%{box-shadow:0 0 25px currentColor;transform:scale(1.12)}}.pulse-glow{animation:pulseGlow 1.8s infinite ease-in-out}
