#rifa-pix-app {
    max-width: 700px;
    margin: 0 auto;
}

.rifa-pix-busca {
    margin-bottom: 12px;
}

.rifa-pix-busca input {
    width: 100%;
    max-width: 260px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 15px;
    box-sizing: border-box;
}

.rifa-pix-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 6px;
    margin-bottom: 20px;
}

.rifa-pix-carrossel-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.rifa-pix-nav-btn {
    background: #1976d2;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
}

.rifa-pix-nav-btn:disabled {
    background: #cfd8dc;
    cursor: not-allowed;
}

.rifa-pix-carrossel-legenda {
    font-size: 13px;
    color: #546e7a;
    text-align: center;
    flex: 1 1 auto;
}

.rifa-pix-carrossel-dica {
    font-size: 13px;
    color: #ef6c00;
    background: #fff3e0;
    border-radius: 8px;
    padding: 8px 12px;
    margin: 0 0 12px;
    text-align: center;
}

.rifa-pix-carrossel-corpo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rifa-pix-carrossel-corpo .rifa-pix-grid {
    flex: 1 1 auto;
    margin-bottom: 0;
}

.rifa-pix-seta {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #1976d2;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.rifa-pix-seta:hover:not(:disabled) {
    background: #125a9c;
}

.rifa-pix-seta:disabled {
    background: #cfd8dc;
    cursor: not-allowed;
    box-shadow: none;
}

.rifa-pix-pontos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 14px 0 18px;
}

.rifa-pix-ponto {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cfd8dc;
    cursor: pointer;
    display: inline-block;
}

.rifa-pix-ponto-ativo {
    background: #1976d2;
}

.rifa-pix-numero {
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f7f7f7;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

.rifa-pix-disponivel {
    background: #e8f5e9;
    border-color: #66bb6a;
    color: #2e7d32;
}

.rifa-pix-reservado {
    background: #fff3e0;
    border-color: #ffb74d;
    color: #e65100;
    cursor: not-allowed;
    opacity: 0.7;
}

.rifa-pix-vendido {
    background: #ffebee;
    border-color: #ef5350;
    color: #c62828;
    cursor: not-allowed;
    opacity: 0.6;
}

.rifa-pix-selecionado {
    background: #1976d2 !important;
    border-color: #1976d2 !important;
    color: #fff !important;
}

.rifa-pix-form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    box-sizing: border-box;
}

.rifa-pix-btn-enviar {
    background: #1976d2;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.rifa-pix-chave {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 4px;
    font-family: monospace;
    word-break: break-all;
}
