.pg-password-wrap { position: relative; margin-bottom: 16px; }
    .pg-password { width: 100%; background: rgba(0,0,0,0.3); border: 2px solid rgba(0,245,255,0.25); border-radius: 12px; color: #00f5ff; font-family: monospace; font-size: 20px; font-weight: 700; padding: 16px 100px 16px 20px; letter-spacing: 2px; outline: none; cursor: text; }
    .pg-refresh { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: rgba(0,245,255,0.12); border: 1px solid rgba(0,245,255,0.3); border-radius: 8px; color: #00f5ff; font-size: 18px; width: 36px; height: 36px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
    .pg-refresh:hover { background: rgba(0,245,255,0.25); }
    .pg-strength { height: 6px; border-radius: 3px; margin-bottom: 8px; transition: background 0.3s, width 0.3s; }
    .pg-strength-label { font-size: 12px; color: #9ca3af; margin-bottom: 16px; }
    .pg-options { display: flex; flex-direction: column; gap: 12px; }
    .pg-length-row { display: flex; align-items: center; gap: 12px; }
    .pg-length-row label { font-size: 13px; color: #9ca3af; white-space: nowrap; }
    .pg-length-num { font-size: 14px; font-weight: 700; color: #00f5ff; min-width: 28px; text-align: right; }
    .pg-check { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #9ca3af; cursor: pointer; padding: 8px 12px; background: rgba(255,255,255,0.04); border-radius: 8px; border: 1px solid rgba(255,255,255,0.08); transition: border-color 0.15s; }
    .pg-check:hover { border-color: rgba(0,245,255,0.2); }
    .pg-check input { accent-color: #00f5ff; width: 16px; height: 16px; }
    .pg-multi { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
    .pg-count-row { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 13px; color: #9ca3af; }
    .pg-count-num { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 6px; width: 52px; text-align: center; padding: 4px 6px; color: #e0e0e0; font-size: 13px; outline: none; }
    .pg-bulk-out { font-family: monospace; font-size: 13px; }