﻿/* WC2026 — dark theme aligned with FQuiz app (#671f66 / #893a85 / #ffde01) */
.wc26-wrap {
    --wc-bg-deep: #120210;
    --wc-purple: #671f66;
    --wc-purple-mid: #893a85;
    --wc-purple-bright: #ae4dcc;
    --wc-purple-dark: #631c96;
    --wc-card: rgba(18, 2, 16, 0.72);
    --wc-card-border: rgba(200, 143, 219, 0.22);
    --wc-accent: #ffde01;
    --wc-accent-dim: rgba(255, 222, 1, 0.75);
    --wc-text: #f8f2ff;
    --wc-text-muted: rgba(255, 255, 255, 0.62);
    --wc-shadow: #2d0727;
    --wc-green: #77ffab;
    box-sizing: border-box;
    max-width: 100%;
    padding: 8px 10px 28px;
    color: var(--wc-text);
    font-family: inherit;
    padding-bottom: 100px;
}

.wc26-hero {
    position: relative;
    border-radius: 18px;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 222, 1, 0.14);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.38),
        0 2px 0 rgba(255, 222, 1, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    background: linear-gradient(145deg, #1a0535 0%, #631c96 38%, #4a1a6e 62%, #120210 100%);
}

.wc26-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.wc26-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(28px);
    opacity: 0.85;
}

.wc26-hero-glow-1 {
    top: -42px;
    right: -24px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 222, 1, 0.22) 0%, transparent 68%);
}

.wc26-hero-glow-2 {
    bottom: -50px;
    left: -20px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(174, 77, 204, 0.45) 0%, transparent 70%);
}

.wc26-hero-glow-3 {
    top: 30%;
    left: 42%;
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, rgba(119, 255, 171, 0.12) 0%, transparent 72%);
}

.wc26-hero-shine {
    position: absolute;
    top: -60%;
    right: -20%;
    width: 55%;
    height: 200%;
    background: linear-gradient(108deg, transparent 42%, rgba(255, 255, 255, 0.07) 50%, transparent 58%);
    transform: rotate(-8deg);
}

.wc26-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: linear-gradient(180deg, black 0%, transparent 88%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, transparent 88%);
}

.wc26-hero-inner {
    position: relative;
    z-index: 1;
    padding: 16px 14px 14px;
}

.wc26-hero-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.wc26-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(90deg, rgba(255, 222, 1, 0.18), rgba(255, 222, 1, 0.06));
    color: var(--wc-accent);
    font-size: 0.62em;
    font-weight: bold;
    padding: 5px 11px;
    border-radius: 20px;
    letter-spacing: 0.6px;
    line-height: 1.3;
    border: 1px solid rgba(255, 222, 1, 0.22);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.wc26-hero-trophy {
    font-size: 1.55em;
    line-height: 1;
    filter: drop-shadow(0 2px 6px rgba(255, 222, 1, 0.35));
    animation: wc26-hero-trophy-float 3.5s ease-in-out infinite;
}

@keyframes wc26-hero-trophy-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.wc26-hero-title {
    margin: 0 0 7px;
    font-size: 1.45em;
    font-weight: bold;
    color: #fff;
    line-height: 1.35;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    letter-spacing: -0.2px;
}

.wc26-hero-sub {
    margin: 0;
    font-size: 0.78em;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    max-width: 92%;
}

.wc26-hero-stats {
    display: flex;
    align-items: stretch;
    margin-top: 14px;
    padding: 3px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wc26-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 10px 8px 9px;
    border-radius: 11px;
    text-align: center;
    min-width: 0;
}

.wc26-stat-rank {
    background: linear-gradient(180deg, rgba(174, 77, 204, 0.22), rgba(18, 2, 16, 0.15));
}

.wc26-stat-pts {
    background: linear-gradient(180deg, rgba(255, 222, 1, 0.1), rgba(18, 2, 16, 0.15));
}

.wc26-stat-divider {
    width: 1px;
    margin: 8px 0;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    flex-shrink: 0;
}

.wc26-stat span {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: var(--wc-accent);
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.wc26-stat-rank span {
    color: #fff;
    text-shadow: 0 0 20px rgba(174, 77, 204, 0.5);
}

.wc26-stat small {
    font-size: 0.65em;
    color: var(--wc-text-muted);
    font-weight: bold;
    letter-spacing: 0.2px;
}

.wc26-main-tabs-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 12px;
    direction: rtl;
}

.wc26-main-tabs {
    display: flex;
    gap: 6px;
    direction: rtl;
    min-width: min-content;
}

