.lb-page { font-family: 'Poppins', sans-serif; }
.lb-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 20px;
    background: rgba(75, 85, 99, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(107, 114, 128, 0.3);
    border-radius: 20px;
    margin-bottom: 24px;
}
.lb-filters input, .lb-filters select {
    padding: 10px 14px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(107, 114, 128, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}
.lb-filters input::placeholder { color: rgba(255,255,255,0.5); }
.lb-filters label { margin-right: 6px; color: rgba(255,255,255,0.9); font-size: 14px; }

/* Select dropdown seçenekleri - koyu arka plan, açık yazı */
.lb-filters select,
.lb-modal-box select {
    background-color: #1e293b !important;
    color: #fff !important;
    color-scheme: dark;
}
.lb-filters select option,
.lb-modal-box select option {
    background-color: #1e293b !important;
    background: #1e293b !important;
    color: #ffffff !important;
    padding: 10px 14px !important;
}
.lb-filters select option:hover,
.lb-filters select option:focus,
.lb-filters select option:checked,
.lb-filters select option[selected],
.lb-modal-box select option:hover,
.lb-modal-box select option:focus,
.lb-modal-box select option:checked,
.lb-modal-box select option[selected] {
    background-color: #334155 !important;
    background: #334155 !important;
    color: #ffffff !important;
}
.lb-submissions { display: grid; gap: 20px; }
.lb-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(107, 114, 128, 0.25);
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 20px;
    align-items: start;
    padding: 16px;
}
@media (max-width: 768px) {
    .lb-card { grid-template-columns: 1fr; }
    .lb-card-img-wrap { justify-self: stretch; min-width: 0; }
    .lb-card-img { max-width: 100%; min-width: 0; }
    .lb-card-img-placeholder { max-width: 100%; min-width: 0; }
}
.lb-card-body { min-width: 0; }
.lb-card-img-wrap {
    position: relative;
    cursor: pointer;
    width: 100%;
    min-width: 180px;
    justify-self: end;
}
.lb-card-img-wrap:focus { outline: none; }
.lb-card-img {
    width: 100%;
    min-width: 180px;
    max-width: 240px;
    height: auto;
    min-height: 180px;
    max-height: 280px;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s;
}
.lb-card-img-wrap:hover .lb-card-img { opacity: 0.9; }
.lb-card-img-placeholder {
    width: 100%;
    min-width: 180px;
    max-width: 240px;
    min-height: 180px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}
.lb-card-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 10px; }
.lb-card-time { color: rgba(255,255,255,0.6); font-size: 13px; }
.lb-card-participants { margin-bottom: 12px; }
.lb-card-participants h4 { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7); margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.05em; }
.lb-participant { display: flex; align-items: center; gap: 10px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.lb-participant:last-child { border-bottom: none; }
.lb-participant img { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; }
.lb-participant-name { font-weight: 500; color: #fff; }
.lb-participant-nick { color: rgba(255,255,255,0.6); font-size: 13px; margin-left: 4px; }
.lb-lightbox { display: none; position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,0.85); align-items: center; justify-content: center; padding: 24px; cursor: pointer; }
.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: 12px; }
.lb-lightbox-close { position: absolute; top: -36px; right: 0; background: rgba(255,255,255,0.15); border: none; color: #fff; width: 32px; height: 32px; border-radius: 8px; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.lb-lightbox-close:hover { background: rgba(255,255,255,0.25); }
.lb-badge { display: inline-block; padding: 2px 8px; border-radius: 8px; font-size: 12px; font-weight: 600; }
.lb-badge.pending { background: rgba(234, 179, 8, 0.25); color: #facc15; }
.lb-badge.rewarded { background: rgba(34, 197, 94, 0.25); color: #22c55e; }
.lb-badge.rejected { background: rgba(239, 68, 68, 0.25); color: #ef4444; }
.lb-badge.bonus { background: rgba(168, 85, 247, 0.25); color: #a855f7; }
.lb-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.lb-btn {
    padding: 8px 14px;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.lb-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.lb-btn-reward { background: linear-gradient(135deg, #22c55e, #16a34a); color: #fff; }
.lb-btn-reject { background: linear-gradient(135deg, #ef4444, #dc2626); color: #fff; }
.lb-top3 { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-bottom: 28px; }
.lb-top3-item {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(107, 114, 128, 0.25);
    border-radius: 14px;
    min-width: 200px;
}
.lb-top3-item img { width: 40px; height: 40px; border-radius: 50%; }
.lb-top3-item .rank { font-weight: 700; font-size: 18px; margin-right: 4px; }
.lb-modal { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.7); align-items: center; justify-content: center; padding: 20px; }
.lb-modal.active { display: flex; }
.lb-modal-box { background: #1e293b; border-radius: 16px; padding: 24px; max-width: 400px; width: 100%; border: 1px solid rgba(107, 114, 128, 0.3); }
.lb-modal-box h3 { margin: 0 0 16px; color: #fff; font-size: 18px; }
.lb-modal-box label { display: block; margin-bottom: 8px; color: rgba(255,255,255,0.9); font-size: 14px; }
.lb-modal-box select { width: 100%; padding: 10px; border-radius: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(107,114,128,0.3); color: #fff; margin-bottom: 12px; }
.lb-modal-box .cb { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.lb-modal-box .cb input { width: 18px; height: 18px; min-width: 18px; flex-shrink: 0; margin: 0; padding: 0; align-self: center; }
.lb-modal-box .cb label { margin: 0; line-height: 18px; cursor: pointer; }
.lb-modal-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 20px; }
.lb-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9998; display: none; align-items: center; justify-content: center; }
.lb-overlay.active { display: flex; }
.lb-overlay span { color: #fff; font-size: 18px; }

.lb-pagination { margin-top: 24px; justify-content: center; }
.lb-pagination-inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; }
.lb-pagination-info { color: rgba(255,255,255,0.8); font-size: 14px; }
.lb-page-prev, .lb-page-next { background: rgba(255,255,255,0.1); color: #fff; }
.lb-page-prev:hover:not(:disabled), .lb-page-next:hover:not(:disabled) { background: rgba(255,255,255,0.2); }

