.auth-container{display:flex;min-height:100vh;font-family:'Segoe UI',sans-serif}.auth-left,.auth-right{flex:1;padding:4rem}.auth-left{background-color:#f2f8ff;display:flex;flex-direction:column;justify-content:center;color:#003b73}.auth-left h1{font-size:2.5rem;margin-bottom:1rem}.auth-left p{font-size:1.2rem;color:#4b4b4b}.auth-right{display:flex;flex-direction:column;justify-content:center;background-color:#fff}.auth-form{max-width:400px;width:100%;margin:auto}.auth-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.auth-form input{width:100%;padding:.75rem;margin-bottom:1.5rem;border:1px solid #ccc;border-radius:5px}.btn-login{width:100%;background-color:#003b73;color:#fff;border:none;padding:.8rem;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color .3s}.btn-login:hover{background-color:#002c5e}.btn-google{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.7rem;border:1px solid #ccc;border-radius:5px;background-color:#fff;text-decoration:none;color:#333;font-weight:500}.google-logo{width:20px;height:20px}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.95rem}.auth-footer a{color:#007aff;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-error,.auth-success{padding:1rem;margin-bottom:1rem;border-radius:5px;font-size:.95rem}.auth-error{background-color:#f8d7da;color:#721c24}.auth-success{background-color:#d4edda;color:#155724}@media (max-width:768px){.auth-container{flex-direction:column}.auth-left,.auth-right{padding:1rem}.auth-left h1{font-size:1.2rem;margin-top:.2rem}.auth-form input{width:96%;margin-bottom:.3rem}.auth-left p{font-size:.8rem;margin-bottom:0;margin-top:0}}:root{--rc-primary:#a61d37;--rc-dark:#7f162b;--rc-light:#fff0f2;--rc-gradient:linear-gradient(135deg, #8a1025, #a61d37);--rc-text:#2a2a2a;--rc-border:rgba(166, 29, 55, 0.14)}*{margin:0;padding:0;box-sizing:border-box;font-family:"Segoe UI",sans-serif}body{min-height:100vh;background:linear-gradient(135deg,#fff5f6,#ffe9ec);display:flex;align-items:center;justify-content:center;padding:24px}.auth-container{width:980px;max-width:100%;background:#fff;border-radius:20px;overflow:hidden;display:flex;box-shadow:0 20px 50px rgba(166,29,55,.15)}.auth-left{flex:1;background:var(--rc-gradient);color:#fff;padding:56px 42px;display:flex;flex-direction:column;justify-content:center}.auth-left h1{color:#fff;font-size:2.2rem;line-height:1.2;margin-bottom:16px;font-weight:800}.auth-left p{color:rgba(255,255,255,.92);font-size:1.05rem;line-height:1.8;max-width:420px}.auth-right{flex:1;padding:42px 38px;background:#fff}.auth-error,.auth-success{padding:12px 14px;border-radius:10px;margin-bottom:16px;font-size:.95rem}.auth-error{background:#ffe5e8;color:var(--rc-primary);border:1px solid rgba(166,29,55,.16)}.auth-success{background:#fdf1f3;color:var(--rc-dark);border:1px solid rgba(166,29,55,.16)}.auth-form{width:100%}.auth-form label{display:block;font-size:.95rem;font-weight:700;color:var(--rc-dark);margin-bottom:8px}.auth-form input{width:100%;padding:13px 14px;border:1px solid #ddd;border-radius:10px;margin-bottom:16px;font-size:.96rem;color:var(--rc-text);background:#fff;transition:all .25s ease}.auth-form input::placeholder{color:#999}.auth-form input:focus{outline:0;border-color:var(--rc-primary);box-shadow:0 0 0 3px rgba(166,29,55,.1)}.btn-login{width:100%;padding:13px 16px;border:none;border-radius:12px;background:var(--rc-gradient);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:4px}.btn-login:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(166,29,55,.18)}.btn-google{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;padding:13px 16px;border:1px solid var(--rc-border);border-radius:12px;background:#fff;color:#333;text-decoration:none;font-weight:600;transition:all .2s ease}.btn-google:hover{background:var(--rc-light);border-color:rgba(166,29,55,.22)}.google-logo{width:18px;height:18px;object-fit:contain}.auth-footer{margin-top:18px;text-align:center;font-size:.95rem;color:#555}.auth-footer a{color:var(--rc-primary);font-weight:700;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width:768px){body{padding:14px;align-items:flex-start}.auth-container{flex-direction:column;border-radius:16px}.auth-left{padding:34px 24px}.auth-left h1{font-size:1.8rem}.auth-left p{font-size:.98rem;line-height:1.7}.auth-right{padding:24px 20px}.auth-form input,.btn-google,.btn-login{padding:12px 14px}}@media (max-width:480px){.auth-left{padding:28px 20px}.auth-left h1{font-size:1.6rem}.auth-right{padding:20px 16px}}