/* Lejyon Bonusu — sade, prestijli arayüz (DMNKND) */
.lb-page.lb-pro {
    --lb-bg-deep: #0c0e12;
    --lb-surface: rgba(18, 21, 28, 0.82);
    --lb-surface-elev: rgba(26, 30, 40, 0.92);
    --lb-border: rgba(255, 255, 255, 0.08);
    --lb-border-strong: rgba(212, 175, 55, 0.28);
    --lb-accent: #d4af37;
    --lb-accent-soft: rgba(212, 175, 55, 0.14);
    --lb-text: rgba(255, 255, 255, 0.94);
    --lb-muted: rgba(255, 255, 255, 0.55);
    --lb-muted2: rgba(255, 255, 255, 0.38);
    --lb-radius: 14px;
    --lb-radius-sm: 10px;
    --lb-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
    --lb-font: 'Poppins', system-ui, -apple-system, sans-serif;
    font-family: var(--lb-font);
}

.lb-pro-backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(212, 175, 55, 0.09), transparent 55%),
        linear-gradient(165deg, rgba(8, 10, 14, 0.97) 0%, rgba(12, 14, 20, 0.92) 100%);
    pointer-events: none;
}

.lb-page.lb-pro .lb-page-bg {
    filter: brightness(0.38) saturate(0.85);
    opacity: 0.45;
}

.lb-pro-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 56px;
    text-align: left;
    position: relative;
    z-index: 1;
}

#lbContainer {
    user-select: text;
}

/* Başlık */
.lb-pro-hero {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--lb-border);
}
.lb-page .modern-container .page-title-box {
    margin: 0 0 12px;
    padding: 0;
    background: transparent;
    border: none;
    text-align: left;
}
.lb-page .modern-container .lb-page-title {
    font-family: var(--lb-font) !important;
    font-size: clamp(1.75rem, 4vw, 2.25rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    background: none !important;
    -webkit-text-fill-color: var(--lb-text) !important;
    color: var(--lb-text) !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    line-height: 1.2 !important;
}
.lb-pro-hero-sub {
    margin: 0;
    max-width: 42rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--lb-muted);
    font-weight: 400;
}

/* Bölüm */
.lb-pro-section {
    margin-bottom: 28px;
}
.lb-pro-section-title {
    margin: 0 0 14px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lb-muted2);
}

/* Top 3 */
.lb-pro-top3.lb-top3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 0;
    justify-content: stretch;
}
@media (max-width: 900px) {
    .lb-pro-top3.lb-top3 {
        grid-template-columns: 1fr;
    }
}
.lb-top3-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    min-width: 0;
    background: var(--lb-surface);
    border: 1px solid var(--lb-border);
    border-radius: var(--lb-radius);
    box-shadow: var(--lb-shadow);
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.lb-top3-item:hover {
    border-color: var(--lb-border-strong);
}
.lb-top3-item:nth-child(1) {
    border-color: rgba(212, 175, 55, 0.35);
}
.lb-top3-item .rank {
    font-size: 1.35rem;
    line-height: 1;
    opacity: 0.95;
}
.lb-top3-item img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.14);
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.3);
}
.lb-top3-item > div {
    min-width: 0;
    text-align: left;
}
.lb-top3-item > div > div:first-child {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--lb-text);
}
.lb-top3-item > div > div:last-child {
    font-size: 0.8rem;
    color: var(--lb-accent);
    font-weight: 600;
    margin-top: 4px;
}
.lb-top3-nick {
    color: var(--lb-muted);
    font-weight: 400;
}
.lb-pro-empty.lb-pro-empty--wide {
    grid-column: 1 / -1;
    text-align: center;
}

