/* --- THIẾT LẬP CHUNG --- */
.player-card-template-11 * { box-sizing: border-box; }

.player-card-template-11.player-card-preview.player-card-preview--template {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
background: linear-gradient(180deg, #1B1B1C 0%, #0A0A0A 100%), url(../images/template-11-bg.png) !important;
    background-size: 100% !important;
    background-position: top center !important;
    background-blend-mode: lighten;
    font-family: 'Inter', sans-serif;
    container-type: inline-size;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 3px 10px #4444444f;
    background-repeat: no-repeat;
}

.player-card-template-11 .player-card-layer {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
}

/* --- pc-sponsors --- */

.player-card-template-11 .pc-header {

    gap: 2px;
    width: 100%;
    height: 15cqw;
}
.player-card-template-11 .pc-sponsors {
    position: absolute;
    top: 1.6cqw;
    left: 5cqw;
    height: 10cqw;
    display: flex;
    gap: 3cqw;
    align-items: center;
    justify-content: flex-start;
}
.player-card-template-11 .logo-card { width: 8cqw;}
.player-card-template-11 .pc-sponsors img {
  height: 100%;
  width: auto;
}

/* --- Top Content: Photo & Skills --- */
.player-card-template-11 .pc-top-content {
    display: flex
;
    padding: 2cqw 3cqw 0;
    gap: 5cqw;
    justify-content: center;
    align-items: center;
    margin-top: 2cqw;
   
}
.player-card-template-11 .pc-photo-container {
    border: 0.5cqw solid #F0626D;
    border-radius: 50%;
    padding: 1cqw;
}

.player-card-template-11 .pc-player-photo-wrapper {
    position: relative;
    width: 38cqw;
    height: 38cqw;
  /* ---  border: 0.6cqw solid #DC0404;
 padding: 0.5cqw;  --*/
    border-radius: 50%;
	background-color: #fff;
}

.player-card-template-11 .pc-player-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.player-card-template-11 .pc-flag-badge {
    position: absolute;
    top: 0;
    right: -4cqw;
    width: 6cqw;
    height: 6cqw;
    border-radius: 50%;
    overflow: hidden;

}

.player-card-template-11 .pc-flag-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Skills */
.player-card-template-11 .pc-skills-container {
    display: flex;
    flex-direction: column;
    gap: 2cqw;
    position: relative;
    left: -4.2cqw;
}

.player-card-template-11 .pc-skill-item {
    display: flex
;
    align-items: center;
    gap: 2cqw;
    position: relative;
}

.player-card-template-11 .pc-skill-icon {
    width: 6cqw;
    height: 6cqw;
}

.player-card-template-11 .pc-skill-divider {
    width: 0.4cqw;
    height: 7cqw;
    background: #F0626D;
    opacity: 1;
}

.player-card-template-11 .pc-skill-label {
    font-size: 3.5cqw;
    color: #fff;
    font-weight: 400;
}

.player-card-template-11 .pc-skill-value {
    font-family: 'Inter';
    font-size: 2.2cqw;
    color: #F0626D;
    line-height: 1.1;
}

/* --- Stats Box (Dark Box) --- */
.player-card-template-11 .pc-stats-box {
    position: absolute;
    bottom: 0;
    padding: 0 6cqw;
    display: flex
;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 32cqw;
}

.player-card-template-11 .pc-player-name {
    font-family: 'Righteous', system-ui;
    font-size: 10cqw;
    color: #fff;
    line-height: 1;
    margin-bottom: 5cqw;
    font-weight: 800;
    /* text-shadow: 3px 1px 0px #74b3cf; */
    text-transform: uppercase;
}
.player-card-template-11 .pc-player-name strong {
    font-size: 4cqw;
    font-weight: 400;
    text-shadow: 0 0 BLACK;
}

.player-card-template-11 .pc-stats-divider {
    width: 100%;
    height: 0.2cqw;
    background: white;
    opacity: 0.2;
    margin-bottom: 4cqw;
}

.player-card-template-11 .pc-stats-grid {
    display: flex;
    width: 100%;
    justify-content: space-between;
	margin-top: 4cqw;
}

.player-card-template-11 .pc-stat-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.player-card-template-11 .pc-stat-value-wrapper {
    display: flex;
    align-items: flex-start;
}

.player-card-template-11 .pc-stat-number {
    font-family: 'Righteous', system-ui;
    font-size: 7cqw;
    color: #fff;
    line-height: 1;
}

.player-card-template-11 .pc-stat-plus {
        font-family: 'Inter';
    font-size: 3cqw;
    color: #fff;
    margin-top: -2cqw;
    margin-left: 0.5cqw;
}

.player-card-template-11 .pc-stat-label {
    font-size: 2cqw;
    color: #F0626D;
    font-weight: 500;
 
}

/* --- Footer Meta --- */

.player-card-template-11 .pc-footer-meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4cqw;
    font-size: 2cqw;
    color: white;
    font-weight: 800;
    height: 8cqw;
    padding: 2cqw 0;
}

.player-card-template-11 .pc-updated strong {
  font-weight: 500;
}

.player-card-template-11 span.pc-url {
    letter-spacing: 2px;
}