

: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;
}
a:hover {
  color: var(--c-accent2);
}
.tc5xpt6a7ul { color: rgb(216, 98, 197); padding-right: 20px; }
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.vb1r813p {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

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

.k37hyu04,
.biko0ub6,
.fdh9gzep,
.qbbew4np,
.rg6mwa8d,
.q9wb3w4e,
.j4vaoe31 {
  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;
}
.k37hyu04:hover,
.biko0ub6:hover,
.fdh9gzep:hover,
.qbbew4np:hover,
.rg6mwa8d:hover,
.q9wb3w4e:hover,
.j4vaoe31: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);
}

.h2kaac1n {
  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;
}
.h2kaac1n:hover {
  background: var(--c-accent);
  color: #fff;
}

.a539qjzz {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
}
.mw5ypnrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  gap: 1.5rem;
}
.jdqdocci {
  flex-shrink: 0;
  border: none;
}
.jdqdocci img {
  max-height: 44px;
  width: auto;
}
.kiej86kw {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.ul4n1dfv {
  display: none;
  list-style: none;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.lrn507cj { list-style: none; }
.fxxxi4i95f37 { color: rgb(154, 134, 162); padding: 48px 37px; border: 4px dashed #3fd120; width: 42vw; }
.ndhcb16r {
  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;
}
.ndhcb16r:hover {
  color: var(--c-text);
}

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

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

.wtk873q6 {
  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;
}
.wtk873q6[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);
}
.c9u2v5v5 {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem 1.5rem;
}
.i6rdr80f {
  list-style: none;
  padding: 0;
  margin: 0;
}
.i6rdr80f li {
  border-bottom: 1px solid var(--c-border);
}
.i6rdr80f 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;
}
.i6rdr80f a:hover {
  color: var(--c-accent);
}
.y4ujuvfy { color: rgb(92, 76, 109); }
.qbbew4np {
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  align-self: flex-start;
}

.m0i478qz {
  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;
}
.m624vpwo {
  display: grid;
  grid-template-areas: "content" "image";
  gap: 2.5rem;
  align-items: center;
}
.jmvykj46 {
  grid-area: content;
  max-width: 560px;
}

.jmvykj46::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 1.5rem;
}
.sdesbhln {
  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;
}
.ffogjg8n {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--c-text-dim);
  max-width: 480px;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.rg6mwa8d {
  font-size: 0.95rem;
  padding: 0.85rem 2.2rem;
}

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

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

