/* ========== DRAFT PAGE - PROFESSIONAL LAYOUT ========== */

body.draft-page {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.draft-background {
    /* Arka plan çekiliş sayfası ile aynı: bogos-background.jpg + brightness (inline style ile veriliyor) */
}

.draft-section {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 1.5rem 1rem 4rem;
}

.draft-container {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(20, 22, 38, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem 2rem 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.draft-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.draft-title {
    font-family: 'HiJack', sans-serif !important;
    font-size: clamp(1.5rem, 4vw, 2.5rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.02em !important;
    margin: 0 !important;
    background: linear-gradient(90deg, #f59e0b 0%, #fcd34d 50%, #ffffff 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.35em !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.draft-title iconify-icon {
    -webkit-text-fill-color: #fcd34d !important;
    color: #fcd34d !important;
    flex-shrink: 0 !important;
}

.draft-subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.draft-btn-refresh {
    margin-top: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.draft-btn-refresh:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.25);
}

.draft-btn-refresh .draft-btn-icon {
    margin-right: 0.4rem;
    font-size: 0.9em;
}

.draft-root {
    min-height: 280px;
}

.draft-loading {
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(255, 255, 255, 0.6);
}

.draft-phase-box {
    margin-bottom: 1.75rem;
}

.draft-phase-box h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: rgba(255, 255, 255, 0.98);
}

.draft-hint {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 1rem;
    line-height: 1.45;
}

.draft-info-box {
    padding: 1rem 1.25rem;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

.draft-warning {
    font-size: 0.95rem;
    color: #fcd34d;
    margin-bottom: 0.75rem;
    padding: 0.65rem 1rem;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.25);
    border-radius: 10px;
}

/* ---------- Player card (avatar + name + rank + EP) ---------- */

.draft-player-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 0.4rem;
}

.draft-player-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.12);
}

.draft-player-body {
    flex: 1;
    min-width: 0;
}

.draft-player-name {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 0.15rem;
}

.draft-player-meta {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    min-width: 0;
}

.draft-player-meta .draft-kisim-badge {
    margin-left: 0;
    flex-shrink: 0;
}

.draft-player-ep {
    white-space: nowrap;
}

.draft-turn-captain {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: min(100%, 20rem);
    vertical-align: bottom;
}

.draft-turn-captain strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.draft-turn-captain .draft-kisim-badge {
    margin-left: 0;
    flex-shrink: 0;
}

.draft-rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.4rem;
    border-radius: 6px;
    font-size: 0.85rem;
}

.draft-rank-emoji {
    width: 1.4rem;
    height: 1.4rem;
    object-fit: contain;
    vertical-align: middle;
}

/* ---------- Member grid (initial / exclude) ---------- */

.draft-members-grid,
.draft-exclude-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.draft-member-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1rem;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.draft-member-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.draft-member-card.queue-green {
    border-color: rgba(74, 222, 128, 0.55);
    background: rgba(22, 101, 52, 0.22);
    box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.2);
}

.draft-member-card.queue-orange {
    border-color: rgba(251, 146, 60, 0.55);
    background: rgba(154, 52, 18, 0.2);
    box-shadow: 0 0 0 1px rgba(251, 146, 60, 0.18);
}

.draft-member-card.queue-red {
    border-color: rgba(248, 113, 113, 0.6);
    background: rgba(127, 29, 29, 0.28);
    box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.22);
}

.draft-member-card.queue-opted-out {
    opacity: 0.62;
    border-style: dashed;
    border-color: rgba(148, 163, 184, 0.35);
}

.draft-queue-index {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.35rem;
}

.draft-queue-opt-btn {
    width: 100%;
    margin-top: 0.55rem;
    padding: 0.4rem 0.65rem;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid rgba(248, 113, 113, 0.45);
    background: rgba(248, 113, 113, 0.15);
    color: #fecaca;
}

.draft-queue-opt-btn:hover {
    background: rgba(248, 113, 113, 0.28);
}

