: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;
}
.cwozjhn {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.kv99w {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ae612wu {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ycsh9b { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.bpy9 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.bpy9 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.bpy9 a:hover { color: var(--accent-light); }
.hifw9  .dm909kgf { border-radius: 14px; }
.hifw9 .dm909kgf li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.hifw9 .dm909kgf li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.pitdemtw .dm909kgf li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .dm909kgf {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xigoyo:hover .dm909kgf,
  .xigoyo:focus-within .dm909kgf { display: block; }
  .dm909kgf li a { padding: 8px 16px; font-size: 0.88rem; }
}
.nj0bpinc {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xly150u { display: none; }
@media (max-width: 640px) {
  .xly150u {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xly150u.zhjadwk { display: block; }
}
@media (max-width: 640px) {
  .nj0bpinc { display: block; }
  .bpy9 > li + li::before { display: none !important; }
  .bpy9 {
    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;
  }
  .bpy9.zhjadwk { display: flex; }
  .bpy9 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .bpy9 li:last-child a { border-bottom: none; }
}
.zpiw3836 { min-height: 480px; }
.iwlj {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.j2kaz { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.habi3lt9 .j2kaz { margin-left: 0; margin-right: 0; }
.gqhccg {
  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;
}
.gqhccg:hover { opacity: 0.88; }
.nb7q9 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.kxhk9hv1 {
  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%);
}
.nb7q9 .vwvr2 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.nb7q9 .iwlj { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.nb7q9 .j2kaz { color: #e2e8f0; }
.nb7q9.liyyvfig .vwvr2 { text-align: center; }
.nb7q9.habi3lt9   .vwvr2 { text-align: left; }
.chtkk0n .vwvr2 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.chtkk0n .iwlj { color: var(--text-primary); text-shadow: none; }
.chtkk0n .j2kaz { color: var(--text-muted); }
.chtkk0n .gqhccg { margin-top: 16px; }
.chtkk0n, .chtkk0n.zpiw3836 { min-height: auto !important; }
.chtkk0n.liyyvfig .vwvr2 { text-align: center; }
.chtkk0n.habi3lt9   .vwvr2 { text-align: left; }
.chtkk0n~.zsv5h{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}
.chtkk0n~.zsv5h .rj1ny{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.sroiq87 .nb7q9 .kxhk9hv1 {
  overflow: hidden;
}
.sroiq87 .nb7q9 .kxhk9hv1::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.pqnl1 .nb7q9 .kxhk9hv1 {
  overflow: hidden;
}
.pqnl1 .nb7q9 .kxhk9hv1::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;
}
.l2nvw2c7 .nb7q9 .kxhk9hv1 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.qmtzda .nb7q9 .kxhk9hv1 {
  overflow: hidden;
}
.qmtzda .nb7q9 .kxhk9hv1::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;
}
.apsbs9n8 .nb7q9 .kxhk9hv1 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.op3cxs5 .kxhk9hv1 {
  background: none;
}
.op3cxs5 .iwlj { color: #fff; }
.op3cxs5 .j2kaz { color: rgba(255,255,255,0.85); }
.op3cxs5 .gqhccg { background: #fff; color: var(--cta); }
.op3cxs5 .gqhccg:hover { opacity: 0.92; }
.wueprp .iwlj { text-shadow: none; color: var(--text-primary); }
.wueprp .j2kaz { color: var(--text-muted); }
.wueprp.habi3lt9   .d92ya3h { align-items: flex-start; text-align: left; }
.j8i1hg .vwvr2 { padding-bottom: 24px; }
.tfii .vwvr2 { max-width: 960px; }
@media (max-width: 700px) {
  .wueprp { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .wueprp .kl80j4k { display: none !important; }
  .d9ojf5d3 .kl80j4k { display: none !important; }
  .gwl1b5j .oyx202q { display: none !important; }
  .y2ry5 .gjr3 { display: none !important; }
  .d92ya3h  { padding: 36px 24px; }
  .wueprp~.zsv5h,.n07qv58~.zsv5h{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .zpiw3836, .wueprp { min-height: 320px !important; }
  
  .iwlj { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xaacbeae { display: none !important; }
  
  .kt0whg { flex-direction: column; align-items: center; }
  .j4goh { width: 100%; max-width: 340px; }
}
.hk6fyl { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dnb86vc { width: 100%; height: auto; display: block; border-radius: 10px; }
.q28yuu .hk6fyl        { border-radius: 16px; }
.q28yuu .dnb86vc  { border-radius: 16px; }
.qdd6bo .hk6fyl         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.qdd6bo .dnb86vc   { border-radius: 8px; }
.q66a { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.ymazo2i { width: 100%; padding: 32px 0; position: relative; }
.l0pv7 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.s4xh0 .ymazo2i:nth-child(even) { background: var(--bg-surface); }
.s4xh0 .ymazo2i:nth-child(odd)  { background: var(--bg-page); }
.bywjqq .ymazo2i:nth-child(even) { background: var(--bg-card); }
.bywjqq .ymazo2i:nth-child(odd)  { background: var(--bg-page); }
.s4xh0 .ymazo2i:nth-child(odd)  .l0pv7 { background: var(--bg-card); border-radius: 6px; }
.s4xh0 .ymazo2i:nth-child(even) .l0pv7 { background: var(--bg-raised); border-radius: 6px; }
.bywjqq .ymazo2i:nth-child(odd)  .l0pv7 { background: var(--bg-card); border-radius: 6px; }
.bywjqq .ymazo2i:nth-child(even) .l0pv7 { background: var(--bg-raised); border-radius: 6px; }
.s4xh0 .ymazo2i:nth-child(even) .xx8dl .xfk1a3,
.bywjqq .ymazo2i:nth-child(even) .xx8dl .xfk1a3 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.s4xh0 .ymazo2i:nth-child(odd) .xx8dl .xfk1a3,
.bywjqq .ymazo2i:nth-child(odd) .xx8dl .xfk1a3 { background: var(--bg-card-inner); }
.s4xh0 .ymazo2i:nth-child(even) .b92m .xfk1a3:nth-child(odd),
.bywjqq .ymazo2i:nth-child(even) .b92m .xfk1a3:nth-child(odd)  { background: var(--bg-card); }
.s4xh0 .ymazo2i:nth-child(even) .b92m .xfk1a3:nth-child(even),
.bywjqq .ymazo2i:nth-child(even) .b92m .xfk1a3:nth-child(even) { background: var(--bg-card-inner); }
h1.g9lk { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.g9lk {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.lixkx62 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.hf34 h2.g9lk {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.hl0o h2.g9lk {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.coazkpw h2.g9lk {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.sq6s5 h2.g9lk::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ztxe h2.g9lk {
  color: var(--text-primary); font-size: 1.7rem;
}
.jles839j h2.g9lk::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.irtb h2.g9lk {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.rvy4 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .rvy4 { display: none; } }
.xg0e1al9 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ygdy7sl4 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.di7c {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xw6oykqy { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.x3e427j { padding-left: 20px; }
.x3e427j li { margin-bottom: 6px; }
.x3e427j a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.x3e427j a:hover { color: var(--accent-light); }
.ma3lck .xw6oykqy { display: none; }
.trfacgg .xw6oykqy { display: none; }
.trfacgg .x3e427j { padding-left: 0; list-style: none; }
.trfacgg .x3e427j li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.trfacgg .x3e427j a { font-size: 0.92rem; }
.cs8hs3j9 .di7c { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.cs8hs3j9 .xw6oykqy { display: none; }
.cs8hs3j9 .x3e427j { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.cs8hs3j9 .x3e427j li { margin-bottom: 0; }
.cs8hs3j9 .x3e427j 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;
}
.cs8hs3j9 .x3e427j a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.ry5ak .di7c { padding: 20px 20px 16px; }
.ry5ak .x3e427j {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ry5ak .x3e427j li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ry5ak .x3e427j 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;
}
.ry5ak .x3e427j 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;
}
.ry5ak .x3e427j a:hover { color: var(--accent-light); border-color: var(--accent); }
.ry5ak .x3e427j a:focus,
.ry5ak .x3e427j a:focus-visible,
.ry5ak .x3e427j a:target { outline: none; }
.ry5ak .x3e427j li:target a { border-color: var(--border); color: var(--text-muted); }
.jpz1f .di7c { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.jpz1f .xw6oykqy { display: none; }
.jpz1f .x3e427j { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.jpz1f .x3e427j li { margin-bottom: 0; }
.jpz1f .x3e427j li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.jpz1f .x3e427j li:last-child::after { content: ""; margin-right: 0; }
.jpz1f .x3e427j a { font-size: 0.9rem; }
.xfk1a3 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.xx8dl .xfk1a3 { background: var(--bg-card); }
.b92m .xfk1a3:nth-child(odd)  { background: var(--bg-card); }
.b92m .xfk1a3:nth-child(even) { background: var(--bg-raised); }
.bn17wnv4 .xfk1a3 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.bn17wnv4 .xfk1a3:last-child { border-bottom: none; }
.bn17wnv4 h3.lixkx62 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.w5oayoz .xfk1a3 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.w5oayoz .xfk1a3 + .xfk1a3 { margin-top: 4px; }
.upfs2 .xfk1a3 { background: none; border-radius: 0; padding: 12px 0; }
.upfs2 .xfk1a3 + .xfk1a3 { border-top: 1px solid var(--border-section); }
.l9zlx { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.tf41c { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.o2kje2i { color: var(--text-body); margin-bottom: 10px; }
.prl52, .ruolw { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.prl52 li, .ruolw li { margin-bottom: 6px; }
.ruolw li { list-style: decimal; }
.ou9eu4hq     .prl52 { list-style-type: "● "; }
.f08uxw4  .prl52 { list-style-type: "■ "; }
.llcunuq .prl52 { list-style-type: "◆ "; }
.taqng    .prl52 { list-style-type: "★ "; }
.ou9eu4hq     .beq4 { list-style-type: "● "; }
.f08uxw4  .beq4 { list-style-type: "■ "; }
.llcunuq .beq4 { list-style-type: "◆ "; }
.taqng    .beq4 { list-style-type: "★ "; }
.ou9eu4hq    .prl52 li::marker, .ou9eu4hq    .beq4 li::marker,
.f08uxw4 .prl52 li::marker, .f08uxw4 .beq4 li::marker,
.llcunuq .prl52 li::marker, .llcunuq .beq4 li::marker,
.taqng   .prl52 li::marker, .taqng   .beq4 li::marker {
  color: var(--cta); font-size: 1em;
}
.ou9eu4hq .ruolw,
.f08uxw4 .ruolw,
.llcunuq .ruolw,
.taqng .ruolw {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ou9eu4hq .ruolw li,
.f08uxw4 .ruolw li,
.llcunuq .ruolw li,
.taqng .ruolw li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ou9eu4hq .ruolw li::before,
.f08uxw4 .ruolw li::before,
.llcunuq .ruolw li::before,
.taqng .ruolw 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;
}
.ou9eu4hq     .ruolw li::before { border-radius: 50%; }
.f08uxw4  .ruolw li::before { border-radius: 3px; }
.llcunuq .ruolw li::before { border-radius: 3px; }
.taqng    .ruolw li::before { border-radius: 50%; }
.n6i1mx { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.mpr80avs .n6i1mx,
.mumfi1 .n6i1mx { background: transparent; border: none; border-radius: 0; }
.cws89 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.cws89 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.cws89 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.cws89 tr:hover td { background: var(--bg-hover); }
.etono .cws89 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.w8yw2yr .cws89 { border: 1px solid var(--border-alt); }
.w8yw2yr .cws89 th,
.w8yw2yr .cws89 td { border: 1px solid var(--border-alt); }
.muckb .cws89 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.muckb .cws89 td { border-bottom: none; }
.muckb .cws89 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.p33lkw5h .cws89 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.cloldkl .n6i1mx {
  overflow: hidden;
}
.cloldkl .cws89 th { border-bottom: 1px solid var(--border-alt); }
.cloldkl .cws89 tr:last-child td { border-bottom: none; }
.ywlj { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.m9svdb6 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.sjy4 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.l2vbsgq { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.q9in0n { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.beq4 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.beq4 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);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%}
.a2bdsuyp .l2vbsgq { background: transparent; text-align: center; }
.ny398 .sjy4 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.rycr0hd3 .sjy4 {
  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);
}
.uzsr50 .m9svdb6 { display: grid; grid-template-columns: auto 1fr; }
.uzsr50 .sjy4 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.uzsr50 .l2vbsgq { grid-column: 2; }
.uzsr50 .q9in0n,
.uzsr50 .beq4 { grid-column: 1 / -1; }
.xxb20i4 .m9svdb6 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.xxb20i4 .sjy4 {
  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);
}
.xxb20i4 .l2vbsgq { grid-column: 2; }
.xxb20i4 .q9in0n,
.xxb20i4 .beq4 { grid-column: 1 / -1; }
.v2eav .m9svdb6 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.v2eav .l2vbsgq { background: none; color: var(--accent-light); font-weight: 700; }
.z34p .m9svdb6 { 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); }
.z34p .l2vbsgq { background: none; color: var(--accent-light); font-weight: 700; }
.b8q51fc .m9svdb6 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.b8q51fc .m9svdb6:last-child { border-bottom: none; }
.b8q51fc .l2vbsgq { background: none; color: var(--accent-light); font-weight: 700; }
.ufb5 .m9svdb6 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ufb5 .l2vbsgq { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.h41cr7xu .ywlj { counter-reset: card-n; }
.h41cr7xu .m9svdb6  { counter-increment: card-n; }
.h41cr7xu .l2vbsgq { display: flex; align-items: center; gap: 10px; }
.h41cr7xu .l2vbsgq::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;
}
.b05gj9 .m9svdb6 { background: var(--bg-surface); border: 1px solid var(--border); }
.b05gj9 .l2vbsgq { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.r66vc { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.u57z  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.h6yh1 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.r66vc strong { color: var(--text-primary); font-size: 0.95rem; }
.r66vc p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.i070 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.wu26f, .byoxae { border-radius: 8px; padding: 14px; }
.wu26f { background: var(--bg-pros); }
.byoxae { background: var(--bg-cons); }
.qv7vi { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.wu26f .qv7vi { color: var(--c-pros-label); }
.byoxae .qv7vi { color: #f87171; }
.wu26f ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.byoxae ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dnb86vc { width: 100%; height: auto; border-radius: 10px; display: block; }
.mv816 {
  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;
}
.mv816:hover { opacity: 0.85; }
.vop4z7p .mv816  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.vop4z7p .mv816:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.skow91 .mv816  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.skow91 .mv816:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.g7n2 .gqhccg { border-radius: 50px; }
.g7n2 .mv816  { border-radius: 50px; }
.y5wdt0n .gqhccg { padding-left: 22px; padding-right: 22px; }
.y5wdt0n .mv816  { padding-left: 12px; padding-right: 12px; }
.yq7mfyz .gqhccg { padding-left: 44px; padding-right: 44px; }
.yq7mfyz .mv816  { padding-left: 24px; padding-right: 24px; }
.w637dj7 .gqhccg { padding-left: 56px; padding-right: 56px; }
.w637dj7 .mv816  { padding-left: 32px; padding-right: 32px; }
.svsg1   .gqhccg::after, .svsg1   .mv816::after,
.a7tc .gqhccg::after, .a7tc .mv816::after,
.bkh3vtsd    .gqhccg::after, .bkh3vtsd    .mv816::after,
.tzjaxq    .gqhccg::after, .tzjaxq    .mv816::after,
.r3v0vyn    .gqhccg::after, .r3v0vyn    .mv816::after,
.sf8y9up2     .gqhccg::after, .sf8y9up2     .mv816::after,
.h3nslv8    .gqhccg::after, .h3nslv8    .mv816::after,
.mgs5z   .gqhccg::after, .mgs5z   .mv816::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;
}
.svsg1 .gqhccg::after, .svsg1 .mv816::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");
}
.a7tc .gqhccg::after, .a7tc .mv816::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");
}
.bkh3vtsd .gqhccg::after, .bkh3vtsd .mv816::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");
}
.tzjaxq .gqhccg::after, .tzjaxq .mv816::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");
}
.r3v0vyn .gqhccg::after, .r3v0vyn .mv816::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");
}
.sf8y9up2 .gqhccg::after, .sf8y9up2 .mv816::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");
}
.h3nslv8 .gqhccg::after, .h3nslv8 .mv816::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");
}
.mgs5z .gqhccg::after, .mgs5z .mv816::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");
}
.sw0qghxb   .x8fl28e::after, .sw0qghxb   .x9r6y::after,
.wvw80u .x8fl28e::after, .wvw80u .x9r6y::after,
.jfftpw    .x8fl28e::after, .jfftpw    .x9r6y::after,
.mp1q1    .x8fl28e::after, .mp1q1    .x9r6y::after,
.yf8o2obx    .x8fl28e::after, .yf8o2obx    .x9r6y::after,
.yrb2ldta     .x8fl28e::after, .yrb2ldta     .x9r6y::after,
.qe5jl    .x8fl28e::after, .qe5jl    .x9r6y::after,
.kgvpb   .x8fl28e::after, .kgvpb   .x9r6y::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;
}
.sw0qghxb .x8fl28e::after, .sw0qghxb .x9r6y::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");
}
.wvw80u .x8fl28e::after, .wvw80u .x9r6y::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");
}
.jfftpw .x8fl28e::after, .jfftpw .x9r6y::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");
}
.mp1q1 .x8fl28e::after, .mp1q1 .x9r6y::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");
}
.yf8o2obx .x8fl28e::after, .yf8o2obx .x9r6y::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");
}
.yrb2ldta .x8fl28e::after, .yrb2ldta .x9r6y::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");
}
.qe5jl .x8fl28e::after, .qe5jl .x9r6y::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");
}
.kgvpb .x8fl28e::after, .kgvpb .x9r6y::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");
}
.o6yb7qg {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
}
.yzqsi23 {
  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;
}
.yzqsi23 > [itemprop="item"] { display: contents; }
.yzqsi23 [itemprop="itemReviewed"],
.yzqsi23 [itemprop="reviewRating"] { display: none; }
.yzqsi23:hover { background: var(--bg-hover); }
.i9rq {
  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;
}
.lzklxuz .i9rq { background: #1a1a1a; }
.bek56 .i9rq { background: rgba(128,128,128,.12); }
.xzp38h .i9rq { background: var(--bg-raised); }
.vewy .i9rq { background: transparent; padding: 0; }
.ilop7 { max-height: 74px; max-width: 120px; object-fit: contain; }
.yhrvynmk { display: flex; align-items: center; gap: 16px; min-width: 0; }
.yhrvynmk .i9rq + .xlbugi { flex: 1 1 auto; }
.xlbugi { 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; }
.oyzp4g { color: var(--cta); font-size: 1.2rem; letter-spacing: 2px; line-height: 1; text-align: center; }
.okfr9m { text-align: center; font-size: 1.2rem; font-weight: 700; }
.km0784 { 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) {
  .yhrvynmk { flex: 0 0 260px; width: 260px; }
  .oyzp4g { flex: 0 0 120px; width: 120px; }
  .okfr9m { flex: 0 0 110px; width: 110px; }
  .km0784   { flex: 0 0 180px; width: 180px; }
}
.v9dg { 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%; }
.p2opy { 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; }
.bey2clrs { white-space: nowrap; text-align: center; align-self: center; }
@media (min-width: 721px) {
  .bey2clrs { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.bey2clrs.mv816 { 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) {
  .o6yb7qg { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .o6yb7qg .yzqsi23 { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .o6yb7qg .yhrvynmk { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .o6yb7qg .i9rq { width: 100%; min-width: unset; height: 120px; }
  .o6yb7qg .ilop7 { max-height: 96px; max-width: 200px; }
  .o6yb7qg .xlbugi { min-width: unset; text-align: center; white-space: normal; }
  .o6yb7qg .oyzp4g { min-width: 0; }
  .o6yb7qg .km0784 { 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; }
  .o6yb7qg .bey2clrs { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .pce49p .yzqsi23 { row-gap: 8px !important; gap: 10px !important; }
}
.hybk7 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.syq1atlf {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.m67cxk {
  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;
}
.m67cxk img { max-width: 80px; max-height: 50px; object-fit: contain; }
.as5ft7 { flex: 1; }
.as5ft7 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.ctt8 { color: var(--c-stars); font-size: 1.1rem; }
.fr0j02z { margin-bottom: 8px; }
.tbky3i { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.lm1yr::before   { content: "★ "; color: var(--accent); }
.j6ab { flex-shrink: 0; }
.w8qdpt img.ewr9ytzp { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.mpr80avs { padding: 20px 24px; }
.dm3ze6wm { color: var(--text-muted); margin-bottom: 16px; }
.p2v9 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.fvcs, .pu34fjs { list-style: none; font-size: 0.9rem; }
.fvcs li { color: var(--c-pros); margin-bottom: 4px; }
.pu34fjs li { color: var(--c-cons); margin-bottom: 4px; }
.fvcs li::before { content: "✓"; margin-right: 5px; }
.pu34fjs li::before { content: "✗"; margin-right: 5px; }
.jg915 .fvcs li::before { content: "→"; }
.jg915 .pu34fjs li::before { content: "–"; }
.w8qylz  .fvcs li::before { content: "★"; }
.w8qylz  .pu34fjs li::before { content: "✕"; }
.cvinu0    .fvcs li::before { content: "◆"; }
.cvinu0    .pu34fjs li::before { content: "▲"; }
.q8n9ndsk  .fvcs li::before { content: "▶"; }
.q8n9ndsk  .pu34fjs li::before { content: "■"; }
.ufga0 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.wccctl { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.xvg8vqq { background: var(--bg-pros); color: var(--c-tag-pay); }
.xvvwpkkp { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.eqwz7bnu .xvvwpkkp { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.uzk36wu0 .xvvwpkkp { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .gbe0fc .c0ocmy {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .gbe0fc .hybk7 { margin: 0; }
}
.er5p .syq1atlf { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.er5p .as5ft7 h3 { color: var(--accent-light); }
.er5p .m67cxk { background: var(--bg-page); border: 1px solid var(--border); }
.u9ze .hybk7 { border-top: 4px solid var(--accent); }
.u9ze .syq1atlf { background: var(--bg-card); }
.hvis .hybk7 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.hvis .syq1atlf { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.hvis .mpr80avs { padding: 14px 16px; }
.hvis .m67cxk { border-radius: 4px; }
.hvis .xvvwpkkp { border-radius: 0; }
.kjuq0z .syq1atlf { padding: 0; gap: 0; overflow: hidden; }
.kjuq0z .m67cxk { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.kjuq0z .as5ft7 { padding: 16px 20px; }
.kjuq0z .j6ab { padding: 16px 20px; align-self: center; }
.jyvpah .ctt8 { font-size: .95rem; }
.mumfi1 .i070 { gap: 10px; }
.mumfi1 .wu26f, .mumfi1 .byoxae { padding: 12px; }
.mumfi1 .wu26f ul, .mumfi1 .byoxae ul { margin: 4px 0 0; padding-left: 18px; }
.mumfi1 .wu26f li, .mumfi1 .byoxae li { font-size: .85rem; margin-bottom: 3px; }
.q0dc60 .wccctl { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .q6ln5o { grid-template-columns: 1fr; }
  .fivr2 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .fivr2 .zax2wr { width: 72px; height: 50px; }
  .fivr2 .xxabsd { max-width: 180px; }
  .fivr2 .fn1x6h4 { width: auto; }
}
.z3c3 .jyvpah .ctt8 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .z3c3 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ulzk0t { padding: 16px; }
  .qvys .dblw { min-width: 50%; }
}
.li9ufxe .i070 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .rl77 { grid-template-columns: 1fr; }
  .ds01kak { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zoriq { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .wcwqi1 { flex-wrap: wrap; padding: 16px; }
}
.t0bfson .i070 { gap: 8px; }
.t0bfson .wu26f, .t0bfson .byoxae { padding: 8px; }
@media (max-width: 480px) {
  .zu0i { flex-direction: column; align-items: stretch; }
}
.uk4pjou .fn1x6h4 .mv816 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gyt1 { flex-direction: column; align-items: stretch; gap: 10px; }
  .uk4pjou .fn1x6h4 { text-align: center; }
}
@media (max-width: 720px) {
  .gc13zw29 { grid-template-columns: 1fr; }
  .zkb8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .aibn { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.qxfnjt .ah1ftk { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.prkef5vx .ctt8 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .o8risgn { grid-template-columns: 1fr; }
  .prkef5vx { width: 100px; height: 100px; margin: 16px auto; }
  .qxfnjt { font-size: 1.4rem; }
  .sbmi1v { justify-content: center; }
  .a88md .dblw { min-width: 50%; }
}
.k9hkrkk .i070 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .wsum71 { flex-wrap: wrap; padding: 14px 16px; }
  .lkwa7 { padding: 12px 16px; }
  .k9hkrkk .i070 { margin: 0 16px; }
  .k9hkrkk .q0dc60 { padding: 0 16px; }
  .l9yxyq { padding: 12px 16px; }
}
.ztho .o6yb7qg {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.ztho .o6yb7qg .yzqsi23:only-child { grid-column: 1 / -1; }
.ztho .o6yb7qg .yzqsi23 {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.ztho .o6yb7qg .yhrvynmk { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.ztho .o6yb7qg .i9rq { width: 100%; min-width: unset; height: 120px; }
.ztho .o6yb7qg .ilop7 { max-height: 100px; max-width: 200px; }
.ztho .o6yb7qg .xlbugi { min-width: unset; text-align: center; white-space: normal; }
.ztho .o6yb7qg .oyzp4g { min-width: 0; }
.ztho .o6yb7qg .km0784 {
  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;
}
.ztho .o6yb7qg .bey2clrs { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.ztho .syq1atlf { gap: 14px; }
.lqis .p2opy {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 5px 14px; font-size: 1.1rem;
}
.lqis .oyzp4g { color: var(--cta); }
.lqis .syq1atlf { background: var(--accent-bg); }
.lqis .lm1yr, .lqis .p3v1, .lqis .q7jbvo {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.lye9w .km0784 { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.lye9w .p2opy {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.lye9w .oyzp4g { color: var(--cta); }
.lye9w .syq1atlf { border-bottom: 2px solid var(--accent-bg); }
.lye9w .lm1yr, .lye9w .p3v1, .lye9w .q7jbvo {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.zja5fz .yzqsi23 { border-top: 3px solid var(--accent); }
.zja5fz .hybk7 { overflow: hidden; }
.zja5fz .syq1atlf { background: var(--accent-bg); }
.mbj6k .yzqsi23 { padding: 14px 18px; gap: 16px; }
.mbj6k .xlbugi { font-size: 1rem; }
.mbj6k .syq1atlf { padding: 14px 18px; gap: 14px; }
.mbj6k .mpr80avs { padding: 14px 18px; }
.mbj6k .m67cxk { width: 70px; }
.mbj6k .as5ft7 h3 { font-size: 1.05rem; }
.fqp3xzs .o6yb7qg { gap: 0; }
.fqp3xzs .yzqsi23 {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.fqp3xzs .yzqsi23:last-child { border-bottom: none; }
.fqp3xzs .yzqsi23:nth-child(odd) { background: var(--accent-bg); }
.fqp3xzs .yzqsi23:nth-child(odd):hover { background: var(--bg-hover); }
.pce49p .o6yb7qg {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.pce49p .yzqsi23 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.pce49p .yzqsi23:last-child { border-bottom: none; }
.pce49p .oyzp4g,
.pce49p .vjhkov,
.pce49p .y8z1aez { border-left: 1px solid var(--border); padding-left: 10px; }
.pce49p .xlbugi { padding: 0 10px; }
.cqsbc8g8 .yhrvynmk { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.cqsbc8g8 .xlbugi { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.jv0hbxn .yhrvynmk { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.jv0hbxn .xlbugi { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.ujh2 .o6yb7qg { gap: 14px; }
.ujh2 .yzqsi23 {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.ujh2 .xlbugi { font-size: 1.15rem; }
.ujh2 .p2opy { font-size: 1.22rem; }
.ujh2 .bey2clrs.mv816 { padding: 14px 30px !important; font-size: 1rem; }
.hff0 .o6yb7qg { gap: 18px; }
.hff0 .yzqsi23 {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.hff0 .i9rq {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.hff0 .ilop7 { max-height: 100px; max-width: 160px; }
.hff0 .yhrvynmk { min-width: 260px; }
.hff0 .xlbugi { font-size: 1.25rem; font-weight: 800; }
.hff0 .oyzp4g { font-size: 1.1rem; letter-spacing: 2px; }
.hff0 .p2opy { font-size: 1.3rem; font-weight: 800; }
.hff0 .v9dg { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.hff0 .bey2clrs.mv816 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.qan7upy .vjhkov { flex: 1.8; }
.qan7upy .vjhkov .p2opy {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.qan7upy .vjhkov .v9dg { font-weight: 700; color: var(--text-primary); }
.okfr9m { display: none; }
.cjf51 .oyzp4g { display: none; }
.nbd8jc8w .oyzp4g { font-size: 1rem; letter-spacing: 2px; }
.ub5req .oyzp4g {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.qcozemw .oyzp4g,
.ucu5 .oyzp4g,
.v4c4cxm5 .oyzp4g { display: none; }
.qcozemw .okfr9m,
.ucu5 .okfr9m,
.v4c4cxm5 .okfr9m { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.qcozemw .okfr9m { font-size: 1.7rem; font-weight: 900; color: var(--accent); }
.qcozemw .okfr9m small { display: none; }
.ucu5 .okfr9m {
  font-size: 1.1rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.ucu5 .okfr9m small { font-size: 0.85em; font-weight: 700; color: var(--accent); opacity: 0.75; }
.v4c4cxm5 .okfr9m {
  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;
}
.v4c4cxm5 .okfr9m small { display: none; }
.qcozemw .fr0j02z .ctt8,
.ucu5 .fr0j02z .ctt8,
.v4c4cxm5 .fr0j02z .ctt8 { display: none; }
.qcozemw .fr0j02z strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.qcozemw .ah1ftk { display: none; }
.ucu5 .fr0j02z strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.ucu5 .styh,
.ucu5 .ah1ftk { font-size: 1em; }
.v4c4cxm5 .fr0j02z strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.v4c4cxm5 .ah1ftk { display: none; }
.bp64k67b { margin: 16px 0; }
.dpug { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.dpug summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.dpug summary::after { content: "+"; color: var(--accent); }
.dpug[open] summary::after { content: "−"; }
.dpug p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.ymazo2i { margin-bottom: 0; }
.ydqx9 h2.g9lk { color: var(--text-primary); border-color: var(--accent); }
.zpmq5pds h2.g9lk { color: var(--text-primary); border-color: var(--accent); }
.l9ns .u57z     { background: #052e16; border-color: #10b981; }
.l9ns .r66vc strong  { color: #f1f5f9; }
.l9ns .r66vc p       { color: #cbd5e1; }
.l9ns .dn9nsia7    .u57z     .h6yh1::before,
.l9ns .qxwkvv5  .u57z     .h6yh1::before,
.l9ns .mieid5  .u57z     .h6yh1::before,
.l9ns .uoxv .u57z     .h6yh1::before { color: #10b981; }
.l9ns .dn9nsia7    .pwbb8u .h6yh1::before,
.l9ns .qxwkvv5  .pwbb8u .h6yh1::before,
.l9ns .mieid5  .pwbb8u .h6yh1::before,
.l9ns .uoxv .pwbb8u .h6yh1::before { color: #f43f5e; }
.l9ns .dn9nsia7    .a23c2q5j    .h6yh1::before,
.l9ns .qxwkvv5  .a23c2q5j    .h6yh1::before,
.l9ns .mieid5  .a23c2q5j    .h6yh1::before,
.l9ns .uoxv .a23c2q5j    .h6yh1::before { color: #a855f7; }
.c2yudkw .u57z     { background: #2d2000; border-color: #eab308; }
.c2yudkw .r66vc strong  { color: #f1f5f9; }
.c2yudkw .r66vc p       { color: #cbd5e1; }
.c2yudkw .dn9nsia7    .u57z     .h6yh1::before,
.c2yudkw .qxwkvv5  .u57z     .h6yh1::before,
.c2yudkw .mieid5  .u57z     .h6yh1::before,
.c2yudkw .uoxv .u57z     .h6yh1::before { color: #eab308; }
.c2yudkw .dn9nsia7    .pwbb8u .h6yh1::before,
.c2yudkw .qxwkvv5  .pwbb8u .h6yh1::before,
.c2yudkw .mieid5  .pwbb8u .h6yh1::before,
.c2yudkw .uoxv .pwbb8u .h6yh1::before { color: #ef4444; }
.c2yudkw .dn9nsia7    .a23c2q5j    .h6yh1::before,
.c2yudkw .qxwkvv5  .a23c2q5j    .h6yh1::before,
.c2yudkw .mieid5  .a23c2q5j    .h6yh1::before,
.c2yudkw .uoxv .a23c2q5j    .h6yh1::before { color: #f97316; }
.cm54g1 .u57z     { background: #0c1a2e; border-color: #38bdf8; }
.cm54g1 .r66vc strong  { color: #f1f5f9; }
.cm54g1 .r66vc p       { color: #cbd5e1; }
.cm54g1 .dn9nsia7    .u57z     .h6yh1::before,
.cm54g1 .qxwkvv5  .u57z     .h6yh1::before,
.cm54g1 .mieid5  .u57z     .h6yh1::before,
.cm54g1 .uoxv .u57z     .h6yh1::before { color: #38bdf8; }
.cm54g1 .dn9nsia7    .pwbb8u .h6yh1::before,
.cm54g1 .qxwkvv5  .pwbb8u .h6yh1::before,
.cm54g1 .mieid5  .pwbb8u .h6yh1::before,
.cm54g1 .uoxv .pwbb8u .h6yh1::before { color: #818cf8; }
.cm54g1 .dn9nsia7    .a23c2q5j    .h6yh1::before,
.cm54g1 .qxwkvv5  .a23c2q5j    .h6yh1::before,
.cm54g1 .mieid5  .a23c2q5j    .h6yh1::before,
.cm54g1 .uoxv .a23c2q5j    .h6yh1::before { color: #2dd4bf; }
.bllt4x .u57z     { background: var(--accent-bg); border-color: var(--accent); }
.bllt4x .pwbb8u { background: var(--accent-bg-light); border-color: var(--accent-light); }
.bllt4x .a23c2q5j    { background: var(--accent-bg); border-color: var(--accent-pale); }
.bllt4x .dn9nsia7    .h6yh1::before,
.bllt4x .qxwkvv5  .h6yh1::before,
.bllt4x .mieid5  .h6yh1::before,
.bllt4x .uoxv .h6yh1::before { color: var(--accent-light) !important; }
.qxff4::before,
.gq1z::before { margin-right: 5px; }
.b5wv6 .wu26f ul li,
.b5wv6 .fvcs li         { color: #4ade80; }
.b5wv6 .wu26f .qxff4 { color: #22c55e; }
.b5wv6 .byoxae ul li,
.b5wv6 .pu34fjs li         { color: #f87171; }
.b5wv6 .byoxae .gq1z { color: #ef4444; }
.kafx .wu26f { background: var(--bg-pros); }
.kafx .byoxae { background: var(--bg-cons); }
.kafx .wu26f .qxff4 { color: var(--c-pros-label); }
.kafx .byoxae .gq1z { color: var(--c-cons); }
.kafx .wu26f ul li,
.kafx .fvcs li            { color: var(--c-pros); }
.kafx .byoxae ul li,
.kafx .pu34fjs li            { color: var(--c-cons); }
.p4rk1 .wu26f { background: var(--bg-pros); }
.p4rk1 .byoxae { background: var(--bg-cons); }
.p4rk1 .wu26f .qxff4 { color: var(--c-pros-label); }
.p4rk1 .byoxae .gq1z { color: var(--c-cons); }
.p4rk1 .wu26f ul li,
.p4rk1 .fvcs li          { color: var(--c-pros); }
.p4rk1 .byoxae ul li,
.p4rk1 .pu34fjs li          { color: var(--c-cons); }
.zzgabt .qxff4::before { content: "✓ "; }
.zzgabt .gq1z::before { content: "✗ "; }
.jg915 .qxff4::before { content: "→ "; }
.jg915 .gq1z::before { content: "← "; }
.w8qylz .qxff4::before { content: "★ "; }
.w8qylz .gq1z::before { content: "✕ "; }
.cvinu0 .qxff4::before { content: "◆ "; }
.cvinu0 .gq1z::before { content: "▲ "; }
.uzk36wu0 .r66vc { background: transparent; border-left: none; border: 1.5px solid; }
.uzk36wu0 .u57z     { border-color: var(--c-tip-border); }
.uzk36wu0 .r66vc strong { color: var(--text-primary); }
.uzk36wu0 .r66vc p      { color: var(--text-muted); }
.eqwz7bnu .r66vc { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.eqwz7bnu .u57z     { border-top-color: var(--c-tip-border); }
.odvk8iq0 .r66vc { border-left: none; border-radius: 8px; }
.odvk8iq0 .u57z     { background: #065f46; }
.odvk8iq0 .r66vc strong,
.odvk8iq0 .r66vc p { color: #fff; }
.odvk8iq0 .h6yh1::before { color: rgba(255,255,255,0.85) !important; }
.l9ns.odvk8iq0 .u57z,
.l9ns .odvk8iq0 .u57z     { background: #052e16; }
.c2yudkw.odvk8iq0 .u57z,
.c2yudkw .odvk8iq0 .u57z      { background: #2d2000; }
.cm54g1.odvk8iq0 .u57z,
.cm54g1 .odvk8iq0 .u57z      { background: #0c1a2e; }
.bur5mdr .r66vc { border-left: none; border-radius: 6px; padding: 10px 14px; }
.bur5mdr .u57z     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.bur5mdr .r66vc strong { color: var(--text-primary); }
.bur5mdr .r66vc p      { color: var(--text-muted); }
.v0k1soy .r66vc { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.dn9nsia7 .h6yh1,
.qxwkvv5 .h6yh1,
.mieid5 .h6yh1,
.uoxv .h6yh1 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.dn9nsia7 .h6yh1::before,
.qxwkvv5 .h6yh1::before,
.mieid5 .h6yh1::before,
.uoxv .h6yh1::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.dn9nsia7 .u57z     .h6yh1::before { content: "✦"; color: var(--c-tip-border); }
.dn9nsia7 .pwbb8u .h6yh1::before { content: "▲"; color: var(--c-warn-border); }
.dn9nsia7 .a23c2q5j    .h6yh1::before { content: "◉"; color: #60a5fa; }
.qxwkvv5 .u57z     .h6yh1::before { content: "★"; color: var(--c-tip-border); }
.qxwkvv5 .pwbb8u .h6yh1::before { content: "◆"; color: var(--c-warn-border); }
.qxwkvv5 .a23c2q5j    .h6yh1::before { content: "●"; color: #60a5fa; }
.mieid5 .u57z     .h6yh1::before { content: "▶"; color: var(--c-tip-border); }
.mieid5 .pwbb8u .h6yh1::before { content: "■"; color: var(--c-warn-border); }
.mieid5 .a23c2q5j    .h6yh1::before { content: "▸"; color: #60a5fa; }
.uoxv .u57z     .h6yh1::before { content: "→"; color: var(--c-tip-border); }
.uoxv .pwbb8u .h6yh1::before { content: "⬥"; color: var(--c-warn-border); }
.uoxv .a23c2q5j    .h6yh1::before { content: "◈"; color: #60a5fa; }
.cxx1 .xx8dl .xfk1a3,
.cxx1 .b92m .xfk1a3  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.cxx1 .m9svdb6                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.cxx1 .yzqsi23                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.cxx1 .hybk7            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.cxx1 .n6i1mx          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.cxx1 .di7c                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i240i8c .xx8dl .xfk1a3,
.i240i8c .b92m .xfk1a3,
.i240i8c .m9svdb6,
.i240i8c .yzqsi23,
.i240i8c .hybk7,
.i240i8c .n6i1mx,
.i240i8c .di7c,
.i240i8c .v0k1soy .r66vc { box-shadow: none; }
.ltgzbka6   .o2kje2i, .ltgzbka6 .l9zlx, .ltgzbka6 .tf41c,
.ltgzbka6   .xg0e1al9, .ltgzbka6 .ygdy7sl4 { font-size: 0.9rem; }
.ltgzbka6   .prl52, .ltgzbka6 .ruolw { font-size: 0.9rem; }
.bh066kdm   .o2kje2i, .bh066kdm .l9zlx, .bh066kdm .tf41c,
.bh066kdm   .xg0e1al9, .bh066kdm .ygdy7sl4 { font-size: 0.95rem; }
.bh066kdm   .prl52, .bh066kdm .ruolw { font-size: 0.95rem; }
.e4x74i   .o2kje2i, .e4x74i .l9zlx, .e4x74i .tf41c,
.e4x74i   .xg0e1al9, .e4x74i .ygdy7sl4 { font-size: 1.08rem; }
.e4x74i   .prl52, .e4x74i .ruolw { font-size: 1.05rem; }
.e4x74i   .cws89 { font-size: 0.97rem; }
.tbak1w .iwlj      { font-size: 3.2rem; }
.tbak1w h2.g9lk { font-size: 1.9rem; }
.tbak1w h3.lixkx62     { font-size: 1.4rem; }
.zng6yn .iwlj      { font-size: 3.8rem; }
.zng6yn h2.g9lk { font-size: 2.2rem; }
.zng6yn h3.lixkx62     { font-size: 1.6rem; }
.ymazo2i + .ymazo2i { position: relative; }
.ibpxs   .ymazo2i + .ymazo2i::before,
.l49fzudm  .ymazo2i + .ymazo2i::before,
.ghg87e87   .ymazo2i + .ymazo2i::before,
.q4bhb   .ymazo2i + .ymazo2i::before,
.vtnxspp   .ymazo2i + .ymazo2i::before,
.lpx2ec .ymazo2i + .ymazo2i::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ibpxs .ymazo2i + .ymazo2i::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.l49fzudm .ymazo2i + .ymazo2i::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ghg87e87 .ymazo2i + .ymazo2i::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.q4bhb .ymazo2i + .ymazo2i::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dc9fv .ymazo2i { margin-bottom: 16px; }
.dc9fv .ymazo2i + .ymazo2i { margin-top: 0; }
.dc9fv .l0pv7 { padding-top: 0; padding-bottom: 0; }
.vtnxspp .ymazo2i + .ymazo2i::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.lpx2ec .ymazo2i + .ymazo2i::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ezep0 .ymazo2i + .ymazo2i::before,
.v6nm4 .ymazo2i + .ymazo2i::before,
.uvxid15 .ymazo2i + .ymazo2i::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%;
}
.s4xh0 .ezep0 .ymazo2i:nth-child(even)::before,
.s4xh0 .v6nm4 .ymazo2i:nth-child(even)::before,
.s4xh0 .uvxid15 .ymazo2i:nth-child(even)::before { background: var(--bg-surface); }
.bywjqq .ezep0 .ymazo2i:nth-child(even)::before,
.bywjqq .v6nm4 .ymazo2i:nth-child(even)::before,
.bywjqq .uvxid15 .ymazo2i:nth-child(even)::before { background: var(--bg-card); }
.ezep0 .ymazo2i + .ymazo2i::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");
}
.v6nm4 .ymazo2i + .ymazo2i::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");
}
.uvxid15 .ymazo2i + .ymazo2i::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");
}
.qxnw295z .nb7q9,
.yg6auk .nb7q9,
.pm6ptae .nb7q9 { overflow: hidden; }
.qxnw295z .vwvr2,
.yg6auk .vwvr2 { margin-bottom: 60px; }
.pm6ptae .vwvr2 { margin-bottom: 70px; }
.qxnw295z .nb7q9::before,
.yg6auk .nb7q9::before,
.pm6ptae .nb7q9::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%;
}
.qxnw295z .nb7q9::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");
}
.yg6auk .nb7q9::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");
}
.pm6ptae .nb7q9::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");
}
.qa59zyj .nb7q9:not(.op3cxs5) .kxhk9hv1 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.lppdcl04 .nb7q9:not(.op3cxs5) .kxhk9hv1 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.db30m0kq  .nb7q9:not(.op3cxs5) .kxhk9hv1 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.nt74d  .nb7q9:not(.op3cxs5) .kxhk9hv1 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.l12gkh2 .op3cxs5 { background: var(--accent); }
.l12gkh2 .op3cxs5 .kxhk9hv1 { background: none; }
.l12gkh2 .q7yo { background: var(--accent); }
.l12gkh2 .wueprp { background: var(--accent-bg); }
.l12gkh2 .nb7q9:not(.op3cxs5) .kxhk9hv1 { background: rgba(0,0,0,0.6); }
.aclk4m54 .hk6fyl { float: left; width: 38%; margin: 0 28px 16px 0; }
.aclk4m54 .hk6fyl .dnb86vc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.aclk4m54 .l0pv7::after { content: ''; display: block; clear: both; }
.a6yatgm .hk6fyl { float: right; width: 38%; margin: 0 0 16px 28px; }
.a6yatgm .hk6fyl .dnb86vc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.a6yatgm .l0pv7::after { content: ''; display: block; clear: both; }
.p15oh8 .ymazo2i:nth-child(odd)  .hk6fyl { float: left;  width: 38%; margin: 0 28px 16px 0; }
.p15oh8 .ymazo2i:nth-child(even) .hk6fyl { float: right; width: 38%; margin: 0 0 16px 28px; }
.p15oh8 .hk6fyl .dnb86vc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.p15oh8 .l0pv7::after { content: ''; display: block; clear: both; }
.aclk4m54 .ywlj,
.aclk4m54 .o6yb7qg,
.a6yatgm .ywlj,
.a6yatgm .o6yb7qg,
.p15oh8 .ywlj,
.p15oh8 .o6yb7qg { clear: both; }
.aclk4m54 .prl52,
.aclk4m54 .ruolw,
.a6yatgm .prl52,
.a6yatgm .ruolw,
.p15oh8 .prl52,
.p15oh8 .ruolw { overflow: hidden; }
@media (max-width: 640px) {
  .aclk4m54 .hk6fyl,
  .a6yatgm .hk6fyl,
  .p15oh8 .hk6fyl { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wn2to2 .q66a,
.wn2to2 .l0pv7,
.wn2to2 .lgvlu63  { max-width: 1100px; }
.im93d6r .q66a,
.im93d6r .l0pv7,
.im93d6r .lgvlu63  { max-width: 1200px; }
.t9o3vujd .q66a,
.t9o3vujd .l0pv7,
.t9o3vujd .lgvlu63  { max-width: 1320px; }
.t9o3vujd { --content-mw: 1320px; }
.alytf { font-size: 0.82rem; color: var(--text-muted); }
.mg716u0 { display: flex; align-items: center; }
.w5lvv {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.xd4lur { display: flex; align-items: center; }
.zq5r { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.zq5r:hover { text-decoration: underline; }
.ql8d { margin: 0 3px; opacity: 0.45; }
.ql8d::before { content: '/'; }
.avkzblji { padding: 2px 5px; color: var(--text-main); }
.ugse8 .alytf {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ugse8 .mg716u0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.duzp .alytf {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.duzp .mg716u0 { padding: 0 0 0 12px; }
.vx4w {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.oqpp .mg716u0 { padding: 0 16px; }
.oqpp .alytf {
  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);
}
.oqpp .q66a { padding-top: 28px; }
@media (max-width: 720px) {
  .vx4w { margin-top: 18px; padding: 0 16px; }
  .oqpp .q66a { padding-top: 16px; }
}
.wn2to2.ugse8 .mg716u0 { max-width: 1100px; }
.im93d6r.ugse8 .mg716u0 { max-width: 1200px; }
.t9o3vujd.ugse8 .mg716u0 { max-width: 1320px; }
.wn2to2 .vx4w { max-width: 1100px; }
.im93d6r .vx4w { max-width: 1200px; }
.t9o3vujd .vx4w { max-width: 1320px; }
.xw815 .ymazo2i { padding-top: 16px; padding-bottom: 16px; }
.pvpn516 .ymazo2i { padding-top: 24px; padding-bottom: 24px; }
.wyz1gxbb .ymazo2i { padding-top: 40px; padding-bottom: 40px; }
.g8dicmt .ymazo2i { padding-top: 52px; padding-bottom: 52px; }
.cxuz3 .ymazo2i:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.cxuz3 .ymazo2i:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.cxuz3 .ymazo2i:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.cxuz3 .ymazo2i:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.xqqr .l0pv7 { padding-top: 10px;  padding-bottom: 10px; }
.amyq .l0pv7 { padding-top: 18px;  padding-bottom: 18px; }
.sevt0bt .l0pv7 { padding-top: 36px;  padding-bottom: 36px; }
.ah10xx .l0pv7 { padding-top: 48px;  padding-bottom: 48px; }
.b7wrshtp h2.g9lk { font-weight: 600; }
.b7wrshtp h3.lixkx62     { font-weight: 600; }
.t4mb3f h2.g9lk { font-weight: 800; }
.t4mb3f h3.lixkx62     { font-weight: 700; }
.qm1dd1g { font-weight: 600; }
.qm1dd1g h2.g9lk { font-weight: 900; }
.qm1dd1g h3.lixkx62     { font-weight: 800; }
.qm1dd1g .r66vc strong,
.qm1dd1g .r66vc strong { font-weight: 600; }
.x8fl28e {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.wah7wetl .x8fl28e { display: none; }
@media (max-width: 640px) { .x8fl28e { display: none; } }
.x8fl28e { background: var(--cta) !important; color: #fff !important; border: none !important; }
.x8fl28e:hover { opacity: 0.85; }
.din4l369 .x8fl28e { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.tvae .x8fl28e,
.iuqdb  .x8fl28e { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.tvae .x8fl28e:hover,
.iuqdb  .x8fl28e:hover { opacity: 0.88; }
.din4l369.tvae .x8fl28e,
.din4l369.iuqdb  .x8fl28e { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.x9r6y {
  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;
}
.x9r6y:hover { transform: translateY(-2px); opacity: 0.92; }
.x9r6y { background: var(--cta) !important; color: #fff !important; border: none !important; }
.n8u1y .x9r6y { display: none; }
.pult9 .x9r6y { right: 32px; }
.dky7nq  .x9r6y { left: 32px; }
@media (max-width: 480px) {
  .pult9 .x9r6y { right: 20px; bottom: 20px; }
  .dky7nq  .x9r6y { left: 20px; bottom: 20px; }
}
.jea386y { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.lgvlu63 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.na0ke { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.tm8k { color: var(--text-dim); font-size: 0.8rem; }
.qyx4zc70 a, .b2c39 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.qyx4zc70 a:hover, .b2c39 a:hover { color: var(--accent-light); }
.b2c39 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.qvins2 .lgvlu63 { text-align: center; }
.qvins2 .b2c39 { justify-content: center; margin-bottom: 16px; }
.qvins2 .na0ke { margin-top: 0; }
.emkt { margin-top: 10px; }
.emkt a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .lgvlu63 { padding-left: 16px; padding-right: 16px; }
  .dd34 .lgvlu63 { padding: 20px 16px; }
  .b2c39 { gap: 4px 12px; }
  .na0ke { font-size: 0.78rem; }
}
.fa8l .na0ke { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.fa8l .tm8k { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .fa8l .r04bkgyo { grid-template-columns: 1fr 1fr; } .fa8l .fheebc { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fa8l .r04bkgyo { grid-template-columns: 1fr; } }
.i954e5a .na0ke { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .i954e5a .oyr7g71l { gap: 12px; } .i954e5a .d3u14 { margin-right: 0; width: 100%; } }
.hmvrga .na0ke { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hmvrga .tm8k { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hmvrga .dv8y { grid-template-columns: 1fr 1fr; } .hmvrga .et55k { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hmvrga .dv8y { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .akvhk0e .ch6iv { grid-template-columns: 1fr 1fr; } .akvhk0e .hu31519f:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .akvhk0e .ch6iv { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .f9548 .ch6iv { grid-template-columns: 1fr; } }
.cxckz .lgvlu63 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.cxckz .b2c39 { justify-content: center; }
.puc4f3le .cwozjhn      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.puc4f3le .jea386y { background: var(--bg-page); border-top-color: var(--border-alt); }
.p8tze1k .cwozjhn      { background: #0d1117; border-bottom-color: #21262d; }
.p8tze1k .ae612wu { color: var(--accent-light); }
.p8tze1k .bpy9 { --msep-color: #8b949e; }
.p8tze1k .bpy9 a { color: #8b949e; }
.p8tze1k .bpy9 a:hover { color: var(--accent-light); }
.p8tze1k .nj0bpinc { color: #8b949e; }
.p8tze1k .jea386y { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.p8tze1k .na0ke,
.p8tze1k .tm8k { color: #6e7681; }
.p8tze1k .qyx4zc70 a, .p8tze1k .b2c39 a,
.p8tze1k .vies3ppt a, .p8tze1k .e681x3df a,
.p8tze1k .g0ctvjmu a { color: #8b949e; }
.p8tze1k .d3u14 { color: #e6edf3; }
.p8tze1k .qyx4zc70 a:hover, .p8tze1k .b2c39 a:hover,
.p8tze1k .vies3ppt a:hover, .p8tze1k .e681x3df a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .p8tze1k .bpy9 { background: #0d1117; border-top-color: #21262d; }
  .p8tze1k .bpy9 li a { border-bottom-color: #21262d; }
}
.ym98ye .cwozjhn      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ym98ye .ae612wu { color: var(--accent); }
.ym98ye .bpy9 { --msep-color: #475569; }
.ym98ye .bpy9 a { color: #475569; }
.ym98ye .bpy9 a:hover { color: var(--accent); }
.ym98ye .nj0bpinc { color: #64748b; }
.ym98ye .jea386y { background: #f0f4f8; border-top-color: #cbd5e1; }
.ym98ye .na0ke,
.ym98ye .tm8k { color: #64748b; }
.ym98ye .qyx4zc70 a, .ym98ye .b2c39 a,
.ym98ye .qyx4zc70 a:hover, .ym98ye .b2c39 a:hover,
@media (max-width: 640px) {
  .ym98ye .bpy9 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ym98ye .bpy9 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.tvae .cwozjhn      { background: var(--accent); border-bottom-color: var(--accent-light); }
.tvae .ae612wu { color: #fff; }
.tvae .bpy9 { --msep-color: rgba(255,255,255,0.82); }
.tvae .bpy9 a { color: rgba(255,255,255,0.82); }
.tvae .bpy9 a:hover { color: #fff; }
.tvae .nj0bpinc { color: rgba(255,255,255,0.9); }
.tvae .jea386y { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.tvae .na0ke,
.tvae .tm8k { color: rgba(255,255,255,0.72); }
.tvae .qyx4zc70 a, .tvae .b2c39 a,
.tvae .qyx4zc70 a:hover, .tvae .b2c39 a:hover,
@media (max-width: 640px) {
  .tvae .bpy9 { background: var(--accent); border-top-color: var(--accent-light); }
  .tvae .bpy9 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.iuqdb .cwozjhn {
  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);
}
.iuqdb .jea386y {
  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) {
  .iuqdb .bpy9 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.tstmj .kv99w { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.c3w0q3l .kv99w { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.j2a6p .kv99w { min-height: 72px; height: auto; }
.vucia4m .kv99w { min-height: 84px; height: auto; }
.dd34 .kv99w { max-width: none; padding: 0 32px; }
.dd34 .lgvlu63  { max-width: none; padding: 24px 32px; }
.m50it9.im93d6r .kv99w { max-width: 1200px; }
.m50it9.t9o3vujd .kv99w { max-width: 1320px; }
.fvi947iw   .ae612wu, .fvi947iw   .d3u14 { text-transform: capitalize; }
.wt6ll .ae612wu, .wt6ll .d3u14 { text-transform: lowercase; }
.n21nhsso .ae612wu, .n21nhsso .d3u14 { text-transform: uppercase; letter-spacing: 0.06em; }
.oc4ub, .oqow {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.qpa9yjir .oc4ub,
.v3jcwx8 .oc4ub,
.gb4j7 .oc4ub,
.h5yvcy .oc4ub,
.ougq4   .bpy9 a { font-weight: 500; }
.c4r8w .bpy9 a { font-weight: 600; }
.tgov     .bpy9 a { font-weight: 700; }
.iqusdk    .bpy9 a { font-weight: 800; letter-spacing: 0.01em; }
.wyaxmhs3     .bpy9 > li + li::before,
.vajo0h    .bpy9 > li + li::before,
.fdh4690f    .bpy9 > li + li::before,
.whnrr2i .bpy9 > li + li::before,
.ko1l8 .bpy9 > li + li::before,
.eive  .bpy9 > li + li::before,
.zb65    .bpy9 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.wyaxmhs3     .bpy9 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.vajo0h    .bpy9 > li + li::before { content: "|"; }
.fdh4690f    .bpy9 > li + li::before { content: "—"; }
.whnrr2i .bpy9 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ko1l8 .bpy9 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.eive  .bpy9 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.zb65    .bpy9 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .t2g92d07 .nj0bpinc,
  .hehypo2 .nj0bpinc,
  .g4hagq .nj0bpinc,
  .sdt2i .nj0bpinc,
  .mzesu4 .nj0bpinc {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .t2g92d07 .nj0bpinc::before,
  .hehypo2 .nj0bpinc::before,
  .g4hagq .nj0bpinc::before,
  .sdt2i .nj0bpinc::before,
  .mzesu4 .nj0bpinc::before { content: ""; display: block; flex-shrink: 0; }

  
  .t2g92d07 .nj0bpinc::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;
  }

  
  .hehypo2 .nj0bpinc::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;
  }

  
  .g4hagq .nj0bpinc::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;
  }

  
  .sdt2i .nj0bpinc::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;
  }

  
  .mzesu4 .nj0bpinc::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) {
  .tb1vhu .nj0bpinc {
    padding: 5px 14px;
  }
  .tb1vhu .bpy9 {
    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;
  }
  .tb1vhu .bpy9 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .tb1vhu .bpy9 li a:hover { background: var(--bg-raised); }
  .tb1vhu .xly150u,
  .k7e6 .xly150u,
  .v1ure .xly150u { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .g19f84 .nj0bpinc {
    padding: 5px 10px;
  }
  .g19f84 .bpy9 {
    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);
  }
  .g19f84 .bpy9.zhjadwk { transform: translateX(0); }
  .g19f84 .bpy9 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .g19f84 .bpy9 li:last-child a { border-bottom: none; }
  .tvae .bpy9,
  .p8tze1k .bpy9 { background: var(--accent) !important; }
  .tvae .bpy9 li a,
  .p8tze1k .bpy9 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .v1ure .nj0bpinc {
    padding: 5px 10px;
  }
  .v1ure .bpy9 {
    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);
  }
  .v1ure .bpy9::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .v1ure .bpy9.zhjadwk { transform: translateY(0); }
  .v1ure .bpy9 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .y5yy1ys .nj0bpinc {
    padding: 5px 10px;
  }
  .y5yy1ys .bpy9 {
    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;
  }
  .y5yy1ys .bpy9.zhjadwk { opacity: 1; pointer-events: auto; }
  .y5yy1ys .bpy9 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ihjpp1     .nj0bpinc { border-radius: 0 !important; }
  .kq04l   .nj0bpinc { border-radius: 8px !important; }
  .nuuvjo .nj0bpinc { border-radius: 50% !important; }
  .rarimvm   .nj0bpinc { border-radius: 999px !important; }
}
.qfpr .ycsh9b { height: 28px; }
.yzldu8 .ycsh9b { height: 54px; }
.u7lcygg3 .ycsh9b { height: 54px; }
.y1uwngt    .oyzp4g, .y1uwngt    .ctt8 { color: #f59e0b; }
.r37x      .oyzp4g { font-size: 1rem; letter-spacing: 1.5px; }
.r37x      .ctt8   { font-size: 1.35rem; }
.ognjxgi    .oyzp4g, .ognjxgi    .ctt8 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.ed7u60     .oyzp4g, .ed7u60     .ctt8 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.pncwq1y .oyzp4g, .pncwq1y .ctt8 { color: var(--cta); letter-spacing: 2px; }
.clp7puo1   .oyzp4g, .clp7puo1   .ctt8 { color: #e91e63; letter-spacing: 2px; }
.mnmwr  .oyzp4g, .mnmwr  .ctt8 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.oftv     .oyzp4g, .oftv     .ctt8 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.ma5b15 .km0784 + .km0784 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.tpi87rd .yzqsi23 { padding: 18px 24px; min-height: 68px; }
.ilhs03a .v9dg {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ilhs03a .p2opy {
  font-size: 1.3rem; font-weight: 800; color: var(--accent);
}
.lq46 .km0784 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.t1bt2 .o6yb7qg { counter-reset: cs-rank; }
.t1bt2 .yzqsi23 { position: relative; counter-increment: cs-rank; }
.t1bt2 .yzqsi23::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.mic9 .o6yb7qg { counter-reset: cs-rank; gap: 0; }
.mic9 .yzqsi23 {
  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;
}
.mic9 .yzqsi23::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;
}
.mic9 .yhrvynmk {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.mic9 .i9rq {
  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;
}
.mic9 .ilop7 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.mic9 .yhrvynmk { min-width: 0; flex-direction: column; width: 100%; }
.mic9 .xlbugi {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.mic9 .oyzp4g { color: var(--cta, var(--accent)); }
.mic9 .okfr9m { font-weight: 700; }
.mic9 .km0784 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.mic9 .v9dg {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.mic9 .p2opy {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.mic9 .vjhkov .p2opy { font-size: 1.3rem; color: var(--accent-light); }
.mic9 .bey2clrs {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.mic9 .yzqsi23:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .mic9 .o6yb7qg {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .mic9 .yzqsi23 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .mic9 .yzqsi23 { padding: 40px 16px 20px; }
  .mic9 .km0784 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .mic9 .bey2clrs { width: 100%; min-width: 0; }
}
.d7ds .o6yb7qg { counter-reset: cs-rank; gap: 10px; }
.d7ds .yzqsi23 {
  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);
}
.d7ds .yzqsi23::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);
}
.d7ds .yhrvynmk {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.d7ds .i9rq {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.d7ds .ilop7 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.d7ds .xlbugi {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.d7ds .oyzp4g { color: var(--cta, var(--accent)); }
.d7ds .km0784 {
  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;
}
.d7ds .v9dg {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.d7ds .p2opy { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.d7ds .vjhkov .p2opy { color: var(--accent-light); }
.d7ds .bey2clrs {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.d7ds .yzqsi23:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .d7ds .yzqsi23 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .d7ds .yzqsi23::before {
    position: absolute; top: 14px; left: 14px;
  }
  .d7ds .yhrvynmk {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .d7ds .xlbugi { white-space: normal; text-align: center; font-size: 1.2rem; }
  .d7ds .km0784 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .d7ds .bey2clrs { width: 100%; min-width: 0; }
  .d7ds .oyzp4g { min-width: 0; }
}
.thdijbo3 .o6yb7qg { counter-reset: cs-rank; }
.thdijbo3 .yzqsi23::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.imwlw9 .dpug {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.imwlw9 .dpug summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.imwlw9 .dpug p { padding: 0 2px 16px; }
.hxpjmt .dpug { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.hxpjmt .dpug summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.hxpjmt .dpug summary::after { content: "›"; font-size: 1.2em; }
.hxpjmt .dpug[open] summary::after { content: "‹"; }
.hxpjmt .dpug p { padding: 10px 22px 4px; }
.nr9mbac .dpug {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.nr9mbac .dpug summary { color: var(--text-primary); padding-left: 16px; }
.nr9mbac .dpug summary::after { content: "›"; font-size: 1.1em; }
.nr9mbac .dpug[open] summary::after { content: "‹"; }
.nr9mbac .dpug p { padding-left: 16px; }
.oodkkc .bp64k67b { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.oodkkc .dpug {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.oodkkc .dpug:last-child { border-bottom: none; }
.oodkkc .dpug summary { color: var(--text-primary); border-radius: 0; }
.oodkkc .dpug summary::after { content: "›"; font-size: 1.1em; }
.oodkkc .dpug[open] summary::after { content: "‹"; }
.ix87wy8 .dpug { overflow: hidden; }
.ix87wy8 .dpug summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ix87wy8 .dpug summary::after { color: rgba(255,255,255,.75); }
.ix87wy8 .dpug[open] summary { border-radius: 0; }
.h9b47o { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.w5ds {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.oinpm {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.zjx8 { color: var(--text-muted); font-size: 1.05rem; }
.xuerl4 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.fe9ah { margin-bottom: 20px; }
.ww0amy {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.if2mq {
  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;
}
.if2mq:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.y84dyq { resize: vertical; min-height: 130px; }
.mn0kz8qo { width: 100%; margin-top: 8px; }
.btycdwo {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.g6rcysv {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.kd41 { color: var(--text-muted); line-height: 1.75; }
.c1e4cp { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.c1e4cp li { margin-bottom: 6px; }
.fcey01n7 { max-width: 760px; margin: 0 auto; }
.iytsp6 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.elik { max-width: 760px; margin: 0 auto; }
.qk9mo { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.fhp23bhb ul.c1e4cp { margin: 0; }
.u44s .qk9mo { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .u44s { grid-template-columns: 1fr; gap: 10px; } }
.xrl6p { max-width: 640px; margin: 0 auto; text-align: center; }
.audlcabb { margin-bottom: 48px; }
.audlcabb .qk9mo { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.audlcabb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zgs16xtg .c1e4cp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .h7fejn0 { grid-template-columns: 1fr; } }
.hh8lidxl { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.hh8lidxl:hover .a1b2 { color: var(--accent-light); text-decoration: underline; }
.m6u4q { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lxmn { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.lxmn:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.cnzklh { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.lxmn p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.lxmn ul.c1e4cp { margin: 0; }
.ufwb8mqj { color: var(--text-muted); line-height: 1.75; }
.b4zl90 .c1e4cp,
.ls6ekc .c1e4cp,
.w48k2lyk .c1e4cp,
.qudwh .c1e4cp {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.b4zl90 .lxmn,
.ls6ekc .lxmn { text-align: left; }
.b4zl90 .cnzklh,
.ls6ekc .cnzklh { text-align: center; }
.z8cnxug { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.n2zbyy6 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.rb4o3qv { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.kgh67s6 { margin-top: 12px; }
.s5jdr { 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; }
.s5jdr:hover { border-bottom-color: var(--accent); }
.d65brfz { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.d65brfz img { width: 100%; height: 100%; object-fit: cover; display: block; }
.y59xmcky { width: 200px; height: 200px; }
.k74l { border-radius: 10px; }
.ivlsc0d { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.h2zvd7 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .gcbrtu { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.oj08y2l .rb4o3qv, .oj08y2l .n2zbyy6 { max-width: 640px; }
.xo92un .z8cnxug { font-size: 1.6rem; margin-top: 18px; }
.dnol .rb4o3qv { margin-bottom: 28px; }
@media (max-width: 860px) { .gavs { grid-template-columns: 1fr; } .xo92un { position: static; text-align: center; } }
.srd0vt { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.dw107h6 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.dw107h6 .d65brfz { margin: 0 auto 18px; }
.dw107h6 .ivlsc0d { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .srd0vt { grid-template-columns: 1fr; } }
.w28rujq5 .z8cnxug { font-size: 1.6rem; margin-bottom: 6px; }
.qudwh .c1e4cp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .w28rujq5 { flex-direction: column; text-align: center; } .lhykit8 { grid-template-columns: 1fr; } }
.esflc0z .z8cnxug { font-size: 1.35rem; margin: 0 0 4px; }
.esflc0z .ivlsc0d { margin: 0; }
.ymi7 .oinpm { color: var(--accent-light); }
.tpsgwj .oinpm { font-size: 2rem; }
.tpsgwj .zjx8 { max-width: 680px; }
.q92f .oinpm { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.q92f .zjx8  { margin: 0; }
@media (max-width: 640px) { .q92f { flex-direction: column; } }
.qf50cnf {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.qf50cnf .oinpm { color: var(--accent-light); }
.p63lt .oinpm { color: #fff; }
.p63lt .zjx8  { color: rgba(255,255,255,0.85); }
.h44tf { max-width: 680px; margin: 0 auto; }
.kozd1 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .kozd1 { grid-template-columns: 1fr; } }
.j0imqbl { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.j0imqbl .if2mq {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.j0imqbl .if2mq:focus { border-bottom-color: var(--accent); box-shadow: none; }
.nc4t .if2mq { background: var(--bg-raised); border-color: transparent; }
.nc4t .if2mq:focus { background: var(--bg-card); border-color: var(--accent); }
.vwlj .if2mq { border-radius: 100px; padding: 11px 20px; }
.vwlj .y84dyq { border-radius: 14px; }
.atqbhoub {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .atqbhoub { grid-template-columns: 1fr; } }
.e8g9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.e8g9 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.e8g9 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.dxxo { counter-reset: priv-count; }
.smn04p {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.smn04p:last-child { border-bottom: none; }
.scczq {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.smn04p h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.smn04p p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.k04ifwr8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.k04ifwr8 li { margin-bottom: 6px; }
.hd8j5s{display:none}
.hd8j5s:empty,.rj1ny:empty{display:none}
.wrjr4bjw{position:relative;overflow:visible}
.rknz30e .zsv5h,.t9pf .zsv5h,
.v7u988a .zsv5h,.khem4z .zsv5h,
.bohwf .zsv5h,.r7sik .zsv5h{display:block}
.i7t5ei12 .rrzls6gg{display:block}
.rknz30e .zsv5h,.t9pf .zsv5h,
.v7u988a .zsv5h,.khem4z .zsv5h,
.bohwf .zsv5h{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}
.rknz30e .zsv5h .rj1ny,.t9pf .zsv5h .rj1ny,
.v7u988a .zsv5h .rj1ny,.khem4z .zsv5h .rj1ny,
.bohwf .zsv5h .rj1ny{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}
.rknz30e .q53hhc,.t9pf .q53hhc,
.v7u988a .q53hhc,.khem4z .q53hhc,
.bohwf .q53hhc{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.rknz30e .zsv5h,.t9pf .zsv5h{top:12px}
.rknz30e .zsv5h .rj1ny{margin-right:auto}
.t9pf .zsv5h .rj1ny{margin-left:auto}
.t9pf .zsv5h{text-align:right}
.v7u988a .zsv5h,.khem4z .zsv5h{bottom:12px}
.v7u988a .zsv5h .rj1ny{margin-right:auto}
.khem4z .zsv5h .rj1ny{margin-left:auto}
.khem4z .zsv5h{text-align:right}
.bohwf .zsv5h{position:relative;margin-top:16px}
.bohwf .zsv5h .rj1ny{margin:0 auto}
.r7sik .zsv5h{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.r7sik .zsv5h .rj1ny{margin:0}
.r7sik .wueprp~.zsv5h,
.r7sik .n07qv58~.zsv5h{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.r7sik .wueprp~.zsv5h .rj1ny,
.r7sik .n07qv58~.zsv5h .rj1ny{justify-content:flex-start}
.wueprp~.zsv5h,.n07qv58~.zsv5h{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}
.wueprp~.zsv5h .rj1ny{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.n07qv58~.zsv5h .rj1ny{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rrzls6gg .rj1ny{margin:0 0 12px}
.rj1ny{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.jut3gbe{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.a1b2{font-weight:600;color:var(--text-heading);opacity:1}
.jgh5xvb::before{content:"·";margin:0 2px;opacity:.5}
.q53hhc{white-space:nowrap}
.i3nt .jut3gbe{display:none}
.osk5 .q53hhc{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.osk5 .jgh5xvb::before{content:""}
.p99q .q53hhc{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}
.p99q .jgh5xvb::before{content:""}
.gc7w7066 .rj1ny{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ozjvu .q53hhc{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ozjvu .jgh5xvb::before{content:""}
.fzke6 .q53hhc{color:var(--accent);opacity:1;font-weight:500}
.rsjr3n .q53hhc{border-bottom:1px solid currentColor;padding-bottom:2px}
.cl9ov .rj1ny{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.ny9t{--date-bg:transparent}
.vx6lfez7 .jgh5xvb::before{content:""}
.dvp7 .jgh5xvb::before{content:"•";opacity:.4}
.dvp7 .q53hhc + .q53hhc::before{content:"•";margin-right:6px;opacity:.4}
.rjjhpdfs .jgh5xvb::before{content:"/";opacity:.35}
.rjjhpdfs .q53hhc + .q53hhc::before{content:"/";margin-right:6px;opacity:.35}
.iu1dz .jgh5xvb::before{content:"|";opacity:.3}
.iu1dz .q53hhc + .q53hhc::before{content:"|";margin-right:6px;opacity:.3}
.uz0bdd .jgh5xvb::before{content:"—";opacity:.3}
.uz0bdd .q53hhc + .q53hhc::before{content:"—";margin-right:6px;opacity:.3}
.p7mvd .jgh5xvb::before{content:"◆";font-size:.5em;opacity:.35}
.p7mvd .q53hhc + .q53hhc::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.iik0 .jgh5xvb::before{content:"·";opacity:.4}
.iik0 .q53hhc + .q53hhc::before{content:"·";margin-right:6px;opacity:.4}
.trqtoro5 .jgh5xvb::before{content:"›";opacity:.4}
.trqtoro5 .q53hhc + .q53hhc::before{content:"›";margin-right:6px;opacity:.4}
.q0iijt .jgh5xvb::before{content:"→";opacity:.35;font-size:.85em}
.q0iijt .q53hhc + .q53hhc::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.s3lssn .f8hle{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .f8hle{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .ot1ude{max-width:100%}
}
:root {
  --accent:          #2a9a2b;
  --brand:           #2a9a2b;
  --brand-light:     #55c957;
  --brand-pale:      #85cd85;
  --grad-start:      #144914;
  --grad-end:        #248525;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #2a9a2b;
  --cta-light:       #4ac64b;
  --cta-hover:       #32ba33;
  --bg-page:         #0d110d;
  --bg-surface:      #131a13;
  --bg-card:         #182018;
  --bg-card-inner:   #1e281e;
  --bg-raised:       #222e23;
  --bg-hover:        #273427;
  --border:          #2e412e;
  --border-alt:      #395539;
  --border-section:  #2e412e;
  --text-primary:    #e3e7e3;
  --text-muted:      #9fab9f;
  --text-body:       #c8cfc8;
  --text-sub:        #9fab9f;
  --text-faint:      #6a7a6b;
  --text-dim:        #535f53;
  --text-label:      #849484;
  --text-value:      #bac3ba;
  --accent-bg:       #162616;
  --accent-bg-light: #1f3c1f;
  --bg-tip:          #261626;
  --bg-warning:      #272115;
  --bg-info:         #162226;
  --bg-pros:         #261626;
  --bg-cons:         #261b16;
  --c-pros:          #e985e8;
  --c-cons:          #e6a589;
  --c-pros-label:    #e15ae0;
  --c-tip-border:    #dc3bdb;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #e985e8;
}
:root { --logo-bg-opacity: 76%; }
body, button, input { font-family: "Outfit", sans-serif; }
.hhfw .h6yh1 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.hhfw .h6yh1::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.hhfw .u57z     .h6yh1::before { content: "";  color: var(--c-tip-border); }.hhfw .pwbb8u .h6yh1::before { content: ""; color: var(--c-warn-border); }.hhfw .a23c2q5j    .h6yh1::before { content: ""; color: #60a5fa; }.l9ns .hhfw .u57z     .h6yh1::before { color: #10b981; }.l9ns .hhfw .pwbb8u .h6yh1::before { color: #f43f5e; }.l9ns .hhfw .a23c2q5j    .h6yh1::before { color: #a855f7; }.c2yudkw  .hhfw .u57z     .h6yh1::before { color: #eab308; }.c2yudkw  .hhfw .pwbb8u .h6yh1::before { color: #ef4444; }.c2yudkw  .hhfw .a23c2q5j    .h6yh1::before { color: #f97316; }.cm54g1  .hhfw .u57z     .h6yh1::before { color: #38bdf8; }.cm54g1  .hhfw .pwbb8u .h6yh1::before { color: #818cf8; }.cm54g1  .hhfw .a23c2q5j    .h6yh1::before { color: #2dd4bf; }.bllt4x .hhfw .h6yh1::before { color: var(--accent-light) !important; }
.bnr0us .fvcs li::before, .bnr0us .pu34fjs 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; }.bnr0us .fvcs li::before { content: ""; }.bnr0us .pu34fjs li::before { content: ""; }.bnr0us .qxff4::before, .bnr0us .gq1z::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.bnr0us .qxff4::before { content: ""; }.bnr0us .gq1z::before { content: ""; }
.vko3s3e .zpiw3836, .vko3s3e .wueprp { min-height: 420px; }
.oc3lql .gqhccg::after, .oc3lql .mv816::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; }
.ql8d::before { content: '>'; }
.oyoxcj .q53hhc::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.oyoxcj .q53hhc:first-of-type::before{content:"\f017"}.oyoxcj .q53hhc:last-of-type::before{content:"\f2f1"}