/* ============================================================
   Last Man Standing – custom.css
   Základní design; per-brand sekce dole
   ============================================================ */

:root {
    --lms-primary: rgb(22, 123, 232);   /* hlavní barva – přepiš per brand */
    --lms-primary-d: #1565c0;   /* tmavší varianta pro hover */
    --lms-bg:        #f4f5f7;
    --lms-card-r:    .45rem;
}

body {
    background: var(--lms-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── Navbar ─────────────────────────────────────────────── */
.lms-navbar {
    background: var(--lms-primary);
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    min-height: 56px;
}
.navbar-logo {
    height: 36px;
    width: auto;
}
@media (max-width: 767.98px) {
    .navbar-logo {
        height: 28px;
    }
    .lms-nav-user {
        font-size: 0.8rem;
    }
}
/* ── Hamburger ───────────────────────────────────────────── */
.lms-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    padding: .25rem;
    cursor: pointer;
    width: 28px;
}
.lms-hamburger span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: opacity .15s;
}

/* ── Offcanvas soutěže ───────────────────────────────────── */
.lms-comp-offcanvas {
    background: var(--lms-primary);
    color: #fff;
    max-width: 340px;
}
.lms-comp-offcanvas .offcanvas-title { color: #fff; font-weight: 700; }
.lms-comp-offcanvas .btn-close-white { filter: invert(1); }

.lms-comp-tiles {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding-top: .5rem;
}
.lms-comp-tile {
    display: block;
    width: 100%;
    aspect-ratio: 425 / 120;
    border-radius: var(--lms-card-r);
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color .15s, transform .15s;
    background: rgba(255,255,255,.1);
    text-decoration: none;
}
.lms-comp-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lms-comp-tile__name {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}
.lms-comp-tile:hover { transform: scale(1.02); border-color: rgba(255,255,255,.5); }
.lms-comp-tile--active { border-color: #fff; }

.lms-comp-nav {
    display: flex;
    align-items: center;
    gap: .25rem;
}
.lms-comp-nav__item {
    color: rgba(255,255,255,.85);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    padding: .3rem .75rem;
    border-radius: 2rem;
    transition: background .15s, color .15s;
    white-space: nowrap;
}
.lms-comp-nav__item:hover {
    color: #fff;
    background: rgba(255,255,255,.15);
}
.lms-comp-nav__item--active {
    color: #fff;
    background: rgba(0,0,0,.2);
}

.lms-competition-switcher {
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    padding: .25rem .65rem;
    white-space: nowrap;
}
.lms-competition-switcher:hover,
.lms-competition-switcher:focus,
.lms-competition-switcher.show {
    background: rgba(255,255,255,.25);
    border-color: rgba(255,255,255,.5);
    color: #fff;
}

.lms-navbar-title {
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
}

/* ── Banner ─────────────────────────────────────────────── */
.lms-banner {
    width: 100%;
    aspect-ratio: 1960 / 573;
    background-image: url('../img/bg_Large.jpg?v=20260720');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    .lms-banner { background-image: url('../img/bg_Medium.jpg?v=20260720'); aspect-ratio: 1024 / 299; }
}
@media (max-width: 510px) {
    .lms-banner { background-image: url('../img/bg_Small.jpg?v=20260720'); aspect-ratio: 425 / 124; }
}
.lms-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.lms-banner-title {
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 900;
    letter-spacing: -.01em;
    text-shadow: 0 3px 16px rgba(0,0,0,.5);
    color: #fff;
}
.lms-banner-subtitle {
    font-size: 1.1rem;
    opacity: .85;
    color: #fff;
    font-weight: 400;
}

/* ── Hlavní wrapper ──────────────────────────────────────── */
.lms-main {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem 4rem;
    flex: 1;
}

/* ── Status row: accordion + šipky ──────────────────────── */
.lms-status-row {
    display: flex;
    align-items: stretch;
    gap: .5rem;
}
.lms-status-row > .lms-nav-arrow {
    flex-shrink: 0;
    align-self: stretch;
}
.lms-status-accordion--in-row {
    flex: 1;
    min-width: 0;
}

.lms-nav-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
    line-height: 1;
    padding-bottom: 5px; /* kompenzace nízké baseline ‹ › */
    color: var(--lms-primary);
    border: 1px solid var(--lms-primary);
    border-radius: .25rem;
    text-decoration: none;
    transition: background .15s, color .15s;
}
.lms-nav-arrow:hover {
    background: var(--lms-primary);
    color: #fff;
}
.lms-nav-arrow--hidden { visibility: hidden; }

/* ── Obsah tipování (užší, středem) ──────────────────────── */
.lms-tip-wrap {
    max-width: 680px;
    margin: 0 auto;
}

/* ── Status accordion (tip + historie) ───────────────────── */
.lms-status-accordion { border-radius: var(--lms-card-r); overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.lms-status-accordion .accordion-item { border: none; }

.lms-status-toggle {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
    background: #fff;
    padding: .5rem .85rem;
    border-left: 4px solid var(--lms-primary);
    border-radius: 0;
    box-shadow: none !important;
    color: inherit;
    font-size: inherit;
    text-align: left;
}
.lms-status-toggle--static {
    cursor: default;
}
/* Bootstrap accordion-button arrow — skryj výchozí, nech jen když je rozbalitelný */
button.lms-status-toggle::after {
    margin-left: auto;
    flex-shrink: 0;
}
.lms-timeline-wrap {
    background: #f8f9fa;
    border-top: 1px solid #e8eaed;
    padding: .75rem 1rem;
}
/* Joker ikona */
.lms-joker-icon-wrap {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.lms-joker-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lms-joker-label {
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1;
}
.lms-joker-icon--on  .lms-joker-label { color: #1a6e3a; }
.lms-joker-icon--off .lms-joker-label { color: #a32d2d; }

.lms-status-bar__text {
    font-size: .875rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem;
    min-width: 0;
    flex: 1;
}
.lms-status__elim {
    font-size: .82rem;
    color: #c0392b;
    font-weight: 600;
}
.lms-icon { font-size: 1.35rem; line-height: 1; flex-shrink: 0; }

/* Inline stats pills */
.lms-inline-stats {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
    padding: .5rem 1rem .75rem;
    border-top: 1px solid #f0f0f0;
}
.lms-inline-stats__item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .72rem;
    font-weight: 600;
    padding: .15rem .5rem;
    border-radius: 2rem;
    border: 1px solid;
    white-space: nowrap;
}
.lms-inline-stats__item .ti { font-size: .75rem; }
.lms-inline-stats__item--up {
    background: #f0faf4;
    border-color: #a8d5b8;
    color: #1a6e3a;
}
.lms-inline-stats__item--down {
    background: #fff0f0;
    border-color: #f5c6cb;
    color: #a32d2d;
}
.lms-inline-stats__item--neutral {
    background: #f5f5f5;
    border-color: #ccc;
    color: #555;
}
.lms-inline-stats__item--joker {
    background: #f0f4ff;
    border-color: #b0c4f5;
    color: #2a4db5;
}

/* ── Timeline ────────────────────────────────────────────── */

.lms-timeline {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: .25rem;
}
.lms-timeline::-webkit-scrollbar { display: none; }

.lms-timeline-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    min-width: 80px;
}
.lms-timeline-connector {
    flex-shrink: 0;
    width: 20px;
    height: 2px;
    background: #dee2e6;
    margin: 0 2px;
    margin-bottom: 18px; /* zarovnání na střed badge */
}
.lms-tl-round {
    font-size: .6rem;
    color: #6c757d;
    margin-bottom: .3rem;
    white-space: nowrap;
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lms-tl-badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .3rem;
    flex-shrink: 0;
}
.lms-tl-win     { background: #198754; }
.lms-tl-loss    { background: #dc3545; }
.lms-tl-joker   { background: #0d6efd; }
.lms-tl-pending { background: #adb5bd; }
.lms-tl-joker-img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    display: block;
}

.lms-tl-team {
    font-size: .65rem;
    font-weight: 600;
    color: #343a40;
    white-space: normal;
    word-break: break-word;
    max-width: 80px;
}
.lms-tl-current .lms-tl-badge {
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px currentColor;
}
.lms-tl-current .lms-tl-round,
.lms-tl-current .lms-tl-team {
    font-weight: 700;
    color: #1a1a1a;
}


/* ── Záložky kol ─────────────────────────────────────────── */
.lms-round-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 1.25rem;
    border-bottom: 2px solid #dee2e6;
    gap: .15rem;
}
.lms-round-tabs::-webkit-scrollbar { display: none; }

.lms-round-tabs .nav-link {
    white-space: nowrap;
    text-align: center;
    color: #6c757d;
    font-size: .875rem;
    font-weight: 500;
    padding: .4rem .9rem;
    border-radius: .4rem .4rem 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    transition: color .15s, background .15s;
}
.lms-round-tabs .nav-link:hover {
    color: var(--lms-primary);
    background: rgba(0,0,0,.04);
}
.lms-round-tabs .nav-link.active {
    color: var(--lms-primary);
    font-weight: 700;
    background: #fff;
    border-color: #dee2e6;
    border-bottom-color: #fff;
    margin-bottom: -1px;
}
.lms-live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7800;
    vertical-align: middle;
    margin-left: .3rem;
}
.lms-live-dot--blink {
    animation: lms-pulse 1.5s ease-in-out infinite;
}
.lms-live-dot--evaluated {
    background: #198754;
}
@keyframes lms-pulse {
    0%, 100% { opacity: 1;  transform: scale(1);   }
    50%       { opacity: .4; transform: scale(1.4); }
}
.lms-tab-upcoming .d-block { color: #adb5bd !important; }
.lms-round-tabs .nav-link.lms-tab-upcoming { color: #adb5bd; }
.lms-tab-date {
    font-size: .7rem;
    font-weight: 400;
    opacity: .65;
    margin-top: .1rem;
}

/* ── Info taby (Ceny | Pravidla | …) ────────────────────── */
.lms-info-tabs {
    display: flex;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #dee2e6;
}
.lms-info-tab {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    padding: .6rem 1.1rem;
    font-size: .95rem;
    font-weight: 600;
    color: var(--lms-tab-muted, #6c757d);
    cursor: pointer;
    transition: color .15s, border-color .15s;
    white-space: nowrap;
}
.lms-info-tab:hover  { color: var(--lms-tab-active-color, #212529); }
.lms-info-tab.active { color: var(--lms-tab-active-color, #212529); border-bottom-color: var(--lms-tab-accent, var(--lms-accent, #f60)); }

.lms-info-tab-content {
    padding: 1.25rem 0 .5rem;
}

/* ── Tip label + team ────────────────────────────────────── */
.lms-my-tip-label {
    font-size: .85rem;
    color: #6c757d;
}
.lms-my-tip-team {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}
.lms-tip-result          { font-size: .85rem; margin-top: .2rem; font-weight: 500; }
.lms-tip-result--win        { color: #198754; }
.lms-tip-result--draw_joker { color: #0d6efd; }
.lms-tip-result--loss       { color: #dc3545; }

/* ── Karty zápasů ────────────────────────────────────────── */
.lms-matches { margin-top: 1rem; }

.lms-match-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: var(--lms-card-r);
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
    overflow: hidden;
    transition: box-shadow .18s, transform .18s;
}
.lms-match-card:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,.1);
    transform: translateY(-1px);
}
.lms-match-card--my {
    box-shadow: 2px 2px 13px 0 rgb(0 0 0 / 0.30);
}

.lms-match-datetime {
    background: #f8f9fa;
    border-bottom: 1px solid #e8eaed;
    padding: .20rem 1.1rem;
    font-size: .75rem;
    color: #6c757d;
    font-weight: 500;
    letter-spacing: .03em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lms-match-result {
    font-size: .85rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: .04em;
}

.lms-odds {
    display: flex;
    gap: .35rem;
    align-items: center;
}
.lms-odds__chip {
    display: inline-block;
    padding: .1rem .45rem;
    background: #e5edf8;
    color: #1a5da8;
    font-size: .72rem;
    font-weight: 700;
    border-radius: .2rem;
    white-space: nowrap;
    cursor: default;
    letter-spacing: .01em;
    border: #b9d1ec 1px solid;
}

.lms-match-result--cancelled {
    font-size: .8rem;
    font-weight: 500;
    color: #6c757d;
    font-style: italic;
}

.lms-match-body {
    padding: .65rem 1rem;
}

/* ── Skóre / vs wrapper ──────────────────────────────────── */
.lms-score-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
}
.lms-score-team {
    font-weight: 700;
    font-size: .95rem;
}
.lms-score-team--picked {
    color: var(--lms-primary);
}

.lms-vs {
    font-weight: 800;
    font-size: 1.1rem;
    color: #adb5bd;
    padding: 0 .2rem;
}
.lms-score {
    font-size: 1.6rem;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: .04em;
    line-height: 1;
}
.lms-draw-label {
    display: inline-block;
    font-size: .65rem;
    font-weight: 700;
    background: #6c757d;
    color: #fff;
    border-radius: .2rem;
    padding: 0 .3rem;
    vertical-align: middle;
    margin-left: .2rem;
}

/* ── Tlačítka výběru týmu ────────────────────────────────── */
.lms-pick-wrap {
    display: flex;
    align-items: stretch;
    gap: .4rem;
}
.lms-btn-pick {
    flex: 1;
    white-space: normal;
}
.lms-my-pick-label {
    font-size: .7rem;
    opacity: .8;
    font-weight: 400;
}
.lms-my-pick-check {
    font-size: .85rem;
    margin-left: 4px;
    vertical-align: -1px;
}

/* ── Info accordion (cena + pravidla) ───────────────────── */
.lms-info-accordion { border-radius: var(--lms-card-r); overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.lms-info-accordion .accordion-item { border: none; }
.lms-info-toggle {
    background: #fff;
    font-size: .875rem;
    font-weight: 600;
    padding: .75rem 1rem;
    width: 100%;
    display: flex;
    align-items: center;
}
.lms-prize-text {
    font-size: .9rem;
    line-height: 1.6;
    color: #444;
}

/* ── Výherci ─────────────────────────────────────────────── */
.lms-winners-wrap {
    background: #fff;
    border-radius: var(--lms-card-r);
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    overflow: hidden;
}
.lms-winners-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .75rem 1rem;
}
.lms-winners-summary {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .82rem;
    color: #555;
    flex: 1;
}
.lms-winners-title__icon { font-size: .9rem; color: var(--lms-primary); flex-shrink: 0; }
.lms-winners-summary strong { color: #1a6e3a; font-weight: 700; }
.lms-winners-load-btn {
    flex-shrink: 0;
    font-size: .78rem;
    font-weight: 600;
    border: 1px solid var(--lms-primary);
    color: var(--lms-primary);
    background: transparent;
    padding: .25rem .75rem;
    border-radius: 2rem;
    transition: background .15s, color .15s;
    white-space: nowrap;
}
.lms-winners-load-btn:hover {
    background: var(--lms-primary);
    color: #fff;
}
.lms-prize-per-winner {
    font-size: .75rem;
    color: #888;
}
.lms-prize-per-winner strong { color: #1a6e3a; font-weight: 700; }

.lms-winners-table {
    width: 100%;
    font-size: .8rem;
    border-collapse: collapse;
}
.lms-winners-table thead th {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #999;
    font-weight: 600;
    padding: .4rem 1rem;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}
.lms-winners-table tbody td {
    padding: .4rem 1rem;
    border-bottom: 1px solid #f5f5f5;
    vertical-align: middle;
}
.lms-winners-table tbody tr:last-child td { border-bottom: none; }
.lms-load-more-btn {
    font-size: .78rem;
    color: #888;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    border-radius: var(--lms-card-r);
    padding: .35rem;
    transition: background .15s, color .15s;
}
.lms-load-more-btn:hover { background: #f0f0f0; color: #444; }

.lms-winner-link {
    background: none;
    border: none;
    padding: 0;
    color: var(--lms-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: .82rem;
    cursor: pointer;
}
.lms-winner-link:hover { text-decoration: underline; }

/* ── Footer ──────────────────────────────────────────────── */
.lms-footer {
    border-top: 1px solid #dee2e6;
    padding: 1.25rem 0;
    background: #fff;
    margin-top: auto;
}

/* ── Flash alert ─────────────────────────────────���───────── */
.lms-alert-flash { margin-top: 1rem; }

/* ── Modal ───────────────────────────────────────────────── */
.modal-content { border-radius: var(--lms-card-r); border: none; box-shadow: 0 8px 40px rgba(0,0,0,.18); }
.modal-header  { border-bottom: 1px solid #f0f0f0; }
.modal-footer  { border-top:    1px solid #f0f0f0; }
#tipModalTeam  { color: var(--lms-primary); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 768px) {
    .lms-round-tabs {
        position: sticky;
        top: 0;
        z-index: 100;
        background: var(--lms-bg);
        margin-top: 0;
        padding-top: .5rem;
        box-shadow: 0 2px 6px rgba(0,0,0,.08);
    }
}

@media (max-width: 480px) {
    .lms-match-body      { padding: .75rem; }
    .lms-score-team      { font-size: .8rem; }
    .lms-btn-pick        { font-size: .78rem; padding: .35rem .5rem; }
    .lms-banner-title    { font-size: 1.9rem; }
    .lms-tip-wrap        { max-width: 100%; }
}

/* ── Landing page – výběr soutěže ───────────────────────── */
.lms-landing-wrap {
    max-width: 800px;
    margin: 3rem auto;
    padding: 0 1rem;
}
.lms-landing-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1e2532;
}
.lms-competition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}
.lms-competition-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: var(--lms-card-r);
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
    text-decoration: none;
    color: #1e2532;
    transition: box-shadow .18s, transform .18s;
    border: 2px solid transparent;
}
.lms-competition-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,.13);
    transform: translateY(-2px);
    border-color: var(--lms-primary);
    color: var(--lms-primary);
}
.lms-competition-logo {
    max-height: 60px;
    max-width: 160px;
    object-fit: contain;
}
.lms-competition-name {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
}
.lms-competition-desc {
    font-size: .82rem;
    color: #6c757d;
    text-align: center;
}

/* ============================================================
   PER-BRAND – odkomentuj a uprav barvy dle prostředí
   ============================================================ */

/* TipsportCZ – výchozí (--lms-primary: #c8102e) */

/* TipsportSK
.brand-tipsportsk { --lms-primary: #c8102e; --lms-primary-d: #a00d25; }
*/

/* ChanceCZ
.brand-chancecz { --lms-primary: #f60; --lms-primary-d: #d95500; }
.brand-chancecz .lms-btn-pick--away { background: #222; border-color: #222; }
*/

/* ChanceSK
.brand-chancesk { --lms-primary: #e55a00; --lms-primary-d: #c44d00; }
.brand-chancesk .lms-btn-pick--away { background: #222; border-color: #222; }
*/

/* ── Login / Unauthorized stránka ───────────────────────────── */
.lms-login-wrap {
    width: 100%;
    max-width: 480px;
}
.lms-login-logo-wrap {
    background: var(--lms-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 2.5rem;
    border-radius: .75rem;
    margin-bottom: 2rem;
}
/* Chance logo není bílé – potřebuje světlý podklad */
.brand-chancecz  .lms-login-logo-wrap,
.brand-chancesk  .lms-login-logo-wrap {
    background: #fff;
    border: 1px solid #e0e0e0;
}
.lms-login-logo {
    height: 48px;
    width: auto;
}
.lms-login-content {
    text-align: center;
}
.lms-login-content h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* ── Dresy týmů v zápasech ─────────────────────────────────── */
.lms-match-jersey {
    display: inline-block;
    width: 36px;
    height: 36px;
    object-fit: contain;
    vertical-align: middle;
    flex-shrink: 0;
}
.lms-match-jersey--empty {
    width: 36px;
    height: 36px;
}