.wc26-main-tab {
    flex: 1 1 0;
    min-width: 92px;
    padding: 10px 8px;
    border-radius: 12px;
    background: rgba(18, 2, 16, 0.55);
    border: 1px solid var(--wc-card-border);
    color: rgba(255, 255, 255, 0.82);
    font-weight: bold;
    font-size: 0.82em;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.28);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.wc26-main-tab.active {
    background: linear-gradient(to top, var(--wc-purple-dark), var(--wc-purple-bright));
    color: #fff;
    border-color: rgba(255, 222, 1, 0.4);
    box-shadow: inset 0 -3px 0 var(--wc-shadow), 0 2px 12px rgba(99, 28, 150, 0.45);
}

.wc26-main-panel {
    display: none;
}

.wc26-main-panel.active {
    display: block;
}

.wc26-prizes {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin: 4px 0 14px;
    direction: rtl;
}

.wc26-prize {
    flex: 1;
    max-width: 110px;
    text-align: center;
    border-radius: 12px;
    padding: 10px 6px;
    background: var(--wc-card);
    border: 1px solid var(--wc-card-border);
    box-shadow: 0 4px 0 var(--wc-shadow);
}

.wc26-prize-rank {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    color: var(--wc-accent);
    line-height: 1.1;
}

.wc26-prize-amt {
    display: block;
    margin-top: 4px;
    font-size: 0.72em;
    color: var(--wc-text-muted);
    line-height: 1.45;
}

.wc26-prize-1 {
    transform: translateY(-6px);
    border-color: rgba(255, 222, 1, 0.35);
    background: linear-gradient(180deg, rgba(99, 28, 150, 0.35), rgba(18, 2, 16, 0.85));
}

.wc26-tabs-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    margin-bottom: 4px;
    padding-bottom: 6px;
    direction: rtl;
    scrollbar-width: thin;
    scrollbar-color: rgba(174, 77, 204, 0.55) transparent;
}

.wc26-tabs-scroll::-webkit-scrollbar { height: 4px; }
.wc26-tabs-scroll::-webkit-scrollbar-track { background: transparent; }
.wc26-tabs-scroll::-webkit-scrollbar-thumb {
    background: rgba(174, 77, 204, 0.55);
    border-radius: 10px;
}

.wc26-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 6px;
    padding: 4px 2px 8px;
    direction: rtl;
    white-space: nowrap;
    min-width: min-content;
}

.wc26-tab {
    flex: 0 0 auto;
    min-width: 44px;
    padding: 8px 14px;
    border-radius: 10px;
    background: rgba(18, 2, 16, 0.45);
    border: 1px solid var(--wc-card-border);
    color: rgba(255, 255, 255, 0.82);
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.25);
}

.wc26-tab.active {
    background: linear-gradient(to top, var(--wc-purple-dark), var(--wc-purple-bright));
    color: #fff;
    border-color: rgba(255, 222, 1, 0.35);
    box-shadow: inset 0 -3px 0 var(--wc-shadow), 0 2px 10px rgba(99, 28, 150, 0.45);
}

.wc26-tab.active.wc26-tab-intro {
    animation: wc26-tab-intro 0.85s ease 2;
}

@keyframes wc26-tab-intro {
    0%, 100% { box-shadow: inset 0 -3px 0 var(--wc-shadow), 0 2px 10px rgba(99, 28, 150, 0.45); transform: scale(1); }
    50% { box-shadow: inset 0 -3px 0 var(--wc-shadow), 0 0 18px rgba(202, 84, 216, 0.65); transform: scale(1.05); }
}

.wc26-section-title {
    font-size: 0.92em;
    font-weight: bold;
    margin: 16px 0 10px;
    color: var(--wc-accent);
    padding-right: 4px;
}

.wc26-standings-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 16px 0 6px;
}

.wc26-standings-head .wc26-standings-title {
    margin: 0;
    flex: 1;
    min-width: 120px;
}