/* Toolbar */
.lb-pro-filters-section .lb-filters {
    display: grid;
    grid-template-columns: minmax(140px, 1fr) minmax(140px, 1fr) minmax(180px, 1.4fr) auto auto;
    gap: 14px 16px;
    align-items: end;
    padding: 20px 22px;
    background: var(--lb-surface);
    border: 1px solid var(--lb-border);
    border-radius: var(--lb-radius);
    box-shadow: var(--lb-shadow);
    margin-bottom: 18px;
}
@media (max-width: 960px) {
    .lb-pro-filters-section .lb-filters {
        grid-template-columns: 1fr 1fr;
    }
    .lb-pro-filters-section .lb-filters .lb-pro-field--grow {
        grid-column: 1 / -1;
    }
    .lb-pro-filters-section .lb-filters .lb-pro-actions {
        grid-column: 1 / -1;
        justify-content: stretch;
    }
}
.lb-pro-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.lb-pro-field--grow {
    min-width: 0;
}
.lb-pro-field label,
.lb-filters label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lb-muted2);
    margin: 0;
}
.lb-filters input,
.lb-filters select {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 14px;
    background: var(--lb-surface-elev);
    border: 1px solid var(--lb-border);
    border-radius: var(--lb-radius-sm);
    color: var(--lb-text);
    font-size: 0.875rem;
    font-family: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.lb-filters input::placeholder {
    color: var(--lb-muted2);
}
.lb-filters input:hover,
.lb-filters select:hover {
    border-color: rgba(255, 255, 255, 0.14);
}
.lb-filters input:focus,
.lb-filters select:focus {
    outline: none;
    border-color: var(--lb-border-strong);
    box-shadow: 0 0 0 3px var(--lb-accent-soft);
}
.lb-filters select {
    cursor: pointer;
    appearance: auto;
    color-scheme: dark;
}
.lb-filters select option {
    background: #1a1e28 !important;
    color: #fff !important;
}

.lb-pro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.lb-btn.lb-pro-btn-ghost {
    background: transparent;
    border: 1px solid var(--lb-border);
    color: var(--lb-muted);
    font-weight: 500;
}
.lb-btn.lb-pro-btn-ghost:hover:not(:disabled) {
    border-color: var(--lb-border-strong);
    color: var(--lb-text);
    background: rgba(255, 255, 255, 0.04);
}
.lb-btn.lb-pro-btn-primary {
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.95), rgba(180, 145, 40, 0.98));
    color: #0c0e12;
    border: 1px solid rgba(212, 175, 55, 0.5);
    font-weight: 600;
    padding: 11px 18px;
}
.lb-btn.lb-pro-btn-primary:hover:not(:disabled) {
    filter: brightness(1.06);
}

/* Liste meta */
.lb-pro-list-meta {
    min-height: 1.25rem;
    margin-bottom: 12px;
    font-size: 0.8125rem;
    color: var(--lb-muted);
}
.lb-pro-list-meta.lb-pro-list-meta--sync {
    color: var(--lb-accent);
}

/* Liste alanı — arka plan yenilemede */
.lb-submissions {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
    gap: 18px;
}
.lb-submissions.lb-pro-list--busy {
    pointer-events: none;
    opacity: 0.55;
    transition: opacity 0.2s ease;
}
.lb-submissions.lb-pro-list--busy::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(12, 14, 18, 0.25);
}
.lb-pro-list--busy ~ .lb-pagination {
    opacity: 0.5;
}

/* Kartlar */
.lb-card {
    background: var(--lb-surface);
    border: 1px solid var(--lb-border);
    border-radius: var(--lb-radius);
    padding: 1.125rem 1.25rem 1.125rem;
    box-shadow: var(--lb-shadow);
    transition: border-color 0.2s ease;
    display: flex;
    flex-direction: column;
}
.lb-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
}
.lb-card-body {
    min-width: 0;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.lb-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid var(--lb-border);
    row-gap: 8px;
}
.lb-card-time {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--lb-muted2);
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.lb-card-participants {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.lb-card-participants h4 {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lb-muted2);
    margin: 1rem 0 0.5rem;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    display: block;
}
.lb-card-participants h4:first-of-type {
    margin-top: 0;
}

/* Katılımcı satırı: yuvarlak avatar + metin sütunu */
.lb-participant-block {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem 1rem;
    margin-bottom: 0.625rem;
    padding: 0.75rem 0.875rem;
    background: rgba(0, 0, 0, 0.22);
    border-radius: var(--lb-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.lb-participant-block:last-child {
    margin-bottom: 0;
}

.lb-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.lb-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 50%;
}

.lb-participant-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.lb-participant-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.625rem;
    min-width: 0;
}
.lb-participant-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--lb-text);
    line-height: 1.35;
    word-break: break-word;
}
.lb-participant-nick,
.lb-top3-nick {
    color: var(--lb-muted);
    font-size: 0.8rem;
    font-weight: 400;
}

