*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;display:flex;justify-content:center;align-items:center;color:#eee}.login-container,.register-container{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:1rem;width:100%;max-width:400px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.2)}h1{text-align:center;margin-bottom:1.5rem;font-size:1.8rem}form div{margin-bottom:1rem}label{display:block;margin-bottom:.3rem;font-weight:500}input{width:100%;padding:.8rem;border-radius:.5rem;border:none;background:#fff3;color:#fff;font-size:1rem}input:focus{outline:none;background:#ffffff4d}button{width:100%;padding:.8rem;background:#e94560;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s}button:hover{background:#ff6b6b}button:disabled{background:#888;cursor:not-allowed}.error-message{background:#f003;border-left:4px solid #ff4444;padding:.5rem;margin-bottom:1rem;border-radius:.3rem;font-size:.9rem}p{text-align:center;margin-top:1rem}a{color:#e94560;text-decoration:none}a:hover{text-decoration:underline}
