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

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

.pie_wrap_a218bcb0 {
  max-width: 1256px;
  margin: 0 auto;
  padding: 24px 12px;
}

.no_1f15dd93 {
  background: hsl(276, 51%, 41%);
  color: hsl(276, 51%, 66%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

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

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

.nav_ielee_73c93dbb { display: flex; }

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

.navItem_le_7021ac45 { margin: 0; }

.sin_d5d86e89 {
  color: hsl(276, 51%, 66%);
  text-decoration: none;
}

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

.sinosp_1ae02b05 { padding: 24px 0; }

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

.heading_8298ceb9 {
  font-size: 1.75rem;
  color: hsl(276, 66%, 26%);
  margin: 0 0 12px;
}

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

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

.een_listItem_ad7f15c7 { margin-bottom: 6px; }

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

.strip_spi_3f2853e5 { max-width: 1256px; margin: 0 auto; }

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

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

.footerLink_si_b27662f3 { color: hsl(96, 51%, 41%); text-decoration: none; }

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

.nek_meta2_a8b58797 { display: block; font-size: 0.875rem; color: hsl(276, 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_c4017284) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_c4017284 {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_c4017284 .blogItem_c22a18f4 {
  margin: 0;
  padding: 0;
}
.nek_meta2_a8b58797 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .nek_meta2_a8b58797 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_c4017284 .blogLink_4f19179d {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_os_faa0eb94 .blogLink_4f19179d {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_os_faa0eb94 .blogItem_c22a18f4:last-child .blogLink_4f19179d { border-bottom: none; }
/* Grid */
.blogLayoutGrid_8bbeaaf1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_8bbeaaf1 .blogLink_4f19179d {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_8bbeaaf1 .blogLink_4f19179d:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.nekasi_53499ade {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .nekasi_53499ade { grid-template-columns: 1fr; }
}
.nekasi_53499ade .blogLink_4f19179d {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.nekasi_53499ade .blogLink_4f19179d:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.as_d30d1c7b {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .as_d30d1c7b { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .as_d30d1c7b { grid-template-columns: 1fr; }
}
.as_d30d1c7b .blogLink_4f19179d {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.as_d30d1c7b .blogLink_4f19179d:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.nos_blogLayoutBoxed_62e307c0 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nos_blogLayoutBoxed_62e307c0 .blogLink_4f19179d {
  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;
}
.nos_blogLayoutBoxed_62e307c0 .blogLink_4f19179d:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.onli_5c5b39c1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .onli_5c5b39c1 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .onli_5c5b39c1 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.onli_5c5b39c1 .blogLink_4f19179d {
  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;
}
.onli_5c5b39c1 .blogLink_4f19179d: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);
}
