.reset-hero.svelte-1sjqwca{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 16px clamp(160px,20vh,280px);position:relative;overflow:hidden}@media(min-width:768px){.reset-hero.svelte-1sjqwca{padding:120px 48px clamp(200px,25vh,320px)}}@media(min-width:1024px){.reset-hero.svelte-1sjqwca{padding:120px 48px clamp(240px,28vh,360px)}}@media(min-width:1200px){.reset-hero.svelte-1sjqwca{padding:120px 96px clamp(280px,30vh,400px)}}.reset-hero__container.svelte-1sjqwca{width:100%;max-width:1248px;display:flex;justify-content:center}@media(min-width:768px){.reset-hero__container.svelte-1sjqwca{display:block}}.reset-hero__card.svelte-1sjqwca{background-color:var(--color-bg-dark);border-radius:24px;overflow:hidden;position:relative;opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reset-hero__card.visible.svelte-1sjqwca{opacity:1;transform:translateY(0)}.reset-hero__error.svelte-1sjqwca{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:500;margin-bottom:8px}@media(min-width:768px){.reset-hero__card.svelte-1sjqwca{padding:48px}}@media(min-width:1024px){.reset-hero__card.svelte-1sjqwca{padding:64px}}@media(min-width:1200px){.reset-hero__card.svelte-1sjqwca{padding:96px}}.reset-hero__inner.svelte-1sjqwca{display:flex;flex-direction:column}@media(min-width:768px){.reset-hero__inner.svelte-1sjqwca{flex-direction:row;align-items:stretch;min-height:400px}}@media(min-width:1024px){.reset-hero__inner.svelte-1sjqwca{min-height:420px}}@media(min-width:1200px){.reset-hero__inner.svelte-1sjqwca{min-height:448px}}.reset-hero__form-panel.svelte-1sjqwca{background-color:var(--color-bg-card);display:flex;flex-direction:column;justify-content:center;padding:40px 28px;border-radius:24px;width:100%;max-width:400px}@media(min-width:768px){.reset-hero__form-panel.svelte-1sjqwca{width:340px;max-width:none;flex-shrink:0;padding:40px 32px;border-radius:24px 0 0 24px;border:3px solid var(--color-primary);border-right:none}}@media(min-width:1024px){.reset-hero__form-panel.svelte-1sjqwca{width:380px;padding:48px 40px}}@media(min-width:1200px){.reset-hero__form-panel.svelte-1sjqwca{width:400px}}.reset-hero__title.svelte-1sjqwca{font-size:clamp(1.375rem,1.125rem + 1vw,1.75rem);font-weight:600;color:var(--color-text-body);letter-spacing:-.03em;margin-bottom:28px;line-height:1.2}.reset-hero__message.svelte-1sjqwca{font-size:15px;font-weight:500;color:var(--color-text-body);opacity:.7;line-height:1.5;margin-bottom:28px}.reset-hero__form.svelte-1sjqwca{display:flex;flex-direction:column;gap:14px}.reset-hero__field.svelte-1sjqwca{width:100%}.reset-hero__input.svelte-1sjqwca{width:100%;height:48px;padding:0 20px;border:1px solid rgba(0,0,0,.08);border-radius:24px;background:#fff;font-family:inherit;font-size:16px;font-weight:500;color:var(--color-text-body);box-shadow:0 2px 4px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.reset-hero__input.svelte-1sjqwca::placeholder{color:var(--color-text-body);opacity:.45}.reset-hero__input.svelte-1sjqwca:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #ff44001a}.reset-hero__actions.svelte-1sjqwca{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.reset-hero__btn.svelte-1sjqwca{height:48px;padding:0 24px;border-radius:24px;font-family:inherit;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .15s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 4px #0000000a}.reset-hero__btn--primary.svelte-1sjqwca{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.reset-hero__btn--primary.svelte-1sjqwca:hover{background:var(--color-primary-hover)}.reset-hero__btn.svelte-1sjqwca:active{transform:scale(.98)}.reset-hero__footer.svelte-1sjqwca{margin-top:28px;padding-top:20px;border-top:1px solid rgba(0,0,0,.06)}.reset-hero__login-text.svelte-1sjqwca{font-size:15px;font-weight:500;color:var(--color-text-body);opacity:.55}.reset-hero__login-link.svelte-1sjqwca{color:var(--color-primary);text-decoration:none;font-weight:600;opacity:1}.reset-hero__login-link.svelte-1sjqwca:hover{text-decoration:underline}.reset-hero__image-panel.svelte-1sjqwca{display:none}@media(min-width:768px){.reset-hero__image-panel.svelte-1sjqwca{display:block;flex:1;position:relative;overflow:hidden;border-radius:0 24px 24px 0}}.reset-hero__image-panel.svelte-1sjqwca img:where(.svelte-1sjqwca){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.reset-hero__character.svelte-1sjqwca{position:absolute;bottom:0;left:50%;width:clamp(200px,30vw + 100px,500px);z-index:10;opacity:0;transform:translate(-50%) translateY(100%);transition:opacity .5s ease,transform .7s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.reset-hero__character.visible.svelte-1sjqwca{opacity:1;transform:translate(-50%) translateY(clamp(40%,55% - 2vw,58%));pointer-events:auto}@media(max-width:359px){.reset-hero__character.svelte-1sjqwca{width:180px}.reset-hero__character.visible.svelte-1sjqwca{transform:translate(-50%) translateY(60%)}}@media(min-width:768px){.reset-hero__character.svelte-1sjqwca{width:clamp(320px,25vw + 150px,500px)}.reset-hero__character.visible.svelte-1sjqwca{transform:translate(-50%) translateY(clamp(38%,48% - 1vw,50%))}}@media(min-width:1200px){.reset-hero__character.svelte-1sjqwca{width:clamp(420px,20vw + 200px,560px)}.reset-hero__character.visible.svelte-1sjqwca{transform:translate(-50%) translateY(clamp(35%,42% - .5vw,45%))}}@media(min-width:1600px){.reset-hero__character.svelte-1sjqwca{width:560px}.reset-hero__character.visible.svelte-1sjqwca{transform:translate(-50%) translateY(38%)}}.reset-hero__character.svelte-1sjqwca img:where(.svelte-1sjqwca){width:100%;height:auto;filter:drop-shadow(0 -4px 20px rgba(0,0,0,.2))}
