: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;
}
.hxmuoh {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.k1ykvz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.asdyddaa {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.btc9z { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.s7nk8g9 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.s7nk8g9 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.s7nk8g9 a:hover { color: var(--accent-light); }
.evylvs     .vgb1uu53 { border-radius: 6px; }
.evylvs .vgb1uu53 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.evylvs .vgb1uu53 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.knowc690 .vgb1uu53 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .vgb1uu53 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .kgwjowjx:hover .vgb1uu53,
  .kgwjowjx:focus-within .vgb1uu53 { display: block; }
  .vgb1uu53 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.w253y {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.wk07 { display: none; }
@media (max-width: 640px) {
  .wk07 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .wk07.exa5l7m { display: block; }
}
@media (max-width: 640px) {
  .w253y { display: block; }
  .s7nk8g9 > li + li::before { display: none !important; }
  .s7nk8g9 {
    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;
  }
  .s7nk8g9.exa5l7m { display: flex; }
  .s7nk8g9 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .s7nk8g9 li:last-child a { border-bottom: none; }
}
.ecyr9vg { min-height: 480px; }
.iiewpicc {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.vlpi { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.e6lt .vlpi { margin-left: 0; margin-right: 0; }
.c6wth {
  background: var(--cta); 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;
}
.c6wth:hover { opacity: 0.88; }
.rninlt9 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.grou {
  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%);
}
.rninlt9 .k4qb {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.rninlt9 .iiewpicc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.rninlt9 .vlpi { color: #e2e8f0; }
.rninlt9.fi3n593i .k4qb { text-align: center; }
.rninlt9.e6lt   .k4qb { text-align: left; }
.snydghv .k4qb {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.snydghv .iiewpicc { color: var(--text-primary); text-shadow: none; }
.snydghv .vlpi { color: var(--text-muted); }
.snydghv .c6wth { margin-top: 16px; }
.snydghv, .snydghv.ecyr9vg { min-height: auto !important; }
.snydghv.fi3n593i .k4qb { text-align: center; }
.snydghv.e6lt   .k4qb { text-align: left; }
.snydghv~.gs9uwa7{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}
.snydghv~.gs9uwa7 .pa3yb{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}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.cvxnf .rninlt9 .grou {
  overflow: hidden;
}
.cvxnf .rninlt9 .grou::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%); }
}
@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); }
}
.wxfayx1 .rninlt9 .grou {
  overflow: hidden;
}
.wxfayx1 .rninlt9 .grou::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;
}
.ave1b6nt .rninlt9 .grou {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.rykx .rninlt9 .grou {
  overflow: hidden;
}
.rykx .rninlt9 .grou::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;
}
.aypjdfh .rninlt9 .grou {
  animation: hg-breathe 10s ease-in-out infinite;
}
.x3eh8 .grou {
  background: none;
}
.x3eh8 .iiewpicc { color: #fff; }
.x3eh8 .vlpi { color: rgba(255,255,255,0.85); }
.x3eh8 .c6wth { background: #fff; color: var(--cta); }
.x3eh8 .c6wth:hover { opacity: 0.92; }
.dqcj .iiewpicc { text-shadow: none; color: var(--text-primary); }
.dqcj .vlpi { color: var(--text-muted); }
body.nn6k7p .iiewpicc {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.mz137 .iiewpicc {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.dqcj.e6lt   .q0m4bbu { align-items: flex-start; text-align: left; }
.ia5w5w53 .k4qb { padding-bottom: 24px; }
.ys5i4lp .k4qb { max-width: 960px; }
@media (max-width: 700px) {
  .dqcj { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .dqcj .vvure { display: none !important; }
  .ehdy .vvure { display: none !important; }
  .dzvp1qa0 .wzq9bdt { display: none !important; }
  .nbx7za .hxqqi5y { display: none !important; }
  .q0m4bbu  { padding: 36px 24px; }
  .dqcj~.gs9uwa7,.tpzjrkhz~.gs9uwa7{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .ecyr9vg, .dqcj { min-height: 320px !important; }
  
  .iiewpicc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .hpn89g { display: none !important; }
  
  .dyxlq3g { flex-direction: column; align-items: center; }
  .ytv9yi { width: 100%; max-width: 340px; }
}
.o7vqc { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.g317rkr { width: 100%; height: auto; display: block; border-radius: 10px; }
.nrv6 .o7vqc        { border-radius: 16px; }
.nrv6 .g317rkr  { border-radius: 16px; }
.fbtc .o7vqc         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fbtc .g317rkr   { border-radius: 8px; }
.mefpil9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.yr6nj6k3 { width: 100%; padding: 32px 0; position: relative; }
.tmz3kwl4 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ri96i .yr6nj6k3:nth-child(even) { background: var(--bg-surface); }
.ri96i .yr6nj6k3:nth-child(odd)  { background: var(--bg-page); }
.xvqa .yr6nj6k3:nth-child(even) { background: var(--bg-card); }
.xvqa .yr6nj6k3:nth-child(odd)  { background: var(--bg-page); }
.ri96i .yr6nj6k3:nth-child(odd)  .tmz3kwl4 { background: var(--bg-card); border-radius: 6px; }
.ri96i .yr6nj6k3:nth-child(even) .tmz3kwl4 { background: var(--bg-raised); border-radius: 6px; }
.xvqa .yr6nj6k3:nth-child(odd)  .tmz3kwl4 { background: var(--bg-card); border-radius: 6px; }
.xvqa .yr6nj6k3:nth-child(even) .tmz3kwl4 { background: var(--bg-raised); border-radius: 6px; }
.ri96i .yr6nj6k3:nth-child(even) .yg94spr .dos9,
.xvqa .yr6nj6k3:nth-child(even) .yg94spr .dos9 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ri96i .yr6nj6k3:nth-child(odd) .yg94spr .dos9,
.xvqa .yr6nj6k3:nth-child(odd) .yg94spr .dos9 { background: var(--bg-card-inner); }
.ri96i .yr6nj6k3:nth-child(even) .xkg8f .dos9:nth-child(odd),
.xvqa .yr6nj6k3:nth-child(even) .xkg8f .dos9:nth-child(odd)  { background: var(--bg-card); }
.ri96i .yr6nj6k3:nth-child(even) .xkg8f .dos9:nth-child(even),
.xvqa .yr6nj6k3:nth-child(even) .xkg8f .dos9:nth-child(even) { background: var(--bg-card-inner); }
h1.ophbyt { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ophbyt {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.yn9ysa7z { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.zv5irlv1 h2.ophbyt {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.imy8r1da h2.ophbyt {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.jcnf1i h2.ophbyt {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.hanigf h2.ophbyt::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.h4fp h2.ophbyt {
  color: var(--text-primary); font-size: 1.7rem;
}
.mk7w h2.ophbyt::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.mmwwrc h2.ophbyt {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.w6he0yu { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .w6he0yu { display: none; } }
.mgab { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xhz8 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ok21 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ehdwj { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.h0u0o92 { padding-left: 20px; }
.h0u0o92 li { margin-bottom: 6px; }
.h0u0o92 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.h0u0o92 a:hover { color: var(--accent-light); }
.sclhjdn .ehdwj { display: none; }
.zuip .ehdwj { display: none; }
.zuip .h0u0o92 { padding-left: 0; list-style: none; }
.zuip .h0u0o92 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.zuip .h0u0o92 a { font-size: 0.92rem; }
.tkycq6pj .ok21 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.tkycq6pj .ehdwj { display: none; }
.tkycq6pj .h0u0o92 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tkycq6pj .h0u0o92 li { margin-bottom: 0; }
.tkycq6pj .h0u0o92 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;
}
.tkycq6pj .h0u0o92 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.yd8ebxio .ok21 { padding: 20px 20px 16px; }
.yd8ebxio .h0u0o92 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.yd8ebxio .h0u0o92 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.yd8ebxio .h0u0o92 a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: 8px;
  padding: 12px 14px; border: 1px solid var(--border);
  font-size: 0.92rem; line-height: 1.35; color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.yd8ebxio .h0u0o92 a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.yd8ebxio .h0u0o92 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.yd8ebxio .h0u0o92 a:focus,
.yd8ebxio .h0u0o92 a:focus-visible,
.yd8ebxio .h0u0o92 a:target { outline: none; }
.yd8ebxio .h0u0o92 li:target a { border-color: var(--border); color: var(--text-muted); }
.tt0bw1 .ok21 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.tt0bw1 .ehdwj { display: none; }
.tt0bw1 .h0u0o92 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.tt0bw1 .h0u0o92 li { margin-bottom: 0; }
.tt0bw1 .h0u0o92 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.tt0bw1 .h0u0o92 li:last-child::after { content: ""; margin-right: 0; }
.tt0bw1 .h0u0o92 a { font-size: 0.9rem; }
.dos9 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.yg94spr .dos9 { background: var(--bg-card); }
.xkg8f .dos9:nth-child(odd)  { background: var(--bg-card); }
.xkg8f .dos9:nth-child(even) { background: var(--bg-raised); }
.k1dmxjhw .dos9 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.k1dmxjhw .dos9:last-child { border-bottom: none; }
.k1dmxjhw h3.yn9ysa7z { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.hza09e .dos9 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.hza09e .dos9 + .dos9 { margin-top: 4px; }
.c0hbzrqd .dos9 { background: none; border-radius: 0; padding: 12px 0; }
.c0hbzrqd .dos9 + .dos9 { border-top: 1px solid var(--border-section); }
.f6pfh { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.sggy6rn { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.k3az4aib { color: var(--text-body); margin-bottom: 10px; }
.ce93tk, .rkxcjgk { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ce93tk li, .rkxcjgk li { margin-bottom: 6px; }
.rkxcjgk li { list-style: decimal; }
.caae     .ce93tk { list-style-type: "● "; }
.qzu0  .ce93tk { list-style-type: "■ "; }
.m24o .ce93tk { list-style-type: "◆ "; }
.c5cz    .ce93tk { list-style-type: "★ "; }
.caae     .equn { list-style-type: "● "; }
.qzu0  .equn { list-style-type: "■ "; }
.m24o .equn { list-style-type: "◆ "; }
.c5cz    .equn { list-style-type: "★ "; }
.caae    .ce93tk li::marker, .caae    .equn li::marker,
.qzu0 .ce93tk li::marker, .qzu0 .equn li::marker,
.m24o .ce93tk li::marker, .m24o .equn li::marker,
.c5cz   .ce93tk li::marker, .c5cz   .equn li::marker {
  color: var(--cta); font-size: 1em;
}
.caae .rkxcjgk,
.qzu0 .rkxcjgk,
.m24o .rkxcjgk,
.c5cz .rkxcjgk {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.caae .rkxcjgk li,
.qzu0 .rkxcjgk li,
.m24o .rkxcjgk li,
.c5cz .rkxcjgk li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.caae .rkxcjgk li::before,
.qzu0 .rkxcjgk li::before,
.m24o .rkxcjgk li::before,
.c5cz .rkxcjgk 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;
}
.caae     .rkxcjgk li::before { border-radius: 50%; }
.qzu0  .rkxcjgk li::before { border-radius: 3px; }
.m24o .rkxcjgk li::before { border-radius: 3px; }
.c5cz    .rkxcjgk li::before { border-radius: 50%; }
.cu27xvvk { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.yvmv .cu27xvvk,
.w9vozk4q .cu27xvvk { background: transparent; border: none; border-radius: 0; }
.oujk0ijz { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.oujk0ijz th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.oujk0ijz td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.oujk0ijz tr:hover td { background: var(--bg-hover); }
.csoq93j .oujk0ijz tbody tr:nth-child(even) td { background: var(--bg-surface); }
.zlnz7h0 .oujk0ijz { border: 1px solid var(--border-alt); }
.zlnz7h0 .oujk0ijz th,
.zlnz7h0 .oujk0ijz td { border: 1px solid var(--border-alt); }
.bm9hnwm0 .oujk0ijz th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.bm9hnwm0 .oujk0ijz td { border-bottom: none; }
.bm9hnwm0 .oujk0ijz tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.rp1boyn7 .oujk0ijz th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.t6has .cu27xvvk {
  overflow: hidden;
}
.t6has .oujk0ijz th { border-bottom: 1px solid var(--border-alt); }
.t6has .oujk0ijz tr:last-child td { border-bottom: none; }
.lojge { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.l2nzwa { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ppo1j { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.yo4aj90y { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.pqmc0 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.equn { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.equn 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-light);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%}
.nu3wgi73 .yo4aj90y { background: transparent; text-align: center; }
.nb73d .ppo1j {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.mqfe .ppo1j {
  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);
}
.ujstyl .l2nzwa { display: grid; grid-template-columns: auto 1fr; }
.ujstyl .ppo1j {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ujstyl .yo4aj90y { grid-column: 2; }
.ujstyl .pqmc0,
.ujstyl .equn { grid-column: 1 / -1; }
.hktl9a4 .l2nzwa { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hktl9a4 .ppo1j {
  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);
}
.hktl9a4 .yo4aj90y { grid-column: 2; }
.hktl9a4 .pqmc0,
.hktl9a4 .equn { grid-column: 1 / -1; }
.kt89wwj .l2nzwa { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.kt89wwj .yo4aj90y { background: none; color: var(--accent-light); font-weight: 700; }
.c6mx68 .l2nzwa { 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); }
.c6mx68 .yo4aj90y { background: none; color: var(--accent-light); font-weight: 700; }
.xf8fsf .l2nzwa { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.xf8fsf .l2nzwa:last-child { border-bottom: none; }
.xf8fsf .yo4aj90y { background: none; color: var(--accent-light); font-weight: 700; }
.c5gr .l2nzwa { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.c5gr .yo4aj90y { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.wocrq1m .lojge { counter-reset: card-n; }
.wocrq1m .l2nzwa  { counter-increment: card-n; }
.wocrq1m .yo4aj90y { display: flex; align-items: center; gap: 10px; }
.wocrq1m .yo4aj90y::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;
}
.x7sea0gr .l2nzwa { background: var(--bg-surface); border: 1px solid var(--border); }
.x7sea0gr .yo4aj90y { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.k51pyoqz { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.kb4fmxjx  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.nore6 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.m1tsvlnx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.k51pyoqz strong { color: var(--text-primary); font-size: 0.95rem; }
.k51pyoqz p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.yzz5 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.xxhljhvl, .wk8tdx3l { border-radius: 8px; padding: 14px; }
.xxhljhvl { background: var(--bg-pros); }
.wk8tdx3l { background: var(--bg-cons); }
.fu8vrx { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.xxhljhvl .fu8vrx { color: var(--c-pros-label); }
.wk8tdx3l .fu8vrx { color: #f87171; }
.xxhljhvl ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.wk8tdx3l ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.g317rkr { width: 100%; height: auto; border-radius: 10px; display: block; }
.avsxq {
  background: var(--cta); 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;
}
.avsxq:hover { opacity: 0.85; }
.sk9krd25 .avsxq  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.sk9krd25 .avsxq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ibh4 .avsxq  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ibh4 .avsxq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.mlig21 .c6wth { border-radius: 50px; }
.mlig21 .avsxq  { border-radius: 50px; }
.okfy .c6wth { padding-left: 22px; padding-right: 22px; }
.okfy .avsxq  { padding-left: 12px; padding-right: 12px; }
.khawczpj .c6wth { padding-left: 44px; padding-right: 44px; }
.khawczpj .avsxq  { padding-left: 24px; padding-right: 24px; }
.ekl06acz .c6wth { padding-left: 56px; padding-right: 56px; }
.ekl06acz .avsxq  { padding-left: 32px; padding-right: 32px; }
.sbn0jx   .c6wth::after, .sbn0jx   .avsxq::after,
.eiv1tr .c6wth::after, .eiv1tr .avsxq::after,
.o1i1    .c6wth::after, .o1i1    .avsxq::after,
.mu3d    .c6wth::after, .mu3d    .avsxq::after,
.ka896d4    .c6wth::after, .ka896d4    .avsxq::after,
.jxg1la22     .c6wth::after, .jxg1la22     .avsxq::after,
.vttkq    .c6wth::after, .vttkq    .avsxq::after,
.og876wo   .c6wth::after, .og876wo   .avsxq::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;
}
.sbn0jx .c6wth::after, .sbn0jx .avsxq::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");
}
.eiv1tr .c6wth::after, .eiv1tr .avsxq::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");
}
.o1i1 .c6wth::after, .o1i1 .avsxq::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");
}
.mu3d .c6wth::after, .mu3d .avsxq::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");
}
.ka896d4 .c6wth::after, .ka896d4 .avsxq::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");
}
.jxg1la22 .c6wth::after, .jxg1la22 .avsxq::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");
}
.vttkq .c6wth::after, .vttkq .avsxq::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");
}
.og876wo .c6wth::after, .og876wo .avsxq::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");
}
.z61zcz3   .ox5fz::after, .z61zcz3   .zoxr::after,
.hwvf2cm .ox5fz::after, .hwvf2cm .zoxr::after,
.gzubuxqg    .ox5fz::after, .gzubuxqg    .zoxr::after,
.wa5wtavt    .ox5fz::after, .wa5wtavt    .zoxr::after,
.gcmjvn8    .ox5fz::after, .gcmjvn8    .zoxr::after,
.t6vw42s     .ox5fz::after, .t6vw42s     .zoxr::after,
.fv7o    .ox5fz::after, .fv7o    .zoxr::after,
.oe64ylj   .ox5fz::after, .oe64ylj   .zoxr::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;
}
.z61zcz3 .ox5fz::after, .z61zcz3 .zoxr::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");
}
.hwvf2cm .ox5fz::after, .hwvf2cm .zoxr::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");
}
.gzubuxqg .ox5fz::after, .gzubuxqg .zoxr::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");
}
.wa5wtavt .ox5fz::after, .wa5wtavt .zoxr::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");
}
.gcmjvn8 .ox5fz::after, .gcmjvn8 .zoxr::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");
}
.t6vw42s .ox5fz::after, .t6vw42s .zoxr::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");
}
.fv7o .ox5fz::after, .fv7o .zoxr::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");
}
.oe64ylj .ox5fz::after, .oe64ylj .zoxr::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");
}
@media (min-width: 721px) {
  .lqv5bft { flex: 0 0 260px; width: 260px; }
  .x8qa { flex: 0 0 120px; width: 120px; }
  .fzd9z { flex: 0 0 110px; width: 110px; }
  .nr5oq   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .a765 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.a765.avsxq { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .ena6cx { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .ena6cx .zm40fi { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .ena6cx .lqv5bft { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .ena6cx .nnwr533 { width: 100%; min-width: unset; height: 120px; }
  .ena6cx .bm4lazw { max-height: 96px; max-width: 200px; }
  .ena6cx .s76xkr { min-width: unset; text-align: center; white-space: normal; }
  .ena6cx .x8qa { min-width: 0; }
  .ena6cx .nr5oq { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .ena6cx .a765 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .u8y868zu .zm40fi { row-gap: 8px !important; gap: 10px !important; }
}
@media (min-width: 860px) {
  .q2n7u1 .xcwjhdc {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .q2n7u1 .dj3ou { margin: 0; }
}
.zh8d .dj3ou { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.zh8d .set7d { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.zh8d .yvmv { padding: 14px 16px; }
.zh8d .k5t30qn { border-radius: 4px; }
.zh8d .rf6gi { border-radius: 0; }
.w9vozk4q .yzz5 { gap: 10px; }
.w9vozk4q .xxhljhvl, .w9vozk4q .wk8tdx3l { padding: 12px; }
.w9vozk4q .xxhljhvl ul, .w9vozk4q .wk8tdx3l ul { margin: 4px 0 0; padding-left: 18px; }
.w9vozk4q .xxhljhvl li, .w9vozk4q .wk8tdx3l li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ylpy { grid-template-columns: 1fr; }
  .t8do { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .t8do .oieg804x { width: 72px; height: 50px; }
  .t8do .eyxr25 { max-width: 180px; }
  .t8do .bzwdmkhk { width: auto; }
}
@media (max-width: 720px) {
  .epw21nvx { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .arve { padding: 16px; }
  .wywimc .jv7jv { min-width: 50%; }
}
.en45 .yzz5 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .r3u2g { grid-template-columns: 1fr; }
  .kbc8p2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ope7wnjp { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .c8eu { flex-wrap: wrap; padding: 16px; }
}
.czzsj85x .yzz5 { gap: 8px; }
.czzsj85x .xxhljhvl, .czzsj85x .wk8tdx3l { padding: 8px; }
@media (max-width: 480px) {
  .c0a1u4v1 { flex-direction: column; align-items: stretch; }
}
.myvosy6 .bzwdmkhk .avsxq { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .t2es { flex-direction: column; align-items: stretch; gap: 10px; }
  .myvosy6 .bzwdmkhk { text-align: center; }
}
@media (max-width: 720px) {
  .czegef { grid-template-columns: 1fr; }
  .llb86b1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ttrcq { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .silq5 { grid-template-columns: 1fr; }
  .luokro02 { width: 100px; height: 100px; margin: 16px auto; }
  .mvii2ev { font-size: 1.4rem; }
  .itt8mell { justify-content: center; }
  .wz0vzra .jv7jv { min-width: 50%; }
}
.yc3d .yzz5 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .qak4b { flex-wrap: wrap; padding: 14px 16px; }
  .qhq1gne { padding: 12px 16px; }
  .yc3d .yzz5 { margin: 0 16px; }
  .yc3d .wa5wzhr { padding: 0 16px; }
  .nvhpqwn { padding: 12px 16px; }
}
.u8y868zu .ena6cx {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.u8y868zu .zm40fi {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.u8y868zu .zm40fi:last-child { border-bottom: none; }
.u8y868zu .x8qa,
.u8y868zu .wlfygz,
.u8y868zu .s8cf3l { border-left: 1px solid var(--border); padding-left: 10px; }
.u8y868zu .s76xkr { padding: 0 10px; }
.lw5m93a .a765.avsxq { padding: 14px 30px !important; font-size: 1rem; }
.j9umjfwu .a765.avsxq { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.c4q7 .x8qa,
.c4q7 .fzd9z,
.c4q7 .fzd9z {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.c4q7 .fzd9z small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.c4q7 .ss3zjf .b3cr,
.c4q7 .ss3zjf strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.c4q7 .xyyeo,
.c4q7 .p4cf5oz { font-size: 1em; }
.ikyh { margin: 16px 0; }
.hrr3 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.hrr3 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.hrr3 summary::after { content: "+"; color: var(--accent-light); }
.hrr3[open] summary::after { content: "−"; }
.hrr3 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.yr6nj6k3 { margin-bottom: 0; }
.hwu5i h2.ophbyt { color: var(--text-primary); border-color: var(--accent-light); }
.sobhqemp h2.ophbyt { color: var(--text-primary); border-color: var(--accent-light); }
.i0wyl2u .kb4fmxjx     { background: #052e16; border-color: #10b981; }
.i0wyl2u .nore6 { background: #2d0a1e; border-color: #f43f5e; }
.i0wyl2u .k51pyoqz strong  { color: #f1f5f9; }
.i0wyl2u .k51pyoqz p       { color: #cbd5e1; }
.i0wyl2u .w3yh8    .kb4fmxjx     .m1tsvlnx::before,
.i0wyl2u .zq175h  .kb4fmxjx     .m1tsvlnx::before,
.i0wyl2u .isdja  .kb4fmxjx     .m1tsvlnx::before,
.i0wyl2u .l4s7h5q5 .kb4fmxjx     .m1tsvlnx::before { color: #10b981; }
.i0wyl2u .w3yh8    .nore6 .m1tsvlnx::before,
.i0wyl2u .zq175h  .nore6 .m1tsvlnx::before,
.i0wyl2u .isdja  .nore6 .m1tsvlnx::before,
.i0wyl2u .l4s7h5q5 .nore6 .m1tsvlnx::before { color: #f43f5e; }
.i0wyl2u .w3yh8    .dw9qa6mg    .m1tsvlnx::before,
.i0wyl2u .zq175h  .dw9qa6mg    .m1tsvlnx::before,
.i0wyl2u .isdja  .dw9qa6mg    .m1tsvlnx::before,
.i0wyl2u .l4s7h5q5 .dw9qa6mg    .m1tsvlnx::before { color: #a855f7; }
.qc6f .kb4fmxjx     { background: #2d2000; border-color: #eab308; }
.qc6f .nore6 { background: #2d0b0b; border-color: #ef4444; }
.qc6f .k51pyoqz strong  { color: #f1f5f9; }
.qc6f .k51pyoqz p       { color: #cbd5e1; }
.qc6f .w3yh8    .kb4fmxjx     .m1tsvlnx::before,
.qc6f .zq175h  .kb4fmxjx     .m1tsvlnx::before,
.qc6f .isdja  .kb4fmxjx     .m1tsvlnx::before,
.qc6f .l4s7h5q5 .kb4fmxjx     .m1tsvlnx::before { color: #eab308; }
.qc6f .w3yh8    .nore6 .m1tsvlnx::before,
.qc6f .zq175h  .nore6 .m1tsvlnx::before,
.qc6f .isdja  .nore6 .m1tsvlnx::before,
.qc6f .l4s7h5q5 .nore6 .m1tsvlnx::before { color: #ef4444; }
.qc6f .w3yh8    .dw9qa6mg    .m1tsvlnx::before,
.qc6f .zq175h  .dw9qa6mg    .m1tsvlnx::before,
.qc6f .isdja  .dw9qa6mg    .m1tsvlnx::before,
.qc6f .l4s7h5q5 .dw9qa6mg    .m1tsvlnx::before { color: #f97316; }
.oguz .kb4fmxjx     { background: #0c1a2e; border-color: #38bdf8; }
.oguz .nore6 { background: #12103a; border-color: #818cf8; }
.oguz .dw9qa6mg    { background: #0a2020; border-color: #2dd4bf; }
.oguz .k51pyoqz strong  { color: #f1f5f9; }
.oguz .k51pyoqz p       { color: #cbd5e1; }
.oguz .w3yh8    .kb4fmxjx     .m1tsvlnx::before,
.oguz .zq175h  .kb4fmxjx     .m1tsvlnx::before,
.oguz .isdja  .kb4fmxjx     .m1tsvlnx::before,
.oguz .l4s7h5q5 .kb4fmxjx     .m1tsvlnx::before { color: #38bdf8; }
.oguz .w3yh8    .nore6 .m1tsvlnx::before,
.oguz .zq175h  .nore6 .m1tsvlnx::before,
.oguz .isdja  .nore6 .m1tsvlnx::before,
.oguz .l4s7h5q5 .nore6 .m1tsvlnx::before { color: #818cf8; }
.oguz .w3yh8    .dw9qa6mg    .m1tsvlnx::before,
.oguz .zq175h  .dw9qa6mg    .m1tsvlnx::before,
.oguz .isdja  .dw9qa6mg    .m1tsvlnx::before,
.oguz .l4s7h5q5 .dw9qa6mg    .m1tsvlnx::before { color: #2dd4bf; }
.eah5z .kb4fmxjx     { background: var(--accent-bg); border-color: var(--accent-light); }
.eah5z .nore6 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.eah5z .w3yh8    .m1tsvlnx::before,
.eah5z .zq175h  .m1tsvlnx::before,
.eah5z .isdja  .m1tsvlnx::before,
.eah5z .l4s7h5q5 .m1tsvlnx::before { color: var(--accent-light) !important; }
.qpdq6c::before,
.lchyg1g::before { margin-right: 5px; }
.oiyzk27x .xxhljhvl ul li,
.oiyzk27x .ugwrvqj li         { color: #4ade80; }
.oiyzk27x .xxhljhvl .qpdq6c { color: #22c55e; }
.oiyzk27x .wk8tdx3l ul li,
.oiyzk27x .ds26po1 li         { color: #f87171; }
.oiyzk27x .wk8tdx3l .lchyg1g { color: #ef4444; }
.r4s0grs .xxhljhvl { background: var(--bg-pros); }
.r4s0grs .wk8tdx3l { background: var(--bg-cons); }
.r4s0grs .xxhljhvl .qpdq6c { color: var(--c-pros-label); }
.r4s0grs .wk8tdx3l .lchyg1g { color: var(--c-cons); }
.r4s0grs .xxhljhvl ul li,
.r4s0grs .wk8tdx3l ul li,
.djlk5 .xxhljhvl { background: var(--bg-pros); }
.djlk5 .wk8tdx3l { background: var(--bg-cons); }
.djlk5 .xxhljhvl .qpdq6c { color: var(--c-pros-label); }
.djlk5 .wk8tdx3l .lchyg1g { color: var(--c-cons); }
.djlk5 .xxhljhvl ul li,
.djlk5 .wk8tdx3l ul li,
.uesz5ch4 .qpdq6c::before { content: "✓ "; }
.uesz5ch4 .lchyg1g::before { content: "✗ "; }
.g2wfa2l9 .qpdq6c::before { content: "→ "; }
.g2wfa2l9 .lchyg1g::before { content: "← "; }
.vuekx .qpdq6c::before { content: "★ "; }
.vuekx .lchyg1g::before { content: "✕ "; }
.jabho81 .qpdq6c::before { content: "◆ "; }
.jabho81 .lchyg1g::before { content: "▲ "; }
.l0k8gt .k51pyoqz { background: transparent; border-left: none; border: 1.5px solid; }
.l0k8gt .kb4fmxjx     { border-color: var(--c-tip-border); }
.l0k8gt .nore6 { border-color: var(--c-warn-border); }
.l0k8gt .k51pyoqz strong { color: var(--text-primary); }
.l0k8gt .k51pyoqz p      { color: var(--text-muted); }
.jljba1xm .k51pyoqz { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.jljba1xm .kb4fmxjx     { border-top-color: var(--c-tip-border); }
.jljba1xm .nore6 { border-top-color: var(--c-warn-border); }
.ig1jikk9 .k51pyoqz { border-left: none; border-radius: 8px; }
.ig1jikk9 .kb4fmxjx     { background: #065f46; }
.ig1jikk9 .nore6 { background: #92400e; }
.ig1jikk9 .dw9qa6mg    { background: #1e3a8a; }
.ig1jikk9 .k51pyoqz strong,
.ig1jikk9 .k51pyoqz p { color: #fff; }
.ig1jikk9 .m1tsvlnx::before { color: rgba(255,255,255,0.85) !important; }
.i0wyl2u.ig1jikk9 .kb4fmxjx,
.i0wyl2u .ig1jikk9 .kb4fmxjx     { background: #052e16; }
.i0wyl2u.ig1jikk9 .nore6,
.i0wyl2u .ig1jikk9 .nore6 { background: #2d0a1e; }
.i0wyl2u.ig1jikk9 .dw9qa6mg,
.i0wyl2u .ig1jikk9 .dw9qa6mg    { background: #1e1036; }
.qc6f.ig1jikk9 .kb4fmxjx,
.qc6f .ig1jikk9 .kb4fmxjx      { background: #2d2000; }
.qc6f.ig1jikk9 .nore6,
.qc6f .ig1jikk9 .nore6  { background: #2d0b0b; }
.qc6f.ig1jikk9 .dw9qa6mg,
.qc6f .ig1jikk9 .dw9qa6mg     { background: #2d1600; }
.oguz.ig1jikk9 .kb4fmxjx,
.oguz .ig1jikk9 .kb4fmxjx      { background: #0c1a2e; }
.oguz.ig1jikk9 .nore6,
.oguz .ig1jikk9 .nore6  { background: #12103a; }
.oguz.ig1jikk9 .dw9qa6mg,
.oguz .ig1jikk9 .dw9qa6mg     { background: #0a2020; }
.aveb .k51pyoqz { border-left: none; border-radius: 6px; padding: 10px 14px; }
.aveb .kb4fmxjx     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.aveb .nore6 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.aveb .k51pyoqz strong { color: var(--text-primary); }
.aveb .k51pyoqz p      { color: var(--text-muted); }
.zxbb4 .k51pyoqz { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.w3yh8 .m1tsvlnx,
.zq175h .m1tsvlnx,
.isdja .m1tsvlnx,
.l4s7h5q5 .m1tsvlnx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.w3yh8 .m1tsvlnx::before,
.zq175h .m1tsvlnx::before,
.isdja .m1tsvlnx::before,
.l4s7h5q5 .m1tsvlnx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.w3yh8 .kb4fmxjx     .m1tsvlnx::before { content: "✦"; color: var(--c-tip-border); }
.w3yh8 .nore6 .m1tsvlnx::before { content: "▲"; color: var(--c-warn-border); }
.w3yh8 .dw9qa6mg    .m1tsvlnx::before { content: "◉"; color: #60a5fa; }
.zq175h .kb4fmxjx     .m1tsvlnx::before { content: "★"; color: var(--c-tip-border); }
.zq175h .nore6 .m1tsvlnx::before { content: "◆"; color: var(--c-warn-border); }
.zq175h .dw9qa6mg    .m1tsvlnx::before { content: "●"; color: #60a5fa; }
.isdja .kb4fmxjx     .m1tsvlnx::before { content: "▶"; color: var(--c-tip-border); }
.isdja .nore6 .m1tsvlnx::before { content: "■"; color: var(--c-warn-border); }
.isdja .dw9qa6mg    .m1tsvlnx::before { content: "▸"; color: #60a5fa; }
.l4s7h5q5 .kb4fmxjx     .m1tsvlnx::before { content: "→"; color: var(--c-tip-border); }
.l4s7h5q5 .nore6 .m1tsvlnx::before { content: "⬥"; color: var(--c-warn-border); }
.l4s7h5q5 .dw9qa6mg    .m1tsvlnx::before { content: "◈"; color: #60a5fa; }
.ftgidq .yg94spr .dos9,
.ftgidq .xkg8f .dos9  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ftgidq .l2nzwa                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ftgidq .cu27xvvk          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ftgidq .ok21                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dqxt .yg94spr .dos9,
.dqxt .xkg8f .dos9,
.dqxt .l2nzwa,
.dqxt .zm40fi,
.dqxt .dj3ou,
.dqxt .cu27xvvk,
.dqxt .ok21,
.dqxt .zxbb4 .k51pyoqz { box-shadow: none; }
.cp97   .k3az4aib, .cp97 .f6pfh, .cp97 .sggy6rn,
.cp97   .mgab, .cp97 .xhz8 { font-size: 0.9rem; }
.cp97   .ce93tk, .cp97 .rkxcjgk { font-size: 0.9rem; }
.drdu0   .k3az4aib, .drdu0 .f6pfh, .drdu0 .sggy6rn,
.drdu0   .mgab, .drdu0 .xhz8 { font-size: 0.95rem; }
.drdu0   .ce93tk, .drdu0 .rkxcjgk { font-size: 0.95rem; }
.pmv3kn2   .k3az4aib, .pmv3kn2 .f6pfh, .pmv3kn2 .sggy6rn,
.pmv3kn2   .mgab, .pmv3kn2 .xhz8 { font-size: 1.08rem; }
.pmv3kn2   .ce93tk, .pmv3kn2 .rkxcjgk { font-size: 1.05rem; }
.pmv3kn2   .oujk0ijz { font-size: 0.97rem; }
.a4abs0pj .iiewpicc      { font-size: 3.2rem; }
.a4abs0pj h2.ophbyt { font-size: 1.9rem; }
.a4abs0pj h3.yn9ysa7z     { font-size: 1.4rem; }
.xwwp37pb .iiewpicc      { font-size: 3.8rem; }
.xwwp37pb h2.ophbyt { font-size: 2.2rem; }
.xwwp37pb h3.yn9ysa7z     { font-size: 1.6rem; }
.yr6nj6k3 + .yr6nj6k3 { position: relative; }
.dry90   .yr6nj6k3 + .yr6nj6k3::before,
.cym9  .yr6nj6k3 + .yr6nj6k3::before,
.aj6mi   .yr6nj6k3 + .yr6nj6k3::before,
.eq0y201   .yr6nj6k3 + .yr6nj6k3::before,
.ri8e8l   .yr6nj6k3 + .yr6nj6k3::before,
.yd65z .yr6nj6k3 + .yr6nj6k3::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.dry90 .yr6nj6k3 + .yr6nj6k3::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.cym9 .yr6nj6k3 + .yr6nj6k3::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.aj6mi .yr6nj6k3 + .yr6nj6k3::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.eq0y201 .yr6nj6k3 + .yr6nj6k3::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.iz7k7h0 .yr6nj6k3 { margin-bottom: 16px; }
.iz7k7h0 .yr6nj6k3 + .yr6nj6k3 { margin-top: 0; }
.iz7k7h0 .tmz3kwl4 { padding-top: 0; padding-bottom: 0; }
.ri8e8l .yr6nj6k3 + .yr6nj6k3::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.yd65z .yr6nj6k3 + .yr6nj6k3::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.h14t3y0 .yr6nj6k3 + .yr6nj6k3::before,
.psc3k9 .yr6nj6k3 + .yr6nj6k3::before,
.c01rr .yr6nj6k3 + .yr6nj6k3::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%;
}
.ri96i .h14t3y0 .yr6nj6k3:nth-child(even)::before,
.ri96i .psc3k9 .yr6nj6k3:nth-child(even)::before,
.ri96i .c01rr .yr6nj6k3:nth-child(even)::before { background: var(--bg-surface); }
.xvqa .h14t3y0 .yr6nj6k3:nth-child(even)::before,
.xvqa .psc3k9 .yr6nj6k3:nth-child(even)::before,
.xvqa .c01rr .yr6nj6k3:nth-child(even)::before { background: var(--bg-card); }
.h14t3y0 .yr6nj6k3 + .yr6nj6k3::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");
}
.psc3k9 .yr6nj6k3 + .yr6nj6k3::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");
}
.c01rr .yr6nj6k3 + .yr6nj6k3::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");
}
.u8cq71a .rninlt9,
.rsmgf7kp .rninlt9,
.g3u95u .rninlt9 { overflow: hidden; }
.u8cq71a .k4qb,
.rsmgf7kp .k4qb { margin-bottom: 60px; }
.g3u95u .k4qb { margin-bottom: 70px; }
.u8cq71a .rninlt9::before,
.rsmgf7kp .rninlt9::before,
.g3u95u .rninlt9::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%;
}
.u8cq71a .rninlt9::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");
}
.rsmgf7kp .rninlt9::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");
}
.g3u95u .rninlt9::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");
}
.e0o83gnu .rninlt9:not(.x3eh8) .grou { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xbv3044 .rninlt9:not(.x3eh8) .grou { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.pu8e  .rninlt9:not(.x3eh8) .grou { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.h4kkb9  .rninlt9:not(.x3eh8) .grou { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wigr .x3eh8 { background: var(--accent); }
.wigr .x3eh8 .grou { background: none; }
.wigr .zsg4mgkz { background: var(--accent); }
.wigr .dqcj { background: var(--accent-bg); }
.wigr .rninlt9:not(.x3eh8) .grou { background: rgba(0,0,0,0.6); }
.o24qv .o7vqc { float: left; width: 38%; margin: 0 28px 16px 0; }
.o24qv .o7vqc .g317rkr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o24qv .tmz3kwl4::after { content: ''; display: block; clear: both; }
.bwsrl6su .o7vqc { float: right; width: 38%; margin: 0 0 16px 28px; }
.bwsrl6su .o7vqc .g317rkr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bwsrl6su .tmz3kwl4::after { content: ''; display: block; clear: both; }
.m98on .yr6nj6k3:nth-child(odd)  .o7vqc { float: left;  width: 38%; margin: 0 28px 16px 0; }
.m98on .yr6nj6k3:nth-child(even) .o7vqc { float: right; width: 38%; margin: 0 0 16px 28px; }
.m98on .o7vqc .g317rkr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.m98on .tmz3kwl4::after { content: ''; display: block; clear: both; }
.o24qv .lojge,
.bwsrl6su .lojge,
.m98on .lojge,
@media (max-width: 900px) {
  .o24qv .o7vqc,
  .bwsrl6su .o7vqc,
  .m98on .yr6nj6k3:nth-child(odd)  .o7vqc,
  .m98on .yr6nj6k3:nth-child(even) .o7vqc {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .o24qv .o7vqc .g317rkr,
  .bwsrl6su .o7vqc .g317rkr,
  .m98on .o7vqc .g317rkr {
    max-height: none !important;
  }
}
.o24qv .ce93tk,
.o24qv .rkxcjgk,
.bwsrl6su .ce93tk,
.bwsrl6su .rkxcjgk,
.m98on .ce93tk,
.m98on .rkxcjgk { overflow: hidden; }
@media (max-width: 640px) {
  .o24qv .o7vqc,
  .bwsrl6su .o7vqc,
  .m98on .o7vqc { float: none; width: 100%; margin: 0 0 16px 0; }
}
.qry5mn7b .mefpil9,
.qry5mn7b .tmz3kwl4,
.qry5mn7b .c7v8t1ja  { max-width: 1100px; }
.blz6oa .mefpil9,
.blz6oa .tmz3kwl4,
.blz6oa .c7v8t1ja  { max-width: 1200px; }
.w4sk24 .mefpil9,
.w4sk24 .tmz3kwl4,
.w4sk24 .c7v8t1ja  { max-width: 1320px; }
.kkqdgb { font-size: 0.82rem; color: var(--text-muted); }
.t3g2x { display: flex; align-items: center; }
.eym0vv {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ar77hl { display: flex; align-items: center; }
.ydi7odf7 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ydi7odf7:hover { text-decoration: underline; }
.y2hwkbvt { margin: 0 3px; opacity: 0.45; }
.y2hwkbvt::before { content: '/'; }
.f31x { padding: 2px 5px; color: var(--text-main); }
.ffrkrao4 .kkqdgb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ffrkrao4 .t3g2x { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.yiic .kkqdgb {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.yiic .t3g2x { padding: 0 0 0 12px; }
.yon2 .t3g2x { padding: 0 16px; }
.yon2 .kkqdgb {
  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);
}
.yon2 .mefpil9 { padding-top: 28px; }
@media (max-width: 720px) {
  .shcszwqj { margin-top: 18px; padding: 0 16px; }
  .yon2 .mefpil9 { padding-top: 16px; }
}
.qry5mn7b.ffrkrao4 .t3g2x { max-width: 1100px; }
.blz6oa.ffrkrao4 .t3g2x { max-width: 1200px; }
.w4sk24.ffrkrao4 .t3g2x { max-width: 1320px; }
.aswbw .yr6nj6k3 { padding-top: 16px; padding-bottom: 16px; }
.jf0l .yr6nj6k3 { padding-top: 24px; padding-bottom: 24px; }
.cvbk .yr6nj6k3 { padding-top: 40px; padding-bottom: 40px; }
.m1qxmjf .yr6nj6k3 { padding-top: 52px; padding-bottom: 52px; }
.xdjsf3 .yr6nj6k3:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.xdjsf3 .yr6nj6k3:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.xdjsf3 .yr6nj6k3:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.xdjsf3 .yr6nj6k3:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.cvwv21 .tmz3kwl4 { padding-top: 10px;  padding-bottom: 10px; }
.sfn80to6 .tmz3kwl4 { padding-top: 18px;  padding-bottom: 18px; }
.fmedfy7 .tmz3kwl4 { padding-top: 36px;  padding-bottom: 36px; }
.x9vj7234 .tmz3kwl4 { padding-top: 48px;  padding-bottom: 48px; }
.d1e9j h2.ophbyt { font-weight: 600; }
.d1e9j h3.yn9ysa7z     { font-weight: 600; }
.gbuv7ja { font-weight: 500; }
.gbuv7ja h2.ophbyt { font-weight: 800; }
.gbuv7ja h3.yn9ysa7z     { font-weight: 700; }
.ne4r1 h2.ophbyt { font-weight: 900; }
.ne4r1 h3.yn9ysa7z     { font-weight: 800; }
.ne4r1 .k51pyoqz strong,
.ne4r1 .k51pyoqz strong { font-weight: 600; }
.ox5fz {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.on60 .ox5fz { display: none; }
@media (max-width: 640px) { .ox5fz { display: none; } }
.ox5fz { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ox5fz:hover { opacity: 0.85; }
.g8097 .ox5fz { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.r7jxn .ox5fz,
.g3mob  .ox5fz { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.r7jxn .ox5fz:hover,
.g3mob  .ox5fz:hover { opacity: 0.88; }
.g8097.r7jxn .ox5fz,
.g8097.g3mob  .ox5fz { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.zoxr {
  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;
}
.zoxr:hover { transform: translateY(-2px); opacity: 0.92; }
.zoxr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.d3elp .zoxr { display: none; }
.dbr6 .zoxr { right: 32px; }
.b13hl  .zoxr { left: 32px; }
@media (max-width: 480px) {
  .dbr6 .zoxr { right: 20px; bottom: 20px; }
  .b13hl  .zoxr { left: 20px; bottom: 20px; }
}
.zkxe { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.c7v8t1ja { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qbxuyzki { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.jo9apj3 { color: var(--text-dim); font-size: 0.8rem; }
.ba6km { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ba6km img { height: 26px; width: auto; object-fit: contain; }
.ekzedk7u .c7v8t1ja { text-align: center; }
.ekzedk7u .qbxuyzki { margin-top: 0; }
@media (max-width: 640px) {
  .c7v8t1ja { padding-left: 16px; padding-right: 16px; }
  .ycpu7j .c7v8t1ja { padding: 20px 16px; }
  .u7jmuq { gap: 4px 12px; }
  .qbxuyzki { font-size: 0.78rem; }
}
.u5yrpgmw .ni317yn .ba6km { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.u5yrpgmw .qbxuyzki { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.u5yrpgmw .jo9apj3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .u5yrpgmw .oqlg6 { grid-template-columns: 1fr 1fr; } .u5yrpgmw .ni317yn { grid-column: 1 / -1; } }
@media (max-width: 480px) { .u5yrpgmw .oqlg6 { grid-template-columns: 1fr; } }
.s9rsj .hby1pb6 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.s9rsj .ba6km { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.s9rsj .y97b5 { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.s9rsj .y97b5 a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.s9rsj .y97b5 a:hover { color: var(--accent-light); }
.jnitzg { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.s9rsj .ghxt5h2 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.s9rsj .jk9sej5u { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.s9rsj .jk9sej5u a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.s9rsj .jk9sej5u a:hover { color: var(--accent-light); }
.s9rsj .qbxuyzki { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .s9rsj .hby1pb6 { gap: 12px; } .s9rsj .ba6km { margin-right: 0; width: 100%; } }
.bnj0yh .tnqa .ba6km { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.bnj0yh .qbxuyzki { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.bnj0yh .jo9apj3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .bnj0yh .a882h { grid-template-columns: 1fr 1fr; } .bnj0yh .tnqa { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bnj0yh .a882h { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .h7sp .uo04lu0n { grid-template-columns: 1fr 1fr; } .h7sp .munuv:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h7sp .uo04lu0n { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .q3sqyrkz .uo04lu0n { grid-template-columns: 1fr; } }
.d093usq .c7v8t1ja { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.rtaupb5 .hxmuoh      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.rtaupb5 .zkxe { background: var(--bg-page); border-top-color: var(--border-alt); }
.srvnp .hxmuoh      { background: #0d1117; border-bottom-color: #21262d; }
.srvnp .asdyddaa { color: var(--accent-light); }
.srvnp .s7nk8g9 { --msep-color: #8b949e; }
.srvnp .s7nk8g9 a { color: #8b949e; }
.srvnp .s7nk8g9 a:hover { color: var(--accent-light); }
.srvnp .w253y { color: #8b949e; }
.srvnp .zkxe { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.srvnp .qbxuyzki,
.srvnp .jo9apj3 { color: #6e7681; }
.srvnp .lwbia a, .srvnp .y97b5 a,
.srvnp .jk9sej5u a { color: #8b949e; }
.srvnp .ba6km { color: #e6edf3; }
.srvnp .lwbia a:hover, .srvnp .y97b5 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .srvnp .s7nk8g9 { background: #0d1117; border-top-color: #21262d; }
  .srvnp .s7nk8g9 li a { border-bottom-color: #21262d; }
}
.fw8u0 .hxmuoh      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fw8u0 .asdyddaa { color: var(--accent-light); }
.fw8u0 .s7nk8g9 { --msep-color: #475569; }
.fw8u0 .s7nk8g9 a { color: #475569; }
.fw8u0 .s7nk8g9 a:hover { color: var(--accent-light); }
.fw8u0 .w253y { color: #64748b; }
.fw8u0 .zkxe { background: #f0f4f8; border-top-color: #cbd5e1; }
.fw8u0 .qbxuyzki,
.fw8u0 .jo9apj3 { color: #64748b; }
.fw8u0 .lwbia a, .fw8u0 .y97b5 a,
.fw8u0 .jk9sej5u a, .fw8u0 .ba6km { color: #374151; }
.fw8u0 .lwbia a:hover, .fw8u0 .y97b5 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .fw8u0 .s7nk8g9 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fw8u0 .s7nk8g9 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.r7jxn .hxmuoh      { background: var(--accent); border-bottom-color: var(--accent-light); }
.r7jxn .asdyddaa { color: #fff; }
.r7jxn .s7nk8g9 { --msep-color: rgba(255,255,255,0.82); }
.r7jxn .s7nk8g9 a { color: rgba(255,255,255,0.82); }
.r7jxn .s7nk8g9 a:hover { color: #fff; }
.r7jxn .w253y { color: rgba(255,255,255,0.9); }
.r7jxn .zkxe { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.r7jxn .qbxuyzki,
.r7jxn .jo9apj3 { color: rgba(255,255,255,0.72); }
.r7jxn .lwbia a, .r7jxn .y97b5 a,
.r7jxn .jk9sej5u a, .r7jxn .ba6km { color: #fff; }
.r7jxn .lwbia a:hover, .r7jxn .y97b5 a:hover { color: #fff; }
@media (max-width: 640px) {
  .r7jxn .s7nk8g9 { background: var(--accent); border-top-color: var(--accent-light); }
  .r7jxn .s7nk8g9 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.g3mob .hxmuoh {
  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);
}
.g3mob .zkxe {
  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) {
  .g3mob .s7nk8g9 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.q9kt .k1ykvz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.brgl .k1ykvz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.b6x13jc .k1ykvz { min-height: 72px; height: auto; }
.t6emcr .k1ykvz { min-height: 84px; height: auto; }
.ycpu7j .k1ykvz { max-width: none; padding: 0 32px; }
.ycpu7j .c7v8t1ja  { max-width: none; padding: 24px 32px; }
.kewr.blz6oa .k1ykvz { max-width: 1200px; }
.kewr.w4sk24 .k1ykvz { max-width: 1320px; }
.nqsk   .asdyddaa, .nqsk   .ba6km { text-transform: capitalize; }
.obqsuqqp .asdyddaa, .obqsuqqp .ba6km { text-transform: lowercase; }
.ieb865 .asdyddaa, .ieb865 .ba6km { text-transform: uppercase; letter-spacing: 0.06em; }
.us2f, .d30ypdn {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vhb3e5d .us2f,
.vhb3e5d .d30ypdn { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.thbt4 .us2f,
.thbt4 .d30ypdn { 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; }
.x33zh9 .us2f,
.x33zh9 .d30ypdn { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.evq9 .us2f,
.evq9 .d30ypdn { 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; }
.i138dht   .s7nk8g9 a { font-weight: 500; }
.ajin7h .s7nk8g9 a { font-weight: 600; }
.nyzbjd     .s7nk8g9 a { font-weight: 700; }
.sbzi    .s7nk8g9 a { font-weight: 800; letter-spacing: 0.01em; }
.dua8     .s7nk8g9 > li + li::before,
.csom    .s7nk8g9 > li + li::before,
.v5ho7sv    .s7nk8g9 > li + li::before,
.clabtw7 .s7nk8g9 > li + li::before,
.ohs4 .s7nk8g9 > li + li::before,
.kx0ob5ry  .s7nk8g9 > li + li::before,
.gaov    .s7nk8g9 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.dua8     .s7nk8g9 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.csom    .s7nk8g9 > li + li::before { content: "|"; }
.v5ho7sv    .s7nk8g9 > li + li::before { content: "—"; }
.clabtw7 .s7nk8g9 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ohs4 .s7nk8g9 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kx0ob5ry  .s7nk8g9 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.gaov    .s7nk8g9 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .xdiqmxgo .w253y,
  .xcis01ug .w253y,
  .x9iw9b .w253y,
  .g1ys0ky9 .w253y,
  .qolkm3q .w253y {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .xdiqmxgo .w253y::before,
  .xcis01ug .w253y::before,
  .x9iw9b .w253y::before,
  .g1ys0ky9 .w253y::before,
  .qolkm3q .w253y::before { content: ""; display: block; flex-shrink: 0; }

  
  .xdiqmxgo .w253y::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;
  }

  
  .xcis01ug .w253y::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;
  }

  
  .x9iw9b .w253y::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;
  }

  
  .g1ys0ky9 .w253y::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;
  }

  
  .qolkm3q .w253y::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) {
  .ylk69ug .w253y {
    padding: 5px 14px;
  }
  .ylk69ug .s7nk8g9 {
    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;
  }
  .ylk69ug .s7nk8g9 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ylk69ug .s7nk8g9 li a:hover { background: var(--bg-raised); }
  .ylk69ug .wk07,
  .eozqhla8 .wk07,
  .vk041me8 .wk07 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .edss70 .w253y {
    padding: 5px 10px;
  }
  .edss70 .s7nk8g9 {
    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);
  }
  .edss70 .s7nk8g9.exa5l7m { transform: translateX(0); }
  .edss70 .s7nk8g9 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .edss70 .s7nk8g9 li:last-child a { border-bottom: none; }
  .r7jxn .s7nk8g9,
  .srvnp .s7nk8g9 { background: var(--accent) !important; }
  .r7jxn .s7nk8g9 li a,
  .srvnp .s7nk8g9 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vk041me8 .w253y {
    padding: 5px 10px;
  }
  .vk041me8 .s7nk8g9 {
    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);
  }
  .vk041me8 .s7nk8g9::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .vk041me8 .s7nk8g9.exa5l7m { transform: translateY(0); }
  .vk041me8 .s7nk8g9 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .o5ec .w253y {
    padding: 5px 10px;
  }
  .o5ec .s7nk8g9 {
    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;
  }
  .o5ec .s7nk8g9.exa5l7m { opacity: 1; pointer-events: auto; }
  .o5ec .s7nk8g9 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lfmgrc     .w253y { border-radius: 0 !important; }
  .xc9f   .w253y { border-radius: 8px !important; }
  .rp1nm65b .w253y { border-radius: 50% !important; }
  .xyxfi   .w253y { border-radius: 999px !important; }
}
.ouydv .btc9z { height: 36px; }
.olc2eln .btc9z { height: 60px; max-width: 200px; }
.kv0d .btc9z { height: 76px; max-width: 240px; }
.fck4ge2k    .x8qa, .fck4ge2k    .b3cr { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .tbbt .ena6cx {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .tbbt .zm40fi {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .tbbt .zm40fi { padding: 40px 16px 20px; }
  .tbbt .nr5oq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .tbbt .a765 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .x5200 .zm40fi {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .x5200 .zm40fi::before {
    position: absolute; top: 14px; left: 14px;
  }
  .x5200 .lqv5bft {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .x5200 .s76xkr { white-space: normal; text-align: center; font-size: 1.2rem; }
  .x5200 .nr5oq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .x5200 .a765 { width: 100%; min-width: 0; }
  .x5200 .x8qa { min-width: 0; }
}
.mmkxj .ena6cx { counter-reset: cs-rank; }
.mmkxj .zm40fi::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.y4ikmy7 .hrr3 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.y4ikmy7 .hrr3 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.y4ikmy7 .hrr3 p { padding: 0 2px 16px; }
.ai6qqx .hrr3 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ai6qqx .hrr3 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ai6qqx .hrr3 summary::after { content: "›"; font-size: 1.2em; }
.ai6qqx .hrr3[open] summary::after { content: "‹"; }
.ai6qqx .hrr3 p { padding: 10px 22px 4px; }
.p1k16re5 .hrr3 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.p1k16re5 .hrr3 summary { color: var(--text-primary); padding-left: 16px; }
.p1k16re5 .hrr3 summary::after { content: "›"; font-size: 1.1em; }
.p1k16re5 .hrr3[open] summary::after { content: "‹"; }
.p1k16re5 .hrr3 p { padding-left: 16px; }
.f8rwndvq .ikyh { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.f8rwndvq .hrr3 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.f8rwndvq .hrr3:last-child { border-bottom: none; }
.f8rwndvq .hrr3 summary { color: var(--text-primary); border-radius: 0; }
.f8rwndvq .hrr3 summary::after { content: "›"; font-size: 1.1em; }
.f8rwndvq .hrr3[open] summary::after { content: "‹"; }
.cm2x .hrr3 { overflow: hidden; }
.cm2x .hrr3 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.cm2x .hrr3 summary::after { color: rgba(255,255,255,.75); }
.cm2x .hrr3[open] summary { border-radius: 0; }
.yjh98pf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.afb7o {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.kjt9wx {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.wjomzfd8 { color: var(--text-muted); font-size: 1.05rem; }
.oi6i9a {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.jt57 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.eh49 { margin-bottom: 20px; }
.ejydu4i {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.o9lu9z7r {
  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;
}
.o9lu9z7r:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.ad24fiqk { resize: vertical; min-height: 130px; }
.vd94i2 { width: 100%; margin-top: 8px; }
.r8n1l6 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.k0ok {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.nryrh { color: var(--text-muted); line-height: 1.75; }
.ru9yrp { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ru9yrp li { margin-bottom: 6px; }
.kmrh { max-width: 760px; margin: 0 auto; }
.qjufi { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.bxl4b { max-width: 760px; margin: 0 auto; }
.d4bba0 ul.ru9yrp { margin: 0; }
@media (max-width: 640px) { .do1n6 { grid-template-columns: 1fr; gap: 10px; } }
.s0br { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.b1ko { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.gnnqcwn { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.b1ko p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.b1ko .ru9yrp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .s0br { grid-template-columns: 1fr; } }
.dx09pyk ul.ru9yrp { margin: 0; }
.zz5969 .ru9yrp,
.wwly0cv .ru9yrp,
.rvf4e .ru9yrp,
.kt0wdnf .ru9yrp {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .fhfx7y { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .iih7ru2 { grid-template-columns: 1fr; } .red9ldw1 { position: static; text-align: center; } }
@media (max-width: 860px) { .pzzc0 { grid-template-columns: 1fr; } }
.kt0wdnf .ru9yrp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .x8l4a { flex-direction: column; text-align: center; } .mcv6xlq { grid-template-columns: 1fr; } }
.eolx .kjt9wx { color: var(--accent-light); }
.jb14ih .kjt9wx { font-size: 2rem; }
.jb14ih .wjomzfd8 { max-width: 680px; }
.hjs10v .kjt9wx { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.hjs10v .wjomzfd8  { margin: 0; }
@media (max-width: 640px) { .hjs10v { flex-direction: column; } }
.pmnq {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.pmnq .kjt9wx { color: var(--accent-light); }
.dbkcm .kjt9wx { color: #fff; }
.dbkcm .wjomzfd8  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .yzv3me { grid-template-columns: 1fr; } }
.b8ls .o9lu9z7r {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.b8ls .o9lu9z7r:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.tvaxn49 .o9lu9z7r { background: var(--bg-raised); border-color: transparent; }
.tvaxn49 .o9lu9z7r:focus { background: var(--bg-card); border-color: var(--accent-light); }
.uqkmab .o9lu9z7r { border-radius: 100px; padding: 11px 20px; }
.uqkmab .ad24fiqk { border-radius: 14px; }
.p6khgva {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.p6khgva summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.p6khgva summary::-webkit-details-marker { display: none; }
.p6khgva summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.p6khgva[open] summary::after { content: "−"; }
.p6qmep {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .qkaa { grid-template-columns: 1fr; } }
.rzk31n { counter-reset: priv-count; }
.iq75fa3l {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.iq75fa3l:last-child { border-bottom: none; }
.a0d5 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.iq75fa3l h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.iq75fa3l p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.y8xkmy { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.y8xkmy li { margin-bottom: 6px; }
.o06060ce{display:none}
.o06060ce:empty,.pa3yb:empty{display:none}
.w9j1nz7i{position:relative;overflow:visible}
.iteyc6en .gs9uwa7,.e4glezh .gs9uwa7,
.thknb .gs9uwa7,.n4rbe5l6 .gs9uwa7,
.t0w94n .gs9uwa7,.e3mg1oas .gs9uwa7{display:block}
.z4l46v9 .zrxx{display:block}
.iteyc6en .gs9uwa7,.e4glezh .gs9uwa7,
.thknb .gs9uwa7,.n4rbe5l6 .gs9uwa7,
.t0w94n .gs9uwa7{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.iteyc6en .gs9uwa7 .pa3yb,.e4glezh .gs9uwa7 .pa3yb,
.thknb .gs9uwa7 .pa3yb,.n4rbe5l6 .gs9uwa7 .pa3yb,
.t0w94n .gs9uwa7 .pa3yb{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}
.iteyc6en .sldwvb,.e4glezh .sldwvb,
.thknb .sldwvb,.n4rbe5l6 .sldwvb,
.t0w94n .sldwvb{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.iteyc6en .gs9uwa7,.e4glezh .gs9uwa7{top:12px}
.iteyc6en .gs9uwa7 .pa3yb{margin-right:auto}
.e4glezh .gs9uwa7 .pa3yb{margin-left:auto}
.e4glezh .gs9uwa7{text-align:right}
.thknb .gs9uwa7,.n4rbe5l6 .gs9uwa7{bottom:12px}
.thknb .gs9uwa7 .pa3yb{margin-right:auto}
.n4rbe5l6 .gs9uwa7 .pa3yb{margin-left:auto}
.n4rbe5l6 .gs9uwa7{text-align:right}
.t0w94n .gs9uwa7{position:relative;margin-top:16px}
.t0w94n .gs9uwa7 .pa3yb{margin:0 auto}
.e3mg1oas .gs9uwa7{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.e3mg1oas .gs9uwa7 .pa3yb{margin:0}
.e3mg1oas .dqcj~.gs9uwa7,
.e3mg1oas .tpzjrkhz~.gs9uwa7{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.e3mg1oas .dqcj~.gs9uwa7 .pa3yb,
.e3mg1oas .tpzjrkhz~.gs9uwa7 .pa3yb{justify-content:flex-start}
.dqcj~.gs9uwa7,.tpzjrkhz~.gs9uwa7{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}
.dqcj~.gs9uwa7 .pa3yb{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.tpzjrkhz~.gs9uwa7 .pa3yb{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zrxx .pa3yb{margin:0 0 12px}
.pa3yb{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.sldwvb{white-space:nowrap}
.las4bb .sldwvb{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.hztha .sldwvb{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}
.ct8v .pa3yb{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.gusc4 .sldwvb{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.rms0ffvy .sldwvb{color: var(--accent-light);opacity:1;font-weight:500}
.ng3c8ame .sldwvb{border-bottom:1px solid currentColor;padding-bottom:2px}
.ksi0kimq .pa3yb{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.d4sd{--date-bg:transparent}
.rzb5co0 .sldwvb + .sldwvb::before{content:"•";margin-right:6px;opacity:.4}
.f7qxca .sldwvb + .sldwvb::before{content:"/";margin-right:6px;opacity:.35}
.y026p6 .sldwvb + .sldwvb::before{content:"|";margin-right:6px;opacity:.3}
.r6ampd .sldwvb + .sldwvb::before{content:"—";margin-right:6px;opacity:.3}
.oafl92c0 .sldwvb + .sldwvb::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.mkc50zq .sldwvb + .sldwvb::before{content:"·";margin-right:6px;opacity:.4}
.tv3w .gkulic::before{content:"›";opacity:.4}
.tv3w .sldwvb + .sldwvb::before{content:"›";margin-right:6px;opacity:.4}
.o2ppsx .sldwvb + .sldwvb::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.n3fnatc1 .fzc2l{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .fzc2l{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .wdw3xzo{max-width:100%}
}
:root {
  --accent:          #780c83;
  --brand:           #780c83;
  --brand-light:     #5d0f65;
  --brand-pale:      #7f1e89;
  --grad-start:      #c513d7;
  --grad-end:        #d345e2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #780c83;
  --cta-light:       #570660;
  --cta-hover:       #44064a;
  --bg-page:         #f8f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f6;
  --bg-raised:       #f1edf1;
  --bg-hover:        #f5f3f6;
  --border:          #e8e1e9;
  --border-alt:      #dbcfdd;
  --border-section:  #e8e1e9;
  --text-primary:    #1b161c;
  --text-muted:      #605062;
  --text-body:       #372d38;
  --text-sub:        #524454;
  --text-faint:      #89728c;
  --text-dim:        #a18ea3;
  --text-label:      #6e5b70;
  --text-value:      #443946;
  --accent-bg:       #f3dff5;
  --accent-bg-light: #edc4f1;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9684;
  --c-cons:          #9f2136;
  --c-pros-label:    #0eb39d;
  --c-tip-border:    #10c6ad;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9684;
}
:root { --logo-bg-opacity: 73%; }
body, button, input { font-family: "Kanit", sans-serif; }
.i3i4eo .m1tsvlnx { font-size: 0; width: 1.2rem; flex-shrink: 0; }.i3i4eo .m1tsvlnx::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.i3i4eo .kb4fmxjx     .m1tsvlnx::before { content: "";  color: var(--c-tip-border); }.i3i4eo .nore6 .m1tsvlnx::before { content: ""; color: var(--c-warn-border); }.i3i4eo .dw9qa6mg    .m1tsvlnx::before { content: ""; color: #60a5fa; }.i0wyl2u .i3i4eo .kb4fmxjx     .m1tsvlnx::before { color: #10b981; }.i0wyl2u .i3i4eo .nore6 .m1tsvlnx::before { color: #f43f5e; }.i0wyl2u .i3i4eo .dw9qa6mg    .m1tsvlnx::before { color: #a855f7; }.qc6f  .i3i4eo .kb4fmxjx     .m1tsvlnx::before { color: #eab308; }.qc6f  .i3i4eo .nore6 .m1tsvlnx::before { color: #ef4444; }.qc6f  .i3i4eo .dw9qa6mg    .m1tsvlnx::before { color: #f97316; }.oguz  .i3i4eo .kb4fmxjx     .m1tsvlnx::before { color: #38bdf8; }.oguz  .i3i4eo .nore6 .m1tsvlnx::before { color: #818cf8; }.oguz  .i3i4eo .dw9qa6mg    .m1tsvlnx::before { color: #2dd4bf; }.eah5z .i3i4eo .m1tsvlnx::before { color: var(--accent-light) !important; }
.rogyqk .ugwrvqj li::before, .rogyqk .ds26po1 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.rogyqk .ugwrvqj li::before { content: ""; }.rogyqk .ds26po1 li::before { content: ""; }.rogyqk .qpdq6c::before, .rogyqk .lchyg1g::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.rogyqk .qpdq6c::before { content: ""; }.rogyqk .lchyg1g::before { content: ""; }
.kibqi8tk .ecyr9vg, .kibqi8tk .dqcj { min-height: 520px; }
.y2hwkbvt::before { content: '>'; }
.r45g .sldwvb::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.r45g .sldwvb:first-of-type::before{content:"\f15b"}.r45g .sldwvb:last-of-type::before{content:"\f044"}