.myclass-games-section{position:relative;width:100%;max-width:1280px;margin:35px auto;padding:0 20px;direction:rtl;font-family:inherit}.myclass-games-hero{position:relative;min-height:245px;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:38px;padding:38px 42px;overflow:hidden;border-radius:32px;background:linear-gradient(120deg,#4f46e5 0,#6366f1 38%,#8b5cf6 70%,#a855f7 100%);box-shadow:0 22px 50px rgba(79,70,229,.25)}.myclass-games-hero::before{content:"";position:absolute;width:350px;height:350px;top:-210px;right:-80px;border-radius:50%;background:rgba(255,255,255,.12)}.myclass-games-hero::after{content:"";position:absolute;width:250px;height:250px;bottom:-160px;left:15%;border-radius:50%;background:rgba(255,255,255,.08)}.myclass-games-hero-content{position:relative;z-index:2;display:flex;align-items:center;gap:22px;color:#fff}.myclass-games-hero-icon{width:88px;height:88px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:27px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);box-shadow:0 12px 30px rgba(0,0,0,.13);backdrop-filter:blur(8px);font-size:45px;transform:rotate(-5deg);animation:gameHeroIcon 3s ease-in-out infinite}@keyframes gameHeroIcon{0%,100%{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(5deg) translateY(-7px)}}.myclass-games-hero-title{margin:0 0 8px;color:#fff;font-size:34px;line-height:1.4;font-weight:950;text-shadow:0 4px 12px rgba(0,0,0,.12)}.myclass-games-hero-description{margin:0 0 16px;color:rgba(255,255,255,.92);font-size:16px;line-height:1.8}.myclass-games-hero-badges{display:flex;flex-wrap:wrap;gap:8px}.myclass-games-hero-badges span{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(5px)}.myclass-games-counter{position:relative;z-index:3;display:flex;align-items:center;gap:13px;min-width:175px;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);color:#fff;backdrop-filter:blur(10px);box-shadow:0 10px 25px rgba(0,0,0,.08)}.myclass-games-counter-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:rgba(255,255,255,.18);font-size:25px}.myclass-games-counter strong{display:block;margin-bottom:2px;font-size:25px;line-height:1;font-weight:950}.myclass-games-counter small{display:block;color:rgba(255,255,255,.85);font-size:12px;white-space:nowrap}.myclass-games-shape{position:absolute;z-index:1;color:rgba(255,255,255,.75);pointer-events:none;user-select:none}.shape-one{top:25px;left:35%;font-size:25px;animation:floatingShape 4s ease-in-out infinite}.shape-two{top:35px;right:30%;font-size:18px;animation:floatingShape 3.5s ease-in-out infinite .5s}.shape-three{bottom:30px;right:42%;font-size:22px;animation:floatingShape 4.5s ease-in-out infinite 1s}.shape-four{top:18px;left:12%;font-size:25px;animation:rocketFloat 4s ease-in-out infinite}.shape-five{bottom:20px;left:30%;font-size:20px;animation:floatingShape 5s ease-in-out infinite 1.5s}@keyframes floatingShape{0%,100%{transform:translateY(0) rotate(0);opacity:.55}50%{transform:translateY(-12px) rotate(12deg);opacity:.95}}@keyframes rocketFloat{0%,100%{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-15px) rotate(8deg)}}.myclass-games-section-title{display:flex;align-items:center;gap:14px;margin:0 0 23px;padding:0 5px}.myclass-games-section-title-icon{width:53px;height:53px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:16px;background:linear-gradient(135deg,#fff7ed,#ffedd5);box-shadow:0 7px 20px rgba(249,115,22,.12);font-size:25px}.myclass-games-section-title h2{margin:0 0 2px;color:#172033;font-size:24px;line-height:1.5;font-weight:950}.myclass-games-section-title p{margin:0;color:#7b8494;font-size:13px;line-height:1.7}.myclass-games-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;align-items:stretch;direction:rtl}.myclass-game-card{position:relative;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;border-radius:25px;background:#fff;border:1px solid #e8eaf0;box-shadow:0 10px 30px rgba(15,23,42,.07);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.myclass-game-card:hover{transform:translateY(-9px);box-shadow:0 20px 45px rgba(15,23,42,.14)}.myclass-game-card::before{content:"";position:absolute;top:0;left:0;right:0;height:6px;z-index:10}.myclass-game-card.theme-blue::before{background:linear-gradient(90deg,#2563eb,#38bdf8)}.myclass-game-card.theme-purple::before{background:linear-gradient(90deg,#7c3aed,#c084fc)}.myclass-game-card.theme-orange::before{background:linear-gradient(90deg,#f97316,#facc15)}.myclass-game-card.theme-green::before{background:linear-gradient(90deg,#16a34a,#4ade80)}.myclass-game-card.theme-pink::before{background:linear-gradient(90deg,#ec4899,#f472b6)}.myclass-game-card.theme-cyan::before{background:linear-gradient(90deg,#0891b2,#22d3ee)}.myclass-game-card-image-link{display:block;text-decoration:none;color:inherit}.myclass-game-card-image{width:100%;height:220px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.myclass-game-card-image img{width:100%;height:100%;display:block;object-fit:contain;background:0 0}.myclass-game-card:hover .myclass-game-card-image img{transform:scale(1.055)}.myclass-game-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:15px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#6366f1;text-align:center}.myclass-game-placeholder div{font-size:55px;animation:gamePlaceholder 2.5s ease-in-out infinite}.myclass-game-placeholder span{font-size:13px;font-weight:800}@keyframes gamePlaceholder{0%,100%{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-8px) rotate(5deg)}}.myclass-game-difficulty{position:absolute;top:17px;right:17px;z-index:5;display:flex;align-items:center;gap:5px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:900;backdrop-filter:blur(8px);box-shadow:0 5px 15px rgba(0,0,0,.08)}.myclass-game-difficulty.easy{background:rgba(220,252,231,.95);color:#166534}.myclass-game-difficulty.medium{background:rgba(254,249,195,.96);color:#854d0e}.myclass-game-difficulty.hard{background:rgba(254,226,226,.96);color:#991b1b}.myclass-game-card-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(37,99,235,.1);opacity:0;transition:opacity .25s ease}.myclass-game-card:hover .myclass-game-card-overlay{opacity:1}.myclass-game-play-icon{width:66px;height:66px;display:flex;align-items:center;justify-content:center;padding-right:3px;border-radius:50%;background:#fff;color:#4f46e5;font-size:23px;box-shadow:0 10px 30px rgba(0,0,0,.18);transform:scale(.7);transition:transform .3s ease}.myclass-game-card:hover .myclass-game-play-icon{transform:scale(1)}.myclass-game-card-content{display:flex;flex-direction:column;flex:1;min-height:285px;padding:19px 20px 20px}.myclass-game-card-title{min-height:51px;margin:0 0 7px;display:flex;align-items:center;font-size:21px;line-height:1.55;font-weight:950}.myclass-game-card-title a{color:#172033;text-decoration:none;transition:color .2s ease}.myclass-game-card:hover .myclass-game-card-title a{color:#4f46e5}.myclass-game-card-description{min-height:55px;max-height:55px;overflow:hidden;margin:0 0 15px;color:#6b7280;font-size:13.5px;line-height:1.9;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.myclass-game-score{display:flex;align-items:center;gap:9px;min-height:47px;margin-bottom:16px;padding:7px 10px;border-radius:14px;background:linear-gradient(135deg,#fffdf4,#fff9df);border:1px solid #f6e9a9}.myclass-game-score-icon{width:33px;height:33px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:10px;background:#fff1a8;font-size:17px}.myclass-game-score-text{display:flex;flex-direction:column;gap:1px;min-width:0;color:#927514;font-size:11px;line-height:1.5}.myclass-game-score-text strong{color:#705b09;font-size:12px;font-weight:900}.myclass-game-card-button{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:49px;margin-top:auto;overflow:hidden;padding:10px 15px;border-radius:15px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;font-size:15px;font-weight:900;box-shadow:0 8px 20px rgba(79,70,229,.22);transition:transform .2s ease,box-shadow .2s ease}.myclass-game-card-button::before{content:"";position:absolute;top:0;left:-120%;width:80%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:skewX(-20deg);transition:left .6s ease}.myclass-game-card-button:hover::before{left:140%}.myclass-game-card-button:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 28px rgba(79,70,229,.32)}.myclass-game-button-arrow{font-size:18px;transition:transform .2s ease}.myclass-game-card-button:hover .myclass-game-button-arrow{transform:translateX(-4px)}.myclass-games-bottom-message{display:flex;align-items:center;justify-content:center;gap:10px;margin:35px auto 10px;padding:15px 20px;max-width:650px;border-radius:999px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1px solid #fde68a;color:#854d0e;font-size:14px;box-shadow:0 7px 20px rgba(234,179,8,.08)}.myclass-games-bottom-message span{font-size:18px;animation:bottomStar 2s ease-in-out infinite}@keyframes bottomStar{0%,100%{transform:scale(1) rotate(0)}50%{transform:scale(1.15) rotate(10deg)}}.myclass-games-empty{max-width:600px;margin:60px auto;padding:50px 25px;text-align:center;border-radius:28px;background:#fff;border:1px solid #e8eaf0;box-shadow:0 15px 40px rgba(15,23,42,.08)}.myclass-games-empty-icon{margin-bottom:15px;font-size:65px}.myclass-games-empty h3{margin:0 0 8px;color:#172033;font-size:23px;font-weight:900}.myclass-games-empty p{margin:0;color:#737b8c;font-size:14px}.myclass-game-wrapper{width:100%;max-width:1100px;margin:30px auto;padding:0;position:relative;direction:ltr}.myclass-game-frame{display:block;width:100%;height:700px;border:0;border-radius:20px;background:#fff;box-shadow:0 10px 35px rgba(0,0,0,.1);overflow:hidden}.myclass-game-error{width:100%;max-width:700px;margin:30px auto;padding:25px;text-align:center;border-radius:15px;background:#fff3f3;color:#b42318;font-size:18px}@media (max-width:992px){.myclass-games-section{padding:0 15px}.myclass-games-hero{padding:30px;min-height:220px}.myclass-games-hero-title{font-size:29px}.myclass-games-counter{min-width:155px}.myclass-games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.myclass-game-card-image{height:225px}.myclass-game-wrapper{width:95%}.myclass-game-frame{height:650px}}@media (max-width:700px){.myclass-games-section{padding:0 12px;margin-top:25px}.myclass-games-hero{min-height:auto;display:flex;flex-direction:column;align-items:stretch;gap:20px;padding:25px 20px;border-radius:25px}.myclass-games-hero-content{gap:14px}.myclass-games-hero-icon{width:65px;height:65px;border-radius:20px;font-size:34px}.myclass-games-hero-title{font-size:24px}.myclass-games-hero-description{font-size:13px}.myclass-games-hero-badges span{font-size:11px}.myclass-games-counter{width:100%;justify-content:center}.myclass-games-grid{grid-template-columns:1fr;gap:19px}.myclass-game-card-image{height:230px}.myclass-game-card-content{min-height:0;padding:18px}.myclass-game-card-title{min-height:auto;font-size:20px}.myclass-game-card-description{min-height:auto;max-height:none;-webkit-line-clamp:3}.myclass-games-section-title{margin-bottom:18px}.myclass-games-section-title h2{font-size:21px}.myclass-games-section-title p{font-size:12px}.myclass-games-bottom-message{border-radius:18px;font-size:12px;text-align:center}.myclass-game-wrapper{width:100%;margin-top:20px;margin-bottom:20px}.myclass-game-frame{height:600px;border-radius:14px}}@media (max-width:480px){.myclass-games-hero{padding:22px 16px}.myclass-games-hero-icon{width:58px;height:58px;font-size:30px}.myclass-games-hero-title{font-size:21px}.myclass-games-hero-description{font-size:12px}.myclass-game-card-image{height:210px;padding:9px}.myclass-game-card-content{padding:16px}.myclass-game-card-title{font-size:19px}.myclass-game-card-button{min-height:46px}.myclass-games-bottom-message{padding:12px 14px}.myclass-game-frame{height:550px}}
