.psc-input-wrap,.psc-tool{display:flex;flex-direction:column}.psc-tool{background:#fff;border-radius:16px;border:1px solid var(--gray-200);padding:2rem;margin-top:2rem;gap:1.25rem;max-width:600px}.psc-input-wrap{gap:.35rem}.psc-input-wrap>label{font-size:.875rem;font-weight:600;color:var(--gray-600)}.psc-input-row{display:flex;gap:0}.psc-input-row input[type=password],.psc-input-row input[type=text]{flex:1;padding:.7rem .9rem;border:1px solid var(--gray-300);border-right:none;border-radius:8px 0 0 8px;font-size:1rem;color:var(--gray-800);box-sizing:border-box;transition:border-color .2s}.psc-input-row input:focus{outline:0;border-color:var(--primary-500);box-shadow:0 0 0 3px rgba(235,57,68,.1)}.psc-toggle{padding:.7rem 1rem;border:1px solid var(--gray-300);border-radius:0 8px 8px 0;background:var(--gray-50);font-size:.875rem;font-weight:600;color:var(--gray-600);cursor:pointer;white-space:nowrap;transition:background .15s}.psc-toggle:hover{background:var(--gray-100)}.psc-meter-wrap{display:flex;flex-direction:column;gap:.5rem}.psc-meter-bar{height:10px;background:var(--gray-200);border-radius:5px;overflow:hidden}.psc-meter-fill{height:100%;border-radius:5px;width:0;transition:width .3s,background-color .3s;background:var(--gray-400)}.psc-meter-fill.psc-very-weak{background:#ef4444;width:10%}.psc-meter-fill.psc-weak{background:#f97316;width:25%}.psc-meter-fill.psc-fair{background:#eab308;width:50%}.psc-meter-fill.psc-strong{background:#22c55e;width:75%}.psc-meter-fill.psc-very-strong{background:#16a34a;width:100%}.psc-strength-label{font-size:.875rem;font-weight:700;color:var(--gray-400);min-height:1.3em}.psc-strength-label.psc-very-weak{color:#ef4444}.psc-strength-label.psc-weak{color:#f97316}.psc-strength-label.psc-fair{color:#eab308}.psc-strength-label.psc-strong{color:#22c55e}.psc-strength-label.psc-very-strong{color:#16a34a}.psc-crack-time{font-size:.875rem;color:var(--gray-500);min-height:1.3em}.psc-checklist{display:flex;flex-direction:column;gap:.5rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:1rem}.psc-check{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-400);transition:color .2s}.psc-check.psc-pass{color:#22c55e}.psc-check.psc-fail{color:#ef4444}.psc-check-icon{font-weight:700;font-size:1rem;width:1.2rem;text-align:center;flex-shrink:0}