.login-page{--lp-bg: #f7f9ff;--lp-surface: #ffffff;--lp-surface-soft: rgba(247, 249, 255, .8);--lp-pill: #e3effd;--lp-border: #ddeaf7;--lp-border-strong: #d8e4f1;--lp-input-border: #bdc8d2;--lp-text: #111d26;--lp-muted: #3e4850;--lp-outline: #6e7881;--lp-primary: #006590;--lp-sky: #1cb0f6;--lp-sky-dark: #1899d6;--lp-lime: #58cc02;--lp-amber: #ff9600;position:relative;display:flex;flex-direction:column;width:100%;height:100vh;height:100dvh;overflow-y:auto;background:var(--lp-bg);color:var(--lp-text);font-family:Nunito Sans,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}[data-theme=dark] .login-page{--lp-bg: #0b1422;--lp-surface: #111c2e;--lp-surface-soft: rgba(14, 24, 40, .9);--lp-pill: #16243a;--lp-border: #1f2d42;--lp-border-strong: #26364d;--lp-input-border: #33445c;--lp-text: #f1f5f9;--lp-muted: #a3b1c2;--lp-outline: #8a97a6;--lp-primary: #60a5fa}body{font-family:Nunito Sans,Segoe UI,sans-serif}.material-symbols-outlined{line-height:1;-webkit-user-select:none;user-select:none}.icon-filled{font-variation-settings:"FILL" 1,"wght" 700}.login-topbar{display:flex;align-items:center;justify-content:flex-end;width:100%;padding:2rem 2rem 0}.topbar-support{display:flex;align-items:center;gap:.25rem;font-size:12px;font-weight:800;line-height:16px;letter-spacing:.05em;color:var(--lp-muted);text-decoration:none;transition:color .15s ease}.topbar-support .material-symbols-outlined{font-size:18px}.topbar-support:hover{color:var(--lp-text)}.login-shell{flex:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:2.5rem;width:100%;max-width:72rem;margin:0 auto;padding:3.5rem 2rem}.left-side{display:flex;flex-direction:column;align-items:flex-start;padding-right:1.5rem}.brand-lockup{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.brand-squircle{position:relative;flex-shrink:0;width:64px;height:64px;border-radius:22px;background:linear-gradient(to top right,#0284c7,#1cb0f6,#38bdf8);border-bottom:5px solid #0284c7;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.brand-squircle:hover{transform:translateY(-4px)}.login-page .brand-squircle .material-symbols-outlined{color:#fff!important;font-size:36px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}.brand-squircle-shine{position:absolute;top:6px;left:8px;width:16px;height:8px;border-radius:999px;background:#fff6;filter:blur(.5px)}.brand-lockup-text{display:flex;flex-direction:column}.brand-lockup-name{display:flex;align-items:baseline;font-size:40px;font-weight:800;line-height:1;letter-spacing:-.02em}.login-page .brand-fiber{color:#1cb0f6!important}.login-page .brand-app{color:#ff9600!important}.brand-lockup-tagline{margin-top:.25rem;font-size:12px;font-weight:700;line-height:16px;letter-spacing:.05em;text-transform:uppercase;color:var(--lp-muted)}.login-page .tagline-dot{margin:0 .25rem;color:var(--lp-input-border)!important}.login-page .tagline-by{font-weight:800;color:var(--lp-primary)!important}.hero-title{margin-bottom:.5rem;font-size:40px;font-weight:800;line-height:48px;letter-spacing:-.02em;color:var(--lp-text)}.hero-wave{display:inline-block;animation:lp-bounce 1s infinite}.hero-text{max-width:32rem;margin-bottom:2.5rem;font-size:18px;font-weight:500;line-height:1.625;color:var(--lp-muted)}.feature-list{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:28rem;margin-bottom:2.5rem}.feature-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--lp-surface);border:2px solid var(--lp-border);border-bottom:4px solid var(--lp-border-strong);border-radius:1rem;transition:transform .2s ease}.feature-item:hover{transform:translate(4px)}.feature-icon{width:44px;height:44px;flex-shrink:0;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.feature-icon .material-symbols-outlined{font-size:24px}.feature-icon--green{background:#58cc0226}.login-page .feature-icon--green .material-symbols-outlined{color:#58cc02!important}.feature-icon--blue{background:#1cb0f626}.login-page .feature-icon--blue .material-symbols-outlined{color:#1cb0f6!important}.feature-icon--orange{background:#ff960026}.login-page .feature-icon--orange .material-symbols-outlined{color:#ff9600!important}.feature-copy{display:flex;flex-direction:column;min-width:0}.feature-title{font-size:16px;font-weight:700;line-height:1.25;letter-spacing:.03em;color:var(--lp-text)}.feature-desc{font-size:14px;font-weight:500;line-height:20px;color:var(--lp-muted)}.network-status{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 1rem;border-radius:999px;background:var(--lp-pill)}.status-dot{position:relative;display:flex;width:10px;height:10px;margin-right:.25rem}.status-ping,.status-core{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#9ca3af}.status-ping{opacity:0}.network-status[data-state=online] .status-ping,.network-status[data-state=online] .status-core{background:#58cc02}.network-status[data-state=online] .status-ping{opacity:.75;animation:lp-ping 1s cubic-bezier(0,0,.2,1) infinite}.network-status[data-state=offline] .status-ping,.network-status[data-state=offline] .status-core{background:#ff9600}.status-text{font-size:12px;font-weight:700;line-height:16px;letter-spacing:.05em;color:var(--lp-muted)}.right-side{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.login-box{position:relative;width:100%;max-width:28rem;padding:2.5rem;background:var(--lp-surface);border:2px solid var(--lp-border);border-bottom:6px solid var(--lp-border-strong);border-radius:28px;box-shadow:0 25px 50px -12px #111d262e}.login-card-header{margin-bottom:1.5rem}.login-card-header h2{font-size:32px;font-weight:800;line-height:1.25;letter-spacing:-.015em;color:var(--lp-text)}.login-card-header p{margin-top:.25rem;font-size:16px;font-weight:500;line-height:24px;color:var(--lp-muted)}.pending-task-banner{display:flex;align-items:center;padding:12px 16px;margin-bottom:24px;border-radius:12px;background:#fff8e1;border:1px solid #ffe082;color:#8d6e00;font-size:.88rem;font-weight:600;line-height:1.4}.pending-task-banner i{font-size:1.1rem;flex-shrink:0}#loginForm{display:flex;flex-direction:column;gap:1.5rem}.login-page .form-group{display:flex;flex-direction:column;gap:.25rem;margin:0}.login-page .form-label{display:block;margin:0;font-size:12px;font-weight:800;line-height:16px;letter-spacing:.05em;text-transform:uppercase;color:var(--lp-muted)}.password-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.forgot-password-link{font-size:12px;font-weight:800;line-height:16px;letter-spacing:.05em;color:#1cb0f6;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.login-page .input-wrapper{position:relative;display:flex;align-items:center}.login-page .form-control{width:100%;padding:14px 48px 14px 16px;background:var(--lp-surface-soft);border:2px solid var(--lp-input-border);border-radius:1rem;font-family:inherit;font-size:16px;font-weight:700;line-height:24px;color:var(--lp-text);box-shadow:none;outline:none;transition:border-color .15s ease,background-color .15s ease}.login-page #password{letter-spacing:.1em}.login-page #password:placeholder-shown{letter-spacing:normal}.login-page .form-control::placeholder{color:var(--lp-outline);font-weight:600}.login-page .form-control:focus{border-color:var(--lp-sky);background:var(--lp-surface);box-shadow:none}.input-check-badge{position:absolute;right:14px;width:28px;height:28px;border-radius:999px;background:#58cc0233;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:opacity .15s ease,transform .15s ease}.login-page .input-check-badge .material-symbols-outlined{font-size:18px;font-variation-settings:"wght" 700;color:#58cc02!important}.form-control:placeholder-shown~.input-check-badge,.form-control:placeholder-shown~.input-check-icon{opacity:0;transform:scale(.6)}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);padding:4px;border-radius:.5rem;font-size:22px;line-height:1;color:var(--lp-outline);cursor:pointer;transition:color .15s ease}.password-toggle:hover{color:var(--lp-text)}.remember-row{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.remember-row input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.remember-box{width:24px;height:24px;flex-shrink:0;border-radius:.5rem;border:2px solid var(--lp-input-border);border-bottom-width:3px;background:var(--lp-surface);display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease}.login-page .remember-box .material-symbols-outlined{font-size:16px;font-variation-settings:"wght" 700;color:#fff!important;opacity:0}.remember-row input:checked+.remember-box{background:#1cb0f6;border-color:#1cb0f6;border-bottom-color:#1899d6}.remember-row input:checked+.remember-box .material-symbols-outlined{opacity:1}.remember-row input:focus-visible+.remember-box{box-shadow:0 0 0 3px #1cb0f659}.remember-text{font-size:14px;font-weight:700;line-height:20px;color:var(--lp-text)}.btn-login{margin-top:.25rem;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:16px 24px;background:#1cb0f6;border:none;border-bottom:5px solid #1899d6;border-radius:1rem;color:#fff;font-family:inherit;font-size:16px;font-weight:900;line-height:20px;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:background-color .15s ease,transform .08s ease,border-bottom-width .08s ease}.login-page .btn-login-text{color:#fff!important}.btn-login:hover{background:#20b8ff}.btn-login:active{transform:translateY(4px);border-bottom-width:0}.btn-login:disabled{opacity:.9;cursor:progress}.btn-login-arrow{width:20px;height:20px;flex-shrink:0;transition:transform .15s ease}.btn-login:hover .btn-login-arrow{transform:translate(4px)}.secure-notice{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--lp-pill);color:var(--lp-muted);font-size:14px;font-weight:600;line-height:20px}.secure-notice[hidden]{display:none}.login-page .secure-notice .material-symbols-outlined{font-size:18px;color:#58cc02!important}.login-copyright{margin-top:1rem;padding-right:.5rem;font-size:14px;font-weight:500;line-height:20px;text-align:right;color:var(--lp-outline)}.mobile-brand-hero,.mobile-greeting,.input-check-icon{display:none}@keyframes lp-bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes lp-ping{75%,to{transform:scale(2);opacity:0}}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}@media(prefers-reduced-motion:reduce){.hero-wave,.wave-emoji,.network-status .status-ping{animation:none!important}}@media(max-width:968px){.login-page{font-family:Nunito,Nunito Sans,ui-rounded,sans-serif;background:#f7f7f7;color:#3c3c3c;-webkit-tap-highlight-color:transparent}[data-theme=dark] .login-page,[data-theme=dark] .right-side{background:linear-gradient(180deg,#08111f,#0d1b2e);color:#e2e8f0}.login-topbar,.left-side,.login-card-header,.remember-row,.secure-notice,.input-check-badge{display:none}.login-shell{display:flex;max-width:none;padding:0;gap:0}.right-side{flex:1;align-items:center;padding:20px;background:#f7f7f7}.mobile-brand-hero{display:block;width:100%;max-width:420px;margin:0 auto 20px;text-align:center}.brand-icon-wrap{position:relative;display:inline-block;margin-bottom:12px}.brand-icon{width:80px;height:80px;border-radius:24px;border:4px solid #ffffff;background:linear-gradient(to top right,#1cb0f6,#63d3ff);box-shadow:0 4px 6px -1px #bae6fde6;display:flex;align-items:center;justify-content:center}.brand-icon svg{width:48px;height:48px;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.12))}.brand-icon-badge{position:absolute;top:-4px;right:-4px;background:#ff9600;border:2px solid #ffffff;border-radius:999px;color:#fff;font-size:11px;font-weight:900;line-height:1.2;padding:2px 6px;box-shadow:0 1px 2px #00000014}.login-page .brand-wordmark{font-size:1.875rem;font-weight:900;letter-spacing:-.025em;color:#1cb0f6!important;margin:0;line-height:1.15}.login-page .brand-wordmark span{color:#ff9600!important}.brand-tagline{font-size:.875rem;font-weight:700;color:#9ca3af;letter-spacing:.025em;margin:2px 0 0}.mobile-greeting{display:block;width:100%;max-width:420px;margin:0 auto 20px;text-align:center}.mobile-greeting h2{font-size:1.5rem;font-weight:800;color:#3c3c3c;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:4px}.mobile-greeting .wave-emoji{display:inline-block;animation:wave 1s ease-in-out infinite;transform-origin:70% 70%}.mobile-greeting p{color:#6b7280;font-size:.875rem;font-weight:700;margin:0}[data-theme=dark] .mobile-greeting h2{color:#f8fafc}[data-theme=dark] .mobile-greeting p,[data-theme=dark] .brand-tagline{color:#cbd5e1}.login-box{max-width:100%;background:#fff;border:2px solid #e5e5e5;border-radius:24px;padding:20px;box-shadow:0 1px 2px #0000000d}[data-theme=dark] .login-box{background:#0f172abd;border:1px solid rgba(148,163,184,.18);box-shadow:0 24px 54px #00000052}#loginForm{gap:16px}.login-page .form-group{gap:0}.login-page .form-label{font-size:.75rem;font-weight:900;letter-spacing:.05em;color:#6b7280;margin:0 0 6px 4px}.password-label-row{margin:0 4px 6px}.password-label-row .form-label{margin:0}.forgot-password-link{font-size:.75rem;font-weight:900;letter-spacing:normal}[data-theme=dark] .forgot-password-link{color:#60a5fa}.login-page .form-control{background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:12px 44px 12px 16px;font-size:.875rem;font-weight:700;line-height:1.5;color:#1f2937}.login-page #password{letter-spacing:normal}.login-page .form-control::placeholder{color:#9ca3af;font-weight:700}.login-page .form-control:focus{border-color:#1cb0f6;box-shadow:0 0 0 3px #1cb0f626;background:#fbfdff}[data-theme=dark] .login-page .form-control:focus{border-color:#60a5fa}.input-check-icon{display:block;position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#58cc02;font-size:1.25rem;pointer-events:none;transition:opacity .15s ease}.form-control:placeholder-shown~.input-check-icon{transform:translateY(-50%)}.password-toggle{right:14px;padding:0;font-size:1.2rem;color:#9ca3af}.btn-login{margin-top:8px;border-bottom:4px solid #1899d6;padding:14px 16px;font-size:1rem;line-height:1.5;box-shadow:0 1px 2px #0000000d;transition:transform .08s ease-in-out,border-bottom-width .08s ease-in-out}.btn-login:hover{background:#1cb0f6}.btn-login:hover .btn-login-arrow{transform:none}.btn-login:active{transform:translateY(3px);border-bottom-width:1px}.login-copyright{width:100%;max-width:420px;margin:8px auto 0;padding:0;text-align:center;font-size:.75rem;font-weight:700;line-height:1.33;letter-spacing:.025em;color:#9ca3af}}@media(max-width:576px){.right-side{padding:20px 16px 24px}}
