.game-codes-module{margin:18px 0 28px;border:1px solid #334158;border-radius:22px;background:#151d2b;padding:22px}.game-codes-heading{display:flex;justify-content:space-between;gap:22px;align-items:flex-start}.game-codes-heading h2{margin:4px 0 6px;font-size:clamp(1.5rem,3vw,2.2rem)}.game-codes-heading p{margin:0;color:#b8c2d3}.game-codes-meta{display:grid;gap:8px;text-align:right;color:#93a2b8;font-size:.88rem}.game-codes-meta a{color:#75c8ff;font-weight:800}.game-codes-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}.game-code-card{display:grid;gap:8px;border:1px solid #334158;border-radius:14px;background:#111927;padding:13px}.game-code-card code{overflow-wrap:anywhere;color:#fff;font-weight:800}.game-code-card span{color:#b8c2d3;font-size:.9rem}.game-code-card button{margin-top:auto;border:0;border-radius:10px;min-height:40px;background:#59b8f7;color:#07111d;font-weight:800;cursor:pointer}.game-codes-module details{margin-top:14px;border-top:1px solid #334158;padding-top:12px}.game-codes-module summary{cursor:pointer;font-weight:800}.game-codes-module ol{margin-bottom:0;color:#c3cddd}@media(max-width:900px){.game-codes-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.game-codes-module{padding:16px;border-radius:18px}.game-codes-heading{display:grid;gap:10px}.game-codes-meta{text-align:left;grid-template-columns:auto auto;justify-content:start;gap:12px}.game-codes-list{grid-template-columns:1fr 1fr;gap:8px}.game-code-card{padding:11px}.game-code-card span{font-size:.82rem}}@media(max-width:390px){.game-codes-list{grid-template-columns:1fr}}