.wc26-standings-mode {
    display: inline-flex;
    padding: 3px;
    border-radius: 12px;
    background: rgba(18, 2, 16, 0.65);
    border: 1px solid var(--wc-card-border);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wc26-mode-btn {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72em;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: inherit;
}

.wc26-mode-btn.active {
    color: #120210;
    background: linear-gradient(180deg, #ffde01, #e6c800);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.wc26-mode-btn.disabled,
.wc26-mode-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.wc26-standings-mode-hint {
    font-size: 0.68em;
    color: var(--wc-text-muted);
    margin: 0 4px 8px;
    min-height: 1.2em;
}

.wc26-standings-wrap.wc26-standings-actual {
    border-color: rgba(119, 255, 171, 0.28);
    box-shadow: 0 4px 0 rgba(20, 80, 50, 0.45);
}

.wc26-standings-wrap.wc26-standings-actual .wc26-standings th {
    background: rgba(30, 120, 70, 0.45);
}

.wc26-standings-wrap {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--wc-card-border);
    background: var(--wc-card);
    box-shadow: 0 4px 0 var(--wc-shadow);
}

.wc26-standings {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.68em;
}

.wc26-standings th {
    padding: 6px 1px;
    background: rgba(137, 58, 133, 0.45);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 0.92em;
}

.wc26-standings th:nth-child(1) { width: 6%; }
.wc26-standings th:nth-child(2) { width: 26%; }
.wc26-standings th:nth-child(3),
.wc26-standings th:nth-child(4),
.wc26-standings th:nth-child(5),
.wc26-standings th:nth-child(6) { width: 6%; }
.wc26-standings th:nth-child(7) { width: 10%; }
.wc26-standings th:nth-child(8) { width: 8%; }
.wc26-standings th:nth-child(9) { width: 8%; }
.wc26-standings th:nth-child(10) { width: 8%; }

.wc26-standings td {
    padding: 7px 1px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
}

.wc26-standings td.team-cell {
    text-align: right;
    font-weight: bold;
    padding-right: 4px;
    overflow: hidden;
}

.wc26-standings .wc26-team-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    min-width: 0;
}

.wc26-standings .wc26-team-flag-sm {
    flex-shrink: 0;
    font-size: 1.15em;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wc26-flag-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.wc26-flag-img,
.wc26-flag-img-sm,
.wc26-flag-img-xs {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
    max-width: none;
}

.wc26-flag-img {
    width: 42px;
    height: 28px;
}

.wc26-flag-img-sm {
    width: 22px;
    height: 15px;
}

.wc26-flag-img-xs {
    width: 18px;
    height: 12px;
}

.wc26-flag-emoji {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wc26-flag-fallback {
    font-size: 1.6em;
}

.wc26-standings .wc26-team-name-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.95em;
}

.wc26-standings td.wc26-pts {
    color: var(--wc-accent);
    font-weight: bold;
}

.wc26-standings tr.qualified td { background: rgba(119, 255, 171, 0.06); }
.wc26-standings tr.third td { background: rgba(255, 222, 1, 0.06); }
.wc26-standings tr.eliminated td { opacity: 0.6; }

.wc26-qual-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1;
}

.wc26-qual-icon.qual-direct {
    color: var(--wc-green);
    background: rgba(119, 255, 171, 0.12);
    border: 1px solid rgba(119, 255, 171, 0.3);
}

.wc26-qual-icon.qual-third {
    color: var(--wc-accent);
    background: rgba(255, 222, 1, 0.1);
    border: 1px dashed rgba(255, 222, 1, 0.35);
    font-size: 0.8em;
}

.wc26-qual-icon.qual-third-ok {
    color: var(--wc-green);
    background: rgba(119, 255, 171, 0.12);
    border: 1px solid rgba(119, 255, 171, 0.3);
    font-size: 0.78em;
}

.wc26-qual-icon.qual-out {
    color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.7em;
    font-weight: normal;
}

.wc26-matches { display: flex; flex-direction: column; gap: 10px; }

.wc26-match-card {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(99, 28, 150, 0.28) 0%, var(--wc-card) 55%, rgba(18, 2, 16, 0.9) 100%);
    border: 1px solid var(--wc-card-border);
    box-shadow: 0 4px 0 var(--wc-shadow);
    padding: 14px 12px;
}

.wc26-match-card.wc26-saving { pointer-events: none; }

.wc26-match-saving-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(18, 2, 16, 0.78);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.wc26-match-saving-overlay .wc26-loader-box {
    padding: 14px 18px;
    background: rgba(103, 31, 102, 0.35);
    border: 1px solid var(--wc-card-border);
}

.wc26-match-card.locked {
    opacity: 0.88;
    border-color: rgba(255, 120, 120, 0.25);
}

.wc26-match-card.finished {
    border-color: rgba(119, 255, 171, 0.22);
}

.wc26-match-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.wc26-match-datetime {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.wc26-match-date {
    font-size: 0.78em;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.wc26-match-time {
    font-size: 0.72em;
    color: var(--wc-accent-dim);
    font-weight: bold;
}

.wc26-match-tz {
    font-size: 0.9em;
    font-weight: normal;
    color: var(--wc-text-muted);
}

.wc26-match-status {
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 0.8em;
    font-weight: bold;
}

.wc26-match-status.open { background: rgba(119, 255, 171, 0.15); color: var(--wc-green); }
.wc26-match-status.locked { background: rgba(255, 100, 100, 0.15); color: #ff9a9a; }
.wc26-match-status.done { background: rgba(174, 77, 204, 0.25); color: #e8c4f8; }

.wc26-scoreboard {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
    margin: 8px 0 4px;
}

.wc26-score-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 52px;
    text-align: center;
}

.wc26-score-col-home { padding-left: 2px; }
.wc26-score-col-away { padding-right: 2px; }

.wc26-team-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 42px;
    min-height: 28px;
    line-height: 1;
}

.wc26-team-flag .wc26-flag-img {
    width: 42px;
    height: 28px;
}

.wc26-team-flag .wc26-flag-fallback {
    font-size: 2em;
}

.wc26-team-name {
    font-size: 0.72em;
    font-weight: bold;
    line-height: 1.35;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wc26-score-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(18, 2, 16, 0.55);
    border: 1px solid rgba(174, 77, 204, 0.35);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35);
}

.wc26-score-inp {
    width: 52px;
    height: 54px;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    border: 2px solid rgba(174, 77, 204, 0.45);
    background: rgba(103, 31, 102, 0.25);
    color: #fff;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    -moz-appearance: textfield;
    appearance: textfield;
}

.wc26-score-inp::-webkit-outer-spin-button,
.wc26-score-inp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wc26-score-inp:focus {
    outline: none;
    border-color: var(--wc-accent);
    background: rgba(255, 222, 1, 0.08);
    box-shadow: 0 0 0 3px rgba(255, 222, 1, 0.12);
}

.wc26-score-inp.wc26-score-inp-error {
    border-color: #ff6b6b;
    background: rgba(255, 80, 80, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 80, 80, 0.18);
    animation: wc26-shake 0.35s ease;
}

@keyframes wc26-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}

