/* ========== Dane online ========== */
.do-shell {
    --do-ink: #f3f4f6;
    --do-muted: #9ca3af;
    --do-line: #3a3a3a;
    --do-panel: #2c2c2c;
    --do-soft: #262626;
    --do-canvas: #1a1a1a;
    --do-accent: #c2410c;
    --do-accent-hover: #ea580c;

    margin: -15px;
    padding: 20px;
    min-height: calc(100vh - 220px);
    color: var(--do-ink);
    font-family: 'Outfit', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    background:
        radial-gradient(ellipse 70% 40% at 0% 0%, rgba(194, 65, 12, 0.14), transparent 55%),
        linear-gradient(160deg, #1a1a1a 0%, #1e1e1e 45%, #222 100%);
    border-radius: 0 0 8px 8px;
}

.do-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.do-header__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--do-muted);
    margin-bottom: 4px;
}

.do-header__title {
    margin: 0;
    font-family: 'Space Grotesk', 'Outfit', system-ui, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.15;
}

.do-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #86efac;
    font-size: 12px;
    font-weight: 700;
}

.do-live__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
    animation: do-pulse 1.8s ease-out infinite;
}

@keyframes do-pulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
    70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.do-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    color: var(--do-muted);
    text-align: center;
}

.do-empty i {
    font-size: 36px;
    margin-bottom: 12px;
    color: var(--do-accent);
    opacity: 0.7;
}

.do-country {
    margin-bottom: 18px;
    border: 1px solid var(--do-line);
    border-radius: 14px;
    background: rgba(38, 38, 38, 0.72);
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.do-country__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--do-line);
    background:
        radial-gradient(ellipse 50% 120% at 0% 50%, rgba(194, 65, 12, 0.14), transparent 60%),
        linear-gradient(180deg, #2c2c2c 0%, #242424 100%);
}

.do-country__name {
    margin: 0;
    font-family: 'Space Grotesk', 'Outfit', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
}

.do-country__count {
    font-size: 11px;
    font-weight: 600;
    color: var(--do-muted);
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid var(--do-line);
    background: rgba(0, 0, 0, 0.2);
}

.do-table-wrap {
    overflow-x: auto;
}

.do-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    color: var(--do-ink);
}

.do-table thead th {
    padding: 10px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--do-muted);
    background: rgba(0, 0, 0, 0.22);
    border-bottom: 1px solid var(--do-line);
    white-space: nowrap;
}

.do-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(58, 58, 58, 0.85);
    vertical-align: middle;
    font-size: 13px;
}

.do-table tbody tr:last-child td {
    border-bottom: 0;
}

.do-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.03);
}

.do-table tbody tr.is-sum td {
    background: rgba(194, 65, 12, 0.12);
    border-top: 1px solid rgba(194, 65, 12, 0.35);
    font-weight: 700;
}

.do-table tbody tr.is-sum:hover td {
    background: rgba(194, 65, 12, 0.16);
}

.do-num {
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.do-strong {
    font-weight: 700;
    color: #fff;
}

.do-muted {
    color: var(--do-muted);
    font-weight: 500;
}

.do-currency {
    color: var(--do-muted);
    font-weight: 500;
    margin-left: 2px;
}

.do-club {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.do-club__name {
    font-weight: 600;
    color: #fff;
}

.do-club__lock {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    font-size: 11px;
    font-weight: 600;
    color: #fdba74;
}

.do-split {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-variant-numeric: tabular-nums;
}

.do-split span {
    display: inline-flex;
    flex-direction: column;
    gap: 1px;
    min-width: 72px;
    color: var(--do-ink);
    font-weight: 600;
}

.do-split small {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--do-muted);
}

@media (max-width: 991px) {
    .do-shell {
        margin: -10px;
        padding: 14px;
    }

    .do-header__title {
        font-size: 22px;
    }

    .do-split span {
        min-width: 64px;
    }
}
