.credits-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: var(--sc-page-bg);
}

.credits-card {
    width: min(720px, 100%);
    border: 1px solid rgba(255,255,255,.94);
    border-radius: 22px;
    padding: clamp(24px, 4vw, 40px);
    background: rgba(255,255,255,.82);
    box-shadow: 0 20px 55px rgba(37,99,235,.14);
}

.credits-eyebrow { margin: 0 0 6px; color: #7c3aed; font-size: 13px; font-weight: var(--sc-font-heavy); }
.credits-card h1 { margin: 0 0 8px; color: #172033; font-weight: var(--sc-font-black); }
.credits-description { margin: 0 0 24px; color: #64748b; }
.credits-list { display: grid; gap: 14px; }
.credits-item { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 18px; border: 1px solid #dbeafe; border-radius: 16px; padding: 18px; background: rgba(248,250,252,.86); }
.credits-item h2 { margin: 0 0 6px; color: #172033; font-size: 18px; }
.credits-item a { color: #2563eb; font-weight: 800; }
.credits-icon { width: 64px; height: 64px; display: block; background: linear-gradient(135deg,#2563eb,#6366f1); -webkit-mask: center / contain no-repeat; mask: center / contain no-repeat; }
.credits-icon.rifle { -webkit-mask-image: url('/rifle.svg'); mask-image: url('/rifle.svg'); }
.credits-icon.sniper { background: linear-gradient(135deg,#7c3aed,#a855f7); -webkit-mask-image: url('/sniper.svg'); mask-image: url('/sniper.svg'); }
.credits-home { min-height: 46px; display: flex; align-items: center; justify-content: center; margin-top: 20px; border-radius: 11px; background: #e2e8f0; color: #334155; font-weight: var(--sc-font-heavy); text-decoration: none; }
