/* Unique palette - no shared class names */
.root_0bd9864a {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: hsl(72, 12%, 12%);
  background: hsl(72, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

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

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

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

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

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

.nav_cc9d227f { display: flex; }

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

.oker_navItem_eac78c36 { margin: 0; }

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

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

.main_4199c1e3 { padding: 24px 0; }

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

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

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

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

.listItem_in_3c187659 { margin-bottom: 6px; }

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

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

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

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

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

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

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