/* 账号买卖 H5（对标盼之卡片流） */
.acc-hub .acc-hero { background: linear-gradient(135deg, #159f95 0%, #0d7a72 100%); color: #fff; border-radius: 12px; padding: 20px 16px; margin-bottom: 16px; }
.acc-hub .acc-hero h2 { margin: 0 0 8px; font-size: 22px; }
.acc-hub .acc-hero .hint { color: rgba(255,255,255,.85); margin: 0 0 12px; font-size: 13px; }
.acc-hero-stats strong { font-size: 20px; }
.acc-hero-actions { display: flex; gap: 10px; margin-top: 14px; }
.acc-hero-actions .wx-btn { flex: 1; text-align: center; }
.acc-sec-title { font-size: 16px; margin: 18px 0 10px; color: #333; }
.acc-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.acc-game-grid-full { grid-template-columns: repeat(3, 1fr); }
.acc-game-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #333; font-size: 12px; }
.acc-game-item img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; margin-bottom: 4px; }
.acc-game-placeholder { width: 48px; height: 48px; border-radius: 12px; background: #e8f5f4; color: #159f95; display: flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 4px; }
.acc-list { display: flex; flex-direction: column; gap: 12px; }
.acc-card { display: flex; gap: 12px; padding: 12px; background: #fff; border: 1px solid #eee; border-radius: 12px; text-decoration: none; color: inherit; }
.acc-card-cover { width: 88px; height: 88px; flex-shrink: 0; border-radius: 8px; overflow: hidden; background: #f3f4f6; }
.acc-card-cover img { width: 100%; height: 100%; object-fit: cover; }
.acc-cover-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #999; font-size: 13px; }
.acc-card-body { flex: 1; min-width: 0; }
.acc-card-tags { margin-bottom: 4px; }
.acc-tag { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 4px; background: #fff3e0; color: #e65100; margin-right: 4px; }
.acc-card-title { font-size: 14px; font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.acc-card-meta { font-size: 12px; color: #888; margin-top: 4px; }
.acc-card-price { color: #e53935; font-size: 18px; font-weight: 700; margin-top: 6px; }
.acc-bottom-nav { display: flex; gap: 12px; margin-top: 20px; justify-content: center; }
.acc-bottom-nav a { color: #159f95; text-decoration: none; font-size: 14px; }
.acc-search-bar { display: flex; gap: 8px; margin-bottom: 12px; }
.acc-search-bar input { flex: 1; padding: 10px 12px; border: 1px solid #ddd; border-radius: 8px; }
.acc-tabs { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.acc-tab { padding: 6px 14px; border-radius: 16px; background: #f3f4f6; color: #555; font-size: 13px; text-decoration: none; cursor: pointer; }
.acc-tab.active { background: #e0f2f1; color: #159f95; font-weight: 600; }
.acc-filter-row { margin-bottom: 12px; }
.acc-detail-price { color: #e53935; font-size: 24px; font-weight: 700; }
.acc-detail-gallery { display: flex; gap: 8px; overflow-x: auto; margin: 12px 0; }
.acc-detail-gallery img { height: 120px; border-radius: 8px; }
.acc-guarantee { background: #f8f9fa; border-radius: 10px; padding: 12px; margin: 16px 0; font-size: 13px; }
.acc-guarantee ul { margin: 8px 0 0; padding-left: 18px; }
.acc-buy-btn { display: block; text-align: center; margin-top: 16px; }
.acc-form label { display: block; margin: 12px 0 6px; font-size: 14px; color: #333; }
.acc-form input, .acc-form select, .acc-form textarea { width: 100%; box-sizing: border-box; padding: 10px 12px; border: 1px solid #ddd; border-radius: 8px; }
.acc-check { display: flex; align-items: center; gap: 8px; }
.acc-covers img.acc-thumb { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; margin: 4px; }
.acc-my-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #eee; text-decoration: none; color: inherit; }
.acc-form-note { margin-top: 8px; font-size: 12px; }
.acc-form-sec { font-size: 15px; margin: 18px 0 8px; color: #333; border-left: 3px solid #159f95; padding-left: 8px; }
.acc-req { color: #e53935; }
.acc-attr-list { list-style: none; padding: 0; margin: 0; }
.acc-attr-list li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.acc-flow { margin: 8px 0 0; padding-left: 20px; font-size: 13px; line-height: 1.8; }
.acc-deliver-box { background: #f8f9fa; border-radius: 10px; padding: 12px; margin: 16px 0; }
.acc-deliver-box label { display: block; margin: 10px 0 4px; font-size: 14px; }
.acc-deliver-box input, .acc-deliver-box textarea { width: 100%; box-sizing: border-box; padding: 10px; border: 1px solid #ddd; border-radius: 8px; }
.acc-checkbox-group { border: 1px solid #eee; border-radius: 8px; padding: 8px; margin-bottom: 8px; max-height: 220px; overflow: auto; }
.acc-checkbox-search { width: 100%; box-sizing: border-box; padding: 8px 10px; border: 1px solid #ddd; border-radius: 6px; margin-bottom: 8px; }
.acc-checkbox-list { display: flex; flex-direction: column; gap: 6px; }
.acc-checkbox-item { font-size: 13px; }
.acc-title-row input { width: 100%; }
#serverZone.djb-hidden-zone { display: none; }