.wc26-score-inp:disabled {
    opacity: 0.55;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.2);
}

.wc26-score-inp::placeholder {
    color: rgba(255, 255, 255, 0.22);
    font-size: 0.85em;
}

.wc26-score-sep {
    color: var(--wc-accent-dim);
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
    padding-bottom: 2px;
}

.wc26-match-card .wc26-save-btn.btngreennew {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 10px 0 0;
    padding: 9px 8px 7px;
    font-size: 0.82em;
    cursor: pointer;
}

.wc26-save-btn.wc26-saving {
    opacity: 0.65;
    pointer-events: none;
}

.wc26-loader-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 28px 16px;
    border-radius: 14px;
    background: rgba(18, 2, 16, 0.5);
    border: 1px solid var(--wc-card-border);
    text-align: center;
}

.wc26-loader-box.compact { padding: 18px 12px; gap: 8px; }

.wc26-loader-box .loadingio-spinner-ripple-2puura9xabm {
    position: relative;
    height: 58px;
}

.wc26-loader-box .ldio-bx8tngeeu8e {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
}

.wc26-loader-box .ldio-bx8tngeeu8e div:nth-child(2) {
    border-color: var(--wc-accent);
}

.wc26-loader-text {
    font-size: 0.82em;
    color: var(--wc-text-muted);
    font-weight: bold;
}

.wc26-loader-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wc-purple-bright);
    animation: wc26-dot 1.2s ease-in-out infinite;
}

.wc26-loader-dots {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.wc26-loader-dots span:nth-child(2) { animation-delay: 0.15s; }
.wc26-loader-dots span:nth-child(3) { animation-delay: 0.3s; }

@keyframes wc26-dot {
    0%, 80%, 100% { transform: scale(0.55); opacity: 0.45; }
    40% { transform: scale(1); opacity: 1; }
}

.wc26-skeleton {
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(137, 58, 133, 0.08) 25%, rgba(174, 77, 204, 0.18) 50%, rgba(137, 58, 133, 0.08) 75%);
    background-size: 200% 100%;
    animation: wc26-shimmer 1.4s ease infinite;
    height: 88px;
    margin-bottom: 10px;
}

@keyframes wc26-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.wc26-pred-display {
    margin-top: 8px;
    font-size: 0.78em;
    color: var(--wc-accent-dim);
    text-align: center;
}

.wc26-mypreds { display: flex; flex-direction: column; gap: 10px; }

.wc26-mypred-summary-wrap { margin-bottom: 12px; }

.wc26-mypred-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 12px 10px;
    border-radius: 14px;
    background: linear-gradient(165deg, rgba(99, 28, 150, 0.28), rgba(18, 2, 16, 0.85));
    border: 1px solid var(--wc-card-border);
    box-shadow: 0 4px 0 var(--wc-shadow);
}

.wc26-mypred-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.wc26-mypred-stat-val {
    font-size: 1.35em;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
}

.wc26-mypred-stat-val.wc26-mypred-stat-accent { color: var(--wc-accent); }

.wc26-mypred-stat-lbl {
    font-size: 0.68em;
    color: var(--wc-text-muted);
    font-weight: bold;
}

.wc26-mypred-section-title {
    margin: 6px 2px 2px;
    font-size: 0.82em;
    font-weight: bold;
    color: var(--wc-accent-dim);
}

.wc26-mypred-section-title span {
    font-weight: normal;
    color: var(--wc-text-muted);
    font-size: 0.92em;
}

.wc26-mypred-card {
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(99, 28, 150, 0.22) 0%, var(--wc-card) 55%, rgba(18, 2, 16, 0.92) 100%);
    border: 1px solid var(--wc-card-border);
    box-shadow: 0 4px 0 var(--wc-shadow);
    padding: 12px 12px 10px;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.15s;
}

