/* ===== ABAS DE LOG (Subir Log, Converter Print, Converter Log) ===== */

.subir-log-desc {
    padding: 16px 24px 8px;
    color: var(--text-gray);
    font-size: 13px;
}

.subir-log-drop {
    margin: 16px 24px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(212,160,23,0.04), rgba(212,160,23,0.01));
    border: 2px dashed rgba(212,160,23,0.3);
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}
.subir-log-drop:hover {
    border-color: #d4a017;
    background: linear-gradient(135deg, rgba(212,160,23,0.08), rgba(212,160,23,0.02));
}
.subir-log-drop.dragover {
    border-color: #f5c518;
    background: linear-gradient(135deg, rgba(245,197,24,0.12), rgba(245,197,24,0.04));
}

.subir-log-icon {
    margin-bottom: 12px;
    opacity: 0.6;
}
.subir-log-texto {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.subir-log-sub {
    font-size: 11px;
    color: var(--text-gray);
}

.preview-lista {
    padding: 0 24px;
}
.preview-lista-item {
    background: #0d0d14;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 12px;
    color: #ccc;
    margin-bottom: 8px;
}

.btn-processar-imagens {
    display: block;
    margin: 16px 24px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #b8860b, #f5c518);
    color: #000;
    border: none;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    width: calc(100% - 48px);
}
.btn-processar-imagens:hover { opacity: 0.9; }

.ocr-loading {
    margin: 16px 24px;
    padding: 16px;
    background: #0d0d14;
    border: 1px solid var(--border);
    border-radius: 8px;
}
.ocr-loading-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 12px;
}
.ocr-spinner {
    width: 20px; height: 20px;
    border: 2px solid rgba(212,160,23,0.2);
    border-top-color: #d4a017;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.ocr-barra-bg {
    height: 4px;
    background: #1a1a2a;
    border-radius: 2px;
    overflow: hidden;
}
.ocr-barra-fill {
    height: 100%;
    background: linear-gradient(90deg, #d4a017, #f5c518);
    width: 0;
    transition: width 0.3s;
}

.btn-confirmar-queda {
    display: block;
    margin: 16px 24px;
    padding: 14px 24px;
    background: #10b981;
    color: #000;
    border: none;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    width: calc(100% - 48px);
}

.resultado-painel {
    padding: 16px 24px;
}

.conversor-log-area {
    padding: 16px;
}
.conversor-log-status {
    margin-top: 12px;
    padding: 12px;
    background: #0d0d14;
    border-radius: 8px;
    font-size: 11px;
    color: #ccc;
    font-family: monospace;
    white-space: pre-wrap;
}


/* ============================================================
   "Jogadores Nao Cadastrados" - lista de cadastro rapido
   ============================================================ */
.naocad-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 8px;
    margin-bottom: 6px;
    transition: all 0.18s ease;
}
.naocad-row:hover {
    border-color: rgba(212,160,23,0.25);
    background: rgba(212,160,23,0.04);
}
.naocad-row:last-child { margin-bottom: 0; }

.naocad-avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}
.naocad-avatar img {
    width: 14px;
    height: 14px;
    opacity: 0.65;
    filter: invert(0.7);
    object-fit: contain;
    display: block;
}

.naocad-info {
    flex: 1;
    min-width: 0;
}
.naocad-nick {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.naocad-kills {
    font-size: 11px;
    color: var(--text-gray, #9ca3af);
    margin-top: 2px;
}

.naocad-btn-sugestao {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #fff;
    border: none;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.18s;
    flex-shrink: 0;
    white-space: nowrap;
}
.naocad-btn-sugestao:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16,185,129,0.35);
    filter: brightness(1.05);
}

.naocad-select-equipe {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #d1d5db;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
    min-width: 150px;
    max-width: 200px;
    outline: none;
    transition: all 0.18s;
}
.naocad-select-equipe:hover {
    border-color: rgba(212,160,23,0.4);
    background: rgba(212,160,23,0.06);
    color: #fff;
}
.naocad-select-equipe:focus {
    border-color: var(--primary, #d4a017);
    background: rgba(212,160,23,0.08);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(212,160,23,0.15);
}
.naocad-select-equipe option {
    background: #0d0d14;
    color: #fff;
    padding: 8px;
}

/* Mobile - empilha controles */
@media (max-width: 768px) {
    .naocad-row {
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px;
    }
    .naocad-info {
        flex: 1 1 calc(100% - 44px);
        min-width: 0;
    }
    .naocad-btn-sugestao,
    .naocad-select-equipe {
        flex: 1 1 100%;
        min-width: 0;
        max-width: 100%;
    }
}
