/* Container yapısı */
.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

/* Tab'ları aşağı alma ve açıklama ile arasındaki boşluğu azaltma */
#vipTabs {
    margin-top: 10px;
    margin-bottom: 15px !important;
}

.nav-tabs {
    margin-bottom: 15px !important;
}

/* VIP detay kartlarını düzenleme */
.vip-details .vip-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 15px;
}

.vip-details .level,
.vip-details .name,
.vip-details .welcome {
    color: #ffc99f;
    font-size: 16px;
    margin: 0;
    background: none;
    padding: 0;
}

.vip-details .vip-description {
    margin-top: 15px;
    color: #fff;
}

/* Mevcut CSS'ler */
:root {
    --grey: #2a2a36;
    --grey-light: #32323e;
    --reward-bg: rgba(255, 201, 159, 0.1);
}

body {
    background: #1a1a24;
    color: white;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
}

/* Keskinliği azaltma ve modern görünüm için */
.vip-card {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.vip-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.vip-details {
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.vip-header > div {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.reward-card {
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.available-bonuses li {
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

/* Grid Sistemi */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Padding Yardımcıları */
.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Tab Sistemi */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background: none;
    border: none;
    transition: color 0.15s ease-in-out;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

/* Bizim CSS'lerimiz */
:root {
    --grey: #2a2a36;
    --grey-light: #32323e;
    --reward-bg: rgba(255, 201, 159, 0.1);
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 6px 12px 6px;
    margin: 0 15px;
    position: relative;
    background: transparent;
    transition: all 0.3s ease;
}
.nav-tabs .nav-link i {
    margin-right: 8px;
}
.nav-tabs .nav-link:hover {
    color: #ff0000;
}
.nav-tabs .nav-link:hover::after,
.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff0000;
}
.nav-tabs .nav-link.active {
    background: transparent;
    color: #ff0000;
}
.vip-card {
    background-color: var(--grey);
    height: 64px;
    padding: 0 32px 0 44px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: -10px !important;
    margin-top: -5px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}
.vip-card:hover {
    background-color: var(--grey-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.vip-left {
    display: flex;
    align-items: center;
}
.vip-icon {
    margin-right: 15px;
}
/* VIP 1-3 */
.vip-card[style*="--vip-level: 1"] .vip-icon,
.vip-card[style*="--vip-level: 2"] .vip-icon,
.vip-card[style*="--vip-level: 3"] .vip-icon {
    width: 36px !important;
    height: 36px !important;
}
/* VIP 4-6 */
.vip-card[style*="--vip-level: 4"] .vip-icon,
.vip-card[style*="--vip-level: 5"] .vip-icon,
.vip-card[style*="--vip-level: 6"] .vip-icon {
    width: 40px !important;
    height: 40px !important;
}
/* VIP 7-9 */
.vip-card[style*="--vip-level: 7"] .vip-icon,
.vip-card[style*="--vip-level: 8"] .vip-icon,
.vip-card[style*="--vip-level: 9"] .vip-icon {
    width: 44px !important;
    height: 44px !important;
}
/* VIP 10-13 */
.vip-card[style*="--vip-level: 10"] .vip-icon,
.vip-card[style*="--vip-level: 11"] .vip-icon,
.vip-card[style*="--vip-level: 12"] .vip-icon,
.vip-card[style*="--vip-level: 13"] .vip-icon {
    width: 48px !important;
    height: 48px !important;
}
/* VIP 14-17 */
.vip-card[style*="--vip-level: 14"] .vip-icon,
.vip-card[style*="--vip-level: 15"] .vip-icon,
.vip-card[style*="--vip-level: 16"] .vip-icon,
.vip-card[style*="--vip-level: 17"] .vip-icon {
    width: 52px !important;
    height: 52px !important;
}
/* VIP 18-19 */
.vip-card[style*="--vip-level: 18"] .vip-icon,
.vip-card[style*="--vip-level: 19"] .vip-icon {
    width: 54px !important;
    height: 54px !important;
}
/* VIP 20 */
.vip-card[style*="--vip-level: 20"] .vip-icon {
    width: 58px !important;
    height: 58px !important;
}
.vip-title {
    color: white;
    margin: 0;
    font-size: 16px;
}
.vip-right {
    display: flex;
    align-items: center;
}
.details-text {
    margin: 0 15px 0 0;
    color: #989898;
    font-size: 12px;
}
.tab-content {
    padding-top: 20px;
}
.vip-info {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #fff;
    line-height: 1.6;
    font-size: 14px;
}
.vip-details {
    background: var(--grey-light);
    border-radius: 0 0 12px 12px;
    margin-top: -20px;
    margin-bottom: 15px;
    padding: 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}
.vip-card.active + .vip-details {
    max-height: 2000px;
    opacity: 1;
    padding: 20px;
}
.vip-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 15px;
}
.benefit-item {
    display: flex;
    align-items: center;
    color: #fff;
}
.benefit-item i {
    color: #ff0000;
    margin-right: 10px;
}
.fa-chevron-down {
    transition: transform 0.3s ease;
    font-size: 12px;
}
.vip-card.active .fa-chevron-down {
    transform: rotate(180deg);
}
.vip-header {
    background: var(--grey);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.current-vip h3 {
    color: #ffc99f;
    font-size: 24px;
    margin-bottom: 10px;
}
.current-vip p {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
}
.monthly-stats {
    background: var(--grey-light);
    padding: 15px;
    border-radius: 8px;
}
.monthly-stats p {
    margin-bottom: 8px;
    color: #989898;
}
.monthly-stats p:first-child {
    color: #ffc99f;
    font-weight: bold;
    font-size: 16px;
}
.available-bonuses {
    background: var(--reward-bg);
    padding: 15px;
    border-radius: 8px;
}
.available-bonuses h4 {
    color: #ffc99f;
    font-size: 16px;
    margin-bottom: 15px;
}
.available-bonuses ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.available-bonuses li {
    background: var(--grey);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    color: white;
}
.available-bonuses li small {
    color: #989898;
}
.rewards-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}
.reward-section {
    margin-bottom: 30px;
}
.reward-section-title {
    font-size: 16px;
    color: #ffc99f;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,201,159,0.1);
}
.reward-card {
    background: var(--reward-bg);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.reward-header {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.reward-card i {
    color: #ffc99f;
    font-size: 20px;
    margin-right: 15px;
    width: 24px;
    text-align: center;
}
.reward-card .reward-title {
    color: #ffc99f;
    font-weight: 600;
    margin-right: 15px;
    min-width: 160px;
}
.reward-card .reward-value {
    color: #fff;
}
.reward-description {
    color: #989898;
    font-size: 13px;
    padding-left: 39px;
    line-height: 1.4;
}
.vip-info {
    display: block;
}
#leaders:target ~ .vip-info,
#leaders.active ~ .vip-info {
    display: none;
}
.leader-type-cards {
    display: grid;
    grid-template-columns: repeat(4, 80px);
    gap: 10px !important;
    margin-bottom: 15px;
    justify-content: center;
}
.leader-type-card {
    background: var(--grey);
    border-radius: 8px;
    padding: 8px !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 50px !important;
    width: 80px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.leader-type-card:hover {
    background: var(--grey-light);
}
.leader-type-card.active {
    border-color: #ffc99f;
    background: var(--grey-light);
}
.leader-type-card i {
    color: #ffc99f;
    font-size: 14px !important;
}
.leader-type-card h4 {
    color: #fff;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1;
}
.leaderboard-content {
    background: var(--grey);
    border-radius: 8px;
    padding: 20px;
}
.top-leaders {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px !important;
    margin-bottom: 20px;
}
.top-leader-item {
    background: rgba(255,201,159,0.25);
    border-radius: 8px;
    padding: 15px;
    position: relative;
}
.top-leader-item.first {
    grid-column: 1 / 2;
}
.top-leader-item.second {
    grid-column: 2 / 3;
}
.top-leader-item.third {
    grid-column: 1 / 3;
    margin-top: 10px;
}
.top-leader-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}
.top-leader-rank {
    font-size: 24px;
    font-weight: bold;
    color: #ffc99f;
    margin-bottom: 10px;
}
.top-leader-info {
    display: flex;
    align-items: center;
}
.top-leader-username {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.top-leader-points-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
}
.points-label {
    color: #989898;
    margin-right: 10px;
    font-size: 13px;
}
.top-leader-points {
    font-size: 18px;
    color: #ffc99f;
    margin-left: auto;
}
.profile-icon.large {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.profile-icon.large i {
    font-size: 24px;
}
.other-leaders .leader-item {
    background: var(--grey);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.other-leaders .rank {
    background: rgba(255,201,159,0.15);
    color: #ffc99f;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    font-size: 13px;
}
.other-leaders .leader-info {
    display: flex;
    align-items: center;
    flex: 1;
    background: var(--grey-light);
    padding: 12px;
    border-radius: 8px;
}
.other-leaders .username {
    color: #fff;
    font-weight: 500;
    margin-right: 15px;
}
.other-leaders .points {
    color: #ffc99f;
    margin-left: auto;
}
.load-more {
    text-align: center;
    margin-top: 20px;
}
.load-more-btn {
    background: var(--grey);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.load-more-btn:hover {
    background: var(--grey-light);
}
.load-more-btn i {
    margin-right: 8px;
}
.loading {
    text-align: center;
    padding: 20px;
    color: #ffc99f;
}
.leader-info {
    display: flex;
    align-items: center;
}
.profile-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,201,159,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.profile-icon i {
    color: #ffc99f;
    font-size: 18px;
}

.login-info-card {
    background: var(--grey);
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.login-info-card i {
    font-size: 24px;
    color: #ffc99f;
}

.login-info-card p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.vip-details {
    background: var(--grey-light);
    border-radius: 0 0 12px 12px;
    margin-top: -20px;
    margin-bottom: 15px;
    padding: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

/* Tab'ları aşağı alma ve açıklama ile arasındaki boşluğu azaltma */
#vipTabs {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.nav-tabs {
    margin-bottom: 0 !important;
}

.tab-content {
    padding-top: 0;
}

.vip-card {
    background-color: var(--grey);
    height: 64px;
    padding: 0 32px 0 44px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: -10px !important;
    margin-top: -5px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 2;
} 