.wc26-mypred-card:active { transform: scale(0.99); }

.wc26-mypred-card[data-group]:hover {
    border-color: rgba(255, 222, 1, 0.28);
}

.wc26-mypred-acc-exact { border-color: rgba(119, 255, 171, 0.28); }
.wc26-mypred-acc-good { border-color: rgba(174, 77, 204, 0.4); }
.wc26-mypred-acc-miss { border-color: rgba(255, 120, 120, 0.2); }

.wc26-mypred-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.wc26-mypred-group {
    font-size: 0.72em;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 8px;
    background: rgba(255, 222, 1, 0.12);
    color: var(--wc-accent);
}

.wc26-mypred-match {
    font-size: 0.72em;
    color: var(--wc-text-muted);
    font-weight: bold;
}

.wc26-mypred-head .wc26-match-status { margin-right: auto; }

.wc26-mypred-scoreboard {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    margin: 6px 0 10px;
}

.wc26-mypred-scores {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(18, 2, 16, 0.55);
    border: 1px solid rgba(174, 77, 204, 0.35);
    min-width: 88px;
}

.wc26-mypred-score-label {
    font-size: 0.62em;
    color: var(--wc-text-muted);
    font-weight: bold;
}

.wc26-mypred-score-nums {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wc26-mypred-score-num {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--wc-accent);
    line-height: 1;
    min-width: 1.2em;
    text-align: center;
}

.wc26-mypred-score-sep {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.45);
    font-weight: bold;
}

.wc26-mypred-actual {
    font-size: 0.65em;
    color: var(--wc-green);
    font-weight: bold;
    margin-top: 2px;
    white-space: nowrap;
}

.wc26-mypred-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid rgba(200, 143, 219, 0.15);
}

.wc26-mypred-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72em;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 20px;
}

.wc26-mypred-badge-pending {
    background: rgba(255, 222, 1, 0.1);
    color: var(--wc-accent-dim);
    border: 1px dashed rgba(255, 222, 1, 0.25);
}

.wc26-mypred-badge-exact {
    background: rgba(119, 255, 171, 0.12);
    color: var(--wc-green);
    border: 1px solid rgba(119, 255, 171, 0.3);
}

.wc26-mypred-badge-good {
    background: rgba(174, 77, 204, 0.2);
    color: #e8c4f8;
    border: 1px solid rgba(174, 77, 204, 0.35);
}

.wc26-mypred-badge-ok {
    background: rgba(255, 222, 1, 0.1);
    color: var(--wc-accent);
    border: 1px solid rgba(255, 222, 1, 0.22);
}

.wc26-mypred-badge-miss {
    background: rgba(255, 100, 100, 0.1);
    color: #ff9a9a;
    border: 1px solid rgba(255, 100, 100, 0.2);
}

.wc26-mypred-pts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-right: auto;
    font-size: 0.68em;
    color: var(--wc-text-muted);
}

.wc26-mypred-pt-item strong { color: rgba(255, 255, 255, 0.85); }

.wc26-mypred-pt-total {
    font-size: 1.05em;
    font-weight: bold;
    color: var(--wc-accent);
    padding: 2px 8px;
    border-radius: 8px;
    background: rgba(255, 222, 1, 0.08);
}

.wc26-mypred-empty {
    text-align: center;
    padding: 28px 16px 20px;
    border-radius: 14px;
    background: var(--wc-card);
    border: 1px dashed rgba(200, 143, 219, 0.3);
}

.wc26-mypred-empty-icon { font-size: 2.2em; margin-bottom: 8px; }

.wc26-mypred-empty-title {
    font-weight: bold;
    color: var(--wc-accent);
    margin-bottom: 6px;
}

.wc26-mypred-empty p {
    margin: 0 0 14px;
    font-size: 0.82em;
    color: var(--wc-text-muted);
    line-height: 1.6;
}

.wc26-mypred-empty-btn { display: inline-block; min-width: 160px; }

/* —— Leaderboard —— */
.wc26-lb-hero {
    position: relative;
    border-radius: 14px;
    padding: 14px 14px 12px;
    margin-bottom: 12px;
    background: linear-gradient(155deg, rgba(99, 28, 150, 0.55) 0%, rgba(18, 2, 16, 0.85) 100%);
    border: 1px solid var(--wc-card-border);
    overflow: hidden;
    text-align: center;
}

