.pw-strength-container{margin-top:0.75rem;padding:1rem 1.1rem;background:var(--input-bg,#f8f8f8);border:1px solid var(--input-border,rgba(255,145,77,0.2));border-radius:var(--radius-sm,16px);transition:border-color 0.25s ease,box-shadow 0.25s ease}.pw-strength-container:focus-within{border-color:rgba(255,145,77,0.5);box-shadow:0 0 0 2px rgba(255,145,77,0.08)}.pw-strength-heading{font-size:0.8125rem;font-weight:600;color:var(--text-color,#1a1a1a);margin:0 0 0.6rem 0}body.dark .pw-strength-heading{color:var(--text-color)}body.dark .pw-strength-container{background:var(--input-bg);border-color:var(--input-border)}.pw-strength-rules{display:grid;gap:0.45rem 0.6rem;grid-template-columns:1fr;margin-bottom:1rem}@media (min-width:420px){.pw-strength-rules{grid-template-columns:1fr 1fr}}.pw-strength-rule{display:flex;align-items:center;gap:0.5rem;font-size:0.8125rem;color:var(--text-secondary,#4a4a4a);transition:color 0.2s ease,transform 0.2s ease}body.dark .pw-strength-rule{color:var(--text-secondary)}.pw-strength-rule-icon{flex-shrink:0;width:1.15rem;height:1.15rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:700;transition:background-color 0.25s ease,color 0.25s ease,border-color 0.25s ease}.pw-strength-rule.pw-rule-fail .pw-strength-rule-icon{background:rgba(220,53,69,0.12);color:#dc3545;border:1px solid rgba(220,53,69,0.3)}.pw-strength-rule.pw-rule-ok .pw-strength-rule-icon{background:rgba(40,167,69,0.15);color:#28a745;border:1px solid rgba(40,167,69,0.35)}body.dark .pw-strength-rule.pw-rule-fail .pw-strength-rule-icon{background:rgba(220,53,69,0.2);border-color:rgba(220,53,69,0.4)}body.dark .pw-strength-rule.pw-rule-ok .pw-strength-rule-icon{background:rgba(40,167,69,0.2);border-color:rgba(40,167,69,0.4)}.pw-strength-rule-text{line-height:1.35}.pw-strength-bar-wrap{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem}.pw-strength-bar{flex:1;height:6px;border-radius:999px;background:var(--grey,#ddd);overflow:hidden}body.dark .pw-strength-bar{background:rgba(255,255,255,0.12)}.pw-strength-bar-fill{height:100%;width:0%;border-radius:999px;transition:width 0.35s cubic-bezier(0.4,0,0.2,1)}.pw-strength-bar-fill[data-level="weak"]{background:linear-gradient(90deg,#dc3545 0%,#e4606d 100%)}.pw-strength-bar-fill[data-level="medium"]{background:linear-gradient(90deg,#fd7e14 0%,#ff914d 100%)}.pw-strength-bar-fill[data-level="strong"]{background:linear-gradient(90deg,#28a745 0%,#34ce57 100%)}.pw-strength-label{font-size:0.8125rem;font-weight:600;min-width:4rem;text-align:right;transition:color 0.2s ease}.pw-strength-label.pw-weak{color:#dc3545}.pw-strength-label.pw-medium{color:var(--primary,#ff914d)}.pw-strength-label.pw-strong{color:#28a745}.pw-strength-accept{font-size:0.8125rem;font-weight:600;display:flex;align-items:center;gap:0.4rem;min-height:1.5rem;transition:opacity 0.25s ease,color 0.25s ease}.pw-strength-accept:empty{min-height:0;opacity:0}.pw-accept-ok{color:#28a745}.pw-accept-ok::before{content:'✓';display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:50%;background:rgba(40,167,69,0.15);color:#28a745;font-size:0.7rem}.pw-accept-fail{color:var(--text-secondary,#6c757d)}body.dark .pw-accept-fail{color:var(--text-secondary)}.pw-strength-container .pw-strength-rule{animation:pw-rule-in 0.3s ease backwards}.pw-strength-container .pw-strength-rule:nth-child(1){animation-delay:0.02s}.pw-strength-container .pw-strength-rule:nth-child(2){animation-delay:0.04s}.pw-strength-container .pw-strength-rule:nth-child(3){animation-delay:0.06s}.pw-strength-container .pw-strength-rule:nth-child(4){animation-delay:0.08s}.pw-strength-container .pw-strength-rule:nth-child(5){animation-delay:0.1s}.pw-strength-container .pw-strength-rule:nth-child(6){animation-delay:0.12s}@keyframes pw-rule-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}