/* Additive styles for information pages. Original homepage component CSS is unchanged. */
.InfoPage_main { padding-top:24px; padding-bottom:64px; }
.InfoPage_breadcrumbs { display:flex; align-items:baseline; flex-wrap:wrap; gap:8px; color:#a5a5ba; font-size:13px; line-height:1.6; margin-bottom:20px; }
.InfoPage_breadcrumbs a { color:inherit; text-decoration:none; }
.InfoPage_breadcrumbs a:hover { color:#fff; text-decoration:underline; }
.InfoPage_panel { background:#22222e; border:1px solid #343443; border-radius:16px; padding:40px; color:#e6e6ef; }
.InfoPage_hero { display:grid; gap:36px; align-items:center; }
.InfoPage_with_image { grid-template-columns: minmax(170px,270px) minmax(0,1fr); }
.InfoPage_heading, .InfoPage_article, .InfoPage_sidebar { min-width:0; }
.InfoPage_cover { display:block; width:100%; max-width:270px; }
.InfoPage_cover img { display:block; width:100%; height:auto; aspect-ratio:1; border-radius:12px; object-fit:cover; }
.InfoPage_eyebrow { color:#aaaabe; text-transform:uppercase; letter-spacing:.08em; font-size:12px; line-height:1.5; margin:0 0 12px; }
.InfoPage_panel h1 { color:#fff; font-weight:700; font-size:clamp(26px,3vw,40px); line-height:1.2; margin:0 0 18px; overflow-wrap:anywhere; }
.InfoPage_lead { font-size:17px; line-height:1.75; margin:0; color:#dbdbe5; }
.InfoPage_actions { display:flex; gap:20px; align-items:center; flex-wrap:wrap; margin-top:24px; }
.InfoPage_primary { display:inline-flex; justify-content:center; align-items:center; min-height:48px; padding:12px 22px; color:#fff; background:#e92147; border-radius:8px; font-size:14px; line-height:1.4; text-decoration:none; transition:background .15s ease; text-align:center; }
.InfoPage_primary:hover { background:#fa3156; }
.InfoPage_primary:focus-visible, .InfoPage_main a:focus-visible { outline:2px solid #fff; outline-offset:4px; }
.InfoPage_text_link { color:#dddde7; font-size:14px; text-underline-offset:3px; }
.InfoPage_columns { display:grid; grid-template-columns:minmax(0,1fr) minmax(230px,310px); gap:40px; align-items:start; margin-top:38px; }
.InfoPage_article section+section { margin-top:24px; }
.InfoPage_article h2, .InfoPage_collection h2, .InfoPage_directory h2 { font-size:23px; line-height:1.35; font-weight:600; margin:0 0 14px; color:#f5f5fb; }
.InfoPage_article p { font-size:16px; line-height:1.85; margin:0 0 14px; color:#c9c9d9; overflow-wrap:break-word; }
.InfoPage_article p:last-child { margin-bottom:0; }
.InfoPage_note { border-left:3px solid #c7a441; padding-left:16px; }
.InfoPage_sidebar { background:#191923; border:1px solid #363644; border-radius:12px; padding:24px; }
.InfoPage_sidebar h2 { font-size:18px; line-height:1.5; margin:0 0 16px; color:#fff; }
.InfoPage_sidebar dl { margin:0; }
.InfoPage_sidebar dt { color:#9494ac; font-size:12px; margin-top:16px; }
.InfoPage_sidebar dt:first-child { margin-top:0; }
.InfoPage_sidebar dd { margin:6px 0 0; font-size:14px; line-height:1.55; overflow-wrap:anywhere; }
.InfoPage_sidebar p { color:#bdbdd0; font-size:14px; line-height:1.7; margin:0 0 16px; }
.InfoPage_related { display:grid; gap:12px; margin-top:20px; }
.InfoPage_related a { font-size:14px; line-height:1.5; color:#dedee9; text-underline-offset:3px; }
.InfoPage_collection { margin-top:32px; }
.InfoPage_game_grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:18px; }
.InfoPage_game_tile { display:flex; flex-direction:column; min-width:0; background:#22222e; border:1px solid #343443; border-radius:12px; overflow:hidden; text-decoration:none; color:#e1e1eb; }
.InfoPage_game_tile img { display:block; width:100%; height:auto; aspect-ratio:1; object-fit:cover; }
.InfoPage_tile_name { padding:12px 12px 4px; font-size:14px; line-height:1.5; overflow-wrap:anywhere; }
.InfoPage_tile_provider { padding:0 12px 14px; font-size:12px; line-height:1.5; color:#aaaabc; }
.InfoPage_game_tile:hover { border-color:#747489; }
.InfoPage_provider_grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.InfoPage_provider_grid a { display:flex; align-items:center; padding:18px; border-radius:10px; border:1px solid #343443; background:#22222e; color:#eeeef6; font-size:15px; text-decoration:none; }
.InfoPage_provider_grid a:hover { background:#303041; }
.InfoPage_directory { padding-top:28px; padding-bottom:40px; }
.InfoPage_links { display:flex; flex-wrap:wrap; gap:12px 20px; }
.InfoPage_links a { color:#bfc0d2; font-size:14px; line-height:1.7; text-underline-offset:3px; }
@media (max-width:1024px) {
    .InfoPage_panel { padding:28px; }
    .InfoPage_with_image { grid-template-columns:minmax(140px,220px) minmax(0,1fr); }
    .InfoPage_columns { grid-template-columns:minmax(0,1fr) 240px; gap:24px; }
    .InfoPage_game_grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
    .InfoPage_provider_grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:760px) {
    .InfoPage_columns { grid-template-columns:minmax(0,1fr); }
    .InfoPage_hero { gap:24px; }
    .InfoPage_lead { font-size:16px; }
    .InfoPage_game_grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:599px) {
    .InfoPage_main { padding-top:18px; padding-bottom:36px; }
    .InfoPage_panel { padding:20px 16px; border-radius:12px; }
    .InfoPage_hero { grid-template-columns:minmax(0,1fr); gap:24px; }
    .InfoPage_cover { width:min(100%,216px); justify-self:center; }
    .InfoPage_panel h1 { font-size:28px; }
    .InfoPage_lead, .InfoPage_article p { font-size:15px; line-height:1.8; }
    .InfoPage_actions { gap:16px; margin-top:20px; }
    .InfoPage_primary { width:100%; }
    .InfoPage_columns { margin-top:30px; gap:26px; }
    .InfoPage_article h2, .InfoPage_collection h2, .InfoPage_directory h2 { font-size:21px; }
    .InfoPage_sidebar { padding:20px; }
    .InfoPage_game_grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
    .InfoPage_tile_name { font-size:13px; padding:10px 9px 3px; }
    .InfoPage_tile_provider { font-size:11px; padding:0 9px 12px; }
    .InfoPage_provider_grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .InfoPage_provider_grid a { padding:14px; font-size:13px; }
}
@media (prefers-reduced-motion:reduce) { .InfoPage_primary { transition:none; } }
