.logoIcon{height:50px}._title{font-size:2rem;background:#000;font-family:Inter,Helvetica Neue,sans-serif;font-weight:900;background:linear-gradient(180deg,#c82628,#e6733a);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-1px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}@tailwind components;@tailwind utilities;@layer utilities{.content-auto{content-visibility:auto}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}.animate-float{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}}@layer components{.btn-primary,.card{@apply bg-white rounded-xl shadow-lg p-6 transition-all duration-300 hover:shadow-xl}}