.myanas-auth-page{display:flex;justify-content:center;align-items:center;padding:.9rem 1rem 1.25rem;flex:1;min-height:0}.wp-site-blocks{display:flex;flex-direction:column;min-height:100vh;min-height:100svh}header.site-header,header.wp-block-template-part:has(>.site-header){position:static!important}.site-header .container{height:46px!important}footer.wp-block-template-part .site-footer{padding-top:.5rem!important;padding-bottom:.5rem!important}footer.wp-block-template-part .footer-nav{display:none!important}@media(max-height:700px){.myanas-auth-page{padding:.5rem 1rem .75rem;align-items:flex-start}}.myanas-auth-card{width:100%;max-width:400px;background:var(--surface-card);border:1px solid rgb(139 92 246);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.1rem 1.25rem}.myanas-auth-title{margin:0 0 .15rem;font-size:1.2rem;font-weight:700;color:var(--text-primary);text-align:center}.myanas-auth-subtitle{margin:0 0 .65rem;color:var(--text-secondary);text-align:center;font-size:.85rem}.myanas-auth-notice{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.3);color:var(--text-primary);border-radius:var(--radius-sm);padding:.45rem .65rem;font-size:.82rem;margin-bottom:.6rem}.myanas-auth-notice--success{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.35)}.myanas-social-buttons{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.6rem}.myanas-google-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;min-height:44px;padding:6px 12px;border-radius:var(--radius-sm);border:1px solid rgb(139 92 246);background:var(--surface-card-strong,var(--surface-card));color:var(--text-primary);font-weight:600;font-size:.85rem;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .15s ease;box-sizing:border-box}.myanas-google-btn:hover{background:var(--surface-interactive-hover);transform:translateY(-1px);color:var(--text-primary)}.myanas-google-btn svg{flex-shrink:0}.myanas-auth-divider{display:flex;align-items:center;gap:.75rem;margin:.1rem 0 .6rem;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.myanas-auth-divider::after,.myanas-auth-divider::before{content:"";flex:1;height:1px;background:var(--border-subtle,rgba(146,150,184,.2))}.myanas-auth-form{display:flex;flex-direction:column}.myanas-auth-form input[type=email],.myanas-auth-form input[type=password],.myanas-auth-form input[type=text]{width:100%;box-sizing:border-box;background:var(--bg-elevated,var(--surface-card));border:1px solid rgb(139 92 246);border-radius:var(--radius-sm);padding:.55rem .9rem;min-height:40px;color:var(--text-primary);font-size:1rem;margin-bottom:.6rem;transition:border-color .2s ease,box-shadow .2s ease}.myanas-auth-form input:focus{outline:2px solid transparent;border-color:rgb(139 92 246);box-shadow:0 0 0 2px rgb(139 92 246)}.myanas-auth-form input::placeholder{color:var(--text-muted);opacity:1}.myanas-auth-hint{margin:-.3rem 0 .55rem;font-size:.76rem;color:var(--text-muted)}.myanas-auth-checkbox{display:flex!important;align-items:center;gap:.5rem;font-weight:400!important;font-size:.86rem!important;margin-bottom:.6rem!important;cursor:pointer}.myanas-auth-checkbox input{width:auto;margin:0}.myanas-auth-checkbox--terms{align-items:flex-start!important}.myanas-auth-checkbox--terms input{margin-top:.2rem}.myanas-auth-checkbox--terms a{color:var(--cyan-bright);text-decoration:underline}.myanas-auth-checkbox--terms a:hover{color:rgb(139 92 246)}.myanas-pw-field{position:relative}.myanas-pw-row{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.myanas-pw-row .myanas-pw-field{min-width:0}.myanas-auth-form .myanas-pw-field input[type=password],.myanas-auth-form .myanas-pw-field input[type=text]{padding-right:2.4rem}.myanas-pw-toggle{position:absolute;top:0;right:0;bottom:.6rem;width:2.4rem;display:flex;align-items:center;justify-content:center;background:0 0;border:none;padding:0;margin:0;cursor:pointer;color:var(--text-muted)}.myanas-pw-toggle:hover,.myanas-pw-toggle[aria-pressed=true]{color:var(--text-primary)}.myanas-pw-toggle svg{pointer-events:none}.myanas-pw-toggle[hidden]{display:none}.myanas-pw-strength{margin:-.35rem 0 .65rem}.myanas-pw-strength__bar{height:4px;border-radius:2px;background:var(--border-subtle,rgba(146,150,184,.25));overflow:hidden;margin-bottom:.35rem}.myanas-pw-strength__fill{display:block;height:100%;width:0;border-radius:2px;transition:width .2s ease,background-color .2s ease}.myanas-pw-strength__label{margin:0 0 .3rem;font-size:.76rem;font-weight:600;color:var(--text-muted)}.myanas-pw-requirements{list-style:none;margin:0 0 .55rem;padding:0;display:flex;flex-direction:column;gap:.15rem;font-size:.76rem;color:var(--text-muted)}.myanas-pw-requirements li{position:relative;padding-left:1.15rem}.myanas-pw-requirements li::before{content:"";position:absolute;left:0;top:.42em;width:7px;height:7px;border-radius:50%;background:var(--border-subtle,rgba(146,150,184,.4))}.myanas-pw-requirements li.is-met{color:#22c55e}.myanas-pw-requirements li.is-met::before{background:#22c55e}.myanas-pw-match{margin:-.35rem 0 .65rem;font-size:.76rem}.myanas-pw-match.is-match{color:#22c55e}.myanas-pw-match.is-mismatch{color:#ef4444}.myanas-auth-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.myanas-auth-submit{min-height:44px;padding:8px 20px;background:var(--coral-bright);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:700;font-size:.95rem;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.myanas-auth-submit:hover{background:var(--coral-mid);transform:translateY(-1px)}.myanas-auth-submit:disabled{cursor:default;opacity:.85;transform:none}.myanas-auth-submit.is-loading{position:relative;color:transparent}.myanas-auth-submit.is-loading::after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:myanas-auth-spin .7s linear infinite}@keyframes myanas-auth-spin{to{transform:rotate(360deg)}}.myanas-auth-forgot{text-align:center;margin:.55rem 0 0;font-size:.82rem}.myanas-auth-forgot a{color:var(--cyan-bright);text-decoration:none}.myanas-auth-forgot a:hover{color:rgb(139 92 246)}.myanas-auth-switch{text-align:center;margin:.7rem 0 0;padding-top:.6rem;border-top:1px solid var(--border-subtle,rgba(146,150,184,.15));font-size:.87rem;color:var(--text-secondary)}.myanas-auth-switch a{color:var(--coral-bright);font-weight:600;text-decoration:none;margin-left:.3rem}.myanas-auth-switch a:hover{color:rgb(139 92 246)}@media(max-width:480px){.myanas-auth-page{padding:.6rem .75rem 1rem}.myanas-auth-card{padding:.9rem .9rem}}