/* ============================================
   SINGLE PLAYER PAGE STYLES
   Premium 2025 design for individual player profiles
   ============================================ */


/* Player Content Section */
.player-content-section {
    padding: 100px 0 80px;
    background: #000817;
}

.player-article-full {
    max-width: 1400px;
    margin: 0 auto;
}

/* Player Title Section */
.player-title-section {
    margin-bottom: 50px;
    text-align: center;
}

.player-main-title {
    font-size: 4rem;
    font-weight: 900;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-shadow: 0 4px 30px rgba(0, 191, 255, 0.3);
    line-height: 1.1;
    animation: fadeInUp 0.6s ease-out;
}

.player-main-position {
    display: inline-block;
    padding: 12px 32px;
    background: linear-gradient(135deg, #00AEEF 0%, #0077CC 100%);
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(0, 191, 255, 0.4);
    animation: fadeInUp 0.6s ease-out 0.1s both;
}

/* Player Profile Card */
.player-profile-card {
    margin-bottom: 60px;
    background: linear-gradient(135deg, rgba(0, 20, 40, 0.8) 0%, rgba(0, 15, 40, 0.6) 100%);
    border: 2px solid rgba(0, 191, 255, 0.2);
    border-radius: 24px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0, 191, 255, 0.15);
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.player-profile-header {
    padding: 28px 40px;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.15) 0%, rgba(0, 119, 204, 0.15) 100%);
    border-bottom: 2px solid rgba(0, 191, 255, 0.2);
}

.player-profile-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
    text-shadow: 0 2px 20px rgba(0, 191, 255, 0.3);
}

.player-profile-content {
    display: flex;
    gap: 50px;
    padding: 40px;
    align-items: stretch;
}

.player-profile-image {
    position: relative;
    flex: 0 0 auto;
    width: 400px;
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid rgba(0, 191, 255, 0.3);
    box-shadow: 0 15px 50px rgba(0, 191, 255, 0.25);
    transition: all 0.4s ease;
}

.player-profile-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 191, 255, 0.35);
}

.player-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-profile-table {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.12) 0%, rgba(0, 119, 204, 0.12) 100%);
    border-radius: 16px;
    overflow: hidden;
    min-height: 550px;
    box-shadow: inset 0 2px 20px rgba(0, 191, 255, 0.1);
}

.profile-table-row {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: linear-gradient(90deg, rgba(0, 15, 40, 0.8) 0%, rgba(0, 20, 50, 0.7) 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 3px solid transparent;
}

.profile-table-row:hover {
    background: linear-gradient(90deg, rgba(0, 20, 50, 0.95) 0%, rgba(0, 30, 60, 0.9) 100%);
    transform: translateX(8px);
    border-left-color: rgba(0, 191, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 191, 255, 0.15);
}

.profile-table-row.name-row {
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.25) 0%, rgba(0, 119, 204, 0.25) 100%);
    border-bottom: 3px solid rgba(0, 191, 255, 0.4);
    padding: 24px 30px;
    border-left: 3px solid rgba(0, 191, 255, 0.6);
}

.profile-table-row.name-row:hover {
    border-left-color: #00BFFF;
}

.profile-table-row.name-row .profile-table-value {
    font-size: 1.75rem;
    font-weight: 900;
    color: #00E0FF;
    text-shadow: 0 3px 20px rgba(0, 191, 255, 0.6), 0 0 40px rgba(0, 224, 255, 0.3);
    letter-spacing: 0.5px;
}

.profile-table-row.highlight-row {
    background: linear-gradient(90deg, rgba(0, 174, 239, 0.15) 0%, rgba(0, 119, 204, 0.2) 100%);
    border-left-color: rgba(0, 191, 255, 0.3);
}

.profile-table-row.highlight-row:hover {
    background: linear-gradient(90deg, rgba(0, 174, 239, 0.25) 0%, rgba(0, 119, 204, 0.3) 100%);
}

.profile-table-row.highlight-row .profile-table-value {
    color: #00E0FF;
    font-weight: 800;
    text-shadow: 0 2px 12px rgba(0, 224, 255, 0.3);
}

.profile-table-label {
    flex: 0 0 190px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #AEE4FF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.profile-table-label svg {
    stroke: #00BFFF;
    stroke-width: 2.5;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 8px rgba(0, 191, 255, 0.4));
}

.profile-table-value {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.club-logo-small {
    width: 28px;
    height: 28px;
    object-fit: contain;
}


.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 3px solid rgba(0, 191, 255, 0.3);
    animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.article-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #CDE7FF;
    animation: fadeIn 0.8s ease-out 0.2s both;
}

.article-content p {
    margin-bottom: 24px;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    color: #FFFFFF;
    font-weight: 700;
    margin: 40px 0 20px;
}

.article-content h2 {
    font-size: 2rem;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(0, 191, 255, 0.2);
}

.article-content h3 {
    font-size: 1.6rem;
}

.article-content h4 {
    font-size: 1.3rem;
}

.article-content ul,
.article-content ol {
    margin: 20px 0;
    padding-left: 28px;
}

.article-content li {
    margin-bottom: 12px;
}

.article-content blockquote {
    margin: 32px 0;
    padding: 24px 32px;
    background: linear-gradient(135deg, rgba(0, 174, 239, 0.08) 0%, rgba(0, 119, 204, 0.08) 100%);
    border-left: 4px solid #00BFFF;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #BFDFFF;
}

.article-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 191, 255, 0.15);
}

.article-tags svg {
    stroke: #00BFFF;
    stroke-width: 2;
}

.article-tags a {
    padding: 8px 20px;
    background: rgba(0, 191, 255, 0.1);
    border: 1px solid rgba(0, 191, 255, 0.2);
    border-radius: 50px;
    color: #00BFFF;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.article-tags a:hover {
    background: rgba(0, 191, 255, 0.2);
    border-color: #00BFFF;
    transform: translateY(-2px);
}

/* Breadcrumbs */
.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    padding: 16px 0;
    font-size: 0.95rem;
}

.hero-breadcrumb a {
    color: #AEE4FF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-breadcrumb a:hover {
    color: #00BFFF;
}

.hero-breadcrumb svg {
    stroke: #AEE4FF;
    stroke-width: 2;
    opacity: 0.6;
}

.hero-breadcrumb span {
    color: #FFFFFF;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .player-article-full {
        max-width: 100%;
    }
    
    .player-profile-content {
        flex-direction: column;
        align-items: center;
    }
    
    .player-profile-image {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .player-content-section {
        padding: 80px 0 60px;
    }
    
    .player-main-title {
        font-size: 2.5rem;
    }
    
    .player-main-position {
        font-size: 1rem;
        padding: 10px 24px;
    }
    
    .player-profile-header {
        text-align: center;
    }
    
    .player-profile-title {
        font-size: 1.5rem;
    }
    
    .player-profile-content {
        padding: 30px 20px;
    }
    
    .player-profile-image {
        max-width: 340px;
        height: 450px;
    }
    
    .player-profile-table {
        min-height: 450px;
    }
    
    .profile-table-label {
        flex: 0 0 130px;
        font-size: 0.85rem;
    }
    
    .profile-table-value {
        font-size: 0.95rem;
    }
    
    .profile-table-row {
        padding: 15px 20px;
    }
    
    .profile-table-row.name-row .profile-table-value {
        font-size: 1.35rem;
    }
}
