@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Telugu:wght@400;600;700&family=NTR&family=Mallanna&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--font-telugu: "Noto Sans Telugu", sans-serif;--font-ntr: "NTR", sans-serif;--font-mallanna: "Mallanna", sans-serif}}@layer utilities{.font-telugu{font-family:var(--font-telugu)}.font-ntr{font-family:var(--font-ntr)}.font-mallanna{font-family:var(--font-mallanna)}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}}body{@apply bg-gray-50 dark:bg-[#0f0f0f] text-gray-900 dark:text-white;}.article-rich-text h1{font-size:1.8rem;font-weight:900;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.2}.article-rich-text h2{font-size:1.4rem;font-weight:800;margin-top:1.25rem;margin-bottom:.5rem;line-height:1.2}.article-rich-text h3{font-size:1.15rem;font-weight:700;margin-top:1rem;margin-bottom:.5rem}.article-rich-text ul{list-style-type:disc!important;padding-left:1.5rem!important;margin-bottom:1rem!important}.article-rich-text ol{list-style-type:decimal!important;padding-left:1.5rem!important;margin-bottom:1rem!important}.article-rich-text a{color:#dc2626!important;text-decoration:underline!important;font-weight:700}.article-rich-text a:hover{color:#f87171!important}.article-rich-text img{max-width:100%;height:auto;border-radius:.75rem;margin:1rem 0;display:block}.article-rich-text{word-break:break-word}@keyframes countdownPop{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.4);opacity:1}to{transform:scale(1);opacity:0}}@keyframes phaseFlash{0%{opacity:0}30%{opacity:.9}to{opacity:0}}@keyframes levelUpDrop{0%{transform:translateY(-60px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes confettiFall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@keyframes streakGlow{0%,to{box-shadow:0 0 8px 2px currentColor}50%{box-shadow:0 0 20px 6px currentColor}}@keyframes goldRing{0%,to{box-shadow:0 0 0 4px #f59e0b,0 0 20px 6px #f59e0b55}50%{box-shadow:0 0 0 6px #f59e0b,0 0 30px 12px #f59e0b88}}.animate-countdown-pop{animation:countdownPop 1s ease-in-out forwards}.animate-phase-flash{animation:phaseFlash 2.5s ease-out forwards}.animate-level-up-drop{animation:levelUpDrop .6s cubic-bezier(.175,.885,.32,1.275) forwards}.animate-confetti-fall{animation:confettiFall 4s linear forwards}.animate-streak-glow{animation:streakGlow 2s infinite ease-in-out}.animate-gold-ring{animation:goldRing 3s infinite ease-in-out}
