.cir-own-player-search-hidden {
    display: none !important;
}

.cir-my-period-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.08);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    background: rgba(6, 18, 30, 0.62);
}

.cir-my-period-bar button {
    min-height: 31px;
    padding: 0 13px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 6px;
    color: #91a7b9;
    background: rgba(148, 163, 184, 0.035);
    font: inherit;
    font-size: 0.68rem;
    font-weight: 850;
    cursor: pointer;
}

.cir-my-period-bar button:hover {
    border-color: rgba(101, 216, 239, 0.3);
    color: #e0edf3;
}

.cir-my-period-bar button.is-active {
    border-color: rgba(239, 185, 87, 0.38);
    color: #efc66d;
    background: rgba(239, 185, 87, 0.1);
}

.cir-my-statistics-panel {
    padding: 24px;
}

.cir-my-section-heading {
    margin-bottom: 16px;
}

.cir-my-section-heading > span {
    display: block;
    margin-bottom: 6px;
    color: #efbd5b;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.14em;
}

.cir-my-section-heading h2 {
    margin: 0;
    color: #f2f6f8;
    font-size: clamp(1.3rem, 2vw, 1.9rem);
}

.cir-my-section-heading p {
    margin: 7px 0 0;
    color: #88a2b6;
    font-size: 0.78rem;
}

.cir-my-vehicle-controls {
    display: grid;
    grid-template-columns:
        minmax(220px, 1fr)
        minmax(150px, 0.35fr)
        minmax(120px, 0.25fr);
    gap: 7px;
    margin-bottom: 8px;
}

.cir-my-vehicle-controls input,
.cir-my-vehicle-controls select {
    min-height: 36px;
    border: 1px solid rgba(80, 116, 143, 0.26);
    border-radius: 6px;
    color: #d8e7ef;
    background: #071726;
    padding: 0 11px;
    font: inherit;
    font-size: 0.72rem;
}

.cir-my-vehicle-workspace {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(360px, 0.34fr);
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(64, 101, 129, 0.24);
    border-radius: 8px;
    background: #061523;
}

.cir-my-table-scroll {
    width: 100%;
    overflow: auto;
}

.cir-my-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    font-size: 0.69rem;
}

.cir-my-table th,
.cir-my-table td {
    height: 32px;
    padding: 5px 9px;
    border-right: 1px solid rgba(83, 112, 135, 0.1);
    border-bottom: 1px solid rgba(83, 112, 135, 0.1);
    text-align: right;
    white-space: nowrap;
}

.cir-my-table th {
    position: sticky;
    z-index: 3;
    top: 0;
    color: #8fb2ca;
    background: #10263a;
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cir-my-table th:first-child,
.cir-my-table td:first-child,
.cir-my-vehicle-table th:nth-child(3),
.cir-my-vehicle-table td:nth-child(3) {
    text-align: left;
}

.cir-my-table tbody tr:nth-child(odd) {
    background: rgba(5, 17, 28, 0.92);
}

.cir-my-table tbody tr:nth-child(even) {
    background: rgba(12, 30, 46, 0.92);
}

.cir-my-table tbody tr:hover {
    background: rgba(19, 48, 70, 0.96);
}

.cir-my-vehicle-table tbody tr {
    cursor: pointer;
}

.cir-my-vehicle-detail {
    min-width: 0;
    border-left: 1px solid rgba(74, 110, 137, 0.25);
    background:
        linear-gradient(
            180deg,
            rgba(11, 31, 47, 0.98),
            rgba(5, 17, 28, 0.98)
        );
}

.cir-my-empty-detail {
    display: grid;
    min-height: 420px;
    place-content: center;
    padding: 30px;
    text-align: center;
}

.cir-my-empty-detail > strong {
    justify-self: center;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(239, 185, 87, 0.35);
    border-radius: 14px;
    color: #efbd5b;
}

.cir-my-empty-detail h3 {
    margin: 15px 0 5px;
}

.cir-my-empty-detail p {
    max-width: 300px;
    margin: 0;
    color: #829caf;
    font-size: 0.74rem;
}

.cir-my-detail-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid rgba(81, 115, 140, 0.2);
}

.cir-my-detail-header span {
    color: #efbd5b;
    font-size: 0.63rem;
    font-weight: 950;
    letter-spacing: 0.12em;
}

.cir-my-detail-header h3 {
    margin: 6px 0 3px;
    font-size: 1.35rem;
}

.cir-my-detail-header p {
    margin: 0;
    color: #829caf;
    font-size: 0.72rem;
}

.cir-my-detail-header button {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(100, 132, 155, 0.25);
    border-radius: 6px;
    color: #c7d7df;
    background: #0b1e2e;
    font-size: 1.05rem;
    cursor: pointer;
}

.cir-my-detail-grid,
.cir-my-pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 14px;
}

.cir-my-detail-grid div,
.cir-my-pillar-grid div {
    min-height: 74px;
    padding: 12px;
    border: 1px solid rgba(75, 110, 136, 0.2);
    border-radius: 7px;
    background: rgba(11, 32, 49, 0.72);
}

.cir-my-detail-grid span,
.cir-my-pillar-grid span {
    display: block;
    color: #819bae;
    font-size: 0.58rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cir-my-detail-grid strong,
.cir-my-pillar-grid strong {
    display: block;
    margin-top: 7px;
    color: #eef5f7;
    font-size: 1.05rem;
}

.is-result-win {
    color: #64d49a;
}

.is-result-loss {
    color: #ed7c83;
}

.is-result-draw {
    color: #efc66d;
}

@media (max-width: 1150px) {
    .cir-my-vehicle-workspace {
        grid-template-columns: 1fr;
    }

    .cir-my-vehicle-detail {
        border-top: 1px solid rgba(74, 110, 137, 0.25);
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .cir-my-statistics-panel {
        padding: 14px;
    }

    .cir-my-vehicle-controls {
        grid-template-columns: 1fr;
    }

    .cir-my-detail-grid,
    .cir-my-pillar-grid {
        grid-template-columns: 1fr;
    }
}
