/* Gerador de Sensibilidade FF — style.css */

#sensi-ff-container {
    background: #0d0d0d;
    border: 1px solid #00ff88;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: 20px auto;
    color: #efefef;
    font-family: sans-serif;
}

.sensi-titulo {
    color: #00ff88;
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.sensi-desc {
    font-size: 0.9rem;
    text-align: center;
    color: #bbb;
    margin-bottom: 20px;
}

.sensi-campo-grupo { margin-bottom: 20px; }

.sensi-campo-grupo label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

#sensi-estilo {
    width: 100%;
    padding: 12px;
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
}

#sensi-botao-gerar {
    background: #00ff88;
    color: #000;
    border: none;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    transition: background 0.2s;
}
#sensi-botao-gerar:hover { background: #00dd77; }

#sensi-painel {
    margin-top: 20px;
    background: #151515;
    padding: 15px;
    border-radius: 4px;
}

.sensi-linha {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #222;
    font-size: 0.95rem;
}
.sensi-linha strong {
    color: #00ff88;
    font-size: 1.1rem;
}

.sensi-nota {
    font-size: 0.8rem;
    color: #777;
    margin-top: 15px;
    text-align: center;
    font-style: italic;
}
