@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap";:root{font-family:Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--azul: #141a29;--azul-oscuro: #050b1a}.app{min-height:100vh;background:#000 url(/background.jpg) center center / cover no-repeat fixed;color:#fff;font-family:Roboto,sans-serif;position:relative;display:flex;flex-direction:column}.app>*{position:relative;z-index:1}.header{text-align:center;padding:4rem 1rem 3rem;background:linear-gradient(135deg,var(--azul-oscuro) 0%,var(--azul) 100%);border-bottom:4px solid var(--azul);position:relative;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(180deg,#ffffff0d,#0000);pointer-events:none}.header-content{position:relative;z-index:1}.photo-container{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;margin-bottom:2rem}.sidebar-photo{width:100%;max-width:300px;height:auto;border-radius:8px;object-fit:cover;border:3px solid rgba(20,26,41,.5);box-shadow:0 8px 24px #0009;transition:transform .3s ease}.sidebar-photo:hover{transform:scale(1.02)}.header h1{font-size:4rem;margin-bottom:.5rem;color:#fff;text-shadow:3px 3px 6px rgba(0,0,0,.8),0 0 30px rgba(255,255,255,.1);letter-spacing:.3rem;font-weight:900;text-transform:uppercase}.header h2{font-size:3rem;margin-bottom:1rem;color:var(--azul);text-shadow:2px 2px 4px rgba(0,0,0,.8);font-weight:900;letter-spacing:.3rem;text-transform:uppercase}.subtitle{font-size:1.5rem;color:#fff;margin-bottom:.5rem;letter-spacing:.2rem;font-weight:700;text-transform:uppercase}.dates{font-size:1.1rem;color:#ccc;font-style:italic;margin-top:.5rem;font-weight:300}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:grid;grid-template-columns:1fr 2fr;gap:2rem;flex:1}@media(max-width:768px){.container{grid-template-columns:1fr}.header{position:relative;overflow:hidden;background-image:url(/robe.webp);background-size:cover;background-position:center}.header:before{background:linear-gradient(180deg,#141a29cc,#050b1ab3);z-index:1}.photo-container{display:none}.header-content{position:relative;z-index:2}.header h1{font-size:2.5rem;letter-spacing:.2rem}.header h2{font-size:1.8rem}.subtitle{font-size:1.2rem}}.form-section h3,.messages-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#fff;border-bottom:3px solid var(--azul);padding-bottom:.5rem;text-transform:uppercase;letter-spacing:.1rem;font-weight:900}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;background:#1a1a1a;border:2px solid #333333;border-radius:4px;color:#fff;font-size:1rem;font-family:Arial,sans-serif;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--azul);background:#222;box-shadow:0 0 10px #141a294d}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{width:100%;padding:1rem;background:var(--azul);color:#fff;border:2px solid var(--azul);border-radius:4px;font-size:1rem;font-weight:900;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:2px}.submit-btn:hover{background:#1a2438;border-color:#1a2438;box-shadow:0 0 20px #141a2999;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0);background:var(--azul-oscuro)}.messages-list{display:flex;flex-direction:column;gap:1rem}.message-card{background:#0a0a0a;border:2px solid #1a1a1a;border-left:4px solid var(--azul);border-radius:4px;padding:1.25rem;transition:all .3s ease;box-shadow:0 2px 8px #00000080}.message-card:hover{background:#111;border-left-color:#1a2438;transform:translateY(-2px);box-shadow:0 4px 16px #141a294d}.message-header{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #333333}.message-header strong{color:#fff;font-size:1.1rem;font-weight:900;text-transform:uppercase;letter-spacing:.05rem}.message-date{color:#999;font-size:.875rem}.message-text{color:#e0e0e0;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.no-messages{text-align:center;color:#999;padding:3rem 1rem;font-style:italic}.footer{text-align:center;padding:2rem 1rem;background:#000;border-top:3px solid var(--azul);margin-top:auto}.footer-quote{color:#fff;font-style:italic;font-size:1.2rem;margin-bottom:1rem;font-weight:300;line-height:1.6}.footer-text{color:#888;font-size:.95rem}.notification{padding:1rem;margin-bottom:1.5rem;background:#141a29cc;border:2px solid var(--azul);border-radius:4px;color:#fff;text-align:center;font-weight:500}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:1rem;background:#0a0a0a;border:2px solid #1a1a1a;border-radius:4px;gap:1rem}.pagination-btn{padding:.75rem 1.5rem;background:var(--azul);color:#fff;border:2px solid var(--azul);border-radius:4px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.pagination-btn:hover:not(:disabled){background:#1a2438;border-color:#1a2438;transform:translateY(-2px);box-shadow:0 4px 12px #141a2966}.pagination-btn:disabled{background:#1a1a1a;border-color:#333;color:#666;cursor:not-allowed;transform:none}.pagination-info{color:#fff;font-size:.95rem;font-weight:500;text-align:center;min-width:150px}@media(max-width:768px){.pagination{flex-direction:column;gap:.75rem}.pagination-btn{width:100%}}
