*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:#fff;color:#1f2937;line-height:1.6}.horizontal-scrollbar::-webkit-scrollbar{height:6px}.horizontal-scrollbar::-webkit-scrollbar-track{background:#e2e8f0}.horizontal-scrollbar::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}.horizontal-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748b}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.spinner{border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
