/* 翡 · 免注册用户信息卡片 */
.fei-user-popover { position: fixed; z-index: 200; width: 336px; max-height: min(560px, calc(100vh - 24px)); overflow: auto; padding: 16px 18px 18px; border-radius: 14px; background: #fff; border: 1px solid rgba(0,0,0,.07); box-shadow: 0 20px 48px rgba(0,0,0,.16); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "Noto Sans SC", sans-serif; color: #1d1d1f; }
.fei-user-popover[hidden] { display: none; }
.fei-user-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fei-user-label { margin: 0 0 4px; color: #86868b; font-size: 11px; letter-spacing: .06em; }
.fei-user-name { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.fei-user-head-actions { display: flex; gap: 6px; }
.fei-user-meta { margin: 14px 0 0; display: grid; gap: 8px; }
.fei-user-meta > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.fei-user-meta dt { color: #86868b; font-size: 12px; }
.fei-user-meta dd { margin: 0; font-size: 12px; font-weight: 600; word-break: break-all; text-align: right; }
.fei-user-note { margin: 12px 0 0; color: #a1a1a6; font-size: 11.5px; line-height: 1.55; }
.fei-user-btn { min-height: 34px; padding: 0 12px; border: 1px solid #e5e5ea; border-radius: 9px; background: #f8f8fa; color: #1d1d1f; font-family: inherit; font-size: 12px; font-weight: 600; cursor: pointer; white-space: nowrap; appearance: none; }
.fei-user-btn:hover { border-color: #007aff; color: #007aff; }
.fei-user-btn.primary { color: #fff; border-color: #007aff; background: #007aff; }
.fei-user-btn.primary:hover { background: #0071e3; border-color: #0071e3; color: #fff; }
.fei-user-works { margin-top: 16px; padding-top: 14px; border-top: 1px solid #f0f0f2; }
.fei-user-work-list { margin-top: 8px; display: grid; gap: 8px; }
.fei-user-empty { margin: 0; padding: 14px 2px; color: #a1a1a6; font-size: 12px; line-height: 1.6; }
.fei-work-row { display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: 11px; background: #fafafc; }
.fei-work-thumb { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 10px; overflow: hidden; background: #f0f0f3; display: grid; place-items: center; color: #c7c7cc; font-size: 13px; }
.fei-work-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fei-work-main { flex: 1; min-width: 0; }
.fei-work-name { margin: 0; font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fei-work-meta { margin: 3px 0 0; color: #86868b; font-size: 11px; }
.fei-work-actions { display: flex; gap: 4px; flex: 0 0 auto; }
.fei-work-actions button { min-height: 28px; padding: 0 9px; border: 1px solid #e5e5ea; border-radius: 8px; background: #fff; color: #007aff; font-family: inherit; font-size: 11.5px; font-weight: 600; cursor: pointer; }
.fei-work-actions button.del { color: #86868b; }
.fei-work-actions button:hover { background: #f2f2f7; }
.fei-work-actions button.del:hover { color: #d70015; border-color: #d70015; }

/* 设计列表（我的设计弹窗内） */
.fei-design-list { display: grid; gap: 10px; }
.fei-design-row { display: flex; align-items: center; gap: 14px; padding: 10px 2px; border-bottom: 1px solid #f0f0f2; }
.fei-design-row:last-child { border-bottom: 0; }
.fei-design-thumb { width: 54px; height: 54px; flex: 0 0 auto; border-radius: 12px; overflow: hidden; background: #f5f5f7; display: grid; place-items: center; }
.fei-design-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fei-design-main { flex: 1; min-width: 0; }
.fei-design-name { margin: 0; font-size: 13.5px; font-weight: 600; }
.fei-design-meta { margin: 4px 0 0; color: #86868b; font-size: 11.5px; }
.fei-design-actions { display: flex; gap: 6px; flex: 0 0 auto; }
.fei-design-actions button { min-height: 30px; padding: 0 12px; border: 1px solid #e5e5ea; border-radius: 8px; background: #fff; font-family: inherit; font-size: 12px; font-weight: 600; cursor: pointer; }
.fei-design-actions .open { color: #007aff; border-color: #007aff; }
.fei-design-actions .del { color: #86868b; }
.fei-design-actions button:hover { background: #f2f2f7; }
.fei-design-actions .del:hover { color: #d70015; border-color: #d70015; }
