.pw-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.pw-input-wrap input {
    padding-right: 44px;
}
.pw-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    padding: 2px;
    display: flex;
    align-items: center;
}
.pw-toggle:hover { color: #555; }
.pw-meter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    margin-bottom: 4px;
}
.pw-bar {
    flex: 1;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
}
.pw-bar span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 2px;
    transition: width 0.3s, background 0.3s;
}
.pw-label {
    font-size: 12px;
    font-weight: 600;
    min-width: 60px;
}
.pw-match {
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
}
