.lock-header font-size: 2rem; color: #3e2a1f; margin-bottom: 0.5rem;
.btn-nuevo-dia:hover background: #3f7557;
<script> (function(){ // ---------- CONFIGURACIÓN DE CONTRASEÑA ---------- // Cambia esta clave por la que tú quieras (mínimo 4 caracteres) const CORRECT_PASSWORD = "misueños2025"; // <-- CAMBIA AQUÍ TU CONTRASEÑA
const CORRECT_PASSWORD = "misueños2025"; Replace "misueños2025" with your own secret password. ⚠️ This diary stores data in your browser’s localStorage . If you clear your browser data or use private/incognito mode , your entries will be lost. For real security, do not share your PC without locking the browser tab.
.error-msg color: #c23b22; background: #ffe6e2; padding: 8px; border-radius: 40px; margin-top: 12px; font-size: 0.85rem; display: inline-block;