.lb-top3-name-line,
.lb-participant-line {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem 0.35rem;
}

.lb-yan-info-wrap {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 0.15rem;
}

.lb-yan-info-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.2);
    color: #c4b5fd;
    cursor: pointer;
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.lb-yan-info-btn:hover {
    background: rgba(124, 58, 237, 0.35);
    color: #e9d5ff;
    transform: scale(1.06);
}

.lb-yan-info-btn iconify-icon {
    font-size: 0.85rem;
}

.lb-yan-info-popover {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    z-index: 40;
    width: max-content;
    max-width: min(calc(100vw - 1.5rem), 42rem);
    overflow-x: auto;
    padding: 0.55rem 0.7rem;
    border-radius: var(--lb-radius-sm);
    background: var(--lb-surface-elev);
    border: 1px solid rgba(124, 58, 237, 0.35);
    box-shadow: var(--lb-shadow);
    text-align: left;
}

.lb-yan-info-popover.is-open {
    display: block;
}

.lb-yan-info-popover[hidden] {
    display: none !important;
}

.lb-yan-info-popover-title {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #c4b5fd;
    margin-bottom: 0.35rem;
}

.lb-yan-info-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    color: var(--lb-text);
    line-height: 1.45;
}

.lb-yan-info-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.lb-yan-info-dot {
    flex-shrink: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #a78bfa;
    box-shadow: 0 0 0 1px rgba(167, 139, 250, 0.35);
}

.lb-yan-info-nick {
    flex: 0 1 auto;
    white-space: nowrap;
}
.lb-participant-voice-row {
    margin: 0;
    padding: 0;
    font-size: 0.78rem;
    color: var(--lb-muted);
    line-height: 1.45;
}
.lb-participant-voice-row .lb-voice-ico {
    margin-right: 0.15rem;
    opacity: 0.85;
}
.lb-participant-voice-row .lb-voice-minutes {
    color: var(--lb-accent);
    font-weight: 600;
}

.lb-reject-reason {
    margin-top: 0.75rem;
    padding: 0.75rem 0.875rem;
    background: rgba(220, 38, 38, 0.08);
    border-left: 3px solid rgba(248, 113, 113, 0.7);
    border-radius: 0 var(--lb-radius-sm) var(--lb-radius-sm) 0;
}
.lb-reject-reason h4 {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    color: rgba(252, 165, 165, 0.9);
    margin: 0 0 0.5rem;
}
.lb-reject-reason-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    white-space: pre-wrap;
    word-break: break-word;
}

.lb-card-footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--lb-border);
}
.lb-card-footer-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.625rem 0.875rem;
}
.lb-card-footer-actions .lb-btn {
    flex: 0 1 auto;
    min-height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Rozetler */
.lb-badge {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
}
.lb-badge.pending {
    background: rgba(234, 179, 8, 0.12);
    color: #facc15;
    border-color: rgba(234, 179, 8, 0.25);
}
.lb-badge.rewarded {
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.25);
}
.lb-badge.rejected {
    background: rgba(239, 68, 68, 0.12);
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.22);
}
.lb-badge.bonus {
    background: rgba(168, 85, 247, 0.12);
    color: #d8b4fe;
    border-color: rgba(168, 85, 247, 0.25);
}
.lb-badge.premier-room {
    background: rgba(34, 211, 238, 0.1);
    color: #a5f3fc;
    border-color: rgba(34, 211, 238, 0.28);
}
.lb-badge.lb-badge-seckin-role {
    font-size: 0.6rem;
    background: var(--lb-accent-soft);
    color: #e8d5a3;
    border-color: var(--lb-border-strong);
}

.lb-seckin-callout {
    margin-bottom: 0.75rem;
    padding: 0.65rem 0.85rem;
    background: var(--lb-accent-soft);
    border: 1px solid var(--lb-border-strong);
    color: rgba(255, 250, 235, 0.92);
    font-size: 0.8rem;
    line-height: 1.45;
    border-radius: var(--lb-radius-sm);
}
.lb-seckin-callout strong {
    color: var(--lb-accent);
}

