.yoz-player-cockpit-content {
    display: grid;
    gap: 16px;
}

.yoz-player-cockpit-intro,
.yoz-player-cockpit-kpi,
.yoz-player-cockpit-card {
    border: 1px solid rgba(103, 135, 169, 0.28);
    border-radius: 9px;
    background: linear-gradient(145deg, rgba(14, 34, 54, 0.90), rgba(7, 19, 33, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 14px 30px rgba(0, 0, 0, 0.16);
}

.yoz-player-cockpit-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
}

.yoz-player-cockpit-eyebrow,
.yoz-player-cockpit-intro h2,
.yoz-player-cockpit-intro p,
.yoz-player-cockpit-card h2,
.yoz-player-cockpit-card p {
    margin: 0;
}

.yoz-player-cockpit-eyebrow {
    margin-bottom: 5px;
    color: var(--yoz-gold-light);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.yoz-player-cockpit-intro h2,
.yoz-player-cockpit-card h2 {
    color: var(--yoz-gold-light);
    font-family: "Cinzel", serif;
    font-size: 17px;
    font-weight: 700;
}

.yoz-player-cockpit-intro p,
.yoz-player-cockpit-card p {
    margin-top: 5px;
    color: var(--yoz-text-soft);
    font-size: 12px;
}

.yoz-player-cockpit-period {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid rgba(200, 155, 60, 0.28);
    border-radius: 5px;
    color: rgba(227, 189, 99, 0.90);
    font-size: 12px;
}

.yoz-player-cockpit-period strong,
.yoz-player-cockpit-period small {
    display: block;
}

.yoz-player-cockpit-guide-link {
    display: inline-block;
    margin-top: 8px;
    color: var(--yoz-gold-light, #f6d37c);
    font-size: 0.82rem;
    text-decoration: none;
}

.yoz-player-cockpit-guide-link:hover,
.yoz-player-cockpit-guide-link:focus-visible {
    color: #fff0bd;
    text-decoration: underline;
}

.yoz-player-guide-content {
    display: grid;
    gap: 18px;
}

.yoz-player-guide-locales {
    display: flex;
    gap: 8px;
}

.yoz-player-guide-locales a {
    border: 1px solid rgba(137, 169, 203, 0.32);
    border-radius: 999px;
    color: var(--yoz-text-muted, #aebcd0);
    padding: 6px 12px;
    text-decoration: none;
}

.yoz-player-guide-locales a.active {
    border-color: rgba(183, 127, 255, 0.82);
    background: rgba(101, 52, 169, 0.3);
    color: #fff;
}

.yoz-player-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.yoz-player-guide-card p {
    margin: 0;
    color: var(--yoz-text-muted, #aebcd0);
    line-height: 1.55;
}

@media (max-width: 680px) {
    .yoz-player-guide-grid {
        grid-template-columns: 1fr;
    }
}

.yoz-player-cockpit-period small {
    margin-top: 3px;
    color: var(--yoz-text-soft);
    font-size: 10px;
}

.yoz-player-cockpit-kpis,
.yoz-player-cockpit-grid {
    display: grid;
    gap: 16px;
}

.yoz-player-cockpit-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yoz-player-cockpit-kpi {
    display: flex;
    min-height: 132px;
    flex-direction: column;
    padding: 17px 20px;
}

.yoz-player-cockpit-kpi > span {
    color: var(--yoz-text-soft);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.yoz-player-cockpit-kpi > strong {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.94);
    font-family: "Cinzel", serif;
    font-size: 28px;
    line-height: 1;
}

.yoz-player-cockpit-kpi small,
.yoz-player-cockpit-kpi em {
    color: var(--yoz-text-soft);
    font-size: 11px;
    font-style: normal;
}

.yoz-player-cockpit-kpi a,
.yoz-player-cockpit-table-link,
.yoz-player-attention-back,
.yoz-player-cockpit-signals a {
    color: var(--yoz-gold-light);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.yoz-player-cockpit-kpi a {
    margin-top: 8px;
}

.yoz-player-cockpit-population-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: auto;
}

.yoz-player-cockpit-kpi small {
    margin-top: 7px;
}

.yoz-player-cockpit-kpi em {
    margin-top: auto;
    color: rgba(227, 189, 99, 0.82);
}

.yoz-player-cockpit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yoz-player-cockpit-card {
    min-width: 0;
    padding: 17px 20px;
}

.yoz-player-cockpit-card--wide {
    grid-column: span 1;
}

.yoz-player-cockpit-metric-list,
.yoz-player-cockpit-signals,
.yoz-player-cockpit-guards {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.yoz-player-cockpit-metric-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yoz-player-cockpit-metric-list li {
    min-width: 0;
    padding: 11px;
    border: 1px solid rgba(166, 108, 255, 0.25);
    border-radius: 6px;
    background: rgba(112, 55, 190, 0.10);
}

.yoz-player-cockpit-metric-list--gold li {
    border-color: rgba(200, 155, 60, 0.26);
    background: rgba(200, 155, 60, 0.08);
}

.yoz-player-cockpit-metric-list span,
.yoz-player-cockpit-metric-list strong,
.yoz-player-cockpit-metric-list small {
    display: block;
}

.yoz-player-cockpit-metric-list span,
.yoz-player-cockpit-metric-list small {
    color: var(--yoz-text-soft);
    font-size: 10px;
}

.yoz-player-cockpit-metric-list strong {
    margin: 6px 0 4px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
}

.yoz-player-cockpit-signals li {
    display: grid;
    grid-template-columns: minmax(120px, auto) 28px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(103, 135, 169, 0.17);
}

.yoz-player-cockpit-signals a {
    grid-column: 1 / -1;
}

.yoz-player-cockpit-signals li:last-child {
    border-bottom: none;
}

.yoz-player-cockpit-signals strong {
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
}

.yoz-player-cockpit-signals small {
    color: var(--yoz-text-soft);
    font-size: 10px;
}

.yoz-player-cockpit-signal {
    display: inline-flex;
    width: fit-content;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
}

.yoz-player-cockpit-signal--negative {
    border-color: rgba(230, 91, 104, 0.40);
    color: var(--yoz-red);
    background: rgba(230, 91, 104, 0.14);
}

.yoz-player-cockpit-signal--insufficient,
.yoz-player-cockpit-signal--inactive {
    border-color: rgba(154, 168, 186, 0.32);
    color: var(--yoz-text-soft);
    background: rgba(154, 168, 186, 0.10);
}

.yoz-player-cockpit-signal--new {
    border-color: rgba(50, 201, 139, 0.38);
    color: var(--yoz-green);
    background: rgba(50, 201, 139, 0.14);
}

.yoz-player-cockpit-guards {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.yoz-player-cockpit-guards li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 7px 10px;
    padding: 10px;
    border: 1px solid rgba(103, 135, 169, 0.20);
    border-radius: 6px;
}

.yoz-player-cockpit-guards strong {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
}

.yoz-player-cockpit-guards small {
    grid-column: 2;
    color: var(--yoz-text-soft);
    font-size: 10px;
}

.yoz-player-cockpit-empty {
    color: var(--yoz-text-soft);
    font-size: 12px;
}

.yoz-player-cockpit-table {
    min-width: 1280px;
}

.yoz-player-cockpit-filters {
    grid-template-columns: repeat(4, minmax(130px, 0.8fr)) minmax(210px, 1.4fr) auto;
    margin-bottom: 0;
}

.yoz-player-attention-content {
    display: grid;
    gap: 16px;
}

.yoz-player-attention-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.yoz-player-attention-filters a {
    padding: 7px 10px;
    border: 1px solid rgba(103, 135, 169, 0.28);
    border-radius: 5px;
    color: var(--yoz-text-soft);
    font-size: 12px;
    text-decoration: none;
}

.yoz-player-attention-filters a.active {
    border-color: rgba(166, 108, 255, 0.65);
    color: #eadcff;
    background: rgba(112, 55, 190, 0.24);
}

.yoz-player-attention-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 16px;
}

.yoz-player-attention-card {
    padding: 17px 20px;
    border: 1px solid rgba(103, 135, 169, 0.28);
    border-radius: 9px;
    background: linear-gradient(145deg, rgba(14, 34, 54, 0.90), rgba(7, 19, 33, 0.96));
}

.yoz-player-attention-card header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yoz-player-attention-card header h3 {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yoz-player-attention-card h3,
.yoz-player-attention-card h4 {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-family: "Cinzel", serif;
    font-size: 15px;
}

.yoz-player-attention-toggle {
    margin-left: auto;
    padding: 6px 8px;
    border: 1px solid rgba(200, 155, 60, 0.35);
    border-radius: 5px;
    color: var(--yoz-gold-light);
    font: inherit;
    font-size: 11px;
    background: rgba(200, 155, 60, 0.08);
    cursor: pointer;
}

.yoz-player-attention-reasons,
.yoz-player-attention-context {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 15px;
}

.yoz-player-attention-context {
    align-items: center;
}

.yoz-player-attention-summary {
    padding-left: 18px;
}

.yoz-player-attention-understand {
    display: inline-block;
    margin-top: 12px;
    color: var(--yoz-gold-light);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.yoz-player-attention-card ul,
.yoz-player-attention-card p {
    margin: 12px 0 0;
    color: var(--yoz-text-soft);
    font-size: 12px;
    line-height: 1.5;
}

.yoz-player-attention-details {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(103, 135, 169, 0.18);
}

.yoz-player-dossier-content {
    display: grid;
    gap: 16px;
}

.yoz-player-dossier-summary,
.yoz-player-dossier-cycles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.yoz-player-dossier-summary article {
    padding: 14px;
    border: 1px solid rgba(103, 135, 169, 0.28);
    border-radius: 8px;
    background: rgba(7, 19, 33, 0.72);
}

.yoz-player-dossier-summary span,
.yoz-player-dossier-summary strong {
    display: block;
}

.yoz-player-dossier-summary span,
.yoz-player-dossier-cycles dt {
    color: var(--yoz-text-soft);
    font-size: 11px;
}

.yoz-player-dossier-summary strong,
.yoz-player-dossier-cycles dd {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.92);
}

.yoz-player-dossier-cycles dl {
    display: grid;
    gap: 9px;
    margin: 14px 0 0;
}

.yoz-player-dossier-cycles dl div {
    padding-top: 8px;
    border-top: 1px solid rgba(103, 135, 169, 0.16);
}

.yoz-player-dossier-breakdown {
    display: grid;
    gap: 5px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.yoz-player-dossier-breakdown li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.yoz-player-dossier-breakdown span {
    color: var(--yoz-text-soft);
}

.yoz-player-dossier-breakdown strong {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
}

@media (max-width: 900px) {
    .yoz-player-cockpit-kpis,
    .yoz-player-cockpit-grid {
        grid-template-columns: 1fr;
    }

    .yoz-player-cockpit-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yoz-player-dossier-summary,
    .yoz-player-dossier-cycles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .yoz-player-cockpit-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .yoz-player-cockpit-period {
        width: 100%;
    }

    .yoz-player-cockpit-metric-list {
        grid-template-columns: 1fr;
    }

    .yoz-player-cockpit-filters {
        grid-template-columns: 1fr;
    }

    .yoz-player-cockpit-signals li {
        grid-template-columns: minmax(120px, auto) 28px;
    }

    .yoz-player-cockpit-signals small {
        grid-column: 1 / -1;
    }

    .yoz-player-dossier-summary,
    .yoz-player-dossier-cycles {
        grid-template-columns: 1fr;
    }
}
