.gj-list{padding:var(--space-16)0}.game-journey .gj-header{margin-bottom:1.5rem}.game-journey .gj-title{font-size:2rem;line-height:1.2;margin:0 0 .5rem}.game-journey .gj-desc{color:var(--text-secondary);margin:0}.game-journey .gj-meta{display:flex;gap:.75rem;align-items:center;color:var(--text-secondary);font-size:.9rem;margin:.5rem 0}.game-journey .gj-game{display:inline-flex;align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:999px;padding:.15rem .6rem}.game-journey .gj-date{opacity:.8}.game-journey .gj-playtime{opacity:.9}.game-journey .gj-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1rem}.game-journey .gj-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease;box-shadow:var(--shadow-sm)}.game-journey .gj-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.game-journey .gj-card-link{color:inherit;text-decoration:none}.game-journey .gj-thumb-container{height:240px;display:flex;justify-content:center;background:var(--bg-tertiary);padding:10px}.game-journey .gj-thumb{position:relative}.game-journey .gj-thumb img{width:100%;height:100%;object-fit:contain;display:block}.game-journey .gj-thumb--placeholder{width:100%;height:100%;background:repeating-linear-gradient(45deg,var(--bg-tertiary),var(--bg-tertiary) 10px,var(--bg-secondary) 10px,var(--bg-secondary) 20px)}.game-journey .gj-card-body{padding:12px 14px 14px}.game-journey .gj-card-title{font-size:1.5rem;font-weight:700;margin-bottom:var(--space-4)}.game-journey .gj-summary{margin:.25rem 0 .5rem;color:var(--text-secondary);font-size:.95rem}.game-journey .gj-actions{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.game-journey .gj-reading-time{color:var(--text-secondary);font-size:.9rem}.game-journey .btn.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:var(--accent-primary);color:#fff;border:1px solid var(--accent-primary);border-radius:8px;padding:.4rem .75rem;line-height:1;font-weight:600}.game-journey .btn.btn-primary:hover{filter:brightness(1.05)}.game-journey .gj-single{max-width:920px}.game-journey .gj-cover{margin:1rem 0 1.25rem}.game-journey .gj-cover img{width:100%;height:auto;border-radius:12px;border:1px solid var(--border-color)}.game-journey .gj-content{line-height:1.8}.game-journey .gj-content pre{overflow:auto}.game-journey .gj-prevnext{display:flex;justify-content:space-between;margin-top:2rem}.game-journey .gj-prevnext a{color:var(--accent-primary);text-decoration:none}.game-journey .gj-prevnext a:hover{text-decoration:underline}.game-journey .pagination{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}.game-journey .page-link{display:inline-flex;align-items:center;gap:.35rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.4rem .7rem;text-decoration:none;color:inherit}.game-journey .page-link:hover{border-color:var(--accent-primary);color:var(--accent-primary)}