@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;500&display=swap');

.nea-wrap {
    background: #0A0A0A;
    color: #F5F5F5;
    font-family: 'Inter', sans-serif;
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}

/* AVISOS */
.nea-aviso {
    padding: 1rem 1.25rem;
    font-size: 14px;
    line-height: 1.5;
}
.nea-aviso-ok { background: #0a1a0a; color: #5cb85c; border-left: 3px solid #5cb85c; }
.nea-aviso-error { background: #1a0a0a; color: #C41E1E; border-left: 3px solid #C41E1E; }

/* HERO */
.nea-hero { padding: 2.5rem 1.5rem 1.5rem; }
.nea-tag {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #C41E1E;
    margin: 0 0 0.75rem;
}
.nea-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 1rem;
    color: #F5F5F5;
}
.nea-linea-roja {
    height: 2px;
    background: #C41E1E;
    width: 48px;
    margin: 0 0 1rem;
}
.nea-sub {
    font-size: 14px;
    color: #666;
    margin: 0;
    letter-spacing: 0.04em;
}

/* INTRO */
.nea-intro {
    padding: 0 1.5rem 1.5rem;
    font-size: 15px;
    color: #C0C0C0;
    line-height: 1.75;
}
.nea-intro p { margin: 0 0 1rem; }
.nea-intro strong { color: #F5F5F5; font-weight: 500; }

/* FORMULARIO */
.nea-form-wrap {
    background: #141414;
    padding: 1.5rem;
    border-top: 1px solid #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
}
.nea-form-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #F5F5F5;
    margin: 0 0 1.25rem;
}
.nea-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #666;
    margin: 0 0 6px;
}
.nea-input,
.nea-textarea {
    width: 100%;
    background: #0A0A0A;
    border: 1px solid #2A2A2A;
    color: #F5F5F5;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    padding: 12px 14px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
    transition: border-color 0.2s;
    -webkit-appearance: none;
}
.nea-input:focus,
.nea-textarea:focus {
    outline: none;
    border-color: #C41E1E;
}
.nea-textarea {
    min-height: 160px;
    resize: vertical;
    line-height: 1.6;
}
.nea-toggle {
    display: flex;
    gap: 8px;
    margin-bottom: 1.25rem;
}
.nea-toggle-btn {
    flex: 1;
    padding: 10px;
    background: #0A0A0A;
    border: 1px solid #2A2A2A;
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
}
.nea-toggle-btn.active {
    border-color: #C41E1E;
    color: #C41E1E;
    background: #1a0505;
}
.nea-btn {
    width: 100%;
    background: #C41E1E;
    color: #F5F5F5;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: background 0.2s;
}
.nea-btn:hover { background: #a01818; }
.nea-btn:active { background: #881414; }
.nea-note {
    font-size: 12px;
    color: #444;
    text-align: center;
    margin: 12px 0 0;
    line-height: 1.5;
}

/* PROGRESO */
.nea-progress { padding: 1.5rem; }
.nea-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #555;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.nea-count-rojo { color: #C41E1E; }
.nea-bar-bg {
    background: #1E1E1E;
    height: 2px;
    border-radius: 1px;
}
.nea-bar-fill {
    background: #C41E1E;
    height: 2px;
    border-radius: 1px;
    transition: width 0.5s ease;
    min-width: 2px;
}
.nea-progress-nota {
    font-size: 11px;
    color: #444;
    margin: 8px 0 0;
}

/* HISTORIAS */
.nea-historias { padding: 0 1.5rem 1.5rem; }
.nea-card {
    background: #111;
    border-left: 2px solid #C41E1E;
    padding: 1rem 1rem 1rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0 3px 3px 0;
}
.nea-card-texto {
    font-size: 15px;
    color: #C0C0C0;
    line-height: 1.7;
    margin: 0 0 0.5rem;
    font-style: italic;
}
.nea-card-autor {
    font-size: 12px;
    color: #444;
    letter-spacing: 0.06em;
    margin: 0;
}
.nea-vacio {
    font-size: 14px;
    color: #444;
    font-style: italic;
    padding: 1rem 0;
}

/* CONEXIÓN CON EL LIBRO */
.nea-libro-wrap {
    background: #0f0303;
    border-top: 1px solid #2A0808;
    padding: 1.5rem;
}
.nea-libro-tag {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C41E1E;
    margin: 0 0 0.75rem;
}
.nea-libro-texto {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
    margin: 0 0 1.25rem;
}
.nea-libro-texto strong { color: #C0C0C0; font-weight: 500; }
.nea-libro-texto em { font-style: normal; color: #F5F5F5; }
.nea-libro-btn {
    display: inline-block;
    border: 1px solid #C41E1E;
    color: #C41E1E;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: all 0.2s;
}
.nea-libro-btn:hover {
    background: #C41E1E;
    color: #F5F5F5;
}

/* MÓVIL */
@media (max-width: 600px) {
    .nea-title { font-size: 2rem; }
    .nea-hero { padding: 2rem 1.25rem 1.25rem; }
    .nea-intro { padding: 0 1.25rem 1.25rem; }
    .nea-form-wrap { padding: 1.25rem; }
    .nea-historias { padding: 0 1.25rem 1.25rem; }
    .nea-progress { padding: 1.25rem; }
    .nea-libro-wrap { padding: 1.25rem; }
}
