*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:linear-gradient(135deg,#0b0f14 0%,#1a2332 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;color:#e6edf3;padding:20px}.login-container{background:#11161d;border:1px solid #2a3544;border-radius:16px;padding:48px 40px;width:100%;max-width:420px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.login-header{text-align:center;margin-bottom:36px}.login-header h1{font-size:28px;font-weight:700;margin-bottom:8px;color:#f5a623}.login-header p{color:#6b7886;font-size:14px}.login-footer{text-align:center;margin-top:24px;color:#6b7886;font-size:12px}.register-container{background:#11161d;border:1px solid #2a3544;border-radius:16px;padding:48px 40px;width:100%;max-width:450px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.register-header{text-align:center;margin-bottom:36px}.register-header h1{font-size:28px;font-weight:700;margin-bottom:8px;color:#f5a623}.register-header p{color:#6b7886;font-size:14px}.register-footer{text-align:center;margin-top:24px;color:#6b7886;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;font-size:14px;color:#cbd5e1}.form-group input{width:100%;padding:12px 14px;border:1px solid #1b2430;border-radius:10px;background:#0d1218;color:#e6edf3;font-size:14px;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#f5a623;box-shadow:0 0 0 3px rgba(245,166,35,.1)}.error-message{background:rgba(132,32,41,.15);border:1px solid #5f1f28;color:#ffd9de;padding:12px 14px;border-radius:8px;margin-bottom:20px;font-size:14px}.success-message{background:rgba(15,81,50,.15);border:1px solid #0f5132;color:#b6f3d1;padding:12px 14px;border-radius:8px;margin-bottom:20px;font-size:14px}.btn-login,.btn-register{width:100%;padding:12px 16px;background:#f5a623;color:#111;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-login:hover,.btn-register:hover{background:#e6950e;transform:translateY(-2px);box-shadow:0 8px 16px rgba(245,166,35,.3)}.btn-login:active,.btn-register:active{transform:translateY(0)}.login-link{color:#f5a623;text-decoration:none;font-weight:600;transition:all .3s ease}.login-link:hover{text-decoration:underline}