:root{--bg: #f8fafc;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--blue: #2563eb;--blue-700: #1d4ed8;--brand-shift-x: -60px;--brand-zoom: 100%}html,body,#root{height:100%}body{margin:0}*{box-sizing:border-box}.lp-shell{min-height:100dvh;display:flex;background:var(--bg);color:var(--text)}@media (min-width: 1024px){html,body{overflow:hidden}}.lp-brand{display:none;position:relative;overflow:hidden;width:50%;background-color:#002755}.lp-brand:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-image:var(--brand-bg);background-repeat:no-repeat;background-size:cover;background-position:center center}@media (min-width: 1024px) and (max-width: 1280px){.lp-brand:before{background-position:center left}}@media (min-width: 1280px) and (max-width: 1440px){.lp-brand:before{background-position:40% center}}@media (min-width: 1440px) and (max-width: 1920px){.lp-brand:before{background-position:45% center}}@media (min-width: 1920px){.lp-brand:before{background-position:center center}}@media (min-height: 900px) and (min-width: 1024px){.lp-brand:before{background-size:cover;background-position:center center}}@media (min-aspect-ratio: 21/9) and (min-width: 1024px){.lp-brand:before{background-size:auto 100%;background-position:center center}}@media (min-width:1024px){.lp-brand{display:block;flex:0 0 60%}.lp-form-side{flex:0 0 40%}}@media (min-width:1440px){.lp-brand{flex-basis:62%}.lp-form-side{flex-basis:38%}}@media (min-width:1920px){.lp-brand{flex-basis:64%}.lp-form-side{flex-basis:36%}}.lp-brand:after{content:none}.lp-brand-inner{position:relative;z-index:1;min-height:100%;padding:40px 64px;color:#e5e7eb;display:flex;flex-direction:column}.lp-center{align-items:center;justify-content:center;text-align:center;gap:24px}.lp-figure-img{display:none!important}.lp-brand-logo{width:200px;height:auto;filter:drop-shadow(0 10px 24px rgba(0,0,0,.25))}.lp-form-side{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}@media (min-width:1024px){.lp-form-side{padding:24px 48px;position:relative}}.lp-form-wrap{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center}.lp-form-head{text-align:center;margin-bottom:28px}.lp-form-head h2{font-size:28px;margin:8px 0 6px}.lp-form-head p{color:var(--muted);margin:0}.lp-form-logo-mobile{width:80px;height:80px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.lp-form-logo-mobile img{width:80px;height:80px;display:block}.lp-card{background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.lp-field{margin-bottom:18px}.lp-field label{display:block;font-size:14px;color:#334155;margin-bottom:8px;font-weight:600}.lp-input-wrap{position:relative}.lp-input-wrap input{width:100%;padding:12px 44px 12px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;color:#0f172a;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.lp-input-wrap input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.lp-input-wrap.has-error input{border-color:#fca5a5;box-shadow:0 0 0 3px #ef44441f}.lp-input-icon{position:absolute;right:10px;top:0;bottom:0;display:flex;align-items:center;color:#94a3b8}.lp-input-icon svg{width:20px;height:20px}.lp-eye{position:absolute;right:4px;top:0;bottom:0;display:flex;align-items:center;padding:0 8px;color:#94a3b8;background:transparent;border:0;cursor:pointer}.lp-eye:hover{color:#475569}.lp-error{margin:6px 0 0;font-size:12px;color:#dc2626}.lp-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 14px}.lp-check{display:flex;align-items:center;gap:8px;color:#475569;font-size:14px}.lp-link{background:none;border:0;color:#2563eb;font-weight:600;cursor:pointer}.lp-link:hover{color:#1d4ed8}.lp-alert{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px;padding:10px 12px;font-size:14px;margin-bottom:12px}.lp-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#2563eb;color:#fff;font-weight:600;padding:12px 14px;border-radius:8px;border:0;cursor:pointer;transition:background .15s ease}.lp-btn:hover{background:#1d4ed8}.lp-btn:disabled{background:#93c5fd;cursor:not-allowed}.lp-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;display:inline-block;animation:lp-spin .9s linear infinite}@keyframes lp-spin{to{transform:rotate(360deg)}}.lp-sec{margin-top:16px;padding-top:16px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:8px;color:#64748b;font-size:12px}.lp-footlinks{position:absolute;bottom:24px;left:50%;transform:translate(-50%);text-align:center;width:100%}.lp-footlinks p{color:#475569;font-size:14px;margin:0 0 8px}.lp-footrow{display:flex;justify-content:center;gap:18px;color:#64748b;font-size:12px}.lp-link-plain{color:#64748b;text-decoration:none}.lp-link-plain:hover{color:#334155}@media (min-width: 768px) and (max-width: 1023px){.lp-shell{flex-direction:column}.lp-brand{display:block;width:100%;height:40vh;min-height:300px}.lp-brand:before{background-position:center center;background-size:cover}.lp-form-side{flex:1;min-height:60vh}}.lp-splash{display:flex;align-items:center;justify-content:center;gap:12px;min-height:100vh;color:var(--muted);font-size:16px}:root{--nc-bg: #ffffff;--nc-panel: #ffffff;--nc-border: #e5e7eb;--nc-text: #111827;--nc-muted: #6b7280;--nc-primary: #4f46e5;--nc-shadow: 0 12px 24px rgba(17, 24, 39, .06)}._wrap_18sw6_13{min-height:100dvh;background:var(--nc-bg);color:var(--nc-text);display:grid;grid-template-rows:auto 1fr}._header_18sw6_22{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:14px;padding:20px clamp(16px,3vw,28px);background:#ffffffe6;border-bottom:1px solid var(--nc-border);-webkit-backdrop-filter:saturate(1.1) blur(4px);backdrop-filter:saturate(1.1) blur(4px)}._hIcon_18sw6_34{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#4f46e51f;color:var(--nc-primary)}._hText_18sw6_41{display:grid;gap:4px}._hTitle_18sw6_42{margin:0;font-size:clamp(20px,2.6vw,28px);font-weight:700}._hSub_18sw6_43{color:var(--nc-muted);font-size:13px;display:flex;align-items:center;gap:8px}._hDot_18sw6_44{opacity:.6}._grid_18sw6_47{display:grid;grid-template-columns:280px 1fr;gap:20px;padding:20px clamp(16px,3vw,28px) 28px}@media (max-width: 980px){._grid_18sw6_47{grid-template-columns:1fr}}._toc_18sw6_58{position:sticky;top:80px;align-self:start;max-height:calc(100dvh - 120px);overflow:hidden}._tocInner_18sw6_65{background:var(--nc-panel);border:1px solid var(--nc-border);border-radius:16px;box-shadow:var(--nc-shadow);padding:16px}._tocTitle_18sw6_72{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--nc-muted);margin-bottom:8px}._tocList_18sw6_76{display:grid;gap:6px;max-height:calc(100dvh - 180px);overflow:auto;padding-right:4px}._tocLink_18sw6_82{color:var(--nc-text);text-decoration:none;font-size:14px;opacity:.92;border-radius:8px;padding:6px 8px}._tocLink_18sw6_82:hover{background:#f3f4f6}._panel_18sw6_93{background:var(--nc-panel);border:1px solid var(--nc-border);border-radius:20px;box-shadow:var(--nc-shadow);min-height:0}._contentScroll_18sw6_100{padding:clamp(16px,2.4vw,24px);height:calc(100dvh - 140px);overflow:auto}._article_18sw6_107{max-width:980px;margin:0 auto}._article_18sw6_107 h2{margin:24px 0 8px;font-size:clamp(18px,2vw,22px);font-weight:700}._article_18sw6_107 p,._article_18sw6_107 li{color:var(--nc-text);opacity:.98}._article_18sw6_107 a{color:var(--nc-primary);text-decoration:none}._article_18sw6_107 a:hover{text-decoration:underline}._article_18sw6_107 ul{padding-left:18px}._fab_18sw6_119{position:fixed;right:20px;bottom:20px;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;border:1px solid var(--nc-border);background:var(--nc-panel);color:var(--nc-text);box-shadow:var(--nc-shadow);opacity:.95}._fab_18sw6_119:hover{opacity:1;transform:translateY(-1px)}
