        :root { scroll-behavior: smooth; }
        body { background-color: #F6F9FC; color: #0A2540; overflow-x: hidden; }
        .glass-card { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(12px); border: 1px solid rgba(10, 37, 64, 0.05); }
        .hover-lift { transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .hover-lift:hover { transform: translateY(-12px); box-shadow: 0 30px 60px rgba(10, 37, 64, 0.08); }
        .page-transition { animation: slideUp 0.6s ease-out; }
        @keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
        #game-canvas { background: #05192D; border-radius: 24px; cursor: crosshair; width: 100%; max-width: 800px; height: auto; }
        .gradient-text { background: linear-gradient(135deg, #0A2540 0%, #C5A059 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
