:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: 1.7;
}
.i5sc2r {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.y4k9469p {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.d4bwru {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vq88w1w { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.k1yde { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.k1yde a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.k1yde a:hover { color: var(--accent-light); }
.oa9exgwk     .amp39r { border-radius: 24px; padding: 8px; }
.oa9exgwk .amp39r li a { border-radius: 16px; }
.u66m2yr .amp39r li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .amp39r {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .bx4j4znu:hover .amp39r,
  .bx4j4znu:focus-within .amp39r { display: block; }
  .amp39r li a { padding: 8px 16px; font-size: 0.88rem; }
}
.g1nect {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.x9ykha { display: none; }
@media (max-width: 640px) {
  .x9ykha {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .x9ykha.y7puchm2 { display: block; }
}
@media (max-width: 640px) {
  .g1nect { display: block; }
  .k1yde > li + li::before { display: none !important; }
  .k1yde {
    display: none; flex-direction: column; gap: 0; align-items: stretch; flex-wrap: nowrap;
    position: absolute; top: 56px; left: 0; right: 0;
    background: var(--bg-surface);
    border-top: 1px solid var(--border); padding: 8px 0;
  }
  .k1yde.y7puchm2 { display: flex; }
  .k1yde li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .k1yde li:last-child a { border-bottom: none; }
}
.xx44juz6 { min-height: 480px; }
.co14qxk {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.heol1va { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.p4osnpl .heol1va { margin-left: 0; margin-right: 0; }
.mj7sey1g {
  background: var(--accent); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.mj7sey1g:hover { opacity: 0.88; }
.bwoill {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.zbnj2 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.bwoill .g7t6 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.bwoill .co14qxk { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.bwoill .heol1va { color: #e2e8f0; }
.bwoill.mpr1qkb .g7t6 { text-align: center; }
.bwoill.p4osnpl   .g7t6 { text-align: left; }
.k5iicgr .g7t6 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.k5iicgr .co14qxk { color: var(--text-primary); text-shadow: none; }
.k5iicgr .heol1va { color: var(--text-muted); }
.k5iicgr .mj7sey1g { margin-top: 16px; }
.k5iicgr, .k5iicgr.xx44juz6 { min-height: auto !important; }
.k5iicgr.mpr1qkb .g7t6 { text-align: center; }
.k5iicgr.p4osnpl   .g7t6 { text-align: left; }
.k5iicgr~.j80jq{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.k5iicgr~.j80jq .l7pukp5{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.a450d {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.t2nag .a450d,
.t2nag .a450d::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.xavkl .a450d,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.qwlf7 .a450d,
.qwlf7 .bwoill .zbnj2 {
  overflow: hidden;
}
.qwlf7 .a450d::after,
.qwlf7 .bwoill .zbnj2::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.lrkok3y7 .a450d,
.lrkok3y7 .a450d::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.lrkok3y7 .bwoill .zbnj2 {
  overflow: hidden;
}
.lrkok3y7 .bwoill .zbnj2::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.iw3tlcl .a450d,
.iw3tlcl .bwoill .zbnj2 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.t2nag .bwoill .zbnj2 {
  overflow: hidden;
}
.t2nag .bwoill .zbnj2::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.xavkl .bwoill .zbnj2 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.a450d .zbnj2 {
  background: none;
}
.a450d .co14qxk { color: #fff; }
.a450d .heol1va { color: rgba(255,255,255,0.85); }
.a450d .mj7sey1g { background: #fff; color: var(--accent); }
.a450d .mj7sey1g:hover { opacity: 0.92; }
.w5b1zhwu .co14qxk { text-shadow: none; color: var(--accent-pale); }
.w5b1zhwu .heol1va { color: var(--text-muted); }
.w5b1zhwu.mpr1qkb .oktz5 { align-items: center; text-align: center; }
.ezwylj .g7t6 { padding-bottom: 24px; }
.s36xhniv .g7t6 { max-width: 960px; }
@media (max-width: 700px) {
  .w5b1zhwu { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .w5b1zhwu .brvkun { display: none !important; }
  .qp2e11 .brvkun { display: none !important; }
  .mon62rw .valir { display: none !important; }
  .i2g0sw .huzdfx { display: none !important; }
  .oktz5  { padding: 36px 24px; }
  .w5b1zhwu~.j80jq,.vonoou89~.j80jq{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .xx44juz6, .w5b1zhwu { min-height: 320px !important; }
  
  .co14qxk { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .f72ii { display: none !important; }
  
  .p0oiw { flex-direction: column; align-items: center; }
  .jvt1rkfu { width: 100%; max-width: 340px; }
}
.miwo4t6o { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.cj7t53hg { width: 100%; height: 300px; object-fit: cover; display: block; }
.gyijri .miwo4t6o        { border-radius: 16px; }
.gyijri .cj7t53hg  { border-radius: 16px; }
.sw01 .miwo4t6o         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.sw01 .cj7t53hg   { border-radius: 8px; }
.ri32 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.eboo { width: 100%; padding: 32px 0; position: relative; }
.b4v8 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.kj6mul5 .eboo:nth-child(even) { background: var(--bg-surface); }
.kj6mul5 .eboo:nth-child(odd)  { background: var(--bg-page); }
.sgpa8 .eboo:nth-child(even) { background: var(--bg-card); }
.sgpa8 .eboo:nth-child(odd)  { background: var(--bg-page); }
.kj6mul5 .eboo:nth-child(odd)  .b4v8 { background: var(--bg-card); border-radius: 6px; }
.kj6mul5 .eboo:nth-child(even) .b4v8 { background: var(--bg-raised); border-radius: 6px; }
.sgpa8 .eboo:nth-child(odd)  .b4v8 { background: var(--bg-card); border-radius: 6px; }
.sgpa8 .eboo:nth-child(even) .b4v8 { background: var(--bg-raised); border-radius: 6px; }
.kj6mul5 .eboo:nth-child(even) .l9un .npke,
.sgpa8 .eboo:nth-child(even) .l9un .npke { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.kj6mul5 .eboo:nth-child(odd) .l9un .npke,
.sgpa8 .eboo:nth-child(odd) .l9un .npke { background: var(--bg-card-inner); }
.kj6mul5 .eboo:nth-child(even) .vuu7sw9 .npke:nth-child(odd),
.sgpa8 .eboo:nth-child(even) .vuu7sw9 .npke:nth-child(odd)  { background: var(--bg-card); }
.kj6mul5 .eboo:nth-child(even) .vuu7sw9 .npke:nth-child(even),
.sgpa8 .eboo:nth-child(even) .vuu7sw9 .npke:nth-child(even) { background: var(--bg-card-inner); }
h1.gjig { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.gjig {
  font-size: 1.6rem; font-weight: 700; color: var(--accent-light);
  margin: 0 0 16px;
  
}
h3.d4b4 { font-size: 1.2rem; font-weight: 700; color: var(--accent-pale); margin: 0 0 10px; }
.bdnt h2.gjig {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.yaw7 h2.gjig {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.buf413 h2.gjig {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.lo7v h2.gjig::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.z4e28xn h2.gjig {
  color: var(--text-primary); font-size: 1.7rem;
}
.vagegqmr h2.gjig::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.pw3g h2.gjig {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.cclwpq { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .cclwpq { display: none; } }
.uj9xjc5a { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.nxpzx54 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.q9i64r {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xxau9 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.h4vpsqh { padding-left: 20px; }
.h4vpsqh li { margin-bottom: 6px; }
.h4vpsqh a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.h4vpsqh a:hover { color: var(--accent-light); }
.fijle .xxau9 { display: none; }
.jurq .xxau9 { display: none; }
.jurq .h4vpsqh { padding-left: 0; list-style: none; }
.jurq .h4vpsqh li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.jurq .h4vpsqh a { font-size: 0.92rem; }
.inrdb .q9i64r { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.inrdb .xxau9 { display: none; }
.inrdb .h4vpsqh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.inrdb .h4vpsqh li { margin-bottom: 0; }
.inrdb .h4vpsqh a {
  display: inline-block;
  background: var(--accent-bg); color: var(--accent-light);
  border: 1px solid var(--accent-pale); border-radius: 999px;
  padding: 5px 16px; font-size: 0.88rem; font-weight: 500;
}
.inrdb .h4vpsqh a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.u9sa7 .q9i64r { padding: 20px 20px 16px; }
.u9sa7 .h4vpsqh {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.u9sa7 .h4vpsqh li { counter-increment: toc-c; margin-bottom: 0; }
.u9sa7 .h4vpsqh a {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-card); border-radius: 8px;
  padding: 9px 12px; border: 1px solid var(--border);
  font-size: 0.88rem; color: var(--text-muted);
}
.u9sa7 .h4vpsqh a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700;
}
.u9sa7 .h4vpsqh a:hover { color: var(--accent-light); border-color: var(--accent); }
.ylv7cr .q9i64r { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ylv7cr .xxau9 { display: none; }
.ylv7cr .h4vpsqh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ylv7cr .h4vpsqh li { margin-bottom: 0; }
.ylv7cr .h4vpsqh li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ylv7cr .h4vpsqh li:last-child::after { content: ""; margin-right: 0; }
.ylv7cr .h4vpsqh a { font-size: 0.9rem; }
.npke { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.l9un .npke { background: var(--bg-card); }
.vuu7sw9 .npke:nth-child(odd)  { background: var(--bg-card); }
.vuu7sw9 .npke:nth-child(even) { background: var(--bg-raised); }
.vb47l .npke {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.vb47l .npke:last-child { border-bottom: none; }
.vb47l h3.d4b4 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.pxis3s7 .npke {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.pxis3s7 .npke + .npke { margin-top: 4px; }
.hnr81n0d .npke { background: none; border-radius: 0; padding: 12px 0; }
.hnr81n0d .npke + .npke { border-top: 1px solid var(--border-section); }
.j7adm { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.wh6jl5 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.gknm { color: var(--text-body); margin-bottom: 10px; }
.ewh9, .hnr8jb { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ewh9 li, .hnr8jb li { margin-bottom: 6px; }
.hnr8jb li { list-style: decimal; }
.pr9rot46     .ewh9 { list-style-type: "● "; }
.cv5xy2  .ewh9 { list-style-type: "■ "; }
.b7mu .ewh9 { list-style-type: "◆ "; }
.v5gq    .ewh9 { list-style-type: "★ "; }
.pr9rot46     .wngmfd { list-style-type: "● "; }
.cv5xy2  .wngmfd { list-style-type: "■ "; }
.b7mu .wngmfd { list-style-type: "◆ "; }
.v5gq    .wngmfd { list-style-type: "★ "; }
.pr9rot46    .ewh9 li::marker, .pr9rot46    .wngmfd li::marker,
.cv5xy2 .ewh9 li::marker, .cv5xy2 .wngmfd li::marker,
.b7mu .ewh9 li::marker, .b7mu .wngmfd li::marker,
.v5gq   .ewh9 li::marker, .v5gq   .wngmfd li::marker {
  color: var(--accent); font-size: 0.8em;
}
.pr9rot46 .hnr8jb,
.cv5xy2 .hnr8jb,
.b7mu .hnr8jb,
.v5gq .hnr8jb {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.pr9rot46 .hnr8jb li,
.cv5xy2 .hnr8jb li,
.b7mu .hnr8jb li,
.v5gq .hnr8jb li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.pr9rot46 .hnr8jb li::before,
.cv5xy2 .hnr8jb li::before,
.b7mu .hnr8jb li::before,
.v5gq .hnr8jb li::before {
  content: counter(el-step);
  position: absolute; left: -2.2em; top: 0.05em;
  width: 1.45em; height: 1.45em;
  background: var(--accent); color: #fff;
  font-size: 0.72em; font-weight: 700;
  line-height: 1.45em; text-align: center;
}
.pr9rot46     .hnr8jb li::before { border-radius: 50%; }
.cv5xy2  .hnr8jb li::before { border-radius: 3px; }
.b7mu .hnr8jb li::before { border-radius: 3px; }
.v5gq    .hnr8jb li::before { border-radius: 50%; }
.d03r2 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.msvehem .d03r2,
.unqhnld .d03r2 { background: transparent; border: none; border-radius: 0; }
.bvhorrgp { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.bvhorrgp th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.bvhorrgp td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.bvhorrgp tr:hover td { background: var(--bg-hover); }
.rwsj26 .bvhorrgp tbody tr:nth-child(even) td { background: var(--bg-surface); }
.pdu1x1y .bvhorrgp { border: 1px solid var(--border-alt); }
.pdu1x1y .bvhorrgp th,
.pdu1x1y .bvhorrgp td { border: 1px solid var(--border-alt); }
.ir09 .bvhorrgp th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ir09 .bvhorrgp td { border-bottom: none; }
.ir09 .bvhorrgp tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.vywpg .bvhorrgp th {
  background: var(--accent); color: #fff; letter-spacing: 0.03em;
}
.vxewb5vl .d03r2 {
  overflow: hidden;
}
.vxewb5vl .bvhorrgp th { border-bottom: 1px solid var(--border-alt); }
.vxewb5vl .bvhorrgp tr:last-child td { border-bottom: none; }
.osrnga { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.vo0v { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.f8i97 { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.lstd { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.morbhb { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.wngmfd { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.wngmfd li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.igzm8mfj .lstd { background: transparent; text-align: center; }
.lv3v .f8i97 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ppfm0gi .f8i97 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.o6fnl4s .vo0v { display: grid; grid-template-columns: auto 1fr; }
.o6fnl4s .f8i97 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.o6fnl4s .lstd { grid-column: 2; }
.o6fnl4s .morbhb,
.o6fnl4s .wngmfd { grid-column: 1 / -1; }
.eww18 .vo0v { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.eww18 .f8i97 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.eww18 .lstd { grid-column: 2; }
.eww18 .morbhb,
.eww18 .wngmfd { grid-column: 1 / -1; }
.xizaxoo .vo0v { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.xizaxoo .lstd { background: none; color: var(--accent-light); font-weight: 700; }
.kceg8pb .vo0v { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.kceg8pb .lstd { background: none; color: var(--accent-light); font-weight: 700; }
.ej39qlx9 .vo0v { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ej39qlx9 .vo0v:last-child { border-bottom: none; }
.ej39qlx9 .lstd { background: none; color: var(--accent-light); font-weight: 700; }
.cbhhep .vo0v { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.cbhhep .lstd { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.jgvl5ie0 .osrnga { counter-reset: card-n; }
.jgvl5ie0 .vo0v  { counter-increment: card-n; }
.jgvl5ie0 .lstd { display: flex; align-items: center; gap: 10px; }
.jgvl5ie0 .lstd::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.hegt3e .vo0v { background: var(--bg-surface); border: 1px solid var(--border); }
.hegt3e .lstd { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.yrr9coy { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.i7ufyg  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.z1uts8z { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.mepw8 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.udyf7h { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.yrr9coy strong { color: var(--text-primary); font-size: 0.95rem; }
.yrr9coy p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.hpk84 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.aehb7, .ifaq { border-radius: 8px; padding: 14px; }
.aehb7 { background: var(--bg-pros); }
.ifaq { background: var(--bg-cons); }
.g1bh { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.aehb7 .g1bh { color: var(--c-pros-label); }
.ifaq .g1bh { color: #f87171; }
.aehb7 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ifaq ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.cj7t53hg { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; display: block; }
.aw0r {
  background: var(--accent); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.aw0r:hover { opacity: 0.85; }
.mqbp2fm1 .aw0r  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.mqbp2fm1 .aw0r:hover  { background: var(--accent); color: #fff; opacity: 1; }
.yeudsnf .aw0r  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.yeudsnf .aw0r:hover  { background: var(--accent); color: #fff; opacity: 1; }
.l0ulhcxo .mj7sey1g { border-radius: 50px; }
.l0ulhcxo .aw0r  { border-radius: 50px; }
.wesr .mj7sey1g { padding-left: 22px; padding-right: 22px; }
.wesr .aw0r  { padding-left: 12px; padding-right: 12px; }
.ofzl4cr .mj7sey1g { padding-left: 44px; padding-right: 44px; }
.ofzl4cr .aw0r  { padding-left: 24px; padding-right: 24px; }
.rwgarhts .mj7sey1g { padding-left: 56px; padding-right: 56px; }
.rwgarhts .aw0r  { padding-left: 32px; padding-right: 32px; }
.sno1   .mj7sey1g::after, .sno1   .aw0r::after,
.o6iz58ye .mj7sey1g::after, .o6iz58ye .aw0r::after,
.mg2evow    .mj7sey1g::after, .mg2evow    .aw0r::after,
.bii867a    .mj7sey1g::after, .bii867a    .aw0r::after,
.dk1nwka    .mj7sey1g::after, .dk1nwka    .aw0r::after,
.pqmxr     .mj7sey1g::after, .pqmxr     .aw0r::after,
.qxkx5j    .mj7sey1g::after, .qxkx5j    .aw0r::after,
.kjp6   .mj7sey1g::after, .kjp6   .aw0r::after {
  content: ""; display: inline-block;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.sno1 .mj7sey1g::after, .sno1 .aw0r::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.o6iz58ye .mj7sey1g::after, .o6iz58ye .aw0r::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.mg2evow .mj7sey1g::after, .mg2evow .aw0r::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.bii867a .mj7sey1g::after, .bii867a .aw0r::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.dk1nwka .mj7sey1g::after, .dk1nwka .aw0r::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.pqmxr .mj7sey1g::after, .pqmxr .aw0r::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.qxkx5j .mj7sey1g::after, .qxkx5j .aw0r::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.kjp6 .mj7sey1g::after, .kjp6 .aw0r::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.xrw4lper   .xvof1c::after, .xrw4lper   .tc4d2::after,
.lr3q3r .xvof1c::after, .lr3q3r .tc4d2::after,
.ggaw4rhk    .xvof1c::after, .ggaw4rhk    .tc4d2::after,
.wxjemzml    .xvof1c::after, .wxjemzml    .tc4d2::after,
.qe4qqfr    .xvof1c::after, .qe4qqfr    .tc4d2::after,
.yo8n     .xvof1c::after, .yo8n     .tc4d2::after,
.yz28    .xvof1c::after, .yz28    .tc4d2::after,
.wgpito8r   .xvof1c::after, .wgpito8r   .tc4d2::after {
  content: "" !important; display: inline-block !important;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor !important;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.xrw4lper .xvof1c::after, .xrw4lper .tc4d2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.lr3q3r .xvof1c::after, .lr3q3r .tc4d2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.ggaw4rhk .xvof1c::after, .ggaw4rhk .tc4d2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.wxjemzml .xvof1c::after, .wxjemzml .tc4d2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.qe4qqfr .xvof1c::after, .qe4qqfr .tc4d2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.yo8n .xvof1c::after, .yo8n .tc4d2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.yz28 .xvof1c::after, .yz28 .tc4d2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.wgpito8r .xvof1c::after, .wgpito8r .tc4d2::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.ai2h.aw0r { padding-left: 16px !important; padding-right: 16px !important; }
@media (max-width: 720px) {
  .cqkn { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .cqkn .hrhp9s { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .cqkn .doqbiq { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .cqkn .zbhz1 { width: 100%; min-width: unset; height: 52px; }
  .cqkn .ge8ursu { max-height: 40px; max-width: 110px; }
  .cqkn .peudf3 { min-width: unset; text-align: center; white-space: normal; }
  .cqkn .pfkyls7 { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .cqkn .ai2h { width: 100%; text-align: center; margin-left: 0; }
  .p9fj .hrhp9s { row-gap: 8px !important; gap: 8px !important; }
}
.p29s6o8 .budp0 li::before { content: "→"; }
.p29s6o8 .y8x0 li::before { content: "–"; }
@media (min-width: 860px) {
  .zjrbxe .zul65j8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .zjrbxe .mbckug4 { margin: 0; }
}
.rqlknu .gyetwtj { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.rqlknu .qk6p09 h3 { color: var(--accent-light); }
.rqlknu .kq3dev { background: var(--bg-page); border: 1px solid var(--border); }
.unqhnld .hpk84 { gap: 10px; }
.unqhnld .aehb7, .unqhnld .ifaq { padding: 12px; }
.unqhnld .aehb7 ul, .unqhnld .ifaq ul { margin: 4px 0 0; padding-left: 18px; }
.unqhnld .aehb7 li, .unqhnld .ifaq li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .nb9o { grid-template-columns: 1fr; }
  .ga02 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ga02 .qotv { width: 72px; height: 50px; }
  .ga02 .c6rs4i7r { max-width: 180px; }
  .ga02 .ij9b { width: auto; }
}
@media (max-width: 720px) {
  .mzbijuin { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .tyu0o { padding: 16px; }
  .i6o0wsv .ggsbjtwx { min-width: 50%; }
}
.lc65okmn .hpk84 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .d2k2z89 { grid-template-columns: 1fr; }
  .vy049 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .j4wnzhq { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .kp8m { flex-wrap: wrap; padding: 16px; }
}
.gsy0x .hpk84 { gap: 8px; }
.gsy0x .aehb7, .gsy0x .ifaq { padding: 8px; }
@media (max-width: 480px) {
  .xj5e { flex-direction: column; align-items: stretch; }
}
.acdp9 .ij9b .aw0r { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .hpk1jrz { flex-direction: column; align-items: stretch; gap: 10px; }
  .acdp9 .ij9b { text-align: center; }
}
@media (max-width: 720px) {
  .pb3tv { grid-template-columns: 1fr; }
  .w8c1k0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ascs3966 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .gnkd37bs { grid-template-columns: 1fr; }
  .p7guaed { width: 100px; height: 100px; margin: 16px auto; }
  .ktoxn3 { font-size: 1.4rem; }
  .efovu { justify-content: center; }
  .jar6 .ggsbjtwx { min-width: 50%; }
}
.f6puc .hpk84 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .qfxgzc { flex-wrap: wrap; padding: 14px 16px; }
  .hws3tsp { padding: 12px 16px; }
  .f6puc .hpk84 { margin: 0 16px; }
  .f6puc .eel9f { padding: 0 16px; }
  .obm1x3 { padding: 12px 16px; }
}
@media (max-width: 640px) {
  .b86l7 .cqkn .hrhp9s:only-child { flex-direction: column; align-items: center; gap: 10px; padding: 16px; }
  .b86l7 .cqkn .hrhp9s:only-child .doqbiq { flex-direction: column; width: 100%; align-items: center; }
  .b86l7 .cqkn .hrhp9s:only-child .pfkyls7 { flex-direction: column; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; }
  .b86l7 .cqkn .hrhp9s:only-child .ai2h { width: 100%; }
}
.evxu968 .hrhp9s { border-top: 3px solid var(--accent); }
.evxu968 .mbckug4 { overflow: hidden; }
.evxu968 .gyetwtj { background: var(--accent-bg); }
.kw1t39a .ai2h.aw0r { padding: 10px 24px !important; font-size: .9rem; }
.fgrvc6t .ai2h.aw0r { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }
@media (max-width: 720px) {
  .b86l7 .cqkn,
  .sxsqus44 .cqkn {
    grid-template-columns: 1fr 1fr;
  }
  .b86l7 .cqkn .hrhp9s:only-child,
  .sxsqus44 .cqkn .hrhp9s:only-child {
    grid-column: 1 / -1;
  }
  .sxsqus44 .cqkn .hrhp9s:only-child .zbhz1 {
    height: 48px; min-width: 80px;
  }
  .sxsqus44 .cqkn .hrhp9s:only-child .ge8ursu {
    max-height: 40px;
  }
}
.j09zam .xqj5qo18,
.j09zam .ldjpr,
.j09zam .ldjpr {
  font-size: 0.85rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 2px 10px; gap: 0;
}
.j09zam .ldjpr small { font-size: 1em; font-weight: 600; color: var(--accent); opacity: 0.65; }
.j09zam .mxhjxj6k .o3agh,
.j09zam .mxhjxj6k strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.j09zam .t7gpe,
.j09zam .n2pcu { font-size: 1em; }
.yaby5al6 { margin: 16px 0; }
.coygvwz { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.coygvwz summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.coygvwz summary::after { content: "+"; color: var(--accent); }
.coygvwz[open] summary::after { content: "−"; }
.coygvwz p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.eboo { margin-bottom: 0; }
.gnee277 h2.gjig { color: var(--accent-light); border-color: var(--accent); }
.wekj1aa h2.gjig { color: var(--accent-light); border-color: var(--accent); }
.lg5lqef .i7ufyg     { background: #052e16; border-color: #10b981; }
.lg5lqef .z1uts8z { background: #2d0a1e; border-color: #f43f5e; }
.lg5lqef .mepw8    { background: #1e1036; border-color: #a855f7; }
.lg5lqef .yrr9coy strong  { color: #f1f5f9; }
.lg5lqef .yrr9coy p       { color: #cbd5e1; }
.lg5lqef .pe34    .i7ufyg     .udyf7h::before,
.lg5lqef .ib7xa  .i7ufyg     .udyf7h::before,
.lg5lqef .awy8d5k  .i7ufyg     .udyf7h::before,
.lg5lqef .ifr8a .i7ufyg     .udyf7h::before { color: #10b981; }
.lg5lqef .pe34    .z1uts8z .udyf7h::before,
.lg5lqef .ib7xa  .z1uts8z .udyf7h::before,
.lg5lqef .awy8d5k  .z1uts8z .udyf7h::before,
.lg5lqef .ifr8a .z1uts8z .udyf7h::before { color: #f43f5e; }
.lg5lqef .pe34    .mepw8    .udyf7h::before,
.lg5lqef .ib7xa  .mepw8    .udyf7h::before,
.lg5lqef .awy8d5k  .mepw8    .udyf7h::before,
.lg5lqef .ifr8a .mepw8    .udyf7h::before { color: #a855f7; }
.fgodlx .i7ufyg     { background: #2d2000; border-color: #eab308; }
.fgodlx .z1uts8z { background: #2d0b0b; border-color: #ef4444; }
.fgodlx .mepw8    { background: #2d1600; border-color: #f97316; }
.fgodlx .yrr9coy strong  { color: #f1f5f9; }
.fgodlx .yrr9coy p       { color: #cbd5e1; }
.fgodlx .pe34    .i7ufyg     .udyf7h::before,
.fgodlx .ib7xa  .i7ufyg     .udyf7h::before,
.fgodlx .awy8d5k  .i7ufyg     .udyf7h::before,
.fgodlx .ifr8a .i7ufyg     .udyf7h::before { color: #eab308; }
.fgodlx .pe34    .z1uts8z .udyf7h::before,
.fgodlx .ib7xa  .z1uts8z .udyf7h::before,
.fgodlx .awy8d5k  .z1uts8z .udyf7h::before,
.fgodlx .ifr8a .z1uts8z .udyf7h::before { color: #ef4444; }
.fgodlx .pe34    .mepw8    .udyf7h::before,
.fgodlx .ib7xa  .mepw8    .udyf7h::before,
.fgodlx .awy8d5k  .mepw8    .udyf7h::before,
.fgodlx .ifr8a .mepw8    .udyf7h::before { color: #f97316; }
.a4xzdepz .i7ufyg     { background: #0c1a2e; border-color: #38bdf8; }
.a4xzdepz .z1uts8z { background: #12103a; border-color: #818cf8; }
.a4xzdepz .mepw8    { background: #0a2020; border-color: #2dd4bf; }
.a4xzdepz .yrr9coy strong  { color: #f1f5f9; }
.a4xzdepz .yrr9coy p       { color: #cbd5e1; }
.a4xzdepz .pe34    .i7ufyg     .udyf7h::before,
.a4xzdepz .ib7xa  .i7ufyg     .udyf7h::before,
.a4xzdepz .awy8d5k  .i7ufyg     .udyf7h::before,
.a4xzdepz .ifr8a .i7ufyg     .udyf7h::before { color: #38bdf8; }
.a4xzdepz .pe34    .z1uts8z .udyf7h::before,
.a4xzdepz .ib7xa  .z1uts8z .udyf7h::before,
.a4xzdepz .awy8d5k  .z1uts8z .udyf7h::before,
.a4xzdepz .ifr8a .z1uts8z .udyf7h::before { color: #818cf8; }
.a4xzdepz .pe34    .mepw8    .udyf7h::before,
.a4xzdepz .ib7xa  .mepw8    .udyf7h::before,
.a4xzdepz .awy8d5k  .mepw8    .udyf7h::before,
.a4xzdepz .ifr8a .mepw8    .udyf7h::before { color: #2dd4bf; }
.gx5dij8 .i7ufyg     { background: var(--accent-bg); border-color: var(--accent); }
.gx5dij8 .z1uts8z { background: var(--accent-bg-light); border-color: var(--accent-light); }
.gx5dij8 .mepw8    { background: var(--accent-bg); border-color: var(--accent-pale); }
.gx5dij8 .pe34    .udyf7h::before,
.gx5dij8 .ib7xa  .udyf7h::before,
.gx5dij8 .awy8d5k  .udyf7h::before,
.gx5dij8 .ifr8a .udyf7h::before { color: var(--accent-light) !important; }
.mfmq1::before,
.vvkky1d::before { margin-right: 5px; }
.aekv7 .aehb7 ul li,
.aekv7 .budp0 li         { color: #4ade80; }
.aekv7 .aehb7 .mfmq1 { color: #22c55e; }
.aekv7 .ifaq ul li,
.aekv7 .y8x0 li         { color: #f87171; }
.aekv7 .ifaq .vvkky1d { color: #ef4444; }
.nse594p .aehb7 { background: #0c1a2e; }
.nse594p .ifaq { background: #2d1f00; }
.nse594p .aehb7 .mfmq1 { color: #93c5fd; }
.nse594p .ifaq .vvkky1d { color: #fcd34d; }
.nse594p .aehb7 ul li,
.nse594p .ifaq ul li,
.bldh .aehb7 { background: var(--accent-bg); }
.bldh .ifaq { background: var(--accent-bg-light); }
.bldh .aehb7 .mfmq1 { color: var(--accent-pale); }
.bldh .ifaq .vvkky1d { color: var(--accent-light); }
.bldh .aehb7 ul li,
.bldh .ifaq ul li,
.ollzat .mfmq1::before { content: "✓ "; }
.ollzat .vvkky1d::before { content: "✗ "; }
.p29s6o8 .mfmq1::before { content: "→ "; }
.p29s6o8 .vvkky1d::before { content: "← "; }
.uvxp .mfmq1::before { content: "★ "; }
.uvxp .vvkky1d::before { content: "✕ "; }
.vwrsx .mfmq1::before { content: "◆ "; }
.vwrsx .vvkky1d::before { content: "▲ "; }
.spig19 .yrr9coy { background: transparent; border-left: none; border: 1.5px solid; }
.spig19 .i7ufyg     { border-color: var(--c-tip-border); }
.spig19 .z1uts8z { border-color: var(--c-warn-border); }
.spig19 .mepw8    { border-color: #60a5fa; }
.spig19 .yrr9coy strong { color: var(--text-primary); }
.spig19 .yrr9coy p      { color: var(--text-muted); }
.txnilj .yrr9coy { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.txnilj .i7ufyg     { border-top-color: var(--c-tip-border); }
.txnilj .z1uts8z { border-top-color: var(--c-warn-border); }
.txnilj .mepw8    { border-top-color: #60a5fa; }
.wn0eo .yrr9coy { border-left: none; border-radius: 8px; }
.wn0eo .i7ufyg     { background: #065f46; }
.wn0eo .z1uts8z { background: #92400e; }
.wn0eo .mepw8    { background: #1e3a8a; }
.wn0eo .yrr9coy strong,
.wn0eo .yrr9coy p { color: #fff; }
.wn0eo .udyf7h::before { color: rgba(255,255,255,0.85) !important; }
.lg5lqef.wn0eo .i7ufyg,
.lg5lqef .wn0eo .i7ufyg     { background: #052e16; }
.lg5lqef.wn0eo .z1uts8z,
.lg5lqef .wn0eo .z1uts8z { background: #2d0a1e; }
.lg5lqef.wn0eo .mepw8,
.lg5lqef .wn0eo .mepw8    { background: #1e1036; }
.fgodlx.wn0eo .i7ufyg,
.fgodlx .wn0eo .i7ufyg      { background: #2d2000; }
.fgodlx.wn0eo .z1uts8z,
.fgodlx .wn0eo .z1uts8z  { background: #2d0b0b; }
.fgodlx.wn0eo .mepw8,
.fgodlx .wn0eo .mepw8     { background: #2d1600; }
.a4xzdepz.wn0eo .i7ufyg,
.a4xzdepz .wn0eo .i7ufyg      { background: #0c1a2e; }
.a4xzdepz.wn0eo .z1uts8z,
.a4xzdepz .wn0eo .z1uts8z  { background: #12103a; }
.a4xzdepz.wn0eo .mepw8,
.a4xzdepz .wn0eo .mepw8     { background: #0a2020; }
.wywz7 .yrr9coy { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wywz7 .i7ufyg     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wywz7 .z1uts8z { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wywz7 .mepw8    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wywz7 .yrr9coy strong { color: var(--text-primary); }
.wywz7 .yrr9coy p      { color: var(--text-muted); }
.zaty6 .yrr9coy { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.pe34 .udyf7h,
.ib7xa .udyf7h,
.awy8d5k .udyf7h,
.ifr8a .udyf7h { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.pe34 .udyf7h::before,
.ib7xa .udyf7h::before,
.awy8d5k .udyf7h::before,
.ifr8a .udyf7h::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.pe34 .i7ufyg     .udyf7h::before { content: "✦"; color: var(--c-tip-border); }
.pe34 .z1uts8z .udyf7h::before { content: "▲"; color: var(--c-warn-border); }
.pe34 .mepw8    .udyf7h::before { content: "◉"; color: #60a5fa; }
.ib7xa .i7ufyg     .udyf7h::before { content: "★"; color: var(--c-tip-border); }
.ib7xa .z1uts8z .udyf7h::before { content: "◆"; color: var(--c-warn-border); }
.ib7xa .mepw8    .udyf7h::before { content: "●"; color: #60a5fa; }
.awy8d5k .i7ufyg     .udyf7h::before { content: "▶"; color: var(--c-tip-border); }
.awy8d5k .z1uts8z .udyf7h::before { content: "■"; color: var(--c-warn-border); }
.awy8d5k .mepw8    .udyf7h::before { content: "▸"; color: #60a5fa; }
.ifr8a .i7ufyg     .udyf7h::before { content: "→"; color: var(--c-tip-border); }
.ifr8a .z1uts8z .udyf7h::before { content: "⬥"; color: var(--c-warn-border); }
.ifr8a .mepw8    .udyf7h::before { content: "◈"; color: #60a5fa; }
.vjrz .l9un .npke,
.vjrz .vuu7sw9 .npke  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.vjrz .vo0v                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.vjrz .d03r2          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vjrz .q9i64r                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.bk0l1ewe .l9un .npke,
.bk0l1ewe .vuu7sw9 .npke,
.bk0l1ewe .vo0v,
.bk0l1ewe .hrhp9s,
.bk0l1ewe .mbckug4,
.bk0l1ewe .d03r2,
.bk0l1ewe .q9i64r,
.bk0l1ewe .zaty6 .yrr9coy { box-shadow: none; }
.sufd   .gknm, .sufd .j7adm, .sufd .wh6jl5,
.sufd   .uj9xjc5a, .sufd .nxpzx54 { font-size: 0.9rem; }
.sufd   .ewh9, .sufd .hnr8jb { font-size: 0.9rem; }
.of2l89m   .gknm, .of2l89m .j7adm, .of2l89m .wh6jl5,
.of2l89m   .uj9xjc5a, .of2l89m .nxpzx54 { font-size: 0.9rem; }
.of2l89m   .ewh9, .of2l89m .hnr8jb { font-size: 0.9rem; }
.hhyl5l   .gknm, .hhyl5l .j7adm, .hhyl5l .wh6jl5,
.hhyl5l   .uj9xjc5a, .hhyl5l .nxpzx54 { font-size: 1.08rem; }
.hhyl5l   .ewh9, .hhyl5l .hnr8jb { font-size: 1.05rem; }
.hhyl5l   .bvhorrgp { font-size: 0.97rem; }
.htejwk1 .co14qxk      { font-size: 3.2rem; }
.htejwk1 h2.gjig { font-size: 1.9rem; }
.htejwk1 h3.d4b4     { font-size: 1.4rem; }
.sztouga .co14qxk      { font-size: 3.8rem; }
.sztouga h2.gjig { font-size: 2.2rem; }
.sztouga h3.d4b4     { font-size: 1.6rem; }
.eboo + .eboo { position: relative; }
.j49pk3   .eboo + .eboo::before,
.scwvv  .eboo + .eboo::before,
.ygp80gw   .eboo + .eboo::before,
.gtzbjw   .eboo + .eboo::before,
.k7hx9k9k   .eboo + .eboo::before,
.vdtx .eboo + .eboo::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.j49pk3 .eboo + .eboo::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.scwvv .eboo + .eboo::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ygp80gw .eboo + .eboo::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.gtzbjw .eboo + .eboo::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.szdls .eboo { margin-bottom: 16px; }
.szdls .eboo + .eboo { margin-top: 0; }
.szdls .b4v8 { padding-top: 0; padding-bottom: 0; }
.k7hx9k9k .eboo + .eboo::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.vdtx .eboo + .eboo::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.kvbn3 .eboo + .eboo::before,
.nojigq .eboo + .eboo::before,
.ajeuo1 .eboo + .eboo::before {
  content: ""; display: block;
  position: absolute; top: -70px; left: 0; right: 0; height: 70px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
}
.kj6mul5 .kvbn3 .eboo:nth-child(even)::before,
.kj6mul5 .nojigq .eboo:nth-child(even)::before,
.kj6mul5 .ajeuo1 .eboo:nth-child(even)::before { background: var(--bg-surface); }
.sgpa8 .kvbn3 .eboo:nth-child(even)::before,
.sgpa8 .nojigq .eboo:nth-child(even)::before,
.sgpa8 .ajeuo1 .eboo:nth-child(even)::before { background: var(--bg-card); }
.kvbn3 .eboo + .eboo::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.nojigq .eboo + .eboo::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.ajeuo1 .eboo + .eboo::before {
  height: 80px; top: -80px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.kvmehz .bwoill,
.jnie7zq .bwoill,
.rp4jjj2 .bwoill { overflow: hidden; }
.kvmehz .g7t6,
.jnie7zq .g7t6 { margin-bottom: 60px; }
.rp4jjj2 .g7t6 { margin-bottom: 70px; }
.kvmehz .bwoill::before,
.jnie7zq .bwoill::before,
.rp4jjj2 .bwoill::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.kvmehz .bwoill::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.jnie7zq .bwoill::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.rp4jjj2 .bwoill::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.dyjdi927 .bwoill:not(.a450d) .zbnj2 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.uf1mmctv .bwoill:not(.a450d) .zbnj2 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ol6ecp  .bwoill:not(.a450d) .zbnj2 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kb47i  .bwoill:not(.a450d) .zbnj2 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dyjdi927 .a450d { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.uf1mmctv .a450d { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.ol6ecp .a450d { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.kb47i .a450d { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.x94g1squ .a450d { background: var(--accent); }
.x94g1squ .a450d .zbnj2 { background: none; }
.x94g1squ .snkth0xu { background: var(--accent); }
.x94g1squ .w5b1zhwu { background: var(--accent-bg); }
.x94g1squ .bwoill:not(.a450d) .zbnj2 { background: rgba(0,0,0,0.6); }
.e721fxl .miwo4t6o { float: left; width: 38%; margin: 0 28px 16px 0; }
.e721fxl .miwo4t6o .cj7t53hg { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.e721fxl .b4v8::after { content: ''; display: block; clear: both; }
.ie04wju .miwo4t6o { float: right; width: 38%; margin: 0 0 16px 28px; }
.ie04wju .miwo4t6o .cj7t53hg { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.ie04wju .b4v8::after { content: ''; display: block; clear: both; }
.xoh19 .eboo:nth-child(odd)  .miwo4t6o { float: left;  width: 38%; margin: 0 28px 16px 0; }
.xoh19 .eboo:nth-child(even) .miwo4t6o { float: right; width: 38%; margin: 0 0 16px 28px; }
.xoh19 .miwo4t6o .cj7t53hg { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.xoh19 .b4v8::after { content: ''; display: block; clear: both; }
.e721fxl .osrnga,
.ie04wju .osrnga,
.xoh19 .osrnga,
.xoh19 .cqkn { clear: both; }
.e721fxl .ewh9,
.e721fxl .hnr8jb,
.ie04wju .ewh9,
.ie04wju .hnr8jb,
.xoh19 .ewh9,
.xoh19 .hnr8jb { overflow: hidden; }
@media (max-width: 640px) {
  .e721fxl .miwo4t6o,
  .ie04wju .miwo4t6o,
  .xoh19 .miwo4t6o { float: none; width: 100%; margin: 0 0 16px 0; }
}
.sg315d .ri32,
.sg315d .b4v8,
.sg315d .xwa7  { max-width: 1100px; }
.sf98mvx .ri32,
.sf98mvx .b4v8,
.sf98mvx .xwa7  { max-width: 1200px; }
.u8uw .ri32,
.u8uw .b4v8,
.u8uw .xwa7  { max-width: 1320px; }
.u8uw { --content-mw: 1320px; }
.ekqm { font-size: 0.82rem; color: var(--text-muted); }
.ozotzl { display: flex; align-items: center; }
.vv8v87 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.qjakumb { display: flex; align-items: center; }
.j5ppgpt { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.j5ppgpt:hover { text-decoration: underline; }
.lxrvdmbc { margin: 0 3px; opacity: 0.45; }
.lxrvdmbc::before { content: '/'; }
.ygl7e { padding: 2px 5px; color: var(--text-main); }
.iasysz .ekqm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.iasysz .ozotzl { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ycqy2n0v .ekqm {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ycqy2n0v .ozotzl { padding: 0 0 0 12px; }
.ryg8xvf3 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.dub1t .ozotzl { padding: 0 16px; }
.dub1t .ekqm {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 0;
  box-shadow: 0 4px 18px rgba(0,0,0,0.28);
}
.dub1t .ri32 { padding-top: 28px; }
.sg315d.iasysz .ozotzl { max-width: 1100px; }
.sf98mvx.iasysz .ozotzl { max-width: 1200px; }
.u8uw.iasysz .ozotzl { max-width: 1320px; }
.sg315d .ryg8xvf3 { max-width: 1100px; }
.sf98mvx .ryg8xvf3 { max-width: 1200px; }
.u8uw .ryg8xvf3 { max-width: 1320px; }
.nsmvixdi .eboo { padding-top: 16px; padding-bottom: 16px; }
.y3mkpz6 .eboo { padding-top: 24px; padding-bottom: 24px; }
.yed9gxvq .eboo { padding-top: 40px; padding-bottom: 40px; }
.btds .eboo { padding-top: 52px; padding-bottom: 52px; }
.pif056 .eboo:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pif056 .eboo:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pif056 .eboo:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pif056 .eboo:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ouaxb04z .b4v8 { padding-top: 10px;  padding-bottom: 10px; }
.gv7fnac .b4v8 { padding-top: 18px;  padding-bottom: 18px; }
.cw4o4teu .b4v8 { padding-top: 36px;  padding-bottom: 36px; }
.zs1cjpa8 .b4v8 { padding-top: 48px;  padding-bottom: 48px; }
.ygkxh6p h2.gjig { font-weight: 600; }
.ygkxh6p h3.d4b4     { font-weight: 600; }
.hjlnozxz h2.gjig { font-weight: 800; }
.hjlnozxz h3.d4b4     { font-weight: 700; }
.z10yz57 h2.gjig { font-weight: 900; }
.z10yz57 h3.d4b4     { font-weight: 800; }
.z10yz57 .yrr9coy strong,
.z10yz57 .yrr9coy strong { font-weight: 600; }
.xvof1c {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.midsvgo .xvof1c { display: none; }
@media (max-width: 640px) { .xvof1c { display: none; } }
.xvof1c { background: var(--accent) !important; color: #fff !important; border: none !important; }
.xvof1c:hover { opacity: 0.85; }
.n51l .xvof1c { background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important; }
.qxeuhn6v .xvof1c,
.df24x  .xvof1c { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.qxeuhn6v .xvof1c:hover,
.df24x  .xvof1c:hover { opacity: 0.88; }
.n51l.qxeuhn6v .xvof1c,
.n51l.df24x  .xvof1c { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.tc4d2 {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.tc4d2:hover { transform: translateY(-2px); opacity: 0.92; }
.tc4d2 { background: var(--accent) !important; color: #fff !important; border: none !important; }
.xvzjbt .tc4d2 { display: none; }
.zd3znj .tc4d2 { right: 32px; }
.l3thg  .tc4d2 { left: 32px; }
@media (max-width: 480px) {
  .zd3znj .tc4d2 { right: 20px; bottom: 20px; }
  .l3thg  .tc4d2 { left: 20px; bottom: 20px; }
}
.gglb8hm { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.xwa7 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rtiv7p { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.h7semkc1 { color: var(--text-dim); font-size: 0.8rem; }
.r7xs { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.r7xs img { height: 26px; width: auto; object-fit: contain; }
.b8gmza a, .k6qa a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.b8gmza a:hover, .k6qa a:hover { color: var(--accent-light); }
.k6qa { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.m8c2vhyt .xwa7 { text-align: center; }
.m8c2vhyt .k6qa { justify-content: center; margin-bottom: 16px; }
.m8c2vhyt .rtiv7p { margin-top: 0; }
.ezxnn3 { margin-top: 10px; }
.ezxnn3 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .xwa7 { padding-left: 16px; padding-right: 16px; }
  .gkp6m0 .xwa7 { padding: 20px 16px; }
  .k6qa { gap: 4px 12px; }
  .rtiv7p { font-size: 0.78rem; }
}
.usd3fma .d10346 .r7xs { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.usd3fma .rtiv7p { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.usd3fma .h7semkc1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .usd3fma .jfvotf { grid-template-columns: 1fr 1fr; } .usd3fma .d10346 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .usd3fma .jfvotf { grid-template-columns: 1fr; } }
.moooz .r7xs { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; color: var(--text); margin-right: auto; flex-shrink: 0; }
.moooz .rtiv7p { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .moooz .rd7nwx { gap: 12px; } .moooz .r7xs { margin-right: 0; width: 100%; } }
.fn9w0l .bn3je .r7xs { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.fn9w0l .rtiv7p { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.fn9w0l .h7semkc1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .fn9w0l .pqw43v { grid-template-columns: 1fr 1fr; } .fn9w0l .bn3je { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fn9w0l .pqw43v { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bi3n3j .x9v6 { grid-template-columns: 1fr 1fr; } .bi3n3j .ja4k:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bi3n3j .x9v6 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .y0c8lk .x9v6 { grid-template-columns: 1fr; } }
.nhpm .xwa7 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.nhpm .k6qa { justify-content: center; }
.ugof .i5sc2r      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ugof .gglb8hm { background: var(--bg-page); border-top-color: var(--border-alt); }
.g16or9 .i5sc2r      { background: #0d1117; border-bottom-color: #21262d; }
.g16or9 .d4bwru { color: var(--accent-light); }
.g16or9 .k1yde { --msep-color: #8b949e; }
.g16or9 .k1yde a { color: #8b949e; }
.g16or9 .k1yde a:hover { color: var(--accent-light); }
.g16or9 .g1nect { color: #8b949e; }
.g16or9 .gglb8hm { background: #0d1117; border-top-color: #21262d; }
.g16or9 .rtiv7p,
.g16or9 .h7semkc1 { color: #6e7681; }
.g16or9 .b8gmza a, .g16or9 .k6qa a,
.g16or9 .zv0uo a, .g16or9 .wrwzzg39 a,
.g16or9 .l0vof a, .g16or9 .r7xs { color: #8b949e; }
.g16or9 .b8gmza a:hover, .g16or9 .k6qa a:hover,
.g16or9 .zv0uo a:hover, .g16or9 .wrwzzg39 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .g16or9 .k1yde { background: #0d1117; border-top-color: #21262d; }
  .g16or9 .k1yde li a { border-bottom-color: #21262d; }
}
.am4biak .i5sc2r      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.am4biak .d4bwru { color: var(--accent); }
.am4biak .k1yde { --msep-color: #475569; }
.am4biak .k1yde a { color: #475569; }
.am4biak .k1yde a:hover { color: var(--accent); }
.am4biak .g1nect { color: #64748b; }
.am4biak .gglb8hm { background: #f0f4f8; border-top-color: #cbd5e1; }
.am4biak .rtiv7p,
.am4biak .h7semkc1 { color: #64748b; }
.am4biak .b8gmza a, .am4biak .k6qa a,
.am4biak .l0vof a, .am4biak .r7xs { color: #374151; }
.am4biak .b8gmza a:hover, .am4biak .k6qa a:hover,
@media (max-width: 640px) {
  .am4biak .k1yde { background: #f0f4f8; border-top-color: #cbd5e1; }
  .am4biak .k1yde li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.qxeuhn6v .i5sc2r      { background: var(--accent); border-bottom-color: var(--accent-light); }
.qxeuhn6v .d4bwru { color: #fff; }
.qxeuhn6v .k1yde { --msep-color: rgba(255,255,255,0.82); }
.qxeuhn6v .k1yde a { color: rgba(255,255,255,0.82); }
.qxeuhn6v .k1yde a:hover { color: #fff; }
.qxeuhn6v .g1nect { color: rgba(255,255,255,0.9); }
.qxeuhn6v .gglb8hm { background: var(--accent); border-top-color: var(--accent-light); }
.qxeuhn6v .rtiv7p,
.qxeuhn6v .h7semkc1 { color: rgba(255,255,255,0.72); }
.qxeuhn6v .b8gmza a, .qxeuhn6v .k6qa a,
.qxeuhn6v .l0vof a, .qxeuhn6v .r7xs { color: rgba(255,255,255,0.82); }
.qxeuhn6v .b8gmza a:hover, .qxeuhn6v .k6qa a:hover,
@media (max-width: 640px) {
  .qxeuhn6v .k1yde { background: var(--accent); border-top-color: var(--accent-light); }
  .qxeuhn6v .k1yde li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.df24x .i5sc2r {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.df24x .gglb8hm {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top-color: color-mix(in srgb, var(--border) 50%, transparent);
}
@media (max-width: 640px) {
  .df24x .k1yde {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ogw9 .y4k9469p { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.p16tt .y4k9469p { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.zelr0 .y4k9469p { min-height: 72px; height: auto; }
.oi5s1pb4 .y4k9469p { min-height: 84px; height: auto; }
.gkp6m0 .y4k9469p { max-width: none; padding: 0 32px; }
.gkp6m0 .xwa7  { max-width: none; padding: 24px 32px; }
.jj9m.sf98mvx .y4k9469p { max-width: 1200px; }
.jj9m.u8uw .y4k9469p { max-width: 1320px; }
.jt62rp9   .d4bwru { text-transform: capitalize; }
.xx0n2dbf .d4bwru { text-transform: lowercase; }
.zfw35e6b .d4bwru { text-transform: uppercase; letter-spacing: 0.06em; }
.efp95o, .nker {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.c8ivixp3 .efp95o,
.c8ivixp3 .nker { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.tpaus8nm .efp95o,
.tpaus8nm .nker { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.n6fe7 .efp95o,
.n6fe7 .nker { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ikhzmgmy .efp95o,
.ikhzmgmy .nker { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.avvxe   .k1yde a { font-weight: 500; }
.y8nn3 .k1yde a { font-weight: 600; }
.cb3ihe     .k1yde a { font-weight: 700; }
.w111oz    .k1yde a { font-weight: 800; letter-spacing: 0.01em; }
.jsej8     .k1yde > li + li::before,
.qsjdq    .k1yde > li + li::before,
.lu90wfz    .k1yde > li + li::before,
.izx1 .k1yde > li + li::before,
.qxufelzv .k1yde > li + li::before,
.l8q82wmi  .k1yde > li + li::before,
.pbif    .k1yde > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.jsej8     .k1yde > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.qsjdq    .k1yde > li + li::before { content: "|"; }
.lu90wfz    .k1yde > li + li::before { content: "—"; }
.izx1 .k1yde > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.qxufelzv .k1yde > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.l8q82wmi  .k1yde > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.pbif    .k1yde > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .r82jm2k .g1nect,
  .fakxchm .g1nect,
  .n6aftcc4 .g1nect,
  .rsghn .g1nect,
  .vm3ni5cv .g1nect {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .r82jm2k .g1nect::before,
  .fakxchm .g1nect::before,
  .n6aftcc4 .g1nect::before,
  .rsghn .g1nect::before,
  .vm3ni5cv .g1nect::before { content: ""; display: block; flex-shrink: 0; }

  
  .r82jm2k .g1nect::before {
    width: 22px; height: 11px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  68% 2px no-repeat;
  }

  
  .fakxchm .g1nect::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .n6aftcc4 .g1nect::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  70% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  42% 2px no-repeat;
  }

  
  .rsghn .g1nect::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .vm3ni5cv .g1nect::before {
    width: 22px; height: 25px;
    background:
      linear-gradient(currentColor, currentColor) 0 0     / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 33.3% /  76% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 66.6% /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100%  /  28% 2px no-repeat;
  }

}
@media (max-width: 640px) {
  .l6t8wn .g1nect {
    padding: 5px 14px;
  }
  .l6t8wn .k1yde {
    left: auto; right: 12px; top: 54px;
    width: auto; min-width: 180px;
    border-radius: 14px;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
    padding: 6px 0;
  }
  .l6t8wn .k1yde li a {
    border-bottom: none; padding: 10px 22px;
  }
  .l6t8wn .k1yde li a:hover { background: var(--bg-raised); }
  .l6t8wn .x9ykha,
  .tmvndqs .x9ykha,
  .rgrj .x9ykha { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .c9svpd .g1nect {
    padding: 5px 10px;
  }
  .c9svpd .k1yde {
    display: flex !important;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: auto;
    width: 72vw; max-width: 280px;
    background: var(--bg-surface);
    border-left: 1px solid var(--border);
    border-top: none; border-radius: 0;
    padding: 72px 0 24px;
    transform: translateX(105%);
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: -4px 0 24px rgba(0,0,0,0.22);
  }
  .c9svpd .k1yde.y7puchm2 { transform: translateX(0); }
  .c9svpd .k1yde li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .c9svpd .k1yde li:last-child a { border-bottom: none; }
  .qxeuhn6v .k1yde,
  .g16or9 .k1yde { background: var(--accent) !important; }
  .qxeuhn6v .k1yde li a,
  .g16or9 .k1yde li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .rgrj .g1nect {
    padding: 5px 10px;
  }
  .rgrj .k1yde {
    display: flex !important;
    position: fixed;
    bottom: 0; left: 0; right: 0; top: auto;
    border-radius: 18px 18px 0 0;
    border-top: 1px solid var(--border); border-left: none; border-right: none;
    padding: 20px 0 28px;
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: 0 -6px 28px rgba(0,0,0,0.2);
  }
  .rgrj .k1yde::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .rgrj .k1yde.y7puchm2 { transform: translateY(0); }
  .rgrj .k1yde li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .k9i5ufgn .g1nect {
    padding: 5px 10px;
  }
  .k9i5ufgn .k1yde {
    display: flex !important;
    position: fixed; inset: 0;
    background: color-mix(in srgb, var(--bg-surface) 96%, transparent);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; border: none; border-radius: 0; padding: 0;
    opacity: 0; pointer-events: none;
    transition: opacity 0.22s ease; z-index: 900;
  }
  .k9i5ufgn .k1yde.y7puchm2 { opacity: 1; pointer-events: auto; }
  .k9i5ufgn .k1yde li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .tx258qo     .g1nect { border-radius: 0 !important; }
  .erb1   .g1nect { border-radius: 8px !important; }
  .ongbtml .g1nect { border-radius: 50% !important; }
  .dhxp43u   .g1nect { border-radius: 999px !important; }
}
.l8hr .vq88w1w { height: 28px; }
.bepm .vq88w1w { height: 54px; }
.ypaz .vq88w1w { height: 54px; }
.ayie2x     .xqj5qo18, .ayie2x     .o3agh { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.tl8ht .hrhp9s { padding: 18px 24px; min-height: 68px; }
.yrdx9d .coygvwz {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.yrdx9d .coygvwz summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.yrdx9d .coygvwz p { padding: 0 2px 16px; }
.jnyyyc .coygvwz { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.jnyyyc .coygvwz summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.jnyyyc .coygvwz summary::after { content: "›"; font-size: 1.2em; }
.jnyyyc .coygvwz[open] summary::after { content: "‹"; }
.jnyyyc .coygvwz p { padding: 10px 22px 4px; }
.zwvx .coygvwz {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.zwvx .coygvwz summary { color: var(--text-primary); padding-left: 16px; }
.zwvx .coygvwz summary::after { content: "›"; font-size: 1.1em; }
.zwvx .coygvwz[open] summary::after { content: "‹"; }
.zwvx .coygvwz p { padding-left: 16px; }
.ldforzi .yaby5al6 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ldforzi .coygvwz {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ldforzi .coygvwz:last-child { border-bottom: none; }
.ldforzi .coygvwz summary { color: var(--text-primary); border-radius: 0; }
.ldforzi .coygvwz summary::after { content: "›"; font-size: 1.1em; }
.ldforzi .coygvwz[open] summary::after { content: "‹"; }
.shsjah76 .coygvwz { overflow: hidden; }
.shsjah76 .coygvwz summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.shsjah76 .coygvwz summary::after { color: rgba(255,255,255,.75); }
.shsjah76 .coygvwz[open] summary { border-radius: 0; }
.xiloy8t { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.k6np {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qo3uwn {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.iz36p { color: var(--text-muted); font-size: 1.05rem; }
.pz1qgki {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.gxqud0 { margin-bottom: 20px; }
.fj47 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.iezxtyp {
  width: 100%; background: var(--bg-page);
  border: 1px solid var(--border-alt); border-radius: 8px;
  padding: 10px 14px; color: var(--text-primary);
  font-size: 0.95rem; font-family: inherit;
  outline: none; transition: border-color .15s; box-sizing: border-box;
}
.iezxtyp:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.e05hjp27 { resize: vertical; min-height: 130px; }
.l6vnrz { width: 100%; margin-top: 8px; }
.lxdmp5e {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.n78ff6s {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ohd7ptq9 { color: var(--text-muted); line-height: 1.75; }
.nbfv { max-width: 760px; margin: 0 auto; }
.nvde5n { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.tnq23i { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tnq23i:last-child { border-bottom: none; }
.tnq23i h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.tnq23i p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ky29f3l { max-width: 760px; margin: 0 auto; }
.ap8zd { font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.n4jr { max-width: 900px; margin: 0 auto; }
.vvihfhz { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.vvihfhz:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.vvihfhz .ap8zd { margin: 0; font-size: 1rem; }
.vvihfhz .mjg8dyh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .vvihfhz { grid-template-columns: 1fr; gap: 10px; } }
.yyzcjmrw .ap8zd { font-size: 1.2rem; font-weight: 700; color: var(--accent-light); margin-bottom: 14px; }
@media (max-width: 640px) { .w72k { grid-template-columns: 1fr; } }
.lcuyx {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.lcuyx .qo3uwn { color: var(--accent-light); }
.db4699x3 .qo3uwn { font-size: 2rem; }
.db4699x3 .iz36p { max-width: 680px; }
.fn0a0 .qo3uwn { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.fn0a0 .iz36p  { margin: 0; }
@media (max-width: 640px) { .fn0a0 { flex-direction: column; } }
.eld1 .qo3uwn { color: var(--accent-light); }
.hujrs .qo3uwn { color: #fff; }
.hujrs .iz36p  { color: rgba(255,255,255,0.85); }
.wc3i { max-width: 680px; margin: 0 auto; }
.tljidv {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .tljidv { grid-template-columns: 1fr; } }
.ww9t .iezxtyp {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ww9t .iezxtyp:focus { border-bottom-color: var(--accent); box-shadow: none; }
.pakq63a .iezxtyp { background: var(--bg-raised); border-color: transparent; }
.pakq63a .iezxtyp:focus { background: var(--bg-card); border-color: var(--accent); }
.d8ia .iezxtyp { border-radius: 100px; padding: 11px 20px; }
.d8ia .e05hjp27 { border-radius: 14px; }
@media (max-width: 640px) { .rgli3x { grid-template-columns: 1fr; } }
.uwyx0lil{display:none}
.uwyx0lil:empty,.l7pukp5:empty{display:none}
.gm9h8wq6{position:relative;overflow:visible}
.x3qtcu9 .j80jq,.otfe .j80jq,
.q15l9vt .j80jq,.mfeac .j80jq,
.pimzf5 .j80jq,.mawh .j80jq{display:block}
.u87k .ddyn{display:block}
.x3qtcu9 .j80jq,.otfe .j80jq,
.q15l9vt .j80jq,.mfeac .j80jq,
.pimzf5 .j80jq{position:absolute;z-index:3;left:50%;transform:translateX(-50%);width:100%;max-width:1100px;padding:0 24px;box-sizing:border-box}
.x3qtcu9 .j80jq .l7pukp5,.otfe .j80jq .l7pukp5,
.q15l9vt .j80jq .l7pukp5,.mfeac .j80jq .l7pukp5,
.pimzf5 .j80jq .l7pukp5{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.x3qtcu9 .i7n9,.otfe .i7n9,
.q15l9vt .i7n9,.mfeac .i7n9,
.pimzf5 .i7n9{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.x3qtcu9 .j80jq,.otfe .j80jq{top:12px}
.x3qtcu9 .j80jq .l7pukp5{margin-right:auto}
.otfe .j80jq .l7pukp5{margin-left:auto}
.otfe .j80jq{text-align:right}
.q15l9vt .j80jq,.mfeac .j80jq{bottom:12px}
.q15l9vt .j80jq .l7pukp5{margin-right:auto}
.mfeac .j80jq .l7pukp5{margin-left:auto}
.mfeac .j80jq{text-align:right}
.pimzf5 .j80jq{bottom:16px}
.pimzf5 .j80jq .l7pukp5{margin:0 auto}
.mawh .j80jq{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.mawh .j80jq .l7pukp5{margin:0}
.mawh .w5b1zhwu~.j80jq,
.mawh .vonoou89~.j80jq{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.mawh .w5b1zhwu~.j80jq .l7pukp5,
.mawh .vonoou89~.j80jq .l7pukp5{justify-content:flex-start}
.w5b1zhwu~.j80jq,.vonoou89~.j80jq{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.w5b1zhwu~.j80jq .l7pukp5{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vonoou89~.j80jq .l7pukp5{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ddyn .l7pukp5{margin:0 0 12px}
.l7pukp5{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.i7n9{white-space:nowrap}
.pfyen .i7n9{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.c9pyw .i7n9{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.qpxdzxsm .l7pukp5{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ofqv6dpm .i7n9{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ofqv6dpm .x29x4lha::before{content:""}
.eldlxf85 .i7n9{color:var(--accent);opacity:1;font-weight:500}
.qoae .i7n9{border-bottom:1px solid currentColor;padding-bottom:2px}
.b8lk8 .l7pukp5{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.a4itsbx{--date-bg:transparent}
.yxsqa .i7n9 + .i7n9::before{content:"•";margin-right:6px;opacity:.4}
.rwd1 .i7n9 + .i7n9::before{content:"/";margin-right:6px;opacity:.35}
.ftc1 .i7n9 + .i7n9::before{content:"|";margin-right:6px;opacity:.3}
.cwuiy6 .i7n9 + .i7n9::before{content:"—";margin-right:6px;opacity:.3}
.ys4l8 .i7n9 + .i7n9::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.db02p4g .x29x4lha::before{content:"·";opacity:.4}
.db02p4g .i7n9 + .i7n9::before{content:"·";margin-right:6px;opacity:.4}
.ljraw6h .i7n9 + .i7n9::before{content:"›";margin-right:6px;opacity:.4}
.vapd .i7n9 + .i7n9::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ck2mxv .yegjc2m{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .yegjc2m{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .brjmaq{max-width:100%}
}
:root {
  --accent:          #90a576;
  --accent-light:    #bed3a1;
  --accent-pale:     #d4eab6;
  --grad-start:      #293a15;
  --grad-end:        #65784d;
  --bg-page: #0d0f0a;
  --bg-surface: #0d0f0a;
  --bg-card: #12140e;
  --bg-card-inner: #171b13;
  --bg-raised: #1d2118;
  --bg-hover: #23271d;
  --border: #45493e;
  --border-alt: #73776a;
  --border-section: #45493e;
  --text-primary: #e3e7d7;
  --text-muted: #a9ad9e;
  --text-body: #c6c7be;
  --text-sub: #9d9f96;
  --text-faint: #6a6b64;
  --text-dim: #51534c;
  --text-label: #83847d;
  --text-value: #b9b9b1;
  --accent-bg:       #253511;
  --accent-bg-light: #2f411b;
  --bg-tip:        #1a2e1a;
  --bg-warning:    #2d1f0e;
  --bg-info:       #1a1f2e;
  --bg-pros:       #1a2e1a;
  --bg-cons:       #2d1a1a;
  --c-pros:        #6ee7b7;
  --c-cons:        #fca5a5;
  --c-pros-label:  #34d399;
  --c-tip-border:  #34d399;
  --c-warn-border: #f59e0b;
  --c-stars:       #f59e0b;
  --c-arrow:       #f59e0b;
  --c-tag-pay:     #6ee7b7;
}
:root { --logo-bg-opacity: 49%; }
body, button, input { font-family: "Rubik", sans-serif; }
.t0i6 .xx44juz6, .t0i6 .w5b1zhwu { min-height: 520px; }
.wyy9yn .mj7sey1g::after, .wyy9yn .aw0r::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.lxrvdmbc::before { content: '◆'; font-size: 0.5em; }
.cm15j .i7n9::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.cm15j .i7n9:first-of-type::before{content:"\f017"}.cm15j .i7n9:last-of-type::before{content:"\f2f1"}