.wc26-lb-hero-glow {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 100px;
    background: radial-gradient(ellipse, rgba(255, 222, 1, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.wc26-lb-hero-badge {
    display: inline-block;
    font-size: 0.68em;
    font-weight: bold;
    color: var(--wc-accent);
    background: rgba(255, 222, 1, 0.12);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.wc26-lb-hero-text {
    margin: 0;
    font-size: 0.78em;
    color: var(--wc-text-muted);
    line-height: 1.65;
}

.wc26-lb-podium-wrap {
    margin-bottom: 18px;
    padding: 8px 4px 0;
    max-width: 100%;
    overflow: hidden;
}

.wc26-lb-podium-stage {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    min-height: 220px;
    direction: ltr;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.wc26-lb-podium-col {
    flex: 1 1 0;
    min-width: 0;
    max-width: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wc26-lb-podium-slot {
    width: 100%;
    min-height: 108px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 4px;
}

.wc26-lb-podium-card {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 0 4px 6px;
    transition: transform 0.2s ease;
}

.wc26-lb-podium-card:active { transform: scale(0.97); }

.wc26-lb-podium-crown {
    font-size: 1.1em;
    line-height: 1;
    margin-bottom: 4px;
    min-height: 1.2em;
}

.wc26-lb-podium-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.85);
    background: #fff;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.wc26-lb-podium-col-1 .wc26-lb-podium-avatar {
    width: 64px;
    height: 64px;
    border-color: var(--wc-accent);
    box-shadow: 0 0 0 2px rgba(255, 222, 1, 0.35), 0 6px 16px rgba(0, 0, 0, 0.4);
}

.wc26-lb-podium-name {
    margin-top: 6px;
    font-size: 0.72em;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.wc26-lb-podium-pts {
    font-size: 0.7em;
    font-weight: bold;
    color: var(--wc-accent);
    margin-top: 2px;
}

.wc26-lb-podium-pts small {
    font-weight: normal;
    color: var(--wc-text-muted);
    font-size: 0.9em;
}

.wc26-lb-podium-empty .wc26-lb-podium-avatar-ph {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.04);
}

.wc26-lb-podium-empty .wc26-lb-podium-name {
    color: var(--wc-text-muted);
    font-weight: normal;
}

.wc26-lb-podium-me .wc26-lb-podium-avatar {
    box-shadow: 0 0 0 2px var(--wc-accent), 0 4px 14px rgba(255, 222, 1, 0.25);
}

.wc26-lb-podium-bar {
    width: 100%;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25);
}

.wc26-lb-podium-bar span { font-size: 1.4em; }

.wc26-lb-podium-bar-1 {
    height: 72px;
    background: linear-gradient(180deg, #ffde01 0%, #c9a800 100%);
}

.wc26-lb-podium-bar-2 {
    height: 52px;
    background: linear-gradient(180deg, #e8e8e8 0%, #a8a8a8 100%);
}

.wc26-lb-podium-bar-3 {
    height: 38px;
    background: linear-gradient(180deg, #e8a87c 0%, #b8734a 100%);
}

.wc26-lb-prize {
    width: 100%;
    margin-top: 6px;
    padding: 6px 4px;
    border-radius: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 1.35;
}

.wc26-lb-prize-lbl {
    display: block;
    font-size: 0.62em;
    color: var(--wc-text-muted);
}

.wc26-lb-prize-val {
    display: block;
    font-size: 0.72em;
    font-weight: bold;
    color: #fff;
    direction:rtl;
}

.wc26-lb-prize-1 {
    border-color: rgba(255, 222, 1, 0.25);
    background: rgba(255, 222, 1, 0.08);
}

.wc26-lb-prize-1 .wc26-lb-prize-val { color: var(--wc-accent); }

.wc26-lb-list-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    margin: 4px 2px 10px;
    padding: 0 2px;
}

.wc26-lb-list-title {
    font-size: 0.92em;
    font-weight: bold;
    color: var(--wc-accent);
}

.wc26-lb-list-sub {
    font-size: 0.65em;
    color: var(--wc-text-muted);
}

.wc26-leaderboard {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wc26-lb-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: var(--wc-card);
    border: 1px solid var(--wc-card-border);
    box-shadow: 0 3px 0 rgba(45, 7, 39, 0.45);
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease;
}

.wc26-lb-row:active { transform: scale(0.99); }

.wc26-lb-row-me {
    border-color: rgba(255, 222, 1, 0.4);
    background: linear-gradient(90deg, rgba(99, 28, 150, 0.4), rgba(18, 2, 16, 0.72));
    box-shadow: 0 3px 0 rgba(80, 60, 0, 0.35), inset 0 0 0 1px rgba(255, 222, 1, 0.12);
}

.wc26-lb-rank {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: rgba(174, 77, 204, 0.28);
    color: var(--wc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.82em;
    flex-shrink: 0;
}

.wc26-lb-avatar-sm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.75);
    background: #fff;
    flex-shrink: 0;
    object-fit: cover;
}

.wc26-lb-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.wc26-lb-name {
    font-weight: bold;
    font-size: 0.84em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wc26-lb-you-tag {
    font-size: 0.62em;
    color: var(--wc-accent);
    font-weight: bold;
}

.wc26-lb-pts-wrap {
    text-align: left;
    flex-shrink: 0;
    min-width: 52px;
}

.wc26-lb-pts-val {
    display: block;
    color: var(--wc-accent);
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.2;
}

.wc26-lb-pts-lbl {
    display: block;
    font-size: 0.58em;
    color: var(--wc-text-muted);
}

.wc26-lb-myrow {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px dashed rgba(200, 143, 219, 0.28);
}

.wc26-lb-myrow-label {
    font-size: 0.72em;
    font-weight: bold;
    color: var(--wc-text-muted);
    margin-bottom: 8px;
    padding-right: 4px;
}

.wc26-lb-empty {
    text-align: center;
    padding: 24px 16px;
    border-radius: 12px;
    background: var(--wc-card);
    border: 1px dashed rgba(200, 143, 219, 0.25);
    color: var(--wc-text-muted);
    font-size: 0.85em;
}

.wc26-lb-empty-compact {
    padding: 14px 12px;
    font-size: 0.78em;
}

.wc26-rules {
    margin-top: 20px;
    padding: 14px;
    border-radius: 12px;
    background: var(--wc-card);
    border: 1px solid var(--wc-card-border);
    font-size: 0.8em;
    box-shadow: 0 4px 0 var(--wc-shadow);
}

.wc26-rules-title { font-weight: bold; color: var(--wc-accent); margin-bottom: 8px; }
.wc26-rules ul { margin: 0; padding-right: 18px; line-height: 1.8; color: var(--wc-text-muted); }
.wc26-rules-note { margin: 10px 0 0; color: rgba(255, 255, 255, 0.45); font-size: 0.9em; }

.mainmenubox_wc26_new {
    background: transparent !important;
    color: white !important;
    width: 92%;
    padding: 0 !important;
    overflow: hidden;
}

.mainmenubox_wc26_new .wc26-home-banner {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: unset !important;
}

.wc26-table-info {
    margin: 12px 4% 8px;
    padding: 12px 14px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(99, 28, 150, 0.22), rgba(18, 2, 16, 0.55));
    border: 1px solid rgba(174, 77, 204, 0.35);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    font-size: 0.92em;
}

.wc26-table-info strong { color: var(--wc-accent, #ffde01); }

.wc26-table-info-btn {
    display: inline-block;
    margin-top: 8px;
    min-width: 200px;
}

.wc26-main-panel .wc26-leaderboard {
    margin-top: 0;
}

#wc26LbMyRow {
    margin: 0 0 24px;
}

.wc26rankingtable.wc26-wrap {
    padding: 8px 10px 20px;
    padding-bottom: 24px;
    min-height: auto;
    overflow-x: hidden;
    background: transparent;
}

/* صفحه جدول (coinstable) — یک اسکرول عمودی فقط روی coinactivity */
#coinactivity {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#coinactivity .tabcontent {
    overflow: visible !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    box-sizing: border-box;
    max-width: 100%;
}

#coinactivity .tableoverflow {
    overflow: visible !important;
    overflow-x: hidden !important;
    min-height: auto !important;
    height: auto !important;
}

#coinactivity #wc26rankingtab {
    padding-top: 46px;
    overflow: visible !important;
    box-sizing: border-box;
    max-width: 100%;
}

#coinactivity #wc26rankingtable1,
#coinactivity #wc26rankingContent {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

#coinactivity #wc26rankingtable1.tableoverflow {
    color: var(--wc-text);
    overflow-x: hidden;
    overflow-y: visible;
    min-height: auto;
    padding-top: 0;
}

#coinactivity #wc26rankingContent .wc26-lb-hero,
#coinactivity #wc26rankingContent .wc26-lb-podium-wrap,
#coinactivity #wc26rankingContent .wc26-leaderboard,
#coinactivity #wc26rankingContent .wc26-lb-myrow {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#coinactivity #wc26rankingContent .wc26-lb-row {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#coinactivity #wc26rankingContent .wc26-lb-podium-name,
#coinactivity #wc26rankingContent .wc26-lb-name {
    max-width: 100%;
}

