@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary: #F5F5F7;--bg-card: rgba(255, 255, 255, .7);--border-subtle: rgba(0, 0, 0, .06);--text-primary: #1D1D1F;--text-secondary: #86868B;--accent: #0071E3}.dark :root{--bg-primary: #000000;--bg-card: rgba(28, 28, 30, .7);--border-subtle: rgba(255, 255, 255, .12);--text-primary: #F5F5F7;--text-secondary: #86868B;--accent: #2997FF}body{font-family:Inter,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .5s ease;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#86868b4d;border-radius:99px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#86868b80}.glass-panel{background:var(--bg-card);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid var(--border-subtle)}.glass-nav{background:#ffffffd9;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border-subtle)}.dark .glass-nav{background:#000000d9}.bento-card{@apply glass-panel rounded-3xl transition-all duration-300 hover:shadow-2xl hover:shadow-black/5 dark:hover:shadow-white/5 hover:-translate-y-1 relative overflow-hidden;}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-enter{animation:fadeIn .6s cubic-bezier(.16,1,.3,1) forwards}.custom-loader{border:2px solid rgba(0,0,0,.1);border-left-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}.dark .custom-loader{border-color:#ffffff1a;border-left-color:var(--accent)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.animate-marquee{animation:marquee 60s linear infinite}
