: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;
}
.xprm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.v8dllos {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.nxtwu {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ostwc5bi { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.xrxg1dwc { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.xrxg1dwc a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.xrxg1dwc a:hover { color: var(--accent-light); }
.cknb  .ghu4jo { border-radius: 14px; }
.cknb .ghu4jo li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.cknb .ghu4jo li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.rl9f .ghu4jo li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .ghu4jo {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .jy1fudr:hover .ghu4jo,
  .jy1fudr:focus-within .ghu4jo { display: block; }
  .ghu4jo li a { padding: 8px 16px; font-size: 0.88rem; }
}
.n1poev {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.konly5 { display: none; }
@media (max-width: 640px) {
  .konly5 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .konly5.d3so3ls { display: block; }
}
@media (max-width: 640px) {
  .n1poev { display: block; }
  .xrxg1dwc > li + li::before { display: none !important; }
  .xrxg1dwc {
    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;
  }
  .xrxg1dwc.d3so3ls { display: flex; }
  .xrxg1dwc li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .xrxg1dwc li:last-child a { border-bottom: none; }
}
.owtzohw { min-height: 480px; }
.pzmq12 {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ltkp4mt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wb9fc6 .ltkp4mt { margin-left: 0; margin-right: 0; }
.vy9g {
  background: var(--accent); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.vy9g:hover { opacity: 0.88; }
.cwgszmux .pzmq12 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.cwgszmux .ltkp4mt { color: #e2e8f0; }
.cwgszmux.ko9fd .u7fm { text-align: center; }
.uabcap1y .pzmq12 { color: var(--text-primary); text-shadow: none; }
.uabcap1y .ltkp4mt { color: var(--text-muted); }
.uabcap1y .vy9g { margin-top: 16px; }
.uabcap1y, .uabcap1y.owtzohw { min-height: auto !important; }
.uabcap1y.ko9fd .u7fm { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@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); }
}
.l7q2 .ifg8,
.l7q2 .vnpurko9,
.l7q2 .cwgszmux .zn9mv {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ifg8 .pzmq12 { color: #fff; }
.ifg8 .ltkp4mt { color: rgba(255,255,255,0.85); }
.ifg8 .vy9g { background: #fff; color: var(--accent); }
.ifg8 .vy9g:hover { opacity: 0.92; }
.ghlh .fp0r843g { position: relative; overflow: hidden; }
.ghlh .fp0r843g::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.cezqxz .fp0r843g {
  animation: hg-breathe 7s ease-in-out infinite;
}
.kfpv .fp0r843g { position: relative; overflow: hidden; }
.kfpv .fp0r843g::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;
}
.ohaf38e .fp0r843g { position: relative; overflow: hidden; }
.ohaf38e .fp0r843g::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.l7q2 .fp0r843g {
  animation: hg-fadein 1.2s ease-out both;
}
.fp0r843g {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.hngs {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.kkmk0b {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.fp0r843g .pzmq12 { text-shadow: none; color: var(--accent-pale); }
.fp0r843g .ltkp4mt { color: var(--text-muted); }
.fp0r843g.ko9fd .hngs { align-items: center; text-align: center; }
.fp0r843g.wb9fc6   .hngs { align-items: flex-start; text-align: left; }
.ihddaj .kkmk0b { position: relative; }
.ihddaj .kkmk0b::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.ihddaj.u15mnw5 .kkmk0b::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.zths .kkmk0b {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.zths.u15mnw5 .kkmk0b { padding: 32px 0 32px 32px; }
.yamqeg .kkmk0b {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.u15mnw5 .hngs {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.yamqeg.u15mnw5 .kkmk0b { padding: 40px 16px 40px 48px; }
.qzo3w6 .aah0bc {
  display: flex !important; flex-direction: column; justify-content: center;
  gap: 6px; padding: 28px 24px;
}
.yr39ysu {
  display: flex; align-items: center; gap: 10px; width: 100%;
  background: var(--bg-card); border: 1px solid var(--border-alt);
  overflow: hidden;
  border-radius: 10px; padding: 10px 16px;
  text-decoration: none; color: var(--text-primary);
  transition: background .15s;
}
.yr39ysu:hover { background: var(--bg-hover); }
.sawbhx6a .kkmk0b { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .fp0r843g { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .fp0r843g .kkmk0b { display: none !important; }
  .sawbhx6a .kkmk0b { display: none !important; }
  .lln0rz .hqbz { display: none !important; }
  .qzo3w6 .aah0bc { display: none !important; }
  .hngs  { padding: 36px 24px; }
  .fp0r843g~.ziozo5c9,.u15mnw5~.ziozo5c9{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .owtzohw, .fp0r843g { min-height: 320px !important; }
  
  .pzmq12 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .jubb { display: none !important; }
  
  .ekx9l2 { flex-direction: column; align-items: center; }
  .cvjhc { width: 100%; max-width: 340px; }
}
.dnfmi { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.npyg9yz9 { width: 100%; height: 300px; object-fit: cover; display: block; }
.ii6q .dnfmi        { border-radius: 16px; }
.ii6q .npyg9yz9  { border-radius: 16px; }
.ljgq9 .dnfmi         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ljgq9 .npyg9yz9   { border-radius: 8px; }
.bpyu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.gajh6y78 { width: 100%; padding: 32px 0; position: relative; }
.lpmhevn { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.djxhh .gajh6y78:nth-child(even) { background: var(--bg-surface); }
.djxhh .gajh6y78:nth-child(odd)  { background: var(--bg-page); }
.aklstdb8 .gajh6y78:nth-child(even) { background: var(--bg-card); }
.aklstdb8 .gajh6y78:nth-child(odd)  { background: var(--bg-page); }
.djxhh .gajh6y78:nth-child(odd)  .lpmhevn { background: var(--bg-card); border-radius: 6px; }
.djxhh .gajh6y78:nth-child(even) .lpmhevn { background: var(--bg-raised); border-radius: 6px; }
.aklstdb8 .gajh6y78:nth-child(odd)  .lpmhevn { background: var(--bg-card); border-radius: 6px; }
.aklstdb8 .gajh6y78:nth-child(even) .lpmhevn { background: var(--bg-raised); border-radius: 6px; }
.djxhh .gajh6y78:nth-child(even) .idqp128 .nvdrvt,
.aklstdb8 .gajh6y78:nth-child(even) .idqp128 .nvdrvt { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.djxhh .gajh6y78:nth-child(odd) .idqp128 .nvdrvt,
.aklstdb8 .gajh6y78:nth-child(odd) .idqp128 .nvdrvt { background: var(--bg-card-inner); }
.djxhh .gajh6y78:nth-child(even) .j2l3qg2 .nvdrvt:nth-child(odd),
.aklstdb8 .gajh6y78:nth-child(even) .j2l3qg2 .nvdrvt:nth-child(odd)  { background: var(--bg-card); }
.djxhh .gajh6y78:nth-child(even) .j2l3qg2 .nvdrvt:nth-child(even),
.aklstdb8 .gajh6y78:nth-child(even) .j2l3qg2 .nvdrvt:nth-child(even) { background: var(--bg-card-inner); }
h1.tss4c { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.tss4c {
  font-size: 1.6rem; font-weight: 700; color: var(--accent-light);
  margin: 0 0 16px;
  
}
h3.k6ibdkgf { font-size: 1.2rem; font-weight: 700; color: var(--accent-pale); margin: 0 0 10px; }
.qpgdow2 h2.tss4c {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.wtbb5h h2.tss4c {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.tr0fj8qp h2.tss4c {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.lk6h92h1 h2.tss4c::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ebte h2.tss4c {
  color: var(--text-primary); font-size: 1.7rem;
}
.tq7cli5r h2.tss4c::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.d8z1 h2.tss4c {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.heg3ke { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .heg3ke { display: none; } }
.d39k35cv { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.oc3w3euf { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.nu4cij {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.bxg06iqi { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.cjqnr49h { padding-left: 20px; }
.cjqnr49h li { margin-bottom: 6px; }
.cjqnr49h a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.cjqnr49h a:hover { color: var(--accent-light); }
.suzg .bxg06iqi { display: none; }
.ev1855g1 .bxg06iqi { display: none; }
.ev1855g1 .cjqnr49h { padding-left: 0; list-style: none; }
.ev1855g1 .cjqnr49h li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.ev1855g1 .cjqnr49h a { font-size: 0.92rem; }
.v8zd0dpp .nu4cij { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.v8zd0dpp .bxg06iqi { display: none; }
.v8zd0dpp .cjqnr49h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.v8zd0dpp .cjqnr49h li { margin-bottom: 0; }
.v8zd0dpp .cjqnr49h 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;
}
.v8zd0dpp .cjqnr49h a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.bkw4ta .nu4cij { padding: 20px 20px 16px; }
.bkw4ta .cjqnr49h {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.bkw4ta .cjqnr49h li { counter-increment: toc-c; margin-bottom: 0; }
.bkw4ta .cjqnr49h a {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-card); border-radius: 8px;
  padding: 9px 12px; border: 1px solid var(--border);
  font-size: 0.88rem; color: var(--text-muted);
}
.bkw4ta .cjqnr49h a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700;
}
.bkw4ta .cjqnr49h a:hover { color: var(--accent-light); border-color: var(--accent); }
.o8k6a0 .nu4cij { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.o8k6a0 .bxg06iqi { display: none; }
.o8k6a0 .cjqnr49h { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.o8k6a0 .cjqnr49h li { margin-bottom: 0; }
.o8k6a0 .cjqnr49h li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.o8k6a0 .cjqnr49h li:last-child::after { content: ""; margin-right: 0; }
.o8k6a0 .cjqnr49h a { font-size: 0.9rem; }
.nvdrvt { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.idqp128 .nvdrvt { background: var(--bg-card); }
.j2l3qg2 .nvdrvt:nth-child(odd)  { background: var(--bg-card); }
.j2l3qg2 .nvdrvt:nth-child(even) { background: var(--bg-raised); }
.t10rdupy .nvdrvt {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.t10rdupy .nvdrvt:last-child { border-bottom: none; }
.t10rdupy h3.k6ibdkgf { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ga8gqcnq .nvdrvt {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ga8gqcnq .nvdrvt + .nvdrvt { margin-top: 4px; }
.rn14tyv .nvdrvt { background: none; border-radius: 0; padding: 12px 0; }
.rn14tyv .nvdrvt + .nvdrvt { border-top: 1px solid var(--border-section); }
.fyzklvvs { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.qsv3 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.xqe7 { color: var(--text-body); margin-bottom: 10px; }
.xs3g06, .xpbc8a { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xs3g06 li, .xpbc8a li { margin-bottom: 6px; }
.xpbc8a li { list-style: decimal; }
.zfmld     .xs3g06 { list-style-type: "● "; }
.ml0fexf  .xs3g06 { list-style-type: "■ "; }
.gj3dyxhf .xs3g06 { list-style-type: "◆ "; }
.tzut    .xs3g06 { list-style-type: "★ "; }
.tzut    .p9br7au { list-style-type: "★ "; }
.zfmld    .xs3g06 li::marker, .zfmld    .p9br7au li::marker,
.ml0fexf .xs3g06 li::marker, .ml0fexf .p9br7au li::marker,
.gj3dyxhf .xs3g06 li::marker, .gj3dyxhf .p9br7au li::marker,
.tzut   .xs3g06 li::marker, .tzut   .p9br7au li::marker {
  color: var(--accent); font-size: 0.8em;
}
.zfmld .xpbc8a,
.ml0fexf .xpbc8a,
.gj3dyxhf .xpbc8a,
.tzut .xpbc8a {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.zfmld .xpbc8a li,
.ml0fexf .xpbc8a li,
.gj3dyxhf .xpbc8a li,
.tzut .xpbc8a li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.zfmld .xpbc8a li::before,
.ml0fexf .xpbc8a li::before,
.gj3dyxhf .xpbc8a li::before,
.tzut .xpbc8a 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;
}
.zfmld     .xpbc8a li::before { border-radius: 50%; }
.ml0fexf  .xpbc8a li::before { border-radius: 3px; }
.gj3dyxhf .xpbc8a li::before { border-radius: 3px; }
.tzut    .xpbc8a li::before { border-radius: 50%; }
.h45hkrdz { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.z6ip .h45hkrdz,
.zyapr2p9 .h45hkrdz { background: transparent; border: none; border-radius: 0; }
.lr87o { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.lr87o th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.lr87o td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.lr87o tr:hover td { background: var(--bg-hover); }
.pjww3 .lr87o tbody tr:nth-child(even) td { background: var(--bg-surface); }
.vpbf .lr87o { border: 1px solid var(--border-alt); }
.vpbf .lr87o th,
.vpbf .lr87o td { border: 1px solid var(--border-alt); }
.uqxo6fk .lr87o th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.uqxo6fk .lr87o td { border-bottom: none; }
.uqxo6fk .lr87o tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.i7ut3x0 .lr87o th {
  background: var(--accent); color: #fff; letter-spacing: 0.03em;
}
.cm98ypv .h45hkrdz {
  overflow: hidden;
}
.cm98ypv .lr87o th { border-bottom: 1px solid var(--border-alt); }
.cm98ypv .lr87o tr:last-child td { border-bottom: none; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.a49qmfya { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.c1pegss  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.sojl37f { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.uurcuct { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.a49qmfya strong { color: var(--text-primary); font-size: 0.95rem; }
.a49qmfya p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.udj942w { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.pk100, .z2mzy { border-radius: 8px; padding: 14px; }
.pk100 { background: var(--bg-pros); }
.z2mzy { background: var(--bg-cons); }
.jx3xgpd { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.pk100 .jx3xgpd { color: var(--c-pros-label); }
.z2mzy .jx3xgpd { color: #f87171; }
.pk100 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.z2mzy ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.npyg9yz9 { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; display: block; }
.ztyu5 {
  background: var(--accent); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.ztyu5:hover { opacity: 0.85; }
.vjh5w .ztyu5  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.vjh5w .ztyu5:hover  { background: var(--accent); color: #fff; opacity: 1; }
.wie06 .ztyu5  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.wie06 .ztyu5:hover  { background: var(--accent); color: #fff; opacity: 1; }
.dlog .vy9g { border-radius: 50px; }
.dlog .ztyu5  { border-radius: 50px; }
.e4ba5 .vy9g { padding-left: 22px; padding-right: 22px; }
.e4ba5 .ztyu5  { padding-left: 12px; padding-right: 12px; }
.rc0r92p2 .vy9g { padding-left: 44px; padding-right: 44px; }
.rc0r92p2 .ztyu5  { padding-left: 24px; padding-right: 24px; }
.jxg9h0mi .vy9g { padding-left: 56px; padding-right: 56px; }
.jxg9h0mi .ztyu5  { padding-left: 32px; padding-right: 32px; }
.x9f8   .vy9g::after, .x9f8   .ztyu5::after,
.yse1fzgq .vy9g::after, .yse1fzgq .ztyu5::after,
.soc1hp6    .vy9g::after, .soc1hp6    .ztyu5::after,
.tmhdd    .vy9g::after, .tmhdd    .ztyu5::after,
.t4261    .vy9g::after, .t4261    .ztyu5::after,
.nohrau     .vy9g::after, .nohrau     .ztyu5::after,
.z2crsu    .vy9g::after, .z2crsu    .ztyu5::after,
.p3otca7   .vy9g::after, .p3otca7   .ztyu5::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;
}
.x9f8 .vy9g::after, .x9f8 .ztyu5::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");
}
.yse1fzgq .vy9g::after, .yse1fzgq .ztyu5::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");
}
.soc1hp6 .vy9g::after, .soc1hp6 .ztyu5::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");
}
.tmhdd .vy9g::after, .tmhdd .ztyu5::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");
}
.t4261 .vy9g::after, .t4261 .ztyu5::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");
}
.nohrau .vy9g::after, .nohrau .ztyu5::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");
}
.z2crsu .vy9g::after, .z2crsu .ztyu5::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");
}
.p3otca7 .vy9g::after, .p3otca7 .ztyu5::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");
}
.pk0yhm   .iwe1ia0d::after, .pk0yhm   .umfq5w2::after,
.w2y4n .iwe1ia0d::after, .w2y4n .umfq5w2::after,
.t91m8    .iwe1ia0d::after, .t91m8    .umfq5w2::after,
.fd6tjbv    .iwe1ia0d::after, .fd6tjbv    .umfq5w2::after,
.l89jwm8    .iwe1ia0d::after, .l89jwm8    .umfq5w2::after,
.l6hk8qs1     .iwe1ia0d::after, .l6hk8qs1     .umfq5w2::after,
.owyi5kz6    .iwe1ia0d::after, .owyi5kz6    .umfq5w2::after,
.s5ah7sk8   .iwe1ia0d::after, .s5ah7sk8   .umfq5w2::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;
}
.pk0yhm .iwe1ia0d::after, .pk0yhm .umfq5w2::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");
}
.w2y4n .iwe1ia0d::after, .w2y4n .umfq5w2::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");
}
.t91m8 .iwe1ia0d::after, .t91m8 .umfq5w2::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");
}
.fd6tjbv .iwe1ia0d::after, .fd6tjbv .umfq5w2::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");
}
.l89jwm8 .iwe1ia0d::after, .l89jwm8 .umfq5w2::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");
}
.l6hk8qs1 .iwe1ia0d::after, .l6hk8qs1 .umfq5w2::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");
}
.owyi5kz6 .iwe1ia0d::after, .owyi5kz6 .umfq5w2::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");
}
.s5ah7sk8 .iwe1ia0d::after, .s5ah7sk8 .umfq5w2::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");
}
.jjr96tx8 { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }
.x9usf {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 10px 16px;
  display: flex; flex-direction: row; align-items: center; gap: 14px;
  transition: background .15s;
}
.x9usf > [itemprop="item"] { display: contents; }
.x9usf:hover { background: var(--bg-hover); }
.lmr2nhz {
  background: var(--accent-bg);
  border-radius: 8px; padding: 4px 8px;
  display: flex; align-items: center; justify-content: center;
  min-width: 56px; height: 42px; flex-shrink: 1;
}
.sa5eqp .lmr2nhz { background: #1a1a1a; }
.syryy .lmr2nhz { background: rgba(128,128,128,.12); }
.c66nxo7q .lmr2nhz { background: var(--bg-raised); }
.pi9ptn9 .lmr2nhz { background: transparent; padding: 0; }
.arbq { max-height: 34px; max-width: 80px; object-fit: contain; }
.vc0l { display: flex; align-items: center; gap: 12px; flex-shrink: 1; min-width: 0; }
.cg8pby { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lljb7b { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.melkja { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.khf5lc { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.uj8z48uc { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.vq1bppio { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.vq1bppio.ztyu5 { padding-left: 16px !important; padding-right: 16px !important; }
@media (max-width: 720px) {
  .jjr96tx8 { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .jjr96tx8 .x9usf { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .jjr96tx8 .vc0l { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .jjr96tx8 .lmr2nhz { width: 100%; min-width: unset; height: 52px; }
  .jjr96tx8 .arbq { max-height: 40px; max-width: 110px; }
  .jjr96tx8 .cg8pby { min-width: unset; text-align: center; white-space: normal; }
  .jjr96tx8 .melkja { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .jjr96tx8 .vq1bppio { width: 100%; text-align: center; margin-left: 0; }
  .ktiw8y1 .x9usf { row-gap: 8px !important; gap: 8px !important; }
}
.skuw {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.zj0e {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.iv3h {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.iv3h img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ezhlno8 { flex: 1; }
.ezhlno8 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.e59fnp { color: var(--c-stars); font-size: 1.1rem; }
.woqmp4h { margin-bottom: 8px; }
.hb29r0ow { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.ykoyom::before   { content: "★ "; color: var(--accent); }
.q2gc2y9l { flex-shrink: 0; }
.bi6ghs img.qq2sa { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.z6ip { padding: 20px 24px; }
.y8wq3zwg { color: var(--text-muted); margin-bottom: 16px; }
.nx627ctl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.ya9yn, .figz7y { list-style: none; font-size: 0.9rem; }
.ya9yn li { color: var(--c-pros); margin-bottom: 4px; }
.figz7y li { color: var(--c-cons); margin-bottom: 4px; }
.ya9yn li::before { content: "✓"; margin-right: 5px; }
.figz7y li::before { content: "✗"; margin-right: 5px; }
.reg15prm .ya9yn li::before { content: "→"; }
.reg15prm .figz7y li::before { content: "–"; }
.qcikts  .ya9yn li::before { content: "★"; }
.qcikts  .figz7y li::before { content: "✕"; }
.kypcuo    .ya9yn li::before { content: "◆"; }
.kypcuo    .figz7y li::before { content: "▲"; }
.cmenk0ja  .ya9yn li::before { content: "▶"; }
.cmenk0ja  .figz7y li::before { content: "■"; }
.b9tc0 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.yaximg { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.me6pq7y { background: var(--bg-pros); color: var(--c-tag-pay); }
.dwtilc { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.oquyvu7 .dwtilc { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.dvdn92 .dwtilc { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .p731gz .q2u2o6e {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .p731gz .skuw { margin: 0; }
}
.vdt6zg .zj0e { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.vdt6zg .ezhlno8 h3 { color: var(--accent-light); }
.vdt6zg .iv3h { background: var(--bg-page); border: 1px solid var(--border); }
.chzj .skuw { border-top: 4px solid var(--accent); }
.chzj .zj0e { background: var(--bg-card); }
.m7dbkf6m .skuw { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.m7dbkf6m .zj0e { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.m7dbkf6m .z6ip { padding: 14px 16px; }
.m7dbkf6m .iv3h { border-radius: 4px; }
.m7dbkf6m .dwtilc { border-radius: 0; }
.wglh4oo5 .zj0e { padding: 0; gap: 0; overflow: hidden; }
.wglh4oo5 .iv3h { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.wglh4oo5 .ezhlno8 { padding: 16px 20px; }
.wglh4oo5 .q2gc2y9l { padding: 16px 20px; align-self: center; }
.asd1zw .e59fnp { font-size: .95rem; }
.zyapr2p9 .udj942w { gap: 10px; }
.zyapr2p9 .pk100, .zyapr2p9 .z2mzy { padding: 12px; }
.zyapr2p9 .pk100 ul, .zyapr2p9 .z2mzy ul { margin: 4px 0 0; padding-left: 18px; }
.zyapr2p9 .pk100 li, .zyapr2p9 .z2mzy li { font-size: .85rem; margin-bottom: 3px; }
.tpc4s6c5 .yaximg { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .gtyu2rob { grid-template-columns: 1fr; }
  .sgyy { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .sgyy .kfr1c1i { width: 72px; height: 50px; }
  .sgyy .qhzi { max-width: 180px; }
  .sgyy .s7xv11p { width: auto; }
}
.x7ue7rn0 .asd1zw .e59fnp { filter: brightness(1.2); }
@media (max-width: 720px) {
  .x7ue7rn0 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .picbfr { padding: 16px; }
  .jjkscx .zrqyuwm { min-width: 50%; }
}
.bu77 .udj942w { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .e29lw { grid-template-columns: 1fr; }
  .cg8mq9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bm59dqif { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .f7g070d { flex-wrap: wrap; padding: 16px; }
}
.f0b8zx .udj942w { gap: 8px; }
.f0b8zx .pk100, .f0b8zx .z2mzy { padding: 8px; }
@media (max-width: 480px) {
  .mwj2i { flex-direction: column; align-items: stretch; }
}
.cqu66 .s7xv11p .ztyu5 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gepukt { flex-direction: column; align-items: stretch; gap: 10px; }
  .cqu66 .s7xv11p { text-align: center; }
}
@media (max-width: 720px) {
  .r65l4lo { grid-template-columns: 1fr; }
  .w2xq95 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .enmyz6 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.hfqp .uyyd9 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.hcm5mkjq .e59fnp { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .jz8z { grid-template-columns: 1fr; }
  .hcm5mkjq { width: 100px; height: 100px; margin: 16px auto; }
  .hfqp { font-size: 1.4rem; }
  .swik { justify-content: center; }
  .ihnsmlpv .zrqyuwm { min-width: 50%; }
}
.gldv .udj942w { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .akc6hk3w { flex-wrap: wrap; padding: 14px 16px; }
  .scspk { padding: 12px 16px; }
  .gldv .udj942w { margin: 0 16px; }
  .gldv .tpc4s6c5 { padding: 0 16px; }
  .y3py { padding: 12px 16px; }
}
.b8vpheu .jjr96tx8 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px;
}
.b8vpheu .jjr96tx8 .x9usf:only-child {
  grid-column: 1 / -1; flex-direction: row; align-items: center; padding: 18px 24px; gap: 16px;
}
.b8vpheu .jjr96tx8 .x9usf:only-child .vc0l { flex-direction: row; width: auto; }
.b8vpheu .jjr96tx8 .x9usf:only-child .lmr2nhz { width: 72px; height: 52px; min-width: 72px; }
.b8vpheu .jjr96tx8 .x9usf:only-child .cg8pby { text-align: left; }
.b8vpheu .jjr96tx8 .x9usf:only-child .melkja { flex-direction: row; width: auto; border-top: none; padding-top: 0; }
.b8vpheu .jjr96tx8 .x9usf:only-child .vq1bppio { width: auto; }
.b8vpheu .jjr96tx8 .x9usf {
  flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px;
}
.b8vpheu .jjr96tx8 .vc0l { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
.b8vpheu .jjr96tx8 .lmr2nhz { width: 100%; min-width: unset; height: 52px; }
.b8vpheu .jjr96tx8 .cg8pby { min-width: unset; text-align: center; white-space: normal; }
.b8vpheu .jjr96tx8 .melkja {
  flex-direction: row; justify-content: space-between;
  width: 100%; border-top: 1px solid var(--border); padding-top: 5px;
}
.b8vpheu .jjr96tx8 .vq1bppio { width: 100%; text-align: center; margin-left: 0; }
@media (max-width: 640px) {
  .b8vpheu .jjr96tx8 .x9usf:only-child { flex-direction: column; align-items: center; gap: 10px; padding: 16px; }
  .b8vpheu .jjr96tx8 .x9usf:only-child .vc0l { flex-direction: column; width: 100%; align-items: center; }
  .b8vpheu .jjr96tx8 .x9usf:only-child .melkja { flex-direction: column; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; }
  .b8vpheu .jjr96tx8 .x9usf:only-child .vq1bppio { width: 100%; }
}
.b8vpheu .zj0e { gap: 14px; }
.j81o .khf5lc {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.j81o .uj8z48uc {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.j81o .lljb7b { color: var(--accent); }
.j81o .zj0e { background: var(--accent-bg); }
.j81o .ykoyom, .j81o .umf1d0, .j81o .u1rp34d {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.tnejkzv .melkja { flex-direction: column; align-items: flex-start; gap: 2px; padding-top: 6px; }
.tnejkzv .khf5lc {
  font-size: 0.67rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--text-muted); line-height: 1;
}
.tnejkzv .uj8z48uc {
  font-weight: 700; font-size: 0.85rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 2px 10px; display: inline-block;
}
.tnejkzv .lljb7b { color: var(--accent); }
.tnejkzv .zj0e { border-bottom: 2px solid var(--accent-bg); }
.tnejkzv .ykoyom, .tnejkzv .umf1d0, .tnejkzv .u1rp34d {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.sk5bz5 .x9usf { border-top: 3px solid var(--accent); }
.sk5bz5 .skuw { overflow: hidden; }
.sk5bz5 .zj0e { background: var(--accent-bg); }
.kbb6w .x9usf { padding: 8px 14px; gap: 12px; }
.kbb6w .lmr2nhz { height: 32px; min-width: 52px; }
.kbb6w .arbq { max-height: 24px; }
.kbb6w .cg8pby { font-size: 0.82rem; }
.kbb6w .zj0e { padding: 14px 18px; gap: 14px; }
.kbb6w .z6ip { padding: 14px 18px; }
.kbb6w .iv3h { width: 70px; }
.kbb6w .ezhlno8 h3 { font-size: 1.05rem; }
.x885hy2 .jjr96tx8 { gap: 0; }
.x885hy2 .x9usf {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.x885hy2 .x9usf:last-child { border-bottom: none; }
.x885hy2 .x9usf:nth-child(odd) { background: var(--accent-bg); }
.x885hy2 .x9usf:nth-child(odd):hover { background: var(--bg-hover); }
.ktiw8y1 .jjr96tx8 {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.ktiw8y1 .x9usf {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.ktiw8y1 .x9usf:last-child { border-bottom: none; }
.ktiw8y1 .lljb7b,
.ktiw8y1 .f8vq,
.ktiw8y1 .khqx { border-left: 1px solid var(--border); padding-left: 10px; }
.ktiw8y1 .cg8pby { padding: 0 10px; }
.c3b8zoa .vc0l { flex-direction: column; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.c3b8zoa .cg8pby { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.c3b8zoa .lmr2nhz { min-width: 80px; height: 52px; }
.c3b8zoa .arbq { max-height: 42px; max-width: 100px; }
.szj4gy .vc0l { flex-direction: column-reverse; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.szj4gy .cg8pby { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.szj4gy .lmr2nhz { min-width: 80px; height: 52px; }
.szj4gy .arbq { max-height: 42px; max-width: 100px; }
.h3hk .jjr96tx8 { gap: 12px; }
.h3hk .x9usf {
  padding: 18px 24px; gap: 20px; border-radius: 12px;
  min-height: 80px;
}
.h3hk .lmr2nhz {
  min-width: 90px; height: 64px; padding: 6px 12px; border-radius: 10px;
}
.h3hk .arbq { max-height: 52px; max-width: 120px; }
.h3hk .cg8pby { font-size: 1rem; }
.h3hk .melkja { font-size: .85rem; }
.h3hk .uj8z48uc { font-size: .9rem; }
.h3hk .vq1bppio.ztyu5 { padding: 10px 24px !important; font-size: .9rem; }
.yhkk6jv .jjr96tx8 { gap: 16px; }
.yhkk6jv .x9usf {
  padding: 24px 28px; gap: 24px; border-radius: 14px;
  min-height: 100px; border-width: 2px;
}
.yhkk6jv .lmr2nhz {
  min-width: 110px; height: 80px; padding: 8px 14px; border-radius: 12px;
  background: var(--bg-raised);
}
.yhkk6jv .arbq { max-height: 64px; max-width: 140px; }
.yhkk6jv .cg8pby { font-size: 1.1rem; font-weight: 800; }
.yhkk6jv .lljb7b { font-size: .95rem; letter-spacing: 2px; }
.yhkk6jv .melkja { font-size: .9rem; }
.yhkk6jv .uj8z48uc { font-size: .95rem; font-weight: 700; }
.yhkk6jv .khf5lc { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.yhkk6jv .vq1bppio.ztyu5 { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }
@media (max-width: 720px) {
  .b8vpheu .jjr96tx8,
  .kbb6w .jjr96tx8 {
    grid-template-columns: 1fr 1fr;
  }
  .b8vpheu .jjr96tx8 .x9usf:only-child,
  .kbb6w .jjr96tx8 .x9usf:only-child {
    grid-column: 1 / -1;
  }
  .kbb6w .jjr96tx8 .x9usf:only-child .lmr2nhz {
    height: 48px; min-width: 80px;
  }
  .kbb6w .jjr96tx8 .x9usf:only-child .arbq {
    max-height: 40px;
  }
}
.ubqp .f8vq { flex: 1.8; }
.ubqp .f8vq .uj8z48uc {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.ubqp .f8vq .khf5lc { font-weight: 700; color: var(--text-primary); }
.uh9er { display: none; }
.yw5n .lljb7b { display: none; }
.qc4h .lljb7b { font-size: 1rem; letter-spacing: 2px; }
.fluhzsj .lljb7b {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--accent); font-weight: 700; letter-spacing: .5px;
}
.rniksct1 .lljb7b,
.ps6n1e .lljb7b,
.d9rhbzzn .lljb7b { display: none; }
.rniksct1 .uh9er,
.ps6n1e .uh9er,
.d9rhbzzn .uh9er { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.rniksct1 .uh9er { font-size: 1.4rem; font-weight: 900; color: var(--accent); }
.rniksct1 .uh9er small { display: none; }
.ps6n1e .uh9er {
  font-size: 0.85rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 2px 10px; gap: 0;
}
.ps6n1e .uh9er small { font-size: 1em; font-weight: 600; color: var(--accent); opacity: 0.65; }
.d9rhbzzn .uh9er {
  font-size: 1rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 3px 9px; gap: 0;
}
.d9rhbzzn .uh9er small { display: none; }
.rniksct1 .woqmp4h .e59fnp,
.ps6n1e .woqmp4h .e59fnp,
.d9rhbzzn .woqmp4h .e59fnp { display: none; }
.rniksct1 .woqmp4h strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.rniksct1 .uyyd9 { display: none; }
.ps6n1e .woqmp4h strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.ps6n1e .rseh6w,
.ps6n1e .uyyd9 { font-size: 1em; }
.d9rhbzzn .woqmp4h strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.d9rhbzzn .uyyd9 { display: none; }
.gajh6y78 { margin-bottom: 0; }
.ygtxko9 h2.tss4c { color: var(--accent-light); border-color: var(--accent); }
.gxez0yo h2.tss4c { color: var(--accent-light); border-color: var(--accent); }
.zbzxlknu .c1pegss     { background: #052e16; border-color: #10b981; }
.zbzxlknu .sojl37f { background: #2d0a1e; border-color: #f43f5e; }
.zbzxlknu .a49qmfya strong  { color: #f1f5f9; }
.zbzxlknu .a49qmfya p       { color: #cbd5e1; }
.zbzxlknu .xainy31a    .c1pegss     .uurcuct::before,
.zbzxlknu .vlml  .c1pegss     .uurcuct::before,
.zbzxlknu .zuwc9vo  .c1pegss     .uurcuct::before,
.zbzxlknu .noxk87w .c1pegss     .uurcuct::before { color: #10b981; }
.zbzxlknu .xainy31a    .sojl37f .uurcuct::before,
.zbzxlknu .vlml  .sojl37f .uurcuct::before,
.zbzxlknu .zuwc9vo  .sojl37f .uurcuct::before,
.zbzxlknu .noxk87w .sojl37f .uurcuct::before { color: #f43f5e; }
.zbzxlknu .xainy31a    .trjmmx9    .uurcuct::before,
.zbzxlknu .vlml  .trjmmx9    .uurcuct::before,
.zbzxlknu .zuwc9vo  .trjmmx9    .uurcuct::before,
.zbzxlknu .noxk87w .trjmmx9    .uurcuct::before { color: #a855f7; }
.amd6w .c1pegss     { background: #2d2000; border-color: #eab308; }
.amd6w .sojl37f { background: #2d0b0b; border-color: #ef4444; }
.amd6w .a49qmfya strong  { color: #f1f5f9; }
.amd6w .a49qmfya p       { color: #cbd5e1; }
.amd6w .xainy31a    .c1pegss     .uurcuct::before,
.amd6w .vlml  .c1pegss     .uurcuct::before,
.amd6w .zuwc9vo  .c1pegss     .uurcuct::before,
.amd6w .noxk87w .c1pegss     .uurcuct::before { color: #eab308; }
.amd6w .xainy31a    .sojl37f .uurcuct::before,
.amd6w .vlml  .sojl37f .uurcuct::before,
.amd6w .zuwc9vo  .sojl37f .uurcuct::before,
.amd6w .noxk87w .sojl37f .uurcuct::before { color: #ef4444; }
.amd6w .xainy31a    .trjmmx9    .uurcuct::before,
.amd6w .vlml  .trjmmx9    .uurcuct::before,
.amd6w .zuwc9vo  .trjmmx9    .uurcuct::before,
.amd6w .noxk87w .trjmmx9    .uurcuct::before { color: #f97316; }
.pjou97rg .c1pegss     { background: #0c1a2e; border-color: #38bdf8; }
.pjou97rg .sojl37f { background: #12103a; border-color: #818cf8; }
.pjou97rg .trjmmx9    { background: #0a2020; border-color: #2dd4bf; }
.pjou97rg .a49qmfya strong  { color: #f1f5f9; }
.pjou97rg .a49qmfya p       { color: #cbd5e1; }
.pjou97rg .xainy31a    .c1pegss     .uurcuct::before,
.pjou97rg .vlml  .c1pegss     .uurcuct::before,
.pjou97rg .zuwc9vo  .c1pegss     .uurcuct::before,
.pjou97rg .noxk87w .c1pegss     .uurcuct::before { color: #38bdf8; }
.pjou97rg .xainy31a    .sojl37f .uurcuct::before,
.pjou97rg .vlml  .sojl37f .uurcuct::before,
.pjou97rg .zuwc9vo  .sojl37f .uurcuct::before,
.pjou97rg .noxk87w .sojl37f .uurcuct::before { color: #818cf8; }
.pjou97rg .xainy31a    .trjmmx9    .uurcuct::before,
.pjou97rg .vlml  .trjmmx9    .uurcuct::before,
.pjou97rg .zuwc9vo  .trjmmx9    .uurcuct::before,
.pjou97rg .noxk87w .trjmmx9    .uurcuct::before { color: #2dd4bf; }
.g8e1eva .c1pegss     { background: var(--accent-bg); border-color: var(--accent); }
.g8e1eva .sojl37f { background: var(--accent-bg-light); border-color: var(--accent-light); }
.g8e1eva .xainy31a    .uurcuct::before,
.g8e1eva .vlml  .uurcuct::before,
.g8e1eva .zuwc9vo  .uurcuct::before,
.g8e1eva .noxk87w .uurcuct::before { color: var(--accent-light) !important; }
.v1cr52::before,
.igxwxlg::before { margin-right: 5px; }
.buke4b .pk100 ul li,
.buke4b .ya9yn li         { color: #4ade80; }
.buke4b .pk100 .v1cr52 { color: #22c55e; }
.buke4b .z2mzy ul li,
.buke4b .figz7y li         { color: #f87171; }
.buke4b .z2mzy .igxwxlg { color: #ef4444; }
.k8v4f .pk100 { background: #0c1a2e; }
.k8v4f .z2mzy { background: #2d1f00; }
.k8v4f .pk100 .v1cr52 { color: #93c5fd; }
.k8v4f .z2mzy .igxwxlg { color: #fcd34d; }
.k8v4f .pk100 ul li,
.k8v4f .ya9yn li            { color: #bfdbfe; }
.k8v4f .z2mzy ul li,
.k8v4f .figz7y li            { color: #fde68a; }
.tr38zip .pk100 { background: var(--accent-bg); }
.tr38zip .z2mzy { background: var(--accent-bg-light); }
.tr38zip .pk100 .v1cr52 { color: var(--accent-pale); }
.tr38zip .z2mzy .igxwxlg { color: var(--accent-light); }
.tr38zip .pk100 ul li,
.tr38zip .ya9yn li          { color: var(--text-body); }
.tr38zip .z2mzy ul li,
.tr38zip .figz7y li          { color: var(--text-body); }
.fuqb3hxd .v1cr52::before { content: "✓ "; }
.fuqb3hxd .igxwxlg::before { content: "✗ "; }
.reg15prm .v1cr52::before { content: "→ "; }
.reg15prm .igxwxlg::before { content: "← "; }
.qcikts .v1cr52::before { content: "★ "; }
.qcikts .igxwxlg::before { content: "✕ "; }
.kypcuo .v1cr52::before { content: "◆ "; }
.kypcuo .igxwxlg::before { content: "▲ "; }
.dvdn92 .a49qmfya { background: transparent; border-left: none; border: 1.5px solid; }
.dvdn92 .c1pegss     { border-color: var(--c-tip-border); }
.dvdn92 .sojl37f { border-color: var(--c-warn-border); }
.dvdn92 .a49qmfya strong { color: var(--text-primary); }
.dvdn92 .a49qmfya p      { color: var(--text-muted); }
.oquyvu7 .a49qmfya { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.oquyvu7 .c1pegss     { border-top-color: var(--c-tip-border); }
.oquyvu7 .sojl37f { border-top-color: var(--c-warn-border); }
.qrvwgnl .a49qmfya { border-left: none; border-radius: 8px; }
.qrvwgnl .c1pegss     { background: #065f46; }
.qrvwgnl .sojl37f { background: #92400e; }
.qrvwgnl .a49qmfya strong,
.qrvwgnl .a49qmfya p { color: #fff; }
.qrvwgnl .uurcuct::before { color: rgba(255,255,255,0.85) !important; }
.zbzxlknu.qrvwgnl .c1pegss,
.zbzxlknu .qrvwgnl .c1pegss     { background: #052e16; }
.zbzxlknu.qrvwgnl .sojl37f,
.zbzxlknu .qrvwgnl .sojl37f { background: #2d0a1e; }
.amd6w.qrvwgnl .c1pegss,
.amd6w .qrvwgnl .c1pegss      { background: #2d2000; }
.amd6w.qrvwgnl .sojl37f,
.amd6w .qrvwgnl .sojl37f  { background: #2d0b0b; }
.pjou97rg.qrvwgnl .c1pegss,
.pjou97rg .qrvwgnl .c1pegss      { background: #0c1a2e; }
.pjou97rg.qrvwgnl .sojl37f,
.pjou97rg .qrvwgnl .sojl37f  { background: #12103a; }
.pjou97rg.qrvwgnl .trjmmx9,
.pjou97rg .qrvwgnl .trjmmx9     { background: #0a2020; }
.h04xgte2 .a49qmfya { border-left: none; border-radius: 6px; padding: 10px 14px; }
.h04xgte2 .c1pegss     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.h04xgte2 .sojl37f { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.h04xgte2 .a49qmfya strong { color: var(--text-primary); }
.h04xgte2 .a49qmfya p      { color: var(--text-muted); }
.t1m3m .a49qmfya { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.xainy31a .uurcuct,
.vlml .uurcuct,
.zuwc9vo .uurcuct,
.noxk87w .uurcuct { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.xainy31a .uurcuct::before,
.vlml .uurcuct::before,
.zuwc9vo .uurcuct::before,
.noxk87w .uurcuct::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.xainy31a .c1pegss     .uurcuct::before { content: "✦"; color: var(--c-tip-border); }
.xainy31a .sojl37f .uurcuct::before { content: "▲"; color: var(--c-warn-border); }
.xainy31a .trjmmx9    .uurcuct::before { content: "◉"; color: #60a5fa; }
.vlml .c1pegss     .uurcuct::before { content: "★"; color: var(--c-tip-border); }
.vlml .sojl37f .uurcuct::before { content: "◆"; color: var(--c-warn-border); }
.vlml .trjmmx9    .uurcuct::before { content: "●"; color: #60a5fa; }
.zuwc9vo .c1pegss     .uurcuct::before { content: "▶"; color: var(--c-tip-border); }
.zuwc9vo .sojl37f .uurcuct::before { content: "■"; color: var(--c-warn-border); }
.zuwc9vo .trjmmx9    .uurcuct::before { content: "▸"; color: #60a5fa; }
.noxk87w .c1pegss     .uurcuct::before { content: "→"; color: var(--c-tip-border); }
.noxk87w .sojl37f .uurcuct::before { content: "⬥"; color: var(--c-warn-border); }
.noxk87w .trjmmx9    .uurcuct::before { content: "◈"; color: #60a5fa; }
.u2i1gdr .idqp128 .nvdrvt,
.u2i1gdr .j2l3qg2 .nvdrvt  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.u2i1gdr .x9usf                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.u2i1gdr .skuw            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.u2i1gdr .h45hkrdz          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.u2i1gdr .nu4cij                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.uxljg .idqp128 .nvdrvt,
.uxljg .j2l3qg2 .nvdrvt,
.uxljg .j2pi3,
.uxljg .x9usf,
.uxljg .skuw,
.uxljg .h45hkrdz,
.uxljg .nu4cij,
.uxljg .t1m3m .a49qmfya { box-shadow: none; }
.a0tc8u   .xqe7, .a0tc8u .fyzklvvs, .a0tc8u .qsv3,
.a0tc8u   .d39k35cv, .a0tc8u .oc3w3euf { font-size: 0.9rem; }
.a0tc8u   .xs3g06, .a0tc8u .xpbc8a { font-size: 0.9rem; }
.vsipw3g   .xqe7, .vsipw3g .fyzklvvs, .vsipw3g .qsv3,
.vsipw3g   .d39k35cv, .vsipw3g .oc3w3euf { font-size: 0.9rem; }
.vsipw3g   .xs3g06, .vsipw3g .xpbc8a { font-size: 0.9rem; }
.gbimd   .xqe7, .gbimd .fyzklvvs, .gbimd .qsv3,
.gbimd   .d39k35cv, .gbimd .oc3w3euf { font-size: 1.08rem; }
.gbimd   .xs3g06, .gbimd .xpbc8a { font-size: 1.05rem; }
.gbimd   .lr87o { font-size: 0.97rem; }
.vkis .pzmq12      { font-size: 3.2rem; }
.vkis h2.tss4c { font-size: 1.9rem; }
.vkis h3.k6ibdkgf     { font-size: 1.4rem; }
.u7q3lq1d .pzmq12      { font-size: 3.8rem; }
.u7q3lq1d h2.tss4c { font-size: 2.2rem; }
.u7q3lq1d h3.k6ibdkgf     { font-size: 1.6rem; }
.gajh6y78 + .gajh6y78 { position: relative; }
.bchkz   .gajh6y78 + .gajh6y78::before,
.lg9yy5  .gajh6y78 + .gajh6y78::before,
.gpv4oq5a   .gajh6y78 + .gajh6y78::before,
.q18yacg   .gajh6y78 + .gajh6y78::before,
.lr6lr1   .gajh6y78 + .gajh6y78::before,
.ggh2mf .gajh6y78 + .gajh6y78::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.bchkz .gajh6y78 + .gajh6y78::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.lg9yy5 .gajh6y78 + .gajh6y78::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.gpv4oq5a .gajh6y78 + .gajh6y78::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.q18yacg .gajh6y78 + .gajh6y78::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.jvs9k92r .gajh6y78 { margin-bottom: 16px; }
.jvs9k92r .gajh6y78 + .gajh6y78 { margin-top: 0; }
.jvs9k92r .lpmhevn { padding-top: 0; padding-bottom: 0; }
.lr6lr1 .gajh6y78 + .gajh6y78::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ggh2mf .gajh6y78 + .gajh6y78::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.e83tp .gajh6y78 + .gajh6y78::before,
.kozd .gajh6y78 + .gajh6y78::before,
.gjt1n .gajh6y78 + .gajh6y78::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%;
}
.djxhh .e83tp .gajh6y78:nth-child(even)::before,
.djxhh .kozd .gajh6y78:nth-child(even)::before,
.djxhh .gjt1n .gajh6y78:nth-child(even)::before { background: var(--bg-surface); }
.aklstdb8 .e83tp .gajh6y78:nth-child(even)::before,
.aklstdb8 .kozd .gajh6y78:nth-child(even)::before,
.aklstdb8 .gjt1n .gajh6y78:nth-child(even)::before { background: var(--bg-card); }
.e83tp .gajh6y78 + .gajh6y78::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");
}
.kozd .gajh6y78 + .gajh6y78::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");
}
.gjt1n .gajh6y78 + .gajh6y78::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");
}
.lzcn .hngs,
.m0zvc .hngs { padding-bottom: 60px; }
.ou3zje .hngs { padding-bottom: 70px; }
.dc5dl3vi .fp0r843g { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gfp5so .fp0r843g { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.vblt7ger .fp0r843g { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kgdm0m .fp0r843g { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.s8lup8 .ifg8 { background: var(--accent); }
.s8lup8 .ifg8 .zn9mv { background: none; }
.s8lup8 .vnpurko9 { background: var(--accent); }
.s8lup8 .fp0r843g { background: var(--accent-bg); }
.s8lup8 .cwgszmux:not(.ifg8) .zn9mv { background: rgba(0,0,0,0.6); }
.znu4 .dnfmi { float: left; width: 38%; margin: 0 28px 16px 0; }
.znu4 .dnfmi .npyg9yz9 { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.znu4 .lpmhevn::after { content: ''; display: block; clear: both; }
.ik33tc .dnfmi { float: right; width: 38%; margin: 0 0 16px 28px; }
.ik33tc .dnfmi .npyg9yz9 { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.ik33tc .lpmhevn::after { content: ''; display: block; clear: both; }
.vd17db .gajh6y78:nth-child(odd)  .dnfmi { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vd17db .gajh6y78:nth-child(even) .dnfmi { float: right; width: 38%; margin: 0 0 16px 28px; }
.vd17db .dnfmi .npyg9yz9 { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.vd17db .lpmhevn::after { content: ''; display: block; clear: both; }
.znu4 .jjr96tx8,
.ik33tc .r062wk,
.ik33tc .jjr96tx8,
.vd17db .jjr96tx8 { clear: both; }
.znu4 .xs3g06,
.znu4 .xpbc8a,
.ik33tc .xs3g06,
.ik33tc .xpbc8a,
.vd17db .xs3g06,
.vd17db .xpbc8a { overflow: hidden; }
@media (max-width: 640px) {
  .znu4 .dnfmi,
  .ik33tc .dnfmi,
  .vd17db .dnfmi { float: none; width: 100%; margin: 0 0 16px 0; }
}
.nwyfctz .bpyu,
.nwyfctz .lpmhevn,
.nwyfctz .mh1g  { max-width: 1100px; }
.r3j28u .bpyu,
.r3j28u .lpmhevn,
.r3j28u .mh1g  { max-width: 1200px; }
.l1hx5a0x .bpyu,
.l1hx5a0x .lpmhevn,
.l1hx5a0x .mh1g  { max-width: 1320px; }
.l1hx5a0x { --content-mw: 1320px; }
.uwaxgikq { font-size: 0.82rem; color: var(--text-muted); }
.drtc { display: flex; align-items: center; }
.nv2w {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zk1ea { display: flex; align-items: center; }
.hyu7y { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.hyu7y:hover { text-decoration: underline; }
.mqd7unb9 { margin: 0 3px; opacity: 0.45; }
.mqd7unb9::before { content: '/'; }
.p6itbqei { padding: 2px 5px; color: var(--text-main); }
.eev570e .uwaxgikq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.eev570e .drtc { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rmmeri .uwaxgikq {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rmmeri .drtc { padding: 0 0 0 12px; }
.ysrs .drtc { padding: 0 16px; }
.ysrs .uwaxgikq {
  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);
}
.ysrs .bpyu { padding-top: 28px; }
.nwyfctz.eev570e .drtc { max-width: 1100px; }
.r3j28u.eev570e .drtc { max-width: 1200px; }
.l1hx5a0x.eev570e .drtc { max-width: 1320px; }
.l1hx5a0x .s1mjpde { max-width: 1320px; }
.l0l7h .gajh6y78 { padding-top: 16px; padding-bottom: 16px; }
.uup2c .gajh6y78 { padding-top: 24px; padding-bottom: 24px; }
.z5adxo0m .gajh6y78 { padding-top: 40px; padding-bottom: 40px; }
.i4hju .gajh6y78 { padding-top: 52px; padding-bottom: 52px; }
.bkkghm95 .gajh6y78:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.bkkghm95 .gajh6y78:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.bkkghm95 .gajh6y78:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.bkkghm95 .gajh6y78:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.vm9g47 .lpmhevn { padding-top: 10px;  padding-bottom: 10px; }
.uujia .lpmhevn { padding-top: 18px;  padding-bottom: 18px; }
.ft7s8l .lpmhevn { padding-top: 36px;  padding-bottom: 36px; }
.v09ai .lpmhevn { padding-top: 48px;  padding-bottom: 48px; }
.reo3l2za h2.tss4c { font-weight: 600; }
.reo3l2za h3.k6ibdkgf     { font-weight: 600; }
.dn3qvjwl h2.tss4c { font-weight: 800; }
.dn3qvjwl h3.k6ibdkgf     { font-weight: 700; }
.ln6xjptj { font-weight: 600; }
.ln6xjptj h2.tss4c { font-weight: 900; }
.ln6xjptj h3.k6ibdkgf     { font-weight: 800; }
.ln6xjptj .a49qmfya strong,
.ln6xjptj .a49qmfya strong { font-weight: 600; }
.iwe1ia0d {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.cqccis .iwe1ia0d { display: none; }
@media (max-width: 640px) { .iwe1ia0d { display: none; } }
.iwe1ia0d { background: var(--accent) !important; color: #fff !important; border: none !important; }
.iwe1ia0d:hover { opacity: 0.85; }
.buxk5 .iwe1ia0d { background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important; }
.n2mmq .iwe1ia0d,
.rmwq  .iwe1ia0d { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.n2mmq .iwe1ia0d:hover,
.rmwq  .iwe1ia0d:hover { opacity: 0.88; }
.buxk5.n2mmq .iwe1ia0d,
.buxk5.rmwq  .iwe1ia0d { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.umfq5w2 {
  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;
}
.umfq5w2:hover { transform: translateY(-2px); opacity: 0.92; }
.umfq5w2 { background: var(--accent) !important; color: #fff !important; border: none !important; }
.kff5hg .umfq5w2 { display: none; }
.o1wrx1z .umfq5w2 { right: 32px; }
.ktar  .umfq5w2 { left: 32px; }
@media (max-width: 480px) {
  .o1wrx1z .umfq5w2 { right: 20px; bottom: 20px; }
  .ktar  .umfq5w2 { left: 20px; bottom: 20px; }
}
.vjsrgm { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mh1g { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ctb8 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.gxrm { color: var(--text-dim); font-size: 0.8rem; }
.pz9cg { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.pz9cg img { height: 26px; width: auto; object-fit: contain; }
.zxs4 { display: flex; flex-direction: column; gap: 6px; }
.zxs4 a, .p7mhqi8 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.zxs4 a:hover, .p7mhqi8 a:hover { color: var(--accent-light); }
.zxs4 .wd7p3z2 { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.h699taj .mh1g { text-align: center; }
.h699taj .ctb8 { margin-top: 0; }
.slihitn { margin-top: 10px; }
.slihitn a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .mh1g { padding-left: 16px; padding-right: 16px; }
  .cc3qr .mh1g { padding: 20px 16px; }
  .p7mhqi8 { gap: 4px 12px; }
  .ctb8 { font-size: 0.78rem; }
}
.b7hsaanx .zc64lt .pz9cg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.b7hsaanx .ctb8 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.b7hsaanx .gxrm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .b7hsaanx .lif6wa { grid-template-columns: 1fr 1fr; } .b7hsaanx .zc64lt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .b7hsaanx .lif6wa { grid-template-columns: 1fr; } }
.hzzfiq5 .pz9cg { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; color: var(--text); margin-right: auto; flex-shrink: 0; }
.hzzfiq5 .ctb8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .hzzfiq5 .rsvxu2 { gap: 12px; } .hzzfiq5 .pz9cg { margin-right: 0; width: 100%; } }
.a6ib8 .zdf98bf2 .pz9cg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.a6ib8 .ctb8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.a6ib8 .gxrm { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .a6ib8 .gl2mt78 { grid-template-columns: 1fr 1fr; } .a6ib8 .zdf98bf2 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a6ib8 .gl2mt78 { grid-template-columns: 1fr; } }
.d542 .wm6c5 { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.d542 .zxs4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .d542 .wm6c5 { grid-template-columns: 1fr 1fr; } .d542 .p55tths:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .d542 .wm6c5 { grid-template-columns: 1fr; } }
.m0tv29 .wm6c5 { grid-template-columns: 1fr 2fr; }
.m0tv29 .ludcfo .zxs4 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .m0tv29 .wm6c5 { grid-template-columns: 1fr; } }
.sebxjip6 .mh1g { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.wmauc .xprm      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.wmauc .vjsrgm { background: var(--bg-page); border-top-color: var(--border-alt); }
.g807wwg .xprm      { background: #0d1117; border-bottom-color: #21262d; }
.g807wwg .nxtwu { color: var(--accent-light); }
.g807wwg .xrxg1dwc { --msep-color: #8b949e; }
.g807wwg .xrxg1dwc a { color: #8b949e; }
.g807wwg .xrxg1dwc a:hover { color: var(--accent-light); }
.g807wwg .n1poev { color: #8b949e; }
.g807wwg .vjsrgm { background: #0d1117; border-top-color: #21262d; }
.g807wwg .ctb8,
.g807wwg .gxrm { color: #6e7681; }
.g807wwg .zxs4 a, .g807wwg .p7mhqi8 a,
.g807wwg .koc14lq a, .g807wwg .pz9cg { color: #8b949e; }
.g807wwg .zxs4 a:hover, .g807wwg .p7mhqi8 a:hover,
@media (max-width: 640px) {
  .g807wwg .xrxg1dwc { background: #0d1117; border-top-color: #21262d; }
  .g807wwg .xrxg1dwc li a { border-bottom-color: #21262d; }
}
.d9ess33f .xprm      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.d9ess33f .nxtwu { color: var(--accent); }
.d9ess33f .xrxg1dwc { --msep-color: #475569; }
.d9ess33f .xrxg1dwc a { color: #475569; }
.d9ess33f .xrxg1dwc a:hover { color: var(--accent); }
.d9ess33f .n1poev { color: #64748b; }
.d9ess33f .vjsrgm { background: #f0f4f8; border-top-color: #cbd5e1; }
.d9ess33f .ctb8,
.d9ess33f .gxrm { color: #64748b; }
.d9ess33f .zxs4 a, .d9ess33f .p7mhqi8 a,
.d9ess33f .koc14lq a, .d9ess33f .pz9cg { color: #374151; }
.d9ess33f .zxs4 a:hover, .d9ess33f .p7mhqi8 a:hover,
@media (max-width: 640px) {
  .d9ess33f .xrxg1dwc { background: #f0f4f8; border-top-color: #cbd5e1; }
  .d9ess33f .xrxg1dwc li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.n2mmq .xprm      { background: var(--accent); border-bottom-color: var(--accent-light); }
.n2mmq .nxtwu { color: #fff; }
.n2mmq .xrxg1dwc { --msep-color: rgba(255,255,255,0.82); }
.n2mmq .xrxg1dwc a { color: rgba(255,255,255,0.82); }
.n2mmq .xrxg1dwc a:hover { color: #fff; }
.n2mmq .n1poev { color: rgba(255,255,255,0.9); }
.n2mmq .ghu4jo a { color: var(--text-primary) !important; }
.n2mmq .ghu4jo a:hover { color: var(--accent) !important; }
.n2mmq .vjsrgm { background: var(--accent); border-top-color: var(--accent-light); }
.n2mmq .ctb8,
.n2mmq .gxrm { color: rgba(255,255,255,0.72); }
.n2mmq .zxs4 a, .n2mmq .p7mhqi8 a,
.n2mmq .eq7uokd4 a, .n2mmq .wmwk3 a,
.n2mmq .koc14lq a, .n2mmq .pz9cg { color: rgba(255,255,255,0.82); }
.n2mmq .zxs4 a:hover, .n2mmq .p7mhqi8 a:hover,
.n2mmq .eq7uokd4 a:hover, .n2mmq .wmwk3 a:hover { color: #fff; }
@media (max-width: 640px) {
  .n2mmq .xrxg1dwc { background: var(--accent); border-top-color: var(--accent-light); }
  .n2mmq .xrxg1dwc li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rmwq .xprm {
  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);
}
.rmwq .vjsrgm {
  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) {
  .rmwq .xrxg1dwc {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ow5vy8 .v8dllos { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.wexl .v8dllos { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.t976my .v8dllos { min-height: 72px; height: auto; }
.kkjf .v8dllos { min-height: 84px; height: auto; }
.cc3qr .v8dllos { max-width: none; padding: 0 32px; }
.cc3qr .mh1g  { max-width: none; padding: 24px 32px; }
.suasv.r3j28u .v8dllos { max-width: 1200px; }
.suasv.l1hx5a0x .v8dllos { max-width: 1320px; }
.zvfk   .nxtwu { text-transform: capitalize; }
.a923t9e .nxtwu { text-transform: lowercase; }
.fq02tl .nxtwu { text-transform: uppercase; letter-spacing: 0.06em; }
.ouq6yj, .mxfpoyy3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.x9y5 .ouq6yj,
.x9y5 .mxfpoyy3 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.lx4cc .ouq6yj,
.lx4cc .mxfpoyy3 { 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; }
.vmuiyi .ouq6yj,
.vmuiyi .mxfpoyy3 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.t9zcj .ouq6yj,
.t9zcj .mxfpoyy3 { 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; }
.g3ku7   .xrxg1dwc a { font-weight: 500; }
.ibq1g3w .xrxg1dwc a { font-weight: 600; }
.a8rvq     .xrxg1dwc a { font-weight: 700; }
.yw49f    .xrxg1dwc a { font-weight: 800; letter-spacing: 0.01em; }
.l6ze2j6     .xrxg1dwc > li + li::before,
.u3uw    .xrxg1dwc > li + li::before,
.xi9fw4    .xrxg1dwc > li + li::before,
.xs0tpb9k .xrxg1dwc > li + li::before,
.fv7s7 .xrxg1dwc > li + li::before,
.mlkqzyvm  .xrxg1dwc > li + li::before,
.clms9a    .xrxg1dwc > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.l6ze2j6     .xrxg1dwc > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.u3uw    .xrxg1dwc > li + li::before { content: "|"; }
.xi9fw4    .xrxg1dwc > li + li::before { content: "—"; }
.xs0tpb9k .xrxg1dwc > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.fv7s7 .xrxg1dwc > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.mlkqzyvm  .xrxg1dwc > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.clms9a    .xrxg1dwc > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .kly6ab6u .n1poev,
  .u4oy .n1poev,
  .frarj .n1poev,
  .avndp .n1poev,
  .nb0g .n1poev {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .kly6ab6u .n1poev::before,
  .u4oy .n1poev::before,
  .frarj .n1poev::before,
  .avndp .n1poev::before,
  .nb0g .n1poev::before { content: ""; display: block; flex-shrink: 0; }

  
  .kly6ab6u .n1poev::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;
  }

  
  .u4oy .n1poev::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;
  }

  
  .frarj .n1poev::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;
  }

  
  .avndp .n1poev::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;
  }

  
  .nb0g .n1poev::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) {
  .nqefuk6 .n1poev {
    padding: 5px 14px;
  }
  .nqefuk6 .xrxg1dwc {
    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;
  }
  .nqefuk6 .xrxg1dwc li a {
    border-bottom: none; padding: 10px 22px;
  }
  .nqefuk6 .xrxg1dwc li a:hover { background: var(--bg-raised); }
  .nqefuk6 .konly5,
  .vip9p .konly5,
  .nx8ou .konly5 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .sxpek .n1poev {
    padding: 5px 10px;
  }
  .sxpek .xrxg1dwc {
    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);
  }
  .sxpek .xrxg1dwc.d3so3ls { transform: translateX(0); }
  .sxpek .xrxg1dwc li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .sxpek .xrxg1dwc li:last-child a { border-bottom: none; }
  .n2mmq .xrxg1dwc,
  .g807wwg .xrxg1dwc { background: var(--accent) !important; }
  .n2mmq .xrxg1dwc li a,
  .g807wwg .xrxg1dwc li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .nx8ou .n1poev {
    padding: 5px 10px;
  }
  .nx8ou .xrxg1dwc {
    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);
  }
  .nx8ou .xrxg1dwc::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .nx8ou .xrxg1dwc.d3so3ls { transform: translateY(0); }
  .nx8ou .xrxg1dwc li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .o6pdtq9w .n1poev {
    padding: 5px 10px;
  }
  .o6pdtq9w .xrxg1dwc {
    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;
  }
  .o6pdtq9w .xrxg1dwc.d3so3ls { opacity: 1; pointer-events: auto; }
  .o6pdtq9w .xrxg1dwc li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .o4gpr     .n1poev { border-radius: 0 !important; }
  .q777   .n1poev { border-radius: 8px !important; }
  .pyc6fzc .n1poev { border-radius: 50% !important; }
  .wmh4p   .n1poev { border-radius: 999px !important; }
}
.ybfbusnn .ostwc5bi { height: 28px; }
.syoi .ostwc5bi { height: 54px; }
.xunog .ostwc5bi { height: 54px; }
.gwad    .lljb7b, .gwad    .e59fnp { color: #f59e0b; }
.oilx0      .lljb7b { font-size: 1rem; letter-spacing: 1.5px; }
.oilx0      .e59fnp   { font-size: 1.35rem; }
.f8vco1b    .lljb7b, .f8vco1b    .e59fnp { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.jbl5hgf     .lljb7b, .jbl5hgf     .e59fnp { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.enqalvg1 .lljb7b, .enqalvg1 .e59fnp { color: var(--accent); letter-spacing: 2px; }
.hy50ou   .lljb7b, .hy50ou   .e59fnp { color: #e91e63; letter-spacing: 2px; }
.kohjtsx  .lljb7b, .kohjtsx  .e59fnp { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.hagg     .lljb7b, .hagg     .e59fnp { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }
.t2y9 .melkja + .melkja {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ntkvm1 .x9usf { padding: 18px 24px; min-height: 68px; }
.s1g0 .khf5lc {
  font-size: 0.62rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.s1g0 .uj8z48uc {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.uycgy89 .melkja {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.rlodjrf .jjr96tx8 { counter-reset: cs-rank; }
.rlodjrf .x9usf { position: relative; counter-increment: cs-rank; }
.rlodjrf .x9usf::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.ekkwc .jjr96tx8 { counter-reset: cs-rank; }
.ekkwc .x9usf::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.d3h9h .tc5l {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.d3h9h .tc5l summary { color: var(--text-primary); padding-left: 16px; }
.d3h9h .tc5l summary::after { content: "›"; font-size: 1.1em; }
.d3h9h .tc5l[open] summary::after { content: "‹"; }
.d3h9h .tc5l p { padding-left: 16px; }
.g4zbtgw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mj0yg207 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.j09h {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.r9m56jr4 { color: var(--text-muted); font-size: 1.05rem; }
.mxo18oo {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.kfi88in {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.utqbti3 { margin-bottom: 20px; }
.is4vlmx {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.t5ngd6ek {
  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;
}
.t5ngd6ek:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.xpezk6 { resize: vertical; min-height: 130px; }
.a3zzs995 { width: 100%; margin-top: 8px; }
.ka309 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.h6vrzby {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.xaepr { color: var(--text-muted); line-height: 1.75; }
.zeddt { max-width: 760px; margin: 0 auto; }
.ybetv3 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.u4cw { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.u4cw:last-child { border-bottom: none; }
.u4cw h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.u4cw p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.z7wyeh { max-width: 760px; margin: 0 auto; }
.nund { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.nund:last-child { border-bottom: none; }
.arue { font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.nund p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nund ul.lfsewu { margin: 0; }
.t2wj4k .arue { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .t2wj4k { grid-template-columns: 1fr; gap: 10px; } }
.n78zqa4z .arue { font-size: 1.2rem; font-weight: 700; color: var(--accent-light); margin-bottom: 14px; }
@media (max-width: 640px) { .ucddix4 { grid-template-columns: 1fr; } }
.erlb .j09h { color: var(--accent-light); }
.l540i7j .j09h { font-size: 2rem; }
.l540i7j .r9m56jr4 { max-width: 680px; }
.xa7b4sdm .j09h { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.xa7b4sdm .r9m56jr4  { margin: 0; }
@media (max-width: 640px) { .xa7b4sdm { flex-direction: column; } }
.zti3he {
  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;
}
.zti3he .j09h { color: var(--accent-light); }
.n3r9kr6r .j09h { color: #fff; }
.n3r9kr6r .r9m56jr4  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .yk2ybol4 { grid-template-columns: 1fr; } }
.l6rq1h { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.l6rq1h .t5ngd6ek {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.l6rq1h .t5ngd6ek:focus { border-bottom-color: var(--accent); box-shadow: none; }
.a4aqa .t5ngd6ek { background: var(--bg-raised); border-color: transparent; }
.a4aqa .t5ngd6ek:focus { background: var(--bg-card); border-color: var(--accent); }
.xl2c .t5ngd6ek { border-radius: 100px; padding: 11px 20px; }
.xl2c .xpezk6 { border-radius: 14px; }
.o1sxp9 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .o1sxp9 { grid-template-columns: 1fr; } }
.u43s {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.u43s h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.u43s p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.naw8hr { counter-reset: priv-count; }
.oznw3 {
  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);
}
.oznw3:last-child { border-bottom: none; }
.bhugfuoi {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.oznw3 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.oznw3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.k8zuoh{position:relative;overflow:visible}
.pp05mx .ziozo5c9,.iztkkw .ziozo5c9{display:block}
.pp05mx .ziozo5c9{position:absolute;z-index:3;left:50%;transform:translateX(-50%);width:100%;max-width:1100px;padding:0 24px;box-sizing:border-box}
.pp05mx .ziozo5c9 .btz2uw{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}
.pp05mx .jqqiht63{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.pp05mx .ziozo5c9{bottom:16px}
.pp05mx .ziozo5c9 .btz2uw{margin:0 auto}
.iztkkw .fp0r843g~.ziozo5c9,
.iztkkw .fp0r843g~.ziozo5c9 .btz2uw,
.fp0r843g~.ziozo5c9,.u15mnw5~.ziozo5c9{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}
.fp0r843g~.ziozo5c9 .btz2uw{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.supnb2i .btz2uw{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.jg7vto{--date-bg:var(--accent-bg)}
.wdcv .ar7vu3::before{content:"·";opacity:.4}
.wdcv .jqqiht63 + .jqqiht63::before{content:"·";margin-right:6px;opacity:.4}
.h4yt96hy .upf87{padding:20px 0}
@media(max-width:640px){
  .upf87{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .y8yy{max-width:100%}
}
:root {
  --accent:          #116463;
  --accent-light:    #509796;
  --accent-pale:     #86cdcc;
  --grad-start:      #76bdbb;
  --grad-end:        #a8efee;
  --bg-page: #d1dcdb;
  --bg-surface: #f6faf9;
  --bg-card: #eef5f4;
  --bg-card-inner: #e7f0ee;
  --bg-raised: #e1eae9;
  --bg-hover: #d9e5e4;
  --border: #a9b4b3;
  --border-alt: #727d7c;
  --border-section: #a9b4b3;
  --text-primary: #2a3434;
  --text-muted: #566161;
  --bg-page:        #f8f9fa;
  --bg-surface:     #ffffff;
  --bg-card:        #ffffff;
  --bg-card-inner:  #f3f4f6;
  --bg-raised:      #eef0f2;
  --bg-hover:       #f3f4f6;
  --border:         #e5e7eb;
  --border-alt:     #d1d5db;
  --border-section: #e5e7eb;
  --text-body: #2c3131;
  --text-sub: #434847;
  --text-faint: #676c6b;
  --text-dim: #8d9291;
  --text-label: #5a5f5f;
  --text-value: #373c3c;
  --accent-bg:       #a8efee;
  --accent-bg-light: #9ae1df;
  --bg-tip:        #f0fdf4;
  --bg-warning:    #fffbeb;
  --bg-info:       #eff6ff;
  --bg-pros:       #f0fdf4;
  --bg-cons:       #fef2f2;
  --c-pros:        #15803d;
  --c-cons:        #b91c1c;
  --c-pros-label:  #16a34a;
  --c-tip-border:  #059669;
  --c-warn-border: #d97706;
  --c-stars:       #b45309;
  --c-arrow:       #d97706;
  --c-tag-pay:     #15803d;
}
:root { --logo-bg-opacity: 65%; }
body, button, input { font-family: "Oxanium", sans-serif; }
.vl66ovz .uurcuct { font-size: 0; width: 1.2rem; flex-shrink: 0; }.vl66ovz .uurcuct::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.vl66ovz .c1pegss     .uurcuct::before { content: "";  color: var(--c-tip-border); }.vl66ovz .sojl37f .uurcuct::before { content: ""; color: var(--c-warn-border); }.vl66ovz .trjmmx9    .uurcuct::before { content: ""; color: #60a5fa; }.zbzxlknu .vl66ovz .c1pegss     .uurcuct::before { color: #10b981; }.zbzxlknu .vl66ovz .sojl37f .uurcuct::before { color: #f43f5e; }.zbzxlknu .vl66ovz .trjmmx9    .uurcuct::before { color: #a855f7; }.amd6w  .vl66ovz .c1pegss     .uurcuct::before { color: #eab308; }.amd6w  .vl66ovz .sojl37f .uurcuct::before { color: #ef4444; }.amd6w  .vl66ovz .trjmmx9    .uurcuct::before { color: #f97316; }.pjou97rg  .vl66ovz .c1pegss     .uurcuct::before { color: #38bdf8; }.pjou97rg  .vl66ovz .sojl37f .uurcuct::before { color: #818cf8; }.pjou97rg  .vl66ovz .trjmmx9    .uurcuct::before { color: #2dd4bf; }.g8e1eva .vl66ovz .uurcuct::before { color: var(--accent-light) !important; }
.o4416j .ya9yn li::before, .o4416j .figz7y 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; }.o4416j .ya9yn li::before { content: ""; }.o4416j .figz7y li::before { content: ""; }.o4416j .v1cr52::before, .o4416j .igxwxlg::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.o4416j .v1cr52::before { content: ""; }.o4416j .igxwxlg::before { content: ""; }
.qvppbg .owtzohw, .qvppbg .fp0r843g { min-height: 640px; }
.xubplp2 .iwe1ia0d::after,.xubplp2 .umfq5w2::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.mqd7unb9::before { content: '—'; }
.njdf9scq .jqqiht63::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.njdf9scq .jqqiht63:first-of-type::before{content:"\f017"}.njdf9scq .jqqiht63:last-of-type::before{content:"\f2f1"}