.draft-queue-opt-btn.draft-queue-opt-in {
    border-color: rgba(74, 222, 128, 0.45);
    background: rgba(74, 222, 128, 0.12);
    color: #bbf7d0;
}

.draft-queue-opt-btn.draft-queue-opt-in:hover {
    background: rgba(74, 222, 128, 0.24);
}

.draft-member-card .draft-player-card {
    margin-bottom: 0.5rem;
}

.draft-member-card .draft-player-avatar {
    width: 48px;
    height: 48px;
}

.draft-exclude-card {
    flex-direction: column;
}

.draft-exclude-toggle {
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
}
.draft-exclude-toggle:hover {
    border-color: rgba(248, 113, 113, 0.4);
}
.draft-exclude-toggle.draft-captain-selected {
    border-color: #f87171;
    box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.35);
}

.draft-exclude-card .draft-btn-remove {
    width: 100%;
    margin-top: 0.6rem;
    cursor: pointer;
}

.draft-badge {
    font-size: 0.7rem;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.35), rgba(37, 99, 235, 0.35));
    color: #93c5fd;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    display: inline-block;
    margin-top: 0.35rem;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

/* ---------- Buttons (clearly clickable) ---------- */

.draft-btn {
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.draft-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.draft-btn:active {
    transform: translateY(0);
}

.draft-btn-primary {
    background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4);
}

.draft-btn-primary:hover {
    filter: brightness(1.1);
    box-shadow: 0 6px 22px rgba(79, 70, 229, 0.5);
}

.draft-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.draft-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
}

.draft-btn-competitive {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.draft-btn-competitive:hover {
    filter: brightness(1.1);
    box-shadow: 0 6px 22px rgba(234, 88, 12, 0.5);
}

.draft-btn-dmnknd {
    background: linear-gradient(135deg, #2563eb 0%, #dc2626 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.draft-btn-dmnknd:hover {
    filter: brightness(1.1);
    box-shadow: 0 6px 22px rgba(37, 99, 235, 0.45);
}

.draft-kisim-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.45rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    flex-shrink: 0;
}

.draft-kisim-dmn {
    background: rgba(59, 130, 246, 0.22);
    color: #93c5fd;
    border: 1px solid rgba(59, 130, 246, 0.45);
}

.draft-kisim-knd {
    background: rgba(239, 68, 68, 0.22);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.45);
}

.draft-btn-sm {
    padding: 0.4rem 0.85rem;
    font-size: 0.85rem;
}

.draft-btn-vote {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0.4rem;
    cursor: pointer;
}

.draft-btn-vote:hover {
    filter: brightness(1.1);
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.4);
}

.draft-btn-danger {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.draft-btn-danger:hover {
    filter: brightness(1.1);
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.45);
}

.draft-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.draft-nav-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.draft-nav-group--end {
    margin-left: auto;
}

.draft-nav .draft-btn-danger {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
}

/* ---------- Vote grid ---------- */

.draft-vote-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.draft-vote-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
}

.draft-vote-card .draft-player-card {
    margin-bottom: 0;
}

.draft-vote-card .draft-player-body,
.draft-captain-select-card .draft-player-body {
    text-align: left;
}

.draft-vote-count {
    font-weight: 700;
    font-size: 1rem;
    color: #a5b4fc;
}

