.html-login-page,.html-registration-page,.html-registration-result-page,.html-password-recovery-page,.html-change-password-page,.html-account-page,.html-not-found-page,.html-access-denied-page,.html-store-closed-page,.html-error-page{background:#f7f8fa}.html-login-page body,.html-registration-page body,.html-registration-result-page body,.html-password-recovery-page body,.html-change-password-page body,.html-account-page body,.html-not-found-page body,.html-access-denied-page body,.html-store-closed-page body,.html-error-page body{background:#f7f8fa}.gvt-auth-root{--gvt-auth-primary:#db2777;--gvt-auth-primary-dark:#be185d;--gvt-auth-primary-soft:#fce7f3;--gvt-auth-text:#0f172a;--gvt-auth-text-muted:#64748b;--gvt-auth-surface:#fff;--gvt-auth-border:#e5e7eb;--gvt-auth-bg-subtle:#f8fafc;--gvt-auth-bg:#f7f8fa;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--gvt-auth-bg)}.theme-gvt-light.gvt-auth-root{--gvt-auth-primary:#25d366;--gvt-auth-primary-dark:#128c7e;--gvt-auth-primary-soft:#dcfce7}.theme-gvt-pink.gvt-auth-root{--gvt-auth-primary:#db2777;--gvt-auth-primary-dark:#be185d;--gvt-auth-primary-soft:#fce7f3}.theme-indigo-light.gvt-auth-root{--gvt-auth-primary:#1b2a4a;--gvt-auth-primary-dark:#2c3e6b;--gvt-auth-primary-soft:#e0e7ff}.theme-fenix-light.gvt-auth-root{--gvt-auth-primary:#29abe2;--gvt-auth-primary-dark:#1f8bbd;--gvt-auth-primary-soft:#e0f2fe}.theme-gvt-dark.gvt-auth-root{--gvt-auth-primary:#2fd97a;--gvt-auth-primary-dark:#22c06a;--gvt-auth-primary-soft:#dcfce7}.theme-gvt-pink-dark.gvt-auth-root{--gvt-auth-primary:#ec4899;--gvt-auth-primary-dark:#db2777;--gvt-auth-primary-soft:#fce7f3}.theme-indigo-dark.gvt-auth-root{--gvt-auth-primary:#4f6bb5;--gvt-auth-primary-dark:#3b5591;--gvt-auth-primary-soft:#e0e7ff}.theme-fenix-dark.gvt-auth-root{--gvt-auth-primary:#4fc0ea;--gvt-auth-primary-dark:#29abe2;--gvt-auth-primary-soft:#e0f2fe}.gvt-auth-stripe{height:4px;background:linear-gradient(90deg,var(--gvt-auth-primary),var(--gvt-auth-primary-dark))}.gvt-auth-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px}.gvt-auth-brand{text-align:center;margin-bottom:24px}.gvt-auth-brand a{display:inline-flex;align-items:center;justify-content:center}.gvt-auth-brand img,.gvt-auth-logo{max-height:56px;width:auto;display:block;margin:0!important}.gvt-auth-brand-name{font-size:20px;font-weight:700;color:var(--gvt-auth-text);letter-spacing:-.3px;margin:0}.gvt-auth-card{width:100%;max-width:420px;background:var(--gvt-auth-surface);border:1px solid var(--gvt-auth-border);border-radius:20px;padding:32px;box-shadow:0 6px 20px rgba(15,23,42,.07);box-sizing:border-box}.html-registration-page .gvt-auth-card{max-width:560px}.gvt-auth-card h1.gvt-auth-title,.gvt-auth-card .gvt-auth-title{font-family:inherit!important;font-size:22px;font-weight:600;color:var(--gvt-auth-text);margin:0 0 6px;text-align:center}.gvt-auth-sub{color:var(--gvt-auth-text-muted);font-size:14px;margin:0 0 22px;text-align:center}.gvt-auth-field{margin-bottom:14px}.gvt-auth-field label{display:block;font-size:13px;font-weight:500;color:var(--gvt-auth-text);margin-bottom:6px}.gvt-auth-field-wrap{position:relative}.gvt-auth-field-wrap .gvt-auth-left-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none;width:18px;height:18px}.gvt-auth-field input,.gvt-auth-field select,.gvt-auth-field textarea{width:100%;padding:11px 14px 11px 42px;border:1px solid var(--gvt-auth-border);border-radius:10px;font-size:14px;background:var(--gvt-auth-surface);outline:0;box-sizing:border-box;color:var(--gvt-auth-text);transition:border-color .15s,box-shadow .15s}.gvt-auth-field input:focus,.gvt-auth-field select:focus,.gvt-auth-field textarea:focus{border-color:var(--gvt-auth-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--gvt-auth-primary) 18%,transparent)}.gvt-auth-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px 16px;text-overflow:ellipsis}.gvt-auth-field select::-ms-expand{display:none}.gvt-auth-field.is-no-icon input,.gvt-auth-field.is-no-icon select,.gvt-auth-field.is-no-icon textarea{padding-left:14px}.gvt-auth-field.gvt-auth-pwd-wrap input{padding-right:42px}.gvt-auth-pwd-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:0;cursor:pointer;color:#94a3b8;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center}.gvt-auth-pwd-toggle:hover{color:var(--gvt-auth-text);background:var(--gvt-auth-bg-subtle)}.gvt-auth-pwd-toggle i{width:18px;height:18px}.gvt-auth-row{display:flex;justify-content:space-between;align-items:center;margin:4px 0 20px;font-size:13px}.gvt-auth-row label{display:inline-flex;align-items:center;gap:6px;color:var(--gvt-auth-text-muted);cursor:pointer;margin:0}.gvt-auth-row input[type="checkbox"]{width:14px;height:14px;accent-color:var(--gvt-auth-primary)}.gvt-auth-row a{color:var(--gvt-auth-primary);text-decoration:none;font-weight:500}.gvt-auth-row a:hover{text-decoration:underline}.gvt-auth-btn-primary{width:100%;padding:12px 16px;background:var(--gvt-auth-primary);color:#fff;border:0;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:background .15s}.gvt-auth-btn-primary:hover{background:var(--gvt-auth-primary-dark);color:#fff}.gvt-auth-btn-primary:disabled{opacity:.6;cursor:not-allowed}.gvt-auth-btn-link{text-align:center;text-decoration:none;display:block}.gvt-auth-btn-link:hover{color:#fff;text-decoration:none}.gvt-auth-card .validation-summary-errors,.gvt-auth-card [class*="validation-summary"]{margin-bottom:14px;padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;font-size:13px}.gvt-auth-card .field-validation-error,.gvt-auth-card [class*="field-validation"]{display:block;color:#dc2626;font-size:12px;margin-top:4px}.gvt-auth-altlink{text-align:center;margin-top:16px;font-size:13px;color:var(--gvt-auth-text-muted)}.gvt-auth-altlink a{color:var(--gvt-auth-primary);text-decoration:none;font-weight:500;margin-left:4px}.gvt-auth-altlink a:hover{text-decoration:underline}.gvt-auth-notice{margin-bottom:14px;padding:10px 12px;border-radius:10px;font-size:13px}.gvt-auth-notice.is-warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.gvt-auth-notice.is-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;text-align:center}.gvt-auth-section{margin-top:22px;padding-top:20px;border-top:1px solid #f1f5f9}.gvt-auth-section:empty{display:none}.gvt-auth-section:first-of-type{margin-top:0;padding-top:0;border-top:0}.gvt-auth-section-title{font-family:inherit!important;font-size:12px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}.gvt-auth-check{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.gvt-auth-check input[type="checkbox"]{width:16px;height:16px;margin-top:2px;accent-color:var(--gvt-auth-primary);flex-shrink:0}.gvt-auth-check label{font-size:13px;color:var(--gvt-auth-text-muted);font-weight:400;margin:0;line-height:1.5}.gvt-auth-check a,.gvt-auth-check .read{color:var(--gvt-auth-primary);text-decoration:underline;cursor:pointer;margin-left:4px}.gvt-auth-radio-group{display:flex;gap:18px;flex-wrap:wrap}.gvt-auth-radio-group label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:400;color:var(--gvt-auth-text-muted);cursor:pointer;margin:0}.gvt-auth-radio-group input[type="radio"]{accent-color:var(--gvt-auth-primary)}.gvt-auth-row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:520px){.gvt-auth-row-2{grid-template-columns:1fr}}.gvt-auth-footer{padding:20px 24px 24px;text-align:center;font-size:12px;line-height:1.5;color:var(--gvt-auth-text-muted);border-top:1px solid var(--gvt-auth-border);background:var(--gvt-auth-surface);padding-bottom:calc(24px + env(safe-area-inset-bottom))}.gvt-auth-footer a{color:var(--gvt-auth-primary);text-decoration:none}.gvt-auth-footer a:hover{text-decoration:underline}.html-not-found-page .gvt-auth-card,.html-access-denied-page .gvt-auth-card,.html-store-closed-page .gvt-auth-card,.html-error-page .gvt-auth-card{text-align:center}.html-not-found-page .gvt-auth-title,.html-access-denied-page .gvt-auth-title,.html-store-closed-page .gvt-auth-title,.html-error-page .gvt-auth-title,.html-not-found-page .gvt-auth-sub,.html-access-denied-page .gvt-auth-sub,.html-store-closed-page .gvt-auth-sub,.html-error-page .gvt-auth-sub{text-align:center}.html-not-found-page .gvt-auth-main,.html-access-denied-page .gvt-auth-main,.html-store-closed-page .gvt-auth-main,.html-error-page .gvt-auth-main{justify-content:flex-start;padding-top:64px}.gvt-auth-error-icon{width:72px;height:72px;border-radius:50%;margin:0 auto 18px;display:inline-flex;align-items:center;justify-content:center;background:var(--gvt-auth-primary-soft);color:var(--gvt-auth-primary)}.gvt-auth-error-icon.is-warn{background:#fffbeb;color:#b45309}.gvt-auth-error-icon.is-info{background:#eff6ff;color:#2563eb}.gvt-auth-error-icon.is-danger{background:#fef2f2;color:#dc2626}.gvt-auth-error-code{margin-top:18px;font-size:12px;letter-spacing:.02em;color:var(--gvt-auth-text-muted)}.gvt-auth-field .date-picker-wrapper,.gvt-auth-field .date-picker{display:flex;gap:8px}.gvt-auth-field .date-picker select,.gvt-auth-field .date-picker-wrapper select{padding-left:14px;flex:1;min-width:0}.gvt-auth-hint{display:block;font-size:11px;color:#94a3b8;font-style:italic;margin-top:4px}
