@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";
:is(html,body){height:100%;margin:0;padding:0;overflow:hidden;scrollbar-width:none!important;-ms-overflow-style:none!important}:is(html::-webkit-scrollbar,body::-webkit-scrollbar){display:none!important}::-webkit-scrollbar{display:none!important}*{box-sizing:border-box;scrollbar-width:none!important;-ms-overflow-style:none!important}.style-module__pC-2Wq__container{background:var(--hv-surface);flex-direction:column;height:100dvh;font-family:Nunito,sans-serif;display:flex;overflow:hidden}.style-module__pC-2Wq__scrollBody{-webkit-overflow-scrolling:touch;flex:1;overflow:hidden auto}.style-module__pC-2Wq__header{background:var(--hv-ink);z-index:300;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;height:58px;padding:0 24px;display:flex;position:sticky;top:0}.style-module__pC-2Wq__headerLeft{align-items:center;gap:12px;min-width:0;display:flex}.style-module__pC-2Wq__logoText{color:#fff;letter-spacing:.2px;font-size:1rem;font-weight:800}.style-module__pC-2Wq__rightHeader{flex-shrink:0;align-items:center;gap:10px;display:flex}.style-module__pC-2Wq__backBtn{color:var(--hv-ink);cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #fff;border-radius:50px;padding:8px 18px;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;transition:all .2s}.style-module__pC-2Wq__backBtn:hover{background:var(--hv-line);color:var(--hv-ink)}.style-module__pC-2Wq__hero{text-align:center;background:linear-gradient(135deg,#121214 0%,#050505 55%,#0c0c0f 100%);flex-shrink:0;padding:32px 36px 36px;position:relative;overflow:hidden}.style-module__pC-2Wq__hero:after{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.style-module__pC-2Wq__heroTitle{color:#fff;margin:0 0 6px;font-size:2rem;font-weight:900;line-height:1.15;position:relative}.style-module__pC-2Wq__heroTitle span{color:var(--hv-amber)}.style-module__pC-2Wq__heroSub{color:#ffffffb8;margin:0;font-size:.92rem;font-weight:600;position:relative}.style-module__pC-2Wq__mainContent{padding:clamp(16px,2.2vw,28px) clamp(16px,2.5vw,36px) 56px}.style-module__pC-2Wq__formCard{background:var(--hv-paper,#fff);border:1.5px solid var(--hv-line);border-radius:22px;width:100%;padding:28px 32px;transition:box-shadow .3s;box-shadow:0 4px 20px #0505050f}.style-module__pC-2Wq__formCard:hover{box-shadow:0 8px 32px #0505051f}.style-module__pC-2Wq__sectionHeader{border-bottom:1.5px solid #0505051a;align-items:center;gap:10px;margin-bottom:2px;padding-bottom:10px;display:flex}.style-module__pC-2Wq__cardDot{background:var(--hv-ink);border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 3px #05050526}.style-module__pC-2Wq__dotGreen{background:var(--hv-mint);box-shadow:0 0 0 3px #00b89426}.style-module__pC-2Wq__dotGold{background:var(--hv-amber);box-shadow:0 0 0 3px #f5a52429}.style-module__pC-2Wq__cardTitle{color:var(--hv-text);margin:0;font-size:.9rem;font-weight:900}.style-module__pC-2Wq__field{flex-direction:column;min-width:0;display:flex}.style-module__pC-2Wq__fieldLabel{color:var(--hv-ink);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.style-module__pC-2Wq__input{border:1.5px solid var(--hv-line);width:100%;height:46px;color:var(--hv-text);-webkit-appearance:none;background:#fff;border-radius:12px;padding:0 14px;font-family:Nunito,sans-serif;font-size:13px;font-weight:600;transition:border-color .2s,box-shadow .2s}.style-module__pC-2Wq__input:hover:not(:disabled){border-color:var(--hv-line-strong)}.style-module__pC-2Wq__input:focus{border-color:var(--hv-amber);box-shadow:0 0 0 4px var(--hv-amber-wash);background:var(--hv-paper);outline:none}.style-module__pC-2Wq__input:disabled{opacity:.5;cursor:not-allowed;background:var(--hv-surface)}.style-module__pC-2Wq__input::placeholder{color:var(--hv-line-strong);font-weight:600}.style-module__pC-2Wq__row2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.style-module__pC-2Wq__logoUpload{border:2px dashed var(--hv-line);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:160px;padding:24px;transition:all .25s;display:flex;position:relative}.style-module__pC-2Wq__logoUpload:hover{border-color:var(--hv-ink);background:var(--hv-surface-2)}.style-module__pC-2Wq__fileInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.style-module__pC-2Wq__logoPlaceholder{text-align:center;pointer-events:none}.style-module__pC-2Wq__logoPlaceholder p{color:var(--hv-ink);margin:0 0 4px;font-size:14px;font-weight:700}.style-module__pC-2Wq__logoPlaceholder small{color:var(--hv-text-faint);font-size:12px;font-weight:600}.style-module__pC-2Wq__logoPreview{flex-direction:column;align-items:center;gap:14px;width:100%;display:flex}.style-module__pC-2Wq__logoImg{object-fit:contain;border:1.5px solid var(--hv-line);background:#fff;border-radius:14px;max-width:180px;max-height:130px;padding:8px}.style-module__pC-2Wq__removeLogo{color:var(--hv-danger);cursor:pointer;background:0 0;border:2px solid #f2dad6;border-radius:50px;padding:8px 20px;font-family:Nunito,sans-serif;font-size:12px;font-weight:800;transition:all .2s}.style-module__pC-2Wq__removeLogo:hover:not(:disabled){background:var(--hv-danger);color:#fff;border-color:var(--hv-danger)}.style-module__pC-2Wq__removeLogo:disabled{opacity:.5;cursor:not-allowed}.style-module__pC-2Wq__errorBox{color:var(--hv-danger);border-left:4px solid var(--hv-danger);background:#fdf5f4;border-radius:0 12px 12px 0;padding:12px 16px;font-size:13px;font-weight:700;animation:.3s style-module__pC-2Wq__fadeIn}.style-module__pC-2Wq__successBox{color:var(--hv-ok);border-left:4px solid var(--hv-mint);background:#f3faf6;border-radius:0 12px 12px 0;padding:12px 16px;font-size:13px;font-weight:700;animation:.3s style-module__pC-2Wq__fadeIn}@keyframes style-module__pC-2Wq__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.style-module__pC-2Wq__submitBtn{background:var(--hv-cta);color:#1c1204;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:100%;height:50px;margin-top:4px;font-family:Nunito,sans-serif;font-size:15px;font-weight:800;transition:all .25s;display:flex;box-shadow:0 6px 20px #f5a5246b}.style-module__pC-2Wq__submitBtn:hover:not(:disabled){background:var(--hv-cta);background-position:100%;transform:translateY(-2px);box-shadow:0 14px 32px #f5a52485}.style-module__pC-2Wq__submitBtn:disabled{opacity:.45;cursor:not-allowed}.style-module__pC-2Wq__btnSpinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite style-module__pC-2Wq__spin}@keyframes style-module__pC-2Wq__spin{to{transform:rotate(360deg)}}.style-module__pC-2Wq__formFooter{text-align:center;color:var(--hv-text-faint);border-top:1.5px solid #0505051a;margin-top:8px;padding-top:16px;font-size:13px;font-weight:600}.style-module__pC-2Wq__linkBtn{color:var(--hv-ink);cursor:pointer;font-weight:800;font-size:inherit;background:0 0;border:none;padding:0;font-family:Nunito,sans-serif;transition:all .2s}.style-module__pC-2Wq__linkBtn:hover:not(:disabled){color:var(--hv-ink);text-decoration:underline}.style-module__pC-2Wq__linkBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:900px){.style-module__pC-2Wq__hero{padding:28px 28px 32px}.style-module__pC-2Wq__mainContent{padding:22px 28px 48px}}@media (max-width:768px){.style-module__pC-2Wq__header{height:52px;padding:0 16px}.style-module__pC-2Wq__logoText{font-size:.88rem}.style-module__pC-2Wq__backBtn{padding:7px 14px;font-size:12px}.style-module__pC-2Wq__hero{padding:24px 20px 28px}.style-module__pC-2Wq__heroTitle{font-size:1.5rem}.style-module__pC-2Wq__mainContent{padding:20px 20px 40px}.style-module__pC-2Wq__formCard{border-radius:18px;padding:24px 22px}.style-module__pC-2Wq__row2{grid-template-columns:1fr}}@media (max-width:480px){.style-module__pC-2Wq__header{height:50px;padding:0 12px}.style-module__pC-2Wq__logoText{font-size:.8rem}.style-module__pC-2Wq__backBtn{padding:6px 12px;font-size:11px}.style-module__pC-2Wq__hero{padding:18px 16px 22px}.style-module__pC-2Wq__heroTitle{font-size:1.25rem}.style-module__pC-2Wq__heroSub{font-size:.82rem}.style-module__pC-2Wq__mainContent{padding:16px 16px 36px}.style-module__pC-2Wq__formCard{padding:20px 16px}.style-module__pC-2Wq__input{height:42px;font-size:12px}.style-module__pC-2Wq__submitBtn{height:46px;font-size:14px}.style-module__pC-2Wq__logoUpload{min-height:140px;padding:18px}.style-module__pC-2Wq__logoImg{max-width:140px;max-height:100px}}@media (prefers-reduced-motion:reduce){:is(*,:before,:after){transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.style-module__pC-2Wq__input:focus-visible,.style-module__pC-2Wq__submitBtn:focus-visible,.style-module__pC-2Wq__backBtn:focus-visible,.style-module__pC-2Wq__removeLogo:focus-visible,.style-module__pC-2Wq__linkBtn:focus-visible{outline:3px solid var(--hv-ink);outline-offset:2px}.style-module__pC-2Wq__existsOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0505058c;justify-content:center;align-items:center;padding:16px;animation:.15s style-module__pC-2Wq__existsFadeIn;display:flex;position:fixed;inset:0}.style-module__pC-2Wq__existsCard{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:28px;animation:.18s cubic-bezier(.34,1.56,.64,1) style-module__pC-2Wq__existsPopIn;box-shadow:0 20px 60px #0505054d}.style-module__pC-2Wq__existsIcon{background:var(--hv-surface);width:56px;height:56px;color:var(--hv-ink);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:26px;display:flex}.style-module__pC-2Wq__existsTitle{color:var(--hv-text);margin:0 0 10px;font-family:Nunito,sans-serif;font-size:19px;font-weight:800}.style-module__pC-2Wq__existsText{color:var(--hv-text-soft);margin:0 0 24px;font-family:Nunito,sans-serif;font-size:14px;line-height:1.65}.style-module__pC-2Wq__existsActions{flex-direction:column;gap:10px;display:flex}.style-module__pC-2Wq__existsLoginBtn,.style-module__pC-2Wq__existsCloseBtn{cursor:pointer;border:none;border-radius:12px;padding:13px 20px;font-family:Nunito,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.style-module__pC-2Wq__existsLoginBtn{background:var(--hv-ink);color:#fff;box-shadow:0 4px 14px #0505054d}.style-module__pC-2Wq__existsLoginBtn:hover{background:var(--hv-ink);transform:translateY(-1px)}.style-module__pC-2Wq__existsCloseBtn{color:var(--hv-ink);background:0 0}.style-module__pC-2Wq__existsCloseBtn:hover{background:#05050514}@keyframes style-module__pC-2Wq__existsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes style-module__pC-2Wq__existsPopIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.style-module__pC-2Wq__aiChip{background:var(--hv-amber);color:var(--hv-ink);border-radius:.18em;margin:0 .02em;padding:.02em .14em .06em;line-height:1;display:inline-block}.style-module__pC-2Wq__header:before{content:"";background:linear-gradient(90deg,var(--hv-amber)0%,var(--hv-amber-lift)22%,var(--hv-mint)48%,var(--hv-sky)72%,var(--hv-violet)100%);height:3px;position:absolute;top:0;left:0;right:0}.style-module__pC-2Wq__formSection{flex-direction:column;gap:14px;min-width:0;display:flex}.style-module__pC-2Wq__formActions{border-top:1px solid var(--hv-line);flex-direction:column;grid-column:1/-1;gap:14px;padding-top:clamp(4px,1vh,10px);display:flex}.style-module__pC-2Wq__formActions .style-module__pC-2Wq__errorBox,.style-module__pC-2Wq__formActions .style-module__pC-2Wq__successBox{max-width:720px}@media (max-width:640px){.style-module__pC-2Wq__formActions .style-module__pC-2Wq__submitBtn{align-self:stretch;max-width:none}}.style-module__pC-2Wq__form{flex-direction:column;gap:clamp(18px,2.4vh,26px);display:flex}.style-module__pC-2Wq__formSection{flex-direction:column;gap:14px;display:flex}.style-module__pC-2Wq__fieldRow{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));align-items:start;gap:clamp(12px,1.4vw,18px);display:grid}.style-module__pC-2Wq__formActions{border-top:1px solid var(--hv-line,#e7e7ec);flex-direction:column;gap:14px;padding-top:clamp(14px,2vh,20px);display:flex}.style-module__pC-2Wq__formActions .style-module__pC-2Wq__submitBtn{align-self:center;max-width:340px}@media (max-width:640px){.style-module__pC-2Wq__formActions .style-module__pC-2Wq__submitBtn{align-self:stretch;max-width:none}}.style-module__pC-2Wq__logoUpload{min-height:108px}