.b63bepqb {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: var(--c-bg);
}
.uz7sq54gd1 { width: 46vw; border: 1px dashed #b0a0b9; display: flex; margin: -6px; padding-right: 47px; padding-left: 40px; color: rgb(225, 226, 123); }
.ga1rfl4x {
  background: var(--c-bg-alt);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

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

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

.xr4b6xjt {
  position: sticky;
  top: 62px;
  z-index: 90;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
}
.lv42cs3j {
  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;
}
.lv42cs3j::after {
  content: '\25BC';
  font-size: 0.55rem;
  color: var(--c-text-dim);
  transition: transform 0.2s;
}
.hophpqez {
  display: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hophpqez[data-open] {
  display: flex;
}
.odu8y3ejgkwh { display: flex; }
.jepxixbp {
  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;
}
.jepxixbp:hover {
  color: var(--c-accent);
}

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

.e1n4pdmu {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.j36crlhy {
  margin-bottom: 1.5rem;
}
.y0o4mi01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.xmbktfud {
  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;
}
.xmbktfud:hover {
  transform: translateY(-2px);
  
  box-shadow:
    0 4px 16px rgba(28,25,23,0.06),
    0 12px 40px rgba(28,25,23,0.04);
}
.gnaq8807 {
  position: relative;
  overflow: hidden;
}

.p72g3f6x {
  
  object-fit: scale-down;
  width: 100%;
  transition: transform 0.3s;
}
.xmbktfud:hover .p72g3f6x {
  transform: scale(1.03);
}
.xg1sy96e {
  padding: 0.75rem 0.85rem;
  font-weight: 500;
  font-size: 0.88rem;
  color: var(--c-text);
}
.m2d3seow {
  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;
}

.fz6zjvot {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.n72gozgzlf { padding-left: 16px; }
.eh7n1tq0 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.zub657i3 {
  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;
}
.zub657i3:hover {
  box-shadow: 0 2px 12px rgba(28,25,23,0.06);
}
.pmigz31m {
  width: 72px;
  height: 72px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
}
.qbwwm64m {
  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;
}
.qbwwm64m:hover {
  color: var(--c-accent);
}

.zi7alflz {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.wxj03dz1 {
  display: grid;
  grid-template-areas: "title" "items";
  gap: 2rem;
}
.nzophaj2 {
  grid-area: title;
  margin-bottom: 0;
}

.nzophaj2::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: 0.8em;
}
.rb1ift9p {
  grid-area: items;
}
.on50vb08 {
  border-bottom: 1px solid var(--c-border);
}
.on50vb08:first-child {
  border-top: 1px solid var(--c-border);
}
.wrod72l3r { color: rgb(120, 69, 220); display: block; margin: 20px; width: 63vw; padding-right: 44px; }
.b9ubr7to {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  cursor: pointer;
  list-style: none;
}
.b9ubr7to::-webkit-details-marker { display: none; }
.b9ubr7to::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--c-text-dim);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.on50vb08[open] .b9ubr7to::after {
  transform: rotate(45deg);
}
.b9ubr7to h3 {
  font-size: clamp(0.92rem, 2vw, 1.05rem);
  margin: 0;
  line-height: 1.35;
  font-weight: 500;
}
.v6liryzv {
  padding: 0 0 1.2rem 0;
  color: var(--c-text-dim);
  line-height: 1.75;
  font-size: 0.95rem;
}
.v6liryzv p {
  margin: 0;
}

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

.fllzed36 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-accent);
}
.fllzed36 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;
}
.fllzed36 a:hover {
  color: var(--c-accent);
}

.q323fhlb {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.z7tx4vb9 {
  max-width: 840px;
  margin: 0 auto;
}
.yf4c832elx { width: 72px; border: 4px dotted #a51081; padding-right: 20px; padding-left: 27px; display: inline-block; margin: 4px; }
.mv6s9lcj {
  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);
}
.mv6s9lcj iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

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

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

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

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

.zcous228 {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.xybappdru { border: 5px dashed #7cbf65; color: rgb(98, 112, 208); display: flex; padding-left: 31px; padding-right: 1px; width: 90%; }
.dih8eaqp {
  max-width: 760px;
  margin: 0 auto;
}
.vm774ahd {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--c-border);
  background: var(--c-bg-alt);
}
.vm774ahd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

.x9zfcah8::before {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: var(--c-accent);
  margin: 0 auto 2rem;
}
.qmk9h275 {
  text-align: left;
}
.ttpqar81mfg { padding-left: 19px; color: rgb(173, 127, 29); border: 4px dotted #d5c156; }
.skrolhkl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.j6d34unv {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
}
.j6d34unv a {
  color: var(--c-text-dim);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.j6d34unv a:hover {
  color: var(--c-accent);
}
.ts130dez {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.ts130dez a {
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
  text-decoration: none;
}
.u5jf0e2t {
  margin-bottom: 1rem;
}
.u5jf0e2t img {
  display: inline-block;
}

.nya74xz5 {
  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);
}
.nya74xz5 div {
  margin-bottom: 0.6rem;
}
.nya74xz5 div:last-child {
  margin-bottom: 0;
}
.ookkigtp {
  font-size: 0.78rem;
  color: var(--c-text-dim);
  margin: 0;
}
.j0hqt331g { padding: 32px 12px; border: 2px dashed #2cbcb0; display: block; color: rgb(194, 232, 21); margin: 16px; width: 5px; }
.ookkigtp a {
  color: var(--c-text-dim);
}

.lyaaftv3 {
  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;
}
.lyaaftv3 img {
  height: 36px;
  width: auto;
}

.pfv6hgm3 {
  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);
}
.pfv6hgm3[data-visible] {
  transform: translateY(0);
}
.yyoekkso {
  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;
}
.k4ou71cq {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.wgaj4nnb {
  font-weight: 600;
  font-size: 0.92rem;
  margin: 0 0 0.3rem;
  color: var(--c-text);
}
.yhfnubul {
  font-size: 0.82rem;
  margin: 0 0 1rem;
  color: var(--c-text-dim);
  line-height: 1.55;
}
.biko0ub6 {
  padding: 0.5rem 1.2rem;
  font-size: 0.78rem;
  width: 100%;
  text-align: center;
}

.ii7ugwy4 {
  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);
}
.ii7ugwy4[data-visible] {
  opacity: 1;
  visibility: visible;
}
.hm213rts {
  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);
}
.ii7ugwy4[data-visible] .hm213rts {
  transform: scale(1) translateY(0);
}
.mp5j1kwy { color: rgb(77, 18, 185); border: 4px dashed #d3a4c5; padding-left: 34px; }
.ch3a8w1w {
  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;
}
.ckdzqp1i {
  font-size: clamp(1.3rem, 4vw, 1.75rem);
  margin-bottom: 0.75rem;
  color: var(--c-text);
  font-weight: 600;
}
.v4cqhuuz {
  font-size: 0.95rem;
  color: var(--c-text-dim);
  margin-bottom: 1.5rem;
  line-height: 1.65;
}
.fdh9gzep {
  font-size: 0.95rem;
  padding: 0.8rem 2.2rem;
}

#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;
}
.h7m4e6q1 {
  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] .h7m4e6q1 { 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); }

.ek6uuw3g { height: 40px; }

.gq8i6vqi {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.x43xasmx { display: block; width: 21%; color: rgb(236, 125, 28); padding-right: 20px; border: 1px solid #7412e5; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 0.9rem;
}
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);
}
.m9a5gq91 {
  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); }
}
.v6liryzv {
  animation: bc24-fadeIn 0.2s ease;
}

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

  .vmts1j9g {
    display: none;
  }

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

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

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

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

  
  .lv42cs3j {
    display: none;
  }

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

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

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

  .pfv6hgm3 {
    width: 300px;
  }
}

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

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

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

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

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

  .m2d3seow {
    display: none;
  }

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

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

  .b8duwf0f {
    float: none;
    display: block;
  }
}
.whjht440 { padding-right: 23px; }

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;
}

