        html, body { overflow: auto !important; height: auto !important; min-height: 100% !important; }
        .profile-wrapper { background: #121212; color: #e0e0e0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; border-radius: 12px; padding: 25px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
        .profile-header { border-bottom: 2px solid #2a2a2a; padding-bottom: 15px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; }
        .profile-header h1 { color: #ffcc00; font-size: 1.8rem; font-weight: 700; margin: 0; text-transform: uppercase; letter-spacing: 1px; }
        .level-badge { background: linear-gradient(45deg, #ff9100, #ffea00); color: #000; padding: 5px 15px; border-radius: 20px; font-weight: bold; font-size: 0.9rem; }
        
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; margin-bottom: 25px; }
        .stat-card { background: #1e1e1e; padding: 20px; border-radius: 10px; text-align: center; border: 1px solid #333; transition: transform 0.3s; }
        .stat-card:hover { transform: translateY(-5px); border-color: #ffcc00; }
        .stat-card span { display: block; font-size: 0.85rem; color: #888; text-transform: uppercase; margin-bottom: 5px; font-weight: 600; }
        .stat-card strong { font-size: 1.4rem; color: #fff; font-weight: 700; }
        
        .status-online { color: #00e676 !important; text-shadow: 0 0 10px rgba(0, 230, 118, 0.4); }
        .status-offline { color: #ff5252 !important; }

        .seo-article { background: #1a1a1a; padding: 20px 25px; border-left: 4px solid #ffcc00; border-radius: 0 8px 8px 0; margin: 30px 0; line-height: 1.6; font-size: 0.95rem; color: #ccc; }
        .seo-article p { margin-bottom: 15px; }
        
        /* БЛОК ДОСТИЖЕНИЙ (Списки для SEO) */
        .achievements-box { background: #161616; border: 1px solid #2a2a2a; border-radius: 8px; padding: 20px; margin-bottom: 30px; }
        .achievements-box h3 { font-size: 1.2rem; color: #fff; margin-bottom: 15px; border-bottom: 1px dashed #333; padding-bottom: 10px; }
        .achievements-box ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px; }
        .achievements-box li { position: relative; padding-left: 30px; color: #aaa; font-size: 0.9rem; }
        .achievements-box li::before { content: '🏆'; position: absolute; left: 0; top: -2px; font-size: 1.1rem; }
        .achievements-box li strong { color: #e0e0e0; display: block; margin-bottom: 2px; }

        .info-table { width: 100%; margin-bottom: 30px; border-collapse: collapse; }
        .info-table td { padding: 12px 15px; border-bottom: 1px solid #2a2a2a; }
        .info-table td:first-child { color: #888; font-weight: 600; width: 40%; }
        .info-table td:last-child { color: #fff; font-weight: bold; text-align: right; }

        .seo-faq { margin-top: 40px; }
        .seo-faq h3 { color: #ffcc00; font-size: 1.3rem; margin-bottom: 15px; }
        .faq-item { margin-bottom: 15px; background: #1e1e1e; padding: 15px; border-radius: 8px; border-left: 3px solid #444; }
        .faq-item h4 { color: #fff; font-size: 1rem; margin-bottom: 8px; }
        .faq-item p { color: #aaa; font-size: 0.9rem; margin: 0; line-height: 1.5; }

        .links-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; }
        .user-tag { background: #222; border: 1px solid #444; color: #aaa; padding: 8px 15px; border-radius: 20px; text-decoration: none; font-size: 0.85rem; transition: all 0.2s; }
        .user-tag:hover { background: #ffcc00; color: #000; text-decoration: none; border-color: #ffcc00; }
/* Стили для таблицы истории игр */
.history-section { background: #161616; border: 1px solid #2a2a2a; border-radius: 8px; padding: 25px; margin-bottom: 30px; }
.history-section h3 { font-size: 1.3rem; color: #ffcc00; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
.history-seo-text { font-size: 0.9rem; color: #888; margin-bottom: 20px; line-height: 1.5; }

.table-history { width: 100%; border-collapse: collapse; text-align: center; }
.table-history th { color: #888; font-size: 0.85rem; text-transform: uppercase; padding: 12px; border-bottom: 2px solid #2a2a2a; }
.table-history td { padding: 15px 12px; border-bottom: 1px solid #222; color: #e0e0e0; font-size: 0.95rem; vertical-align: middle; }
.table-history tr:hover td { background: #1a1a1a; }

/* Бейджи для названий игр (теперь это кликабельные ссылки) */
.game-badge { display: inline-block; padding: 5px 12px; border-radius: 6px; font-size: 0.85rem; font-weight: bold; color: #fff; background: #333; text-decoration: none; transition: transform 0.2s, filter 0.2s; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.game-badge:hover { text-decoration: none; color: #fff; filter: brightness(1.15); transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.4); }

.game-CrashX { background: linear-gradient(45deg, #ff9800, #ff5722); }
.game-Mines { background: linear-gradient(45deg, #f44336, #d32f2f); }
.game-Dice { background: linear-gradient(45deg, #009688, #00796b); }
.game-Slots { background: linear-gradient(45deg, #3f51b5, #303f9f); }
.game-Wheel { background: linear-gradient(45deg, #673ab7, #512da8); }
.game-default { background: linear-gradient(45deg, #607d8b, #455a64); }

/* Статусы выигрыша/проигрыша */
.win-amount { color: #00e676; font-weight: bold; }
.win-amount::before { content: '+'; }
.loss-amount { color: #888; }
.mult-win { color: #ffcc00; font-weight: bold; }
.mult-loss { color: #555; }