/* variant_e: accent top strip, light body */
.ide_root_26d7c968 { font-family: undefined; margin: 0; background: hsl(76, 8%, 98%); color: hsl(76, 12%, 12%); }

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

.nosg_container_e7b6120f {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 30px 80px;
}

.header_ino_b1521ab6 {
  background: hsl(256, 61%, 56%);
  color: hsl(256, 61%, 86%);
  padding: 20px 40px;
  margin: 0 calc(-1 * 30px) 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.ycas_9da90fb5 { font-weight: 700; font-size: 1.35rem; }

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

.navItem_4aa2134c { margin: 0; }

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

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

.uides_1dca206d { padding: 40px 0; }

.ui_5080ad5c {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: hsl(76, 10%, 94%);
}

.heading_as_71149f04 { font-size: 1.4rem; margin: 0 0 20px; color: hsl(76, 61%, 56%); }

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

.guid_list_e24f474f { margin: 20px 0; padding-left: 40px; }

.listItem_442bf803 { margin-bottom: 10px; }

.card_osguid_f2127bed {
  background: hsl(76, 10%, 94%);
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
}

.cardTitle_8feed74d { font-size: 1.35rem; margin: 0 0 20px; color: hsl(76, 61%, 56%); }

.cardText_ycasin_7c06644d { margin: 0 0 20px; color: hsl(76, 8%, 42%); }

.uid_9c5ef6dc {
  padding: 40px 0;
  border-top: 1px solid hsl(76, 10%, 94%);
  font-size: 0.9rem;
  color: hsl(76, 8%, 42%);
}

.casi_footerText_a6ea9b91 { margin: 0; }

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

.asi_footerLink_e9567435 { color: hsl(256, 61%, 56%); text-decoration: none; }

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