/* ============================================================
   SchweizExpress, Dashboard Parrain v2
   Design aligné sur le site (Bricks) : accent #ee4555,
   typographie héritée du thème.
   ============================================================ */

.se-dash {
    --se-accent: #ee4555;
    --se-accent-dark: #d63447;
    --se-dark: #1f2430;
    --se-text: #3a3f4b;
    --se-muted: #8a8f9c;
    --se-bg: #f6f7f9;
    --se-card-bg: #ffffff;
    --se-border: #e6e8ee;
    --se-radius: 14px;
    --se-shadow: 0 2px 12px rgba(31, 36, 48, 0.07);
    --se-gold: #d4a017;

    color: var(--se-text);
    max-width: 1080px;
    margin: 0 auto;
    padding: 8px 0 48px;
}

.se-dash *,
.se-dash *::before,
.se-dash *::after {
    box-sizing: border-box;
}

.se-dash h2,
.se-dash h3,
.se-dash h4,
.se-dash h5 {
    color: var(--se-dark);
    margin: 0 0 12px;
    line-height: 1.25;
}

.se-dash p {
    margin: 0 0 8px;
}

/* ---------- Cartes ---------- */

.se-card {
    background: var(--se-card-bg);
    border: 1px solid var(--se-border);
    border-radius: var(--se-radius);
    box-shadow: var(--se-shadow);
    padding: 24px;
    margin-bottom: 20px;
}

.se-card-center {
    text-align: center;
    padding: 48px 24px;
    max-width: 520px;
    margin: 40px auto;
}

.se-empty-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

/* ---------- Boutons ---------- */

.se-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
    line-height: 1.3;
}

.se-btn-primary {
    background: var(--se-accent);
    color: #fff !important;
}

.se-btn-primary:hover {
    background: var(--se-accent-dark);
    transform: translateY(-1px);
}

.se-btn-vote {
    background: var(--se-accent);
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
}

.se-btn-vote:hover {
    background: var(--se-accent-dark);
}

.se-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}

/* ---------- Onglets équipes ---------- */

.se-dash-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.se-dash-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--se-card-bg);
    border: 1px solid var(--se-border);
    border-radius: 999px;
    padding: 10px 20px;
    font-weight: 600;
    color: var(--se-text);
    cursor: pointer;
    transition: all 0.15s ease;
}

.se-dash-tab:hover {
    border-color: var(--se-accent);
    color: var(--se-accent);
}

.se-dash-tab.is-active {
    background: var(--se-dark);
    border-color: var(--se-dark);
    color: #fff;
}

.se-tab-level {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--se-bg);
    color: var(--se-muted);
}

.se-dash-tab.is-active .se-tab-level {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* ---------- Panneaux ---------- */

.se-dash-panel {
    display: none;
}

.se-dash-panel.is-active {
    display: block;
}

/* ---------- En-tête équipe ---------- */

.se-team-header {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}

.se-team-header-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.se-team-photo {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--se-accent);
    flex-shrink: 0;
}

.se-team-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    background: var(--se-bg);
}

.se-team-name {
    margin-bottom: 8px;
    font-size: 26px;
}

.se-team-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.se-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--se-bg);
    color: var(--se-text);
}

.se-badge-votes {
    background: rgba(238, 69, 85, 0.1);
    color: var(--se-accent);
}

