@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;font-family:Inter,system-ui,sans-serif;transition:background-color .3s,color .3s}html.dark body{color:#e2e8f0;background:#0f0f1a}html.light body{color:#1e293b;background:#f1f5f9}::-webkit-scrollbar{width:6px}html.dark ::-webkit-scrollbar-track{background:#1a1b2e}html.dark ::-webkit-scrollbar-thumb{background:#3a3b4d;border-radius:3px}html.dark ::-webkit-scrollbar-thumb:hover{background:#6c5ce7}html.light ::-webkit-scrollbar-track{background:#e2e8f0}html.light ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}html.light ::-webkit-scrollbar-thumb:hover{background:#6c5ce7}}@layer components{@apply px-6 py-2.5 bg-gradient-to-r from-accent to-accent-dark text-white font-semibold rounded-xl hover:from-accent-light hover:to-accent transition-all duration-300 shadow-lg shadow-accent/25 active:scale-95;@apply bg-dark-300/50 backdrop-blur-sm rounded-2xl border border-dark-400/50 shadow-xl;@apply bg-white/80 backdrop-blur-sm rounded-2xl border border-slate-200 shadow-xl;@apply bg-dark-200/40 backdrop-blur-xl border border-white/5;@apply bg-white/70 backdrop-blur-xl border border-slate-200;@apply bg-gradient-to-r from-accent-light to-sport-green bg-clip-text text-transparent;}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}.safe-area-top{padding-top:env(safe-area-inset-top,0px)}.drawer-backdrop{-webkit-backdrop-filter:blur(4px);background:#00000080}.scroll-snap-x{scroll-snap-type:x mandatory}.scroll-snap-x>*{scroll-snap-align:start}