.v17npiec { max-width: 100%; margin: 0 auto; padding: 20px 0; }
.v17npiec h2 { color: var(--c-accent); }
.lh1u313e { list-style: none; padding: 0; }
.lh1u313e li {
  padding: 10px 0;
  border-bottom: 1px solid var(--c-border);
  font-size: 1rem;
}
.fiuryxc1 { font-weight: 700; color: var(--c-accent); }

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

.wob44qjy { width: 100%; }
.g6sstvd6 { max-width: 1140px; margin: 0 auto; padding: 0 10px; }
.g6sstvd6 h2 { color: var(--c-text); }
.lf0ekz6w {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
}
.okaf8xz0 {
  position: relative;
  text-align: center;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  overflow: hidden;
}
.o0xmc0f6b { padding: 36px 20px; color: rgb(70, 31, 96); display: inline-block; border: 5px dotted #2261bd; width: 27%; margin: 15px; }
.okaf8xz0 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.okaf8xz0 .ow44hkbo {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.okaf8xz0:hover .ow44hkbo { opacity: 1; }
.okaf8xz0:hover img { opacity: 0.3; }
.a0uwlais { flex-basis: 48%; }
.u1j43253 { flex-basis: 31%; }
.bi5n4pkw { flex-basis: 23%; }
.qj5vjwg9 { flex-basis: 18%; }
.t9wc7boj { flex-basis: 15%; }
.qmmmy8pz { flex-basis: 13%; }
.wvavkenyu { margin: 8px; width: 53%; padding: 1px 36px; display: block; }
@media (max-width: 800px) {
  .lf0ekz6w { justify-content: center; }
  .a0uwlais, .u1j43253, .bi5n4pkw, .qj5vjwg9, .t9wc7boj, .qmmmy8pz { flex-basis: 48%; }
}

.do45yurt img{height:auto;}