@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700;800&display=swap");@keyframes lgFloat{0%, 100%{transform:translateY(0) rotate(var(--r, 0deg))}50%{transform:translateY(-10px) rotate(var(--r, 0deg))}}@keyframes lgSpin{to{transform:rotate(360deg)}}@keyframes lgSlideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}.lg-page{margin:0;padding:0;font-family:'Source Sans 3', 'Segoe UI', sans-serif;color:#3a3f44}.lg-screen{display:flex;flex-direction:column;min-height:100vh;width:100%;background:#fff;overflow:hidden}.lg-banner{flex:none;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 44px 10px 16px;background:#2f343a;color:#fff;font-size:13px;text-align:center;position:relative;animation:lgSlideDown .25s ease}.lg-banner[hidden]{display:none}.lg-banner strong{font-weight:700}.lg-banner__close{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:none;background:transparent;color:rgba(255,255,255,0.7);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:18px;line-height:1}.lg-banner__close:hover{color:#fff;background:rgba(255,255,255,0.12)}.lg-body{flex:1;display:flex;min-height:0}.lg-brand{flex:1;min-width:0;position:relative;background:linear-gradient(135deg, #f0975f 0%, #ec7c52 45%, #e0623f 100%);overflow:hidden;display:flex;flex-direction:column}@media (max-width: 880px){.lg-brand{display:none}}.lg-shape{position:absolute;border-radius:50%;background:rgba(255,255,255,0.08)}.lg-shape--1{top:-60px;left:-90px;width:340px;height:340px;background:rgba(255,255,255,0.08)}.lg-shape--2{bottom:-120px;left:-40px;width:420px;height:420px;background:rgba(255,255,255,0.07)}.lg-shape--3{top:14%;right:8%;width:170px;height:170px;border-radius:28px;background:rgba(255,255,255,0.1);transform:rotate(18deg);animation:lgFloat 7s ease-in-out infinite;--r: 18deg}.lg-shape--4{top:42%;right:22%;width:110px;height:110px;border-radius:22px;background:rgba(255,255,255,0.14);transform:rotate(-12deg);animation:lgFloat 8s ease-in-out infinite 1s;--r: -12deg}.lg-shape--5{bottom:14%;right:10%;width:150px;height:150px;background:transparent;border:2px solid rgba(255,255,255,0.22)}.lg-brand__tagline{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;padding:0 64px;max-width:560px;font-size:29px;font-weight:800;line-height:1.32;color:#fff;letter-spacing:-.01em}.lg-brand__footer{position:relative;padding:0 64px 40px;display:flex;align-items:center;gap:12px}.lg-brand__footer-name{font-size:21px;font-weight:800;color:#fff;letter-spacing:.01em}.lg-brand__footer-sub{font-size:12.5px;color:rgba(255,255,255,0.8)}.lg-mark{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;flex:none}.lg-mark--lg{width:42px;height:42px;border:2.5px solid #fff;color:#fff}.lg-mark--sm{width:34px;height:34px;border:2.5px solid #ec7c52;color:#ec7c52}.lg-form{flex:none;width:460px;max-width:100%;display:flex;flex-direction:column;justify-content:center;padding:48px 56px;position:relative;overflow-y:auto}@media (max-width: 880px){.lg-form{width:100%;margin:0 auto}}@media (max-width: 520px){.lg-form{padding:40px 24px}}.lg-form__brand{display:flex;align-items:center;gap:10px;margin-bottom:40px}.lg-form__brand-name{font-size:19px;font-weight:800;color:#3a3f44}.lg-form__header{margin-bottom:26px}.lg-form__title{margin:0 0 6px;font-size:24px;font-weight:700;color:#2f343a}.lg-form__subtitle{font-size:13.5px;color:#9aa0a8}.lg-alert{display:flex;gap:10px;align-items:flex-start;border-radius:8px;padding:11px 13px;margin-bottom:20px;font-size:12.5px;line-height:1.4}.lg-alert svg{flex:none;margin-top:1px}.lg-alert--info{background:#fdf3ec;border:1px solid #f5d9c4;color:#a85f2f}.lg-alert--error{background:#fdecea;border:1px solid #f6cbc4;color:#c0392b;font-size:13px;font-weight:600;align-items:center}.lg-label{display:block;font-size:12.5px;font-weight:700;color:#6b727a;margin-bottom:6px}.lg-input{width:100%;padding:11px 13px;border:1.5px solid #dfe3e8;border-radius:8px;font-size:14.5px;color:#3a3f44;outline:none;margin-bottom:16px;transition:border-color .12s, box-shadow .12s;font-family:inherit}.lg-input::placeholder{color:#b9bfc6}.lg-input:focus{border-color:#ec7c52;box-shadow:0 0 0 3px rgba(236,124,82,0.14)}.lg-input-wrap{position:relative;margin-bottom:10px}.lg-input-wrap .lg-input{margin-bottom:0;padding-right:40px}.lg-eye-toggle{position:absolute;right:11px;top:50%;transform:translateY(-50%);cursor:pointer;color:#9aa0a8;display:flex;align-items:center;border:none;background:transparent;padding:0}.lg-eye-toggle:hover{color:#6b727a}.lg-eye-toggle .lg-eye-icon--closed{display:none}.lg-eye-toggle.is-visible .lg-eye-icon--open{display:none}.lg-eye-toggle.is-visible .lg-eye-icon--closed{display:inline-flex}.lg-remember-row{display:flex;align-items:center;margin:6px 0 22px}.lg-checkbox-label{display:flex;align-items:center;gap:7px;font-size:13px;color:#5a6068;cursor:pointer;user-select:none}.lg-checkbox-label input[type='checkbox']{width:15px;height:15px;accent-color:#ec7c52;cursor:pointer}.lg-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 0;border-radius:8px;background:#ec7c52;color:#fff;font-size:14.5px;font-weight:700;text-align:center;cursor:pointer;border:none;box-shadow:0 2px 8px rgba(236,124,82,0.3);transition:background .12s;font-family:inherit}.lg-submit:hover{background:#d9663d}.lg-submit[disabled]{background:#f3b797;cursor:default;pointer-events:none}.lg-spinner{display:none;width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,0.4);border-top-color:#fff;animation:lgSpin .7s linear infinite}.lg-submit--loading .lg-spinner{display:inline-block}.lg-submit--loading .lg-submit__label{display:none}.lg-footer-text{text-align:center;margin-top:22px;font-size:13px;color:#9aa0a8}.lg-footer-text strong{color:#6b727a;font-weight:700}
