@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");:root{--mint:#a9f4d7;--sand:#ededdf;--charcoal:#5d6261;--dark-blue:#2a3652;--pastel-green:#a9d6b9;--white:#ffffff;--font-heading:"DM Sans",sans-serif;--font-body:"Inter",sans-serif}.husu-login *,.husu-login :after,.husu-login :before{box-sizing:border-box}.husu-login{font-family:var(--font-body);min-height:100vh;justify-content:center;background-color:var(--dark-blue);color:var(--charcoal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.hl-login-centered,.husu-login{display:flex;align-items:center}.hl-login-centered{flex-direction:column;width:100%;max-width:480px;padding:2.5rem 2rem;position:relative;z-index:1}.husu-login:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at 20% 10%,rgba(169,244,215,.08) 0,transparent 55%),radial-gradient(ellipse at 80% 80%,rgba(169,214,185,.06) 0,transparent 60%);pointer-events:none;z-index:0}.hl-login-left{display:none;width:50%;background:linear-gradient(160deg,var(--dark-blue) 0,#1e2942 100%);padding:3rem;position:relative;overflow:hidden;flex-direction:column;justify-content:space-between}@media (min-width:1024px){.hl-login-left{display:flex}}.hl-login-left:before{top:-20%;right:-20%;width:60%;height:60%;background:radial-gradient(ellipse,rgba(169,244,215,.08) 0,transparent 70%)}.hl-login-left:after,.hl-login-left:before{content:"";position:absolute;pointer-events:none}.hl-login-left:after{bottom:-10%;left:-10%;width:50%;height:50%;background:radial-gradient(ellipse,rgba(169,214,185,.06) 0,transparent 70%)}.hl-login-logo{display:flex;align-items:baseline;gap:1px;text-decoration:none;margin-bottom:3rem;position:relative;z-index:1}.hl-login-logo .hu{color:var(--white)}.hl-login-logo .hu,.hl-login-logo .su{font-family:var(--font-heading);font-weight:700;font-size:1.75rem;letter-spacing:.5px}.hl-login-logo .su{color:var(--mint)}.hl-login-headline{position:relative;z-index:1;margin-bottom:2.5rem}.hl-login-headline h1{font-family:var(--font-heading);font-weight:700;font-size:3.25rem;line-height:1.05;color:var(--white);text-transform:uppercase;letter-spacing:1px;margin:0 0 1.25rem}.hl-login-headline h1 .hl-mint{color:var(--mint)}.hl-login-headline p{font-size:1.1rem;line-height:1.7;color:rgba(255,255,255,.6);font-weight:300;max-width:420px;margin:0}.hl-login-features{display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative;z-index:1;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.08);margin-top:auto}.hl-login-feature{display:flex;flex-direction:column;gap:.35rem}.hl-login-feature-label{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--white)}.hl-login-feature-label svg{width:14px;height:14px;stroke:var(--mint);flex-shrink:0}.hl-login-feature-desc{font-size:.75rem;color:rgba(255,255,255,.4);font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding-left:1.35rem}.hl-login-right{width:100%;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1;overflow-y:auto}@media (min-width:1024px){.hl-login-right{width:50%;padding:3rem 4rem}}.hl-login-mobile-logo{display:flex;justify-content:center;margin-bottom:2.5rem}.hl-login-mobile-logo a{display:flex;align-items:baseline;gap:1px;text-decoration:none}.hl-login-mobile-logo .hu{color:var(--white)}.hl-login-mobile-logo .hu,.hl-login-mobile-logo .su{font-family:var(--font-heading);font-weight:700;font-size:1.75rem;letter-spacing:.5px}.hl-login-mobile-logo .su{color:var(--mint)}.hl-login-tabs{display:flex;background:rgba(93,98,97,.1);border-radius:14px;padding:4px;margin-bottom:2rem;width:fit-content;align-self:center}.hl-login-tab{padding:.65rem 1.75rem;font-family:var(--font-heading);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--charcoal);background:transparent;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease}.hl-login-tab.active{background:var(--white);color:var(--dark-blue);box-shadow:0 2px 12px rgba(42,54,82,.1)}.hl-login-form-wrap{width:100%;max-width:440px;background:var(--white);border:1px solid hsl(220 14% 92%);border-radius:24px;padding:2.5rem;box-shadow:0 8px 40px rgba(0,0,0,.2)}.hl-login-form-header{margin-bottom:2rem}.hl-login-form-header h2{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;letter-spacing:.5px;color:var(--dark-blue);margin:0 0 .35rem}.hl-login-form-header p{font-size:.9rem;color:var(--charcoal);font-weight:300;margin:0}.hl-login-form{display:flex;flex-direction:column;gap:1.25rem}.hl-login-input-group{display:flex;flex-direction:column;gap:.4rem}.hl-login-label{font-size:.75rem;font-weight:700;font-family:var(--font-heading);letter-spacing:.75px;color:rgba(42,54,82,.7);padding-left:.25rem}.hl-login-input-wrap{position:relative}.hl-login-input-wrap svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:var(--charcoal);opacity:.4;transition:opacity .2s}.hl-login-input-wrap:focus-within svg{opacity:.9;stroke:var(--dark-blue)}.hl-login-input{width:100%;height:48px;padding:0 1rem 0 2.75rem;font-family:var(--font-body);font-size:.9375rem;color:var(--charcoal);background:var(--white);border:1.5px solid rgba(42,54,82,.12);border-radius:12px;outline:none;transition:all .2s ease}.hl-login-input:focus{border-color:var(--mint);background:var(--white);box-shadow:0 0 0 3px rgba(169,244,215,.25)}.hl-login-input::placeholder{color:rgba(93,98,97,.45)}.hl-login-input:disabled{opacity:.55;cursor:not-allowed}.hl-login-error{padding:.875rem 1rem;background:rgba(220,38,38,.08);border:1px solid rgba(220,38,38,.18);border-radius:12px;color:#dc2626;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.hl-login-error svg{width:16px;height:16px;stroke:#dc2626;flex-shrink:0}.hl-login-submit{height:50px;font-family:var(--font-heading);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--dark-blue);background:var(--mint);border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;transition:all .25s ease;box-shadow:0 4px 20px rgba(169,244,215,.35);margin-top:.5rem}.hl-login-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px rgba(169,244,215,.45)}.hl-login-submit:disabled{opacity:.6;cursor:not-allowed}.hl-login-submit svg{width:16px;height:16px;stroke:var(--dark-blue);transition:transform .2s ease}.hl-login-submit:hover:not(:disabled) svg{transform:translateX(2px)}.hl-login-spinner{width:16px;height:16px;border:2px solid rgba(42,54,82,.25);border-top:2px solid var(--dark-blue);border-radius:50%;animation:hl-spin .7s linear infinite}@keyframes hl-spin{to{transform:rotate(1turn)}}.hl-login-form-footer{display:flex;align-items:center;justify-content:space-between;padding:0 .25rem;margin-top:.25rem}.hl-login-link-btn{font-size:.75rem;font-family:var(--font-heading);font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--charcoal);background:none;border:none;cursor:pointer;padding:0;transition:color .2s}.hl-login-link-btn:hover{color:var(--dark-blue)}.hl-login-link-btn.accent-link{color:var(--dark-blue);display:flex;align-items:center;gap:.35rem}.hl-login-link-btn.accent-link svg{width:12px;height:12px;stroke:var(--dark-blue)}.hl-login-link-btn.accent-link:hover{color:var(--mint)}.hl-new-here{display:flex;align-items:center;gap:.5rem}.hl-new-here-label{font-size:.75rem;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;color:rgba(93,98,97,.5);font-weight:700}.hl-login-bottom{margin-top:1.5rem;text-align:center}.hl-login-bottom-links{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.hl-login-bottom-links a{font-size:.75rem;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;color:rgba(255,255,255,.5);text-decoration:none;font-weight:700;transition:color .2s}.hl-login-bottom-links a:hover{color:var(--mint)}.hl-login-bottom-dot{width:3px;height:3px;background:rgba(255,255,255,.3);border-radius:50%}