/* Couleurs des niveaux */
.se-level-bois { background: #efe5d8; color: #7a5c3e; }
.se-level-fer { background: #e4e7ec; color: #5a6372; }
.se-level-bronze { background: #f3e3d3; color: #a05e2b; }
.se-level-argent { background: #eceff4; color: #6b7686; }
.se-level-or { background: #faf0d4; color: #a07c14; }

/* ---------- Chargement ---------- */

.se-loading {
    text-align: center;
    padding: 60px 20px;
    color: var(--se-muted);
}

.se-spinner {
    width: 36px;
    height: 36px;
    border: 4px solid var(--se-border);
    border-top-color: var(--se-accent);
    border-radius: 50%;
    margin: 0 auto 16px;
    animation: se-spin 0.8s linear infinite;
}

@keyframes se-spin {
    to { transform: rotate(360deg); }
}

/* ---------- Grille de modules ---------- */

.se-modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.se-modules-grid .se-card {
    margin-bottom: 0;
}

.se-module h3 {
    font-size: 16px;
    margin-bottom: 16px;
}

.se-module-wide {
    grid-column: 1 / -1;
}

.se-stat-hero {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.se-stat-big {
    font-size: 42px;
    font-weight: 800;
    color: var(--se-dark);
    line-height: 1;
}

.se-stat-medium {
    font-size: 24px;
    font-weight: 700;
    color: var(--se-dark);
}

.se-stat-emoji {
    font-size: 40px;
    line-height: 1;
}

.se-stat-unit {
    font-size: 16px;
    font-weight: 600;
    color: var(--se-muted);
}

.se-stat-sub {
    color: var(--se-muted);
    font-size: 13px;
    margin: 0;
}

.se-stat-empty {
    color: var(--se-muted);
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

/* ---------- Carte Leaflet ---------- */

.se-map {
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    background: var(--se-bg);
    z-index: 1;
}

.se-map-module .se-map-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--se-border);
    padding-bottom: 0;
}

.se-map-tab {
    appearance: none;
    border: none;
    background: transparent;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--se-muted);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.se-map-tab:hover:not(.is-locked) {
    color: var(--se-text);
}

.se-map-tab.is-active {
    color: var(--se-accent);
    border-bottom-color: var(--se-accent);
}

.se-map-tab.has-lock {
    opacity: 0.85;
}

.se-map-tab-lock {
    font-size: 12px;
    margin-left: 4px;
}

.se-map-panels {
    position: relative;
}

.se-map-panel {
    display: none;
}

.se-map-panel.is-active {
    display: block;
}

.se-track-intro {
    margin: 0 0 12px;
    color: var(--se-muted);
    font-size: 14px;
}

.se-track-debug {
    margin-top: 8px;
    font-size: 12px;
    color: var(--se-muted);
}

.se-track-debug summary {
    cursor: pointer;
    font-weight: 600;
}

.se-track-debug ul {
    margin: 8px 0 0;
    padding-left: 16px;
    list-style: disc;
    word-break: break-word;
}

.se-track-debug li {
    margin-bottom: 4px;
}

.se-track-meta {
    margin: 0 0 12px;
    font-size: 13px;
    color: var(--se-muted);
}

.se-track-locked {
    text-align: center;
    padding: 28px 20px;
    background: var(--se-bg);
    border-radius: 10px;
    border: 1px dashed var(--se-border);
}

.se-track-locked-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.se-track-locked h4 {
    margin: 0 0 8px;
    font-size: 18px;
}

.se-track-locked p {
    margin: 0 0 10px;
    color: var(--se-muted);
    font-size: 14px;
}

.se-badge-cumul {
    background: rgba(31, 36, 48, 0.08);
    color: var(--se-text);
}

/* ---------- Module vote ---------- */

.se-vote-module {
    border-top: 4px solid var(--se-accent);
}

.se-module-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.se-module-head h3 {
    font-size: 20px;
    margin: 0;
}

.se-countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--se-bg);
    border-radius: 999px;
    padding: 8px 16px;
}

.se-countdown-label {
    font-size: 12px;
    color: var(--se-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.se-countdown-value {
    font-size: 16px;
    font-weight: 800;
    color: var(--se-accent);
    font-variant-numeric: tabular-nums;
}

/* ---------- Jauge T1-T6 ---------- */

.se-gauge-wrap {
    margin-bottom: 28px;
}

.se-gauge-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 14px;
}

.se-gauge-tier-label {
    color: var(--se-accent);
    font-size: 13px;
}

.se-gauge {
    position: relative;
    height: 14px;
    background: var(--se-border);
    border-radius: 999px;
    margin: 26px 10px 34px;
}

.se-gauge-fill {
    position: absolute;
    inset: 0 auto 0 0;
    background: linear-gradient(90deg, #f6798a, var(--se-accent));
    border-radius: 999px;
    transition: width 0.6s ease;
    max-width: 100%;
}

.se-gauge-notch {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.se-gauge-notch-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--se-border);
    font-size: 12px;
    color: var(--se-muted);
}

.se-gauge-notch.is-unlocked .se-gauge-notch-icon {
    background: var(--se-accent);
    border-color: var(--se-accent);
    color: #fff;
}

.se-gauge-notch-label {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
    color: var(--se-muted);
}

.se-gauge-notch.is-unlocked .se-gauge-notch-label {
    color: var(--se-accent);
}

.se-gauge-hint {
    font-size: 13px;
    color: var(--se-muted);
    margin: 0;
}

/* ---------- Top 3 ---------- */

.se-vote-top3 {
    background: var(--se-bg);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.se-vote-top3 h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--se-muted);
    margin-bottom: 10px;
}

.se-top3-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.se-top3-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.se-top3-medal {
    font-size: 18px;
}

.se-top3-tier {
    font-size: 11px;
    font-weight: 800;
    background: var(--se-dark);
    color: #fff;
    border-radius: 999px;
    padding: 2px 8px;
}

/* ---------- Lots ---------- */

.se-lots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 12px;
}

.se-lot-card {
    position: relative;
    border: 1px solid var(--se-border);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.se-lot-card.is-unlocked:hover {
    box-shadow: 0 6px 20px rgba(31, 36, 48, 0.12);
    transform: translateY(-2px);
}

.se-lot-card.is-voted {
    border-color: var(--se-accent);
    box-shadow: 0 0 0 2px rgba(238, 69, 85, 0.25);
}

.se-lot-tier-flag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    background: var(--se-dark);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    border-radius: 999px;
    padding: 3px 10px;
}

.se-lot-image {
    position: relative;
    height: 130px;
    background: var(--se-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.se-lot-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.se-lot-image-placeholder {
    font-size: 40px;
}

.se-lot-card.is-locked .se-lot-image img,
.se-lot-card.is-locked .se-lot-image-placeholder {
    filter: blur(4px) grayscale(60%);
    opacity: 0.75;
}

.se-lot-lock-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 36, 48, 0.35);
    font-size: 32px;
    z-index: 2;
}

.se-lot-body {
    padding: 14px 16px 6px;
    flex-grow: 1;
}

.se-lot-title {
    font-size: 15px;
    margin-bottom: 6px;
}

.se-lot-card.is-locked .se-lot-title {
    color: var(--se-muted);
}

.se-lot-desc {
    font-size: 13px;
    color: var(--se-muted);
    margin: 0;
}

.se-lot-action {
    padding: 12px 16px 16px;
}

.se-lot-locked-msg {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--se-muted);
    background: var(--se-bg);
    border-radius: 8px;
    padding: 10px;
}

.se-lot-voted-msg {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: var(--se-accent);
    background: rgba(238, 69, 85, 0.08);
    border-radius: 8px;
    padding: 10px;
}

.se-no-lots {
    color: var(--se-muted);
    font-style: italic;
}

.se-vote-change-hint {
    font-size: 13px;
    color: var(--se-muted);
    text-align: center;
    margin: 4px 0 0;
}

.se-vote-closed {
    text-align: center;
    padding: 24px;
    background: var(--se-bg);
    border-radius: 10px;
    color: var(--se-muted);
    margin-bottom: 12px;
}

/* ---------- Résultat de la veille ---------- */

.se-vote-last-winner {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px dashed var(--se-border);
}

.se-vote-last-winner h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--se-muted);
}

