.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:2rem;box-shadow:0 1px 3px 0 rgb(0 0 0 / .06),0 4px 12px 0 rgb(0 0 0 / .04)}.dark .auth-card{background:#111827;border-color:#1f2937}.auth-card--wide{padding:1.75rem}.auth-tabs{display:flex;background:#f3f4f6;border-radius:.75rem;padding:3px;gap:2px}.dark .auth-tabs{background:#1f2937}.auth-tab{flex:1;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;border-radius:.625rem;border:none;background:0 0;color:#6b7280;cursor:pointer;transition:all .18s ease;white-space:nowrap}.dark .auth-tab{color:#9ca3af}.auth-tab.active{background:#fff;color:#111827;box-shadow:0 1px 3px 0 rgb(0 0 0 / .1)}.dark .auth-tab.active{background:#374151;color:#f9fafb}.step-dot{display:inline-block;width:7px;height:7px;border-radius:9999px;background:#e5e7eb;transition:all .25s ease}.dark .step-dot{background:#374151}.step-dot.active{background:#246e3a;width:18px}.step-dot.done{background:#246e3a}.auth-pane{display:none}.auth-pane.active{display:block}.form-label{display:block;font-size:.8125rem;font-weight:500;color:#374151;margin-bottom:.375rem}.dark .form-label{color:#d1d5db}.field-error{font-size:.75rem;color:#d50000;margin-top:.25rem;line-height:1.4}.auth-error-box{padding:.625rem .875rem;border-radius:.625rem;font-size:.8125rem;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;line-height:1.5}.dark .auth-error-box{background:#450a0a;border-color:#991b1b;color:#fca5a5}.auth-success-box{padding:.625rem .875rem;border-radius:.625rem;font-size:.8125rem;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;line-height:1.5}.dark .auth-success-box{background:#052e16;border-color:#166534;color:#86efac}.form-section-title{font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6;margin-bottom:.875rem;margin-top:.5rem}.dark .form-section-title{color:#6b7280;border-color:#1f2937}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-grid-3{display:grid;grid-template-columns:1fr 1fr 0.85fr;gap:.625rem}.form-grid-phone{display:grid;grid-template-columns:1fr 1.6fr;gap:.75rem}@media (max-width:400px){.form-grid-2,.form-grid-phone{grid-template-columns:1fr}.form-grid-3{grid-template-columns:1fr 1fr}.form-grid-3>div:last-child{grid-column:1/-1}}.otp-input{width:44px;height:52px;text-align:center;font-size:1.375rem;font-weight:700;border:1.5px solid #e5e7eb;border-radius:.75rem;background:#f9fafb;color:#111827;outline:0;caret-color:transparent;transition:border-color .15s,box-shadow .15s,background .15s}.otp-input:focus{border-color:#246e3a;box-shadow:0 0 0 3px #246E3A20;background:#fff}.otp-input.filled{border-color:#246e3a;background:#edf7f1;color:#1b5430}.otp-input.error{border-color:#d50000;background:#fef2f2}.dark .otp-input{border-color:#374151;background:#1f2937;color:#f9fafb}.dark .otp-input:focus{border-color:#6ec48e;background:#111827;box-shadow:0 0 0 3px #246E3A25}.dark .otp-input.filled{border-color:#6ec48e;background:#071610;color:#a9dbb7}.password-strength-bar{height:100%;border-radius:9999px;transition:width .35s ease,background-color .35s ease}.pwd-strength-0{width:0%;background:0 0}.pwd-strength-1{width:25%;background:#d50000}.pwd-strength-2{width:55%;background:#f97316}.pwd-strength-3{width:80%;background:#eab308}.pwd-strength-4{width:100%;background:#22c55e}.dash-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px 0 rgb(0 0 0 / .06);transition:box-shadow .2s,border-color .2s}.dash-card:hover{box-shadow:0 4px 12px 0 rgb(0 0 0 / .08);border-color:#d1d5db}.dark .dash-card{background:#111827;border-color:#1f2937}.dark .dash-card:hover{border-color:#374151}.membership-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600}.membership-badge--green{background:#dcfce7;color:#166534}.membership-badge--red{background:#fee2e2;color:#991b1b}.membership-badge--yellow{background:#fef9c3;color:#854d0e}.membership-badge--gray{background:#f3f4f6;color:#4b5563}.dark .membership-badge--green{background:#052e16;color:#86efac}.dark .membership-badge--red{background:#450a0a;color:#fca5a5}.dark .membership-badge--yellow{background:#422006;color:#fde68a}.dark .membership-badge--gray{background:#1f2937;color:#9ca3af}.quick-action-btn{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;border-radius:.875rem;border:1px solid #e5e7eb;background:#fff;text-decoration:none;transition:all .2s}.quick-action-btn:hover{border-color:#a9dbb7;background:#edf7f1;transform:translateY(-2px)}.dark .quick-action-btn{background:#111827;border-color:#1f2937}.dark .quick-action-btn:hover{border-color:#1b5430;background:#071610}.btn-loading{position:relative;pointer-events:none;opacity:.75}.btn-loading::after{content:'';display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;margin-left:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.auth-brand-panel{position:relative}.type-card{display:block;width:100%;text-align:left;padding:1.25rem;border-radius:1rem;border:2px solid #e5e7eb;background:#fff;cursor:pointer;transition:border-color .18s,box-shadow .18s,background .18s}.type-card:hover{border-color:#6ec48e;background:#f9fdfb}.dark .type-card{background:#111827;border-color:#1f2937}.dark .type-card:hover{border-color:#1b5430;background:#071610}.type-card--selected{border-color:#246e3a;background:#edf7f1;box-shadow:0 0 0 3px #246E3A20}.dark .type-card--selected{border-color:#3dab65;background:#071610;box-shadow:0 0 0 3px #246E3A35}.type-card--selected .check-circle{border-color:#246e3a}.dark .type-card--selected .check-circle{border-color:#3dab65}.pg-form{display:flex;flex-direction:column;gap:1rem}.pg-form__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.875rem;border-bottom:1px solid #e5e7eb}.dark .pg-form__header{border-color:#1f2937}.pg-form__logo{height:26px;width:auto}.pg-form__security{font-size:.75rem;color:#6b7280;font-weight:500}.dark .pg-form__security{color:#9ca3af}.pg-form__field{display:flex;flex-direction:column;gap:.375rem}.pg-form__row{display:grid;grid-template-columns:1fr 1fr 0.7fr;gap:.75rem}@media (max-width:480px){.pg-form__row{grid-template-columns:1fr 1fr}.pg-form__field--quarter{grid-column:1/-1}}.pg-label{display:block;font-size:.8125rem;font-weight:500;color:#374151}.dark .pg-label{color:#d1d5db}.pg-input,.pg-select{width:100%;padding:.5625rem .75rem;font-size:.9375rem;border:1.5px solid #e5e7eb;border-radius:.625rem;background:#f9fafb;color:#111827;outline:0;transition:border-color .15s,box-shadow .15s,background .15s;-webkit-appearance:none;appearance:none}.pg-input:focus,.pg-select:focus{border-color:#246e3a;box-shadow:0 0 0 3px #246E3A20;background:#fff}.dark .pg-input,.dark .pg-select{background:#1f2937;border-color:#374151;color:#f9fafb}.dark .pg-input:focus,.dark .pg-select:focus{border-color:#6ec48e;background:#111827;box-shadow:0 0 0 3px #246E3A25}.pg-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:18px;padding-right:2rem;cursor:pointer}.dark .pg-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E")}.pg-card-type{min-height:18px;font-size:.75rem;font-weight:500;color:#6b7280;letter-spacing:.01em}.dark .pg-card-type{color:#9ca3af}.pg-form__errors{display:none;font-size:.8125rem;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:.625rem;padding:.625rem .875rem;line-height:1.5}.pg-form__errors:not(:empty){display:block}.dark .pg-form__errors{background:#450a0a;border-color:#991b1b;color:#fca5a5}.pg-form__footer{margin-top:.125rem}.pg-form__notice{font-size:.6875rem;color:#9ca3af;text-align:center;line-height:1.5}.dark .pg-form__notice{color:#6b7280}#openpay_submit_btn{display:none!important}