#loading-screen{justify-content:center;align-items:center}.loader{width:48px;height:48px;border:4px solid var(--secondary-bg);border-top-color:var(--button-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#auth-error-screen{justify-content:center;align-items:center;text-align:center}.error-icon{font-size:64px;margin-bottom:16px}.user-info{display:flex;align-items:center;gap:16px;padding:20px;background:var(--secondary-bg);border-radius:var(--border-radius);margin-bottom:32px}.avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.user-details h3{font-size:18px;margin-bottom:4px}.user-details p{color:var(--hint-color);font-size:14px}.menu-buttons{display:flex;flex-direction:column;gap:12px}.active-game-banner{background:linear-gradient(135deg,var(--button-color),var(--success-color));color:#fff;padding:16px;border-radius:var(--border-radius);text-align:center;margin-bottom:16px}.active-game-banner p{margin-bottom:12px;font-weight:600}.active-game-banner .btn-success{width:100%}.section-header{margin-top:24px;margin-bottom:12px}.section-header h3{font-size:16px;color:var(--hint-color)}.games-list{display:flex;flex-direction:column;gap:8px}.game-card{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--secondary-bg);border-radius:var(--border-radius);cursor:pointer;transition:background .2s}.game-card:active{background:var(--toolbar-bg)}.game-card-info{display:flex;flex-direction:column;gap:4px}.game-card-info .game-card-title{font-weight:600;font-size:15px}.game-card-info .game-card-meta{font-size:12px;color:var(--hint-color)}.game-card-status{font-size:11px;font-weight:600;padding:4px 10px;border-radius:10px;text-transform:uppercase}.game-card-status.waiting{background:var(--warning-color);color:#333}.game-card-status.starting{background:var(--button-color);color:var(--button-text-color)}.game-card-status.active{background:var(--success-color);color:#fff}