#coinactivity .wc26-table-info {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
}

/* همه تب‌های رده‌بندی صفحه جدول */
#coinactivity .app-lb-tab {
    padding-top: 46px;
    overflow: visible !important;
    box-sizing: border-box;
    max-width: 100%;
}

#coinactivity .app-lb-table-wrap {
    color: var(--wc-text);
    overflow: visible !important;
    overflow-x: hidden !important;
    min-height: auto !important;
    height: auto !important;
    padding-top: 0;
    box-sizing: border-box;
    max-width: 100%;
}

#coinactivity .weeklyleaguetable {
    position: relative;
    padding-top: 52px;
    padding-bottom: 24px;
}

#coinactivity .weeklyleaguetable .weekselectbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#coinactivity .app-lb-wrap {
    padding: 8px 10px 16px;
    padding-bottom: 20px;
    min-height: auto;
    overflow-x: hidden;
    background: transparent;
    box-sizing: border-box;
    max-width: 100%;
}

#coinactivity .app-lb-wrap .wc26-lb-hero,
#coinactivity .app-lb-wrap .wc26-lb-podium-wrap,
#coinactivity .app-lb-wrap .wc26-leaderboard,
#coinactivity .app-lb-wrap .wc26-lb-myrow,
#coinactivity .app-lb-wrap .wc26-lb-row {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#coinactivity .app-lb-wrap .wc26-lb-podium-name,
#coinactivity .app-lb-wrap .wc26-lb-name {
    max-width: 100%;
}