.se-last-winner-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fdf6e8;
    border: 1px solid #f2e3bd;
    border-radius: 10px;
    padding: 14px 18px;
}

.se-last-winner-card img {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
}

.se-last-winner-card p {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--se-muted);
}

/* ---------- Résumé quotidien ---------- */

.se-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.se-summary-item {
    background: var(--se-bg);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.se-summary-icon {
    font-size: 20px;
}

.se-summary-label {
    font-size: 12px;
    color: var(--se-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.se-summary-value {
    font-size: 17px;
    font-weight: 800;
    color: var(--se-dark);
}

/* ---------- Graphiques ---------- */

.se-chart-wrap {
    position: relative;
    height: 300px;
}

/* ---------- Historique moral ---------- */

.se-moral-history {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.se-moral-day h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--se-muted);
    margin-bottom: 8px;
}

.se-moral-entries {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.se-moral-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--se-bg);
    border-radius: 10px;
    padding: 8px 12px;
}

.se-moral-entry-emoji {
    font-size: 22px;
}

.se-moral-entry-time {
    font-size: 11px;
    color: var(--se-muted);
    font-weight: 600;
}

/* ---------- Face au leader ---------- */

.se-module-gold {
    border-top: 4px solid var(--se-gold);
}

.se-gold-tag {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #faf0d4;
    color: #a07c14;
    padding: 3px 8px;
    border-radius: 999px;
    vertical-align: middle;
    margin-left: 6px;
}

.se-versus {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 12px;
    margin-bottom: 18px;
}

.se-versus-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.se-versus-team strong {
    font-size: 17px;
    color: var(--se-dark);
}

.se-versus-team span {
    font-size: 12px;
    color: var(--se-muted);
    font-weight: 700;
    text-transform: uppercase;
}

.se-versus-vs {
    font-size: 22px;
    font-weight: 900;
    color: var(--se-accent);
}

.se-versus-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 18px;
    font-size: 14px;
}

