/* Unique palette - no shared class names */
.ckss_root_658cb26f {
  font-family: undefined;
  color: hsl(312, 12%, 12%);
  background: hsl(312, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

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

.uc_df40d071 {
  max-width: 1292px;
  margin: 0 auto;
  padding: 24px 12px;
}

.gl_57bd34b4 {
  background: hsl(312, 57%, 52%);
  color: hsl(312, 57%, 77%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

.bar_glu_bd4a5941 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.gl_de507f65 { font-weight: 700; font-size: 1.25rem; }

.sspie_93eb51c3 { display: flex; }

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

.navItem_sspiel_ff9f0de1 { margin: 0; }

.link_c023992b {
  color: hsl(312, 57%, 77%);
  text-decoration: none;
}

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

.main_0347efec { padding: 24px 0; }

.ck_section_a172296e {
  margin-bottom: 48px;
  padding: 18px 0;
}

.heading_spi_b723c4b6 {
  font-size: 1.75rem;
  color: hsl(312, 72%, 37%);
  margin: 0 0 12px;
}

.iels_9ef42eb4 { margin: 0 0 12px; color: hsl(312, 8%, 42%); }

.list_ckssp_f653f10c {
  list-style: disc;
  margin: 12px 0;
  padding-left: 24px;
}

.lu_94f8fae1 { margin-bottom: 6px; }

.footer_uc_315272f1 {
  background: hsl(312, 10%, 94%);
  color: hsl(312, 8%, 42%);
  padding: 24px 18px;
  margin-top: 48px;
}

.pie_1dda617e { max-width: 1292px; margin: 0 auto; }

.footerText_c7b8eede { margin: 0 0 12px; font-size: 0.9rem; }

.els_footerLinks_6a3706fe {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 12px;
  column-gap: 18px;
}
.els_footerLinks_6a3706fe > li { flex: 0 0 auto; }

.piels_footerLink_26c27d45 { color: hsl(132, 57%, 52%); text-decoration: none; }

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

.meta2_c375e7f7 { display: block; font-size: 0.875rem; color: hsl(312, 8%, 42%); 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(.blogLayout_spie_7a08df49) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_spie_7a08df49 {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_spie_7a08df49 .ksspie_107649ef {
  margin: 0;
  padding: 0;
}
.meta2_c375e7f7 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_c375e7f7 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_spie_7a08df49 .blogLink_uckssp_7a9706a6 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_8c9f75bb .blogLink_uckssp_7a9706a6 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_8c9f75bb .ksspie_107649ef:last-child .blogLink_uckssp_7a9706a6 { border-bottom: none; }
/* Grid */
.uckss_5953e453 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.uckss_5953e453 .blogLink_uckssp_7a9706a6 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.uckss_5953e453 .blogLink_uckssp_7a9706a6:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_spi_7de24bee {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_spi_7de24bee { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_spi_7de24bee .blogLink_uckssp_7a9706a6 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_spi_7de24bee .blogLink_uckssp_7a9706a6:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.spiels_58e1b276 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .spiels_58e1b276 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .spiels_58e1b276 { grid-template-columns: 1fr; }
}
.spiels_58e1b276 .blogLink_uckssp_7a9706a6 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.spiels_58e1b276 .blogLink_uckssp_7a9706a6:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.els_965cd94a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.els_965cd94a .blogLink_uckssp_7a9706a6 {
  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;
}
.els_965cd94a .blogLink_uckssp_7a9706a6:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.ckss_blogLayoutCards_a9c409f9 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .ckss_blogLayoutCards_a9c409f9 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .ckss_blogLayoutCards_a9c409f9 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.ckss_blogLayoutCards_a9c409f9 .blogLink_uckssp_7a9706a6 {
  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;
}
.ckss_blogLayoutCards_a9c409f9 .blogLink_uckssp_7a9706a6: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);
}
