: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;
}
.yhok {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.q78qs9 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.twpb5u {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.memueb { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.b3mr3 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.b3mr3 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.b3mr3 a:hover { color: var(--accent-light); }
.t499     .ve3nff5 { border-radius: 24px; padding: 8px; }
.t499 .ve3nff5 li a { border-radius: 16px; }
.z3wa5cw .ve3nff5 li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .ve3nff5 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .gqhru:hover .ve3nff5,
  .gqhru:focus-within .ve3nff5 { display: block; }
  .ve3nff5 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.x3kwmp {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.scvwxw { display: none; }
@media (max-width: 640px) {
  .scvwxw {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .scvwxw.zigf { display: block; }
}
@media (max-width: 640px) {
  .x3kwmp { display: block; }
  .b3mr3 > li + li::before { display: none !important; }
  .b3mr3 {
    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;
  }
  .b3mr3.zigf { display: flex; }
  .b3mr3 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .b3mr3 li:last-child a { border-bottom: none; }
}
.tfxjxaf { min-height: 480px; }
.i94j055 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.z8iz59mk { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.b394 .z8iz59mk { margin-left: 0; margin-right: 0; }
.xq5kmgmf {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.xq5kmgmf:hover { opacity: 0.88; }
.xjfa0 .i94j055 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xjfa0 .z8iz59mk { color: #e2e8f0; }
.xjfa0.b394   .hwuaq { text-align: left; }
.z3y5baa .i94j055 { color: var(--text-primary); text-shadow: none; }
.z3y5baa .z8iz59mk { color: var(--text-muted); }
.z3y5baa .xq5kmgmf { margin-top: 16px; }
.z3y5baa, .z3y5baa.tfxjxaf { min-height: auto !important; }
.z3y5baa.b394   .hwuaq { text-align: left; }
@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; }
}
.jeh5c9hw .i94j055 { color: #fff; }
.jeh5c9hw .z8iz59mk { color: rgba(255,255,255,0.85); }
.jeh5c9hw .xq5kmgmf { background: #fff; color: var(--cta); }
.jeh5c9hw .xq5kmgmf:hover { opacity: 0.92; }
.rk57896u .xxt55f { position: relative; overflow: hidden; }
.rk57896u .xxt55f::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.ikpf .xxt55f {
  animation: hg-breathe 7s ease-in-out infinite;
}
.iqalf .xxt55f { position: relative; overflow: hidden; }
.iqalf .xxt55f::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
.cm1kq .xxt55f { position: relative; overflow: hidden; }
.cm1kq .xxt55f::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.prksf5 .xxt55f {
  animation: hg-fadein 1.2s ease-out both;
}
.xxt55f {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.lx9ub13 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.urkeq {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.a187axel {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.xxt55f .i94j055 { text-shadow: none; color: var(--text-primary); }
.xxt55f .z8iz59mk { color: var(--text-muted); }
body.hcakr6tp .i94j055 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.xtvz2dzv .i94j055 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.xxt55f.s3gy6sv .lx9ub13 { align-items: center; text-align: center; }
.xxt55f.b394   .lx9ub13 { align-items: flex-start; text-align: left; }
.nbxfiz .urkeq { position: relative; }
.nbxfiz .urkeq::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.nbxfiz.pq2dzw8 .urkeq::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.ssvh .urkeq {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.ssvh .a187axel {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.ssvh.pq2dzw8 .urkeq { padding: 32px 0 32px 32px; }
.wrs2269i .urkeq {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.wrs2269i .a187axel {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.pq2dzw8 .lx9ub13 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.wrs2269i.pq2dzw8 .urkeq { padding: 40px 16px 40px 48px; }
.boly .urkeq { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .xxt55f { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .xxt55f .urkeq { display: none !important; }
  .boly .urkeq { display: none !important; }
  .y5adfn .f6qp1 { display: none !important; }
  .aquz8 .l6xuw83 { display: none !important; }
  .lx9ub13  { padding: 36px 24px; }
  .xxt55f~.xxe8d,.pq2dzw8~.xxe8d{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .tfxjxaf, .xxt55f { min-height: 320px !important; }
  
  .i94j055 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .pnihhqf9 { display: none !important; }
  
  .bl2ce9 { flex-direction: column; align-items: center; }
  .qolukj { width: 100%; max-width: 340px; }
}
.w4ncdv0b { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ssz3e9yc { width: 100%; height: auto; display: block; border-radius: 10px; }
.dej7mlp .w4ncdv0b        { border-radius: 16px; }
.dej7mlp .ssz3e9yc  { border-radius: 16px; }
.vkhyfkec .w4ncdv0b         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.vkhyfkec .ssz3e9yc   { border-radius: 8px; }
.gl7sxci { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.jr1ho2 { width: 100%; padding: 32px 0; position: relative; }
.yxwr58 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wksprtwm .jr1ho2:nth-child(even) { background: var(--bg-surface); }
.wksprtwm .jr1ho2:nth-child(odd)  { background: var(--bg-page); }
.mnkg9 .jr1ho2:nth-child(even) { background: var(--bg-card); }
.mnkg9 .jr1ho2:nth-child(odd)  { background: var(--bg-page); }
.wksprtwm .jr1ho2:nth-child(odd)  .yxwr58 { background: var(--bg-card); border-radius: 6px; }
.wksprtwm .jr1ho2:nth-child(even) .yxwr58 { background: var(--bg-raised); border-radius: 6px; }
.mnkg9 .jr1ho2:nth-child(odd)  .yxwr58 { background: var(--bg-card); border-radius: 6px; }
.mnkg9 .jr1ho2:nth-child(even) .yxwr58 { background: var(--bg-raised); border-radius: 6px; }
.wksprtwm .jr1ho2:nth-child(even) .b9kyn .zuvd9a,
.mnkg9 .jr1ho2:nth-child(even) .b9kyn .zuvd9a { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wksprtwm .jr1ho2:nth-child(odd) .b9kyn .zuvd9a,
.mnkg9 .jr1ho2:nth-child(odd) .b9kyn .zuvd9a { background: var(--bg-card-inner); }
.wksprtwm .jr1ho2:nth-child(even) .jtxzbp .zuvd9a:nth-child(odd),
.mnkg9 .jr1ho2:nth-child(even) .jtxzbp .zuvd9a:nth-child(odd)  { background: var(--bg-card); }
.wksprtwm .jr1ho2:nth-child(even) .jtxzbp .zuvd9a:nth-child(even),
.mnkg9 .jr1ho2:nth-child(even) .jtxzbp .zuvd9a:nth-child(even) { background: var(--bg-card-inner); }
h1.f401 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.f401 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.jr5hl9h { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.yc16c h2.f401 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ag5vij h2.f401 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.zzeifxt h2.f401 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.bexz6y h2.f401::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.aqnn h2.f401 {
  color: var(--text-primary); font-size: 1.7rem;
}
.zer7d h2.f401::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dsc9u7w h2.f401 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.gks7 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .gks7 { display: none; } }
.i3nh3g { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ciea1x { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.f2tdwzw {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.iyq2 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.mx1mzu { padding-left: 20px; }
.mx1mzu li { margin-bottom: 6px; }
.mx1mzu a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.mx1mzu a:hover { color: var(--accent-light); }
.sx4ebe .iyq2 { display: none; }
.fcubij .iyq2 { display: none; }
.fcubij .mx1mzu { padding-left: 0; list-style: none; }
.fcubij .mx1mzu li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fcubij .mx1mzu a { font-size: 0.92rem; }
.psviq .f2tdwzw { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.psviq .iyq2 { display: none; }
.psviq .mx1mzu { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.psviq .mx1mzu li { margin-bottom: 0; }
.psviq .mx1mzu 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;
}
.psviq .mx1mzu a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.jxvy5nj .f2tdwzw { padding: 20px 20px 16px; }
.jxvy5nj .mx1mzu {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.jxvy5nj .mx1mzu li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.jxvy5nj .mx1mzu a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: 8px;
  padding: 12px 14px; border: 1px solid var(--border);
  font-size: 0.92rem; line-height: 1.35; color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.jxvy5nj .mx1mzu a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.jxvy5nj .mx1mzu a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jxvy5nj .mx1mzu a:focus,
.jxvy5nj .mx1mzu a:focus-visible,
.jxvy5nj .mx1mzu a:target { outline: none; }
.jxvy5nj .mx1mzu li:target a { border-color: var(--border); color: var(--text-muted); }
.yjp5 .f2tdwzw { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.yjp5 .iyq2 { display: none; }
.yjp5 .mx1mzu { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.yjp5 .mx1mzu li { margin-bottom: 0; }
.yjp5 .mx1mzu li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.yjp5 .mx1mzu li:last-child::after { content: ""; margin-right: 0; }
.yjp5 .mx1mzu a { font-size: 0.9rem; }
.zuvd9a { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.b9kyn .zuvd9a { background: var(--bg-card); }
.jtxzbp .zuvd9a:nth-child(odd)  { background: var(--bg-card); }
.jtxzbp .zuvd9a:nth-child(even) { background: var(--bg-raised); }
.cvq52pl .zuvd9a {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.cvq52pl .zuvd9a:last-child { border-bottom: none; }
.cvq52pl h3.jr5hl9h { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.tjppd51w .zuvd9a {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.tjppd51w .zuvd9a + .zuvd9a { margin-top: 4px; }
.zts5pb79 .zuvd9a { background: none; border-radius: 0; padding: 12px 0; }
.zts5pb79 .zuvd9a + .zuvd9a { border-top: 1px solid var(--border-section); }
.i6s9506f { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.nm93 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qs6o1u { color: var(--text-body); margin-bottom: 10px; }
.m6tjsx, .ika8deg { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.m6tjsx li, .ika8deg li { margin-bottom: 6px; }
.ika8deg li { list-style: decimal; }
.badf     .m6tjsx { list-style-type: "● "; }
.z29vfr  .m6tjsx { list-style-type: "■ "; }
.c144qkc .m6tjsx { list-style-type: "◆ "; }
.odj4aovw    .m6tjsx { list-style-type: "★ "; }
.badf     .thr7 { list-style-type: "● "; }
.z29vfr  .thr7 { list-style-type: "■ "; }
.c144qkc .thr7 { list-style-type: "◆ "; }
.odj4aovw    .thr7 { list-style-type: "★ "; }
.badf    .m6tjsx li::marker, .badf    .thr7 li::marker,
.z29vfr .m6tjsx li::marker, .z29vfr .thr7 li::marker,
.c144qkc .m6tjsx li::marker, .c144qkc .thr7 li::marker,
.odj4aovw   .m6tjsx li::marker, .odj4aovw   .thr7 li::marker {
  color: var(--cta); font-size: 1em;
}
.badf .ika8deg,
.z29vfr .ika8deg,
.c144qkc .ika8deg,
.odj4aovw .ika8deg {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.badf .ika8deg li,
.z29vfr .ika8deg li,
.c144qkc .ika8deg li,
.odj4aovw .ika8deg li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.badf .ika8deg li::before,
.z29vfr .ika8deg li::before,
.c144qkc .ika8deg li::before,
.odj4aovw .ika8deg 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;
}
.badf     .ika8deg li::before { border-radius: 50%; }
.z29vfr  .ika8deg li::before { border-radius: 3px; }
.c144qkc .ika8deg li::before { border-radius: 3px; }
.odj4aovw    .ika8deg li::before { border-radius: 50%; }
.fmirkns4 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.i5q7 .fmirkns4,
.hgowdncd .fmirkns4 { background: transparent; border: none; border-radius: 0; }
.uuiz { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.uuiz th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.uuiz td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.uuiz tr:hover td { background: var(--bg-hover); }
.xbr1 .uuiz tbody tr:nth-child(even) td { background: var(--bg-surface); }
.c995o9 .uuiz { border: 1px solid var(--border-alt); }
.c995o9 .uuiz th,
.c995o9 .uuiz td { border: 1px solid var(--border-alt); }
.u3jtky7 .uuiz th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.u3jtky7 .uuiz td { border-bottom: none; }
.u3jtky7 .uuiz tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.cubiut .uuiz th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.gfca .fmirkns4 {
  overflow: hidden;
}
.gfca .uuiz th { border-bottom: 1px solid var(--border-alt); }
.gfca .uuiz tr:last-child td { border-bottom: none; }
.ws3mro4n { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.a8fvs { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ecvihqct { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.li4ts { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.k5xhw1w { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.thr7 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.thr7 li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.vishca .li4ts { background: transparent; text-align: center; }
.o2t5hp .ecvihqct {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.i6lxlwq .ecvihqct {
  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);
}
.wnv6k .a8fvs { display: grid; grid-template-columns: auto 1fr; }
.wnv6k .ecvihqct {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.wnv6k .li4ts { grid-column: 2; }
.wnv6k .k5xhw1w,
.wnv6k .thr7 { grid-column: 1 / -1; }
.rtwe .a8fvs { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.rtwe .ecvihqct {
  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);
}
.rtwe .li4ts { grid-column: 2; }
.rtwe .k5xhw1w,
.rtwe .thr7 { grid-column: 1 / -1; }
.hygxnm9p .a8fvs { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.hygxnm9p .li4ts { background: none; color: var(--accent-light); font-weight: 700; }
.okmcvob1 .a8fvs { 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); }
.okmcvob1 .li4ts { background: none; color: var(--accent-light); font-weight: 700; }
.lu3kn .a8fvs { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.lu3kn .a8fvs:last-child { border-bottom: none; }
.lu3kn .li4ts { background: none; color: var(--accent-light); font-weight: 700; }
.f8ozs .a8fvs { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.f8ozs .li4ts { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.nkrgl .ws3mro4n { counter-reset: card-n; }
.nkrgl .a8fvs  { counter-increment: card-n; }
.nkrgl .li4ts { display: flex; align-items: center; gap: 10px; }
.nkrgl .li4ts::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;
}
.bv3g4k .a8fvs { background: var(--bg-surface); border: 1px solid var(--border); }
.bv3g4k .li4ts { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.tarm { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.j55h  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qzhk { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.t0n2ld { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ca3lm248 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.tarm strong { color: var(--text-primary); font-size: 0.95rem; }
.tarm p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vmiol { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.o83a, .hpyum { border-radius: 8px; padding: 14px; }
.o83a { background: var(--bg-pros); }
.hpyum { background: var(--bg-cons); }
.i1gh { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.o83a .i1gh { color: var(--c-pros-label); }
.hpyum .i1gh { color: #f87171; }
.o83a ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.hpyum ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ssz3e9yc { width: 100%; height: auto; border-radius: 10px; display: block; }
.ttt842 {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.ttt842:hover { opacity: 0.85; }
.rlc7 .ttt842  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.rlc7 .ttt842:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.lbcyh .ttt842  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.lbcyh .ttt842:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.b6u4o .xq5kmgmf { border-radius: 50px; }
.b6u4o .ttt842  { border-radius: 50px; }
.esj3rl6 .xq5kmgmf { padding-left: 22px; padding-right: 22px; }
.esj3rl6 .ttt842  { padding-left: 12px; padding-right: 12px; }
.nwfpz .xq5kmgmf { padding-left: 44px; padding-right: 44px; }
.nwfpz .ttt842  { padding-left: 24px; padding-right: 24px; }
.op26h7md .xq5kmgmf { padding-left: 56px; padding-right: 56px; }
.op26h7md .ttt842  { padding-left: 32px; padding-right: 32px; }
.gh765   .xq5kmgmf::after, .gh765   .ttt842::after,
.rmym .xq5kmgmf::after, .rmym .ttt842::after,
.dvt9    .xq5kmgmf::after, .dvt9    .ttt842::after,
.v1axppq    .xq5kmgmf::after, .v1axppq    .ttt842::after,
.zm5edohs    .xq5kmgmf::after, .zm5edohs    .ttt842::after,
.ea3k     .xq5kmgmf::after, .ea3k     .ttt842::after,
.oael1    .xq5kmgmf::after, .oael1    .ttt842::after,
.og812ne1   .xq5kmgmf::after, .og812ne1   .ttt842::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;
}
.gh765 .xq5kmgmf::after, .gh765 .ttt842::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");
}
.rmym .xq5kmgmf::after, .rmym .ttt842::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");
}
.dvt9 .xq5kmgmf::after, .dvt9 .ttt842::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");
}
.v1axppq .xq5kmgmf::after, .v1axppq .ttt842::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");
}
.zm5edohs .xq5kmgmf::after, .zm5edohs .ttt842::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");
}
.ea3k .xq5kmgmf::after, .ea3k .ttt842::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");
}
.oael1 .xq5kmgmf::after, .oael1 .ttt842::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");
}
.og812ne1 .xq5kmgmf::after, .og812ne1 .ttt842::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");
}
.j2mlz   .kh7z::after, .j2mlz   .dmmja4::after,
.nqgu .kh7z::after, .nqgu .dmmja4::after,
.hkg9    .kh7z::after, .hkg9    .dmmja4::after,
.dv3lj    .kh7z::after, .dv3lj    .dmmja4::after,
.hrlw69    .kh7z::after, .hrlw69    .dmmja4::after,
.x6ib     .kh7z::after, .x6ib     .dmmja4::after,
.snmv    .kh7z::after, .snmv    .dmmja4::after,
.lrbl9xat   .kh7z::after, .lrbl9xat   .dmmja4::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;
}
.j2mlz .kh7z::after, .j2mlz .dmmja4::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");
}
.nqgu .kh7z::after, .nqgu .dmmja4::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");
}
.hkg9 .kh7z::after, .hkg9 .dmmja4::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");
}
.dv3lj .kh7z::after, .dv3lj .dmmja4::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");
}
.hrlw69 .kh7z::after, .hrlw69 .dmmja4::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");
}
.x6ib .kh7z::after, .x6ib .dmmja4::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");
}
.snmv .kh7z::after, .snmv .dmmja4::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");
}
.lrbl9xat .kh7z::after, .lrbl9xat .dmmja4::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");
}
.sq26 .wvzg { background: var(--bg-raised); }
@media (min-width: 721px) {
  .zyitm { flex: 0 0 260px; width: 260px; }
  .l4jlq3 { flex: 0 0 120px; width: 120px; }
  .hekwhi0i { flex: 0 0 110px; width: 110px; }
  .meihl   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .y7ypf8a1 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.y7ypf8a1.ttt842 { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .k4a2ca { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .k4a2ca .kags7r { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .k4a2ca .zyitm { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .k4a2ca .wvzg { width: 100%; min-width: unset; height: 120px; }
  .k4a2ca .uhurx { max-height: 96px; max-width: 200px; }
  .k4a2ca .xfwl { min-width: unset; text-align: center; white-space: normal; }
  .k4a2ca .l4jlq3 { min-width: 0; }
  .k4a2ca .meihl { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .k4a2ca .y7ypf8a1 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .tn3q .kags7r { row-gap: 8px !important; gap: 10px !important; }
}
.gwnqfjr    .qhjh3ees li::before { content: "◆"; }
.gwnqfjr    .ccrmbd li::before { content: "▲"; }
.ispp .kutea8i { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .vkfp .qq0apqr {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .vkfp .l87v8 { margin: 0; }
}
.hgowdncd .vmiol { gap: 10px; }
.hgowdncd .o83a, .hgowdncd .hpyum { padding: 12px; }
.hgowdncd .o83a ul, .hgowdncd .hpyum ul { margin: 4px 0 0; padding-left: 18px; }
.hgowdncd .o83a li, .hgowdncd .hpyum li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .mfjvjdi { grid-template-columns: 1fr; }
  .rure { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .rure .nl0z { width: 72px; height: 50px; }
  .rure .o97i9u { max-width: 180px; }
  .rure .dzyx59s7 { width: auto; }
}
@media (max-width: 720px) {
  .nbicafw { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xh6irra { padding: 16px; }
  .rmlfo8x5 .m4itszj7 { min-width: 50%; }
}
.zt15tn .vmiol { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .yd5xk53 { grid-template-columns: 1fr; }
  .br6nnm { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .gagd2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .kmpj611m { flex-wrap: wrap; padding: 16px; }
}
.celb .vmiol { gap: 8px; }
.celb .o83a, .celb .hpyum { padding: 8px; }
@media (max-width: 480px) {
  .s8dn { flex-direction: column; align-items: stretch; }
}
.aeb9s .dzyx59s7 .ttt842 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .g4ix { flex-direction: column; align-items: stretch; gap: 10px; }
  .aeb9s .dzyx59s7 { text-align: center; }
}
@media (max-width: 720px) {
  .w91xt0 { grid-template-columns: 1fr; }
  .xc87j { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .kb88j { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ierr4 { grid-template-columns: 1fr; }
  .jmcl { width: 100px; height: 100px; margin: 16px auto; }
  .ddwcm { font-size: 1.4rem; }
  .hnsu2x { justify-content: center; }
  .q272ugd3 .m4itszj7 { min-width: 50%; }
}
.y1eo1j .vmiol { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .xyab { flex-wrap: wrap; padding: 14px 16px; }
  .gbb4kcl { padding: 12px 16px; }
  .y1eo1j .vmiol { margin: 0 16px; }
  .y1eo1j .lmyte { padding: 0 16px; }
  .tsd1 { padding: 12px 16px; }
}
.ve11gugi .kags7r { padding: 14px 18px; gap: 16px; }
.ve11gugi .xfwl { font-size: 1rem; }
.ve11gugi .vusdx2 { padding: 14px 18px; gap: 14px; }
.ve11gugi .i5q7 { padding: 14px 18px; }
.ve11gugi .mgwoc { width: 70px; }
.ve11gugi .lbnj h3 { font-size: 1.05rem; }
.lpvc .y7ypf8a1.ttt842 { padding: 14px 30px !important; font-size: 1rem; }
.xa7ro5j .y7ypf8a1.ttt842 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.orem3gp .l4jlq3,
.orem3gp .hekwhi0i,
.orem3gp .hekwhi0i {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.orem3gp .hekwhi0i small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.orem3gp .e4udr .klmbv,
.orem3gp .e4udr strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.orem3gp .rpx750w,
.orem3gp .cs91 { font-size: 1em; }
.ga6kuxlb { margin: 16px 0; }
.lfh66w { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.lfh66w summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.lfh66w summary::after { content: "+"; color: var(--accent-light); }
.lfh66w[open] summary::after { content: "−"; }
.lfh66w p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.jr1ho2 { margin-bottom: 0; }
.zgpn2gnl h2.f401 { color: var(--text-primary); border-color: var(--accent-light); }
.e8khe h2.f401 { color: var(--text-primary); border-color: var(--accent-light); }
.qjwray4 .j55h     { background: #052e16; border-color: #10b981; }
.qjwray4 .qzhk { background: #2d0a1e; border-color: #f43f5e; }
.qjwray4 .t0n2ld    { background: #1e1036; border-color: #a855f7; }
.qjwray4 .tarm strong  { color: #f1f5f9; }
.qjwray4 .tarm p       { color: #cbd5e1; }
.qjwray4 .yeexr    .j55h     .ca3lm248::before,
.qjwray4 .xlsq  .j55h     .ca3lm248::before,
.qjwray4 .h8498gs  .j55h     .ca3lm248::before,
.qjwray4 .mr14c .j55h     .ca3lm248::before { color: #10b981; }
.qjwray4 .yeexr    .qzhk .ca3lm248::before,
.qjwray4 .xlsq  .qzhk .ca3lm248::before,
.qjwray4 .h8498gs  .qzhk .ca3lm248::before,
.qjwray4 .mr14c .qzhk .ca3lm248::before { color: #f43f5e; }
.qjwray4 .yeexr    .t0n2ld    .ca3lm248::before,
.qjwray4 .xlsq  .t0n2ld    .ca3lm248::before,
.qjwray4 .h8498gs  .t0n2ld    .ca3lm248::before,
.qjwray4 .mr14c .t0n2ld    .ca3lm248::before { color: #a855f7; }
.p44uc97 .j55h     { background: #2d2000; border-color: #eab308; }
.p44uc97 .qzhk { background: #2d0b0b; border-color: #ef4444; }
.p44uc97 .t0n2ld    { background: #2d1600; border-color: #f97316; }
.p44uc97 .tarm strong  { color: #f1f5f9; }
.p44uc97 .tarm p       { color: #cbd5e1; }
.p44uc97 .yeexr    .j55h     .ca3lm248::before,
.p44uc97 .xlsq  .j55h     .ca3lm248::before,
.p44uc97 .h8498gs  .j55h     .ca3lm248::before,
.p44uc97 .mr14c .j55h     .ca3lm248::before { color: #eab308; }
.p44uc97 .yeexr    .qzhk .ca3lm248::before,
.p44uc97 .xlsq  .qzhk .ca3lm248::before,
.p44uc97 .h8498gs  .qzhk .ca3lm248::before,
.p44uc97 .mr14c .qzhk .ca3lm248::before { color: #ef4444; }
.p44uc97 .yeexr    .t0n2ld    .ca3lm248::before,
.p44uc97 .xlsq  .t0n2ld    .ca3lm248::before,
.p44uc97 .h8498gs  .t0n2ld    .ca3lm248::before,
.p44uc97 .mr14c .t0n2ld    .ca3lm248::before { color: #f97316; }
.ian0i9e .j55h     { background: #0c1a2e; border-color: #38bdf8; }
.ian0i9e .qzhk { background: #12103a; border-color: #818cf8; }
.ian0i9e .t0n2ld    { background: #0a2020; border-color: #2dd4bf; }
.ian0i9e .tarm strong  { color: #f1f5f9; }
.ian0i9e .tarm p       { color: #cbd5e1; }
.ian0i9e .yeexr    .j55h     .ca3lm248::before,
.ian0i9e .xlsq  .j55h     .ca3lm248::before,
.ian0i9e .h8498gs  .j55h     .ca3lm248::before,
.ian0i9e .mr14c .j55h     .ca3lm248::before { color: #38bdf8; }
.ian0i9e .yeexr    .qzhk .ca3lm248::before,
.ian0i9e .xlsq  .qzhk .ca3lm248::before,
.ian0i9e .h8498gs  .qzhk .ca3lm248::before,
.ian0i9e .mr14c .qzhk .ca3lm248::before { color: #818cf8; }
.ian0i9e .yeexr    .t0n2ld    .ca3lm248::before,
.ian0i9e .xlsq  .t0n2ld    .ca3lm248::before,
.ian0i9e .h8498gs  .t0n2ld    .ca3lm248::before,
.ian0i9e .mr14c .t0n2ld    .ca3lm248::before { color: #2dd4bf; }
.g86c .j55h     { background: var(--accent-bg); border-color: var(--accent-light); }
.g86c .qzhk { background: var(--accent-bg-light); border-color: var(--accent-light); }
.g86c .t0n2ld    { background: var(--accent-bg); border-color: var(--accent-pale); }
.g86c .yeexr    .ca3lm248::before,
.g86c .xlsq  .ca3lm248::before,
.g86c .h8498gs  .ca3lm248::before,
.g86c .mr14c .ca3lm248::before { color: var(--accent-light) !important; }
.crl7q::before,
.dz4769::before { margin-right: 5px; }
.earrp .o83a ul li,
.earrp .qhjh3ees li         { color: #4ade80; }
.earrp .o83a .crl7q { color: #22c55e; }
.earrp .hpyum ul li,
.earrp .ccrmbd li         { color: #f87171; }
.earrp .hpyum .dz4769 { color: #ef4444; }
.girpggd .o83a { background: var(--bg-pros); }
.girpggd .hpyum { background: var(--bg-cons); }
.girpggd .o83a .crl7q { color: var(--c-pros-label); }
.girpggd .hpyum .dz4769 { color: var(--c-cons); }
.girpggd .o83a ul li,
.girpggd .hpyum ul li,
.kmem .o83a { background: var(--bg-pros); }
.kmem .hpyum { background: var(--bg-cons); }
.kmem .o83a .crl7q { color: var(--c-pros-label); }
.kmem .hpyum .dz4769 { color: var(--c-cons); }
.kmem .o83a ul li,
.kmem .hpyum ul li,
.syx21g .crl7q::before { content: "✓ "; }
.syx21g .dz4769::before { content: "✗ "; }
.iywf .crl7q::before { content: "→ "; }
.iywf .dz4769::before { content: "← "; }
.ozbtcage .crl7q::before { content: "★ "; }
.ozbtcage .dz4769::before { content: "✕ "; }
.gwnqfjr .crl7q::before { content: "◆ "; }
.gwnqfjr .dz4769::before { content: "▲ "; }
.mrzd .tarm { background: transparent; border-left: none; border: 1.5px solid; }
.mrzd .j55h     { border-color: var(--c-tip-border); }
.mrzd .qzhk { border-color: var(--c-warn-border); }
.mrzd .t0n2ld    { border-color: #60a5fa; }
.mrzd .tarm strong { color: var(--text-primary); }
.mrzd .tarm p      { color: var(--text-muted); }
.ispp .tarm { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ispp .j55h     { border-top-color: var(--c-tip-border); }
.ispp .qzhk { border-top-color: var(--c-warn-border); }
.ispp .t0n2ld    { border-top-color: #60a5fa; }
.u4rdp .tarm { border-left: none; border-radius: 8px; }
.u4rdp .j55h     { background: #065f46; }
.u4rdp .qzhk { background: #92400e; }
.u4rdp .t0n2ld    { background: #1e3a8a; }
.u4rdp .tarm strong,
.u4rdp .tarm p { color: #fff; }
.u4rdp .ca3lm248::before { color: rgba(255,255,255,0.85) !important; }
.qjwray4.u4rdp .j55h,
.qjwray4 .u4rdp .j55h     { background: #052e16; }
.qjwray4.u4rdp .qzhk,
.qjwray4 .u4rdp .qzhk { background: #2d0a1e; }
.qjwray4.u4rdp .t0n2ld,
.qjwray4 .u4rdp .t0n2ld    { background: #1e1036; }
.p44uc97.u4rdp .j55h,
.p44uc97 .u4rdp .j55h      { background: #2d2000; }
.p44uc97.u4rdp .qzhk,
.p44uc97 .u4rdp .qzhk  { background: #2d0b0b; }
.p44uc97.u4rdp .t0n2ld,
.p44uc97 .u4rdp .t0n2ld     { background: #2d1600; }
.ian0i9e.u4rdp .j55h,
.ian0i9e .u4rdp .j55h      { background: #0c1a2e; }
.ian0i9e.u4rdp .qzhk,
.ian0i9e .u4rdp .qzhk  { background: #12103a; }
.ian0i9e.u4rdp .t0n2ld,
.ian0i9e .u4rdp .t0n2ld     { background: #0a2020; }
.dsmo0 .tarm { border-left: none; border-radius: 6px; padding: 10px 14px; }
.dsmo0 .j55h     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.dsmo0 .qzhk { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.dsmo0 .t0n2ld    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.dsmo0 .tarm strong { color: var(--text-primary); }
.dsmo0 .tarm p      { color: var(--text-muted); }
.l7wvau .tarm { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.yeexr .ca3lm248,
.xlsq .ca3lm248,
.h8498gs .ca3lm248,
.mr14c .ca3lm248 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.yeexr .ca3lm248::before,
.xlsq .ca3lm248::before,
.h8498gs .ca3lm248::before,
.mr14c .ca3lm248::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.yeexr .j55h     .ca3lm248::before { content: "✦"; color: var(--c-tip-border); }
.yeexr .qzhk .ca3lm248::before { content: "▲"; color: var(--c-warn-border); }
.yeexr .t0n2ld    .ca3lm248::before { content: "◉"; color: #60a5fa; }
.xlsq .j55h     .ca3lm248::before { content: "★"; color: var(--c-tip-border); }
.xlsq .qzhk .ca3lm248::before { content: "◆"; color: var(--c-warn-border); }
.xlsq .t0n2ld    .ca3lm248::before { content: "●"; color: #60a5fa; }
.h8498gs .j55h     .ca3lm248::before { content: "▶"; color: var(--c-tip-border); }
.h8498gs .qzhk .ca3lm248::before { content: "■"; color: var(--c-warn-border); }
.h8498gs .t0n2ld    .ca3lm248::before { content: "▸"; color: #60a5fa; }
.mr14c .j55h     .ca3lm248::before { content: "→"; color: var(--c-tip-border); }
.mr14c .qzhk .ca3lm248::before { content: "⬥"; color: var(--c-warn-border); }
.mr14c .t0n2ld    .ca3lm248::before { content: "◈"; color: #60a5fa; }
.vdex3mp .b9kyn .zuvd9a,
.vdex3mp .jtxzbp .zuvd9a  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.vdex3mp .a8fvs                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.vdex3mp .fmirkns4          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vdex3mp .f2tdwzw                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zumnn21 .b9kyn .zuvd9a,
.zumnn21 .jtxzbp .zuvd9a,
.zumnn21 .a8fvs,
.zumnn21 .kags7r,
.zumnn21 .l87v8,
.zumnn21 .fmirkns4,
.zumnn21 .f2tdwzw,
.zumnn21 .l7wvau .tarm { box-shadow: none; }
.b0ahvskj   .qs6o1u, .b0ahvskj .i6s9506f, .b0ahvskj .nm93,
.b0ahvskj   .i3nh3g, .b0ahvskj .ciea1x { font-size: 0.9rem; }
.b0ahvskj   .m6tjsx, .b0ahvskj .ika8deg { font-size: 0.9rem; }
.nddgxhvs   .qs6o1u, .nddgxhvs .i6s9506f, .nddgxhvs .nm93,
.nddgxhvs   .i3nh3g, .nddgxhvs .ciea1x { font-size: 0.95rem; }
.nddgxhvs   .m6tjsx, .nddgxhvs .ika8deg { font-size: 0.95rem; }
.jzdv   .qs6o1u, .jzdv .i6s9506f, .jzdv .nm93,
.jzdv   .i3nh3g, .jzdv .ciea1x { font-size: 1.08rem; }
.jzdv   .m6tjsx, .jzdv .ika8deg { font-size: 1.05rem; }
.jzdv   .uuiz { font-size: 0.97rem; }
.qwat7f .i94j055      { font-size: 3.2rem; }
.qwat7f h2.f401 { font-size: 1.9rem; }
.qwat7f h3.jr5hl9h     { font-size: 1.4rem; }
.pytf0qc1 .i94j055      { font-size: 3.8rem; }
.pytf0qc1 h2.f401 { font-size: 2.2rem; }
.pytf0qc1 h3.jr5hl9h     { font-size: 1.6rem; }
.jr1ho2 + .jr1ho2 { position: relative; }
.lfe8   .jr1ho2 + .jr1ho2::before,
.dz3e25ox  .jr1ho2 + .jr1ho2::before,
.ppr4rqs   .jr1ho2 + .jr1ho2::before,
.m1vb   .jr1ho2 + .jr1ho2::before,
.bivjs   .jr1ho2 + .jr1ho2::before,
.v9xia0 .jr1ho2 + .jr1ho2::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.lfe8 .jr1ho2 + .jr1ho2::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.dz3e25ox .jr1ho2 + .jr1ho2::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ppr4rqs .jr1ho2 + .jr1ho2::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.m1vb .jr1ho2 + .jr1ho2::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qs54l3m .jr1ho2 { margin-bottom: 16px; }
.qs54l3m .jr1ho2 + .jr1ho2 { margin-top: 0; }
.qs54l3m .yxwr58 { padding-top: 0; padding-bottom: 0; }
.bivjs .jr1ho2 + .jr1ho2::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.v9xia0 .jr1ho2 + .jr1ho2::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.s1amkc .jr1ho2 + .jr1ho2::before,
.ykpuay7 .jr1ho2 + .jr1ho2::before,
.m8bkgo7x .jr1ho2 + .jr1ho2::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%;
}
.wksprtwm .s1amkc .jr1ho2:nth-child(even)::before,
.wksprtwm .ykpuay7 .jr1ho2:nth-child(even)::before,
.wksprtwm .m8bkgo7x .jr1ho2:nth-child(even)::before { background: var(--bg-surface); }
.mnkg9 .s1amkc .jr1ho2:nth-child(even)::before,
.mnkg9 .ykpuay7 .jr1ho2:nth-child(even)::before,
.mnkg9 .m8bkgo7x .jr1ho2:nth-child(even)::before { background: var(--bg-card); }
.s1amkc .jr1ho2 + .jr1ho2::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");
}
.ykpuay7 .jr1ho2 + .jr1ho2::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");
}
.m8bkgo7x .jr1ho2 + .jr1ho2::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");
}
.z66dfl .lx9ub13,
.m1golw .lx9ub13 { padding-bottom: 60px; }
.vymrmtmw .lx9ub13 { padding-bottom: 70px; }
.vh83a8oe .xjfa0:not(.jeh5c9hw) .ba9bg94y { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ucplt6 .xxt55f { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vh83a8oe .jeh5c9hw { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.vh83a8oe .gslv3 { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.vh83a8oe .xxt55f { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.di1h2hij .xxt55f { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vne9w3 .xxt55f { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.wf40dx .xxt55f { background: var(--accent-bg); }
.wnkho .w4ncdv0b { float: left; width: 38%; margin: 0 28px 16px 0; }
.wnkho .w4ncdv0b .ssz3e9yc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wnkho .yxwr58::after { content: ''; display: block; clear: both; }
.qn6f .w4ncdv0b { float: right; width: 38%; margin: 0 0 16px 28px; }
.qn6f .w4ncdv0b .ssz3e9yc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qn6f .yxwr58::after { content: ''; display: block; clear: both; }
.sd5f6 .jr1ho2:nth-child(odd)  .w4ncdv0b { float: left;  width: 38%; margin: 0 28px 16px 0; }
.sd5f6 .jr1ho2:nth-child(even) .w4ncdv0b { float: right; width: 38%; margin: 0 0 16px 28px; }
.sd5f6 .w4ncdv0b .ssz3e9yc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sd5f6 .yxwr58::after { content: ''; display: block; clear: both; }
.wnkho .ws3mro4n,
.qn6f .ws3mro4n,
.qn6f .k4a2ca,
.sd5f6 .ws3mro4n,
@media (max-width: 900px) {
  .wnkho .w4ncdv0b,
  .qn6f .w4ncdv0b,
  .sd5f6 .jr1ho2:nth-child(odd)  .w4ncdv0b,
  .sd5f6 .jr1ho2:nth-child(even) .w4ncdv0b {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wnkho .w4ncdv0b .ssz3e9yc,
  .qn6f .w4ncdv0b .ssz3e9yc,
  .sd5f6 .w4ncdv0b .ssz3e9yc {
    max-height: none !important;
  }
}
.wnkho .m6tjsx,
.wnkho .ika8deg,
.qn6f .m6tjsx,
.qn6f .ika8deg,
.sd5f6 .m6tjsx,
.sd5f6 .ika8deg { overflow: hidden; }
@media (max-width: 640px) {
  .wnkho .w4ncdv0b,
  .qn6f .w4ncdv0b,
  .sd5f6 .w4ncdv0b { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wmbtruyf .gl7sxci,
.wmbtruyf .yxwr58,
.wmbtruyf .jxvz2  { max-width: 1100px; }
.ik7r02x .gl7sxci,
.ik7r02x .yxwr58,
.ik7r02x .jxvz2  { max-width: 1200px; }
.gli4 .gl7sxci,
.gli4 .yxwr58,
.gli4 .jxvz2  { max-width: 1320px; }
.edoid { font-size: 0.82rem; color: var(--text-muted); }
.b43gj { display: flex; align-items: center; }
.l3ax {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.dl8d { display: flex; align-items: center; }
.qowrmf { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.qowrmf:hover { text-decoration: underline; }
.k02yymkd { margin: 0 3px; opacity: 0.45; }
.k02yymkd::before { content: '/'; }
.ctsewp { padding: 2px 5px; color: var(--text-main); }
.rgmzp .edoid {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.rgmzp .b43gj { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.xrgqzofh .edoid {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.xrgqzofh .b43gj { padding: 0 0 0 12px; }
.w549 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.vd7pops .b43gj { padding: 0 16px; }
.vd7pops .edoid {
  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);
}
.vd7pops .gl7sxci { padding-top: 28px; }
@media (max-width: 720px) {
  .w549 { margin-top: 18px; padding: 0 16px; }
  .vd7pops .gl7sxci { padding-top: 16px; }
}
.wmbtruyf.rgmzp .b43gj { max-width: 1100px; }
.ik7r02x.rgmzp .b43gj { max-width: 1200px; }
.gli4.rgmzp .b43gj { max-width: 1320px; }
.wmbtruyf .w549 { max-width: 1100px; }
.ik7r02x .w549 { max-width: 1200px; }
.gli4 .w549 { max-width: 1320px; }
.a2kmqxd .jr1ho2 { padding-top: 16px; padding-bottom: 16px; }
.edisr95 .jr1ho2 { padding-top: 24px; padding-bottom: 24px; }
.jaq0 .jr1ho2 { padding-top: 40px; padding-bottom: 40px; }
.fpcou .jr1ho2 { padding-top: 52px; padding-bottom: 52px; }
.rbon2gy .jr1ho2:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.rbon2gy .jr1ho2:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.rbon2gy .jr1ho2:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.rbon2gy .jr1ho2:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.v1p9 .yxwr58 { padding-top: 10px;  padding-bottom: 10px; }
.jpb9bc .yxwr58 { padding-top: 18px;  padding-bottom: 18px; }
.lzls4f7 .yxwr58 { padding-top: 36px;  padding-bottom: 36px; }
.me93y .yxwr58 { padding-top: 48px;  padding-bottom: 48px; }
.e1ebo h2.f401 { font-weight: 600; }
.e1ebo h3.jr5hl9h     { font-weight: 600; }
.dcvcfv h2.f401 { font-weight: 800; }
.dcvcfv h3.jr5hl9h     { font-weight: 700; }
.v21fqjgg { font-weight: 600; }
.v21fqjgg h2.f401 { font-weight: 900; }
.v21fqjgg h3.jr5hl9h     { font-weight: 800; }
.v21fqjgg .tarm strong,
.v21fqjgg .tarm strong { font-weight: 600; }
.kh7z {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.msx9nz0 .kh7z { display: none; }
@media (max-width: 640px) { .kh7z { display: none; } }
.kh7z { background: var(--cta) !important; color: #fff !important; border: none !important; }
.kh7z:hover { opacity: 0.85; }
.licpyhq9 .kh7z { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.wbqk .kh7z,
.ky33  .kh7z { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.wbqk .kh7z:hover,
.ky33  .kh7z:hover { opacity: 0.88; }
.licpyhq9.wbqk .kh7z,
.licpyhq9.ky33  .kh7z { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.dmmja4 {
  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;
}
.dmmja4:hover { transform: translateY(-2px); opacity: 0.92; }
.dmmja4 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.s1v60l .dmmja4 { display: none; }
.zpscxg .dmmja4 { right: 32px; }
.ek3j9xq  .dmmja4 { left: 32px; }
@media (max-width: 480px) {
  .zpscxg .dmmja4 { right: 20px; bottom: 20px; }
  .ek3j9xq  .dmmja4 { left: 20px; bottom: 20px; }
}
.gxqxyn { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jxvz2 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ifpszwl { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.s28w { color: var(--text-dim); font-size: 0.8rem; }
.ubv7yi4 a, .yliw7d2r a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ubv7yi4 a:hover, .yliw7d2r a:hover { color: var(--accent-light); }
.yliw7d2r { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.nhfxi1 .jxvz2 { text-align: center; }
.nhfxi1 .yliw7d2r { justify-content: center; margin-bottom: 16px; }
.nhfxi1 .ifpszwl { margin-top: 0; }
.k5kgrd { margin-top: 10px; }
.k5kgrd a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jxvz2 { padding-left: 16px; padding-right: 16px; }
  .zlpnx .jxvz2 { padding: 20px 16px; }
  .yliw7d2r { gap: 4px 12px; }
  .ifpszwl { font-size: 0.78rem; }
}
.pv8vw .ifpszwl { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.pv8vw .s28w { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .pv8vw .euls { grid-template-columns: 1fr 1fr; } .pv8vw .i0j443 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pv8vw .euls { grid-template-columns: 1fr; } }
.w7s4h5g6 .ifpszwl { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .w7s4h5g6 .f7dbkd { gap: 12px; } .w7s4h5g6 .tqe2k { margin-right: 0; width: 100%; } }
.nbso4n .ifpszwl { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.nbso4n .s28w { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .nbso4n .p3sajq { grid-template-columns: 1fr 1fr; } .nbso4n .ttw39piq { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nbso4n .p3sajq { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .on7px4 .pv5mxks { grid-template-columns: 1fr 1fr; } .on7px4 .torrqc0:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .on7px4 .pv5mxks { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .dncm4 .pv5mxks { grid-template-columns: 1fr; } }
.d4t5n9 .jxvz2 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.d4t5n9 .yliw7d2r { justify-content: center; }
.mupzizi .yhok      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.mupzizi .gxqxyn { background: var(--bg-page); border-top-color: var(--border-alt); }
.zl6g .yhok      { background: #0d1117; border-bottom-color: #21262d; }
.zl6g .twpb5u { color: var(--accent-light); }
.zl6g .b3mr3 { --msep-color: #8b949e; }
.zl6g .b3mr3 a { color: #8b949e; }
.zl6g .b3mr3 a:hover { color: var(--accent-light); }
.zl6g .x3kwmp { color: #8b949e; }
.zl6g .gxqxyn { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.zl6g .ifpszwl,
.zl6g .s28w { color: #6e7681; }
.zl6g .ubv7yi4 a, .zl6g .yliw7d2r a,
.zl6g .ubv7yi4 a:hover, .zl6g .yliw7d2r a:hover,
@media (max-width: 640px) {
  .zl6g .b3mr3 { background: #0d1117; border-top-color: #21262d; }
  .zl6g .b3mr3 li a { border-bottom-color: #21262d; }
}
.pukn .yhok      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.pukn .twpb5u { color: var(--accent-light); }
.pukn .b3mr3 { --msep-color: #475569; }
.pukn .b3mr3 a { color: #475569; }
.pukn .b3mr3 a:hover { color: var(--accent-light); }
.pukn .x3kwmp { color: #64748b; }
.pukn .gxqxyn { background: #f0f4f8; border-top-color: #cbd5e1; }
.pukn .ifpszwl,
.pukn .s28w { color: #64748b; }
.pukn .ubv7yi4 a, .pukn .yliw7d2r a,
.pukn .ubv7yi4 a:hover, .pukn .yliw7d2r a:hover,
@media (max-width: 640px) {
  .pukn .b3mr3 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .pukn .b3mr3 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.wbqk .yhok      { background: var(--accent); border-bottom-color: var(--accent-light); }
.wbqk .twpb5u { color: #fff; }
.wbqk .b3mr3 { --msep-color: rgba(255,255,255,0.82); }
.wbqk .b3mr3 a { color: rgba(255,255,255,0.82); }
.wbqk .b3mr3 a:hover { color: #fff; }
.wbqk .x3kwmp { color: rgba(255,255,255,0.9); }
.wbqk .gxqxyn { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.wbqk .ifpszwl,
.wbqk .s28w { color: rgba(255,255,255,0.72); }
.wbqk .ubv7yi4 a, .wbqk .yliw7d2r a,
.wbqk .ubv7yi4 a:hover, .wbqk .yliw7d2r a:hover,
@media (max-width: 640px) {
  .wbqk .b3mr3 { background: var(--accent); border-top-color: var(--accent-light); }
  .wbqk .b3mr3 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ky33 .yhok {
  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);
}
.ky33 .gxqxyn {
  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) {
  .ky33 .b3mr3 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.rrcb07 .q78qs9 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.sl3y0 .q78qs9 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.bf8q .q78qs9 { min-height: 72px; height: auto; }
.wp576a .q78qs9 { min-height: 84px; height: auto; }
.zlpnx .q78qs9 { max-width: none; padding: 0 32px; }
.zlpnx .jxvz2  { max-width: none; padding: 24px 32px; }
.fnf3f6.ik7r02x .q78qs9 { max-width: 1200px; }
.fnf3f6.gli4 .q78qs9 { max-width: 1320px; }
.di2ji5kx   .twpb5u, .di2ji5kx   .tqe2k { text-transform: capitalize; }
.pnis .twpb5u, .pnis .tqe2k { text-transform: lowercase; }
.u9vmnavs .twpb5u, .u9vmnavs .tqe2k { text-transform: uppercase; letter-spacing: 0.06em; }
.osw194q2, .f80n167h {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.rwzmllp .osw194q2,
.ht2io .osw194q2,
.nsmx6 .osw194q2,
.whmqtmu .osw194q2,
.d2g7w4   .b3mr3 a { font-weight: 500; }
.z0o9g7 .b3mr3 a { font-weight: 600; }
.pq7drcw     .b3mr3 a { font-weight: 700; }
.n7wdc    .b3mr3 a { font-weight: 800; letter-spacing: 0.01em; }
.esa47s     .b3mr3 > li + li::before,
.ngyq    .b3mr3 > li + li::before,
.c30sk    .b3mr3 > li + li::before,
.g97rk .b3mr3 > li + li::before,
.m21zbu68 .b3mr3 > li + li::before,
.vbwatja8  .b3mr3 > li + li::before,
.oegvx    .b3mr3 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.esa47s     .b3mr3 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ngyq    .b3mr3 > li + li::before { content: "|"; }
.c30sk    .b3mr3 > li + li::before { content: "—"; }
.g97rk .b3mr3 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.m21zbu68 .b3mr3 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vbwatja8  .b3mr3 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.oegvx    .b3mr3 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ps2e5h6o .x3kwmp,
  .xr0p .x3kwmp,
  .ncud0 .x3kwmp,
  .iqisxbs .x3kwmp,
  .v877k .x3kwmp {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ps2e5h6o .x3kwmp::before,
  .xr0p .x3kwmp::before,
  .ncud0 .x3kwmp::before,
  .iqisxbs .x3kwmp::before,
  .v877k .x3kwmp::before { content: ""; display: block; flex-shrink: 0; }

  
  .ps2e5h6o .x3kwmp::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;
  }

  
  .xr0p .x3kwmp::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;
  }

  
  .ncud0 .x3kwmp::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;
  }

  
  .iqisxbs .x3kwmp::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;
  }

  
  .v877k .x3kwmp::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) {
  .vrz2fhm .x3kwmp {
    padding: 5px 14px;
  }
  .vrz2fhm .b3mr3 {
    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;
  }
  .vrz2fhm .b3mr3 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vrz2fhm .b3mr3 li a:hover { background: var(--bg-raised); }
  .vrz2fhm .scvwxw,
  .oaul3vs .scvwxw,
  .lxx5ji .scvwxw { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .sxmixb .x3kwmp {
    padding: 5px 10px;
  }
  .sxmixb .b3mr3 {
    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);
  }
  .sxmixb .b3mr3.zigf { transform: translateX(0); }
  .sxmixb .b3mr3 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .sxmixb .b3mr3 li:last-child a { border-bottom: none; }
  .wbqk .b3mr3,
  .zl6g .b3mr3 { background: var(--accent) !important; }
  .wbqk .b3mr3 li a,
  .zl6g .b3mr3 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .lxx5ji .x3kwmp {
    padding: 5px 10px;
  }
  .lxx5ji .b3mr3 {
    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);
  }
  .lxx5ji .b3mr3::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .lxx5ji .b3mr3.zigf { transform: translateY(0); }
  .lxx5ji .b3mr3 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .x9vpq .x3kwmp {
    padding: 5px 10px;
  }
  .x9vpq .b3mr3 {
    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;
  }
  .x9vpq .b3mr3.zigf { opacity: 1; pointer-events: auto; }
  .x9vpq .b3mr3 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .fl1ed     .x3kwmp { border-radius: 0 !important; }
  .v5wc   .x3kwmp { border-radius: 8px !important; }
  .rg2j8 .x3kwmp { border-radius: 50% !important; }
  .cqlku6   .x3kwmp { border-radius: 999px !important; }
}
.klhwzdbw .memueb { height: 36px; }
.akv6m77 .memueb { height: 60px; max-width: 200px; }
.anwpk .memueb { height: 76px; max-width: 240px; }
.u7yg592 .mn8vpx {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.u7yg592 .d4hqkh {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .t840 .k4a2ca {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .t840 .kags7r {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .t840 .kags7r { padding: 40px 16px 20px; }
  .t840 .meihl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .t840 .y7ypf8a1 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .emfdprv .kags7r {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .emfdprv .kags7r::before {
    position: absolute; top: 14px; left: 14px;
  }
  .emfdprv .zyitm {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .emfdprv .xfwl { white-space: normal; text-align: center; font-size: 1.2rem; }
  .emfdprv .meihl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .emfdprv .y7ypf8a1 { width: 100%; min-width: 0; }
  .emfdprv .l4jlq3 { min-width: 0; }
}
.b23ecf .lfh66w {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.b23ecf .lfh66w summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.b23ecf .lfh66w p { padding: 0 2px 16px; }
.k38t .lfh66w { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.k38t .lfh66w summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.k38t .lfh66w summary::after { content: "›"; font-size: 1.2em; }
.k38t .lfh66w[open] summary::after { content: "‹"; }
.k38t .lfh66w p { padding: 10px 22px 4px; }
.jfdu .lfh66w {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.jfdu .lfh66w summary { color: var(--text-primary); padding-left: 16px; }
.jfdu .lfh66w summary::after { content: "›"; font-size: 1.1em; }
.jfdu .lfh66w[open] summary::after { content: "‹"; }
.jfdu .lfh66w p { padding-left: 16px; }
.c0vp1 .ga6kuxlb { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.c0vp1 .lfh66w {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.c0vp1 .lfh66w:last-child { border-bottom: none; }
.c0vp1 .lfh66w summary { color: var(--text-primary); border-radius: 0; }
.c0vp1 .lfh66w summary::after { content: "›"; font-size: 1.1em; }
.c0vp1 .lfh66w[open] summary::after { content: "‹"; }
.tzh3bl2 .lfh66w { overflow: hidden; }
.tzh3bl2 .lfh66w summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.tzh3bl2 .lfh66w summary::after { color: rgba(255,255,255,.75); }
.tzh3bl2 .lfh66w[open] summary { border-radius: 0; }
.rqnwi2j { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ioglif {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.vzkd5 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.n5i6 { color: var(--text-muted); font-size: 1.05rem; }
.llz04 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.zc6zht {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.wl1e217e { margin-bottom: 20px; }
.r0gqj49 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.wgw4 {
  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;
}
.wgw4:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.bygfv { resize: vertical; min-height: 130px; }
.ixoi { width: 100%; margin-top: 8px; }
.e33xmwb {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.klip1 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.naqhmvv { color: var(--text-muted); line-height: 1.75; }
.pz91bc4p { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.pz91bc4p li { margin-bottom: 6px; }
.epyeef { max-width: 760px; margin: 0 auto; }
.z04vno9q { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.kaj2 { max-width: 760px; margin: 0 auto; }
.zrnf7o8 ul.pz91bc4p { margin: 0; }
@media (max-width: 640px) { .ginx6nwx { grid-template-columns: 1fr; gap: 10px; } }
.ga1iaai3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.kynuhb { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.hxy79g { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.kynuhb p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.kynuhb .pz91bc4p { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ga1iaai3 { grid-template-columns: 1fr; } }
.hrsyzx ul.pz91bc4p { margin: 0; }
.ymtkl .pz91bc4p,
.xmiv .pz91bc4p,
.chsi .pz91bc4p,
.rvu00 .pz91bc4p {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .cix7q3rz { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .imb3bjfs { grid-template-columns: 1fr; } .t8srrz25 { position: static; text-align: center; } }
@media (max-width: 860px) { .uenfl { grid-template-columns: 1fr; } }
.rvu00 .pz91bc4p { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pqqwj4 { flex-direction: column; text-align: center; } .s5lbsdr { grid-template-columns: 1fr; } }
.cubudoe1 .vzkd5 { color: var(--accent-light); }
.sdgl69z .vzkd5 { font-size: 2rem; }
.sdgl69z .n5i6 { max-width: 680px; }
.f9sn8l3 .vzkd5 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.f9sn8l3 .n5i6  { margin: 0; }
@media (max-width: 640px) { .f9sn8l3 { flex-direction: column; } }
.tf6p .vzkd5 { color: var(--accent-light); }
.o4nec {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.o4nec .vzkd5 { color: #fff; }
.o4nec .n5i6  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .iooms { grid-template-columns: 1fr; } }
.lvrgg2dd .wgw4 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.lvrgg2dd .wgw4:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ydtfmq .wgw4 { background: var(--bg-raised); border-color: transparent; }
.ydtfmq .wgw4:focus { background: var(--bg-card); border-color: var(--accent-light); }
.a7x9l4 .wgw4 { border-radius: 100px; padding: 11px 20px; }
.a7x9l4 .bygfv { border-radius: 14px; }
.w8w6 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .w8w6 { grid-template-columns: 1fr; } }
.igaaweks {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.igaaweks h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.igaaweks p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.s4nzgw75 { counter-reset: priv-count; }
.qawf1 {
  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);
}
.qawf1:last-child { border-bottom: none; }
.bodyd {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.qawf1 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qawf1 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xcbo{position:relative;overflow:visible}
.njq1 .wc1vt{display:block}
.cuk39 .xxt55f~.xxe8d,
.cuk39 .xxt55f~.xxe8d .wewuf2l,
.xxt55f~.xxe8d,.pq2dzw8~.xxe8d{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}
.xxt55f~.xxe8d .wewuf2l{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.owda48w7 .wewuf2l{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.s6ols4{--date-bg:var(--accent-bg)}
.dmm95uv2 .ctkt::before{content:"·";opacity:.4}
.dmm95uv2 .zk2cb + .zk2cb::before{content:"·";margin-right:6px;opacity:.4}
.p0kj .joz73{padding:20px 0}
@media(max-width:640px){
  .joz73{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .s2jt72i{max-width:100%}
}
:root {
  --accent:          #a1240f;
  --brand:           #a1240f;
  --brand-light:     #822414;
  --brand-pale:      #a43725;
  --grad-start:      #ea3e21;
  --grad-end:        #e67562;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #a1240f;
  --cta-light:       #7f1908;
  --cta-hover:       #691709;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f3;
  --bg-raised:       #f1eeed;
  --bg-hover:        #f6f3f3;
  --border:          #e9e2e1;
  --border-alt:      #ddd1cf;
  --border-section:  #e9e2e1;
  --text-primary:    #1c1716;
  --text-muted:      #625250;
  --text-body:       #382f2d;
  --text-sub:        #544744;
  --text-faint:      #8c7672;
  --text-dim:        #a3918e;
  --text-label:      #705e5b;
  --text-value:      #463b39;
  --accent-bg:       #f5e2df;
  --accent-bg-light: #f1cbc4;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c960d;
  --c-cons:          #9f2421;
  --c-pros-label:    #0eb30f;
  --c-tip-border:    #10c611;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c960d;
}
:root { --logo-bg-opacity: 52%; }
body, button, input { font-family: "Raleway", sans-serif; }
.jx8or4 .ca3lm248 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.jx8or4 .ca3lm248::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.jx8or4 .j55h     .ca3lm248::before { content: "";  color: var(--c-tip-border); }.jx8or4 .qzhk .ca3lm248::before { content: ""; color: var(--c-warn-border); }.jx8or4 .t0n2ld    .ca3lm248::before { content: ""; color: #60a5fa; }.qjwray4 .jx8or4 .j55h     .ca3lm248::before { color: #10b981; }.qjwray4 .jx8or4 .qzhk .ca3lm248::before { color: #f43f5e; }.qjwray4 .jx8or4 .t0n2ld    .ca3lm248::before { color: #a855f7; }.p44uc97  .jx8or4 .j55h     .ca3lm248::before { color: #eab308; }.p44uc97  .jx8or4 .qzhk .ca3lm248::before { color: #ef4444; }.p44uc97  .jx8or4 .t0n2ld    .ca3lm248::before { color: #f97316; }.ian0i9e  .jx8or4 .j55h     .ca3lm248::before { color: #38bdf8; }.ian0i9e  .jx8or4 .qzhk .ca3lm248::before { color: #818cf8; }.ian0i9e  .jx8or4 .t0n2ld    .ca3lm248::before { color: #2dd4bf; }.g86c .jx8or4 .ca3lm248::before { color: var(--accent-light) !important; }
.d1t1fu .tfxjxaf, .d1t1fu .xxt55f { min-height: 640px; }
.xm7cqzm .xq5kmgmf::after, .xm7cqzm .ttt842::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.k02yymkd::before { content: '>'; }