.se-versus-table th,
.se-versus-table td {
    padding: 10px 12px;
    text-align: center;
    border-bottom: 1px solid var(--se-border);
}

.se-versus-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--se-muted);
}

.se-leader-indicators {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.se-indicator {
    flex: 1;
    min-width: 130px;
    background: var(--se-bg);
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.se-indicator-value {
    font-size: 20px;
    font-weight: 800;
    color: var(--se-dark);
}

.se-indicator-label {
    font-size: 12px;
    color: var(--se-muted);
}

/* ---------- Vidéos ---------- */

.se-videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.se-video-item iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 10px;
}

/* ---------- Encart upgrade ---------- */

.se-upgrade-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    background: linear-gradient(120deg, var(--se-dark), #2d3446);
    border: none;
    color: #e8eaf0;
}

.se-upgrade-box h3 {
    color: #fff;
}

.se-upgrade-votes {
    font-size: 15px;
}

.se-upgrade-votes strong {
    color: #ffb3bc;
    font-size: 18px;
}

.se-upgrade-features {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

.se-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.se-upgrade-note {
    font-size: 12px;
    color: #aab0c0;
}

/* ---------- Notifications vote ---------- */

.se-vote-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--se-dark, #1f2430);
    color: #fff;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    animation: se-toast-in 0.25s ease;
}

.se-vote-toast.is-error {
    background: #c0392b;
}

@keyframes se-toast-in {
    from { opacity: 0; transform: translate(-50%, 12px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

/* ---------- Rafraîchissement (global et par bloc) ---------- */

.se-team-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.se-btn-ghost {
    background: transparent;
    color: var(--se-dark, #1f2430);
    border: 1px solid rgba(31, 36, 48, 0.25);
    padding: 9px 16px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.se-btn-ghost:hover {
    background: rgba(31, 36, 48, 0.06);
    border-color: rgba(31, 36, 48, 0.45);
}

.se-btn-ghost:disabled {
    opacity: 0.55;
    cursor: wait;
}

.se-module-refresh {
    background: transparent;
    border: none;
    color: #8a90a0;
    font-size: 18px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 6px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.se-module-refresh:hover {
    color: var(--se-accent, #ee4555);
    background: rgba(238, 69, 85, 0.08);
}

.se-module-refresh:disabled {
    opacity: 0.55;
    cursor: wait;
}

.se-refresh-icon {
    display: inline-block;
}

.is-loading .se-refresh-icon,
.se-module-refresh.is-loading .se-refresh-icon {
    animation: se-spin 0.9s linear infinite;
}

.se-module.is-refreshing {
    opacity: 0.55;
    pointer-events: none;
}

@keyframes se-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ---------- Classement général ---------- */

.se-global-ranking-wrap {
    max-height: 420px;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid rgba(31, 36, 48, 0.08);
}

.se-global-ranking {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.se-global-ranking thead th {
    position: sticky;
    top: 0;
    background: var(--se-dark, #1f2430);
    color: #fff;
    text-align: left;
    padding: 10px 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    z-index: 1;
}

.se-global-ranking tbody td {
    padding: 9px 14px;
    border-bottom: 1px solid rgba(31, 36, 48, 0.06);
}

.se-global-ranking tbody tr:nth-child(even) {
    background: rgba(31, 36, 48, 0.025);
}

.se-global-ranking .se-ranking-pos {
    font-weight: 700;
    width: 48px;
}

.se-global-ranking .se-ranking-score {
    font-weight: 600;
}

.se-global-ranking tr.se-ranking-mine {
    background: rgba(238, 69, 85, 0.09);
}

.se-global-ranking tr.se-ranking-mine td {
    font-weight: 700;
}

.se-badge-mine {
    display: inline-block;
    background: var(--se-accent, #ee4555);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    margin-left: 8px;
    vertical-align: middle;
}

/* ---------- Responsive ---------- */

@media (max-width: 640px) {
    .se-card {
        padding: 18px;
    }

    .se-team-header-left {
        flex-direction: column;
        text-align: center;
    }

    .se-team-badges {
        justify-content: center;
    }

    .se-versus {
        flex-direction: column;
    }

    .se-upgrade-box {
        flex-direction: column;
        text-align: center;
    }

    .se-gauge-notch-label {
        display: none;
    }
}
