.pw-page{min-height:100vh;position:relative;z-index:1}.pw-topbar{position:sticky;top:0;z-index:20;padding:12px 0;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9)}.pw-topbar-inner{max-width:1400px;margin:0 auto;padding:0 clamp(12px,3vw,24px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.pw-topbar-heading{margin:0;min-width:0}.pw-topbar-title{margin:0;font-size:17px;font-weight:700;color:var(--text-primary);line-height:1.2}.pw-topbar-subtitle{margin:2px 0 0;font-size:12px;color:var(--text-muted);line-height:1.3}.pw-topbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.pw-nav-btn{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:8px 12px;border:1px solid var(--border-color);border-radius:10px;background:var(--bg-primary);color:var(--text-secondary);font-size:13px;font-weight:600;font-family:inherit;text-decoration:none;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.pw-nav-btn:hover{border-color:#cbd5e1;background:var(--bg-secondary);color:var(--text-primary)}.pw-main{max-width:1400px;margin:0 auto;padding:16px clamp(12px,3vw,24px) 32px}.pw-section{padding:var(--spacing-md);border:1px solid var(--border-color);border-radius:12px;background:#fffffff2;box-shadow:var(--shadow-sm)}.pw-section-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid var(--border-color);flex-wrap:wrap}.pw-search{flex:1;min-width:180px;max-width:320px;padding:8px 12px;border:2px solid var(--border-color);border-radius:8px;font-size:14px;font-family:inherit;background:var(--bg-primary);color:var(--text-primary)}.pw-search:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.pw-count{font-size:13px;color:var(--text-muted);white-space:nowrap;margin-left:auto}.pw-list{display:flex;flex-direction:column;gap:8px}.pw-cred-card{padding:10px 12px;gap:12px;cursor:default}.pw-cred-card:hover{transform:none}.pw-cred-card .user-card-icon{width:40px;height:40px;font-size:16px;box-shadow:0 2px 6px #667eea40}.pw-cred-card .user-card-name{font-size:14px;margin-bottom:2px;line-height:1.35}.pw-cred-card .user-card-info{flex:0 1 200px;max-width:240px;min-width:120px}.pw-cred-card .user-card-meta{font-size:12px;line-height:1.3}.pw-creds-row{display:flex;align-items:stretch;gap:10px;flex:1 1 0;min-width:0}.pw-cred-chip{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;font-size:13px;flex:1 1 0;min-width:200px}.pw-cred-chip-label{font-size:13px;font-weight:600;color:var(--text-muted);flex-shrink:0}.pw-cred-chip-value{flex:1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;min-width:0;word-break:break-all;line-height:1.35}.pw-cred-chip-value.is-muted{color:var(--text-muted);font-style:italic;font-family:inherit}.pw-copy-btn{flex-shrink:0;padding:4px 8px;border:none;border-radius:6px;background:var(--primary-light);color:var(--primary-hover);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;line-height:1.3}.pw-copy-btn:hover{background:#bfdbfe}.pw-copy-btn.is-copied{background:#10b98126;color:#065f46}.pw-state{text-align:center;padding:var(--spacing-lg);color:var(--text-secondary);font-size:13px}.pw-state--error,.pw-state--forbidden{color:#991b1b}.pw-spinner{width:24px;height:24px;border:2px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;animation:pw-spin .7s linear infinite;margin:0 auto 8px}@keyframes pw-spin{to{transform:rotate(360deg)}}@media(max-width:720px){.pw-cred-card{flex-wrap:wrap}.pw-cred-card .user-card-info{flex:1 1 100%;max-width:none}.pw-creds-row{width:100%;flex-direction:column}.pw-count{margin-left:0;width:100%}}@media(max-width:768px){.pw-nav-text{display:none}}@media(prefers-reduced-motion:reduce){.pw-spinner{animation:none}}