/* Butonlar */
.lb-btn {
    padding: 9px 14px;
    border-radius: var(--lb-radius-sm);
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s ease, transform 0.12s ease, filter 0.15s ease;
    border: 1px solid transparent;
}
.lb-btn:active:not(:disabled) {
    transform: scale(0.98);
}
.lb-btn-screenshot {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(96, 165, 250, 0.35);
    color: #bfdbfe;
}
.lb-btn-screenshot:hover:not(:disabled) {
    background: rgba(59, 130, 246, 0.32);
    color: #fff;
}
/* Discord mesajına git (href ile uygulama / tarayıcı) */
a.lb-btn.lb-btn-message {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    background: rgba(88, 101, 242, 0.16);
    border: 1px solid rgba(88, 101, 242, 0.42);
    color: #e0e4ff;
}
a.lb-btn.lb-btn-message:hover {
    background: rgba(88, 101, 242, 0.28);
    border-color: rgba(88, 101, 242, 0.6);
    color: #fff;
}
.lb-btn-reward {
    background: linear-gradient(180deg, #22c55e, #16a34a);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.lb-btn-reward:hover:not(:disabled) {
    filter: brightness(1.05);
}
.lb-btn-reject {
    background: linear-gradient(180deg, #ef4444, #b91c1c);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Sayfalama */
.lb-pagination {
    margin-top: 28px;
}
.lb-pagination-inner {
    gap: 20px;
}
.lb-pagination-info {
    font-size: 0.8125rem;
    color: var(--lb-muted);
    font-variant-numeric: tabular-nums;
}
.lb-page-prev,
.lb-page-next {
    min-width: 100px;
    background: var(--lb-surface);
    border: 1px solid var(--lb-border);
    color: var(--lb-text);
}
.lb-page-prev:hover:not(:disabled),
.lb-page-next:hover:not(:disabled) {
    border-color: var(--lb-border-strong);
    background: var(--lb-surface-elev);
}

/* Boş / hata */
.lb-pro-empty,
.lb-pro-error {
    text-align: center;
    padding: 48px 24px;
    color: var(--lb-muted);
    font-size: 0.95rem;
    background: var(--lb-surface);
    border: 1px dashed var(--lb-border);
    border-radius: var(--lb-radius);
}
.lb-pro-error {
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.25);
}

/* Lightbox */
.lb-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    cursor: pointer;
    background: rgba(4, 6, 10, 0.92);
    backdrop-filter: blur(8px);
}
.lb-lightbox.active {
    display: flex;
}
.lb-lightbox-inner {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    cursor: default;
}
.lb-lightbox-inner img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: var(--lb-radius);
    border: 1px solid var(--lb-border);
}
.lb-lightbox-close {
    position: absolute;
    top: -2.5rem;
    right: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--lb-radius-sm);
    border: 1px solid var(--lb-border);
    background: var(--lb-surface);
    color: var(--lb-text);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}
.lb-lightbox-close:hover {
    border-color: rgba(255, 255, 255, 0.2);
}
.lb-lightbox-error-msg {
    color: var(--lb-muted);
    font-size: 0.9rem;
    margin: 0 0 1rem;
    line-height: 1.5;
}
.lb-lightbox-error-box {
    background: var(--lb-surface-elev);
    border: 1px solid var(--lb-border);
    border-radius: var(--lb-radius);
    padding: 1.5rem;
    max-width: 22rem;
    width: 100%;
    text-align: center;
}
.lb-lightbox-error-box h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    color: var(--lb-text);
}
.lb-lightbox-error-close {
    margin-top: 0.5rem;
    background: var(--lb-surface) !important;
    border: 1px solid var(--lb-border) !important;
    color: var(--lb-text) !important;
}

