: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;
}
.gdbid {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.dn1mhl {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.x54ec {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.l61mj { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.xhem6n98 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.xhem6n98 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.xhem6n98 a:hover { color: var(--accent-light); }
.cbgxkm74 { position: relative; }
.kxxh0t32 {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface); border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 8px 0; min-width: 190px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); z-index: 200;
  list-style: none;
}
.tgye   .kxxh0t32 { border-radius: 0; }
.f36ggyty     .kxxh0t32 { border-radius: 6px; }
.aaqi7z25  .kxxh0t32 { border-radius: 14px; }
.rn9dcn9s     .kxxh0t32 { border-radius: 24px; padding: 8px; }
.f36ggyty .kxxh0t32 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.f36ggyty .kxxh0t32 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.aaqi7z25 .kxxh0t32 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.aaqi7z25 .kxxh0t32 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.rn9dcn9s .kxxh0t32 li a { border-radius: 16px; }
.sv6g35  .kxxh0t32 li + li { border-top: 1px solid var(--border-alt); }
.wirzp .kxxh0t32 li + li { border-top: 1px dashed var(--border-alt); }
.knyn .kxxh0t32 li + li { border-top: 1px dotted var(--border-alt); }
.idl297 .kxxh0t32 li + li { border-top: 3px double var(--border-alt); }
.cbgxkm74::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.cbgxkm74:hover .kxxh0t32,
.cbgxkm74:focus-within .kxxh0t32 { display: block; }
.kxxh0t32 li a {
  display: block; padding: 8px 18px; white-space: nowrap;
  color: var(--text-muted); font-size: 0.86rem; text-decoration: none;
  transition: color .15s, background .15s;
}
.kxxh0t32 li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .kxxh0t32 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .cbgxkm74:hover .kxxh0t32,
  .cbgxkm74:focus-within .kxxh0t32 { display: block; }
  .kxxh0t32 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.z13hg {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hp0tth { display: none; }
@media (max-width: 640px) {
  .hp0tth {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hp0tth.thugas { display: block; }
}
@media (max-width: 640px) {
  .z13hg { display: block; }
  .xhem6n98 > li + li::before { display: none !important; }
  .xhem6n98 {
    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;
  }
  .xhem6n98.thugas { display: flex; }
  .xhem6n98 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .xhem6n98 li:last-child a { border-bottom: none; }
}
.wlv3 { min-height: 480px; }
.xrr1mb36 {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.p1mlf0 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.puhm .p1mlf0 { margin-left: 0; margin-right: 0; }
.bxyztm6 {
  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;
}
.bxyztm6:hover { opacity: 0.88; }
.u0b23lr .tpkf {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.u0b23lr .xrr1mb36 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.u0b23lr .p1mlf0 { color: #e2e8f0; }
.u0b23lr.kpmtg .tpkf { text-align: center; }
.u0b23lr.puhm   .tpkf { text-align: left; }
.z2tyfo {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.z2tyfo .tpkf {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.z2tyfo .xrr1mb36 { color: var(--text-primary); text-shadow: none; }
.z2tyfo .p1mlf0 { color: var(--text-muted); }
.z2tyfo .bxyztm6 { margin-top: 16px; }
.z2tyfo, .z2tyfo.wlv3 { min-height: auto !important; }
.z2tyfo.kpmtg .tpkf { text-align: center; }
.z2tyfo.puhm   .tpkf { text-align: left; }
.z2tyfo~.qf4c{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.z2tyfo~.qf4c .w56k9iz{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.f5nf4n .xrr1mb36 { color: #fff; }
.f5nf4n .p1mlf0 { color: rgba(255,255,255,0.85); }
.f5nf4n .bxyztm6 { background: #fff; color: var(--accent); }
.f5nf4n .bxyztm6:hover { opacity: 0.92; }
.lvamz .xrr1mb36 { text-shadow: none; color: var(--accent-pale); }
.lvamz .p1mlf0 { color: var(--text-muted); }
.lvamz.puhm   .axt4 { align-items: flex-start; text-align: left; }
.u88o3 .tpkf { padding-bottom: 24px; }
.dkfz .tpkf { max-width: 960px; }
@media (max-width: 700px) {
  .lvamz { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .lvamz .td0u { display: none !important; }
  .c4uoa .td0u { display: none !important; }
  .qbdjwcqk .sqrfyw7 { display: none !important; }
  .qp5u .u410yhl { display: none !important; }
  .axt4  { padding: 36px 24px; }
  .lvamz~.qf4c,.qfw3~.qf4c{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .wlv3, .lvamz { min-height: 320px !important; }
  
  .xrr1mb36 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xubs { display: none !important; }
  
  .p6qq { flex-direction: column; align-items: center; }
  .xl7idt { width: 100%; max-width: 340px; }
}
.t05dl7 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.mny6nf { width: 100%; height: 300px; object-fit: cover; display: block; }
.r9n48 .t05dl7        { border-radius: 16px; }
.r9n48 .mny6nf  { border-radius: 16px; }
.d6g5269 .t05dl7         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.d6g5269 .mny6nf   { border-radius: 8px; }
.as96n { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.by21q { width: 100%; padding: 32px 0; position: relative; }
.r59vpn { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.mnzw5zg .by21q:nth-child(even) { background: var(--bg-surface); }
.mnzw5zg .by21q:nth-child(odd)  { background: var(--bg-page); }
.mulsfayl .by21q:nth-child(even) { background: var(--bg-card); }
.mulsfayl .by21q:nth-child(odd)  { background: var(--bg-page); }
.mnzw5zg .by21q:nth-child(odd)  .r59vpn { background: var(--bg-card); border-radius: 6px; }
.mnzw5zg .by21q:nth-child(even) .r59vpn { background: var(--bg-raised); border-radius: 6px; }
.mulsfayl .by21q:nth-child(odd)  .r59vpn { background: var(--bg-card); border-radius: 6px; }
.mulsfayl .by21q:nth-child(even) .r59vpn { background: var(--bg-raised); border-radius: 6px; }
.mnzw5zg .by21q:nth-child(even) .bdab .x5n0qwk,
.mulsfayl .by21q:nth-child(even) .bdab .x5n0qwk { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.mnzw5zg .by21q:nth-child(odd) .bdab .x5n0qwk,
.mulsfayl .by21q:nth-child(odd) .bdab .x5n0qwk { background: var(--bg-card-inner); }
.mnzw5zg .by21q:nth-child(even) .nlkbr5vm .x5n0qwk:nth-child(odd),
.mulsfayl .by21q:nth-child(even) .nlkbr5vm .x5n0qwk:nth-child(odd)  { background: var(--bg-card); }
.mnzw5zg .by21q:nth-child(even) .nlkbr5vm .x5n0qwk:nth-child(even),
.mulsfayl .by21q:nth-child(even) .nlkbr5vm .x5n0qwk:nth-child(even) { background: var(--bg-card-inner); }
h1.n823pq8u { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.n823pq8u {
  font-size: 1.6rem; font-weight: 700; color: var(--accent-light);
  margin: 0 0 16px;
  
}
h3.cdzd { font-size: 1.2rem; font-weight: 700; color: var(--accent-pale); margin: 0 0 10px; }
.igyjz h2.n823pq8u {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.i1xk5 h2.n823pq8u {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ce4db6q9 h2.n823pq8u {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.yl404tn h2.n823pq8u::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xww0qmk h2.n823pq8u {
  color: var(--text-primary); font-size: 1.7rem;
}
.etek0s62 h2.n823pq8u::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.k0vky h2.n823pq8u {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.vhs9gx { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .vhs9gx { display: none; } }
.nwpe { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ba8w51z { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.k23ah {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.r0a1 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.iylis { padding-left: 20px; }
.iylis li { margin-bottom: 6px; }
.iylis a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.iylis a:hover { color: var(--accent-light); }
.wtazzc .r0a1 { display: none; }
.n0kr .r0a1 { display: none; }
.n0kr .iylis { padding-left: 0; list-style: none; }
.n0kr .iylis li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.n0kr .iylis a { font-size: 0.92rem; }
.ufehcq .k23ah { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ufehcq .r0a1 { display: none; }
.ufehcq .iylis { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ufehcq .iylis li { margin-bottom: 0; }
.ufehcq .iylis 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;
}
.ufehcq .iylis a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.cfuwv .k23ah { padding: 20px 20px 16px; }
.cfuwv .iylis {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.cfuwv .iylis li { counter-increment: toc-c; margin-bottom: 0; }
.cfuwv .iylis 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);
}
.cfuwv .iylis 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;
}
.cfuwv .iylis a:hover { color: var(--accent-light); border-color: var(--accent); }
.kdvxz1qn .k23ah { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.kdvxz1qn .r0a1 { display: none; }
.kdvxz1qn .iylis { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.kdvxz1qn .iylis li { margin-bottom: 0; }
.kdvxz1qn .iylis li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.kdvxz1qn .iylis li:last-child::after { content: ""; margin-right: 0; }
.kdvxz1qn .iylis a { font-size: 0.9rem; }
.x5n0qwk { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.bdab .x5n0qwk { background: var(--bg-card); }
.nlkbr5vm .x5n0qwk:nth-child(odd)  { background: var(--bg-card); }
.nlkbr5vm .x5n0qwk:nth-child(even) { background: var(--bg-raised); }
.b3zv328v .x5n0qwk {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.b3zv328v .x5n0qwk:last-child { border-bottom: none; }
.b3zv328v h3.cdzd { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ns20vbs2 .x5n0qwk {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ns20vbs2 .x5n0qwk + .x5n0qwk { margin-top: 4px; }
.myoshavf .x5n0qwk { background: none; border-radius: 0; padding: 12px 0; }
.myoshavf .x5n0qwk + .x5n0qwk { border-top: 1px solid var(--border-section); }
.d0j0jt { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.c5zn3pot { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.w3po4mk { color: var(--text-body); margin-bottom: 10px; }
.b6g7izox, .itk5915x { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.b6g7izox li, .itk5915x li { margin-bottom: 6px; }
.itk5915x li { list-style: decimal; }
.i7av28r     .b6g7izox { list-style-type: "● "; }
.pl5kt8  .b6g7izox { list-style-type: "■ "; }
.ui9p87e .b6g7izox { list-style-type: "◆ "; }
.ueeo5l    .b6g7izox { list-style-type: "★ "; }
.i7av28r     .g567mr1 { list-style-type: "● "; }
.pl5kt8  .g567mr1 { list-style-type: "■ "; }
.ui9p87e .g567mr1 { list-style-type: "◆ "; }
.ueeo5l    .g567mr1 { list-style-type: "★ "; }
.i7av28r    .b6g7izox li::marker, .i7av28r    .g567mr1 li::marker,
.pl5kt8 .b6g7izox li::marker, .pl5kt8 .g567mr1 li::marker,
.ui9p87e .b6g7izox li::marker, .ui9p87e .g567mr1 li::marker,
.ueeo5l   .b6g7izox li::marker, .ueeo5l   .g567mr1 li::marker {
  color: var(--accent); font-size: 0.8em;
}
.i7av28r .itk5915x,
.pl5kt8 .itk5915x,
.ui9p87e .itk5915x,
.ueeo5l .itk5915x {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.i7av28r .itk5915x li,
.pl5kt8 .itk5915x li,
.ui9p87e .itk5915x li,
.ueeo5l .itk5915x li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.i7av28r .itk5915x li::before,
.pl5kt8 .itk5915x li::before,
.ui9p87e .itk5915x li::before,
.ueeo5l .itk5915x 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;
}
.i7av28r     .itk5915x li::before { border-radius: 50%; }
.pl5kt8  .itk5915x li::before { border-radius: 3px; }
.ui9p87e .itk5915x li::before { border-radius: 3px; }
.ueeo5l    .itk5915x li::before { border-radius: 50%; }
.k0kvki4 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.arku .k0kvki4,
.gvddmpxr .k0kvki4 { background: transparent; border: none; border-radius: 0; }
.s8s1n8 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.s8s1n8 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.s8s1n8 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.s8s1n8 tr:hover td { background: var(--bg-hover); }
.rc88ri .s8s1n8 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.bwp6wh .s8s1n8 { border: 1px solid var(--border-alt); }
.bwp6wh .s8s1n8 th,
.bwp6wh .s8s1n8 td { border: 1px solid var(--border-alt); }
.px1hd .s8s1n8 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.px1hd .s8s1n8 td { border-bottom: none; }
.px1hd .s8s1n8 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.kidd .s8s1n8 th {
  background: var(--accent); color: #fff; letter-spacing: 0.03em;
}
.h9w4o4m .k0kvki4 {
  overflow: hidden;
}
.h9w4o4m .s8s1n8 th { border-bottom: 1px solid var(--border-alt); }
.h9w4o4m .s8s1n8 tr:last-child td { border-bottom: none; }
.tj93h { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ab3m { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.vpvt { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.qrxbg { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.od71xaf { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.g567mr1 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.g567mr1 li { margin-bottom: 3px; }
.vnseh69 {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  margin: 16px auto 4px; padding: 0;
  font-size: 1.5rem; color: var(--accent);
  background: color-mix(in srgb, var(--accent) 15%, transparent);
  border-radius: 50%;
}
.vnseh69::before { font-family: "Font Awesome 6 Free"; font-weight: 900; }
[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%}
.dhhva .vnseh69 { margin-left: auto; margin-right: auto; }
.dhhva .qrxbg { background: transparent; text-align: center; }
.dsrcfv8 .vpvt {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.auxlmo0r .vpvt {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: 3px solid var(--accent-bg);
}
.r6i4 .ab3m { display: grid; grid-template-columns: auto 1fr; }
.r6i4 .vpvt {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.r6i4 .qrxbg { grid-column: 2; }
.r6i4 .od71xaf,
.r6i4 .g567mr1 { grid-column: 1 / -1; }
.xgrw .ab3m { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.xgrw .vpvt {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.xgrw .qrxbg { grid-column: 2; }
.xgrw .od71xaf,
.xgrw .g567mr1 { grid-column: 1 / -1; }
.povs .ab3m { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.povs .qrxbg { background: none; color: var(--accent-light); font-weight: 700; }
.zddjbkx .ab3m { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.zddjbkx .qrxbg { background: none; color: var(--accent-light); font-weight: 700; }
.s5q50fb .ab3m { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.s5q50fb .ab3m:last-child { border-bottom: none; }
.s5q50fb .qrxbg { background: none; color: var(--accent-light); font-weight: 700; }
.lscrlr .ab3m { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.lscrlr .qrxbg { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.w81pxy0 .tj93h { counter-reset: card-n; }
.w81pxy0 .ab3m  { counter-increment: card-n; }
.w81pxy0 .qrxbg { display: flex; align-items: center; gap: 10px; }
.w81pxy0 .qrxbg::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.ytrgr71 .ab3m { background: var(--bg-surface); border: 1px solid var(--border); }
.ytrgr71 .qrxbg { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.y7wvoex { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.u7i3nuzl  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.bhvcv39 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.mmi5j { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.gsxc { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.y7wvoex strong { color: var(--text-primary); font-size: 0.95rem; }
.y7wvoex p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.sz01sq4 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.qvfs, .bhhg { border-radius: 8px; padding: 14px; }
.qvfs { background: var(--bg-pros); }
.bhhg { background: var(--bg-cons); }
.c5obdovx { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.qvfs .c5obdovx { color: var(--c-pros-label); }
.bhhg .c5obdovx { color: #f87171; }
.qvfs ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.bhhg ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mny6nf { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; display: block; }
.lv9j {
  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;
}
.lv9j:hover { opacity: 0.85; }
.dykio .lv9j  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.dykio .lv9j:hover  { background: var(--accent); color: #fff; opacity: 1; }
.n9a7wl .lv9j  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.n9a7wl .lv9j:hover  { background: var(--accent); color: #fff; opacity: 1; }
.u2gljd8f .bxyztm6 { border-radius: 50px; }
.u2gljd8f .lv9j  { border-radius: 50px; }
.utv6 .bxyztm6 { padding-left: 22px; padding-right: 22px; }
.utv6 .lv9j  { padding-left: 12px; padding-right: 12px; }
.jal61my5 .bxyztm6 { padding-left: 44px; padding-right: 44px; }
.jal61my5 .lv9j  { padding-left: 24px; padding-right: 24px; }
.kd8ay9 .bxyztm6 { padding-left: 56px; padding-right: 56px; }
.kd8ay9 .lv9j  { padding-left: 32px; padding-right: 32px; }
.pqcdo783   .bxyztm6::after, .pqcdo783   .lv9j::after,
.xmc1rb .bxyztm6::after, .xmc1rb .lv9j::after,
.xvl0hcv    .bxyztm6::after, .xvl0hcv    .lv9j::after,
.aumb    .bxyztm6::after, .aumb    .lv9j::after,
.l14j    .bxyztm6::after, .l14j    .lv9j::after,
.zrf5     .bxyztm6::after, .zrf5     .lv9j::after,
.rnth    .bxyztm6::after, .rnth    .lv9j::after,
.owym   .bxyztm6::after, .owym   .lv9j::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;
}
.pqcdo783 .bxyztm6::after, .pqcdo783 .lv9j::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");
}
.xmc1rb .bxyztm6::after, .xmc1rb .lv9j::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");
}
.xvl0hcv .bxyztm6::after, .xvl0hcv .lv9j::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");
}
.aumb .bxyztm6::after, .aumb .lv9j::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");
}
.l14j .bxyztm6::after, .l14j .lv9j::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");
}
.zrf5 .bxyztm6::after, .zrf5 .lv9j::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");
}
.rnth .bxyztm6::after, .rnth .lv9j::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");
}
.owym .bxyztm6::after, .owym .lv9j::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");
}
.rm9pcn   .vqjl::after, .rm9pcn   .f2yve3::after,
.amkvfty .vqjl::after, .amkvfty .f2yve3::after,
.zggcki    .vqjl::after, .zggcki    .f2yve3::after,
.scu8n97    .vqjl::after, .scu8n97    .f2yve3::after,
.uljg8ld    .vqjl::after, .uljg8ld    .f2yve3::after,
.qc1hi     .vqjl::after, .qc1hi     .f2yve3::after,
.zwkn    .vqjl::after, .zwkn    .f2yve3::after,
.jzm24x   .vqjl::after, .jzm24x   .f2yve3::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;
}
.rm9pcn .vqjl::after, .rm9pcn .f2yve3::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");
}
.amkvfty .vqjl::after, .amkvfty .f2yve3::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");
}
.zggcki .vqjl::after, .zggcki .f2yve3::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");
}
.scu8n97 .vqjl::after, .scu8n97 .f2yve3::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");
}
.uljg8ld .vqjl::after, .uljg8ld .f2yve3::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");
}
.qc1hi .vqjl::after, .qc1hi .f2yve3::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");
}
.zwkn .vqjl::after, .zwkn .f2yve3::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");
}
.jzm24x .vqjl::after, .jzm24x .f2yve3::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");
}
.a6mvd5y { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }
.txwlhyt {
  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;
}
.txwlhyt > [itemprop="item"] { display: contents; }
.txwlhyt:hover { background: var(--bg-hover); }
.vg5g49wp {
  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;
}
.jr8vbip .vg5g49wp { background: #1a1a1a; }
.me43w .vg5g49wp { background: rgba(128,128,128,.12); }
.zwq7np0 .vg5g49wp { background: var(--bg-raised); }
.jm6vaxo .vg5g49wp { background: transparent; padding: 0; }
.pa0ni { max-height: 34px; max-width: 80px; object-fit: contain; }
.qer9gx { display: flex; align-items: center; gap: 12px; flex-shrink: 1; min-width: 0; }
.pcnbly3q { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pb4bp3 { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.eln7ndx9 { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.efsxs { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.dzq4wv1u { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.oe3c5aq7 { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.oe3c5aq7.lv9j { padding-left: 16px !important; padding-right: 16px !important; }
@media (max-width: 720px) {
  .a6mvd5y { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .a6mvd5y .txwlhyt { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .a6mvd5y .qer9gx { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .a6mvd5y .vg5g49wp { width: 100%; min-width: unset; height: 52px; }
  .a6mvd5y .pa0ni { max-height: 40px; max-width: 110px; }
  .a6mvd5y .pcnbly3q { min-width: unset; text-align: center; white-space: normal; }
  .a6mvd5y .eln7ndx9 { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .a6mvd5y .oe3c5aq7 { width: 100%; text-align: center; margin-left: 0; }
  .gbabr .txwlhyt { row-gap: 8px !important; gap: 8px !important; }
}
.jasarl8 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.hbym {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.a93r94w5 {
  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;
}
.a93r94w5 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.hxzgxkvz { flex: 1; }
.hxzgxkvz h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.zjw4hua { color: var(--c-stars); font-size: 1.1rem; }
.xv0uov { margin-bottom: 8px; }
.xownms0 { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.rra8azi::before   { content: "★ "; color: var(--accent); }
.dfltv { flex-shrink: 0; }
.pozpfh img.itqj4l5 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.arku { padding: 20px 24px; }
.ckrmeb { color: var(--text-muted); margin-bottom: 16px; }
.wwcvw3 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.ivpk, .p4cvmdq { list-style: none; font-size: 0.9rem; }
.ivpk li { color: var(--c-pros); margin-bottom: 4px; }
.p4cvmdq li { color: var(--c-cons); margin-bottom: 4px; }
.ivpk li::before { content: "✓"; margin-right: 5px; }
.p4cvmdq li::before { content: "✗"; margin-right: 5px; }
.yd55i65 .ivpk li::before { content: "→"; }
.yd55i65 .p4cvmdq li::before { content: "–"; }
.w7wuk  .ivpk li::before { content: "★"; }
.w7wuk  .p4cvmdq li::before { content: "✕"; }
.i8cs    .ivpk li::before { content: "◆"; }
.i8cs    .p4cvmdq li::before { content: "▲"; }
.f3yxop  .ivpk li::before { content: "▶"; }
.f3yxop  .p4cvmdq li::before { content: "■"; }
.gejxdmyj { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.foviyr5n { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.xqvutgq { background: var(--bg-pros); color: var(--c-tag-pay); }
.si825a73 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.t6cny .si825a73 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.ond8 .si825a73 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .ykx7 .rlsr {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ykx7 .jasarl8 { margin: 0; }
}
.hp7f95np .hbym { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.hp7f95np .hxzgxkvz h3 { color: var(--accent-light); }
.hp7f95np .a93r94w5 { background: var(--bg-page); border: 1px solid var(--border); }
.wbona78s .jasarl8 { border-top: 4px solid var(--accent); }
.wbona78s .hbym { background: var(--bg-card); }
.bn53pmv .jasarl8 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.bn53pmv .hbym { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.bn53pmv .arku { padding: 14px 16px; }
.bn53pmv .a93r94w5 { border-radius: 4px; }
.bn53pmv .si825a73 { border-radius: 0; }
.e0mg9xts .hbym { padding: 0; gap: 0; overflow: hidden; }
.e0mg9xts .a93r94w5 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.e0mg9xts .hxzgxkvz { padding: 16px 20px; }
.e0mg9xts .dfltv { padding: 16px 20px; align-self: center; }
.swtzahcw .zjw4hua { font-size: .95rem; }
.gvddmpxr .sz01sq4 { gap: 10px; }
.gvddmpxr .qvfs, .gvddmpxr .bhhg { padding: 12px; }
.gvddmpxr .qvfs ul, .gvddmpxr .bhhg ul { margin: 4px 0 0; padding-left: 18px; }
.gvddmpxr .qvfs li, .gvddmpxr .bhhg li { font-size: .85rem; margin-bottom: 3px; }
.w43f .foviyr5n { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .nu41 { grid-template-columns: 1fr; }
  .t93ad { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .t93ad .x3c1 { width: 72px; height: 50px; }
  .t93ad .dnfk9b0 { max-width: 180px; }
  .t93ad .ormv { width: auto; }
}
.jtul .swtzahcw .zjw4hua { filter: brightness(1.2); }
@media (max-width: 720px) {
  .jtul { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .isnz { padding: 16px; }
  .nzfb3 .e2tcdypx { min-width: 50%; }
}
.i5wek46 .sz01sq4 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .m6gj { grid-template-columns: 1fr; }
  .c5jbjq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qm6cvl6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .cxvl8d { flex-wrap: wrap; padding: 16px; }
}
.u676llx .sz01sq4 { gap: 8px; }
.u676llx .qvfs, .u676llx .bhhg { padding: 8px; }
@media (max-width: 480px) {
  .c6pgep1 { flex-direction: column; align-items: stretch; }
}
.qva9zu .ormv .lv9j { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .yjyb0 { flex-direction: column; align-items: stretch; gap: 10px; }
  .qva9zu .ormv { text-align: center; }
}
@media (max-width: 720px) {
  .lvi73468 { grid-template-columns: 1fr; }
  .q0wjwx2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cde2 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.pejbm87 .ne4kb9 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.tu0m2s .zjw4hua { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .c59bn4 { grid-template-columns: 1fr; }
  .tu0m2s { width: 100px; height: 100px; margin: 16px auto; }
  .pejbm87 { font-size: 1.4rem; }
  .l63h266 { justify-content: center; }
  .n572wicl .e2tcdypx { min-width: 50%; }
}
.vu2xvp .sz01sq4 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .lqdq9 { flex-wrap: wrap; padding: 14px 16px; }
  .lzota { padding: 12px 16px; }
  .vu2xvp .sz01sq4 { margin: 0 16px; }
  .vu2xvp .w43f { padding: 0 16px; }
  .n0ekf6 { padding: 12px 16px; }
}
.vuvovem .a6mvd5y {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px;
}
.vuvovem .a6mvd5y .txwlhyt:only-child {
  grid-column: 1 / -1; flex-direction: row; align-items: center; padding: 18px 24px; gap: 16px;
}
.vuvovem .a6mvd5y .txwlhyt:only-child .qer9gx { flex-direction: row; width: auto; }
.vuvovem .a6mvd5y .txwlhyt:only-child .vg5g49wp { width: 72px; height: 52px; min-width: 72px; }
.vuvovem .a6mvd5y .txwlhyt:only-child .pcnbly3q { text-align: left; }
.vuvovem .a6mvd5y .txwlhyt:only-child .eln7ndx9 { flex-direction: row; width: auto; border-top: none; padding-top: 0; }
.vuvovem .a6mvd5y .txwlhyt:only-child .oe3c5aq7 { width: auto; }
.vuvovem .a6mvd5y .txwlhyt {
  flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px;
}
.vuvovem .a6mvd5y .qer9gx { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
.vuvovem .a6mvd5y .vg5g49wp { width: 100%; min-width: unset; height: 52px; }
.vuvovem .a6mvd5y .pcnbly3q { min-width: unset; text-align: center; white-space: normal; }
.vuvovem .a6mvd5y .eln7ndx9 {
  flex-direction: row; justify-content: space-between;
  width: 100%; border-top: 1px solid var(--border); padding-top: 5px;
}
.vuvovem .a6mvd5y .oe3c5aq7 { width: 100%; text-align: center; margin-left: 0; }
@media (max-width: 640px) {
  .vuvovem .a6mvd5y .txwlhyt:only-child { flex-direction: column; align-items: center; gap: 10px; padding: 16px; }
  .vuvovem .a6mvd5y .txwlhyt:only-child .qer9gx { flex-direction: column; width: 100%; align-items: center; }
  .vuvovem .a6mvd5y .txwlhyt:only-child .eln7ndx9 { flex-direction: column; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; }
  .vuvovem .a6mvd5y .txwlhyt:only-child .oe3c5aq7 { width: 100%; }
}
.vuvovem .hbym { gap: 14px; }
.c40yi4td .efsxs {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.c40yi4td .dzq4wv1u {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.c40yi4td .pb4bp3 { color: var(--accent); }
.c40yi4td .hbym { background: var(--accent-bg); }
.c40yi4td .rra8azi, .c40yi4td .k31y, .c40yi4td .pcd14 {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.iambabw6 .eln7ndx9 { flex-direction: column; align-items: flex-start; gap: 2px; padding-top: 6px; }
.iambabw6 .efsxs {
  font-size: 0.67rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--text-muted); line-height: 1;
}
.iambabw6 .dzq4wv1u {
  font-weight: 700; font-size: 0.85rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 2px 10px; display: inline-block;
}
.iambabw6 .pb4bp3 { color: var(--accent); }
.iambabw6 .hbym { border-bottom: 2px solid var(--accent-bg); }
.iambabw6 .rra8azi, .iambabw6 .k31y, .iambabw6 .pcd14 {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.yrzpql .txwlhyt { border-top: 3px solid var(--accent); }
.yrzpql .jasarl8 { overflow: hidden; }
.yrzpql .hbym { background: var(--accent-bg); }
.siuw4wv .txwlhyt { padding: 8px 14px; gap: 12px; }
.siuw4wv .vg5g49wp { height: 32px; min-width: 52px; }
.siuw4wv .pa0ni { max-height: 24px; }
.siuw4wv .pcnbly3q { font-size: 0.82rem; }
.siuw4wv .hbym { padding: 14px 18px; gap: 14px; }
.siuw4wv .arku { padding: 14px 18px; }
.siuw4wv .a93r94w5 { width: 70px; }
.siuw4wv .hxzgxkvz h3 { font-size: 1.05rem; }
.fa3u8e2 .a6mvd5y { gap: 0; }
.fa3u8e2 .txwlhyt {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.fa3u8e2 .txwlhyt:last-child { border-bottom: none; }
.fa3u8e2 .txwlhyt:nth-child(odd) { background: var(--accent-bg); }
.fa3u8e2 .txwlhyt:nth-child(odd):hover { background: var(--bg-hover); }
.gbabr .a6mvd5y {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.gbabr .txwlhyt {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.gbabr .txwlhyt:last-child { border-bottom: none; }
.gbabr .pb4bp3,
.gbabr .h5qarvw6,
.gbabr .e7hpsr { border-left: 1px solid var(--border); padding-left: 10px; }
.gbabr .pcnbly3q { padding: 0 10px; }
.ylkqb .qer9gx { flex-direction: column; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.ylkqb .pcnbly3q { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.ylkqb .vg5g49wp { min-width: 80px; height: 52px; }
.ylkqb .pa0ni { max-height: 42px; max-width: 100px; }
.d6wwvy .qer9gx { flex-direction: column-reverse; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.d6wwvy .pcnbly3q { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.d6wwvy .vg5g49wp { min-width: 80px; height: 52px; }
.d6wwvy .pa0ni { max-height: 42px; max-width: 100px; }
.gj1hpy1 .a6mvd5y { gap: 12px; }
.gj1hpy1 .txwlhyt {
  padding: 18px 24px; gap: 20px; border-radius: 12px;
  min-height: 80px;
}
.gj1hpy1 .vg5g49wp {
  min-width: 90px; height: 64px; padding: 6px 12px; border-radius: 10px;
}
.gj1hpy1 .pa0ni { max-height: 52px; max-width: 120px; }
.gj1hpy1 .pcnbly3q { font-size: 1rem; }
.gj1hpy1 .eln7ndx9 { font-size: .85rem; }
.gj1hpy1 .dzq4wv1u { font-size: .9rem; }
.gj1hpy1 .oe3c5aq7.lv9j { padding: 10px 24px !important; font-size: .9rem; }
.axue .a6mvd5y { gap: 16px; }
.axue .txwlhyt {
  padding: 24px 28px; gap: 24px; border-radius: 14px;
  min-height: 100px; border-width: 2px;
}
.axue .vg5g49wp {
  min-width: 110px; height: 80px; padding: 8px 14px; border-radius: 12px;
  background: var(--bg-raised);
}
.axue .pa0ni { max-height: 64px; max-width: 140px; }
.axue .pcnbly3q { font-size: 1.1rem; font-weight: 800; }
.axue .pb4bp3 { font-size: .95rem; letter-spacing: 2px; }
.axue .eln7ndx9 { font-size: .9rem; }
.axue .dzq4wv1u { font-size: .95rem; font-weight: 700; }
.axue .efsxs { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.axue .oe3c5aq7.lv9j { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }
@media (max-width: 720px) {
  .vuvovem .a6mvd5y,
  .siuw4wv .a6mvd5y {
    grid-template-columns: 1fr 1fr;
  }
  .vuvovem .a6mvd5y .txwlhyt:only-child,
  .siuw4wv .a6mvd5y .txwlhyt:only-child {
    grid-column: 1 / -1;
  }
  .siuw4wv .a6mvd5y .txwlhyt:only-child .vg5g49wp {
    height: 48px; min-width: 80px;
  }
  .siuw4wv .a6mvd5y .txwlhyt:only-child .pa0ni {
    max-height: 40px;
  }
}
.eutk .h5qarvw6 { flex: 1.8; }
.eutk .h5qarvw6 .dzq4wv1u {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.eutk .h5qarvw6 .efsxs { font-weight: 700; color: var(--text-primary); }
.q1h2 { display: none; }
.zyudp7ov .pb4bp3 { display: none; }
.hta99kq .pb4bp3 { font-size: 1rem; letter-spacing: 2px; }
.fkkj92o .pb4bp3 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--accent); font-weight: 700; letter-spacing: .5px;
}
.tqzjfxk .pb4bp3,
.gctiv .pb4bp3,
.q0dd5ab .pb4bp3 { display: none; }
.tqzjfxk .q1h2,
.gctiv .q1h2,
.q0dd5ab .q1h2 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.tqzjfxk .q1h2 { font-size: 1.4rem; font-weight: 900; color: var(--accent); }
.tqzjfxk .q1h2 small { display: none; }
.gctiv .q1h2 {
  font-size: 0.85rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 2px 10px; gap: 0;
}
.gctiv .q1h2 small { font-size: 1em; font-weight: 600; color: var(--accent); opacity: 0.65; }
.q0dd5ab .q1h2 {
  font-size: 1rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 3px 9px; gap: 0;
}
.q0dd5ab .q1h2 small { display: none; }
.tqzjfxk .xv0uov .zjw4hua,
.gctiv .xv0uov .zjw4hua,
.q0dd5ab .xv0uov .zjw4hua { display: none; }
.tqzjfxk .xv0uov strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.tqzjfxk .ne4kb9 { display: none; }
.gctiv .xv0uov strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.gctiv .f56ct6sk,
.gctiv .ne4kb9 { font-size: 1em; }
.q0dd5ab .xv0uov strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.q0dd5ab .ne4kb9 { display: none; }
.bn6p { margin: 16px 0; }
.lhih8zq { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.lhih8zq summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.lhih8zq summary::after { content: "+"; color: var(--accent); }
.lhih8zq[open] summary::after { content: "−"; }
.lhih8zq p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.by21q { margin-bottom: 0; }
.mu1m h2.n823pq8u { color: var(--accent-light); border-color: var(--accent); }
.grzoz h2.n823pq8u { color: var(--accent-light); border-color: var(--accent); }
.b6m0 .u7i3nuzl     { background: #052e16; border-color: #10b981; }
.b6m0 .bhvcv39 { background: #2d0a1e; border-color: #f43f5e; }
.b6m0 .mmi5j    { background: #1e1036; border-color: #a855f7; }
.b6m0 .y7wvoex strong  { color: #f1f5f9; }
.b6m0 .y7wvoex p       { color: #cbd5e1; }
.b6m0 .lxk50d    .u7i3nuzl     .gsxc::before,
.b6m0 .rxbja9  .u7i3nuzl     .gsxc::before,
.b6m0 .prt77uj  .u7i3nuzl     .gsxc::before,
.b6m0 .jgeexw31 .u7i3nuzl     .gsxc::before { color: #10b981; }
.b6m0 .lxk50d    .bhvcv39 .gsxc::before,
.b6m0 .rxbja9  .bhvcv39 .gsxc::before,
.b6m0 .prt77uj  .bhvcv39 .gsxc::before,
.b6m0 .jgeexw31 .bhvcv39 .gsxc::before { color: #f43f5e; }
.b6m0 .lxk50d    .mmi5j    .gsxc::before,
.b6m0 .rxbja9  .mmi5j    .gsxc::before,
.b6m0 .prt77uj  .mmi5j    .gsxc::before,
.b6m0 .jgeexw31 .mmi5j    .gsxc::before { color: #a855f7; }
.rqshhw4 .u7i3nuzl     { background: #2d2000; border-color: #eab308; }
.rqshhw4 .bhvcv39 { background: #2d0b0b; border-color: #ef4444; }
.rqshhw4 .mmi5j    { background: #2d1600; border-color: #f97316; }
.rqshhw4 .y7wvoex strong  { color: #f1f5f9; }
.rqshhw4 .y7wvoex p       { color: #cbd5e1; }
.rqshhw4 .lxk50d    .u7i3nuzl     .gsxc::before,
.rqshhw4 .rxbja9  .u7i3nuzl     .gsxc::before,
.rqshhw4 .prt77uj  .u7i3nuzl     .gsxc::before,
.rqshhw4 .jgeexw31 .u7i3nuzl     .gsxc::before { color: #eab308; }
.rqshhw4 .lxk50d    .bhvcv39 .gsxc::before,
.rqshhw4 .rxbja9  .bhvcv39 .gsxc::before,
.rqshhw4 .prt77uj  .bhvcv39 .gsxc::before,
.rqshhw4 .jgeexw31 .bhvcv39 .gsxc::before { color: #ef4444; }
.rqshhw4 .lxk50d    .mmi5j    .gsxc::before,
.rqshhw4 .rxbja9  .mmi5j    .gsxc::before,
.rqshhw4 .prt77uj  .mmi5j    .gsxc::before,
.rqshhw4 .jgeexw31 .mmi5j    .gsxc::before { color: #f97316; }
.y2jixau .u7i3nuzl     { background: #0c1a2e; border-color: #38bdf8; }
.y2jixau .bhvcv39 { background: #12103a; border-color: #818cf8; }
.y2jixau .mmi5j    { background: #0a2020; border-color: #2dd4bf; }
.y2jixau .y7wvoex strong  { color: #f1f5f9; }
.y2jixau .y7wvoex p       { color: #cbd5e1; }
.y2jixau .lxk50d    .u7i3nuzl     .gsxc::before,
.y2jixau .rxbja9  .u7i3nuzl     .gsxc::before,
.y2jixau .prt77uj  .u7i3nuzl     .gsxc::before,
.y2jixau .jgeexw31 .u7i3nuzl     .gsxc::before { color: #38bdf8; }
.y2jixau .lxk50d    .bhvcv39 .gsxc::before,
.y2jixau .rxbja9  .bhvcv39 .gsxc::before,
.y2jixau .prt77uj  .bhvcv39 .gsxc::before,
.y2jixau .jgeexw31 .bhvcv39 .gsxc::before { color: #818cf8; }
.y2jixau .lxk50d    .mmi5j    .gsxc::before,
.y2jixau .rxbja9  .mmi5j    .gsxc::before,
.y2jixau .prt77uj  .mmi5j    .gsxc::before,
.y2jixau .jgeexw31 .mmi5j    .gsxc::before { color: #2dd4bf; }
.pws230ae .u7i3nuzl     { background: var(--accent-bg); border-color: var(--accent); }
.pws230ae .bhvcv39 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.pws230ae .mmi5j    { background: var(--accent-bg); border-color: var(--accent-pale); }
.pws230ae .lxk50d    .gsxc::before,
.pws230ae .rxbja9  .gsxc::before,
.pws230ae .prt77uj  .gsxc::before,
.pws230ae .jgeexw31 .gsxc::before { color: var(--accent-light) !important; }
.icm4::before,
.xxyow4::before { margin-right: 5px; }
.uc5qqfv9 .qvfs ul li,
.uc5qqfv9 .ivpk li         { color: #4ade80; }
.uc5qqfv9 .qvfs .icm4 { color: #22c55e; }
.uc5qqfv9 .bhhg ul li,
.uc5qqfv9 .p4cvmdq li         { color: #f87171; }
.uc5qqfv9 .bhhg .xxyow4 { color: #ef4444; }
.didudny .qvfs { background: #0c1a2e; }
.didudny .bhhg { background: #2d1f00; }
.didudny .qvfs .icm4 { color: #93c5fd; }
.didudny .bhhg .xxyow4 { color: #fcd34d; }
.didudny .qvfs ul li,
.didudny .ivpk li            { color: #bfdbfe; }
.didudny .bhhg ul li,
.didudny .p4cvmdq li            { color: #fde68a; }
.qe9w1s .qvfs { background: var(--accent-bg); }
.qe9w1s .bhhg { background: var(--accent-bg-light); }
.qe9w1s .qvfs .icm4 { color: var(--accent-pale); }
.qe9w1s .bhhg .xxyow4 { color: var(--accent-light); }
.qe9w1s .qvfs ul li,
.qe9w1s .ivpk li          { color: var(--text-body); }
.qe9w1s .bhhg ul li,
.qe9w1s .p4cvmdq li          { color: var(--text-body); }
.g36y3air .icm4::before { content: "✓ "; }
.g36y3air .xxyow4::before { content: "✗ "; }
.yd55i65 .icm4::before { content: "→ "; }
.yd55i65 .xxyow4::before { content: "← "; }
.w7wuk .icm4::before { content: "★ "; }
.w7wuk .xxyow4::before { content: "✕ "; }
.i8cs .icm4::before { content: "◆ "; }
.i8cs .xxyow4::before { content: "▲ "; }
.ond8 .y7wvoex { background: transparent; border-left: none; border: 1.5px solid; }
.ond8 .u7i3nuzl     { border-color: var(--c-tip-border); }
.ond8 .bhvcv39 { border-color: var(--c-warn-border); }
.ond8 .mmi5j    { border-color: #60a5fa; }
.ond8 .y7wvoex strong { color: var(--text-primary); }
.ond8 .y7wvoex p      { color: var(--text-muted); }
.t6cny .y7wvoex { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.t6cny .u7i3nuzl     { border-top-color: var(--c-tip-border); }
.t6cny .bhvcv39 { border-top-color: var(--c-warn-border); }
.t6cny .mmi5j    { border-top-color: #60a5fa; }
.je3x .y7wvoex { border-left: none; border-radius: 8px; }
.je3x .u7i3nuzl     { background: #065f46; }
.je3x .bhvcv39 { background: #92400e; }
.je3x .mmi5j    { background: #1e3a8a; }
.je3x .y7wvoex strong,
.je3x .y7wvoex p { color: #fff; }
.je3x .gsxc::before { color: rgba(255,255,255,0.85) !important; }
.b6m0.je3x .u7i3nuzl,
.b6m0 .je3x .u7i3nuzl     { background: #052e16; }
.b6m0.je3x .bhvcv39,
.b6m0 .je3x .bhvcv39 { background: #2d0a1e; }
.b6m0.je3x .mmi5j,
.b6m0 .je3x .mmi5j    { background: #1e1036; }
.rqshhw4.je3x .u7i3nuzl,
.rqshhw4 .je3x .u7i3nuzl      { background: #2d2000; }
.rqshhw4.je3x .bhvcv39,
.rqshhw4 .je3x .bhvcv39  { background: #2d0b0b; }
.rqshhw4.je3x .mmi5j,
.rqshhw4 .je3x .mmi5j     { background: #2d1600; }
.y2jixau.je3x .u7i3nuzl,
.y2jixau .je3x .u7i3nuzl      { background: #0c1a2e; }
.y2jixau.je3x .bhvcv39,
.y2jixau .je3x .bhvcv39  { background: #12103a; }
.y2jixau.je3x .mmi5j,
.y2jixau .je3x .mmi5j     { background: #0a2020; }
.wun1 .y7wvoex { border-left: none; border-radius: 6px; padding: 10px 14px; }
.wun1 .u7i3nuzl     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.wun1 .bhvcv39 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.wun1 .mmi5j    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.wun1 .y7wvoex strong { color: var(--text-primary); }
.wun1 .y7wvoex p      { color: var(--text-muted); }
.asiy4r2l .y7wvoex { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.lxk50d .gsxc,
.rxbja9 .gsxc,
.prt77uj .gsxc,
.jgeexw31 .gsxc { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.lxk50d .gsxc::before,
.rxbja9 .gsxc::before,
.prt77uj .gsxc::before,
.jgeexw31 .gsxc::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.lxk50d .u7i3nuzl     .gsxc::before { content: "✦"; color: var(--c-tip-border); }
.lxk50d .bhvcv39 .gsxc::before { content: "▲"; color: var(--c-warn-border); }
.lxk50d .mmi5j    .gsxc::before { content: "◉"; color: #60a5fa; }
.rxbja9 .u7i3nuzl     .gsxc::before { content: "★"; color: var(--c-tip-border); }
.rxbja9 .bhvcv39 .gsxc::before { content: "◆"; color: var(--c-warn-border); }
.rxbja9 .mmi5j    .gsxc::before { content: "●"; color: #60a5fa; }
.prt77uj .u7i3nuzl     .gsxc::before { content: "▶"; color: var(--c-tip-border); }
.prt77uj .bhvcv39 .gsxc::before { content: "■"; color: var(--c-warn-border); }
.prt77uj .mmi5j    .gsxc::before { content: "▸"; color: #60a5fa; }
.jgeexw31 .u7i3nuzl     .gsxc::before { content: "→"; color: var(--c-tip-border); }
.jgeexw31 .bhvcv39 .gsxc::before { content: "⬥"; color: var(--c-warn-border); }
.jgeexw31 .mmi5j    .gsxc::before { content: "◈"; color: #60a5fa; }
.si1n2 .bdab .x5n0qwk,
.si1n2 .nlkbr5vm .x5n0qwk  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.si1n2 .ab3m                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.si1n2 .txwlhyt                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.si1n2 .jasarl8            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.si1n2 .k0kvki4          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.si1n2 .k23ah                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.aeh4e .bdab .x5n0qwk,
.aeh4e .nlkbr5vm .x5n0qwk,
.aeh4e .ab3m,
.aeh4e .txwlhyt,
.aeh4e .jasarl8,
.aeh4e .k0kvki4,
.aeh4e .k23ah,
.aeh4e .asiy4r2l .y7wvoex { box-shadow: none; }
.py8b42   .w3po4mk, .py8b42 .d0j0jt, .py8b42 .c5zn3pot,
.py8b42   .nwpe, .py8b42 .ba8w51z { font-size: 0.9rem; }
.py8b42   .b6g7izox, .py8b42 .itk5915x { font-size: 0.9rem; }
.rqqew9   .w3po4mk, .rqqew9 .d0j0jt, .rqqew9 .c5zn3pot,
.rqqew9   .nwpe, .rqqew9 .ba8w51z { font-size: 0.9rem; }
.rqqew9   .b6g7izox, .rqqew9 .itk5915x { font-size: 0.9rem; }
.oqq1ebtd   .w3po4mk, .oqq1ebtd .d0j0jt, .oqq1ebtd .c5zn3pot,
.oqq1ebtd   .nwpe, .oqq1ebtd .ba8w51z { font-size: 1.08rem; }
.oqq1ebtd   .b6g7izox, .oqq1ebtd .itk5915x { font-size: 1.05rem; }
.oqq1ebtd   .s8s1n8 { font-size: 0.97rem; }
.qzg19 .xrr1mb36      { font-size: 3.2rem; }
.qzg19 h2.n823pq8u { font-size: 1.9rem; }
.qzg19 h3.cdzd     { font-size: 1.4rem; }
.ve2h7 .xrr1mb36      { font-size: 3.8rem; }
.ve2h7 h2.n823pq8u { font-size: 2.2rem; }
.ve2h7 h3.cdzd     { font-size: 1.6rem; }
.by21q + .by21q { position: relative; }
.m9e2   .by21q + .by21q::before,
.ld09adqi  .by21q + .by21q::before,
.ynp2v   .by21q + .by21q::before,
.pq5iyc1h   .by21q + .by21q::before,
.q2m4tu   .by21q + .by21q::before,
.ketarb6 .by21q + .by21q::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.m9e2 .by21q + .by21q::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ld09adqi .by21q + .by21q::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ynp2v .by21q + .by21q::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;
}
.pq5iyc1h .by21q + .by21q::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ms28g .by21q { margin-bottom: 16px; }
.ms28g .by21q + .by21q { margin-top: 0; }
.ms28g .r59vpn { padding-top: 0; padding-bottom: 0; }
.q2m4tu .by21q + .by21q::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ketarb6 .by21q + .by21q::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.i79dl .by21q + .by21q::before,
.ngjpakk .by21q + .by21q::before,
.konv7k .by21q + .by21q::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%;
}
.mnzw5zg .i79dl .by21q:nth-child(even)::before,
.mnzw5zg .ngjpakk .by21q:nth-child(even)::before,
.mnzw5zg .konv7k .by21q:nth-child(even)::before { background: var(--bg-surface); }
.mulsfayl .i79dl .by21q:nth-child(even)::before,
.mulsfayl .ngjpakk .by21q:nth-child(even)::before,
.mulsfayl .konv7k .by21q:nth-child(even)::before { background: var(--bg-card); }
.i79dl .by21q + .by21q::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");
}
.ngjpakk .by21q + .by21q::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");
}
.konv7k .by21q + .by21q::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");
}
.m1b2t01 .u0b23lr { overflow: hidden; }
.zx8la0w .tpkf,
.u31er .tpkf { margin-bottom: 60px; }
.m1b2t01 .tpkf { margin-bottom: 70px; }
.m1b2t01 .axt4 { padding-bottom: 70px; }
.m1b2t01 .u0b23lr::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.m1b2t01 .u0b23lr::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.p2l3jmp6 .f5nf4n { background: var(--accent); }
.p2l3jmp6 .f5nf4n .pw4qf3w9 { background: none; }
.p2l3jmp6 .ypx2r { background: var(--accent); }
.p2l3jmp6 .lvamz { background: var(--accent-bg); }
.p2l3jmp6 .u0b23lr:not(.f5nf4n) .pw4qf3w9 { background: rgba(0,0,0,0.6); }
.f7rgt .t05dl7 { float: left; width: 38%; margin: 0 28px 16px 0; }
.f7rgt .t05dl7 .mny6nf { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.f7rgt .r59vpn::after { content: ''; display: block; clear: both; }
.ablz5j5f .t05dl7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ablz5j5f .t05dl7 .mny6nf { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.ablz5j5f .r59vpn::after { content: ''; display: block; clear: both; }
.j8sslu .by21q:nth-child(odd)  .t05dl7 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.j8sslu .by21q:nth-child(even) .t05dl7 { float: right; width: 38%; margin: 0 0 16px 28px; }
.j8sslu .t05dl7 .mny6nf { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.j8sslu .r59vpn::after { content: ''; display: block; clear: both; }
.f7rgt .tj93h,
.f7rgt .a6mvd5y,
.ablz5j5f .tj93h,
.ablz5j5f .a6mvd5y,
.j8sslu .tj93h,
.j8sslu .a6mvd5y { clear: both; }
.f7rgt .b6g7izox,
.f7rgt .itk5915x,
.ablz5j5f .b6g7izox,
.ablz5j5f .itk5915x,
.j8sslu .b6g7izox,
.j8sslu .itk5915x { overflow: hidden; }
@media (max-width: 640px) {
  .f7rgt .t05dl7,
  .ablz5j5f .t05dl7,
  .j8sslu .t05dl7 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.g0bk .as96n,
.g0bk .r59vpn,
.g0bk .vmeb8wtx  { max-width: 1100px; }
.nlkzq3 .as96n,
.nlkzq3 .r59vpn,
.nlkzq3 .vmeb8wtx  { max-width: 1200px; }
.nlkzq3 { --content-mw: 1200px; }
.tri0x .as96n,
.tri0x .r59vpn,
.tri0x .vmeb8wtx  { max-width: 1320px; }
.nj69hmr2 { font-size: 0.82rem; color: var(--text-muted); }
.n0crr { display: flex; align-items: center; }
.e9l35 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.z7l1 { display: flex; align-items: center; }
.ag7v { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ag7v:hover { text-decoration: underline; }
.zjkqn61 { margin: 0 3px; opacity: 0.45; }
.zjkqn61::before { content: '/'; }
.wyjole3 { padding: 2px 5px; color: var(--text-main); }
.w64npz .nj69hmr2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.w64npz .n0crr { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.dqbc1b1b .nj69hmr2 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.dqbc1b1b .n0crr { padding: 0 0 0 12px; }
.bvqkk .n0crr { padding: 0 16px; }
.bvqkk .nj69hmr2 {
  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);
}
.bvqkk .as96n { padding-top: 28px; }
.g0bk.w64npz .n0crr { max-width: 1100px; }
.nlkzq3.w64npz .n0crr { max-width: 1200px; }
.tri0x.w64npz .n0crr { max-width: 1320px; }
.nlkzq3 .wt218 { max-width: 1200px; }
.ggbf3ix .by21q { padding-top: 16px; padding-bottom: 16px; }
.vrfx .by21q { padding-top: 24px; padding-bottom: 24px; }
.q3i6ja7 .by21q { padding-top: 40px; padding-bottom: 40px; }
.s4ad1d1 .by21q { padding-top: 52px; padding-bottom: 52px; }
.j43xymmy .by21q:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.j43xymmy .by21q:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.j43xymmy .by21q:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.j43xymmy .by21q:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.iuatn5 .r59vpn { padding-top: 10px;  padding-bottom: 10px; }
.epqad8d .r59vpn { padding-top: 18px;  padding-bottom: 18px; }
.vrnx4q25 .r59vpn { padding-top: 36px;  padding-bottom: 36px; }
.l0tb .r59vpn { padding-top: 48px;  padding-bottom: 48px; }
.b8f1kkz h2.n823pq8u { font-weight: 600; }
.b8f1kkz h3.cdzd     { font-weight: 600; }
.trjm29 { font-weight: 500; }
.trjm29 h2.n823pq8u { font-weight: 800; }
.trjm29 h3.cdzd     { font-weight: 700; }
.idq2fj6 h2.n823pq8u { font-weight: 900; }
.idq2fj6 h3.cdzd     { font-weight: 800; }
.idq2fj6 .y7wvoex strong,
.idq2fj6 .y7wvoex strong { font-weight: 600; }
.vqjl {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.garhr .vqjl { display: none; }
@media (max-width: 640px) { .vqjl { display: none; } }
.vqjl { background: var(--accent) !important; color: #fff !important; border: none !important; }
.vqjl:hover { opacity: 0.85; }
.zrswb7x .vqjl { background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important; }
.cm2nvudg .vqjl,
.cmfx  .vqjl { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.cm2nvudg .vqjl:hover,
.cmfx  .vqjl:hover { opacity: 0.88; }
.zrswb7x.cm2nvudg .vqjl,
.zrswb7x.cmfx  .vqjl { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.f2yve3 {
  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;
}
.f2yve3:hover { transform: translateY(-2px); opacity: 0.92; }
.f2yve3 { background: var(--accent) !important; color: #fff !important; border: none !important; }
.itcgtr .f2yve3 { display: none; }
.r1s01m0 .f2yve3 { right: 32px; }
.d1oy2a  .f2yve3 { left: 32px; }
@media (max-width: 480px) {
  .r1s01m0 .f2yve3 { right: 20px; bottom: 20px; }
  .d1oy2a  .f2yve3 { left: 20px; bottom: 20px; }
}
.z0agjr3 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.vmeb8wtx { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.bse6ewk { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.itjk { color: var(--text-dim); font-size: 0.8rem; }
.ok0vhg6 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ok0vhg6 img { height: 26px; width: auto; object-fit: contain; }
.w6mu a, .lqhyfh56 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.w6mu a:hover, .lqhyfh56 a:hover { color: var(--accent-light); }
.lqhyfh56 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.tmh2o8ri .vmeb8wtx { text-align: center; }
.tmh2o8ri .lqhyfh56 { justify-content: center; margin-bottom: 16px; }
.tmh2o8ri .bse6ewk { margin-top: 0; }
.o3rt9whz { margin-top: 10px; }
.o3rt9whz a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .vmeb8wtx { padding-left: 16px; padding-right: 16px; }
  .zzqozj8j .vmeb8wtx { padding: 20px 16px; }
  .lqhyfh56 { gap: 4px 12px; }
  .bse6ewk { font-size: 0.78rem; }
}
.nt6y7x8a .woxh0 .ok0vhg6 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.nt6y7x8a .bse6ewk { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.nt6y7x8a .itjk { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .nt6y7x8a .u786 { grid-template-columns: 1fr 1fr; } .nt6y7x8a .woxh0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nt6y7x8a .u786 { grid-template-columns: 1fr; } }
.ineu .ok0vhg6 { 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; }
.ineu .bse6ewk { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ineu .tcelpnt { gap: 12px; } .ineu .ok0vhg6 { margin-right: 0; width: 100%; } }
.hmhe .r1ksn9k .ok0vhg6 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.hmhe .bse6ewk { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hmhe .itjk { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hmhe .y9csq36 { grid-template-columns: 1fr 1fr; } .hmhe .r1ksn9k { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hmhe .y9csq36 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .opacyum .s4zj { grid-template-columns: 1fr 1fr; } .opacyum .yb0xm:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .opacyum .s4zj { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .pq38t3k1 .s4zj { grid-template-columns: 1fr; } }
.db9s8 .vmeb8wtx { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.db9s8 .lqhyfh56 { justify-content: center; }
.lwrc .gdbid      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.lwrc .z0agjr3 { background: var(--bg-page); border-top-color: var(--border-alt); }
.zuqhwj0 .gdbid      { background: #0d1117; border-bottom-color: #21262d; }
.zuqhwj0 .x54ec { color: var(--accent-light); }
.zuqhwj0 .xhem6n98 { --msep-color: #8b949e; }
.zuqhwj0 .xhem6n98 a { color: #8b949e; }
.zuqhwj0 .xhem6n98 a:hover { color: var(--accent-light); }
.zuqhwj0 .z13hg { color: #8b949e; }
.zuqhwj0 .z0agjr3 { background: #0d1117; border-top-color: #21262d; }
.zuqhwj0 .bse6ewk,
.zuqhwj0 .itjk { color: #6e7681; }
.zuqhwj0 .w6mu a, .zuqhwj0 .lqhyfh56 a,
.zuqhwj0 .thfe0 a, .zuqhwj0 .ok0vhg6 { color: #8b949e; }
.zuqhwj0 .w6mu a:hover, .zuqhwj0 .lqhyfh56 a:hover,
@media (max-width: 640px) {
  .zuqhwj0 .xhem6n98 { background: #0d1117; border-top-color: #21262d; }
  .zuqhwj0 .xhem6n98 li a { border-bottom-color: #21262d; }
}
.t1kfg7oe .gdbid      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.t1kfg7oe .x54ec { color: var(--accent); }
.t1kfg7oe .xhem6n98 { --msep-color: #475569; }
.t1kfg7oe .xhem6n98 a { color: #475569; }
.t1kfg7oe .xhem6n98 a:hover { color: var(--accent); }
.t1kfg7oe .z13hg { color: #64748b; }
.t1kfg7oe .z0agjr3 { background: #f0f4f8; border-top-color: #cbd5e1; }
.t1kfg7oe .bse6ewk,
.t1kfg7oe .itjk { color: #64748b; }
.t1kfg7oe .w6mu a, .t1kfg7oe .lqhyfh56 a,
.t1kfg7oe .thfe0 a, .t1kfg7oe .ok0vhg6 { color: #374151; }
.t1kfg7oe .w6mu a:hover, .t1kfg7oe .lqhyfh56 a:hover,
@media (max-width: 640px) {
  .t1kfg7oe .xhem6n98 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .t1kfg7oe .xhem6n98 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.cm2nvudg .gdbid      { background: var(--accent); border-bottom-color: var(--accent-light); }
.cm2nvudg .x54ec { color: #fff; }
.cm2nvudg .xhem6n98 { --msep-color: rgba(255,255,255,0.82); }
.cm2nvudg .xhem6n98 a { color: rgba(255,255,255,0.82); }
.cm2nvudg .xhem6n98 a:hover { color: #fff; }
.cm2nvudg .z13hg { color: rgba(255,255,255,0.9); }
.cm2nvudg .kxxh0t32 a { color: var(--text-primary) !important; }
.cm2nvudg .kxxh0t32 a:hover { color: var(--accent) !important; }
.cm2nvudg .z0agjr3 { background: var(--accent); border-top-color: var(--accent-light); }
.cm2nvudg .bse6ewk,
.cm2nvudg .itjk { color: rgba(255,255,255,0.72); }
.cm2nvudg .w6mu a, .cm2nvudg .lqhyfh56 a,
.cm2nvudg .thfe0 a, .cm2nvudg .ok0vhg6 { color: rgba(255,255,255,0.82); }
.cm2nvudg .w6mu a:hover, .cm2nvudg .lqhyfh56 a:hover,
@media (max-width: 640px) {
  .cm2nvudg .xhem6n98 { background: var(--accent); border-top-color: var(--accent-light); }
  .cm2nvudg .xhem6n98 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.cmfx .gdbid {
  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);
}
.cmfx .z0agjr3 {
  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) {
  .cmfx .xhem6n98 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.iookgi .dn1mhl { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vg9k .dn1mhl { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.oq5ffzz .dn1mhl { min-height: 72px; height: auto; }
.hps1kbvg .dn1mhl { min-height: 84px; height: auto; }
.zzqozj8j .dn1mhl { max-width: none; padding: 0 32px; }
.zzqozj8j .vmeb8wtx  { max-width: none; padding: 24px 32px; }
.i7uj.nlkzq3 .dn1mhl { max-width: 1200px; }
.i7uj.tri0x .dn1mhl { max-width: 1320px; }
.rense   .x54ec { text-transform: capitalize; }
.secmf .x54ec { text-transform: lowercase; }
.ole6kh .x54ec { text-transform: uppercase; letter-spacing: 0.06em; }
.d888, .hpdneyg {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zyye .d888,
.zyye .hpdneyg { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.gcs9o20 .d888,
.gcs9o20 .hpdneyg { 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; }
.dce5l .d888,
.dce5l .hpdneyg { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.tdxwrr8g .d888,
.tdxwrr8g .hpdneyg { 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; }
.fz63   .xhem6n98 a { font-weight: 500; }
.i2qzco .xhem6n98 a { font-weight: 600; }
.i3fl2eh4     .xhem6n98 a { font-weight: 700; }
.b8jrwf3    .xhem6n98 a { font-weight: 800; letter-spacing: 0.01em; }
.y2porc7r     .xhem6n98 > li + li::before,
.p7uj    .xhem6n98 > li + li::before,
.y4vv    .xhem6n98 > li + li::before,
.ten09cl .xhem6n98 > li + li::before,
.v24wvmcl .xhem6n98 > li + li::before,
.acdoszgh  .xhem6n98 > li + li::before,
.d7w4re9    .xhem6n98 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.y2porc7r     .xhem6n98 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.p7uj    .xhem6n98 > li + li::before { content: "|"; }
.y4vv    .xhem6n98 > li + li::before { content: "—"; }
.ten09cl .xhem6n98 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.v24wvmcl .xhem6n98 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.acdoszgh  .xhem6n98 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.d7w4re9    .xhem6n98 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .brcj .z13hg,
  .x2upo2 .z13hg,
  .upovc .z13hg,
  .honwkw2 .z13hg,
  .a0r011kt .z13hg {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .brcj .z13hg::before,
  .x2upo2 .z13hg::before,
  .upovc .z13hg::before,
  .honwkw2 .z13hg::before,
  .a0r011kt .z13hg::before { content: ""; display: block; flex-shrink: 0; }

  
  .brcj .z13hg::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;
  }

  
  .x2upo2 .z13hg::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;
  }

  
  .upovc .z13hg::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;
  }

  
  .honwkw2 .z13hg::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;
  }

  
  .a0r011kt .z13hg::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) {
  .icdt1 .z13hg {
    padding: 5px 14px;
  }
  .icdt1 .xhem6n98 {
    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;
  }
  .icdt1 .xhem6n98 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .icdt1 .xhem6n98 li a:hover { background: var(--bg-raised); }
  .icdt1 .hp0tth,
  .yhpf5nk0 .hp0tth,
  .tvypc .hp0tth { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .tmje .z13hg {
    padding: 5px 10px;
  }
  .tmje .xhem6n98 {
    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);
  }
  .tmje .xhem6n98.thugas { transform: translateX(0); }
  .tmje .xhem6n98 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .tmje .xhem6n98 li:last-child a { border-bottom: none; }
  .cm2nvudg .xhem6n98,
  .zuqhwj0 .xhem6n98 { background: var(--accent) !important; }
  .cm2nvudg .xhem6n98 li a,
  .zuqhwj0 .xhem6n98 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .tvypc .z13hg {
    padding: 5px 10px;
  }
  .tvypc .xhem6n98 {
    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);
  }
  .tvypc .xhem6n98::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .tvypc .xhem6n98.thugas { transform: translateY(0); }
  .tvypc .xhem6n98 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ebv7a .z13hg {
    padding: 5px 10px;
  }
  .ebv7a .xhem6n98 {
    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;
  }
  .ebv7a .xhem6n98.thugas { opacity: 1; pointer-events: auto; }
  .ebv7a .xhem6n98 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .fqw5     .z13hg { border-radius: 0 !important; }
  .tgqszt   .z13hg { border-radius: 8px !important; }
  .jbj971g .z13hg { border-radius: 50% !important; }
  .zjq6o9y   .z13hg { border-radius: 999px !important; }
}
.ji40pay .l61mj { height: 28px; }
.yfrk .l61mj { height: 54px; }
.aeblfbk .l61mj { height: 54px; }
.dpuf3bdl    .pb4bp3, .dpuf3bdl    .zjw4hua { color: #f59e0b; }
.ap86      .pb4bp3 { font-size: 1rem; letter-spacing: 1.5px; }
.ap86      .zjw4hua   { font-size: 1.35rem; }
.ry8y408m    .pb4bp3, .ry8y408m    .zjw4hua { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.xgkp     .pb4bp3, .xgkp     .zjw4hua { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.j7p0 .pb4bp3, .j7p0 .zjw4hua { color: var(--accent); letter-spacing: 2px; }
.z5tothg5   .pb4bp3, .z5tothg5   .zjw4hua { color: #e91e63; letter-spacing: 2px; }
.mc39a  .pb4bp3, .mc39a  .zjw4hua { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.sls2     .pb4bp3, .sls2     .zjw4hua { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }
.xnh2 .eln7ndx9 + .eln7ndx9 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.b6owf .txwlhyt { padding: 18px 24px; min-height: 68px; }
.rqwh .efsxs {
  font-size: 0.62rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.rqwh .dzq4wv1u {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.gx9fmxa .eln7ndx9 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.th2yom .a6mvd5y { counter-reset: cs-rank; }
.th2yom .txwlhyt { position: relative; counter-increment: cs-rank; }
.th2yom .txwlhyt::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;
}
.vo5plj .a6mvd5y { counter-reset: cs-rank; }
.vo5plj .txwlhyt::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;
}
.u7lqzq .lhih8zq {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.u7lqzq .lhih8zq summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.u7lqzq .lhih8zq p { padding: 0 2px 16px; }
.kwodru9u .lhih8zq { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.kwodru9u .lhih8zq summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.kwodru9u .lhih8zq summary::after { content: "›"; font-size: 1.2em; }
.kwodru9u .lhih8zq[open] summary::after { content: "‹"; }
.kwodru9u .lhih8zq p { padding: 10px 22px 4px; }
.ph8paiqc .lhih8zq {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ph8paiqc .lhih8zq summary { color: var(--text-primary); padding-left: 16px; }
.ph8paiqc .lhih8zq summary::after { content: "›"; font-size: 1.1em; }
.ph8paiqc .lhih8zq[open] summary::after { content: "‹"; }
.ph8paiqc .lhih8zq p { padding-left: 16px; }
.d3dlibpl .bn6p { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.d3dlibpl .lhih8zq {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.d3dlibpl .lhih8zq:last-child { border-bottom: none; }
.d3dlibpl .lhih8zq summary { color: var(--text-primary); border-radius: 0; }
.d3dlibpl .lhih8zq summary::after { content: "›"; font-size: 1.1em; }
.d3dlibpl .lhih8zq[open] summary::after { content: "‹"; }
.zvhz .lhih8zq { overflow: hidden; }
.zvhz .lhih8zq summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.zvhz .lhih8zq summary::after { color: rgba(255,255,255,.75); }
.zvhz .lhih8zq[open] summary { border-radius: 0; }
.iuboj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ose0q {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.jmdkfbqc {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.mfe0bl { color: var(--text-muted); font-size: 1.05rem; }
.exiskf {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.n4e2qu { margin-bottom: 20px; }
.zbft {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.zn845pr {
  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;
}
.zn845pr:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.lzpmxhq { resize: vertical; min-height: 130px; }
.us9wd { width: 100%; margin-top: 8px; }
.dkvy3 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.kvze {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.cszt { color: var(--text-muted); line-height: 1.75; }
.xbga { max-width: 760px; margin: 0 auto; }
.vj4h { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.v7mu { max-width: 760px; margin: 0 auto; }
@media (max-width: 640px) { .o92k { grid-template-columns: 1fr; gap: 10px; } }
.yjd4uw { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.n736b { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.jn9x0np { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.n736b p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.n736b .trbt0 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yjd4uw { grid-template-columns: 1fr; } }
.nqcg5eat { max-width: 760px; margin: 0 auto; }
.wfr7 { position: relative; padding-left: 28px; }
.wfr7::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.x6f8 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.x6f8:last-child { padding-bottom: 0; }
.pwmtag29 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.hb3h7 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.hb3h7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.n75svkl .jmdkfbqc { color: var(--accent-light); }
.nfx5 .jmdkfbqc { font-size: 2rem; }
.nfx5 .mfe0bl { max-width: 680px; }
.o0d3ot9 .jmdkfbqc { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.o0d3ot9 .mfe0bl  { margin: 0; }
@media (max-width: 640px) { .o0d3ot9 { flex-direction: column; } }
.axj0e1bf .jmdkfbqc { color: var(--accent-light); }
.pyswa .jmdkfbqc { color: #fff; }
.pyswa .mfe0bl  { color: rgba(255,255,255,0.85); }
.dxgu4j { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .n8yjof23 { grid-template-columns: 1fr; } }
.rery .zn845pr {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.rery .zn845pr:focus { border-bottom-color: var(--accent); box-shadow: none; }
.welgm4 .zn845pr { background: var(--bg-raised); border-color: transparent; }
.welgm4 .zn845pr:focus { background: var(--bg-card); border-color: var(--accent); }
.nzix .zn845pr { border-radius: 100px; padding: 11px 20px; }
.nzix .lzpmxhq { border-radius: 14px; }
.p2hm1s {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.p2hm1s summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.p2hm1s summary::-webkit-details-marker { display: none; }
.p2hm1s summary::after { content: "+"; color: var(--accent); font-size: 1.2rem; flex-shrink: 0; }
.p2hm1s[open] summary::after { content: "−"; }
.fg3l9 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .q2o99165 { grid-template-columns: 1fr; } }
.vn62wh2 { counter-reset: priv-count; }
.jl3nxv4w {
  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);
}
.jl3nxv4w:last-child { border-bottom: none; }
.wud6l {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.jl3nxv4w h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.jl3nxv4w p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.lvdf76{display:none}
.lvdf76:empty,.w56k9iz:empty{display:none}
.qrpm{position:relative;overflow:visible}
.v5kyn19v .qf4c,.gwb0h .qf4c,
.muci8a .qf4c,.w0d2ip .qf4c,
.uins .qf4c,.jztsiri .qf4c{display:block}
.nk5tb0my .ck0z{display:block}
.v5kyn19v .qf4c,.gwb0h .qf4c,
.muci8a .qf4c,.w0d2ip .qf4c,
.uins .qf4c{position:absolute;z-index:3;left:50%;transform:translateX(-50%);width:100%;max-width:1100px;padding:0 24px;box-sizing:border-box}
.v5kyn19v .qf4c .w56k9iz,.gwb0h .qf4c .w56k9iz,
.muci8a .qf4c .w56k9iz,.w0d2ip .qf4c .w56k9iz,
.uins .qf4c .w56k9iz{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}
.v5kyn19v .x2rh7,.gwb0h .x2rh7,
.muci8a .x2rh7,.w0d2ip .x2rh7,
.uins .x2rh7{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.v5kyn19v .qf4c,.gwb0h .qf4c{top:12px}
.v5kyn19v .qf4c .w56k9iz{margin-right:auto}
.gwb0h .qf4c .w56k9iz{margin-left:auto}
.gwb0h .qf4c{text-align:right}
.muci8a .qf4c,.w0d2ip .qf4c{bottom:12px}
.muci8a .qf4c .w56k9iz{margin-right:auto}
.w0d2ip .qf4c .w56k9iz{margin-left:auto}
.w0d2ip .qf4c{text-align:right}
.uins .qf4c{bottom:16px}
.uins .qf4c .w56k9iz{margin:0 auto}
.jztsiri .qf4c{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.jztsiri .qf4c .w56k9iz{margin:0}
.jztsiri .lvamz~.qf4c,
.jztsiri .qfw3~.qf4c{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.jztsiri .lvamz~.qf4c .w56k9iz,
.jztsiri .qfw3~.qf4c .w56k9iz{justify-content:flex-start}
.lvamz~.qf4c,.qfw3~.qf4c{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}
.lvamz~.qf4c .w56k9iz{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qfw3~.qf4c .w56k9iz{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ck0z .w56k9iz{margin:0 0 12px}
.w56k9iz{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.x2rh7{white-space:nowrap}
.aoky .cavx2ygh{display:none}
.yq1xy .x2rh7{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.yq1xy .p4er::before{content:""}
.i9bg .x2rh7{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.u3yqg5 .w56k9iz{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.gjcx .x2rh7{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.y4hg .x2rh7{color:var(--accent);opacity:1;font-weight:500}
.k74f255 .x2rh7{border-bottom:1px solid currentColor;padding-bottom:2px}
.jjra2d .w56k9iz{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.g61vdh17{--date-bg:transparent}
.xil0cj .x2rh7 + .x2rh7::before{content:"•";margin-right:6px;opacity:.4}
.ifwk8vyu .x2rh7 + .x2rh7::before{content:"/";margin-right:6px;opacity:.35}
.y2y8vggn .x2rh7 + .x2rh7::before{content:"|";margin-right:6px;opacity:.3}
.ya2y9 .x2rh7 + .x2rh7::before{content:"—";margin-right:6px;opacity:.3}
.w1n5jyef .x2rh7 + .x2rh7::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.kyjol9 .p4er::before{content:"·";opacity:.4}
.kyjol9 .x2rh7 + .x2rh7::before{content:"·";margin-right:6px;opacity:.4}
.evldos7p .x2rh7 + .x2rh7::before{content:"›";margin-right:6px;opacity:.4}
.wzp0 .x2rh7 + .x2rh7::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.gaqhe1ov{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.z1ew1y{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.xode1ilc{display:flex;flex-direction:column;gap:3px}
.urvr99j{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.pxpwa{font-weight:700;font-size:1rem;color:var(--text-heading)}
.daqebdw{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.ld7j2 .gaqhe1ov{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.hb150lpl .gaqhe1ov{border-top:3px solid var(--accent);padding-top:18px}
.uxfidk .gaqhe1ov{border-left:3px solid var(--accent);border-radius:0}
.cfchh2 .gaqhe1ov{padding:20px 0}
@media(max-width:640px){
  .gaqhe1ov{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .daqebdw{max-width:100%}
}
:root {
  --accent:          #9e99c3;
  --accent-light:    #cdc7f3;
  --accent-pale:     #e4dfff;
  --grad-start:      #343054;
  --grad-end:        #726d95;
  --bg-page: #0e0e12;
  --bg-surface: #0e0e12;
  --bg-card: #141318;
  --bg-card-inner: #1a191f;
  --bg-raised: #201f26;
  --bg-hover: #26252d;
  --border: #494750;
  --border-alt: #77747f;
  --border-section: #494750;
  --text-primary: #e8e3f0;
  --text-muted: #ada9b5;
  --text-body: #c9c5cb;
  --text-sub: #a09da3;
  --text-faint: #6c6a6f;
  --text-dim: #535157;
  --text-label: #858388;
  --text-value: #bbb7be;
  --accent-bg:       #302c4f;
  --accent-bg-light: #3b375b;
  --bg-tip:        #1a2e1a;
  --bg-warning:    #2d1f0e;
  --bg-info:       #1a1f2e;
  --bg-pros:       #1a2e1a;
  --bg-cons:       #2d1a1a;
  --c-pros:        #6ee7b7;
  --c-cons:        #fca5a5;
  --c-pros-label:  #34d399;
  --c-tip-border:  #34d399;
  --c-warn-border: #f59e0b;
  --c-stars:       #f59e0b;
  --c-arrow:       #f59e0b;
  --c-tag-pay:     #6ee7b7;
}
:root { --logo-bg-opacity: 44%; }
body, button, input { font-family: "Exo 2", sans-serif; }
.kprn .gsxc { font-size: 0; width: 1.2rem; flex-shrink: 0; }.kprn .gsxc::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.kprn .u7i3nuzl     .gsxc::before { content: "";  color: var(--c-tip-border); }.kprn .bhvcv39 .gsxc::before { content: ""; color: var(--c-warn-border); }.kprn .mmi5j    .gsxc::before { content: ""; color: #60a5fa; }.b6m0 .kprn .u7i3nuzl     .gsxc::before { color: #10b981; }.b6m0 .kprn .bhvcv39 .gsxc::before { color: #f43f5e; }.b6m0 .kprn .mmi5j    .gsxc::before { color: #a855f7; }.rqshhw4  .kprn .u7i3nuzl     .gsxc::before { color: #eab308; }.rqshhw4  .kprn .bhvcv39 .gsxc::before { color: #ef4444; }.rqshhw4  .kprn .mmi5j    .gsxc::before { color: #f97316; }.y2jixau  .kprn .u7i3nuzl     .gsxc::before { color: #38bdf8; }.y2jixau  .kprn .bhvcv39 .gsxc::before { color: #818cf8; }.y2jixau  .kprn .mmi5j    .gsxc::before { color: #2dd4bf; }.pws230ae .kprn .gsxc::before { color: var(--accent-light) !important; }
.v0kf .ivpk li::before, .v0kf .p4cvmdq 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; }.v0kf .ivpk li::before { content: ""; }.v0kf .p4cvmdq li::before { content: ""; }.v0kf .icm4::before, .v0kf .xxyow4::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.v0kf .icm4::before { content: ""; }.v0kf .xxyow4::before { content: ""; }
.g2ko .wlv3, .g2ko .lvamz { min-height: 320px; }
.zjkqn61::before { content: '>'; }
.i8tbuhuf .x2rh7::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.i8tbuhuf .x2rh7:first-of-type::before{content:"\f06e"}.i8tbuhuf .x2rh7:last-of-type::before{content:"\f4fc"}