/* variant_l: strong primary header, dotted divider */
.tsgame_root_e45a176c { font-family: undefined; margin: 0; background: hsl(227, 8%, 98%); color: hsl(227, 12%, 12%); }

.body_c0ebfc19 { margin: 0; min-height: 100vh; }

.container_4f94871b {
  max-width: 1127px;
  margin: 0 auto;
  padding: 0 33px 88px;
}

.header_08e5eec0 {
  padding: 44px 33px;
  margin: 0 calc(-1 * 33px) 88px;
  background: hsl(227, 62%, 37%);
  color: hsl(227, 62%, 62%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.otsg_brand_a3f11134 { font-weight: 700; font-size: 1.45rem; letter-spacing: 0.03em; }

.ga_navList_ef80d0ba { list-style: none; margin: 0; padding: 0; display: flex; gap: 44px; }

.lot_navItem_e6842307 { margin: 0; }

.link_sga_f1682c6f { color: inherit; text-decoration: none; }

.link_sga_f1682c6f:hover { text-decoration: underline; }

.tsgam_d3655144 { padding: 44px 0; }

.lot_965a8453 {
  padding: 44px;
  margin-bottom: 44px;
  border: 1px dotted hsl(47, 62%, 37%);
  background: hsl(227, 10%, 94%);
}

.lotsga_585f9d70 { font-size: 1.35rem; margin: 0 0 22px; color: hsl(227, 77%, 22%); }

.text_slots_bd11897e { margin: 0; color: hsl(227, 8%, 42%); line-height: 1.6; }

.ot_list_2c2effba { margin: 22px 0; padding-left: 44px; }

.listItem_lot_36766849 { margin-bottom: 11px; }

.card_ts_351768b4 {
  padding: 44px;
  margin-bottom: 44px;
  border: 1px dotted hsl(47, 62%, 37%);
  background: hsl(227, 10%, 94%);
}

.cardTitle_465064e5 { font-size: 1.35rem; margin: 0 0 22px; color: hsl(227, 77%, 22%); }

.cardText_467c1be8 { margin: 0; color: hsl(227, 8%, 42%); }

.ts_d25e17e8 {
  margin-top: 88px;
  padding-top: 44px;
  border-top: 2px dotted hsl(227, 10%, 94%);
  font-size: 0.9rem;
  color: hsl(227, 8%, 42%);
}

.footerText_894835cb { margin: 0; }

.es_9011d532 { list-style: none; margin: 0; padding: 0; display: flex; gap: 33px; }

.slo_footerLink_a3ac3b1a { color: hsl(47, 62%, 37%); text-decoration: none; }

.meta2_gam_fad97d38 { display: block; font-size: 0.875rem; opacity: 0.75; margin-top: 0.25rem; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Articles/blog/news listing — hashed class names per site (no footprint) */
main:has(.games_1759e2b7) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.games_1759e2b7 {
  margin: 1rem 0 0;
  padding: 0;
}
.games_1759e2b7 .blogItem_ot_bbd45d4a {
  margin: 0;
  padding: 0;
}
.meta2_gam_fad97d38 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_gam_fad97d38 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.games_1759e2b7 .tsga_blogLink_e26465d4 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.tsg_blogLayoutList_a7d155eb .tsga_blogLink_e26465d4 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.tsg_blogLayoutList_a7d155eb .blogItem_ot_bbd45d4a:last-child .tsga_blogLink_e26465d4 { border-bottom: none; }
/* Grid */
.blogLayoutGrid_lots_76b5bdb6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_lots_76b5bdb6 .tsga_blogLink_e26465d4 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_lots_76b5bdb6 .tsga_blogLink_e26465d4:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_03562b5b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_03562b5b { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_03562b5b .tsga_blogLink_e26465d4 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_03562b5b .tsga_blogLink_e26465d4:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_sg_7f1d568a {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_sg_7f1d568a { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_sg_7f1d568a { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_sg_7f1d568a .tsga_blogLink_e26465d4 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_sg_7f1d568a .tsga_blogLink_e26465d4:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.lots_96324058 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lots_96324058 .tsga_blogLink_e26465d4 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #f0f1f3;
  box-shadow: none;
}
.lots_96324058 .tsga_blogLink_e26465d4:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_ot_3f794038 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_ot_3f794038 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_ot_3f794038 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_ot_3f794038 .tsga_blogLink_e26465d4 {
  display: block;
  padding: 1.25rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  min-height: 4rem;
}
.blogLayoutCards_ot_3f794038 .tsga_blogLink_e26465d4:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.1);
}
