.my-games{background:var(--body-BG);direction:rtl;width:95%;min-height:100vh;margin:0 auto;padding:50px 30px;display:block}.my-games .secHeadLine h2 strong{color:var(--main-color-two)}.my-games .game-modal-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.my-games .restart-btn:disabled{opacity:.6;cursor:not-allowed}.my-games .game-modal{text-align:center;background:#fff;border-radius:12px;width:320px;padding:25px}.my-games .modal-buttons{justify-content:space-between;gap:10px;margin-top:20px;display:flex}.my-games .continue-btn,.my-games .restart-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px}.my-games .continue-btn{color:#fff;background:#3b1453}.my-games .restart-btn{color:#fff;background:#74223e}.my-games .close-btn{color:#999;cursor:pointer;background:0 0;border:none;margin-top:15px}.my-games .no-games{text-align:center;width:100%;color:var(--main-color-one);grid-column:1/-1;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.my-games .section-left{align-items:center;gap:1rem;margin-bottom:25px;display:flex}.my-games .section-left h2{color:var(--main-text-color)!important}.my-games .custom-dropdown{width:100px;position:relative}.my-games .dropdown-btn{border:1px solid var(--main-color-one);cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;display:flex}.my-games .dropdown-btn .arrow{font-size:12px}.my-games .dropdown-menu{background:var(--body-BG);z-index:20;border-radius:8px;width:100%;position:absolute;top:110%;right:0;overflow:hidden;box-shadow:0 5px 15px #0000001a}.my-games .dropdown-item{cursor:pointer;margin-bottom:3px;padding:5px 12px;font-weight:600;transition:all .2s}.my-games .selected{background:var(--Light-text-color);border-radius:0!important}.my-games .dropdown-item:hover{background:var(--Light-text-color);border-radius:50px}.my-games .game-section{margin-bottom:70px;padding:1rem}.my-games .game-section.secCollapsed{background-color:var(--white-color);border-radius:2rem;margin-bottom:70px;box-shadow:5px 5px 25px #00000026}.my-games .game-section .section-header{justify-content:space-between;align-items:center;display:flex}.my-games .game-section .toggle-btn{background-color:var(--main-color-one);color:var(--white-color);cursor:pointer;border-radius:50px;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.5rem;display:flex}.my-games .game-section h2{border-right:5px solid var(--main-color-one);color:var(--main-text-color);cursor:pointer;padding-right:14px;font-size:24px;font-weight:600}.my-games .games-list{opacity:1;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px;max-height:2000px;transition:all .4s;display:grid;overflow:hidden;transform:translateY(0)}.my-games .games-list.collapsed{opacity:0;pointer-events:none;max-height:0;transform:translateY(-10px)}.my-games .game-card{color:inherit;cursor:pointer;background:#fff;border:1px solid #f1f1f1;border-radius:18px;align-items:center;gap:18px;padding:18px;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 6px 18px #0000000d}.my-games .game-card:hover{border-color:#e0e7ff;transform:translateY(-6px);box-shadow:0 12px 28px #0000001f}.my-games .game-card .game-image{object-fit:cover;border-radius:14px;flex-shrink:0}.my-games .game-card .game-info{flex:1;min-width:0}.my-games .game-card .game-info h4{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:18px;font-weight:600;overflow:hidden}.my-games .game-card .game-info p{color:#50434e;margin:3px 0;font-size:14px;font-weight:600}@media (max-width:768px){.my-games{padding:5rem 15px 2rem}.my-games .games-list{grid-template-columns:1fr}.my-games .game-card{gap:14px}.my-games .game-card .game-image{width:90px;height:90px}}