.wc26-lb-club-img {
    border-radius: 8px !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
    object-fit: contain;
    padding: 2px;
}

.wc26-lb-podium-avatar.wc26-lb-club-img {
    width: 52px;
    height: 52px;
    border-radius: 10px !important;
}

.wc26-lb-avatar-sm.wc26-lb-club-img {
    width: 38px;
    height: 38px;
    border-radius: 8px !important;
}

#coinactivity .app-lb-weekly-footer {
    padding: 14px 10px 8px;
    color: var(--wc-text);
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

#coinactivity .app-lb-weekly-profile-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

#coinactivity .app-lb-weekly-profile-head {
    text-align: center;
    line-height: 0;
}

#coinactivity .app-lb-weekly-title,
#coinactivity #btnweek2.app-lb-weekly-title {
    display: inline-block;
    width: auto;
    min-width: min(280px, 96%);
    max-width: 96%;
    margin: 0 auto;
    padding: 10px 18px 11px !important;
    border-radius: 14px 14px 0 0 !important;
    border: 1px solid rgba(200, 143, 219, 0.28) !important;
    border-bottom: none !important;
    background: linear-gradient(180deg, rgba(99, 28, 150, 0.85), rgba(74, 26, 110, 0.92)) !important;
    color: #fff !important;
    font-size: 0.82em !important;
    font-weight: bold;
    text-align: center;
    box-shadow: none;
    position: relative;
    float: none !important;
}

#coinactivity .app-lb-weekly-title.btnweekthisweek::after {
    border-color: rgba(137, 58, 133, 0.95) transparent transparent transparent;
}

#coinactivity .app-lb-awardbox,
#coinactivity .app-lb-weekly-footer .awardbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 6px 12px;
    box-sizing: border-box;
    min-height: 78px;
    border-radius: 0 0 14px 14px !important;
    background: linear-gradient(180deg, rgba(137, 58, 133, 0.55), rgba(18, 2, 16, 0.82)) !important;
    border: 1px solid rgba(200, 143, 219, 0.28) !important;
    border-top: none !important;
    color: #fff !important;
    overflow: hidden;
}

#coinactivity .app-lb-weekly-footer .app-lb-stat,
#coinactivity .app-lb-weekly-footer .playcount,
#coinactivity .app-lb-weekly-footer .rankcount,
#coinactivity .app-lb-weekly-footer .fulllevelcount,
#coinactivity .app-lb-weekly-footer .pointcount {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    margin: 0 3px !important;
    padding: 34px 2px 8px !important;
    height: auto !important;
    min-height: 54px;
    line-height: 1.35 !important;
    font-size: 0.7em !important;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.22) !important;
    background-size: 22px auto !important;
    background-position: center 8px !important;
    background-repeat: no-repeat !important;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

#coinactivity .app-lb-weekly-footer .app-lb-stat .f50 {
    display: block;
    font-size: 0.92em;
    font-weight: normal;
    opacity: 0.72;
    margin-bottom: 3px;
}

#coinactivity .app-lb-weekly-footer .awardboxopacity {
    border-radius: 0 0 14px 14px;
    right: 0;
    left: 0;
    width: 100%;
}

#coinactivity .app-lb-weekly-footer .btnweekstart {
    position: absolute;
    z-index: 99;
    width: min(220px, 88%);
    height: auto;
    min-height: 34px;
    line-height: 1.4;
    padding: 8px 10px;
    left: 50%;
    right: auto;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    display: none;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
}

#coinactivity .app-lb-weekly-rank-note {
    margin: 12px 4px 0;
    padding: 0;
    text-align: center;
    color: var(--wc-text-muted);
    font-size: 0.8em;
    line-height: 1.6;
}

#coinactivity .app-lb-weekly-myrow {
    padding: 0 10px 16px;
}

#coinactivity .weekselectbox {
    background-image: linear-gradient(180deg, rgba(18, 2, 16, 0.92), rgba(99, 28, 150, 0.55));
}

#coinactivity .weeklyleagueitem {
    color: rgba(255, 255, 255, 0.75) !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px;
    margin: 0 3px;
}
