.games-container{text-align:center;max-width:1200px;margin:0 auto;padding:60px 20px;font-family:Inter,sans-serif}.games-header{margin-bottom:50px}.games-title{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:15px;font-size:3.5rem;font-weight:800;animation:.8s ease-out fadeInDown}.games-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.25rem;animation:.8s ease-out .2s backwards fadeInUp}.games-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;padding:20px;display:grid}.game-card{color:#fff;text-align:center;cursor:pointer;perspective:1000px;border-radius:20px;flex-direction:column;align-items:center;height:100%;padding:40px 30px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:.6s ease-out backwards fadeInUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.game-card:hover{z-index:10;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0003}.card-badge{color:#fff;text-transform:uppercase;background-color:#4cd964;border-radius:6px;padding:5px 12px;font-size:.8rem;font-weight:700;position:absolute;top:20px;left:20px;box-shadow:0 2px 5px #0003}.icon-wrapper{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:25px;transition:transform .4s;display:flex;box-shadow:0 8px 16px #0000001a}.game-card:hover .icon-wrapper{transform:rotate(5deg)scale(1.1)}.game-title{text-shadow:0 2px 4px #0000001a;margin-bottom:15px;font-size:1.8rem;font-weight:700}.game-description{opacity:.95;flex-grow:1;margin-bottom:30px;font-size:1rem;line-height:1.6}.play-btn{color:#333;cursor:pointer;background-color:#fff;border:none;border-radius:12px;width:100%;padding:12px 40px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 10px #00000026}.game-card:hover .play-btn{transform:scale(1.05);box-shadow:0 8px 20px #0003}.gradient-red{background:linear-gradient(135deg,#d32f2f,#b71c1c)}.gradient-green{background:linear-gradient(135deg,#388e3c,#2e7d32)}.gradient-purple{background:linear-gradient(135deg,#8e24aa,#7b1fa2)}.gradient-blue-purple{background:linear-gradient(135deg,#5e35b1,#4527a0)}.gradient-teal{background:linear-gradient(135deg,#00897b,#00695c)}.gradient-pink{background:linear-gradient(135deg,#d81b60,#ad1457)}.gradient-orange{background:linear-gradient(135deg,#f57c00,#ef6c00)}.gradient-blue{background:linear-gradient(135deg,#1976d2,#1565c0)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