/* Modal */
.lb-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(4, 6, 10, 0.88);
    backdrop-filter: blur(10px);
}
.lb-modal.active {
    display: flex;
}
.lb-modal-box {
    box-sizing: border-box;
    width: 100%;
    background: var(--lb-surface-elev);
    border: 1px solid var(--lb-border);
    border-radius: var(--lb-radius);
    box-shadow: var(--lb-shadow);
    max-width: 26rem;
    max-height: min(90vh, 36rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.5rem 1.35rem 1.25rem;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
.lb-modal-box--wide {
    max-width: 28rem;
}
.lb-modal-box h3 {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 0.35rem;
    padding-right: 2.75rem;
    line-height: 1.25;
    color: var(--lb-text);
}
.lb-modal-lead {
    margin: 0 0 1.15rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--lb-muted);
}
.lb-modal-field {
    margin-bottom: 1rem;
}
.lb-modal-field > label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lb-muted2);
}
.lb-modal-field select,
.lb-modal-field .lb-modal-textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}
.lb-modal-field .lb-modal-textarea {
    margin-top: 0;
    min-height: 6.5rem;
}
.lb-modal-hints {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.lb-modal-check {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 1rem 0 0;
    padding: 0.65rem 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--lb-radius-sm);
    border: 1px solid var(--lb-border);
}
.lb-modal-check input {
    width: 1.125rem;
    height: 1.125rem;
    min-width: 1.125rem;
    margin: 0.15rem 0 0;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: var(--lb-accent);
}
.lb-modal-check label {
    margin: 0 !important;
    font-size: 0.8125rem !important;
    line-height: 1.45 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    color: var(--lb-muted) !important;
    cursor: pointer;
    font-weight: 400 !important;
}
.lb-required {
    color: #f87171;
    font-weight: 600;
}
.lb-pro-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: var(--lb-radius-sm);
    border: 1px solid var(--lb-border);
    background: rgba(0, 0, 0, 0.25);
    color: var(--lb-muted);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease, border-color 0.15s ease;
}
.lb-pro-modal-close:hover {
    color: var(--lb-text);
    border-color: rgba(255, 255, 255, 0.2);
}
.lb-modal-box select {
    display: block;
    padding: 0.65rem 0.75rem;
    font-size: 0.9rem;
    background: var(--lb-surface) !important;
    border: 1px solid var(--lb-border) !important;
    border-radius: var(--lb-radius-sm) !important;
    color: var(--lb-text) !important;
    color-scheme: dark;
}
.lb-modal-box select:focus {
    outline: none;
    border-color: var(--lb-border-strong) !important;
    box-shadow: 0 0 0 3px var(--lb-accent-soft);
}
.lb-modal-box .lb-modal-textarea {
    display: block;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.45;
    background: var(--lb-surface);
    border: 1px solid var(--lb-border);
    border-radius: var(--lb-radius-sm);
    color: var(--lb-text);
    resize: vertical;
}
.lb-modal-box .lb-modal-textarea:focus {
    outline: none;
    border-color: var(--lb-border-strong);
    box-shadow: 0 0 0 3px var(--lb-accent-soft);
}
.lb-modal-box .lb-reward-premier-hint,
.lb-modal-box .lb-reward-seckin-hint {
    margin: 0;
    padding: 0.65rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: var(--lb-radius-sm);
    text-align: left;
}
.lb-modal-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem 1rem;
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid var(--lb-border);
}
.lb-modal-actions .lb-btn {
    min-width: 6.5rem;
    min-height: 2.65rem;
    padding: 0.5rem 1.1rem;
}
.lb-modal-btn-cancel {
    background: transparent !important;
    border: 1px solid var(--lb-border) !important;
    color: var(--lb-muted) !important;
    font-weight: 500 !important;
}
.lb-modal-btn-cancel:hover {
    color: var(--lb-text) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

/* Overlay */
.lb-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10001;
    align-items: center;
    justify-content: center;
    background: rgba(4, 6, 10, 0.72);
    backdrop-filter: blur(4px);
}
.lb-overlay.active {
    display: flex;
}
.lb-overlay-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-width: 12rem;
    padding: 1.75rem 2rem;
    background: var(--lb-surface-elev);
    border: 1px solid var(--lb-border);
    border-radius: var(--lb-radius);
    box-shadow: var(--lb-shadow);
}
.lb-overlay-spinner {
    width: 2rem;
    height: 2rem;
    border: 3px solid rgba(212, 175, 55, 0.2);
    border-top-color: var(--lb-accent);
    border-radius: 50%;
    animation: lb-overlay-spin 0.75s linear infinite;
}
@keyframes lb-overlay-spin {
    to {
        transform: rotate(360deg);
    }
}
.lb-overlay-text {
    font-size: 0.875rem;
    color: var(--lb-muted);
    font-weight: 500;
}

/* Leaderboard section legacy */
.leaderboard-section {
    margin-bottom: 0 !important;
}