.draft-captain-select-card {
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    text-align: left;
}
.draft-captain-select-card:hover {
    border-color: rgba(165, 180, 252, 0.4);
}
.draft-captain-select-card.draft-captain-selected {
    border-color: #6366f1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.4);
}
.draft-captain-select-count {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.draft-who-voted {
    margin: 1.25rem 0;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.draft-who-voted h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: rgba(255, 255, 255, 0.9);
}

.draft-who-voted ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.draft-who-voted li {
    padding: 0.3rem 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

/* ---------- Team cards (vertical, transparent) ---------- */

.draft-teams-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.draft-team-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.draft-team-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.draft-captain-turn {
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(165, 180, 252, 0.35), rgba(139, 92, 246, 0.25));
    box-shadow: 0 0 20px rgba(165, 180, 252, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    animation: draft-captain-glow 2s ease-in-out infinite;
}

.draft-captain-turn .draft-player-card {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@keyframes draft-captain-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(165, 180, 252, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.08); }
    50% { box-shadow: 0 0 28px rgba(165, 180, 252, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.12); }
}

.draft-turn-indicator {
    margin: 0 0 1rem 0;
    padding: 0.6rem 1rem;
    background: rgba(165, 180, 252, 0.12);
    border: 1px solid rgba(165, 180, 252, 0.25);
    border-radius: 10px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.draft-turn-indicator strong {
    color: #a5b4fc;
}

.draft-turn-you {
    color: #86efac;
    font-weight: 600;
}

.draft-badge-turn {
    background: rgba(165, 180, 252, 0.25);
    color: #a5b4fc;
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
}

.draft-team-card-header {
    padding: 1rem 1.25rem;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.draft-team-card-header h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #a5b4fc;
    margin: 0;
}

.draft-team-avg {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.draft-team-card-body {
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.draft-team-card-body .draft-player-card:first-child {
    background: rgba(165, 180, 252, 0.08);
    border-color: rgba(165, 180, 252, 0.15);
}

/* ---------- Pool (seçilebilir oyuncular) ---------- */

.draft-pool {
    margin-top: 1.25rem;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.draft-pool h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: rgba(255, 255, 255, 0.9);
}

.draft-turn-msg {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.85rem;
}

.draft-pool-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
}

.draft-pool-player {
    text-align: left;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s;
}

.draft-pool-card {
    cursor: pointer;
    background: rgba(79, 70, 229, 0.15);
    border-color: rgba(79, 70, 229, 0.35);
}

.draft-pool-card:hover:not(.disabled) {
    transform: translateY(-2px);
    background: rgba(79, 70, 229, 0.25);
    border-color: rgba(79, 70, 229, 0.5);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.25);
}

.draft-pool-player.disabled {
    cursor: default;
    opacity: 0.75;
    background: rgba(255, 255, 255, 0.03);
}

.draft-pool-player .draft-player-card {
    margin: 0;
    border: none;
    background: transparent;
}

/* ---------- Matchups & transfers ---------- */

.draft-matchups {
    margin: 1.25rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.draft-matchup-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

.draft-matchup-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.9rem 1.25rem;
    background: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.draft-matchup-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #a5b4fc;
}

.draft-matchup-vs {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.draft-matchup-diff {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-left: auto;
}

.draft-matchup-body {
    padding: 1rem 1.25rem;
}

/* ---------- 5v5 Eşleşme tamamlandı: Lobi başlık + Yeşil vs Kırmızı ---------- */

.fivev5-completed-matchups {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
}

.fivev5-lobi-block {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.fivev5-lobi-title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    padding: 0.6rem 1rem;
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fivev5-lobi-diff {
    font-weight: 500;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0.5rem;
}

.fivev5-lobi-transfer {
    padding: 1rem 1.25rem;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fivev5-lobi-versus {
    display: flex;
    align-items: stretch;
    gap: 0;
    min-height: 120px;
}

.fivev5-team-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.25rem;
    border-radius: 0;
}

.fivev5-team-green {
    background: linear-gradient(135deg, rgba(34, 139, 34, 0.35) 0%, rgba(0, 100, 0, 0.25) 100%);
    border-right: 2px solid rgba(255, 255, 255, 0.15);
}

.fivev5-team-red {
    background: linear-gradient(135deg, rgba(178, 34, 34, 0.35) 0%, rgba(139, 0, 0, 0.25) 100%);
    border-left: 2px solid rgba(255, 255, 255, 0.15);
}

.fivev5-team-label {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.fivev5-team-green .fivev5-team-label { color: #90ee90; }
.fivev5-team-red .fivev5-team-label { color: #ffb3b3; }

.fivev5-team-avg {
    font-size: 0.8rem;
    opacity: 0.85;
    margin-bottom: 0.5rem;
}

.fivev5-team-players {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: stretch;
}

.fivev5-team-players .draft-player-card,
.fivev5-team-players .draft-player-card-wrap {
    margin: 0;
    flex-shrink: 0;
}

.fivev5-versus-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    padding: 0 0.5rem;
    font-weight: 800;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.draft-no-suggestion {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
    font-style: italic;
    margin: 0;
}

.draft-suggestions-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 0.75rem 0;
}

.draft-suggestions-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.draft-suggestion-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.6rem 0.9rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.draft-suggestion-row.draft-suggestion-readonly {
    opacity: 0.85;
}

.draft-suggestion-swap {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    flex: 1;
    min-width: 120px;
}

.draft-suggestion-diff {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.draft-select {
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(30, 30, 46, 0.95);
    color: #e2e8f0;
    font-size: 0.95rem;
    min-width: 180px;
    font-weight: 500;
}

/* Açılır listede oyuncu adlarının okunaklı olması için: koyu metin, açık arka plan */
.draft-select option {
    background: #ffffff;
    color: #1e293b;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
}

.draft-transfer-requests-card {
    margin: 1.25rem 0;
    padding: 1.25rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.draft-transfer-requests-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: rgba(255, 255, 255, 0.95);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.draft-suggestions-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.draft-no-requests {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.draft-request-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.draft-request-item:last-child {
    margin-bottom: 0;
}

.draft-request-item.draft-request-pending {
    opacity: 0.9;
}

.draft-request-info {
    color: rgba(255, 255, 255, 0.9);
    order: 1;
}

.draft-request-status {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0.25rem 0 0.5rem 0;
    width: 100%;
    order: 3;
}

.draft-request-from {
    font-weight: 600;
    color: #a5b4fc;
}

.draft-request-actions {
    display: flex;
    gap: 0.5rem;
    order: 2;
}

.draft-lobi-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem 0;
}

.draft-lobi-item {
    padding: 0.6rem 1rem;
    margin-bottom: 0.4rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.draft-lobi-item strong {
    color: #a5b4fc;
}

.draft-lobi-saldiri {
    color: #f97316;
    font-weight: 600;
}

.draft-lobi-savunma {
    color: #3b82f6;
    font-weight: 600;
}

.draft-btn-success {
    background: rgba(134, 239, 172, 0.2);
    color: #86efac;
    border: 1px solid rgba(134, 239, 172, 0.35);
}

.draft-btn-success:hover {
    background: rgba(134, 239, 172, 0.3);
    border-color: rgba(134, 239, 172, 0.5);
}

.draft-actions {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: stretch;
}

.draft-actions > .draft-hint {
    margin: 0;
}

.draft-actions > .draft-btn {
    align-self: flex-start;
    width: auto;
    max-width: 100%;
}

.draft-actions .draft-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    width: 100%;
}

.draft-actions .draft-btn-row .draft-btn {
    flex: 0 0 auto;
}

.draft-btn-row--modes {
    gap: 0.75rem;
}

.draft-btn-row--end {
    justify-content: flex-end;
}

/* Liste kaydı — bekleme odasına taşıma seçeneği */
.draft-move-toggle {
    display: block;
    cursor: pointer;
    user-select: none;
}

.draft-move-toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.draft-move-toggle-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.draft-move-toggle:hover .draft-move-toggle-card {
    border-color: rgba(245, 158, 11, 0.35);
    background: rgba(255, 255, 255, 0.06);
}

.draft-move-toggle-input:focus-visible + .draft-move-toggle-card {
    outline: 2px solid rgba(245, 158, 11, 0.55);
    outline-offset: 2px;
}

.draft-move-toggle-input:checked + .draft-move-toggle-card {
    border-color: rgba(245, 158, 11, 0.5);
    background: rgba(245, 158, 11, 0.08);
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.draft-move-toggle-dots {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    flex-shrink: 0;
}

.draft-move-dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    box-shadow: 0 0 8px currentColor;
}

.draft-move-dot-orange {
    background: #f97316;
    color: rgba(249, 115, 22, 0.6);
}

.draft-move-dot-red {
    background: #ef4444;
    color: rgba(239, 68, 68, 0.6);
}

.draft-move-toggle-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.draft-move-toggle-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.3;
}

.draft-move-toggle-desc {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.4;
}

.draft-move-toggle-switch {
    position: relative;
    flex-shrink: 0;
    width: 2.75rem;
    height: 1.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.draft-move-toggle-switch::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
}

.draft-move-toggle-input:checked + .draft-move-toggle-card .draft-move-toggle-switch {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-color: rgba(251, 191, 36, 0.45);
}

.draft-move-toggle-input:checked + .draft-move-toggle-card .draft-move-toggle-switch::after {
    transform: translateX(1.25rem);
    background: #fff;
}

/* ---------- Overlay ---------- */

.draft-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.draft-overlay-content {
    padding: 2rem 3rem;
    background: rgba(30, 32, 48, 0.95);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* ---------- Oyuncu değiştir: kart üstü buton ---------- */

.draft-player-card-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.draft-replace-btn {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: rgba(251, 191, 36, 0.25);
    color: #fbbf24;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    z-index: 2;
    transition: background 0.2s, color 0.2s;
}

.draft-replace-btn:hover {
    background: rgba(251, 191, 36, 0.4);
    color: #fcd34d;
}

/* ---------- Oyuncu değiştir modal ---------- */

.draft-replace-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.draft-replace-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
}

.draft-replace-box {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: 85vh;
    overflow: hidden;
    background: rgba(28, 30, 45, 0.98);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.draft-replace-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.draft-replace-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

.draft-replace-close {
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.draft-replace-close:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.draft-replace-hint {
    margin: 0;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.4;
}

.draft-replace-list {
    padding: 0.75rem 1.25rem 1.25rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.draft-replace-pick {
    width: 100%;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    text-align: left;
    transition: background 0.2s, border-color 0.2s;
}

.draft-replace-pick:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.draft-replace-pick .draft-player-card {
    margin-bottom: 0;
}

.draft-replace-empty {
    margin: 0;
    padding: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

/* ---------- Mobil / dar ekran (Draft + 5v5 ortak) ---------- */

@media (max-width: 768px) {
    .draft-background {
        background-attachment: scroll !important;
    }

    .draft-section {
        padding: 1rem 0.65rem calc(3rem + env(safe-area-inset-bottom, 0px));
    }

    .draft-container {
        max-width: 100%;
        padding: 1.15rem 0.85rem 1.35rem;
        border-radius: 16px;
    }

    .draft-header {
        margin-bottom: 1.15rem;
        padding-bottom: 1rem;
    }

    .draft-subtitle {
        font-size: 0.875rem;
        line-height: 1.45;
        padding: 0 0.15rem;
    }

    .draft-btn-refresh {
        width: 100%;
        justify-content: center;
        min-height: 44px;
        margin-top: 0.65rem;
    }

    .draft-phase-box h2 {
        font-size: 1.15rem;
        line-height: 1.3;
    }

    .draft-hint,
    .draft-info-box {
        font-size: 0.85rem;
    }

    .draft-members-grid,
    .draft-exclude-grid {
        grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
        gap: 0.65rem;
    }

    .draft-member-card {
        padding: 0.75rem 0.65rem;
    }

    .draft-vote-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .draft-vote-card .draft-btn-vote {
        width: 100%;
        min-height: 44px;
    }

    .draft-team-card-header h4 {
        font-size: 1rem;
    }

    .draft-teams-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .draft-team-card-header {
        padding: 0.85rem 1rem;
    }

    .draft-team-card-body {
        padding: 0.85rem 1rem;
    }

    .draft-pool {
        padding: 1rem 0.85rem;
    }

    .draft-pool-grid {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .draft-who-voted {
        padding: 1rem 0.85rem;
    }

    .draft-matchup-header {
        padding: 0.75rem 0.9rem;
    }

    .draft-matchup-diff {
        margin-left: 0;
        width: 100%;
        flex-basis: 100%;
    }

    .draft-matchup-body {
        padding: 0.85rem 1rem;
    }

    .draft-nav {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .draft-nav-group,
    .draft-nav-group--end {
        width: auto;
        margin-left: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .draft-nav-group--end {
        margin-left: auto;
    }

    .draft-nav .draft-btn {
        width: auto;
        flex: 0 0 auto;
        justify-content: center;
        min-height: 44px;
    }

    .draft-actions {
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }

    .draft-actions .draft-btn-row {
        flex-direction: column;
        width: 100%;
    }

    .draft-actions .draft-btn-row .draft-btn,
    .draft-actions > .draft-btn {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }

    .draft-actions > .draft-btn {
        align-self: stretch;
    }

    .draft-btn-row--modes .draft-btn {
        flex: 1 1 calc(50% - 0.35rem);
        min-width: 0;
    }

    .draft-move-toggle-card {
        padding: 0.75rem 0.85rem;
    }

    .distribute-modal {
        padding: 1.15rem 1rem;
        border-radius: 14px;
    }

    .distribute-lobby-grid {
        grid-template-columns: 1fr 1fr;
    }

    .distribute-modal .draft-modal-actions {
        flex-direction: column-reverse;
    }

    .distribute-modal .draft-modal-actions .draft-btn {
        width: 100%;
        min-width: 0;
    }

    .draft-phase-box > .draft-btn-primary,
    .draft-phase-box > .draft-btn-danger {
        width: 100%;
        min-height: 48px;
        margin-top: 0.5rem;
    }

    .draft-btn {
        font-size: 0.9rem;
    }

    .draft-btn-sm {
        min-height: 40px;
        padding: 0.45rem 0.9rem;
    }

    .draft-select {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        font-size: 16px;
        box-sizing: border-box;
    }

    .draft-suggestion-row {
        flex-direction: column;
        align-items: stretch;
    }

    .draft-suggestion-swap {
        min-width: 0;
    }

    .draft-transfer-requests-card {
        padding: 1rem 0.85rem;
    }

    .draft-request-item {
        flex-direction: column;
        align-items: stretch;
    }

    .draft-request-info {
        order: 1;
    }

    .draft-request-status {
        order: 2;
        width: 100%;
        margin: 0 0 0.5rem 0;
    }

    .draft-request-actions {
        order: 3;
        width: 100%;
        justify-content: stretch;
    }

    .draft-request-actions .draft-btn {
        flex: 1;
        min-height: 44px;
        justify-content: center;
    }

    .draft-overlay-content {
        margin: 0 0.75rem;
        padding: 1.35rem 1.25rem;
        max-width: calc(100vw - 1.5rem);
        font-size: 1rem;
    }

    .draft-replace-box {
        max-height: min(88vh, 640px);
        margin: env(safe-area-inset-top, 0) 0 env(safe-area-inset-bottom, 0);
    }

    .fivev5-lobi-versus {
        flex-direction: column;
        min-height: 0;
    }

    .fivev5-team-green {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .fivev5-team-red {
        border-left: none;
    }

    .fivev5-versus-badge {
        min-width: 100%;
        padding: 0.45rem 0.75rem;
    }

    .fivev5-team-side {
        padding: 0.85rem 1rem;
    }

    .fivev5-lobi-title {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    }

    .draft-player-name {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

@media (max-width: 380px) {
    .draft-members-grid,
    .draft-exclude-grid {
        grid-template-columns: 1fr;
    }

    .draft-title {
        font-size: 1.35rem !important;
    }
}

/* ========== 5v5 TAKIM RENK GRUPLARI ========== */

.fivev5-color-palette {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.fivev5-color-palette-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    margin-right: 0.25rem;
}

.fivev5-color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    background: var(--swatch-color, #666);
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
    flex-shrink: 0;
}

.fivev5-color-swatch:hover {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.6);
}

.fivev5-color-swatch-active {
    transform: scale(1.15);
    border-color: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35), 0 0 12px var(--swatch-color, #fff);
}

.fivev5-color-clear {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fivev5-color-active-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 0.25rem;
}

.fivev5-color-member {
    position: relative;
    text-align: left;
    cursor: pointer;
}

.fivev5-color-member.fivev5-member-has-color {
    border: 2px solid var(--fivev5-team-color, transparent);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 20px color-mix(in srgb, var(--fivev5-team-color) 15%, transparent);
}

.fivev5-color-member.fivev5-member-has-color::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--fivev5-team-color);
    border: 2px solid rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

button.fivev5-color-member {
    width: 100%;
    background: inherit;
    font: inherit;
    color: inherit;
}

/* ---------- Odalara dağıt seçim modal ---------- */

.distribute-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
}

.distribute-modal {
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    overflow-y: auto;
    background: rgba(28, 30, 45, 0.98);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
    padding: 1.35rem 1.5rem;
}

.distribute-modal-header {
    margin-bottom: 1rem;
}

.distribute-modal .draft-modal-title {
    margin: 0 0 0.35rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.96);
}

.distribute-modal-desc {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.55);
}

.distribute-section {
    margin: 1.1rem 0 0;
}

.distribute-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.distribute-section-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.distribute-lobby-counter {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.18);
    color: #a5b4fc;
    border: 1px solid rgba(79, 70, 229, 0.35);
    white-space: nowrap;
}

.distribute-lobby-counter.is-complete {
    background: rgba(16, 185, 129, 0.18);
    color: #6ee7b7;
    border-color: rgba(16, 185, 129, 0.35);
}

.distribute-source-grid {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.distribute-lobby-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.55rem;
}

.distribute-source-card,
.distribute-lobby-card {
    display: block;
    cursor: pointer;
    user-select: none;
}

.distribute-option-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.distribute-option-surface {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 0.95rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.distribute-lobby-surface {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    min-height: 4.5rem;
    justify-content: center;
}

.distribute-source-card:hover .distribute-option-surface,
.distribute-lobby-card:hover .distribute-option-surface {
    border-color: rgba(79, 70, 229, 0.35);
    background: rgba(255, 255, 255, 0.06);
}

.distribute-option-input:focus-visible + .distribute-option-surface {
    outline: 2px solid rgba(79, 70, 229, 0.55);
    outline-offset: 2px;
}

.distribute-option-input:checked + .distribute-option-surface {
    border-color: rgba(79, 70, 229, 0.55);
    background: rgba(79, 70, 229, 0.12);
    box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.distribute-option-input:disabled + .distribute-option-surface {
    opacity: 0.42;
    cursor: not-allowed;
}

.distribute-option-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(79, 70, 229, 0.2);
    color: #a5b4fc;
    font-size: 1.1rem;
}

.distribute-option-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.distribute-option-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.3;
    word-break: break-word;
}

.distribute-option-desc {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.35;
}

.distribute-option-indicator {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.distribute-option-input:checked + .distribute-option-surface .distribute-option-indicator {
    border-color: #818cf8;
    background: radial-gradient(circle at center, #818cf8 0%, #818cf8 38%, transparent 42%);
    box-shadow: 0 0 10px rgba(129, 140, 248, 0.45);
}

.distribute-lobby-badge {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.distribute-option-input:checked + .distribute-lobby-surface .distribute-lobby-badge {
    background: rgba(79, 70, 229, 0.25);
    color: #c7d2fe;
    border-color: rgba(129, 140, 248, 0.35);
}

.distribute-modal .draft-modal-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.distribute-modal .draft-modal-actions .draft-btn {
    min-width: 6.5rem;
}

