

:root {
  --c-bg: #fafaf8;
  --c-bg-alt: #f0ece4;
  --c-surface: #ffffff;
  --c-text: #1c1917;
  --c-text-dim: #78716c;
  --c-accent: #b45309;
  --c-accent2: #57534e;
  --c-border: rgba(28,25,23,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
* { scroll-margin-top: 80px; }
body {
  background-color: var(--c-bg);
  color: var(--c-text);
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--c-text);
  margin: 0 0 0.5em 0;
}
h1 { font-size: clamp(2rem, 6vw, 3.8rem); }
h2 { font-size: clamp(1.4rem, 4vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 2.8vw, 1.5rem); }
h4 { font-size: clamp(1rem, 2.2vw, 1.25rem); }
h5 { font-size: clamp(0.9rem, 2vw, 1.1rem); }
h6 { font-size: clamp(0.85rem, 1.8vw, 1rem); }
p {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.75;
}
a {
  color: var(--c-accent);
  text-decoration: none;
  transition: color 0.2s;
}
.kn1fe0cth { display: inline-block; }
a:hover {
  color: var(--c-accent2);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.p6zpli1e {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.mw0gzr1z::before {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 1.5rem;
}

.iwshq9ef,
.xlpmgkkc,
.qkghifrk,
.o2f6akce,
.vc6gkzpt,
.yhwctmu1,
.v2zzrwck {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  background: var(--c-accent);
  color: #fff;
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.iwshq9ef:hover,
.xlpmgkkc:hover,
.qkghifrk:hover,
.o2f6akce:hover,
.vc6gkzpt:hover,
.yhwctmu1:hover,
.v2zzrwck:hover {
  background: #92400e;
  color: #fff;
  
  box-shadow: 0 4px 16px rgba(180,83,9,0.18), 0 1px 4px rgba(180,83,9,0.12);
}

.c6gz5gr5 {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  background: transparent;
  color: var(--c-accent);
  font-family: system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  border: 1.5px solid var(--c-accent);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.c6gz5gr5:hover {
  background: var(--c-accent);
  color: #fff;
}

.a47vkpnl {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
}
.tybdvmef {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  gap: 1.5rem;
}
.sfj8nwjb {
  flex-shrink: 0;
  border: none;
}
.sfj8nwjb img {
  max-height: 44px;
  width: auto;
}
.dkcb0ubo {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.gxqmibq7 {
  display: none;
  list-style: none;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.nvc6w1p05kne { padding-left: 28px; margin: 5px; display: none; width: 89vw; padding-right: 23px; border: 2px dotted #d3c088; color: rgb(42, 208, 148); }
.uhp8xgt1 { list-style: none; }
.r7p1dubh {
  color: var(--c-text-dim);
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  padding: 0.5rem 0;
  transition: color 0.2s;
  text-decoration: none;
  position: relative;
}
.r7p1dubh:hover {
  color: var(--c-text);
}

.r7p1dubh::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: var(--c-accent);
  transform: scaleX(0);
  transition: transform 0.2s;
}
.r7p1dubh:hover::after {
  transform: scaleX(1);
}
.iwshq9ef {
  font-size: 0.8rem;
  padding: 0.5rem 1.2rem;
  white-space: nowrap;
}

.utzlqf9d {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.utzlqf9d span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--c-text);
  border-radius: 1px;
  transition: background 0.2s;
}

.bn4ixixw {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, box-shadow 0.35s;
}
.bn4ixixw[data-open] {
  max-height: 80vh;
  overflow-y: auto;
  
  box-shadow: 0 8px 32px rgba(28,25,23,0.08), 0 2px 8px rgba(28,25,23,0.04);
}
.cunu5t43 {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem 1.5rem;
}
.rxhna8hs9i { width: 96vw; padding: 29px 43px; }
.jof6by66 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jof6by66 li {
  border-bottom: 1px solid var(--c-border);
}
.jof6by66 a {
  display: block;
  padding: 0.9rem 0;
  color: var(--c-text);
  font-weight: 500;
  font-size: 1rem;
  border: none;
  text-decoration: none;
  transition: color 0.2s;
}
.jof6by66 a:hover {
  color: var(--c-accent);
}
.o2f6akce {
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  align-self: flex-start;
}

.eyzm5bs5 {
  position: relative;
  padding: clamp(3rem, 8vw, 7rem) 0;
  background-color: var(--c-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.lafpzdyp {
  display: grid;
  grid-template-areas: "content" "image";
  gap: 2.5rem;
  align-items: center;
}
.sq9aw0vy {
  grid-area: content;
  max-width: 560px;
}

.sq9aw0vy::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 1.5rem;
}
.wz1669ej {
  font-size: clamp(2.2rem, 7vw, 4.2rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--c-text);
  margin-bottom: 0.6em;
}
.i9vnrvlw {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--c-text-dim);
  max-width: 480px;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.vc6gkzpt {
  font-size: 0.95rem;
  padding: 0.85rem 2.2rem;
}

.x3p63n8v {
  grid-area: image;
  width: 100%;
}
.x3p63n8v img {
  width: 100%;

  object-fit: cover;
  border-radius: 8px;
}

.g14nqaxj {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: var(--c-bg);
}
.ztl0q17d { color: rgb(158, 239, 210); padding: 40px 44px; display: block; width: 63px; margin: 18px; }
.du57rf84 {
  background: var(--c-bg-alt);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.gm46zvj7 {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.qisk9a0j {
  max-width: 640px;
  margin: 0 auto;
}
.qisk9a0j h1 {
  margin-bottom: 0.8em;
}

.qisk9a0j h1::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 0.8em;
}
.qisk9a0j h2 {
  margin-bottom: 0.5em;
}
.qisk9a0j p,
.qisk9a0j li {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--c-text);
}
.qisk9a0j ul,
.qisk9a0j ol {
  padding-left: 1.5em;
  margin: 1em 0;
}
.qisk9a0j li {
  margin-bottom: 0.5em;
}
.qisk9a0j li::marker {
  color: var(--c-accent);
  font-weight: 600;
}

.lj2zcdzq {
  position: sticky;
  top: 62px;
  z-index: 90;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
}
.jcs5ujzu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.65rem 0.5rem;
  background: transparent;
  border: none;
  color: var(--c-text);
  font-weight: 500;
  font-size: 0.85rem;
  cursor: pointer;
}
.yimoigdx { color: rgb(187, 239, 144); }
.jcs5ujzu::after {
  content: '\25BC';
  font-size: 0.55rem;
  color: var(--c-text-dim);
  transition: transform 0.2s;
}
.ubre22m2 {
  display: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ubre22m2[data-open] {
  display: flex;
}
.wund4ujd {
  display: block;
  padding: 0.55rem 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--c-text-dim);
  border-bottom: 1px solid var(--c-border);
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.wund4ujd:hover {
  color: var(--c-accent);
}

.wund4ujd::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1.5px;
  background: var(--c-accent);
  transform: scaleX(0);
  transition: transform 0.2s;
}
.wund4ujd:hover::after {
  transform: scaleX(1);
}

.dghx1kuh {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.nycrnwe5 {
  margin-bottom: 1.5rem;
}
.k6u8qv30 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.cjiydlf1 {
  display: flex;
  flex-direction: column;
  background: var(--c-surface);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid var(--c-border);
  transition: box-shadow 0.25s, transform 0.25s;
}
.cjiydlf1:hover {
  transform: translateY(-2px);
  
  box-shadow:
    0 4px 16px rgba(28,25,23,0.06),
    0 12px 40px rgba(28,25,23,0.04);
}
.utkeb6wvj6wh { margin: 18px; width: 100%; display: inline-block; padding: 43px 46px; border: 1px dashed #f1a450; color: rgb(38, 62, 37); }
.w6pu7qph {
  position: relative;
  overflow: hidden;
}

.hukev7nu {
  
  object-fit: scale-down;
  width: 100%;
  transition: transform 0.3s;
}
.cjiydlf1:hover .hukev7nu {
  transform: scale(1.03);
}
.nv891euv {
  padding: 0.75rem 0.85rem;
  font-weight: 500;
  font-size: 0.88rem;
  color: var(--c-text);
}
.ng7ue1uv {
  padding: 0.4rem 0.85rem 0.75rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--c-accent);
  letter-spacing: 0.02em;
  border: none;
  text-decoration: none;
}

.xdsqfyw2 {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.g0e3gfms {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.t744f4lu {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  transition: box-shadow 0.2s;
}
.t744f4lu:hover {
  box-shadow: 0 2px 12px rgba(28,25,23,0.06);
}
.p4ow9ian {
  width: 72px;
  height: 72px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
}
.g99hm15p {
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--c-text);
  text-decoration: none;
  transition: color 0.2s;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.g99hm15p:hover {
  color: var(--c-accent);
}

.cv3c27tq {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.kepkssszcb { border: 5px dashed #27b00d; padding: 13px 36px; width: 49px; display: grid; color: rgb(51, 36, 212); margin: -5px; }
.ku3plmgi {
  display: grid;
  grid-template-areas: "title" "items";
  gap: 2rem;
}
.fahafww5 {
  grid-area: title;
  margin-bottom: 0;
}

.fahafww5::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 0.8em;
}
.n7uadkj0 {
  grid-area: items;
}
.s843wry3 {
  border-bottom: 1px solid var(--c-border);
}
.s843wry3:first-child {
  border-top: 1px solid var(--c-border);
}
.s0zixaul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  cursor: pointer;
  list-style: none;
}
.s0zixaul::-webkit-details-marker { display: none; }
.s0zixaul::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--c-text-dim);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.s843wry3[open] .s0zixaul::after {
  transform: rotate(45deg);
}
.s0zixaul h3 {
  font-size: clamp(0.92rem, 2vw, 1.05rem);
  margin: 0;
  line-height: 1.35;
  font-weight: 500;
}
.rmhuup8f {
  padding: 0 0 1.2rem 0;
  color: var(--c-text-dim);
  line-height: 1.75;
  font-size: 0.95rem;
}
.rmhuup8f p {
  margin: 0;
}
.harhy4xkw { color: rgb(210, 223, 157); margin: 17px; width: 45px; display: grid; padding: 28px 32px; }

.f27ncoe9 {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.p3zjuraq {
  list-style: none;
  padding: 0;
}
.p3zjuraq li {
  border-bottom: 1px solid var(--c-border);
  position: relative;
  padding-left: 1.2rem;
}

.p3zjuraq li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-accent);
}
.p3zjuraq a {
  display: block;
  padding: 0.85rem 0;
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--c-text);
  text-decoration: none;
  transition: color 0.2s;
}
.p3zjuraq a:hover {
  color: var(--c-accent);
}

.txag7h6v {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.g7gop792 {
  max-width: 840px;
  margin: 0 auto;
}
.qrqr2dep {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--c-border);
  
  box-shadow: 0 2px 12px rgba(28,25,23,0.05);
}
.qrqr2dep iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.qgngiiwd {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.gcdpirqfm4 { padding: 6px 18px; border: 5px dashed #064504; }
.cyu8z1n0 {
  max-width: 640px;
  margin: 0 auto;
}
.qgngiiwd table {
  width: 100%;
  border-collapse: collapse;
}
.qgngiiwd tr {
  border-bottom: 1px solid var(--c-border);
}
.qgngiiwd td {
  padding: 0.8rem 0;
  font-size: 0.92rem;
  color: var(--c-text);
  vertical-align: top;
}
.qgngiiwd tr td:first-child {
  font-weight: 600;
  color: var(--c-text-dim);
  width: 40%;
  padding-right: 1.5rem;
}

.mrkyud5s {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.viv0g6uc {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 2rem;
  position: relative;
}

.viv0g6uc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2rem;
  width: 40px;
  height: 2px;
  background: var(--c-accent);
  border-radius: 0 0 1px 1px;
}

.w65l2g0j {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  text-align: center;
}
.yhwctmu1 {
  font-size: 1rem;
  padding: 0.9rem 2.5rem;
}

.v3lft257 {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.sd9f548m {
  max-width: 760px;
  margin: 0 auto;
}
.aqq74e02 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--c-border);
  background: var(--c-bg-alt);
}
.aqq74e02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.oaggnoq3z { color: rgb(0, 240, 8); width: 79px; padding: 35px 2px; margin: -4px; display: flex; border: 2px solid #b25422; }

.km0hk475 {
  padding: 1rem 0;
  border-top: 1px solid var(--c-border);
}
.wqd3b4kr {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  padding: 0;
  margin: 0;
}
.wqd3b4kr li {
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}
.gs7j3yzw {
  color: var(--c-text-dim);
  text-decoration: none;
}
.gs7j3yzw:hover {
  color: var(--c-accent);
}
.znfpa8jb {
  color: var(--c-text-dim);
  margin: 0 0.2rem;
  opacity: 0.4;
}
.kok1xvo0 {
  color: var(--c-text);
  font-weight: 600;
}

.bpyhdpo6 {
  background: var(--c-bg-alt);
  color: var(--c-text);
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  border-top: 1px solid var(--c-border);
}

.bpyhdpo6::before {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: var(--c-accent);
  margin: 0 auto 2rem;
}
.oczge84v {
  text-align: left;
}
.dwk730zw {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.v0g2q0oy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
}
.v0g2q0oy a {
  color: var(--c-text-dim);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.v0g2q0oy a:hover {
  color: var(--c-accent);
}
.g1crolg6 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.jhv5zj8v { border: 4px dashed #c46f2d; padding: 16px 3px; display: inline-block; width: 2px; color: rgb(174, 202, 229); margin: -11px; }
.g1crolg6 a {
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
  text-decoration: none;
}
.s0kywb10 {
  margin-bottom: 1rem;
}
.s0kywb10 img {
  display: inline-block;
}

.atvw0347 {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--c-text-dim);
}
.atvw0347 div {
  margin-bottom: 0.6rem;
}
.atvw0347 div:last-child {
  margin-bottom: 0;
}
.q2eahv36 {
  font-size: 0.78rem;
  color: var(--c-text-dim);
  margin: 0;
}
.q2eahv36 a {
  color: var(--c-text-dim);
}

.zz1nuww4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  margin-bottom: 1.5rem;
}
.zz1nuww4 img {
  height: 36px;
  width: auto;
}

.qb7ywgh8 {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 280px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 1.5rem;
  z-index: 1000;
  transform: translateY(calc(100% + 3rem));
  transition: transform 0.4s ease;
  
  box-shadow:
    0 4px 20px rgba(28,25,23,0.08),
    0 12px 48px rgba(28,25,23,0.06);
}
.qb7ywgh8[data-visible] {
  transform: translateY(0);
}
.qccla7hk {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  background: none;
  border: none;
  color: var(--c-text-dim);
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
}
.pm6ngn0r1 { display: grid; width: 87%; padding: 38px 40px; border: 2px solid #5064cd; margin: 15px; }
.x68wlxgf {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.gk6v0d2t {
  font-weight: 600;
  font-size: 0.92rem;
  margin: 0 0 0.3rem;
  color: var(--c-text);
}
.tep8t0sc {
  font-size: 0.82rem;
  margin: 0 0 1rem;
  color: var(--c-text-dim);
  line-height: 1.55;
}
.xlpmgkkc {
  padding: 0.5rem 1.2rem;
  font-size: 0.78rem;
  width: 100%;
  text-align: center;
}

.cveqeyq2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28,25,23,0.3);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  backdrop-filter: blur(4px);
}
.cveqeyq2[data-visible] {
  opacity: 1;
  visibility: visible;
}
.r31uvgon {
  background: var(--c-surface);
  padding: 2.5rem 2rem;
  width: 90%;
  max-width: 420px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transform: scale(0.95) translateY(10px);
  transition: transform 0.3s ease;
  
  box-shadow:
    0 8px 40px rgba(28,25,23,0.1),
    0 2px 12px rgba(28,25,23,0.06);
}
.cveqeyq2[data-visible] .r31uvgon {
  transform: scale(1) translateY(0);
}
.fbbgp9ph {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--c-text-dim);
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
}
.ri2pua1z {
  font-size: clamp(1.3rem, 4vw, 1.75rem);
  margin-bottom: 0.75rem;
  color: var(--c-text);
  font-weight: 600;
}
.euj0y8r8 {
  font-size: 0.95rem;
  color: var(--c-text-dim);
  margin-bottom: 1.5rem;
  line-height: 1.65;
}
.qkghifrk {
  font-size: 0.95rem;
  padding: 0.8rem 2.2rem;
}
.g3otc513qs1 { margin: 18px; padding: 32px 23px; display: grid; }

#lang-dropdown { position: relative; }
#lang-current {
  background: transparent;
  border: 1px solid var(--c-border);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: var(--c-text);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
}
.ctayfgzr {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid var(--c-text-dim);
  border-bottom: 1.5px solid var(--c-text-dim);
  transform: rotate(45deg);
  transition: transform 0.2s;
}
#lang-dropdown[open] .ctayfgzr { transform: rotate(-135deg); }
#lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  width: 140px;
  max-height: 280px;
  overflow-y: auto;
  box-shadow: 0 4px 16px rgba(28,25,23,0.08);
}
#lang-menu li a {
  display: block;
  padding: 8px 12px;
  color: var(--c-text);
  font-size: 14px;
  text-decoration: none;
}
#lang-menu li a:hover { background: var(--c-bg-alt); }

.lk6cc3vh { height: 40px; }

.kg3xujhz {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.9rem;
}
.b6itkjrzhd { border: 2px dashed #253d74; padding: 28px 41px; }
thead {
  background: var(--c-bg-alt);
  color: var(--c-text);
}
th, td {
  padding: 10px 14px;
  text-align: left;
  border: 1px solid var(--c-border);
  color: var(--c-text);
}
tbody tr:nth-child(odd) {
  background: var(--c-surface);
}
tbody tr:nth-child(even) {
  background: var(--c-bg);
}
.i3wh37yi {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }
}

@keyframes bc24-fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.rmhuup8f {
  animation: bc24-fadeIn 0.2s ease;
}

@media (min-width: 768px) {
  .gxqmibq7 {
    display: flex;
  }

  .utzlqf9d {
    display: none;
  }

  
  .lafpzdyp {
    grid-template-areas: "content image";
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .k6u8qv30 {
    grid-template-columns: repeat(3, 1fr);
  }

  
  .ku3plmgi {
    grid-template-areas: "title items";
    grid-template-columns: 280px 1fr;
    gap: 3rem;
  }

  .fahafww5 {
    position: sticky;
    top: 120px;
    align-self: start;
  }

  
  .jcs5ujzu {
    display: none;
  }

  .ubre22m2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .wund4ujd {
    border-bottom: none;
    padding: 0.6rem 1rem;
  }

  .dwk730zw {
    grid-template-columns: 1fr 1fr;
  }

  .qb7ywgh8 {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .k6u8qv30 {
    grid-template-columns: repeat(4, 1fr);
  }

  .ku3plmgi {
    grid-template-columns: 320px 1fr;
  }
}

@media (max-width: 767px) {
  .iwshq9ef {
    display: none;
  }

  .eyzm5bs5 {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
  }

  .k6u8qv30 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .ng7ue1uv {
    display: none;
  }

  .qb7ywgh8 {
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
    bottom: 0.75rem;
  }

  .r31uvgon {
    padding: 2rem 1.5rem;
    max-width: 100%;
    width: 92%;
  }

  .kaea3czt {
    float: none;
    display: block;
  }
}

ul, ol {
  padding-left: 1.5em;
  margin: 0.75em 0;
}
li {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--c-text);
  margin-bottom: 0.3em;
}
li::marker {
  color: var(--c-accent);
  font-weight: 600;
}

.twshxr08 { max-width: 100%; margin: 0 auto; padding: 20px 0; }
.dm9igbg6k { margin: -9px; color: rgb(94, 149, 190); padding: 48px 27px; width: 1px; display: flex; }
.twshxr08 h2 { color: var(--c-accent); }
.to0jd09r { list-style: none; padding: 0; }
.to0jd09r li {
  padding: 10px 0;
  border-bottom: 1px solid var(--c-border);
  font-size: 1rem;
}
.auttkjlt { font-weight: 700; color: var(--c-accent); }

.cxo1ima3 {
  width: 100%;
  height: 100%;
  border: none;
}

.m2o70lug { width: 100%; }
.z6v29dyk { max-width: 1140px; margin: 0 auto; padding: 0 10px; }
.z6v29dyk h2 { color: var(--c-text); }
.j8dbh8hb {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
}
.u3rn2o7i {
  position: relative;
  text-align: center;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  overflow: hidden;
}
.u3rn2o7i img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.u3rn2o7i .n0xhx5xs {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.gp8dmup3xv99 { margin: 1px; display: block; width: 91%; padding: 5px 34px; }
.u3rn2o7i:hover .n0xhx5xs { opacity: 1; }
.u3rn2o7i:hover img { opacity: 0.3; }
.ezdik2ln { flex-basis: 48%; }
.ztuf2agb { flex-basis: 31%; }
.u6uo1y0v { flex-basis: 23%; }
.kd5zgbze { flex-basis: 18%; }
.ll46zk04 { flex-basis: 15%; }
.jy0qn26j { flex-basis: 13%; }
@media (max-width: 800px) {
  .j8dbh8hb { justify-content: center; }
  .ezdik2ln, .ztuf2agb, .u6uo1y0v, .kd5zgbze, .ll46zk04, .jy0qn26j { flex-basis: 48%; }
}

.gm46zvj7 img{height:auto;}