@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap";
:root{--brand-purple:#3a1b4e;--brand-pink:#ffc4d4;--brand-green:#5cd494;--bg-light:#e5dacf;--text-dark:#1a1a1a;--text-muted:#666;--input-border:#e2e8f0}.login-container{background:var(--bg-light);-webkit-font-smoothing:antialiased;height:100dvh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;overflow:hidden}.login-left-panel{background:var(--brand-purple);color:#fff;flex-direction:column;flex:1.2;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.brand-section{z-index:20;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;margin-bottom:60px;padding:0 64px;display:flex}.brand-logo{pointer-events:auto;justify-content:center;align-items:center;display:flex}.hero-new{pointer-events:auto;flex-direction:column;align-items:center;gap:24px;max-width:480px;display:flex}.hero-title-new{color:#fff;letter-spacing:-.01em;text-align:center;margin:0;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:500;line-height:1.25}.logo-icon{background:0 0;justify-content:center;align-items:center;width:clamp(120px,15vw,190px);height:auto;display:flex}.logo-icon img{object-fit:contain;width:100%;height:auto}.illustration-space{z-index:10;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.illustration-img{object-fit:contain;filter:drop-shadow(0 20px 40px #0003);width:100%;max-width:clamp(320px,45vw,600px);height:auto}.login-right-panel{background:var(--bg-light);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:64px;display:flex;position:relative}.register-link{text-align:center;color:var(--text-muted);margin-top:16px;font-size:.95rem;font-weight:500}.register-link a{color:var(--brand-purple);font-weight:700;text-decoration:none;transition:color .2s}.register-link a:hover{color:#4c2666;text-decoration:underline}.form-container{width:100%;max-width:380px}.form-header{margin-bottom:40px}.form-title{color:var(--text-dark);margin-bottom:8px;font-size:2rem;font-weight:800}.form-subtitle{color:var(--text-muted);font-size:.95rem}.login-form-content{flex-direction:column;gap:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--brand-purple);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.form-group input{background:#fffc;border:1px solid #3a1b4e1a;border-radius:14px;padding:16px 18px;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1)}.form-group input:focus{border-color:var(--brand-purple);background:#fff;outline:none;transform:translateY(-1px);box-shadow:0 10px 25px -5px #3a1b4e14}.login-submit-btn{background:var(--brand-purple);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:8px;padding:16px;font-size:1rem;font-weight:700;transition:all .3s}.login-submit-btn:hover{background:#4c2666;transform:translateY(-1px);box-shadow:0 4px 12px #3a1b4e33}.auth-error{color:#c53030;text-align:center;background:#fff5f5;border-radius:8px;padding:12px;font-size:.85rem;font-weight:600}@media (max-width:1024px){.brand-section{padding:48px 48px 0}.hero-title-new{font-size:2rem}}@media (max-width:768px){.login-container{background:var(--brand-purple);flex-direction:column;height:auto;min-height:100vh;overflow-y:auto}.login-left-panel{background:0 0;flex:none;padding:48px 24px 0;display:flex}.brand-section{text-align:center;align-items:center;gap:0;padding:0}.hero-new,.hero-title-new,.illustration-space{display:none}.login-right-panel{background:0 0;flex:1;justify-content:center;align-items:flex-start;padding:32px 24px 64px;display:flex}.form-container{box-shadow:none;background:0 0;border-radius:0;width:100%;max-width:100%;padding:0}.form-title{color:#fff}.form-subtitle{color:#ffffffb3}.form-group label{color:#fff9;letter-spacing:1px;font-size:.75rem}.form-group input{color:#fff;background:#ffffff0d;border:1px solid #ffffff26}.form-group input:focus{border-color:var(--brand-pink);background:#ffffff1a}.login-submit-btn{background:var(--brand-pink);color:var(--brand-purple)}.login-submit-btn:hover{background:#ffb3c6;box-shadow:0 4px 12px #ffc4d44d}.register-link{color:#ffffffb3}.register-link a{color:var(--brand-pink)}.register-link a:hover{color:#ffb3c6}}@media (max-height:900px) and (min-width:769px){.login-left-panel{justify-content:flex-start}.brand-section{gap:3vh;margin-bottom:20px;padding:5vh 40px 0}.hero-title-new{font-size:2.3rem}.logo-icon{width:140px}}@media (max-height:750px) and (min-width:769px){.brand-section{gap:2vh;padding:3vh 30px 0}.hero-title-new{font-size:1.8rem}.logo-icon{width:110px}.illustration-img{max-width:400px}}@media (max-height:600px) and (min-width:769px){.brand-section{gap:1vh;padding:2vh 20px 0}.hero-title-new{font-size:1.5rem}.illustration-img{max-width:320px}}
