.reset-module__HQ-vhW__page{background:var(--color-bg);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.reset-module__HQ-vhW__shell{grid-template-columns:1.02fr .98fr;align-items:stretch;gap:56px;width:100%;max-width:1400px;min-height:760px;display:grid}.reset-module__HQ-vhW__showcase{color:#fff;background-image:linear-gradient(180deg, rgba(var(--theme-color-rgb), .85) 0%, rgba(var(--theme-color-rgb), .95) 100%), radial-gradient(circle at top left, rgba(var(--theme-color-rgb), .9), transparent 20%), url(/images/login-cover.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:28px;flex-direction:column;justify-content:space-between;padding:28px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #04191d40}.reset-module__HQ-vhW__brand{align-items:center;gap:12px;margin-bottom:1.8rem;font-size:1.1rem;font-weight:700;display:inline-flex}.reset-module__HQ-vhW__brandLogo{color:var(--color-text);font-size:2.8rem;font-weight:800;line-height:1;text-decoration:none}.reset-module__HQ-vhW__brandLogo span{color:var(--theme-color)}.reset-module__HQ-vhW__showcaseContent{max-width:560px}.reset-module__HQ-vhW__heroTitle{margin:0 0 32px;font-size:clamp(2.4rem,5vw,4.4rem);font-weight:800;line-height:1}.reset-module__HQ-vhW__heroTitle span{color:#020808}.reset-module__HQ-vhW__featureList{gap:22px;margin:0;padding:0;list-style:none;display:grid}.reset-module__HQ-vhW__featureList li{padding-left:28px;position:relative}.reset-module__HQ-vhW__featureList li:before{content:"";background:var(--color-white);border-radius:999px;width:12px;height:12px;position:absolute;top:7px;left:0;box-shadow:0 0 0 6px #fff3}.reset-module__HQ-vhW__featureList strong{color:var(--color-white);font-size:1.4rem;font-weight:600;line-height:1.2;display:block}.reset-module__HQ-vhW__featureList span{color:#ffffffb8;font-size:1rem;line-height:1.35;display:block}.reset-module__HQ-vhW__showcaseActions{align-items:center;margin-top:2rem;display:flex}.reset-module__HQ-vhW__registerButton{border-radius:var(--radius-4xl);background:var(--color-white);height:48px;color:var(--theme-color);justify-content:center;align-items:center;padding:0 2rem;font-size:1.4rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex;box-shadow:0 14px 30px #0000002e}.reset-module__HQ-vhW__registerButton:hover{transform:translateY(-2px);box-shadow:0 20px 42px #00000038}.reset-module__HQ-vhW__registerButton:active{transform:translateY(0)}.reset-module__HQ-vhW__showcaseFooter{color:#ffffff6b;font-size:.88rem}.reset-module__HQ-vhW__showcaseFooter a{color:inherit;text-decoration:none}.reset-module__HQ-vhW__showcaseFooter a:hover{color:var(--color-white)}.reset-module__HQ-vhW__formPanel{justify-content:center;align-items:center;display:flex}.reset-module__HQ-vhW__formWrap{width:100%;max-width:450px}.reset-module__HQ-vhW__welcomeTitle{color:var(--color-text);font-size:2rem;font-weight:600;line-height:1.2}.reset-module__HQ-vhW__welcomeText{color:var(--color-gray-500);margin:0 0 1.5rem;font-size:.98rem;line-height:1.25}.reset-module__HQ-vhW__form{gap:16px;display:grid}.reset-module__HQ-vhW__nameRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.reset-module__HQ-vhW__field{gap:8px;display:grid}.reset-module__HQ-vhW__inputGroup{position:relative}.reset-module__HQ-vhW__inputIcon{color:var(--color-text);pointer-events:none;justify-content:center;align-items:center;transition:color .2s;display:inline-flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.reset-module__HQ-vhW__inputControl{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-white);width:100%;height:58px;color:var(--color-text);box-sizing:border-box;outline:none;padding:0 44px 0 42px;font-size:1.15rem;font-weight:500;transition:border-color .2s,box-shadow .2s,background .2s}.reset-module__HQ-vhW__inputControl::placeholder{color:var(--color-text);opacity:.5}.reset-module__HQ-vhW__inputControl:focus{border-color:var(--theme-color);background-color:var(--theme-wh-bg);box-shadow:var(--shadow-lg)}.reset-module__HQ-vhW__inputControl:disabled{opacity:.7;cursor:not-allowed}.reset-module__HQ-vhW__inputGroup:has(.reset-module__HQ-vhW__inputControl:focus) .reset-module__HQ-vhW__inputIcon{color:var(--theme-color)}.reset-module__HQ-vhW__inputGroupError .reset-module__HQ-vhW__inputControl{background:#fff7f7;border-color:#ef4444}.reset-module__HQ-vhW__inputGroupError .reset-module__HQ-vhW__inputControl:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441f}.reset-module__HQ-vhW__inputGroupError .reset-module__HQ-vhW__inputIcon{color:#dc2626}.reset-module__HQ-vhW__inputControlPlain{padding-left:1rem}.reset-module__HQ-vhW__passwordToggle{cursor:pointer;width:32px;height:32px;color:var(--color-text);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.reset-module__HQ-vhW__passwordToggle:hover:not(:disabled){background:rgba(var(--theme-color-rgb), .08);color:var(--theme-color)}.reset-module__HQ-vhW__passwordToggle:active:not(:disabled){transform:translateY(-50%)scale(.96)}.reset-module__HQ-vhW__passwordToggle:disabled{opacity:.5;cursor:not-allowed}.reset-module__HQ-vhW__fieldError{color:#dc2626;align-items:center;gap:.45rem;margin-top:.35rem;font-size:.85rem;font-weight:500;line-height:1.35;animation:.18s reset-module__HQ-vhW__fadeInError;display:flex}.reset-module__HQ-vhW__fieldError:before{content:"";background:#ef4444;border-radius:999px;width:6px;min-width:6px;height:6px}@keyframes reset-module__HQ-vhW__fadeInError{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.reset-module__HQ-vhW__inputActions{margin-top:4px}.reset-module__HQ-vhW__inputActions button{background:var(--theme-color);width:100%;height:58px;color:var(--color-white);cursor:pointer;box-shadow:0 12px 24px rgba(var(--theme-color-rgb), .26);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-size:1.35rem;font-weight:500;transition:transform .16s,box-shadow .16s,opacity .16s,filter .16s;display:inline-flex}.reset-module__HQ-vhW__inputActions button:hover:not(:disabled){box-shadow:0 16px 28px rgba(var(--theme-color-rgb), .3);transform:translateY(-1px)}.reset-module__HQ-vhW__inputActions button:active:not(:disabled){transform:translateY(0)}.reset-module__HQ-vhW__inputActions button:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.35);box-shadow:none}.reset-module__HQ-vhW__supportLink{color:var(--theme-color);align-items:center;gap:6px;font-size:1.05rem;text-decoration:none;display:inline-flex}.reset-module__HQ-vhW__supportLink:hover{color:var(--theme-color)}.reset-module__HQ-vhW__loginFooter{color:#6b7280;text-align:center;flex-direction:column;align-items:center;gap:8px;margin-top:28px;font-size:.9rem;line-height:1.45;display:flex}.reset-module__HQ-vhW__loginFooter .reset-module__HQ-vhW__Top{font-size:1.2rem;font-weight:600}.reset-module__HQ-vhW__loginFooter .reset-module__HQ-vhW__txtSm{text-align:center;line-height:1.25}.reset-module__HQ-vhW__loginFooter a{color:var(--theme-color);font-weight:700;text-decoration:none}.reset-module__HQ-vhW__loginFooter a:hover{text-decoration:underline}.reset-module__HQ-vhW__successMessage{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-bottom:18px;padding:14px 16px;font-size:.94rem;font-weight:600;line-height:1.45}.reset-module__HQ-vhW__errorMessage{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:18px;padding:14px 16px;font-size:.94rem;font-weight:600;line-height:1.45}@media (max-width:990px){.reset-module__HQ-vhW__shell{grid-template-columns:1fr;gap:24px}.reset-module__HQ-vhW__showcase,.reset-module__HQ-vhW__showcase .reset-module__HQ-vhW__brand{display:none}.reset-module__HQ-vhW__formWrap{max-width:500px;padding:0 1rem}}@media (max-width:640px){.reset-module__HQ-vhW__page{padding:16px}.reset-module__HQ-vhW__showcase{border-radius:22px;min-height:520px;padding:22px}.reset-module__HQ-vhW__heroTitle{font-size:2.2rem}.reset-module__HQ-vhW__featureList{gap:18px}.reset-module__HQ-vhW__featureList strong{font-size:1.15rem}.reset-module__HQ-vhW__featureList span{font-size:.92rem}.reset-module__HQ-vhW__registerButton{width:100%}.reset-module__HQ-vhW__welcomeTitle{font-size:1.7rem}.reset-module__HQ-vhW__nameRow{grid-template-columns:1fr}.reset-module__HQ-vhW__loginFooter .reset-module__HQ-vhW__txtSm{align-items:flex-start}}
