
    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        font-family: 'Inter', -apple-system, Arial, sans-serif;
        color: white;
        line-height: 1.6;
        min-height: 100vh;
        overflow-x: hidden;
        position: relative;
    }
.seo-text a {
    color: #22c55e;
    font-weight: 800;
    text-decoration: none;
}

.seo-text a:hover {
    text-decoration: underline;
}
    body::before {
        content: "";
        position: fixed;
        top: -5%; 
        left: -5%;
        width: 110%; 
        height: 110%;
        background: linear-gradient(rgba(5, 12, 26, 0.7), rgba(5, 12, 26, 0.8)), 
                    url('/assets/images/index_back.jpg') no-repeat center center;
        background-size: cover;
        z-index: -1;
        animation: liveBackground 30s infinite alternate ease-in-out;
    }

    @keyframes liveBackground {
        0% { transform: scale(1) rotate(0deg); }
        100% { transform: scale(1.1) rotate(1deg); }
    }

.background-video {
    position: fixed; 
    right: 0; 
    bottom: 0; 
    min-width: 100%; 
    min-height: 100%; 
    z-index: -1; 
    filter: brightness(0.3);}


    .logo img {
        height: 55px;
        filter: drop-shadow(0 0 10px rgba(34,197,94,0.4));
        transition: transform 0.3s;
    }
    
    .logo img:hover { 
        transform: scale(1.05); 
    }

  

    .container {
        max-width: 1200px;
        margin: 50px auto;
        padding: 0 20px;
    }

    .hero-box {
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 50px;
        border-radius: 30px;
        margin-bottom: 40px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    }


.hero-box div:has(.btn) {
    display: flex;
    gap: 10px;
    margin-top: 40px; 
    flex-wrap: wrap;
    justify-self: center;
}

    .hero-title {
        font-size: 52px;
        font-weight: 900;
        margin: 0;
        letter-spacing: -1.5px;
        line-height: 1.1;
    }

    .hero-title span {
        color: #22c55e;
        text-shadow: 0 0 20px rgba(34, 197, 94, 0.4);
    }

    .hero-subtitle {
        margin-top: 20px;
        color: #94a3b8;
        font-size: 18px;
        max-width: 650px;
    }

    .btn {
        padding: 14px 28px;
        margin-top: 10px;
        border-radius: 50px; 
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        letter-spacing: 1px;
        transition: 0.3s;


    }

    .btn-primary {
        background: #22c55e;
        color: white;
        box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
    }

    .btn-primary:hover {
        background: #16a34a;
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(34, 197, 94, 0.4);
    }

    .btn-secondary {
        background: rgba(255,255,255,0.05);
        color: white;
        border: 1px solid rgba(255,255,255,0.1);
    }

    .btn-secondary:hover {
        background: rgba(255,255,255,0.1);
        transform: translateY(-3px);
    }

    .rankings-header {
        margin-top: 80px; 
        margin-bottom: 40px;
    }

    .rankings-header h2 {
        font-size: 32px;
        font-weight: 800;
    }

    .updated-badge {
        display: inline-block;
        padding: 6px 14px;
        background: rgba(34, 197, 94, 0.1);
        border: 1px solid rgba(34, 197, 94, 0.2);
        color: #4ade80;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
    }

    .ranking-card {
        background: rgba(15, 23, 42, 0.6);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 24px;
        padding: 30px;
        transition: 0.3s;
        margin-bottom: 30px;
    }

    .ranking-card:hover {
        transform: translateY(-5px);
        border-color: rgba(34, 197, 94, 0.3);
    }

    .ranking-card h3 {
        font-size: 24px;
        margin-bottom: 25px;
        border-left: 4px solid #22c55e;
        padding-left: 15px;
    }

    table { 
      width: 100%; 
      border-collapse: collapse; 
    }

    th {
        text-align: left;
        color: #64748b;
        font-size: 12px;
        text-transform: uppercase;
        padding-bottom: 15px;
    }

    td { 
      padding: 12px 0; 
      border-bottom: 1px solid rgba(255,255,255,0.03); 
      font-size: 15px; 
      position: relative;
      z-index: 1; 
      padding: 15px 10px !important;
    }

    tbody tr {
    background-image: linear-gradient(#22c55e, #22c55e); 
    background-size: 0% 100%; 
    background-repeat: no-repeat;
    transition: background-size 0.8s ease-in-out; 
    cursor: pointer;
}


tbody tr:hover {
    background-size: 100% 100%; /
}


tbody tr:hover td {
    color: white !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

thead tr {
    background-image: none !important;
    background-color: transparent !important;
}

thead th {
    /* Այստեղ կարող ես պահել քո սկզբնական ոճը վերնագրերի համար */
    color: #64748b; 
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 15px;
}


    
    .rank-num { 
      color: #22c55e; 
      font-weight: 800; 
      width: 40px; 
    }

    .player-name {
       font-weight: 600; 
       color: #f1f5f9; 
      }

    .points { 
      text-align: right; 
      font-weight: 700; 
      color: #94a3b8; 
    }


    .section-placeholder {
        margin-top: 40px;
        background: linear-gradient(90deg, rgba(34, 197, 94, 0.05), rgba(56, 189, 248, 0.05));
        padding: 40px;
        border-radius: 24px;
        text-align: center;
        border: 1px dashed rgba(255,255,255,0.1);
    }

    .footer-note {
        margin-top: 40px;
        color: #475569;
        font-size: 12px;
        text-align: center;
    }

    ::-webkit-scrollbar { width: 8px; }
    ::-webkit-scrollbar-thumb { background: #334155; border-radius: 10px; }

    @media (max-width: 768px) {
        .hero-title { font-size: 36px; }
        .hero-box { padding: 30px; }
        header { padding: 0 20px; }
    }
