body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #000;
    color: white;
}

.container {
    max-width: 420px;
    margin: auto;
    padding: 20px 16px 30px;
}

.logo {
    width: 60%;
    max-width: 220px;
    height: auto;
    margin: 10px auto 20px;
    display: block;
}

h2 {
    font-size: 20px;
    margin-bottom: 8px;
}

p {
    font-size: 14px;
    color: #aaa;
}

/* Inputs */
input {
    width: 100%;
    padding: 16px;
    margin: 10px 0;
    border-radius: 12px;
    border: none;
    background: #111;
    color: white;
    font-size: 16px;
}

/* Botões */
button {
    width: 100%;
    padding: 16px;
    background: #ED7E2C;
    border: none;
    border-radius: 999px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

/* Botão secundário */
button {
    width: 100%;
    padding: 16px;
    background: #ED7E2C;
    border: none;
    border-radius: 999px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

/* efeito clique */
button:active {
    transform: scale(0.97);
}

/* Card */
.card {
    background: #111;
    padding: 16px;
    border-radius: 14px;
    margin-top: 16px;
}

/* Espaçamento bottom */
.spacer {
    height: 20px;
}
body {
    -webkit-tap-highlight-color: transparent;
}

/* botão fixo inferior (app style) */
.bottom-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: #000;
    border-top: 1px solid #222;
}

.bottom-button button {
    width: 100%;
}

/* animação leve */
button:active {
    transform: scale(0.97);
}
