: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;
}
.afyqh0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.mwgf2kz2 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.hvewyw {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.dsn2757 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ofpz { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ofpz a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ofpz a:hover { color: var(--accent-light); }
.oexgj2c  .ogcmp { border-radius: 14px; }
.oexgj2c .ogcmp li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.oexgj2c .ogcmp li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .ogcmp {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vb924:hover .ogcmp,
  .vb924:focus-within .ogcmp { display: block; }
  .ogcmp li a { padding: 8px 16px; font-size: 0.88rem; }
}
.w3f82b {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.upavm { display: none; }
@media (max-width: 640px) {
  .upavm {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .upavm.ep4u { display: block; }
}
@media (max-width: 640px) {
  .w3f82b { display: block; }
  .ofpz > li + li::before { display: none !important; }
  .ofpz {
    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;
  }
  .ofpz.ep4u { display: flex; }
  .ofpz li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ofpz li:last-child a { border-bottom: none; }
}
.s83sag { min-height: 480px; }
.cwti {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.c9a64w2 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.j8yt6q6 .c9a64w2 { margin-left: 0; margin-right: 0; }
.fe96erj {
  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;
}
.fe96erj:hover { opacity: 0.88; }
.w0zqbq {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.n0966xz {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.w0zqbq .e46nt {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.w0zqbq .cwti { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.w0zqbq .c9a64w2 { color: #e2e8f0; }
.w0zqbq.lgcc .e46nt { text-align: center; }
.w0zqbq.j8yt6q6   .e46nt { text-align: left; }
.cdee .e46nt {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.cdee .cwti { color: var(--text-primary); text-shadow: none; }
.cdee .c9a64w2 { color: var(--text-muted); }
.cdee .fe96erj { margin-top: 16px; }
.cdee, .cdee.s83sag { min-height: auto !important; }
.cdee.lgcc .e46nt { text-align: center; }
.cdee.j8yt6q6   .e46nt { text-align: left; }
.cdee~.dyj3{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}
.cdee~.dyj3 .or5c{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}
.l5ge {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.wm3njn0w .l5ge,
.wm3njn0w .l5ge::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.j0lw .l5ge,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.gzh11q7y .l5ge,
.gzh11q7y .w0zqbq .n0966xz {
  overflow: hidden;
}
.gzh11q7y .l5ge::after,
.gzh11q7y .w0zqbq .n0966xz::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.q9ala6 .l5ge,
.q9ala6 .l37wy {
  position: relative; overflow: hidden;
}
.q9ala6 .l5ge::after,
.q9ala6 .l37wy::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.q9ala6 .w0zqbq .n0966xz {
  overflow: hidden;
}
.q9ala6 .w0zqbq .n0966xz::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.w0o6s0q .l5ge,
.w0o6s0q .w0zqbq .n0966xz {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.wm3njn0w .w0zqbq .n0966xz {
  overflow: hidden;
}
.wm3njn0w .w0zqbq .n0966xz::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.j0lw .w0zqbq .n0966xz {
  animation: hg-breathe 10s ease-in-out infinite;
}
.l5ge .n0966xz {
  background: none;
}
.l5ge .cwti { color: #fff; }
.l5ge .c9a64w2 { color: rgba(255,255,255,0.85); }
.l5ge .fe96erj { background: #fff; color: var(--cta); }
.l5ge .fe96erj:hover { opacity: 0.92; }
.q9ala6 .br4n5fc { position: relative; overflow: hidden; }
.q9ala6 .br4n5fc::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;
}
.br4n5fc .cwti { text-shadow: none; color: var(--text-primary); }
.br4n5fc .c9a64w2 { color: var(--text-muted); }
body.ximy2i .cwti {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.nqxip2n .cwti {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.br4n5fc.lgcc .tqjqp { align-items: center; text-align: center; }
.ixenu .e46nt { padding-bottom: 24px; }
.qdxvz .e46nt { max-width: 960px; }
@media (max-width: 700px) {
  .br4n5fc { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .br4n5fc .uy8ipvys { display: none !important; }
  .bz8nckbj .uy8ipvys { display: none !important; }
  .lycr .nu9bg0j { display: none !important; }
  .pvbnbwa .i30x { display: none !important; }
  .tqjqp  { padding: 36px 24px; }
  .br4n5fc~.dyj3,.i91wjh~.dyj3{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .s83sag, .br4n5fc { min-height: 320px !important; }
  
  .cwti { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .qle16q1 { display: none !important; }
  
  .s5bss4 { flex-direction: column; align-items: center; }
  .rrhdwbm { width: 100%; max-width: 340px; }
}
.o7n57pq0 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.sddc { width: 100%; height: auto; display: block; border-radius: 10px; }
.sd09 .o7n57pq0        { border-radius: 16px; }
.sd09 .sddc  { border-radius: 16px; }
.gifnv .o7n57pq0         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.gifnv .sddc   { border-radius: 8px; }
.ul05oz8 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.bol3 { width: 100%; padding: 32px 0; position: relative; }
.wa272 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.i4ro0rj .bol3:nth-child(even) { background: var(--bg-surface); }
.i4ro0rj .bol3:nth-child(odd)  { background: var(--bg-page); }
.pw77qek9 .bol3:nth-child(even) { background: var(--bg-card); }
.pw77qek9 .bol3:nth-child(odd)  { background: var(--bg-page); }
.i4ro0rj .bol3:nth-child(odd)  .wa272 { background: var(--bg-card); border-radius: 6px; }
.i4ro0rj .bol3:nth-child(even) .wa272 { background: var(--bg-raised); border-radius: 6px; }
.pw77qek9 .bol3:nth-child(odd)  .wa272 { background: var(--bg-card); border-radius: 6px; }
.pw77qek9 .bol3:nth-child(even) .wa272 { background: var(--bg-raised); border-radius: 6px; }
.i4ro0rj .bol3:nth-child(even) .nyw2hjp1 .j3f9fss,
.pw77qek9 .bol3:nth-child(even) .nyw2hjp1 .j3f9fss { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.i4ro0rj .bol3:nth-child(odd) .nyw2hjp1 .j3f9fss,
.pw77qek9 .bol3:nth-child(odd) .nyw2hjp1 .j3f9fss { background: var(--bg-card-inner); }
.i4ro0rj .bol3:nth-child(even) .sxjz .j3f9fss:nth-child(odd),
.pw77qek9 .bol3:nth-child(even) .sxjz .j3f9fss:nth-child(odd)  { background: var(--bg-card); }
.i4ro0rj .bol3:nth-child(even) .sxjz .j3f9fss:nth-child(even),
.pw77qek9 .bol3:nth-child(even) .sxjz .j3f9fss:nth-child(even) { background: var(--bg-card-inner); }
h1.dkyd { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.dkyd {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.d32woqj3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.i0qn9u h2.dkyd {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.xyc2x h2.dkyd {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.tozf h2.dkyd {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.upc5a h2.dkyd::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xgo7cyu h2.dkyd {
  color: var(--text-primary); font-size: 1.7rem;
}
.pknxm5kj h2.dkyd::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.gwz57hrr h2.dkyd {
  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;
}
.shlkgzl { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .shlkgzl { display: none; } }
.iowgdk1 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ldc7 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.s31n0 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xgkocq { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.gmu25 { padding-left: 20px; }
.gmu25 li { margin-bottom: 6px; }
.gmu25 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.gmu25 a:hover { color: var(--accent-light); }
.wkrwpe37 .xgkocq { display: none; }
.cgs7mg .xgkocq { display: none; }
.cgs7mg .gmu25 { padding-left: 0; list-style: none; }
.cgs7mg .gmu25 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.cgs7mg .gmu25 a { font-size: 0.92rem; }
.rg1gz .s31n0 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rg1gz .xgkocq { display: none; }
.rg1gz .gmu25 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rg1gz .gmu25 li { margin-bottom: 0; }
.rg1gz .gmu25 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;
}
.rg1gz .gmu25 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ch0po11 .s31n0 { padding: 20px 20px 16px; }
.ch0po11 .gmu25 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ch0po11 .gmu25 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ch0po11 .gmu25 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;
}
.ch0po11 .gmu25 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;
}
.ch0po11 .gmu25 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ch0po11 .gmu25 a:focus,
.ch0po11 .gmu25 a:focus-visible,
.ch0po11 .gmu25 a:target { outline: none; }
.ch0po11 .gmu25 li:target a { border-color: var(--border); color: var(--text-muted); }
.lh3gkxth .s31n0 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.lh3gkxth .xgkocq { display: none; }
.lh3gkxth .gmu25 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.lh3gkxth .gmu25 li { margin-bottom: 0; }
.lh3gkxth .gmu25 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.lh3gkxth .gmu25 li:last-child::after { content: ""; margin-right: 0; }
.lh3gkxth .gmu25 a { font-size: 0.9rem; }
.j3f9fss { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.nyw2hjp1 .j3f9fss { background: var(--bg-card); }
.sxjz .j3f9fss:nth-child(odd)  { background: var(--bg-card); }
.sxjz .j3f9fss:nth-child(even) { background: var(--bg-raised); }
.tk6141 .j3f9fss {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.tk6141 .j3f9fss:last-child { border-bottom: none; }
.tk6141 h3.d32woqj3 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.lq5drv5 .j3f9fss {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.lq5drv5 .j3f9fss + .j3f9fss { margin-top: 4px; }
.w2p0b .j3f9fss { background: none; border-radius: 0; padding: 12px 0; }
.w2p0b .j3f9fss + .j3f9fss { border-top: 1px solid var(--border-section); }
.qd6zejh { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ypvjx { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.rse8orko { color: var(--text-body); margin-bottom: 10px; }
.z3krpi, .ow9c73x { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.z3krpi li, .ow9c73x li { margin-bottom: 6px; }
.ow9c73x li { list-style: decimal; }
.glsiy6     .z3krpi { list-style-type: "● "; }
.mxutje92  .z3krpi { list-style-type: "■ "; }
.uky0cx29 .z3krpi { list-style-type: "◆ "; }
.qwh5    .z3krpi { list-style-type: "★ "; }
.glsiy6     .uvi2 { list-style-type: "● "; }
.mxutje92  .uvi2 { list-style-type: "■ "; }
.uky0cx29 .uvi2 { list-style-type: "◆ "; }
.qwh5    .uvi2 { list-style-type: "★ "; }
.glsiy6    .z3krpi li::marker, .glsiy6    .uvi2 li::marker,
.mxutje92 .z3krpi li::marker, .mxutje92 .uvi2 li::marker,
.uky0cx29 .z3krpi li::marker, .uky0cx29 .uvi2 li::marker,
.qwh5   .z3krpi li::marker, .qwh5   .uvi2 li::marker {
  color: var(--cta); font-size: 1em;
}
.glsiy6 .ow9c73x,
.mxutje92 .ow9c73x,
.uky0cx29 .ow9c73x,
.qwh5 .ow9c73x {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.glsiy6 .ow9c73x li,
.mxutje92 .ow9c73x li,
.uky0cx29 .ow9c73x li,
.qwh5 .ow9c73x li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.glsiy6 .ow9c73x li::before,
.mxutje92 .ow9c73x li::before,
.uky0cx29 .ow9c73x li::before,
.qwh5 .ow9c73x 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;
}
.glsiy6     .ow9c73x li::before { border-radius: 50%; }
.mxutje92  .ow9c73x li::before { border-radius: 3px; }
.uky0cx29 .ow9c73x li::before { border-radius: 3px; }
.qwh5    .ow9c73x li::before { border-radius: 50%; }
.zzr2r9 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.l6w2fdc .zzr2r9,
.jzo7 .zzr2r9 { background: transparent; border: none; border-radius: 0; }
.kzswp9 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.kzswp9 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.kzswp9 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.kzswp9 tr:hover td { background: var(--bg-hover); }
.tc3x31i .kzswp9 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.zbnn .kzswp9 { border: 1px solid var(--border-alt); }
.zbnn .kzswp9 th,
.zbnn .kzswp9 td { border: 1px solid var(--border-alt); }
.jz19 .kzswp9 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.jz19 .kzswp9 td { border-bottom: none; }
.jz19 .kzswp9 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.i5ac1 .kzswp9 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.yc4vzy0y .zzr2r9 {
  overflow: hidden;
}
.yc4vzy0y .kzswp9 th { border-bottom: 1px solid var(--border-alt); }
.yc4vzy0y .kzswp9 tr:last-child td { border-bottom: none; }
.jz59k { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.qdzwm6l { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.dzy7 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ev1ovlr { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.v62wxziy { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.uvi2 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.uvi2 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%}
.v4w7ei8a .ev1ovlr { background: transparent; text-align: center; }
.ypc62pf .dzy7 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.yz4vrctg .dzy7 {
  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);
}
.c8djm4g .qdzwm6l { display: grid; grid-template-columns: auto 1fr; }
.c8djm4g .dzy7 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.c8djm4g .ev1ovlr { grid-column: 2; }
.c8djm4g .v62wxziy,
.c8djm4g .uvi2 { grid-column: 1 / -1; }
.noo0976 .qdzwm6l { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.noo0976 .dzy7 {
  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);
}
.noo0976 .ev1ovlr { grid-column: 2; }
.noo0976 .v62wxziy,
.noo0976 .uvi2 { grid-column: 1 / -1; }
.i45q14bo .qdzwm6l { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.i45q14bo .ev1ovlr { background: none; color: var(--accent-light); font-weight: 700; }
.ycve28 .qdzwm6l { 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); }
.ycve28 .ev1ovlr { background: none; color: var(--accent-light); font-weight: 700; }
.cp9z .qdzwm6l { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.cp9z .qdzwm6l:last-child { border-bottom: none; }
.cp9z .ev1ovlr { background: none; color: var(--accent-light); font-weight: 700; }
.c5svyjj1 .qdzwm6l { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.c5svyjj1 .ev1ovlr { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ukccg9u .jz59k { counter-reset: card-n; }
.ukccg9u .qdzwm6l  { counter-increment: card-n; }
.ukccg9u .ev1ovlr { display: flex; align-items: center; gap: 10px; }
.ukccg9u .ev1ovlr::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;
}
.enfl .qdzwm6l { background: var(--bg-surface); border: 1px solid var(--border); }
.enfl .ev1ovlr { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.uh3o87 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.c494  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.vp1fv { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.jlao1 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.wisft { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.uh3o87 strong { color: var(--text-primary); font-size: 0.95rem; }
.uh3o87 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.lbw30s { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.oaowi, .slhybzc { border-radius: 8px; padding: 14px; }
.oaowi { background: var(--bg-pros); }
.slhybzc { background: var(--bg-cons); }
.pnl80h { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.oaowi .pnl80h { color: var(--c-pros-label); }
.slhybzc .pnl80h { color: #f87171; }
.oaowi ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.slhybzc ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.sddc { width: 100%; height: auto; border-radius: 10px; display: block; }
.d9yeopzq {
  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;
}
.d9yeopzq:hover { opacity: 0.85; }
.u5vmu .d9yeopzq  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.u5vmu .d9yeopzq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zgpob0o .d9yeopzq  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.zgpob0o .d9yeopzq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.da9rygh .fe96erj { border-radius: 50px; }
.da9rygh .d9yeopzq  { border-radius: 50px; }
.tlcy4d .fe96erj { padding-left: 22px; padding-right: 22px; }
.tlcy4d .d9yeopzq  { padding-left: 12px; padding-right: 12px; }
.yivmrcme .fe96erj { padding-left: 44px; padding-right: 44px; }
.yivmrcme .d9yeopzq  { padding-left: 24px; padding-right: 24px; }
.xyo42ol .fe96erj { padding-left: 56px; padding-right: 56px; }
.xyo42ol .d9yeopzq  { padding-left: 32px; padding-right: 32px; }
.tgwz   .fe96erj::after, .tgwz   .d9yeopzq::after,
.fn2ptn .fe96erj::after, .fn2ptn .d9yeopzq::after,
.zolgoq    .fe96erj::after, .zolgoq    .d9yeopzq::after,
.v2jt    .fe96erj::after, .v2jt    .d9yeopzq::after,
.etyx6w    .fe96erj::after, .etyx6w    .d9yeopzq::after,
.kqxon     .fe96erj::after, .kqxon     .d9yeopzq::after,
.ybdobaxg    .fe96erj::after, .ybdobaxg    .d9yeopzq::after,
.h183qwio   .fe96erj::after, .h183qwio   .d9yeopzq::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;
}
.tgwz .fe96erj::after, .tgwz .d9yeopzq::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");
}
.fn2ptn .fe96erj::after, .fn2ptn .d9yeopzq::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");
}
.zolgoq .fe96erj::after, .zolgoq .d9yeopzq::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");
}
.v2jt .fe96erj::after, .v2jt .d9yeopzq::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");
}
.etyx6w .fe96erj::after, .etyx6w .d9yeopzq::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");
}
.kqxon .fe96erj::after, .kqxon .d9yeopzq::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");
}
.ybdobaxg .fe96erj::after, .ybdobaxg .d9yeopzq::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");
}
.h183qwio .fe96erj::after, .h183qwio .d9yeopzq::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");
}
.a5cph8   .rrq6f::after, .a5cph8   .gu015kw::after,
.jj6h .rrq6f::after, .jj6h .gu015kw::after,
.b7thx7o    .rrq6f::after, .b7thx7o    .gu015kw::after,
.tevatg    .rrq6f::after, .tevatg    .gu015kw::after,
.agw3    .rrq6f::after, .agw3    .gu015kw::after,
.kk50oa4     .rrq6f::after, .kk50oa4     .gu015kw::after,
.epxqd4    .rrq6f::after, .epxqd4    .gu015kw::after,
.f08oqnof   .rrq6f::after, .f08oqnof   .gu015kw::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;
}
.a5cph8 .rrq6f::after, .a5cph8 .gu015kw::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");
}
.jj6h .rrq6f::after, .jj6h .gu015kw::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");
}
.b7thx7o .rrq6f::after, .b7thx7o .gu015kw::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");
}
.tevatg .rrq6f::after, .tevatg .gu015kw::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");
}
.agw3 .rrq6f::after, .agw3 .gu015kw::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");
}
.kk50oa4 .rrq6f::after, .kk50oa4 .gu015kw::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");
}
.epxqd4 .rrq6f::after, .epxqd4 .gu015kw::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");
}
.f08oqnof .rrq6f::after, .f08oqnof .gu015kw::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");
}
.ecuq4 {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
}
.rf6lzx {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 18px 24px;
  display: flex; flex-direction: row; align-items: center; gap: 24px;
  transition: background .15s;
}
.rf6lzx > [itemprop="item"] { display: contents; }
.rf6lzx [itemprop="itemReviewed"],
.rf6lzx [itemprop="reviewRating"] { display: none; }
.rf6lzx:hover { background: var(--bg-hover); }
.xmj1tdka {
  background: var(--accent-bg);
  border-radius: 10px; padding: 8px 12px;
  display: flex; align-items: center; justify-content: center;
  min-width: 140px; width: 140px; height: 90px; flex-shrink: 0;
}
.w5ajc .xmj1tdka { background: #1a1a1a; }
.wldx1 .xmj1tdka { background: rgba(128,128,128,.12); }
.buaz .xmj1tdka { background: var(--bg-raised); }
.jqtk .xmj1tdka { background: transparent; padding: 0; }
.usfqe1 { max-height: 74px; max-width: 120px; object-fit: contain; }
.k23y6f { display: flex; align-items: center; gap: 16px; min-width: 0; }
.k23y6f .xmj1tdka + .qvl9tt { flex: 1 1 auto; }
.qvl9tt { font-weight: 700; font-size: 1.25rem; color: var(--text-primary); line-height: 1.25; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dc4t38n9 { color: var(--cta); font-size: 1.2rem; letter-spacing: 2px; line-height: 1; text-align: center; }
.nasi { text-align: center; font-size: 1.2rem; font-weight: 700; }
.vmtpg { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.3; min-width: 0; gap: 4px; }
@media (min-width: 721px) {
  .k23y6f { flex: 0 0 260px; width: 260px; }
  .dc4t38n9 { flex: 0 0 120px; width: 120px; }
  .nasi { flex: 0 0 110px; width: 110px; }
  .vmtpg   { flex: 0 0 180px; width: 180px; }
}
.p2uifb { color: var(--text-label); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.ofmrczs { color: var(--text-value); font-weight: 700; font-size: 1.22rem; line-height: 1.3; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.akcx6qo { white-space: nowrap; text-align: center; align-self: center; }
@media (min-width: 721px) {
  .akcx6qo { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.akcx6qo.d9yeopzq { 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) {
  .ecuq4 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .ecuq4 .rf6lzx { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .ecuq4 .k23y6f { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .ecuq4 .xmj1tdka { width: 100%; min-width: unset; height: 120px; }
  .ecuq4 .usfqe1 { max-height: 96px; max-width: 200px; }
  .ecuq4 .qvl9tt { min-width: unset; text-align: center; white-space: normal; }
  .ecuq4 .dc4t38n9 { min-width: 0; }
  .ecuq4 .vmtpg { 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; }
  .ecuq4 .akcx6qo { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .m9k3ig2u .rf6lzx { row-gap: 8px !important; gap: 10px !important; }
}
.g5y76 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.wckm7nfh {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.simah54 {
  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;
}
.simah54 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.hsnbayt { flex: 1; }
.hsnbayt h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.sv2bpi1f { color: var(--c-stars); font-size: 1.1rem; }
.ljd6p0 { margin-bottom: 8px; }
.gh1j { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.calu20::before   { content: "★ "; color: var(--accent-light); }
.wky9 { flex-shrink: 0; }
.n3kun img.gg2kj { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.l6w2fdc { padding: 20px 24px; }
.ainomeq8 { color: var(--text-muted); margin-bottom: 16px; }
.hcqj { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.pu87i2z, .kn3h44 { list-style: none; font-size: 0.9rem; }
.pu87i2z li { color: var(--c-pros); margin-bottom: 4px; }
.kn3h44 li { color: var(--c-cons); margin-bottom: 4px; }
.pu87i2z li::before { content: "✓"; margin-right: 5px; }
.kn3h44 li::before { content: "✗"; margin-right: 5px; }
.mwmm .pu87i2z li::before { content: "→"; }
.mwmm .kn3h44 li::before { content: "–"; }
.v8r4  .pu87i2z li::before { content: "★"; }
.v8r4  .kn3h44 li::before { content: "✕"; }
.emteo3    .pu87i2z li::before { content: "◆"; }
.emteo3    .kn3h44 li::before { content: "▲"; }
.r8of  .pu87i2z li::before { content: "▶"; }
.r8of  .kn3h44 li::before { content: "■"; }
.d88fq { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.w52b9s { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.g93ka2 { background: var(--bg-pros); color: var(--c-tag-pay); }
.lpvx5g9z { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.cqg02 .lpvx5g9z { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.zjae .lpvx5g9z { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .ibhsn .lb52rldm {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ibhsn .g5y76 { margin: 0; }
}
.sptl .wckm7nfh { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.sptl .hsnbayt h3 { color: var(--accent-light); }
.sptl .simah54 { background: var(--bg-page); border: 1px solid var(--border); }
.benblj7a .g5y76 { border-top: 4px solid var(--accent); }
.benblj7a .wckm7nfh { background: var(--bg-card); }
.aqmt505 .g5y76 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.aqmt505 .wckm7nfh { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.aqmt505 .l6w2fdc { padding: 14px 16px; }
.aqmt505 .simah54 { border-radius: 4px; }
.aqmt505 .lpvx5g9z { border-radius: 0; }
.ilf66 .wckm7nfh { padding: 0; gap: 0; overflow: hidden; }
.ilf66 .simah54 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.ilf66 .hsnbayt { padding: 16px 20px; }
.ilf66 .wky9 { padding: 16px 20px; align-self: center; }
.n9elkt .sv2bpi1f { font-size: .95rem; }
.jzo7 .lbw30s { gap: 10px; }
.jzo7 .oaowi, .jzo7 .slhybzc { padding: 12px; }
.jzo7 .oaowi ul, .jzo7 .slhybzc ul { margin: 4px 0 0; padding-left: 18px; }
.jzo7 .oaowi li, .jzo7 .slhybzc li { font-size: .85rem; margin-bottom: 3px; }
.za9s .w52b9s { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .xc8v6 { grid-template-columns: 1fr; }
  .fmnmttv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .fmnmttv .bozk898 { width: 72px; height: 50px; }
  .fmnmttv .bjhbso { max-width: 180px; }
  .fmnmttv .yziwa2le { width: auto; }
}
.iz7i .n9elkt .sv2bpi1f { filter: brightness(1.2); }
@media (max-width: 720px) {
  .iz7i { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .r7f67ah { padding: 16px; }
  .wnz0f .nsd5ti { min-width: 50%; }
}
.yecpz51x .lbw30s { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .a27ckx { grid-template-columns: 1fr; }
  .zkk0s { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .j4yqmq3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .telg1r1v { flex-wrap: wrap; padding: 16px; }
}
.nkaxm6 .lbw30s { gap: 8px; }
.nkaxm6 .oaowi, .nkaxm6 .slhybzc { padding: 8px; }
@media (max-width: 480px) {
  .klb88k6 { flex-direction: column; align-items: stretch; }
}
.ddmjizp0 .yziwa2le .d9yeopzq { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .sqc7 { flex-direction: column; align-items: stretch; gap: 10px; }
  .ddmjizp0 .yziwa2le { text-align: center; }
}
@media (max-width: 720px) {
  .axcji04 { grid-template-columns: 1fr; }
  .vsbqdryf { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .q2baycq { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.zsf76h .q9evh72f { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.v1etc .sv2bpi1f { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .t2o8 { grid-template-columns: 1fr; }
  .v1etc { width: 100px; height: 100px; margin: 16px auto; }
  .zsf76h { font-size: 1.4rem; }
  .rvyg8s { justify-content: center; }
  .ehjgs6 .nsd5ti { min-width: 50%; }
}
.f5fkxgh .lbw30s { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .yala2a { flex-wrap: wrap; padding: 14px 16px; }
  .md66 { padding: 12px 16px; }
  .f5fkxgh .lbw30s { margin: 0 16px; }
  .f5fkxgh .za9s { padding: 0 16px; }
  .w8lz { padding: 12px 16px; }
}
.xcf4xj .ecuq4 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.xcf4xj .ecuq4 .rf6lzx:only-child { grid-column: 1 / -1; }
.xcf4xj .ecuq4 .rf6lzx {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.xcf4xj .ecuq4 .k23y6f { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.xcf4xj .ecuq4 .xmj1tdka { width: 100%; min-width: unset; height: 120px; }
.xcf4xj .ecuq4 .usfqe1 { max-height: 100px; max-width: 200px; }
.xcf4xj .ecuq4 .qvl9tt { min-width: unset; text-align: center; white-space: normal; }
.xcf4xj .ecuq4 .dc4t38n9 { min-width: 0; }
.xcf4xj .ecuq4 .vmtpg {
  flex-direction: row; justify-content: space-between; align-items: baseline;
  width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  flex: 0 0 auto; min-width: 0;
}
.xcf4xj .ecuq4 .akcx6qo { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.xcf4xj .wckm7nfh { gap: 14px; }
.y7jl .ofmrczs {
  color: var(--accent-light); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 5px 14px; font-size: 1.1rem;
}
.y7jl .dc4t38n9 { color: var(--cta); }
.y7jl .wckm7nfh { background: var(--accent-bg); }
.y7jl .calu20, .y7jl .lwynny4, .y7jl .tchgmz {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.emu1z .vmtpg { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.emu1z .ofmrczs {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent-light); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.emu1z .dc4t38n9 { color: var(--cta); }
.emu1z .wckm7nfh { border-bottom: 2px solid var(--accent-bg); }
.emu1z .calu20, .emu1z .lwynny4, .emu1z .tchgmz {
  background: var(--accent-bg); color: var(--accent-light); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.exlxppf .rf6lzx { border-top: 3px solid var(--accent); }
.exlxppf .g5y76 { overflow: hidden; }
.exlxppf .wckm7nfh { background: var(--accent-bg); }
.lf4ou9 .rf6lzx { padding: 14px 18px; gap: 16px; }
.lf4ou9 .qvl9tt { font-size: 1rem; }
.lf4ou9 .wckm7nfh { padding: 14px 18px; gap: 14px; }
.lf4ou9 .l6w2fdc { padding: 14px 18px; }
.lf4ou9 .simah54 { width: 70px; }
.lf4ou9 .hsnbayt h3 { font-size: 1.05rem; }
.jl73ymlx .ecuq4 { gap: 0; }
.jl73ymlx .rf6lzx {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.jl73ymlx .rf6lzx:last-child { border-bottom: none; }
.jl73ymlx .rf6lzx:nth-child(odd) { background: var(--accent-bg); }
.jl73ymlx .rf6lzx:nth-child(odd):hover { background: var(--bg-hover); }
.m9k3ig2u .ecuq4 {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.m9k3ig2u .rf6lzx {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.m9k3ig2u .rf6lzx:last-child { border-bottom: none; }
.m9k3ig2u .dc4t38n9,
.m9k3ig2u .tem4,
.m9k3ig2u .x9s5fq { border-left: 1px solid var(--border); padding-left: 10px; }
.m9k3ig2u .qvl9tt { padding: 0 10px; }
.wnrd0 .k23y6f { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.wnrd0 .qvl9tt { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.vpssola8 .k23y6f { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.vpssola8 .qvl9tt { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.uznxy5a .ecuq4 { gap: 14px; }
.uznxy5a .rf6lzx {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.uznxy5a .qvl9tt { font-size: 1.15rem; }
.uznxy5a .ofmrczs { font-size: 1.22rem; }
.uznxy5a .akcx6qo.d9yeopzq { padding: 14px 30px !important; font-size: 1rem; }
.qbfr .ecuq4 { gap: 18px; }
.qbfr .rf6lzx {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.qbfr .xmj1tdka {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.qbfr .usfqe1 { max-height: 100px; max-width: 160px; }
.qbfr .k23y6f { min-width: 260px; }
.qbfr .qvl9tt { font-size: 1.25rem; font-weight: 800; }
.qbfr .dc4t38n9 { font-size: 1.1rem; letter-spacing: 2px; }
.qbfr .ofmrczs { font-size: 1.3rem; font-weight: 800; }
.qbfr .p2uifb { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.qbfr .akcx6qo.d9yeopzq { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.luykh .tem4 { flex: 1.8; }
.luykh .tem4 .ofmrczs {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.luykh .tem4 .p2uifb { font-weight: 700; color: var(--text-primary); }
.nasi { display: none; }
.mfjdy53m .dc4t38n9 { display: none; }
.axf5lqd2 .dc4t38n9 { font-size: 1rem; letter-spacing: 2px; }
.xesudc7 .dc4t38n9 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.et5q .dc4t38n9,
.q02s645s .dc4t38n9,
.w9og .dc4t38n9 { display: none; }
.et5q .nasi,
.q02s645s .nasi,
.w9og .nasi { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.et5q .nasi { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.et5q .nasi small { display: none; }
.q02s645s .nasi {
  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;
}
.q02s645s .nasi small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.w9og .nasi {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.w9og .nasi small { display: none; }
.et5q .ljd6p0 .sv2bpi1f,
.q02s645s .ljd6p0 .sv2bpi1f,
.w9og .ljd6p0 .sv2bpi1f { display: none; }
.et5q .ljd6p0 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.et5q .q9evh72f { display: none; }
.q02s645s .ljd6p0 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;
}
.q02s645s .ct1x63,
.q02s645s .q9evh72f { font-size: 1em; }
.w9og .ljd6p0 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.w9og .q9evh72f { display: none; }
.oe6s { margin: 16px 0; }
.ukpog { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ukpog summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ukpog summary::after { content: "+"; color: var(--accent-light); }
.ukpog[open] summary::after { content: "−"; }
.ukpog p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.bol3 { margin-bottom: 0; }
.odxpu h2.dkyd { color: var(--text-primary); border-color: var(--accent-light); }
.h16dl h2.dkyd { color: var(--text-primary); border-color: var(--accent-light); }
.z5ngyt .c494     { background: #052e16; border-color: #10b981; }
.z5ngyt .vp1fv { background: #2d0a1e; border-color: #f43f5e; }
.z5ngyt .jlao1    { background: #1e1036; border-color: #a855f7; }
.z5ngyt .uh3o87 strong  { color: #f1f5f9; }
.z5ngyt .uh3o87 p       { color: #cbd5e1; }
.z5ngyt .xttw9q7    .c494     .wisft::before,
.z5ngyt .xqhl2  .c494     .wisft::before,
.z5ngyt .pc176b  .c494     .wisft::before,
.z5ngyt .fu1tz0lq .c494     .wisft::before { color: #10b981; }
.z5ngyt .xttw9q7    .vp1fv .wisft::before,
.z5ngyt .xqhl2  .vp1fv .wisft::before,
.z5ngyt .pc176b  .vp1fv .wisft::before,
.z5ngyt .fu1tz0lq .vp1fv .wisft::before { color: #f43f5e; }
.z5ngyt .xttw9q7    .jlao1    .wisft::before,
.z5ngyt .xqhl2  .jlao1    .wisft::before,
.z5ngyt .pc176b  .jlao1    .wisft::before,
.z5ngyt .fu1tz0lq .jlao1    .wisft::before { color: #a855f7; }
.hm22 .c494     { background: #2d2000; border-color: #eab308; }
.hm22 .vp1fv { background: #2d0b0b; border-color: #ef4444; }
.hm22 .jlao1    { background: #2d1600; border-color: #f97316; }
.hm22 .uh3o87 strong  { color: #f1f5f9; }
.hm22 .uh3o87 p       { color: #cbd5e1; }
.hm22 .xttw9q7    .c494     .wisft::before,
.hm22 .xqhl2  .c494     .wisft::before,
.hm22 .pc176b  .c494     .wisft::before,
.hm22 .fu1tz0lq .c494     .wisft::before { color: #eab308; }
.hm22 .xttw9q7    .vp1fv .wisft::before,
.hm22 .xqhl2  .vp1fv .wisft::before,
.hm22 .pc176b  .vp1fv .wisft::before,
.hm22 .fu1tz0lq .vp1fv .wisft::before { color: #ef4444; }
.hm22 .xttw9q7    .jlao1    .wisft::before,
.hm22 .xqhl2  .jlao1    .wisft::before,
.hm22 .pc176b  .jlao1    .wisft::before,
.hm22 .fu1tz0lq .jlao1    .wisft::before { color: #f97316; }
.wet7 .c494     { background: #0c1a2e; border-color: #38bdf8; }
.wet7 .vp1fv { background: #12103a; border-color: #818cf8; }
.wet7 .jlao1    { background: #0a2020; border-color: #2dd4bf; }
.wet7 .uh3o87 strong  { color: #f1f5f9; }
.wet7 .uh3o87 p       { color: #cbd5e1; }
.wet7 .xttw9q7    .c494     .wisft::before,
.wet7 .xqhl2  .c494     .wisft::before,
.wet7 .pc176b  .c494     .wisft::before,
.wet7 .fu1tz0lq .c494     .wisft::before { color: #38bdf8; }
.wet7 .xttw9q7    .vp1fv .wisft::before,
.wet7 .xqhl2  .vp1fv .wisft::before,
.wet7 .pc176b  .vp1fv .wisft::before,
.wet7 .fu1tz0lq .vp1fv .wisft::before { color: #818cf8; }
.wet7 .xttw9q7    .jlao1    .wisft::before,
.wet7 .xqhl2  .jlao1    .wisft::before,
.wet7 .pc176b  .jlao1    .wisft::before,
.wet7 .fu1tz0lq .jlao1    .wisft::before { color: #2dd4bf; }
.jufh2yef .c494     { background: var(--accent-bg); border-color: var(--accent-light); }
.jufh2yef .vp1fv { background: var(--accent-bg-light); border-color: var(--accent-light); }
.jufh2yef .jlao1    { background: var(--accent-bg); border-color: var(--accent-pale); }
.jufh2yef .xttw9q7    .wisft::before,
.jufh2yef .xqhl2  .wisft::before,
.jufh2yef .pc176b  .wisft::before,
.jufh2yef .fu1tz0lq .wisft::before { color: var(--accent-light) !important; }
.ju6jppk::before,
.raqa3j::before { margin-right: 5px; }
.w49wyr .oaowi ul li,
.w49wyr .pu87i2z li         { color: #4ade80; }
.w49wyr .oaowi .ju6jppk { color: #22c55e; }
.w49wyr .slhybzc ul li,
.w49wyr .kn3h44 li         { color: #f87171; }
.w49wyr .slhybzc .raqa3j { color: #ef4444; }
.uieae .oaowi { background: var(--bg-pros); }
.uieae .slhybzc { background: var(--bg-cons); }
.uieae .oaowi .ju6jppk { color: var(--c-pros-label); }
.uieae .slhybzc .raqa3j { color: var(--c-cons); }
.uieae .oaowi ul li,
.uieae .pu87i2z li            { color: var(--c-pros); }
.uieae .slhybzc ul li,
.uieae .kn3h44 li            { color: var(--c-cons); }
.p5oc7yfi .oaowi { background: var(--bg-pros); }
.p5oc7yfi .slhybzc { background: var(--bg-cons); }
.p5oc7yfi .oaowi .ju6jppk { color: var(--c-pros-label); }
.p5oc7yfi .slhybzc .raqa3j { color: var(--c-cons); }
.p5oc7yfi .oaowi ul li,
.p5oc7yfi .pu87i2z li          { color: var(--c-pros); }
.p5oc7yfi .slhybzc ul li,
.p5oc7yfi .kn3h44 li          { color: var(--c-cons); }
.pn715390 .ju6jppk::before { content: "✓ "; }
.pn715390 .raqa3j::before { content: "✗ "; }
.mwmm .ju6jppk::before { content: "→ "; }
.mwmm .raqa3j::before { content: "← "; }
.v8r4 .ju6jppk::before { content: "★ "; }
.v8r4 .raqa3j::before { content: "✕ "; }
.emteo3 .ju6jppk::before { content: "◆ "; }
.emteo3 .raqa3j::before { content: "▲ "; }
.zjae .uh3o87 { background: transparent; border-left: none; border: 1.5px solid; }
.zjae .c494     { border-color: var(--c-tip-border); }
.zjae .vp1fv { border-color: var(--c-warn-border); }
.zjae .jlao1    { border-color: #60a5fa; }
.zjae .uh3o87 strong { color: var(--text-primary); }
.zjae .uh3o87 p      { color: var(--text-muted); }
.cqg02 .uh3o87 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.cqg02 .c494     { border-top-color: var(--c-tip-border); }
.cqg02 .vp1fv { border-top-color: var(--c-warn-border); }
.cqg02 .jlao1    { border-top-color: #60a5fa; }
.kbca1 .uh3o87 { border-left: none; border-radius: 8px; }
.kbca1 .c494     { background: #065f46; }
.kbca1 .vp1fv { background: #92400e; }
.kbca1 .jlao1    { background: #1e3a8a; }
.kbca1 .uh3o87 strong,
.kbca1 .uh3o87 p { color: #fff; }
.kbca1 .wisft::before { color: rgba(255,255,255,0.85) !important; }
.z5ngyt.kbca1 .c494,
.z5ngyt .kbca1 .c494     { background: #052e16; }
.z5ngyt.kbca1 .vp1fv,
.z5ngyt .kbca1 .vp1fv { background: #2d0a1e; }
.z5ngyt.kbca1 .jlao1,
.z5ngyt .kbca1 .jlao1    { background: #1e1036; }
.hm22.kbca1 .c494,
.hm22 .kbca1 .c494      { background: #2d2000; }
.hm22.kbca1 .vp1fv,
.hm22 .kbca1 .vp1fv  { background: #2d0b0b; }
.hm22.kbca1 .jlao1,
.hm22 .kbca1 .jlao1     { background: #2d1600; }
.wet7.kbca1 .c494,
.wet7 .kbca1 .c494      { background: #0c1a2e; }
.wet7.kbca1 .vp1fv,
.wet7 .kbca1 .vp1fv  { background: #12103a; }
.wet7.kbca1 .jlao1,
.wet7 .kbca1 .jlao1     { background: #0a2020; }
.xwuz4uw .uh3o87 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.xwuz4uw .c494     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.xwuz4uw .vp1fv { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.xwuz4uw .jlao1    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.xwuz4uw .uh3o87 strong { color: var(--text-primary); }
.xwuz4uw .uh3o87 p      { color: var(--text-muted); }
.dzgtk .uh3o87 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.xttw9q7 .wisft,
.xqhl2 .wisft,
.pc176b .wisft,
.fu1tz0lq .wisft { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.xttw9q7 .wisft::before,
.xqhl2 .wisft::before,
.pc176b .wisft::before,
.fu1tz0lq .wisft::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.xttw9q7 .c494     .wisft::before { content: "✦"; color: var(--c-tip-border); }
.xttw9q7 .vp1fv .wisft::before { content: "▲"; color: var(--c-warn-border); }
.xttw9q7 .jlao1    .wisft::before { content: "◉"; color: #60a5fa; }
.xqhl2 .c494     .wisft::before { content: "★"; color: var(--c-tip-border); }
.xqhl2 .vp1fv .wisft::before { content: "◆"; color: var(--c-warn-border); }
.xqhl2 .jlao1    .wisft::before { content: "●"; color: #60a5fa; }
.pc176b .c494     .wisft::before { content: "▶"; color: var(--c-tip-border); }
.pc176b .vp1fv .wisft::before { content: "■"; color: var(--c-warn-border); }
.pc176b .jlao1    .wisft::before { content: "▸"; color: #60a5fa; }
.fu1tz0lq .c494     .wisft::before { content: "→"; color: var(--c-tip-border); }
.fu1tz0lq .vp1fv .wisft::before { content: "⬥"; color: var(--c-warn-border); }
.fu1tz0lq .jlao1    .wisft::before { content: "◈"; color: #60a5fa; }
.dvnhlwvl .nyw2hjp1 .j3f9fss,
.dvnhlwvl .sxjz .j3f9fss  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.dvnhlwvl .qdzwm6l                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.dvnhlwvl .rf6lzx                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.dvnhlwvl .g5y76            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.dvnhlwvl .zzr2r9          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dvnhlwvl .s31n0                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jin4rg .nyw2hjp1 .j3f9fss,
.jin4rg .sxjz .j3f9fss,
.jin4rg .qdzwm6l,
.jin4rg .rf6lzx,
.jin4rg .g5y76,
.jin4rg .zzr2r9,
.jin4rg .s31n0,
.jin4rg .dzgtk .uh3o87 { box-shadow: none; }
.i4s6cqv   .rse8orko, .i4s6cqv .qd6zejh, .i4s6cqv .ypvjx,
.i4s6cqv   .iowgdk1, .i4s6cqv .ldc7 { font-size: 0.9rem; }
.i4s6cqv   .z3krpi, .i4s6cqv .ow9c73x { font-size: 0.9rem; }
.w320n   .rse8orko, .w320n .qd6zejh, .w320n .ypvjx,
.w320n   .iowgdk1, .w320n .ldc7 { font-size: 0.95rem; }
.w320n   .z3krpi, .w320n .ow9c73x { font-size: 0.95rem; }
.y6itb4w8   .rse8orko, .y6itb4w8 .qd6zejh, .y6itb4w8 .ypvjx,
.y6itb4w8   .iowgdk1, .y6itb4w8 .ldc7 { font-size: 1.08rem; }
.y6itb4w8   .z3krpi, .y6itb4w8 .ow9c73x { font-size: 1.05rem; }
.y6itb4w8   .kzswp9 { font-size: 0.97rem; }
.adrxropo .cwti      { font-size: 3.2rem; }
.adrxropo h2.dkyd { font-size: 1.9rem; }
.adrxropo h3.d32woqj3     { font-size: 1.4rem; }
.p88zgyi .cwti      { font-size: 3.8rem; }
.p88zgyi h2.dkyd { font-size: 2.2rem; }
.p88zgyi h3.d32woqj3     { font-size: 1.6rem; }
.bol3 + .bol3 { position: relative; }
.dc93f   .bol3 + .bol3::before,
.ku8n  .bol3 + .bol3::before,
.e14abxzu   .bol3 + .bol3::before,
.qhubv5pv   .bol3 + .bol3::before,
.xg2ew   .bol3 + .bol3::before,
.wuwajsl3 .bol3 + .bol3::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.dc93f .bol3 + .bol3::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ku8n .bol3 + .bol3::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.e14abxzu .bol3 + .bol3::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;
}
.qhubv5pv .bol3 + .bol3::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qo67 .bol3 { margin-bottom: 16px; }
.qo67 .bol3 + .bol3 { margin-top: 0; }
.qo67 .wa272 { padding-top: 0; padding-bottom: 0; }
.xg2ew .bol3 + .bol3::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wuwajsl3 .bol3 + .bol3::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.z57s34k .bol3 + .bol3::before,
.sxub .bol3 + .bol3::before,
.zbusn0q .bol3 + .bol3::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%;
}
.i4ro0rj .z57s34k .bol3:nth-child(even)::before,
.i4ro0rj .sxub .bol3:nth-child(even)::before,
.i4ro0rj .zbusn0q .bol3:nth-child(even)::before { background: var(--bg-surface); }
.pw77qek9 .z57s34k .bol3:nth-child(even)::before,
.pw77qek9 .sxub .bol3:nth-child(even)::before,
.pw77qek9 .zbusn0q .bol3:nth-child(even)::before { background: var(--bg-card); }
.z57s34k .bol3 + .bol3::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");
}
.sxub .bol3 + .bol3::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");
}
.zbusn0q .bol3 + .bol3::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");
}
.vvwcb2 .w0zqbq,
.jb6m .w0zqbq,
.gk61m .w0zqbq { overflow: hidden; }
.vvwcb2 .e46nt,
.jb6m .e46nt { margin-bottom: 60px; }
.gk61m .e46nt { margin-bottom: 70px; }
.vvwcb2 .w0zqbq::before,
.jb6m .w0zqbq::before,
.gk61m .w0zqbq::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%;
}
.vvwcb2 .w0zqbq::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");
}
.jb6m .w0zqbq::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");
}
.gk61m .w0zqbq::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");
}
.sb1y .w0zqbq:not(.l5ge) .n0966xz { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qo7rsa .w0zqbq:not(.l5ge) .n0966xz { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.a01kgo64  .w0zqbq:not(.l5ge) .n0966xz { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.alvc1l0  .w0zqbq:not(.l5ge) .n0966xz { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.sb1y .l5ge { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.qo7rsa .l5ge { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.a01kgo64 .l5ge { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.alvc1l0 .l5ge { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.alvc1l0 .l37wy { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.alvc1l0 .br4n5fc { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.l3gtirb .l5ge { background: var(--accent); }
.l3gtirb .l5ge .n0966xz { background: none; }
.l3gtirb .w0zqbq:not(.l5ge) .n0966xz { background: rgba(0,0,0,0.6); }
.en6my19 .o7n57pq0 { float: left; width: 38%; margin: 0 28px 16px 0; }
.en6my19 .o7n57pq0 .sddc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.en6my19 .wa272::after { content: ''; display: block; clear: both; }
.jw87sny .o7n57pq0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.jw87sny .o7n57pq0 .sddc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jw87sny .wa272::after { content: ''; display: block; clear: both; }
.ne84x0 .bol3:nth-child(odd)  .o7n57pq0 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ne84x0 .bol3:nth-child(even) .o7n57pq0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.ne84x0 .o7n57pq0 .sddc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ne84x0 .wa272::after { content: ''; display: block; clear: both; }
.en6my19 .jz59k,
.en6my19 .ecuq4,
.jw87sny .jz59k,
.jw87sny .ecuq4,
.ne84x0 .jz59k,
.ne84x0 .ecuq4 { clear: both; }
@media (max-width: 900px) {
  .en6my19 .o7n57pq0,
  .jw87sny .o7n57pq0,
  .ne84x0 .bol3:nth-child(odd)  .o7n57pq0,
  .ne84x0 .bol3:nth-child(even) .o7n57pq0 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .en6my19 .o7n57pq0 .sddc,
  .jw87sny .o7n57pq0 .sddc,
  .ne84x0 .o7n57pq0 .sddc {
    max-height: none !important;
  }
}
.en6my19 .z3krpi,
.en6my19 .ow9c73x,
.jw87sny .z3krpi,
.jw87sny .ow9c73x,
.ne84x0 .z3krpi,
.ne84x0 .ow9c73x { overflow: hidden; }
@media (max-width: 640px) {
  .en6my19 .o7n57pq0,
  .jw87sny .o7n57pq0,
  .ne84x0 .o7n57pq0 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.pz0jba6 .ul05oz8,
.pz0jba6 .wa272,
.pz0jba6 .kpll  { max-width: 1100px; }
.y1iuq .ul05oz8,
.y1iuq .wa272,
.y1iuq .kpll  { max-width: 1200px; }
.y1iuq { --content-mw: 1200px; }
.u7y5b .ul05oz8,
.u7y5b .wa272,
.u7y5b .kpll  { max-width: 1320px; }
.zb576w { font-size: 0.82rem; color: var(--text-muted); }
.ylecra { display: flex; align-items: center; }
.tytm810 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ahfwnlsf { display: flex; align-items: center; }
.p9q14laj { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.p9q14laj:hover { text-decoration: underline; }
.e8hsyp9 { margin: 0 3px; opacity: 0.45; }
.e8hsyp9::before { content: '/'; }
.cmwt { padding: 2px 5px; color: var(--text-main); }
.bi3mqn8 .zb576w {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.bi3mqn8 .ylecra { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.xk6v4 .zb576w {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.xk6v4 .ylecra { padding: 0 0 0 12px; }
.wevnd .ylecra { padding: 0 16px; }
.wevnd .zb576w {
  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);
}
.wevnd .ul05oz8 { padding-top: 28px; }
@media (max-width: 720px) {
  .wb8iqlzn { margin-top: 18px; padding: 0 16px; }
  .wevnd .ul05oz8 { padding-top: 16px; }
}
.pz0jba6.bi3mqn8 .ylecra { max-width: 1100px; }
.y1iuq.bi3mqn8 .ylecra { max-width: 1200px; }
.u7y5b.bi3mqn8 .ylecra { max-width: 1320px; }
.y1iuq .wb8iqlzn { max-width: 1200px; }
.o8zsvg .bol3 { padding-top: 16px; padding-bottom: 16px; }
.npzuf .bol3 { padding-top: 24px; padding-bottom: 24px; }
.kzdx8at4 .bol3 { padding-top: 40px; padding-bottom: 40px; }
.phkcri .bol3 { padding-top: 52px; padding-bottom: 52px; }
.f7oj33 .bol3:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.f7oj33 .bol3:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.f7oj33 .bol3:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.f7oj33 .bol3:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ny4fne9s .wa272 { padding-top: 10px;  padding-bottom: 10px; }
.trknxr .wa272 { padding-top: 18px;  padding-bottom: 18px; }
.tm70j .wa272 { padding-top: 36px;  padding-bottom: 36px; }
.jm2d .wa272 { padding-top: 48px;  padding-bottom: 48px; }
.gt3v h2.dkyd { font-weight: 600; }
.gt3v h3.d32woqj3     { font-weight: 600; }
.j2hgoe0d h2.dkyd { font-weight: 800; }
.j2hgoe0d h3.d32woqj3     { font-weight: 700; }
.pehw3kmb h2.dkyd { font-weight: 900; }
.pehw3kmb h3.d32woqj3     { font-weight: 800; }
.pehw3kmb .uh3o87 strong,
.pehw3kmb .uh3o87 strong { font-weight: 600; }
.rrq6f {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qm1m9fs .rrq6f { display: none; }
@media (max-width: 640px) { .rrq6f { display: none; } }
.rrq6f { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rrq6f:hover { opacity: 0.85; }
.mkj7j .rrq6f { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.n5vp3j .rrq6f,
.fivfu9x3  .rrq6f { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.n5vp3j .rrq6f:hover,
.fivfu9x3  .rrq6f:hover { opacity: 0.88; }
.mkj7j.n5vp3j .rrq6f,
.mkj7j.fivfu9x3  .rrq6f { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.gu015kw {
  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;
}
.gu015kw:hover { transform: translateY(-2px); opacity: 0.92; }
.gu015kw { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rmhl4 .gu015kw { display: none; }
.hvq6t .gu015kw { right: 32px; }
.y6xhb8k  .gu015kw { left: 32px; }
@media (max-width: 480px) {
  .hvq6t .gu015kw { right: 20px; bottom: 20px; }
  .y6xhb8k  .gu015kw { left: 20px; bottom: 20px; }
}
.a6y6uttl { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.kpll { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.i3wim3m { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.cxetek { color: var(--text-dim); font-size: 0.8rem; }
.f9mttpjg { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.f9mttpjg img { height: 26px; width: auto; object-fit: contain; }
.l2qpx { display: flex; flex-direction: column; gap: 6px; }
.l2qpx a, .svp9xtkh a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.l2qpx a:hover, .svp9xtkh a:hover { color: var(--accent-light); }
.l2qpx .lbx13jpp { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.seszh1 .kpll { text-align: center; }
.seszh1 .i3wim3m { margin-top: 0; }
.b4il1t { margin-top: 10px; }
.b4il1t a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .kpll { padding-left: 16px; padding-right: 16px; }
  .fdkzeye .kpll { padding: 20px 16px; }
  .svp9xtkh { gap: 4px 12px; }
  .i3wim3m { font-size: 0.78rem; }
}
.udhub .a8tm .f9mttpjg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.udhub .i3wim3m { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.udhub .cxetek { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .udhub .mjtp { grid-template-columns: 1fr 1fr; } .udhub .a8tm { grid-column: 1 / -1; } }
@media (max-width: 480px) { .udhub .mjtp { grid-template-columns: 1fr; } }
.zq69vhm .f9mttpjg { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.zq69vhm .i3wim3m { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .zq69vhm .oa6x6c { gap: 12px; } .zq69vhm .f9mttpjg { margin-right: 0; width: 100%; } }
.k8pgh .g0ufljsi .f9mttpjg { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.k8pgh .i3wim3m { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.k8pgh .cxetek { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .k8pgh .pnjyd { grid-template-columns: 1fr 1fr; } .k8pgh .g0ufljsi { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k8pgh .pnjyd { grid-template-columns: 1fr; } }
.xc5b8r .duru { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.xc5b8r .l2qpx { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .xc5b8r .duru { grid-template-columns: 1fr 1fr; } .xc5b8r .evc07:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xc5b8r .duru { grid-template-columns: 1fr; } }
.kqpug .duru { grid-template-columns: 1fr 2fr; }
.kqpug .uha2k .l2qpx { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .kqpug .duru { grid-template-columns: 1fr; } }
.uyw9 .kpll { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.e3mp3x .afyqh0      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.e3mp3x .a6y6uttl { background: var(--bg-page); border-top-color: var(--border-alt); }
.dg835un .afyqh0      { background: #0d1117; border-bottom-color: #21262d; }
.dg835un .hvewyw { color: var(--accent-light); }
.dg835un .ofpz { --msep-color: #8b949e; }
.dg835un .ofpz a { color: #8b949e; }
.dg835un .ofpz a:hover { color: var(--accent-light); }
.dg835un .w3f82b { color: #8b949e; }
.dg835un .a6y6uttl { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.dg835un .i3wim3m,
.dg835un .cxetek { color: #6e7681; }
.dg835un .l2qpx a, .dg835un .svp9xtkh a,
.dg835un .f9mttpjg { color: #e6edf3; }
.dg835un .l2qpx a:hover, .dg835un .svp9xtkh a:hover,
@media (max-width: 640px) {
  .dg835un .ofpz { background: #0d1117; border-top-color: #21262d; }
  .dg835un .ofpz li a { border-bottom-color: #21262d; }
}
.gvrs9ag .afyqh0      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.gvrs9ag .hvewyw { color: var(--accent-light); }
.gvrs9ag .ofpz { --msep-color: #475569; }
.gvrs9ag .ofpz a { color: #475569; }
.gvrs9ag .ofpz a:hover { color: var(--accent-light); }
.gvrs9ag .w3f82b { color: #64748b; }
.gvrs9ag .a6y6uttl { background: #f0f4f8; border-top-color: #cbd5e1; }
.gvrs9ag .i3wim3m,
.gvrs9ag .cxetek { color: #64748b; }
.gvrs9ag .l2qpx a, .gvrs9ag .svp9xtkh a,
.gvrs9ag .bv6u0yaf a, .gvrs9ag .f9mttpjg { color: #374151; }
.gvrs9ag .l2qpx a:hover, .gvrs9ag .svp9xtkh a:hover,
@media (max-width: 640px) {
  .gvrs9ag .ofpz { background: #f0f4f8; border-top-color: #cbd5e1; }
  .gvrs9ag .ofpz li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.n5vp3j .afyqh0      { background: var(--accent); border-bottom-color: var(--accent-light); }
.n5vp3j .hvewyw { color: #fff; }
.n5vp3j .ofpz { --msep-color: rgba(255,255,255,0.82); }
.n5vp3j .ofpz a { color: rgba(255,255,255,0.82); }
.n5vp3j .ofpz a:hover { color: #fff; }
.n5vp3j .w3f82b { color: rgba(255,255,255,0.9); }
.n5vp3j .ogcmp a { color: var(--text-primary) !important; }
.n5vp3j .ogcmp a:hover { color: var(--accent-light) !important; }
.n5vp3j .a6y6uttl { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.n5vp3j .i3wim3m,
.n5vp3j .cxetek { color: rgba(255,255,255,0.72); }
.n5vp3j .l2qpx a, .n5vp3j .svp9xtkh a,
.n5vp3j .xds6s1hp a, .n5vp3j .r1r7n a,
.n5vp3j .bv6u0yaf a, .n5vp3j .f9mttpjg { color: #fff; }
.n5vp3j .nkj1t3, .n5vp3j .ji1qfrvz { color: rgba(255,255,255,0.7); }
.n5vp3j .l2qpx a:hover, .n5vp3j .svp9xtkh a:hover,
.n5vp3j .xds6s1hp a:hover, .n5vp3j .r1r7n a:hover { color: #fff; }
@media (max-width: 640px) {
  .n5vp3j .ofpz { background: var(--accent); border-top-color: var(--accent-light); }
  .n5vp3j .ofpz li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.fivfu9x3 .afyqh0 {
  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);
}
.fivfu9x3 .a6y6uttl {
  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) {
  .fivfu9x3 .ofpz {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.wgh9j .mwgf2kz2 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vggjeqom .mwgf2kz2 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.i6sbjlmv .mwgf2kz2 { min-height: 72px; height: auto; }
.zamz2 .mwgf2kz2 { min-height: 84px; height: auto; }
.fdkzeye .mwgf2kz2 { max-width: none; padding: 0 32px; }
.fdkzeye .kpll  { max-width: none; padding: 24px 32px; }
.pk1u.y1iuq .mwgf2kz2 { max-width: 1200px; }
.pk1u.u7y5b .mwgf2kz2 { max-width: 1320px; }
.gcfgx   .hvewyw, .gcfgx   .f9mttpjg { text-transform: capitalize; }
.d0z0hm .hvewyw, .d0z0hm .f9mttpjg { text-transform: lowercase; }
.dvk2y .hvewyw, .dvk2y .f9mttpjg { text-transform: uppercase; letter-spacing: 0.06em; }
.ulif4y, .wrd3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.gxs340ew .ulif4y,
.gxs340ew .wrd3 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.li8uod5j .ulif4y,
.li8uod5j .wrd3 { 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; }
.x81nky .ulif4y,
.x81nky .wrd3 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.gu1mhk94 .ulif4y,
.gu1mhk94 .wrd3 { 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; }
.x3u6tpa   .ofpz a { font-weight: 500; }
.o876o .ofpz a { font-weight: 600; }
.z1ehpt     .ofpz a { font-weight: 700; }
.o2oc62l    .ofpz a { font-weight: 800; letter-spacing: 0.01em; }
.m4j1c     .ofpz > li + li::before,
.aa4h9    .ofpz > li + li::before,
.br0cv4v    .ofpz > li + li::before,
.fdss7 .ofpz > li + li::before,
.s2hq .ofpz > li + li::before,
.dtysst  .ofpz > li + li::before,
.d8lcz9    .ofpz > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.m4j1c     .ofpz > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.aa4h9    .ofpz > li + li::before { content: "|"; }
.br0cv4v    .ofpz > li + li::before { content: "—"; }
.fdss7 .ofpz > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.s2hq .ofpz > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.dtysst  .ofpz > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.d8lcz9    .ofpz > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .alh2b9 .w3f82b,
  .m5fzalso .w3f82b,
  .eysh5b5 .w3f82b,
  .yrnchg1 .w3f82b,
  .f3tl4 .w3f82b {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .alh2b9 .w3f82b::before,
  .m5fzalso .w3f82b::before,
  .eysh5b5 .w3f82b::before,
  .yrnchg1 .w3f82b::before,
  .f3tl4 .w3f82b::before { content: ""; display: block; flex-shrink: 0; }

  
  .alh2b9 .w3f82b::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;
  }

  
  .m5fzalso .w3f82b::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;
  }

  
  .eysh5b5 .w3f82b::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;
  }

  
  .yrnchg1 .w3f82b::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;
  }

  
  .f3tl4 .w3f82b::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) {
  .sx0ooe .w3f82b {
    padding: 5px 14px;
  }
  .sx0ooe .ofpz {
    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;
  }
  .sx0ooe .ofpz li a {
    border-bottom: none; padding: 10px 22px;
  }
  .sx0ooe .ofpz li a:hover { background: var(--bg-raised); }
  .sx0ooe .upavm,
  .z6m448 .upavm,
  .znpk5l8 .upavm { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .jqw9z5p .w3f82b {
    padding: 5px 10px;
  }
  .jqw9z5p .ofpz {
    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);
  }
  .jqw9z5p .ofpz.ep4u { transform: translateX(0); }
  .jqw9z5p .ofpz li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .jqw9z5p .ofpz li:last-child a { border-bottom: none; }
  .n5vp3j .ofpz,
  .dg835un .ofpz { background: var(--accent) !important; }
  .n5vp3j .ofpz li a,
  .dg835un .ofpz li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .znpk5l8 .w3f82b {
    padding: 5px 10px;
  }
  .znpk5l8 .ofpz {
    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);
  }
  .znpk5l8 .ofpz::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .znpk5l8 .ofpz.ep4u { transform: translateY(0); }
  .znpk5l8 .ofpz li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .hgajej7 .w3f82b {
    padding: 5px 10px;
  }
  .hgajej7 .ofpz {
    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;
  }
  .hgajej7 .ofpz.ep4u { opacity: 1; pointer-events: auto; }
  .hgajej7 .ofpz li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .psljmm     .w3f82b { border-radius: 0 !important; }
  .vdztt   .w3f82b { border-radius: 8px !important; }
  .mqerie0 .w3f82b { border-radius: 50% !important; }
  .o3tcj   .w3f82b { border-radius: 999px !important; }
}
.jc2t .dsn2757 { height: 36px; }
.jclo .dsn2757 { height: 60px; max-width: 200px; }
.ufhd0 .dsn2757 { height: 76px; max-width: 240px; }
.ye4eklj    .dc4t38n9, .ye4eklj    .sv2bpi1f { color: #f59e0b; }
.qbjr22fb      .dc4t38n9 { font-size: 1rem; letter-spacing: 1.5px; }
.qbjr22fb      .sv2bpi1f   { font-size: 1.35rem; }
.nr6u3    .dc4t38n9, .nr6u3    .sv2bpi1f { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.lsnz     .dc4t38n9, .lsnz     .sv2bpi1f { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.q4c5b .dc4t38n9, .q4c5b .sv2bpi1f { color: var(--cta); letter-spacing: 2px; }
.l1mm4vl   .dc4t38n9, .l1mm4vl   .sv2bpi1f { color: #e91e63; letter-spacing: 2px; }
.kigz  .dc4t38n9, .kigz  .sv2bpi1f { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.tholx     .dc4t38n9, .tholx     .sv2bpi1f { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ky2bqb10 .vmtpg + .vmtpg {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.n8m21d3d .rf6lzx { padding: 18px 24px; min-height: 68px; }
.olom9n0l .p2uifb {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.olom9n0l .ofmrczs {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.dvzjqbb .vmtpg {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.cwnb8 .ecuq4 { counter-reset: cs-rank; }
.cwnb8 .rf6lzx { position: relative; counter-increment: cs-rank; }
.cwnb8 .rf6lzx::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent-light); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.lqu8 .ecuq4 { counter-reset: cs-rank; gap: 0; }
.lqu8 .rf6lzx {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.lqu8 .rf6lzx::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.lqu8 .k23y6f {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.lqu8 .xmj1tdka {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.lqu8 .usfqe1 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.lqu8 .k23y6f { min-width: 0; flex-direction: column; width: 100%; }
.lqu8 .qvl9tt {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.lqu8 .dc4t38n9 { color: var(--cta, var(--accent)); }
.lqu8 .nasi { font-weight: 700; }
.lqu8 .vmtpg {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.lqu8 .p2uifb {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.lqu8 .ofmrczs {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.lqu8 .tem4 .ofmrczs { font-size: 1.3rem; color: var(--accent-light); }
.lqu8 .akcx6qo {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.lqu8 .rf6lzx:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .lqu8 .ecuq4 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .lqu8 .rf6lzx {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .lqu8 .rf6lzx { padding: 40px 16px 20px; }
  .lqu8 .vmtpg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .lqu8 .akcx6qo { width: 100%; min-width: 0; }
}
.chxl .ecuq4 { counter-reset: cs-rank; gap: 10px; }
.chxl .rf6lzx {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.chxl .rf6lzx::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.chxl .k23y6f {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.chxl .xmj1tdka {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.chxl .usfqe1 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.chxl .qvl9tt {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.chxl .dc4t38n9 { color: var(--cta, var(--accent)); }
.chxl .vmtpg {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.chxl .p2uifb {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.chxl .ofmrczs { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.chxl .tem4 .ofmrczs { color: var(--accent-light); }
.chxl .akcx6qo {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.chxl .rf6lzx:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .chxl .rf6lzx {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .chxl .rf6lzx::before {
    position: absolute; top: 14px; left: 14px;
  }
  .chxl .k23y6f {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .chxl .qvl9tt { white-space: normal; text-align: center; font-size: 1.2rem; }
  .chxl .vmtpg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .chxl .akcx6qo { width: 100%; min-width: 0; }
  .chxl .dc4t38n9 { min-width: 0; }
}
.yi6op .ecuq4 { counter-reset: cs-rank; }
.yi6op .rf6lzx::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.t56okjqb .ukpog {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.t56okjqb .ukpog summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.t56okjqb .ukpog p { padding: 0 2px 16px; }
.fg734 .ukpog { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.fg734 .ukpog summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.fg734 .ukpog summary::after { content: "›"; font-size: 1.2em; }
.fg734 .ukpog[open] summary::after { content: "‹"; }
.fg734 .ukpog p { padding: 10px 22px 4px; }
.ao63 .ukpog {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ao63 .ukpog summary { color: var(--text-primary); padding-left: 16px; }
.ao63 .ukpog summary::after { content: "›"; font-size: 1.1em; }
.ao63 .ukpog[open] summary::after { content: "‹"; }
.ao63 .ukpog p { padding-left: 16px; }
.xw8o8 .oe6s { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.xw8o8 .ukpog {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.xw8o8 .ukpog:last-child { border-bottom: none; }
.xw8o8 .ukpog summary { color: var(--text-primary); border-radius: 0; }
.xw8o8 .ukpog summary::after { content: "›"; font-size: 1.1em; }
.xw8o8 .ukpog[open] summary::after { content: "‹"; }
.eqaod .ukpog { overflow: hidden; }
.eqaod .ukpog summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.eqaod .ukpog summary::after { color: rgba(255,255,255,.75); }
.eqaod .ukpog[open] summary { border-radius: 0; }
.txbd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.v8zh {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.k0bb7mq {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.jmm6 { color: var(--text-muted); font-size: 1.05rem; }
.l74abdi {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.p8828f { margin-bottom: 20px; }
.ux3zbz6h {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.wz0o {
  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;
}
.wz0o:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.vcec { resize: vertical; min-height: 130px; }
.kfmx { width: 100%; margin-top: 8px; }
.p1eq {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.lkpis {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.s902z { color: var(--text-muted); line-height: 1.75; }
.wjxj { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wjxj li { margin-bottom: 6px; }
.clx9 { max-width: 760px; margin: 0 auto; }
.bprxin { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.njbb8c4 { max-width: 760px; margin: 0 auto; }
.my0qgxgf { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.df6q ul.wjxj { margin: 0; }
.waqi .my0qgxgf { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .waqi { grid-template-columns: 1fr; gap: 10px; } }
.d4z0u { max-width: 640px; margin: 0 auto; text-align: center; }
.c9dscw { margin-bottom: 48px; }
.c9dscw .my0qgxgf { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.c9dscw p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kca6gtv4 .wjxj { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .irtopk { grid-template-columns: 1fr; } }
.olxh { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.olxh:hover .pc6sa { color: var(--accent-light); text-decoration: underline; }
.b2n5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.kckzz { margin-bottom: 48px; }
.dns1djg { max-width: 760px; margin: 0 auto; }
.ej9jg { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ej9jg:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.hapsz { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ej9jg p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ej9jg ul.wjxj { margin: 0; }
.y18bqt0 { color: var(--text-muted); line-height: 1.75; }
.s6tn7 .wjxj,
.ezxg .wjxj,
.jtok88f .wjxj,
.nhim .wjxj {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.s6tn7 .ej9jg,
.ezxg .ej9jg { text-align: left; }
.s6tn7 .hapsz,
.ezxg .hapsz { text-align: center; }
.tckah6rc { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.bc8bqy { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.spmdhcmn { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.vcidazwa { margin-top: 12px; }
.tqex3q { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.tqex3q:hover { border-bottom-color: var(--accent-light); }
.ja0cz { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ja0cz img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gmng { border-radius: 50%; }
.s14ef9t { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.whg0 { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
.ivrwb { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .ivrwb { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.d5vvsc .spmdhcmn, .d5vvsc .bc8bqy { max-width: 640px; }
.fx24kxru .tckah6rc { font-size: 1.6rem; margin-top: 18px; }
.nj6qtj .spmdhcmn { margin-bottom: 28px; }
@media (max-width: 860px) { .l1oz6t { grid-template-columns: 1fr; } .fx24kxru { position: static; text-align: center; } }
.ah3nudv .ja0cz { margin: 0 auto 18px; }
.ah3nudv .s14ef9t { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .kkslo { grid-template-columns: 1fr; } }
.l0q674 .tckah6rc { font-size: 1.6rem; margin-bottom: 6px; }
.nhim .wjxj { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .l0q674 { flex-direction: column; text-align: center; } .nfbx82jo { grid-template-columns: 1fr; } }
.qh32czt .tckah6rc { font-size: 1.35rem; margin: 0 0 4px; }
.qh32czt .s14ef9t { margin: 0; }
.s4zj8gyl { max-width: 760px; margin: 0 auto; }
.kyo8672d { position: relative; padding-left: 28px; }
.kyo8672d::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.hadulyj { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.hadulyj:last-child { padding-bottom: 0; }
.wicfzz7 { 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; }
.ji0s1zh0 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ji0s1zh0 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.c2od7gm {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.c2od7gm .k0bb7mq { color: var(--accent-light); }
.tbs9vb .k0bb7mq { font-size: 2rem; }
.tbs9vb .jmm6 { max-width: 680px; }
.chpul .k0bb7mq { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.chpul .jmm6  { margin: 0; }
@media (max-width: 640px) { .chpul { flex-direction: column; } }
.nrc5 .k0bb7mq { color: var(--accent-light); }
.mhm56q .k0bb7mq { color: #fff; }
.mhm56q .jmm6  { color: rgba(255,255,255,0.85); }
.ilxf { max-width: 680px; margin: 0 auto; }
.af29y {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .af29y { grid-template-columns: 1fr; } }
.ckiuoct .wz0o {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ckiuoct .wz0o:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.d554mhai .wz0o { background: var(--bg-raised); border-color: transparent; }
.d554mhai .wz0o:focus { background: var(--bg-card); border-color: var(--accent-light); }
.puqw .wz0o { border-radius: 100px; padding: 11px 20px; }
.puqw .vcec { border-radius: 14px; }
.ovg5g7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.ovg5g7 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;
}
.ovg5g7 summary::-webkit-details-marker { display: none; }
.ovg5g7 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.ovg5g7[open] summary::after { content: "−"; }
.oezq {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .hqro { grid-template-columns: 1fr; } }
.m27yd{display:none}
.m27yd:empty,.or5c:empty{display:none}
.cfa20t{position:relative;overflow:visible}
.ay51nt .dyj3,.sysqf .dyj3,
.k7gqv .dyj3,.ldyhu .dyj3,
.kh516mz .dyj3,.tuke3qs .dyj3{display:block}
.j0koq35z .i3e7mdzj{display:block}
.ay51nt .dyj3,.sysqf .dyj3,
.k7gqv .dyj3,.ldyhu .dyj3,
.kh516mz .dyj3{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.ay51nt .dyj3 .or5c,.sysqf .dyj3 .or5c,
.k7gqv .dyj3 .or5c,.ldyhu .dyj3 .or5c,
.kh516mz .dyj3 .or5c{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}
.ay51nt .tmfkltai,.sysqf .tmfkltai,
.k7gqv .tmfkltai,.ldyhu .tmfkltai,
.kh516mz .tmfkltai{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ay51nt .dyj3,.sysqf .dyj3{top:12px}
.ay51nt .dyj3 .or5c{margin-right:auto}
.sysqf .dyj3 .or5c{margin-left:auto}
.sysqf .dyj3{text-align:right}
.k7gqv .dyj3,.ldyhu .dyj3{bottom:12px}
.k7gqv .dyj3 .or5c{margin-right:auto}
.ldyhu .dyj3 .or5c{margin-left:auto}
.ldyhu .dyj3{text-align:right}
.kh516mz .dyj3{position:relative;margin-top:16px}
.kh516mz .dyj3 .or5c{margin:0 auto}
.tuke3qs .dyj3{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.tuke3qs .dyj3 .or5c{margin:0}
.tuke3qs .br4n5fc~.dyj3,
.tuke3qs .i91wjh~.dyj3{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.tuke3qs .br4n5fc~.dyj3 .or5c,
.tuke3qs .i91wjh~.dyj3 .or5c{justify-content:flex-start}
.br4n5fc~.dyj3,.i91wjh~.dyj3{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}
.br4n5fc~.dyj3 .or5c{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.i91wjh~.dyj3 .or5c{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.i3e7mdzj .or5c{margin:0 0 12px}
.or5c{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.r33itv41{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.pc6sa{font-weight:600;color:var(--text-heading);opacity:1}
.nx8hduy::before{content:"·";margin:0 2px;opacity:.5}
.tmfkltai{white-space:nowrap}
.opqnex .r33itv41{display:none}
.c3ih1 .tmfkltai{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.c3ih1 .nx8hduy::before{content:""}
.q16ps .tmfkltai{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}
.q16ps .nx8hduy::before{content:""}
.p7gb0 .or5c{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.y2nyy1 .tmfkltai{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.y2nyy1 .nx8hduy::before{content:""}
.olfn .tmfkltai{color: var(--accent-light);opacity:1;font-weight:500}
.vvfmp3hh .tmfkltai{border-bottom:1px solid currentColor;padding-bottom:2px}
.on9v .or5c{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ue6yk8{--date-bg:var(--accent-bg-light)}
.tap5ad7r .nx8hduy::before{content:""}
.j5oe1p9v .nx8hduy::before{content:"•";opacity:.4}
.j5oe1p9v .tmfkltai + .tmfkltai::before{content:"•";margin-right:6px;opacity:.4}
.ijzs .nx8hduy::before{content:"/";opacity:.35}
.ijzs .tmfkltai + .tmfkltai::before{content:"/";margin-right:6px;opacity:.35}
.kn8emht .nx8hduy::before{content:"|";opacity:.3}
.kn8emht .tmfkltai + .tmfkltai::before{content:"|";margin-right:6px;opacity:.3}
.hfkmmv .nx8hduy::before{content:"—";opacity:.3}
.hfkmmv .tmfkltai + .tmfkltai::before{content:"—";margin-right:6px;opacity:.3}
.zb7x .nx8hduy::before{content:"◆";font-size:.5em;opacity:.35}
.zb7x .tmfkltai + .tmfkltai::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.y385oi .nx8hduy::before{content:"·";opacity:.4}
.y385oi .tmfkltai + .tmfkltai::before{content:"·";margin-right:6px;opacity:.4}
.sey12kv .nx8hduy::before{content:"›";opacity:.4}
.sey12kv .tmfkltai + .tmfkltai::before{content:"›";margin-right:6px;opacity:.4}
.ufakk7 .nx8hduy::before{content:"→";opacity:.35;font-size:.85em}
.ufakk7 .tmfkltai + .tmfkltai::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.mjtpfzhd .av38qul2{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .av38qul2{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .kicl11{max-width:100%}
}
:root {
  --accent:          #a83961;
  --brand:           #a83961;
  --brand-light:     #8a3c58;
  --brand-pale:      #a15872;
  --grad-start:      #ce6e91;
  --grad-end:        #d6a3b5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #a83961;
  --cta-light:       #8e2a4e;
  --cta-hover:       #7a2946;
  --bg-page:         #f7f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0eeef;
  --bg-hover:        #f5f4f4;
  --border:          #e8e2e4;
  --border-alt:      #dbd1d4;
  --border-section:  #e8e2e4;
  --text-primary:    #1b1719;
  --text-muted:      #5e5357;
  --text-body:       #362f32;
  --text-sub:        #51474b;
  --text-faint:      #87777d;
  --text-dim:        #9f9297;
  --text-label:      #6c5f64;
  --text-value:      #433b3e;
  --accent-bg:       #eee6e9;
  --accent-bg-light: #e5d0d8;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #25861c;
  --c-cons:          #9f2128;
  --c-pros-label:    #2c9f22;
  --c-tip-border:    #31b025;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #25861c;
}
:root { --logo-bg-opacity: 52%; }
body, button, input { font-family: "Audiowide", sans-serif; }
.g1u0j46r .wisft { font-size: 0; width: 1.2rem; flex-shrink: 0; }.g1u0j46r .wisft::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.g1u0j46r .c494     .wisft::before { content: "";  color: var(--c-tip-border); }.g1u0j46r .vp1fv .wisft::before { content: ""; color: var(--c-warn-border); }.g1u0j46r .jlao1    .wisft::before { content: ""; color: #60a5fa; }.z5ngyt .g1u0j46r .c494     .wisft::before { color: #10b981; }.z5ngyt .g1u0j46r .vp1fv .wisft::before { color: #f43f5e; }.z5ngyt .g1u0j46r .jlao1    .wisft::before { color: #a855f7; }.hm22  .g1u0j46r .c494     .wisft::before { color: #eab308; }.hm22  .g1u0j46r .vp1fv .wisft::before { color: #ef4444; }.hm22  .g1u0j46r .jlao1    .wisft::before { color: #f97316; }.wet7  .g1u0j46r .c494     .wisft::before { color: #38bdf8; }.wet7  .g1u0j46r .vp1fv .wisft::before { color: #818cf8; }.wet7  .g1u0j46r .jlao1    .wisft::before { color: #2dd4bf; }.jufh2yef .g1u0j46r .wisft::before { color: var(--accent-light) !important; }
.au7g9oh .pu87i2z li::before, .au7g9oh .kn3h44 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; }.au7g9oh .pu87i2z li::before { content: ""; }.au7g9oh .kn3h44 li::before { content: ""; }.au7g9oh .ju6jppk::before, .au7g9oh .raqa3j::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.au7g9oh .ju6jppk::before { content: ""; }.au7g9oh .raqa3j::before { content: ""; }
.komv0xk .s83sag, .komv0xk .br4n5fc { min-height: 780px; }
.mum2 .fe96erj::after, .mum2 .d9yeopzq::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; }
.e8hsyp9::before { content: '◆'; font-size: 0.5em; }
.d6tf .tmfkltai::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.d6tf .tmfkltai:first-of-type::before{content:"\f017"}.d6tf .tmfkltai:last-of-type::before{content:"\f2f1"}