:root{--vr-orange:#f97216;--vr-orange-light:#fdba74;--vr-dark:#001a14;--vr-border:#d7d7d7;--vr-input-bg:#fdfdfd;--vr-danger:#dc2626;--vr-field-h:50px}[x-cloak]{display:none!important}*{box-sizing:border-box;margin:0;padding:0}html,body{background:#fff;height:100vh;font-family:Poppins,sans-serif;overflow:hidden}.top-bar-light{background:var(--vr-orange-light);height:12px}.top-bar-main{background:var(--vr-orange);white-space:nowrap;justify-content:center;align-items:center;gap:14px;min-height:44px;padding:6px 16px;display:flex}.top-bar-main p,.top-bar-main span{color:#fff;font-size:15px;font-weight:500;line-height:1}.top-bar-main .promo-bold{font-weight:700}.promo-code-badge{background:#9a3412;border-radius:8px;align-items:center;padding:6px 12px;line-height:1;display:inline-flex}.promo-code-badge span{letter-spacing:.3px;font-size:13px;font-weight:700;line-height:1}.page-wrapper{grid-template-columns:1fr 1fr;height:calc(100vh - 56px);display:grid;position:relative;overflow:hidden}.back-button{background:linear-gradient(to right, var(--vr-orange), var(--vr-orange-light));cursor:pointer;z-index:30;border:none;border-radius:8px;justify-content:center;align-items:center;width:43px;height:43px;text-decoration:none;transition:opacity .2s;display:flex;position:absolute;top:26px;left:30px}.back-button:hover{opacity:.85}.back-button i{color:#fff;font-size:24px}.left-side{flex-direction:column;justify-content:center;padding:24px 56px 24px 96px;display:flex;overflow-y:auto}.header-row{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:32px;margin-bottom:26px;display:flex}.header-row .logo-img{object-fit:contain;flex-shrink:0;width:auto;height:34px}.header-contact{flex-shrink:0;align-items:center;gap:32px;display:flex}.header-item{color:var(--vr-dark);align-items:center;gap:6px;font-size:14px;text-decoration:none;transition:color .2s;display:flex}.header-item:hover{color:var(--vr-orange)}.online-dot{background:var(--vr-orange);border-radius:50%;width:8px;height:8px;margin-left:4px;display:inline-block;position:relative}.online-dot:after{content:"";background:var(--vr-orange);border-radius:50%;animation:2s infinite pulse;position:absolute;inset:0}@keyframes pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.form-container{width:100%;max-width:560px;margin:0 auto}.form-title{color:var(--vr-dark);text-align:left;margin-bottom:4px;font-size:26px;font-weight:600}.form-subtitle{color:var(--vr-dark);text-align:left;margin-bottom:18px;font-size:15px;font-weight:500}.form-subtitle a{color:var(--vr-orange);margin-left:4px;font-weight:600;text-decoration:none}.form-subtitle a:hover{opacity:.75}.tabs-row{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px;display:grid}.tab-btn{cursor:pointer;color:#656565;background:#f2f2f2;border:none;border-radius:5px;height:50px;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;transition:all .25s}.tab-btn:hover{background:#e8e8e8}.tab-btn.active{background:linear-gradient(to right, var(--vr-orange), var(--vr-orange-light));color:#fff}.form-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:13px;display:grid}.form-input-wrap{width:100%;position:relative}.form-input-wide{margin-bottom:13px}.form-input,.form-select{width:100%;height:var(--vr-field-h);background:var(--vr-input-bg);border:1px solid var(--vr-border);color:#000;border-radius:5px;padding:0 18px;font-family:Poppins,sans-serif;font-size:13px;transition:border-color .2s,background .2s}.form-input::placeholder{color:#6b7280}.form-input:focus,.form-select:focus{border-color:var(--vr-orange);background:#fff;outline:none}.form-input.is-invalid,.form-select.is-invalid{border-color:var(--vr-danger)}.field-error{color:var(--vr-danger);margin-top:4px;font-size:12px;font-weight:500;display:block}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M12 15.5l-6-6 1.4-1.4L12 12.7l4.6-4.6L18 9.5z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:14px;padding-right:42px}.phone-group{width:100%;height:var(--vr-field-h);background:var(--vr-input-bg);border:1px solid var(--vr-border);border-radius:5px;align-items:center;transition:border-color .2s,background .2s;display:flex;overflow:hidden}.phone-group:focus-within{border-color:var(--vr-orange);background:#fff}.phone-group.is-invalid{border-color:var(--vr-danger)}.phone-prefix{border-right:1px solid var(--vr-border);color:#000;white-space:nowrap;background:#f2f2f2;align-items:center;gap:7px;height:100%;padding:0 12px;font-size:13px;font-weight:600;display:flex}.phone-flag{object-fit:cover;border-radius:2px;width:22px;height:15px;display:block}.phone-input{color:#000;letter-spacing:.5px;background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;padding:0 16px;font-family:Poppins,sans-serif;font-size:13px}.password-input{padding-right:50px}.password-toggle{right:16px;top:calc(var(--vr-field-h) / 2);cursor:pointer;color:#000;background:0 0;border:none;padding:0;position:absolute;transform:translateY(-50%)}.password-toggle:hover{color:var(--vr-orange)}.password-toggle i{font-size:18px}.terms-row{cursor:pointer;align-items:flex-start;gap:10px;margin:12px 0 4px;display:flex}.custom-checkbox{appearance:none;cursor:pointer;background:0 0;border:1px solid #000;border-radius:5px;flex-shrink:0;width:20px;height:20px;margin-top:1px;transition:background-color .25s,border-color .25s,transform .15s;position:relative}.custom-checkbox:hover{border-color:var(--vr-orange)}.custom-checkbox:checked{background:var(--vr-orange);border-color:var(--vr-orange)}.custom-checkbox:after{content:"";transform-origin:50%;opacity:0;border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s;position:absolute;top:2px;left:6px;transform:rotate(45deg)scale(0)}.custom-checkbox:checked:after{opacity:1;transform:rotate(45deg)scale(1)}.terms-label{color:#000;font-size:13px;font-weight:500;line-height:1.45}.terms-label .terms-link{color:#000;font-weight:700;text-decoration:none;transition:color .2s}.terms-label .terms-link:hover{color:var(--vr-orange)}.submit-button{background:linear-gradient(to right, var(--vr-orange), var(--vr-orange-light));color:#fff;cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;margin-top:10px;font-family:Poppins,sans-serif;font-size:17px;font-weight:600;transition:opacity .2s;display:inline-flex}.submit-button:hover{opacity:.9}.submit-button:active{opacity:.8}.submit-button:disabled{opacity:.65;cursor:not-allowed}.btn-spinner{border:2px solid #ffffff80;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-options{justify-content:space-between;align-items:center;margin:18px 0;display:flex}.remember-wrap{cursor:pointer;align-items:center;gap:10px;display:flex}.remember-label{color:#000;font-size:13px;font-weight:600}.forgot-link{color:var(--vr-orange);font-size:13px;font-weight:500;text-decoration:none}.forgot-link:hover{opacity:.75}.auth-status{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;margin-bottom:14px;padding:11px 14px;font-size:13px;font-weight:500}.auth-error-summary{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:14px;padding:11px 14px;font-size:13px;font-weight:500}.right-side{position:relative;overflow:hidden}.right-side img.hero-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (width<=1100px){.left-side{padding:20px 40px 20px 60px}.header-row{gap:20px;margin-bottom:20px}.header-contact{gap:20px}}@media (width<=900px){html,body{height:auto;min-height:100vh;overflow:hidden auto}.page-wrapper{grid-template-columns:1fr;height:auto;overflow:visible}.right-side{display:none}.back-button{top:20px;left:16px}.left-side{align-items:center;padding:70px 24px 50px;overflow:visible}.header-row{flex-direction:column;justify-content:center;gap:16px;margin-bottom:22px}.form-container{max-width:100%}.form-title{text-align:center;font-size:22px}.form-subtitle{text-align:center}.form-grid{grid-template-columns:1fr}}@media (width<=420px){.left-side{padding:64px 18px 40px}.header-contact{flex-wrap:wrap;justify-content:center;gap:14px}.promo-code-badge{display:none}}body.auth-login{--vr-field-h:55px}body.auth-login .left-side{justify-content:flex-start;padding:100px 60px 40px 140px}body.auth-login .header-row{margin-bottom:110px}body.auth-login .form-container{max-width:435px}body.auth-login .form-title{margin-bottom:10px;font-size:25px}body.auth-login .form-subtitle{margin-bottom:25px;font-size:15px}body.auth-login .form-input-wide{margin-bottom:15px}body.auth-login .form-options{margin:20px 0}body.auth-login .submit-button{height:55px;margin-top:4px;font-size:18px}@media (width<=1100px){body.auth-login .left-side{padding:80px 40px 40px 60px}body.auth-login .header-row{margin-bottom:80px}}@media (width<=900px){body.auth-login .left-side{justify-content:center;padding:70px 24px 50px}body.auth-login .header-row{margin-bottom:40px}}.tfa-icon{width:64px;height:64px;color:var(--vr-orange);background:#f972161a;border-radius:18px;justify-content:center;align-items:center;margin-bottom:18px;font-size:30px;display:inline-flex}.otp-boxes{flex-wrap:wrap;gap:10px;margin:6px 0 16px;display:flex}.otp-box{text-align:center;border:1.5px solid var(--vr-border);background:var(--vr-input-bg);color:#1d1b2e;border-radius:8px;outline:none;width:56px;height:56px;font-size:23px;font-weight:700;transition:border-color .15s}.otp-box:focus{border-color:var(--vr-orange)}@media (width<=460px){.otp-box{width:46px;height:46px;font-size:20px}}.tfa-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.tfa-toggle{color:var(--vr-orange);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;font-weight:600}.tfa-toggle:hover{text-decoration:underline}.tfa-back{color:#6b6884;font-size:14px}.tfa-back a{color:var(--vr-orange);font-weight:600;text-decoration:none}.login-actions{align-items:stretch;gap:8px;margin-top:14px;display:flex}.login-actions .submit-button{flex:1;width:auto;margin-top:0!important}.passkey-icon-btn{color:#fff;cursor:pointer;background:#16161a;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:55px;font-size:22px;transition:background-color .25s;display:inline-flex}.passkey-icon-btn:hover{background:#26262e}.passkey-icon-btn:disabled{opacity:.55;cursor:default}.auth-divider{color:#9aa1ad;align-items:center;gap:14px;margin:18px 0;font-size:13px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#0000001a;flex:1;height:1px}.google-btn{color:#3c4043;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:5px;justify-content:center;align-items:center;gap:10px;width:100%;height:55px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:border-color .2s;display:flex}.google-btn:hover{border-color:var(--vr-orange)}.google-btn svg{flex-shrink:0}body.auth-register .tabs-row{margin-bottom:11px}body.auth-register .form-grid,body.auth-register .form-input-wide{margin-bottom:9px}body.auth-register .form-input,body.auth-register .form-select,body.auth-register .phone-group{height:44px}body.auth-register .terms-row{margin:6px 0 9px}body.auth-register .cf-turnstile{transform-origin:0 0;margin:2px 0 6px;transform:scale(.95)}body.auth-register .submit-button{margin-top:2px}@media (width>=992px){body.auth-register .left-side{justify-content:center;padding-top:40px;padding-bottom:24px}}body.auth-register .form-title{margin-bottom:3px;font-size:23px}body.auth-register .google-btn{height:48px}body.auth-register .auth-divider{margin:9px 0}body.auth-register .form-subtitle{margin-bottom:10px}@media (width>=992px){body.auth-register .left-side{padding-top:24px;padding-bottom:12px}}
