:root{--checkout-primary: #2563eb;--checkout-primary-hover: #1d4ed8;--checkout-secondary: #64748b;--checkout-border: #e2e8f0;--checkout-border-focus: #2563eb;--checkout-bg: #ffffff;--checkout-bg-secondary: #f8fafc;--checkout-text: #1e293b;--checkout-text-light: #64748b;--checkout-error: #ef4444;--checkout-success: #10b981;--checkout-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);--checkout-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--checkout-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--checkout-radius: 8px;--checkout-radius-sm: 6px;--checkout-radius-lg: 12px;--checkout-spacing: 1.5rem;--checkout-spacing-sm: 1rem;--checkout-spacing-lg: 2rem;--checkout-transition: all 0.2s ease-in-out}.wp-block-edd-login,.wp-block-edd-register,.affwp-form{max-width:500px;margin:0 auto;padding:var(--checkout-spacing-lg);background:var(--checkout-bg);border:1px solid var(--checkout-border);border-radius:var(--checkout-radius-lg);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--checkout-text);line-height:1.6}fieldset{border:none;padding:0;margin:0 0 var(--checkout-spacing-lg) 0}fieldset legend{font-size:1.5rem;font-weight:600;color:var(--checkout-text);margin-bottom:var(--checkout-spacing);padding:0;border:none;width:100%}.edd-blocks-form__group,.affwp-form p{margin-bottom:var(--checkout-spacing);width:100%}.edd-blocks-form__group:last-child,.affwp-form p:last-child{margin-bottom:0}.edd-label,label{display:inline;font-size:.9375rem;font-weight:500;color:var(--checkout-text);margin-bottom:.5rem;line-height:1.5}.edd-required-indicator{color:var(--checkout-error);margin-left:.25rem}.edd-blocks-form__control{position:relative;width:100%}.edd-input,input[type=text],input[type=email],input[type=password],input.required,input.password,input.username,input.edd-user-email,input.password-input,input.password-confirm{width:100%;padding:.75rem 1rem !important;font-size:1rem;line-height:1.5;color:var(--checkout-text);background:var(--checkout-bg);border:1px solid var(--checkout-border);border-radius:var(--checkout-radius-sm);transition:var(--checkout-transition);box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit}.edd-input:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input.required:focus,input.password:focus,input.username:focus,input.edd-user-email:focus,input.password-input:focus,input.password-confirm:focus{outline:none;border-color:var(--checkout-border-focus)}.edd-input::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input.required::-moz-placeholder, input.password::-moz-placeholder, input.username::-moz-placeholder, input.edd-user-email::-moz-placeholder, input.password-input::-moz-placeholder, input.password-confirm::-moz-placeholder{color:var(--checkout-text-light);opacity:.6}.edd-input::placeholder,input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input.required::placeholder,input.password::placeholder,input.username::placeholder,input.edd-user-email::placeholder,input.password-input::placeholder,input.password-confirm::placeholder{color:var(--checkout-text-light);opacity:.6}.edd-input:disabled,input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled,input.required:disabled,input.password:disabled,input.username:disabled,input.edd-user-email:disabled,input.password-input:disabled,input.password-confirm:disabled{background:var(--checkout-bg-secondary);cursor:not-allowed;opacity:.6}input[type=password],input.password{letter-spacing:.1em;font-family:"Courier New",monospace}#pass-strength-result{margin-top:.5rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;border-radius:var(--checkout-radius-sm);text-align:center}#pass-strength-result.short,#pass-strength-result.bad{background:#fee2e2;color:#991b1b}#pass-strength-result.good{background:#fef3c7;color:#92400e}#pass-strength-result.strong{background:#d1fae5;color:#065f46}.wp-hide-pw,.button-secondary{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;padding:.5rem;cursor:pointer;color:var(--checkout-text-light);transition:var(--checkout-transition);border-radius:var(--checkout-radius-sm)}.wp-hide-pw:hover,.button-secondary:hover{background:var(--checkout-bg-secondary);color:var(--checkout-text)}.wp-hide-pw .dashicons,.button-secondary .dashicons{width:20px;height:20px;font-size:20px}.wp-pwd{position:relative}.wp-pwd input{padding-right:3rem !important}input[type=checkbox]{width:auto;margin-right:.5rem;cursor:pointer;accent-color:var(--checkout-primary)}.affwp-user-remember,label[for=rememberme],label[for=pw-weak]{display:flex;align-items:center;font-weight:400;cursor:pointer;margin-bottom:0}.edd-submit,.button,input[type=submit],button[type=submit]{width:100%;padding:1rem 2rem !important;font-size:1.125rem;font-weight:600;color:#fff;background:var(--checkout-primary);border:none;border-radius:var(--checkout-radius);cursor:pointer;transition:var(--checkout-transition);text-align:center;display:inline-block;text-decoration:none;font-family:inherit}.edd-submit:hover,.button:hover,input[type=submit]:hover,button[type=submit]:hover{background:var(--checkout-primary-hover);transform:translateY(-1px)}.edd-submit:active,.button:active,input[type=submit]:active,button[type=submit]:active{transform:translateY(0)}.edd-submit:disabled,.button:disabled,input[type=submit]:disabled,button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.edd-submit.blue,.button.blue,input[type=submit].blue,button[type=submit].blue{background:var(--checkout-primary) !important}.edd-submit.blue:hover,.button.blue:hover,input[type=submit].blue:hover,button[type=submit].blue:hover{background:var(--checkout-primary-hover) !important}.edd-button-secondary,.wp-generate-pw{width:100%;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;color:var(--checkout-text);background:rgba(0,0,0,0);border:1px solid var(--checkout-border);border-radius:var(--checkout-radius-sm);cursor:pointer;transition:var(--checkout-transition);margin-bottom:var(--checkout-spacing-sm);font-family:inherit}.edd-button-secondary:hover,.wp-generate-pw:hover{background:var(--checkout-bg-secondary);border-color:var(--checkout-primary);color:var(--checkout-primary)}.edd-blocks-form__group-lost-password,.affwp-lost-password{margin-top:var(--checkout-spacing);text-align:center}.edd-blocks-form__group-lost-password a,.affwp-lost-password a{color:var(--checkout-primary);text-decoration:none;font-size:.9375rem;transition:var(--checkout-transition)}.edd-blocks-form__group-lost-password a:hover,.affwp-lost-password a:hover{color:var(--checkout-primary-hover);text-decoration:underline}.edd_success,.edd-alert-success,.message{padding:1rem 1.25rem;margin-bottom:var(--checkout-spacing);background:#d1fae5;border:1px solid #10b981;border-radius:var(--checkout-radius-sm);color:#065f46;font-size:.9375rem;line-height:1.5}.edd_success p,.edd-alert-success p,.message p{margin:0}.edd_success strong,.edd-alert-success strong,.message strong{font-weight:600}.edd_error,.edd-alert-error{padding:1rem 1.25rem;margin-bottom:var(--checkout-spacing);background:#fef2f2;border:1px solid #fecaca;border-radius:var(--checkout-radius-sm);color:var(--checkout-error);font-size:.9375rem;line-height:1.5}.description,.indicator-hint{margin:var(--checkout-spacing-sm) 0;font-size:.875rem;color:var(--checkout-text-light);line-height:1.5;font-style:italic}.edd-blocks-form__group-pw-weak{margin-top:var(--checkout-spacing-sm);padding:var(--checkout-spacing-sm);background:var(--checkout-bg-secondary);border:1px solid var(--checkout-border);border-radius:var(--checkout-radius-sm)}.edd-blocks-form__group-submit{margin-top:var(--checkout-spacing-lg);padding-top:var(--checkout-spacing);border-top:1px solid var(--checkout-border);display:flex;flex-direction:column;gap:var(--checkout-spacing-sm)}.dont-have-an-account,.already-have-an-account{padding:var(--checkout-spacing);margin-top:var(--checkout-spacing-lg);text-align:center;background:var(--checkout-bg-secondary) !important;border-radius:var(--checkout-radius);font-size:.9375rem;color:var(--checkout-text)}.dont-have-an-account a,.already-have-an-account a{color:var(--checkout-primary);text-decoration:none;font-weight:500;transition:var(--checkout-transition)}.dont-have-an-account a:hover,.already-have-an-account a:hover{color:var(--checkout-primary-hover);text-decoration:underline}.affwp-form fieldset{margin-bottom:0}.affwp-form p{margin-bottom:var(--checkout-spacing)}.affwp-form p:last-of-type{margin-bottom:0}.wp-block-edd-login__rp .edd-blocks-form__group-submit,.wp-block-edd-login__lostpassword .edd-blocks-form__group-submit{display:flex;flex-direction:column;gap:var(--checkout-spacing-sm)}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}input[type=hidden]{display:none}@media(max-width: 768px){.wp-block-edd-login,.wp-block-edd-register,.affwp-form{padding:var(--checkout-spacing);max-width:100%}fieldset legend{font-size:1.25rem}.edd-submit,.button,input[type=submit]{padding:.875rem 1.5rem !important;font-size:1rem}}@media(max-width: 480px){.wp-block-edd-login,.wp-block-edd-register,.affwp-form{padding:var(--checkout-spacing-sm);border-radius:var(--checkout-radius)}fieldset legend{font-size:1.125rem}.edd-submit,.button,input[type=submit]{padding:.75rem 1.25rem !important;font-size:.9375rem}}
