@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap");:root{--u-primary:#f5a623;--u-primary-dark:#e6951a;--u-primary-light:#fff8ec;--u-secondary:#00193F;--u-link:#1759F7;--u-white:#ffffff;--u-text:#0F172A;--u-text-2:#3E4850;--u-text-3:#9ca3af;--u-border:#d1d5db;--u-divider:#e5e7eb;--u-r-sm:10px;--u-r-md:24px;--u-font-body:"Manrope",sans-serif;--u-font-josefin:"Josefin Sans",sans-serif}.auth-page{font-family:var(--u-font-body);background:var(--u-white);min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-page .card{background:var(--u-white);width:100%;max-width:576px;border:1.5px solid var(--u-border);border-radius:var(--u-r-md);padding:30px 40px;margin:30px 0}.auth-page .logoWrap{display:flex;justify-content:center;align-items:center}.auth-page .heading,.auth-page .logoWrap{text-align:center;margin-bottom:20px}.auth-page .h1{font-family:var(--u-font-josefin);font-size:30px;font-weight:600;color:var(--u-secondary);margin-bottom:2px}.auth-page .subtext{font-size:15px;color:var(--u-text-3);font-weight:500}.auth-page .tabs{display:flex;border-bottom:1.5px solid var(--u-divider);margin-bottom:20px}.auth-page .tab{flex:1;background:none;border:none;padding:9px 0 10px;font-size:17px;font-weight:600;font-family:var(--u-font-body);color:var(--u-text-3);cursor:pointer;position:relative;text-align:center;transition:color .15s}.auth-page .tab:hover{color:var(--u-text-2)}.auth-page .tabActive{color:var(--u-text)}.auth-page .tabActive:after{content:"";position:absolute;bottom:-1.5px;left:0;right:0;height:2.5px;background:var(--u-secondary);border-radius:2px 2px 0 0}.auth-page .field{margin-bottom:12px;width:100%}.auth-page .input{width:100%;height:65.5px;border:1px solid var(--u-border);border-radius:12px;padding:0 16px;font-size:14px;font-weight:600;font-family:var(--u-font-body);color:var(--u-text);background:var(--u-white);outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.auth-page .input::-moz-placeholder{color:#b0b7c3}.auth-page .input::placeholder{color:#b0b7c3}.auth-page .input:focus{border-color:var(--u-primary);box-shadow:0 0 0 3px rgba(245,166,35,.12)}.auth-page .phoneRow{display:flex;gap:6px;margin-bottom:14px;align-items:center}.auth-page .customSelect{position:relative;flex-shrink:0;width:104px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-page .csTrigger{display:flex;align-items:center;gap:6px;height:65.5px;padding:0 10px;width:100%;border:1.5px solid var(--u-border);border-radius:var(--u-r-sm);background:var(--u-white);cursor:pointer;font-size:13px;font-family:var(--u-font-body);color:var(--u-text);font-weight:500;transition:border-color .15s,box-shadow .15s}.auth-page .csTrigger:focus{outline:none}.auth-page .csTriggerOpen{border-color:var(--u-primary);box-shadow:0 0 0 3px rgba(245,166,35,.12)}.auth-page .flagImg{width:20px;height:14px;border-radius:2px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.auth-page .csCode{flex:1;font-size:13px;text-align:left}.auth-page .csCaret{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #9ca3af;flex-shrink:0;transition:transform .15s}.auth-page .csCaretOpen{transform:rotate(180deg)}.auth-page .csList{position:absolute;top:calc(100% + 4px);left:0;width:160px;background:var(--u-white);border:1.5px solid var(--u-border);border-radius:var(--u-r-sm);box-shadow:0 4px 16px rgba(0,0,0,.1);z-index:100;overflow:hidden}.auth-page .csOption{display:flex;align-items:center;gap:8px;padding:9px 12px;cursor:pointer;font-size:13px;font-family:var(--u-font-body);font-weight:500;color:var(--u-text);background:var(--u-white);transition:background .1s}.auth-page .csOption:hover{background:#f3f4f6}.auth-page .csOptionSelected{background:var(--u-primary-light);color:var(--u-primary)}.auth-page .csDial{font-size:13px}.auth-page .csOptionName{color:var(--u-text-3);font-weight:400;font-size:12px;margin-left:auto}.auth-page .phoneInput{flex:1;min-width:0;border:1.5px solid var(--u-border);border-radius:var(--u-r-sm);padding:0 12px;font-size:13.5px;font-family:var(--u-font-body);color:var(--u-text);background:var(--u-white);outline:none;height:65.5px;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.auth-page .phoneInput::-moz-placeholder{color:#b0b7c3}.auth-page .phoneInput::placeholder{color:#b0b7c3}.auth-page .phoneInput:focus{border-color:var(--u-primary);box-shadow:0 0 0 3px rgba(245,166,35,.12)}.auth-page .checkRow{display:flex;align-items:flex-start;gap:8px;margin-bottom:7px}.auth-page .checkbox{margin-top:2px;width:14px;height:14px;flex-shrink:0;accent-color:var(--u-secondary);cursor:pointer}.auth-page .checkLabel{font-size:12px;font-weight:400;color:rgb(34,34,34);line-height:1.5;cursor:pointer}.auth-page .terms{font-size:11px;color:rgb(34,34,34);margin-bottom:18px;line-height:1.5}.auth-page .termsLink{color:var(--u-text-3);font-weight:500;text-decoration:underline}.auth-page .termsLink:hover{color:var(--u-text-2)}.auth-page .forgot{display:block;font-size:20px;font-weight:700;color:var(--u-text);text-decoration:none;margin-bottom:14px;transition:color .15s}.auth-page .forgot:hover{color:var(--u-primary)}.auth-page .btnPrimary{width:100%;background:var(--u-secondary);color:#ffffff;border:none;border-radius:50px;padding:13px;font-size:20px;font-weight:700;font-family:var(--u-font-body);cursor:pointer;transition:background .15s,transform .1s}.auth-page .btnPrimary:hover{background:#001733}.auth-page .btnPrimary:active{transform:scale(.99)}.auth-page .divider{display:flex;align-items:center;gap:12px;margin:16px 0;font-size:18px;color:var(--u-text-3)}.auth-page .dividerLine{flex:1;height:1px;background:var(--u-divider);display:block}.auth-page .dividerText{flex-shrink:0}.auth-page .btnGoogle{width:100%;background:var(--u-white);border:1.5px solid var(--u-border);border-radius:50px;padding:11px 14px;font-size:20px;font-weight:700;font-family:var(--u-font-body);color:var(--u-text);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:border-color .15s,box-shadow .15s}.auth-page .btnGoogle:hover{border-color:#b0b7c3;box-shadow:0 1px 6px rgba(0,0,0,.07)}.auth-page .signupLine{text-align:center;font-size:12px;font-weight:600;color:var(--u-text-3);margin-top:18px}.auth-page .signupLink{color:var(--u-text);font-weight:700;text-decoration:none}.auth-page .signupLink:hover{color:var(--u-primary)}.auth-page .authError{font-size:12.5px;color:#dc2626;margin-bottom:12px;line-height:1.4}.auth-page .subtextSmall{font-size:12px;color:var(--u-text-3);margin-bottom:14px;line-height:1.5}.auth-page .linkBtn{background:none;border:none;padding:0;font:inherit;color:var(--u-secondary);font-weight:600;cursor:pointer;text-decoration:underline}.auth-page .linkBtn:disabled{opacity:.6;cursor:not-allowed}.auth-page .btnGoogle:disabled,.auth-page .btnPrimary:disabled{opacity:.7;cursor:not-allowed}.auth-page .input:disabled,.auth-page .phoneInput:disabled{background:#f9fafb;cursor:not-allowed}.auth-page .authSuccess{font-size:12.5px;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:8px 10px;margin-bottom:14px;line-height:1.4}@media (max-width:440px){.auth-page .card{padding:28px 16px 24px}.auth-page .h1{font-size:17px}}.auth-page .phoneField{display:flex;align-items:center;gap:8px;width:100%;height:65.5px;padding:0 16px;margin-bottom:12px;border:1px solid var(--u-border);border-radius:12px;background:var(--u-white);box-sizing:border-box}.auth-page .phoneField:focus-within{border-color:var(--u-primary);box-shadow:0 0 0 3px rgba(245,166,35,.12)}.auth-page .phoneFieldSep{width:1px;height:20px;background:var(--u-divider);flex-shrink:0}.auth-page .phoneFieldInput{flex:1;min-width:0;border:none;outline:none;background:transparent;height:100%;font-size:14px;font-family:var(--u-font-body);color:var(--u-text)}.auth-page .phoneFieldInput::-moz-placeholder{color:#b0b7c3}.auth-page .phoneFieldInput::placeholder{color:#b0b7c3}.auth-page .phoneInfo{flex-shrink:0;color:var(--u-text-3);display:flex;align-items:center}.auth-page .customSelectEmbedded{width:auto}.auth-page .csTriggerEmbedded{width:auto;height:auto;padding:0;border:none;gap:4px}.auth-page .csTriggerEmbedded.csTriggerOpen,.auth-page .csTriggerEmbedded:focus{border:none;box-shadow:none}.auth-page .passwordField{position:relative;width:100%;margin-bottom:12px}.auth-page .passwordField .input{margin-bottom:0;padding-right:44px}.auth-page .eyeBtn{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;color:var(--u-text-3);display:flex;align-items:center;transition:color .15s}.auth-page .eyeBtn:hover{color:var(--u-text-2)}.auth-page .pwReqs{list-style:none;margin:12px 0;padding:0;display:flex;flex-direction:column;gap:7px}.auth-page .pwReq{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:rgb(41,41,41);line-height:1.5;transition:color .15s}.auth-page .pwReqIcon{flex-shrink:0;width:20px;height:20.15px;color:var(--u-text-3);transition:color .15s}.auth-page .pwReqMet{color:var(--u-text-2)}.auth-page .pwReqMet .pwReqIcon{color:#16a34a}.auth-page .input:-webkit-autofill,.auth-page .input:-webkit-autofill:focus,.auth-page .input:-webkit-autofill:hover,.auth-page .phoneFieldInput:-webkit-autofill,.auth-page .phoneFieldInput:-webkit-autofill:focus,.auth-page .phoneFieldInput:-webkit-autofill:hover,.auth-page .phoneInput:-webkit-autofill,.auth-page .phoneInput:-webkit-autofill:focus,.auth-page .phoneInput:-webkit-autofill:hover{-webkit-text-fill-color:var(--u-text);box-shadow:0 0 0 1000px var(--u-white) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.auth-page .errorMsg{font-size:13px;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin-bottom:12px}