@tailwind base;@tailwind components;@tailwind utilities;@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-zoom{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.animate-fade-in{animation:fade-in .5s ease-out forwards}.animate-fade-in-up{animation:fade-in-up .5s ease-out forwards}.animate-pulse-zoom{animation:pulse-zoom 2s ease-in-out infinite}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.light-scrollbar::-webkit-scrollbar{width:6px;height:6px}.light-scrollbar::-webkit-scrollbar-track{background:transparent}.light-scrollbar::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.light-scrollbar::-webkit-scrollbar-thumb:hover{background:#00000040}.glass{background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}.glass-blue{background:#0ea5e90d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(14,165,233,.15)}.glass-card{background:#fffc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.8);transition:all .3s ease}.glass-card:hover{background:#fffffff2;border-color:#0ea5e94d;transform:translateY(-2px);box-shadow:0 10px 25px -5px #0ea5e91a,0 8px 10px -6px #0ea5e91a}.neon-glow{box-shadow:0 0 15px #0ea5e933}.neon-text{text-shadow:0 0 10px rgba(14,165,233,.5)}.prose-markdown strong,.prose-markdown b{font-weight:800!important;color:inherit}.prose-markdown ul{list-style-type:disc;margin-left:1.25rem;margin-top:.5rem;margin-bottom:.5rem}.prose-markdown ol{list-style-type:decimal;margin-left:1.25rem;margin-top:.5rem;margin-bottom:.5rem}.prose-markdown li{margin-bottom:.25rem}.prose-markdown p{margin-bottom:.5rem}.prose-markdown p:last-child{margin-bottom:0}@media(max-width:768px){*::-webkit-scrollbar{display:none!important}*{-ms-overflow-style:none!important;scrollbar-width:none!important}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
