:root {
  --color-accent: #0a6b62;
  --color-cta: #25ad56;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
: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;
}
.u6n7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.otrmagv {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.e4npz {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.gyelywvy { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.gczo { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.gczo a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.gczo a:hover { color: var(--accent-light); }
.bnr84xc     .vvx3nsa7 { border-radius: 6px; }
.bnr84xc .vvx3nsa7 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.bnr84xc .vvx3nsa7 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .vvx3nsa7 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .d8uh0:hover .vvx3nsa7,
  .d8uh0:focus-within .vvx3nsa7 { display: block; }
  .vvx3nsa7 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.pvb4pzg {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xshch { display: none; }
@media (max-width: 640px) {
  .xshch {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xshch.b1uc5wm { display: block; }
}
@media (max-width: 640px) {
  .pvb4pzg { display: block; }
  .gczo > li + li::before { display: none !important; }
  .gczo {
    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;
  }
  .gczo.b1uc5wm { display: flex; }
  .gczo li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .gczo li:last-child a { border-bottom: none; }
}
.pkmqpb { min-height: 480px; }
.ouufrac2 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.uag9g { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.crjg4m8 .uag9g { margin-left: 0; margin-right: 0; }
.mc5dp {
  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;
}
.nljjjih .mc5dp { margin-top: 24px; }
.mc5dp:hover { opacity: 0.88; }
.pe6q .ouufrac2 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pe6q .uag9g { color: #e2e8f0; }
.pe6q.crjg4m8   .rpms3l { text-align: left; }
.bck3dlqp .ouufrac2 { color: var(--text-primary); text-shadow: none; }
.bck3dlqp .uag9g { color: var(--text-muted); }
.bck3dlqp .mc5dp { margin-top: 16px; }
.bck3dlqp, .bck3dlqp.pkmqpb { min-height: auto !important; }
.bck3dlqp.crjg4m8   .rpms3l { text-align: left; }
.bck3dlqp~.mdkpdy7{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}
.bck3dlqp~.mdkpdy7 .p28yv{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.c1gw0 .p4jwhq,
.c1gw0 .tkpvr3,
.c1gw0 .pe6q .vl85wf0x {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.p4jwhq .ouufrac2 { color: #fff; }
.p4jwhq .uag9g { color: rgba(255,255,255,0.85); }
.paa3c8 .k4h0m2l0 { position: relative; overflow: hidden; }
.paa3c8 .k4h0m2l0::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.h6q12yb .k4h0m2l0 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.c0kz .k4h0m2l0 { position: relative; overflow: hidden; }
.c0kz .k4h0m2l0::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;
}
.mslk9fd4 .k4h0m2l0 { position: relative; overflow: hidden; }
.mslk9fd4 .k4h0m2l0::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.c1gw0 .k4h0m2l0 {
  animation: hg-fadein 1.2s ease-out both;
}
.k4h0m2l0 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.sm4igv4 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.c01u5 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.cx3i3x {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.k4h0m2l0 .ouufrac2 { text-shadow: none; color: var(--text-primary); }
.k4h0m2l0 .uag9g { color: var(--text-muted); }
body.me70cgd2 .ouufrac2 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.s6hh43m7 .ouufrac2 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.pkmqpb.p4jwhq .ouufrac2,
section.p4jwhq .ouufrac2 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.k4h0m2l0.lu3uxtv9 .sm4igv4 { align-items: center; text-align: center; }
.k4h0m2l0.crjg4m8   .sm4igv4 { align-items: flex-start; text-align: left; }
.kxmw .c01u5 { position: relative; }
.kxmw .c01u5::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.kxmw.k0hrc7e .c01u5::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.kyof .c01u5 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.kyof .cx3i3x {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.kyof .tkpvr3 {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.kyof.k0hrc7e .c01u5 { padding: 32px 0 32px 32px; }
.ju9890i7 .c01u5 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ju9890i7 .cx3i3x {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.k0hrc7e .sm4igv4 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.ju9890i7.k0hrc7e .c01u5 { padding: 40px 16px 40px 48px; }
.pkmqpb .c7okc7 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.c7okc7 .szqzqnn {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.c7okc7 .szqzqnn::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.c7okc7 .s9ht { display: contents !important; }
.c7okc7 .s9ht .m9rw {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.c7okc7 .s9ht .h45s { max-height: 48px; max-width: 96px; }
.c7okc7 .s9ht .bsur3j0f {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.c7okc7 .zp5g84b {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.c7okc7 .pmzgavk { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.c7okc7 .jloa { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.c7okc7 .jloa small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.c7okc7 .ieqg { display: contents !important; }
.c7okc7 .ieqg .e74ml7h:not(.u9m0g) { display: none !important; }
.c7okc7 .ieqg .u9m0g {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.c7okc7 .ieqg .u9m0g .knyk1 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.c7okc7 .ieqg .u9m0g .sw0d0i {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.c7okc7 .l2r3cj6r { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.c7okc7 .l2r3cj6r.jgszp5p {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.c7okc7 .l2r3cj6r.jgszp5p:hover { opacity: 0.85; }
.c7okc7 .szqzqnn,
.c7okc7 .szqzqnn:hover,
.c7okc7 .szqzqnn:nth-child(even),
.c7okc7 .szqzqnn:nth-child(odd),
.c7okc7 .szqzqnn:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.iicda .c01u5 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .k4h0m2l0 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .k4h0m2l0:not(.iicda) .c01u5 { display: none !important; }
  .iicda .c01u5 { padding: 16px; }
  .sm4igv4  { padding: 36px 24px; }
  .k4h0m2l0~.mdkpdy7,.k0hrc7e~.mdkpdy7{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .pkmqpb, .k4h0m2l0 { min-height: 320px !important; }
  .ouufrac2 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .gbjiyj,
  .kl29rqo,
  .cegx8a { grid-template-columns: 1fr !important; }

  

  
  .l7hir { display: flex !important; flex-direction: column !important; }
  .l7hir .rpms3l { display: contents; }
  .l7hir .vl85wf0x { order: 0; }
  .l7hir .ouufrac2 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .l7hir .gbjiyj { order: 2; padding: 0 16px 12px !important; }
  .l7hir .uag9g { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .nljjjih .rpms3l { display: flex; flex-direction: column; }
  .nljjjih .rpms3l .ouufrac2 { order: 1; }
  .nljjjih .rpms3l .cegx8a { order: 2; margin: 8px 0 24px !important; }
  .nljjjih .rpms3l .uag9g { order: 3; }
  .nljjjih .rpms3l .mc5dp { order: 4; align-self: center; margin-top: 0; }

  
  .k4h0m2l0.iicda {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .k4h0m2l0.iicda .sm4igv4 { display: contents; padding: 0; }
  .k4h0m2l0.iicda .sm4igv4 .ouufrac2 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .k4h0m2l0.iicda .c01u5 { order: 2; padding: 12px 16px; }
  .k4h0m2l0.iicda .sm4igv4 .uag9g { order: 3; padding: 0 24px; margin: 0 auto; }
  .k4h0m2l0.iicda .sm4igv4 .mc5dp { order: 4; align-self: center; margin: 8px 0 32px; }
}
.dqurnht { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.b2t0x { width: 100%; height: auto; display: block; border-radius: 10px; }
.wfpp0xh .dqurnht        { border-radius: 16px; }
.wfpp0xh .b2t0x  { border-radius: 16px; }
.ddj01nhq .dqurnht         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ddj01nhq .b2t0x   { border-radius: 8px; }
.forazu9m { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.q0qtilol { width: 100%; padding: 32px 0; position: relative; }
.nh2w { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.omjvwx0b .q0qtilol:nth-child(even) { background: var(--bg-surface); }
.omjvwx0b .q0qtilol:nth-child(odd)  { background: var(--bg-page); }
.g4iqu76k .q0qtilol:nth-child(even) { background: var(--bg-card); }
.g4iqu76k .q0qtilol:nth-child(odd)  { background: var(--bg-page); }
.omjvwx0b .q0qtilol:nth-child(odd)  .nh2w { background: var(--bg-card); border-radius: 6px; }
.omjvwx0b .q0qtilol:nth-child(even) .nh2w { background: var(--bg-raised); border-radius: 6px; }
.g4iqu76k .q0qtilol:nth-child(odd)  .nh2w { background: var(--bg-card); border-radius: 6px; }
.g4iqu76k .q0qtilol:nth-child(even) .nh2w { background: var(--bg-raised); border-radius: 6px; }
.omjvwx0b .q0qtilol:nth-child(even) .p5ygewv .ijby8,
.g4iqu76k .q0qtilol:nth-child(even) .p5ygewv .ijby8 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.omjvwx0b .q0qtilol:nth-child(odd) .p5ygewv .ijby8,
.g4iqu76k .q0qtilol:nth-child(odd) .p5ygewv .ijby8 { background: var(--bg-card-inner); }
.omjvwx0b .q0qtilol:nth-child(even) .c7rket .ijby8:nth-child(odd),
.g4iqu76k .q0qtilol:nth-child(even) .c7rket .ijby8:nth-child(odd)  { background: var(--bg-card); }
.omjvwx0b .q0qtilol:nth-child(even) .c7rket .ijby8:nth-child(even),
.g4iqu76k .q0qtilol:nth-child(even) .c7rket .ijby8:nth-child(even) { background: var(--bg-card-inner); }
h1.y7mqaqwz { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.y7mqaqwz {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.sva1e { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.bzf4 h2.y7mqaqwz {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.mlvos8 h2.y7mqaqwz {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.uapslg17 h2.y7mqaqwz {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dx60i h2.y7mqaqwz::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.zvz4 h2.y7mqaqwz {
  color: var(--text-primary); font-size: 1.7rem;
}
.egk8 h2.y7mqaqwz::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ffih4tc h2.y7mqaqwz {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .emtomqjf { display: none; } }
.hmx0g { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.kx8ntl { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.f7fl {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.wegf { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.f6pl { padding-left: 20px; }
.f6pl li { margin-bottom: 6px; }
.f6pl a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.f6pl a:hover { color: var(--accent-light); }
.pktcal .wegf { display: none; }
.fjy0n .wegf { display: none; }
.fjy0n .f6pl { padding-left: 0; list-style: none; }
.fjy0n .f6pl li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fjy0n .f6pl a { font-size: 0.92rem; }
.lnr8e .f7fl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.lnr8e .wegf { display: none; }
.lnr8e .f6pl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.lnr8e .f6pl li { margin-bottom: 0; }
.lnr8e .f6pl 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;
}
.lnr8e .f6pl a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.pgh50 .f7fl { padding: 20px 20px 16px; }
.pgh50 .f6pl {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.pgh50 .f6pl li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.pgh50 .f6pl 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;
}
.pgh50 .f6pl 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;
}
.pgh50 .f6pl a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.pgh50 .f6pl a:focus,
.pgh50 .f6pl a:focus-visible,
.pgh50 .f6pl a:target { outline: none; }
.pgh50 .f6pl li:target a { border-color: var(--border); color: var(--text-muted); }
.j43dy0 .f7fl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.j43dy0 .wegf { display: none; }
.j43dy0 .f6pl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.j43dy0 .f6pl li { counter-increment: toc-n; margin-bottom: 0; }
.j43dy0 .f6pl a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.j43dy0 .f6pl a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.j43dy0 .f6pl a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.s2gsdkpx .f7fl { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.s2gsdkpx .wegf { display: none; }
.s2gsdkpx .f6pl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.s2gsdkpx .f6pl li { margin-bottom: 0; }
.s2gsdkpx .f6pl a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.s2gsdkpx .f6pl a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.itqa6erk .f7fl { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.itqa6erk .wegf { display: none; }
.itqa6erk .f6pl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.itqa6erk .f6pl li { margin-bottom: 0; }
.itqa6erk .f6pl li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.itqa6erk .f6pl li:last-child::after { content: ""; margin-right: 0; }
.itqa6erk .f6pl a { font-size: 0.9rem; }
.ijby8 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.p5ygewv .ijby8 { background: var(--bg-card); }
.c7rket .ijby8:nth-child(odd)  { background: var(--bg-card); }
.c7rket .ijby8:nth-child(even) { background: var(--bg-raised); }
.jr6nx .ijby8 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.jr6nx .ijby8:last-child { border-bottom: none; }
.jr6nx h3.sva1e { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.bni415se .ijby8 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.bni415se .ijby8 + .ijby8 { margin-top: 4px; }
.wi557i8 .ijby8 { background: none; border-radius: 0; padding: 12px 0; }
.wi557i8 .ijby8 + .ijby8 { border-top: 1px solid var(--border-section); }
.hatrwsr { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.vz45po { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.e1gyt4oj { color: var(--text-body); margin-bottom: 10px; }
.d30sks1e, .fdfu { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.d30sks1e li, .fdfu li { margin-bottom: 6px; }
.fdfu li { list-style: decimal; }
.scr1     .d30sks1e { list-style-type: "● "; }
.kgipkw  .d30sks1e { list-style-type: "■ "; }
.ujvaph .d30sks1e { list-style-type: "◆ "; }
.xgbrm    .d30sks1e { list-style-type: "★ "; }
.scr1     .j0ytnnc { list-style-type: "● "; }
.kgipkw  .j0ytnnc { list-style-type: "■ "; }
.ujvaph .j0ytnnc { list-style-type: "◆ "; }
.xgbrm    .j0ytnnc { list-style-type: "★ "; }
.scr1    .d30sks1e li::marker, .scr1    .j0ytnnc li::marker,
.kgipkw .d30sks1e li::marker, .kgipkw .j0ytnnc li::marker,
.ujvaph .d30sks1e li::marker, .ujvaph .j0ytnnc li::marker,
.xgbrm   .d30sks1e li::marker, .xgbrm   .j0ytnnc li::marker {
  color: var(--cta); font-size: 1em;
}
.scr1 .fdfu,
.kgipkw .fdfu,
.ujvaph .fdfu,
.xgbrm .fdfu {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.scr1 .fdfu li,
.kgipkw .fdfu li,
.ujvaph .fdfu li,
.xgbrm .fdfu li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.scr1 .fdfu li::before,
.kgipkw .fdfu li::before,
.ujvaph .fdfu li::before,
.xgbrm .fdfu 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;
}
.scr1     .fdfu li::before { border-radius: 50%; }
.kgipkw  .fdfu li::before { border-radius: 3px; }
.ujvaph .fdfu li::before { border-radius: 3px; }
.xgbrm    .fdfu li::before { border-radius: 50%; }
.e16ss34 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.xuhpc1 .e16ss34,
.ywjyp4 .e16ss34 { background: transparent; border: none; border-radius: 0; }
.aigq1dnk { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.aigq1dnk th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.aigq1dnk td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.aigq1dnk tr:hover td { background: var(--bg-hover); }
.mgs1 .aigq1dnk tbody tr:nth-child(even) td { background: var(--bg-surface); }
.l9f40k .aigq1dnk { border: 1px solid var(--border-alt); }
.l9f40k .aigq1dnk th,
.l9f40k .aigq1dnk td { border: 1px solid var(--border-alt); }
.dm7a .aigq1dnk th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.dm7a .aigq1dnk td { border-bottom: none; }
.dm7a .aigq1dnk tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.p6l73 .aigq1dnk th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.tjj1 .e16ss34 {
  overflow: hidden;
}
.tjj1 .aigq1dnk th { border-bottom: 1px solid var(--border-alt); }
.tjj1 .aigq1dnk tr:last-child td { border-bottom: none; }
.thd8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.n5ep { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.dkrg6 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.fcmqy { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.zsxb51f { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.j0ytnnc { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.j0ytnnc li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.ja9gns47 .fcmqy { background: transparent; text-align: center; }
.nxk33r .dkrg6 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.k2c1 .dkrg6 {
  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);
}
.xj1j .n5ep { display: grid; grid-template-columns: auto 1fr; }
.xj1j .dkrg6 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.xj1j .fcmqy { grid-column: 2; }
.xj1j .zsxb51f,
.xj1j .j0ytnnc { grid-column: 1 / -1; }
.o7edp .n5ep { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.o7edp .dkrg6 {
  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);
}
.o7edp .fcmqy { grid-column: 2; }
.o7edp .zsxb51f,
.o7edp .j0ytnnc { grid-column: 1 / -1; }
.vkgi .n5ep { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vkgi .fcmqy { background: none; color: var(--accent-light); font-weight: 700; }
.i3xjjt0 .n5ep { 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); }
.i3xjjt0 .fcmqy { background: none; color: var(--accent-light); font-weight: 700; }
.q7dxw .n5ep { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.q7dxw .n5ep:last-child { border-bottom: none; }
.q7dxw .fcmqy { background: none; color: var(--accent-light); font-weight: 700; }
.ru55wch .n5ep { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.ru55wch .fcmqy { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.rfzbpgu .thd8 { counter-reset: card-n; }
.rfzbpgu .n5ep  { counter-increment: card-n; }
.rfzbpgu .fcmqy { display: flex; align-items: center; gap: 10px; }
.rfzbpgu .fcmqy::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;
}
.t7psqzzr .n5ep { background: var(--bg-surface); border: 1px solid var(--border); }
.t7psqzzr .fcmqy { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.h9irt2h { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.h9irt2h         { --cl-hue: var(--accent); }
.x2ogno9h     { --cl-hue: #16a34a; }
.zjqvbl    { --cl-hue: #2563eb; }
.x2ogno9h, .wn8r, .zjqvbl, .zfksll {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.iom4 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.iom4::before { color: var(--cl-hue); }
.h9irt2h strong { color: var(--text-primary); font-size: 0.95rem; }
.h9irt2h p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.nn1gc7e4 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.eq6mi, .cua6 { border-radius: 8px; padding: 14px; }
.eq6mi { background: var(--bg-pros); }
.cua6 { background: var(--bg-cons); }
.ubam { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.eq6mi .ubam { color: var(--c-pros-label); }
.cua6 .ubam { color: #f87171; }
.eq6mi ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.cua6 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.b2t0x { width: 100%; height: auto; border-radius: 10px; display: block; }
.jgszp5p {
  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;
}
.jgszp5p:hover { opacity: 0.85; }
.xaxd .jgszp5p  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.xaxd .jgszp5p:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hpmq8c56 .jgszp5p  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.hpmq8c56 .jgszp5p:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xaxd .l2r3cj6r.jgszp5p, .hpmq8c56 .l2r3cj6r.jgszp5p,
.xaxd .yumi .jgszp5p, .hpmq8c56 .yumi .jgszp5p {
  background: var(--cta); border: none; color: #fff;
}
.xaxd .l2r3cj6r.jgszp5p:hover, .hpmq8c56 .l2r3cj6r.jgszp5p:hover,
.xaxd .yumi .jgszp5p:hover, .hpmq8c56 .yumi .jgszp5p:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.jqoum7da .mc5dp { border-radius: 50px; }
.jqoum7da .jgszp5p  { border-radius: 50px; }
.pnoi .mc5dp,
.pnoi .jgszp5p { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.pnoi .mc5dp:hover,
.pnoi .jgszp5p:hover { filter: brightness(1.08); opacity: 1; }
.wmuac8xc .mc5dp,
.wmuac8xc .jgszp5p { box-shadow: 0 3px 14px -2px var(--cta); }
.wmuac8xc .mc5dp:hover,
.wmuac8xc .jgszp5p:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.xmlpkm .mc5dp,
.xmlpkm .jgszp5p { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.xmlpkm .mc5dp:hover,
.xmlpkm .jgszp5p:hover { opacity: 1; }
.xmlpkm .mc5dp:active,
.xmlpkm .jgszp5p:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.ljqf .mc5dp,
.ljqf .jgszp5p { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.ljqf .mc5dp:hover,
.ljqf .jgszp5p:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.ljqf .mc5dp:active,
.ljqf .jgszp5p:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.c0l6 .mc5dp,
.c0l6 .jgszp5p { position: relative; overflow: hidden; }
.c0l6 .mc5dp::before,
.c0l6 .jgszp5p::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.c0l6 .mc5dp:hover::before,
.c0l6 .jgszp5p:hover::before { left: 135%; }
.l6bw6uf .mc5dp,
.l6bw6uf .jgszp5p { border-radius: 0; }
.ebxph .mc5dp { padding-left: 22px; padding-right: 22px; }
.ebxph .jgszp5p  { padding-left: 12px; padding-right: 12px; }
.z3tq .mc5dp { padding-left: 44px; padding-right: 44px; }
.z3tq .jgszp5p  { padding-left: 24px; padding-right: 24px; }
.ocbaik .mc5dp { padding-left: 56px; padding-right: 56px; }
.ocbaik .jgszp5p  { padding-left: 32px; padding-right: 32px; }
.vbryt9   .mc5dp::after, .vbryt9   .jgszp5p::after,
.jxp4u .mc5dp::after, .jxp4u .jgszp5p::after,
.hfc68o    .mc5dp::after, .hfc68o    .jgszp5p::after,
.pqylpjne    .mc5dp::after, .pqylpjne    .jgszp5p::after,
.q5euf1e8    .mc5dp::after, .q5euf1e8    .jgszp5p::after,
.v00r4bn1     .mc5dp::after, .v00r4bn1     .jgszp5p::after,
.o1il52o7    .mc5dp::after, .o1il52o7    .jgszp5p::after,
.xsdv   .mc5dp::after, .xsdv   .jgszp5p::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;
}
.vbryt9 .mc5dp::after, .vbryt9 .jgszp5p::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");
}
.jxp4u .mc5dp::after, .jxp4u .jgszp5p::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");
}
.hfc68o .mc5dp::after, .hfc68o .jgszp5p::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");
}
.pqylpjne .mc5dp::after, .pqylpjne .jgszp5p::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");
}
.q5euf1e8 .mc5dp::after, .q5euf1e8 .jgszp5p::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");
}
.v00r4bn1 .mc5dp::after, .v00r4bn1 .jgszp5p::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");
}
.o1il52o7 .mc5dp::after, .o1il52o7 .jgszp5p::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");
}
.xsdv .mc5dp::after, .xsdv .jgszp5p::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");
}
.z0c8h   .dwz0vdak::after, .z0c8h   .cp5q7yp2::after,
.odia9 .dwz0vdak::after, .odia9 .cp5q7yp2::after,
.oyfdq    .dwz0vdak::after, .oyfdq    .cp5q7yp2::after,
.fg1p    .dwz0vdak::after, .fg1p    .cp5q7yp2::after,
.vya7h1eh    .dwz0vdak::after, .vya7h1eh    .cp5q7yp2::after,
.q39kkc     .dwz0vdak::after, .q39kkc     .cp5q7yp2::after,
.juqz    .dwz0vdak::after, .juqz    .cp5q7yp2::after,
.pw9m66i   .dwz0vdak::after, .pw9m66i   .cp5q7yp2::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;
}
.z0c8h .dwz0vdak::after, .z0c8h .cp5q7yp2::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");
}
.odia9 .dwz0vdak::after, .odia9 .cp5q7yp2::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");
}
.oyfdq .dwz0vdak::after, .oyfdq .cp5q7yp2::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");
}
.fg1p .dwz0vdak::after, .fg1p .cp5q7yp2::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");
}
.vya7h1eh .dwz0vdak::after, .vya7h1eh .cp5q7yp2::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");
}
.q39kkc .dwz0vdak::after, .q39kkc .cp5q7yp2::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");
}
.juqz .dwz0vdak::after, .juqz .cp5q7yp2::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");
}
.pw9m66i .dwz0vdak::after, .pw9m66i .cp5q7yp2::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");
}
.xn5o75o {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.szqzqnn {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.szqzqnn > * { min-width: 0; }
.szqzqnn:hover { background: var(--bg-hover); }
.szqzqnn > [itemprop="item"] { display: contents; }
.szqzqnn [itemprop="itemReviewed"],
.szqzqnn [itemprop="reviewRating"] { display: none; }
.szqzqnn::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.s9ht {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.m9rw {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.h45s { max-height: 52px; max-width: 110px; object-fit: contain; }
.bsur3j0f {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.hsdjllol .m9rw    { background: #1a1a1a; }
.u25x .m9rw   { background: rgba(128,128,128,.12); }
.p27o5 .m9rw { background: var(--bg-raised); }
.xbo8 .m9rw    { background: transparent; padding: 0; }
.zp5g84b {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.pmzgavk { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.jloa { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.ieqg {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.e74ml7h {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.knyk1 {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.sw0d0i {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.l2r3cj6r {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.l2r3cj6r.jgszp5p {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .szqzqnn {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .szqzqnn::before    { grid-area: rank;   }
  .s9ht           { grid-area: ident;  }
  .zp5g84b     { grid-area: rating; min-width: 0; width: auto; }
  .ieqg           { grid-area: pills;  }
  .l2r3cj6r             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .szqzqnn {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .szqzqnn::before    { justify-self: center; }
  .s9ht           { width: 100%; }
  .zp5g84b     { justify-self: center; }
  .ieqg           { grid-template-columns: 1fr; }
}
.i9zrn9cx {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.otlgl {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.ndbwq1sn {
  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;
}
.ndbwq1sn img { max-width: 80px; max-height: 50px; object-fit: contain; }
.o18bxu5 { flex: 1; }
.o18bxu5 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.pjjm { color: var(--c-stars); font-size: 1.1rem; }
.gplzi { margin-bottom: 8px; }
.y8vk1o88 {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.y8vk1o88 > span { color: var(--accent); font-weight: 700; }
.ret8c em, .y8yu7xpj em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .y8vk1o88 { padding: 10px 16px; gap: 6px 16px; } }
.yumi { flex-shrink: 0; align-self: flex-start; }
.yumi .jgszp5p { white-space: nowrap; }
@media (max-width: 560px) {
  .otlgl { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .ndbwq1sn { order: 1; }
  .yumi { order: 2; margin-left: auto; align-self: center; }
  .o18bxu5 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.smwvihk img.ld3d { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.xuhpc1 { padding: 20px 24px; }
.vfwfr7o { color: var(--text-muted); margin-bottom: 16px; }
.mj2zp3z { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.o8gamvux, .mym2 { list-style: none; font-size: 0.9rem; }
.o8gamvux li { color: var(--c-pros); margin-bottom: 4px; }
.mym2 li { color: var(--c-cons); margin-bottom: 4px; }
.o8gamvux li::before { content: "✓"; margin-right: 5px; }
.mym2 li::before { content: "✗"; margin-right: 5px; }
.mqoi8at .o8gamvux li::before { content: "→"; }
.mqoi8at .mym2 li::before { content: "–"; }
.gcdg7vi  .o8gamvux li::before { content: "★"; }
.gcdg7vi  .mym2 li::before { content: "✕"; }
.eujj5dd    .o8gamvux li::before { content: "◆"; }
.eujj5dd    .mym2 li::before { content: "▲"; }
.l29e  .o8gamvux li::before { content: "▶"; }
.l29e  .mym2 li::before { content: "■"; }
.b1clbcas { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.om7n1z { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.s4u5x7up { background: var(--bg-pros); color: var(--c-tag-pay); }
.ppz5 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.xrom3 .ppz5 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.sns60 .ppz5 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .wwp3lobx .gpyjmqsy {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .wwp3lobx .i9zrn9cx { margin: 0; }
}
.otqq9mwk .otlgl { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.otqq9mwk .o18bxu5 h3 { color: var(--accent-light); }
.otqq9mwk .ndbwq1sn { background: var(--bg-page); border: 1px solid var(--border); }
.bs4v .i9zrn9cx { border-top: 4px solid var(--accent); }
.bs4v .otlgl { background: var(--bg-card); }
.f5onaaf9 .i9zrn9cx { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.f5onaaf9 .otlgl { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.f5onaaf9 .xuhpc1 { padding: 14px 16px; }
.f5onaaf9 .ndbwq1sn { border-radius: 4px; }
.f5onaaf9 .ppz5 { border-radius: 0; }
.kepl .otlgl { padding: 0; gap: 0; overflow: hidden; }
.kepl .ndbwq1sn { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.kepl .o18bxu5 { padding: 16px 20px; }
.kepl .yumi { padding: 16px 20px; align-self: center; }
.p91n3 .pjjm { font-size: .95rem; }
.ywjyp4 .nn1gc7e4 { gap: 10px; }
.ywjyp4 .eq6mi, .ywjyp4 .cua6 { padding: 12px; }
.ywjyp4 .eq6mi ul, .ywjyp4 .cua6 ul { margin: 4px 0 0; padding-left: 18px; }
.ywjyp4 .eq6mi li, .ywjyp4 .cua6 li { font-size: .85rem; margin-bottom: 3px; }
.sp55okk .om7n1z { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .sc1og { grid-template-columns: 1fr; }
  .m5hf5q { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .m5hf5q .n0rfezk { width: 72px; height: 50px; }
  .m5hf5q .a60ep7g5 { max-width: 180px; }
  .m5hf5q .n1vdgh7 { width: auto; }
}
.llp3u .p91n3 .pjjm { filter: brightness(1.2); }
@media (max-width: 720px) {
  .llp3u { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .hfj22 { padding: 16px; }
  .zjbuei .zjuw1x4 { min-width: 50%; }
}
.nseft .nn1gc7e4 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .jffdoh { grid-template-columns: 1fr; }
  .v6p2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .br5ac { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .wcg47f { flex-wrap: wrap; padding: 16px; }
}
.ff2e6reh .nn1gc7e4 { gap: 8px; }
.ff2e6reh .eq6mi, .ff2e6reh .cua6 { padding: 8px; }
@media (max-width: 480px) {
  .ylk0n { flex-direction: column; align-items: stretch; }
}
.ajacrx .n1vdgh7 .jgszp5p { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ckhgds { flex-direction: column; align-items: stretch; gap: 10px; }
  .ajacrx .n1vdgh7 { text-align: center; }
}
@media (max-width: 720px) {
  .oejv { grid-template-columns: 1fr; }
  .ra6i { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ti1t { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.jcr4 .qyuve8aw { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.oa4a4a .pjjm { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .g92qr { grid-template-columns: 1fr; }
  .oa4a4a { width: 100px; height: 100px; margin: 16px auto; }
  .jcr4 { font-size: 1.4rem; }
  .l4lq5 { justify-content: center; }
  .yzkjpw6 .zjuw1x4 { min-width: 50%; }
}
.puermd .nn1gc7e4 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .n62d6 { flex-wrap: wrap; padding: 14px 16px; }
  .zff3mw5t { padding: 12px 16px; }
  .puermd .nn1gc7e4 { margin: 0 16px; }
  .puermd .sp55okk { padding: 0 16px; }
  .qgcg7nq { padding: 12px 16px; }
}
.b1ajqxro .szqzqnn {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.b1ajqxro .szqzqnn:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.uziv7eh .xn5o75o { gap: 18px; }
.uziv7eh .szqzqnn {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.uziv7eh .szqzqnn:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.s1e9892m .xn5o75o {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.s1e9892m .szqzqnn {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.s1e9892m .szqzqnn:last-child { border-bottom: none; }
.s1e9892m .s9ht,
.s1e9892m .zp5g84b,
.s1e9892m .ieqg {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.lz9ym .xn5o75o { gap: 0; }
.lz9ym .szqzqnn {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.lz9ym .szqzqnn:last-child { border-bottom: none; }
.lz9ym .szqzqnn:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.lz9ym .szqzqnn:nth-child(even):hover { background: var(--bg-hover); }
.d15tr .szqzqnn {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.vcb99x .ieqg .e74ml7h {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.vcb99x .ieqg .e74ml7h:first-child { border-left: none; }
.koe24o .ieqg .e74ml7h {
  background: transparent; padding: 4px 8px;
}
.koe24o .ieqg .knyk1 { font-size: .65rem; opacity: .65; }
.koe24o .ieqg .sw0d0i   { font-size: 1.15rem; color: var(--accent-light); }
.s3bcu .ieqg .e74ml7h {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.jloa { display: none; }
.q2t1 .pmzgavk { font-size: 1rem; letter-spacing: 2px; }
.h477 .pmzgavk {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.r523a .pmzgavk,
.chvf3 .pmzgavk,
.wh6pju2 .pmzgavk { display: none; }
.r523a .jloa,
.chvf3 .jloa,
.wh6pju2 .jloa { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.r523a .jloa { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.r523a .jloa small { display: none; }
.chvf3 .jloa {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.chvf3 .jloa small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.wh6pju2 .jloa {
  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;
}
.wh6pju2 .jloa small { display: none; }
.r523a .gplzi .pjjm,
.chvf3 .gplzi .pjjm,
.wh6pju2 .gplzi .pjjm { display: none; }
.r523a .gplzi strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.r523a .qyuve8aw { display: none; }
.chvf3 .gplzi strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.chvf3 .jues,
.chvf3 .qyuve8aw { font-size: 1em; }
.wh6pju2 .gplzi strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.wh6pju2 .qyuve8aw { display: none; }
.c497b5ng { margin: 16px 0; }
.fgk4c0u { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.fgk4c0u summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.fgk4c0u summary::after { content: "+"; color: var(--accent-light); }
.fgk4c0u[open] summary::after { content: "−"; }
.fgk4c0u p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.q0qtilol { margin-bottom: 0; }
.cz8jbk h2.y7mqaqwz { color: var(--text-primary); border-color: var(--accent-light); }
.crxw8 h2.y7mqaqwz { color: var(--text-primary); border-color: var(--accent-light); }
.vm4z7rm .x2ogno9h     { background: #052e16; border-color: #10b981; }
.vm4z7rm .zjqvbl    { background: #1e1036; border-color: #a855f7; }
.vm4z7rm .h9irt2h strong  { color: #f1f5f9; }
.vm4z7rm .h9irt2h p       { color: #cbd5e1; }
.vm4z7rm .e0x8g    .x2ogno9h     .iom4::before,
.vm4z7rm .lxhzu  .x2ogno9h     .iom4::before,
.vm4z7rm .ch21cl  .x2ogno9h     .iom4::before,
.vm4z7rm .l8oxhe .x2ogno9h     .iom4::before { color: #10b981; }
.vm4z7rm .e0x8g    .wn8r .iom4::before,
.vm4z7rm .lxhzu  .wn8r .iom4::before,
.vm4z7rm .ch21cl  .wn8r .iom4::before,
.vm4z7rm .l8oxhe .wn8r .iom4::before { color: #f43f5e; }
.vm4z7rm .e0x8g    .zjqvbl    .iom4::before,
.vm4z7rm .lxhzu  .zjqvbl    .iom4::before,
.vm4z7rm .ch21cl  .zjqvbl    .iom4::before,
.vm4z7rm .l8oxhe .zjqvbl    .iom4::before { color: #a855f7; }
.zh7lq3m .x2ogno9h     { background: #2d2000; border-color: #eab308; }
.zh7lq3m .zjqvbl    { background: #2d1600; border-color: #f97316; }
.zh7lq3m .h9irt2h strong  { color: #f1f5f9; }
.zh7lq3m .h9irt2h p       { color: #cbd5e1; }
.zh7lq3m .e0x8g    .x2ogno9h     .iom4::before,
.zh7lq3m .lxhzu  .x2ogno9h     .iom4::before,
.zh7lq3m .ch21cl  .x2ogno9h     .iom4::before,
.zh7lq3m .l8oxhe .x2ogno9h     .iom4::before { color: #eab308; }
.zh7lq3m .e0x8g    .wn8r .iom4::before,
.zh7lq3m .lxhzu  .wn8r .iom4::before,
.zh7lq3m .ch21cl  .wn8r .iom4::before,
.zh7lq3m .l8oxhe .wn8r .iom4::before { color: #ef4444; }
.zh7lq3m .e0x8g    .zjqvbl    .iom4::before,
.zh7lq3m .lxhzu  .zjqvbl    .iom4::before,
.zh7lq3m .ch21cl  .zjqvbl    .iom4::before,
.zh7lq3m .l8oxhe .zjqvbl    .iom4::before { color: #f97316; }
.ap6ph .x2ogno9h     { background: #0c1a2e; border-color: #38bdf8; }
.ap6ph .zjqvbl    { background: #0a2020; border-color: #2dd4bf; }
.ap6ph .h9irt2h strong  { color: #f1f5f9; }
.ap6ph .h9irt2h p       { color: #cbd5e1; }
.ap6ph .e0x8g    .x2ogno9h     .iom4::before,
.ap6ph .lxhzu  .x2ogno9h     .iom4::before,
.ap6ph .ch21cl  .x2ogno9h     .iom4::before,
.ap6ph .l8oxhe .x2ogno9h     .iom4::before { color: #38bdf8; }
.ap6ph .e0x8g    .wn8r .iom4::before,
.ap6ph .lxhzu  .wn8r .iom4::before,
.ap6ph .ch21cl  .wn8r .iom4::before,
.ap6ph .l8oxhe .wn8r .iom4::before { color: #818cf8; }
.ap6ph .e0x8g    .zjqvbl    .iom4::before,
.ap6ph .lxhzu  .zjqvbl    .iom4::before,
.ap6ph .ch21cl  .zjqvbl    .iom4::before,
.ap6ph .l8oxhe .zjqvbl    .iom4::before { color: #2dd4bf; }
.oypx::before,
.cmuz2::before { margin-right: 5px; }
.hzpeue .eq6mi ul li,
.hzpeue .o8gamvux li         { color: #4ade80; }
.hzpeue .eq6mi .oypx { color: #22c55e; }
.hzpeue .cua6 ul li,
.hzpeue .mym2 li         { color: #f87171; }
.hzpeue .cua6 .cmuz2 { color: #ef4444; }
.u0xau .eq6mi { background: var(--bg-pros); }
.u0xau .cua6 { background: var(--bg-cons); }
.u0xau .eq6mi .oypx { color: var(--c-pros-label); }
.u0xau .cua6 .cmuz2 { color: var(--c-cons); }
.u0xau .eq6mi ul li,
.u0xau .o8gamvux li            { color: var(--c-pros); }
.u0xau .cua6 ul li,
.u0xau .mym2 li            { color: var(--c-cons); }
.bttu6 .eq6mi { background: var(--bg-pros); }
.bttu6 .cua6 { background: var(--bg-cons); }
.bttu6 .eq6mi .oypx { color: var(--c-pros-label); }
.bttu6 .cua6 .cmuz2 { color: var(--c-cons); }
.bttu6 .eq6mi ul li,
.bttu6 .o8gamvux li          { color: var(--c-pros); }
.bttu6 .cua6 ul li,
.bttu6 .mym2 li          { color: var(--c-cons); }
.n5ucw .oypx::before { content: "✓ "; }
.n5ucw .cmuz2::before { content: "✗ "; }
.mqoi8at .oypx::before { content: "→ "; }
.mqoi8at .cmuz2::before { content: "← "; }
.gcdg7vi .oypx::before { content: "★ "; }
.gcdg7vi .cmuz2::before { content: "✕ "; }
.eujj5dd .oypx::before { content: "◆ "; }
.eujj5dd .cmuz2::before { content: "▲ "; }
.sns60 .h9irt2h { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.sns60 .h9irt2h strong { color: var(--text-primary); }
.sns60 .h9irt2h p      { color: var(--text-muted); }
.xrom3 .h9irt2h { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.esshd .h9irt2h {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.esshd .h9irt2h strong,
.esshd .h9irt2h p { color: #fff; }
.esshd .iom4::before { color: rgba(255,255,255,0.9) !important; }
.b77hnbf .h9irt2h {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.b77hnbf .h9irt2h strong { color: var(--text-primary); }
.b77hnbf .h9irt2h p      { color: var(--text-muted); }
.eeqx .h9irt2h { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.e0x8g .iom4,
.lxhzu .iom4,
.ch21cl .iom4,
.l8oxhe .iom4 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.e0x8g .iom4::before,
.lxhzu .iom4::before,
.ch21cl .iom4::before,
.l8oxhe .iom4::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.e0x8g .x2ogno9h     .iom4::before { content: "✦"; color: var(--c-tip-border); }
.e0x8g .wn8r .iom4::before { content: "▲"; color: var(--c-warn-border); }
.e0x8g .zjqvbl    .iom4::before { content: "◉"; color: #60a5fa; }
.lxhzu .x2ogno9h     .iom4::before { content: "★"; color: var(--c-tip-border); }
.lxhzu .wn8r .iom4::before { content: "◆"; color: var(--c-warn-border); }
.lxhzu .zjqvbl    .iom4::before { content: "●"; color: #60a5fa; }
.ch21cl .x2ogno9h     .iom4::before { content: "▶"; color: var(--c-tip-border); }
.ch21cl .wn8r .iom4::before { content: "■"; color: var(--c-warn-border); }
.ch21cl .zjqvbl    .iom4::before { content: "▸"; color: #60a5fa; }
.l8oxhe .x2ogno9h     .iom4::before { content: "→"; color: var(--c-tip-border); }
.l8oxhe .wn8r .iom4::before { content: "⬥"; color: var(--c-warn-border); }
.l8oxhe .zjqvbl    .iom4::before { content: "◈"; color: #60a5fa; }
.cdh3v .p5ygewv .ijby8,
.cdh3v .c7rket .ijby8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.cdh3v .n5ep                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.cdh3v .szqzqnn                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.cdh3v .i9zrn9cx            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.cdh3v .e16ss34          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.cdh3v .f7fl                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.jzxs .p5ygewv .ijby8,
.jzxs .c7rket .ijby8,
.jzxs .n5ep,
.jzxs .szqzqnn,
.jzxs .i9zrn9cx,
.jzxs .e16ss34,
.jzxs .f7fl,
.jzxs .eeqx .h9irt2h { box-shadow: none; }
.edkrm7qz   body, .edkrm7qz   { font-size: 0.9rem; }
.edkrm7qz   .e1gyt4oj, .edkrm7qz .hatrwsr, .edkrm7qz .vz45po,
.edkrm7qz   .hmx0g, .edkrm7qz .kx8ntl { font-size: 0.9rem; }
.edkrm7qz   .d30sks1e, .edkrm7qz .fdfu { font-size: 0.9rem; }
.ln0dk7y   .e1gyt4oj, .ln0dk7y .hatrwsr, .ln0dk7y .vz45po,
.ln0dk7y   .hmx0g, .ln0dk7y .kx8ntl { font-size: 0.95rem; }
.ln0dk7y   .d30sks1e, .ln0dk7y .fdfu { font-size: 0.95rem; }
.pl1l2g   .e1gyt4oj, .pl1l2g .hatrwsr, .pl1l2g .vz45po,
.pl1l2g   .hmx0g, .pl1l2g .kx8ntl { font-size: 1.08rem; }
.pl1l2g   .d30sks1e, .pl1l2g .fdfu { font-size: 1.05rem; }
.pl1l2g   .aigq1dnk { font-size: 0.97rem; }
.q5b1k6k .ouufrac2      { font-size: 3.2rem; }
.q5b1k6k h2.y7mqaqwz { font-size: 1.9rem; }
.q5b1k6k h3.sva1e     { font-size: 1.4rem; }
.tvz8 .ouufrac2      { font-size: 3.8rem; }
.tvz8 h2.y7mqaqwz { font-size: 2.2rem; }
.tvz8 h3.sva1e     { font-size: 1.6rem; }
.q0qtilol + .q0qtilol { position: relative; }
.zk7fir   .q0qtilol + .q0qtilol::before,
.pjgf2q  .q0qtilol + .q0qtilol::before,
.mnujt3wc   .q0qtilol + .q0qtilol::before,
.a22wxs6w   .q0qtilol + .q0qtilol::before,
.gs775fv   .q0qtilol + .q0qtilol::before,
.lb49 .q0qtilol + .q0qtilol::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.zk7fir .q0qtilol + .q0qtilol::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.pjgf2q .q0qtilol + .q0qtilol::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.mnujt3wc .q0qtilol + .q0qtilol::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.a22wxs6w .q0qtilol + .q0qtilol::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.z4wc .q0qtilol { margin-bottom: 16px; }
.z4wc .q0qtilol + .q0qtilol { margin-top: 0; }
.z4wc .nh2w { padding-top: 0; padding-bottom: 0; }
.gs775fv .q0qtilol + .q0qtilol::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.lb49 .q0qtilol + .q0qtilol::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ma0od .q0qtilol + .q0qtilol::before,
.tf6fgmc4 .q0qtilol + .q0qtilol::before,
.u4lh .q0qtilol + .q0qtilol::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%;
}
.omjvwx0b .ma0od .q0qtilol:nth-child(even)::before,
.omjvwx0b .tf6fgmc4 .q0qtilol:nth-child(even)::before,
.omjvwx0b .u4lh .q0qtilol:nth-child(even)::before { background: var(--bg-surface); }
.g4iqu76k .ma0od .q0qtilol:nth-child(even)::before,
.g4iqu76k .tf6fgmc4 .q0qtilol:nth-child(even)::before,
.g4iqu76k .u4lh .q0qtilol:nth-child(even)::before { background: var(--bg-card); }
.ma0od .q0qtilol + .q0qtilol::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");
}
.tf6fgmc4 .q0qtilol + .q0qtilol::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");
}
.u4lh .q0qtilol + .q0qtilol::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");
}
.n2h6zv .pe6q { overflow: hidden; }
.n2h6zv .rpms3l { margin-bottom: 70px; }
.kmd569x .sm4igv4,
.k1oyux .sm4igv4 { padding-bottom: 60px; }
.n2h6zv .sm4igv4 { padding-bottom: 70px; }
.n2h6zv .pe6q::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%;
}
.n2h6zv .pe6q::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");
}
.fdigf315 .pe6q:not(.p4jwhq) .vl85wf0x { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fdigf315 .p4jwhq { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.fdigf315 .tkpvr3 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.fdigf315 .k4h0m2l0 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.rchtplhq .k4h0m2l0 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.cn1le .k4h0m2l0 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.z5jm .k4h0m2l0 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.em5d45 .k4h0m2l0 { background: var(--accent-bg); }
.tu7ls8jp .dqurnht { float: left; width: 38%; margin: 0 28px 16px 0; }
.tu7ls8jp .dqurnht .b2t0x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tu7ls8jp .nh2w::after { content: ''; display: block; clear: both; }
.e619rw .dqurnht { float: right; width: 38%; margin: 0 0 16px 28px; }
.e619rw .dqurnht .b2t0x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e619rw .nh2w::after { content: ''; display: block; clear: both; }
.eqpqs .q0qtilol:nth-child(odd)  .dqurnht { float: left;  width: 38%; margin: 0 28px 16px 0; }
.eqpqs .q0qtilol:nth-child(even) .dqurnht { float: right; width: 38%; margin: 0 0 16px 28px; }
.eqpqs .dqurnht .b2t0x { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.eqpqs .nh2w::after { content: ''; display: block; clear: both; }
.tu7ls8jp .thd8,
.tu7ls8jp .xn5o75o,
.e619rw .thd8,
.e619rw .xn5o75o,
.eqpqs .thd8,
.eqpqs .xn5o75o { clear: both; }
@media (max-width: 900px) {
  .tu7ls8jp .dqurnht,
  .e619rw .dqurnht,
  .eqpqs .q0qtilol:nth-child(odd)  .dqurnht,
  .eqpqs .q0qtilol:nth-child(even) .dqurnht {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .tu7ls8jp .dqurnht .b2t0x,
  .e619rw .dqurnht .b2t0x,
  .eqpqs .dqurnht .b2t0x {
    max-height: none !important;
  }
}
.tu7ls8jp .d30sks1e,
.tu7ls8jp .fdfu,
.e619rw .d30sks1e,
.e619rw .fdfu,
.eqpqs .d30sks1e,
.eqpqs .fdfu { overflow: hidden; }
@media (max-width: 640px) {
  .tu7ls8jp .dqurnht,
  .e619rw .dqurnht,
  .eqpqs .dqurnht { float: none; width: 100%; margin: 0 0 16px 0; }
}
.k703nd0 .forazu9m,
.k703nd0 .nh2w,
.k703nd0 .jhnthgp  { max-width: 1100px; }
.j7e6 .forazu9m,
.j7e6 .nh2w,
.j7e6 .jhnthgp  { max-width: 1200px; }
.i8s4 .forazu9m,
.i8s4 .nh2w,
.i8s4 .jhnthgp  { max-width: 1320px; }
.ckxl1 { font-size: 0.82rem; color: var(--text-muted); }
.hfl0bswf { display: flex; align-items: center; }
.tygpw0w {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.porq { display: flex; align-items: center; }
.h28fab6 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.h28fab6:hover { text-decoration: underline; }
.knnu { margin: 0 3px; opacity: 0.45; }
.knnu::before { content: '/'; }
.h813r1a { padding: 2px 5px; color: var(--text-main); }
.imbq8evp .ckxl1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.imbq8evp .hfl0bswf { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ksp97o .ckxl1 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ksp97o .hfl0bswf { padding: 0 0 0 12px; }
.tklvqizw .hfl0bswf { padding: 0 16px; }
.tklvqizw .ckxl1 {
  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);
}
.tklvqizw .forazu9m { padding-top: 28px; }
@media (max-width: 720px) {
  .be27 { margin-top: 18px; padding: 0 16px; }
  .tklvqizw .forazu9m { padding-top: 16px; }
}
.k703nd0.imbq8evp .hfl0bswf { max-width: 1100px; }
.j7e6.imbq8evp .hfl0bswf { max-width: 1200px; }
.i8s4.imbq8evp .hfl0bswf { max-width: 1320px; }
.m6833 .q0qtilol { padding-top: 16px; padding-bottom: 16px; }
.zjou .q0qtilol { padding-top: 24px; padding-bottom: 24px; }
.c37t6fej .q0qtilol { padding-top: 40px; padding-bottom: 40px; }
.bdnbs .q0qtilol { padding-top: 52px; padding-bottom: 52px; }
.dsu6c3ac .q0qtilol:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.dsu6c3ac .q0qtilol:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.dsu6c3ac .q0qtilol:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.dsu6c3ac .q0qtilol:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.jjqexx1 .nh2w { padding-top: 10px;  padding-bottom: 10px; }
.xm7737je .nh2w { padding-top: 18px;  padding-bottom: 18px; }
.gys4b .nh2w { padding-top: 36px;  padding-bottom: 36px; }
.e3lyf .nh2w { padding-top: 48px;  padding-bottom: 48px; }
.a35z h2.y7mqaqwz { font-weight: 600; }
.a35z h3.sva1e     { font-weight: 600; }
.acdvl h2.y7mqaqwz { font-weight: 800; }
.acdvl h3.sva1e     { font-weight: 700; }
.wzpso h2.y7mqaqwz { font-weight: 900; }
.wzpso h3.sva1e     { font-weight: 800; }
.wzpso .h9irt2h strong,
.wzpso .h9irt2h strong { font-weight: 600; }
.dwz0vdak {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qtcgl3ed .dwz0vdak { display: none; }
@media (max-width: 640px) {
  .dwz0vdak { display: none !important; }
}
.dwz0vdak { background: var(--cta) !important; color: #fff !important; border: none !important; }
.dwz0vdak:hover { opacity: 0.85; }
.i04y2 .dwz0vdak { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.wujtktz1  .cp5q7yp2 { left: 32px; }
@media (max-width: 480px) {
  .brbi2 .cp5q7yp2 { right: 20px; bottom: 20px; }
  .wujtktz1  .cp5q7yp2 { left: 20px; bottom: 20px; }
}
.rb3nkag7 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jhnthgp { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.vx1nm { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.k5yezkg { color: var(--text-dim); font-size: 0.8rem; }
.oeinl a, .nc5cjl a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.oeinl a:hover, .nc5cjl a:hover { color: var(--accent-light); }
.nc5cjl { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.xe3jptr .jhnthgp { text-align: center; }
.xe3jptr .nc5cjl { justify-content: center; margin-bottom: 16px; }
.xe3jptr .vx1nm { margin-top: 0; }
.mb2u { margin-top: 10px; }
.mb2u a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jhnthgp { padding-left: 16px; padding-right: 16px; }
  .uniromf .jhnthgp { padding: 20px 16px; }
  .nc5cjl { gap: 4px 12px; }
  .vx1nm { font-size: 0.78rem; }
}
.erud .vx1nm { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.erud .k5yezkg { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .erud .ibrd { grid-template-columns: 1fr 1fr; } .erud .kln3psw9 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .erud .ibrd { grid-template-columns: 1fr; } }
.ze472n .vx1nm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ze472n .h6k4 { gap: 12px; } .ze472n .u0laq { margin-right: 0; width: 100%; } }
.t5gaf .vx1nm { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.t5gaf .k5yezkg { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .t5gaf .u9uuky1 { grid-template-columns: 1fr 1fr; } .t5gaf .jo518 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .t5gaf .u9uuky1 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ow48 .i6cav { grid-template-columns: 1fr 1fr; } .ow48 .xqi8z68i:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ow48 .i6cav { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gexlt27 .i6cav { grid-template-columns: 1fr; } }
.mfd0f4t .jhnthgp { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.mfd0f4t .nc5cjl { justify-content: center; }
.fiu97j1 .u6n7      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fiu97j1 .rb3nkag7 { background: var(--bg-page); border-top-color: var(--border-alt); }
.qys5g .u6n7      { background: #0d1117; border-bottom-color: #21262d; }
.qys5g .e4npz { color: var(--accent-light); }
.qys5g .gczo { --msep-color: #8b949e; }
.qys5g .gczo a { color: #8b949e; }
.qys5g .gczo a:hover { color: var(--accent-light); }
.qys5g .pvb4pzg { color: #8b949e; }
.qys5g .rb3nkag7 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.qys5g .vx1nm,
.qys5g .k5yezkg { color: #6e7681; }
.qys5g .oeinl a, .qys5g .nc5cjl a,
.qys5g .oeinl a:hover, .qys5g .nc5cjl a:hover,
@media (max-width: 640px) {
  .qys5g .gczo { background: #0d1117; border-top-color: #21262d; }
  .qys5g .gczo li a { border-bottom-color: #21262d; }
}
.y5yeo0 .u6n7      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.y5yeo0 .e4npz { color: var(--accent-light); }
.y5yeo0 .gczo { --msep-color: #475569; }
.y5yeo0 .gczo a { color: #475569; }
.y5yeo0 .gczo a:hover { color: var(--accent-light); }
.y5yeo0 .pvb4pzg { color: #64748b; }
.y5yeo0 .rb3nkag7 { background: #f0f4f8; border-top-color: #cbd5e1; }
.y5yeo0 .vx1nm,
.y5yeo0 .k5yezkg { color: #64748b; }
.y5yeo0 .oeinl a, .y5yeo0 .nc5cjl a,
.y5yeo0 .oeinl a:hover, .y5yeo0 .nc5cjl a:hover,
@media (max-width: 640px) {
  .y5yeo0 .gczo { background: #f0f4f8; border-top-color: #cbd5e1; }
  .y5yeo0 .gczo li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.a739ms4 .u6n7      { background: var(--accent); border-bottom-color: var(--accent-light); }
.a739ms4 .e4npz { color: #fff; }
.a739ms4 .gczo { --msep-color: rgba(255,255,255,0.82); }
.a739ms4 .gczo a { color: rgba(255,255,255,0.82); }
.a739ms4 .gczo a:hover { color: #fff; }
.a739ms4 .pvb4pzg { color: rgba(255,255,255,0.9); }
.a739ms4 .rb3nkag7 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.a739ms4 .vx1nm,
.a739ms4 .k5yezkg { color: rgba(255,255,255,0.72); }
.a739ms4 .oeinl a, .a739ms4 .nc5cjl a,
.a739ms4 .oeinl a:hover, .a739ms4 .nc5cjl a:hover,
@media (max-width: 640px) {
  .a739ms4 .gczo { background: var(--accent); border-top-color: var(--accent-light); }
  .a739ms4 .gczo li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rqi2 .u6n7 {
  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);
}
.rqi2 .rb3nkag7 {
  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) {
  .rqi2 .gczo {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.er7cl .otrmagv { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.utcp .otrmagv { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.yhfbx .otrmagv { min-height: 72px; height: auto; }
.yz1z43 .otrmagv { min-height: 84px; height: auto; }
.uniromf .otrmagv { max-width: none; padding: 0 32px; }
.uniromf .jhnthgp  { max-width: none; padding: 24px 32px; }
.whvetf.j7e6 .otrmagv { max-width: 1200px; }
.whvetf.i8s4 .otrmagv { max-width: 1320px; }
.huecarw   .e4npz, .huecarw   .u0laq { text-transform: capitalize; }
.o90s2ue .e4npz, .o90s2ue .u0laq { text-transform: lowercase; }
.wistbb .e4npz, .wistbb .u0laq { text-transform: uppercase; letter-spacing: 0.06em; }
.wk30g0e3, .moj2z6 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.rxykpxs .wk30g0e3,
.twc1j4p .wk30g0e3,
.du6jsj65 .wk30g0e3,
.ta2r .wk30g0e3,
.qi878k   .gczo a { font-weight: 500; }
.xhxcs .gczo a { font-weight: 600; }
.sa9w8j8     .gczo a { font-weight: 700; }
.uesg8j    .gczo a { font-weight: 800; letter-spacing: 0.01em; }
.i0lf8wi     .gczo > li + li::before,
.ktv0ayn    .gczo > li + li::before,
.na2isxmk    .gczo > li + li::before,
.foktu .gczo > li + li::before,
.ac5s3j3h .gczo > li + li::before,
.kbvg8  .gczo > li + li::before,
.gyuq8se    .gczo > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.i0lf8wi     .gczo > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ktv0ayn    .gczo > li + li::before { content: "|"; }
.na2isxmk    .gczo > li + li::before { content: "—"; }
.foktu .gczo > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ac5s3j3h .gczo > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kbvg8  .gczo > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.gyuq8se    .gczo > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .gti3 .pvb4pzg,
  .it2u .pvb4pzg,
  .vdpdc .pvb4pzg,
  .jb9kf1jx .pvb4pzg,
  .u9zkmwh7 .pvb4pzg {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .gti3 .pvb4pzg::before,
  .it2u .pvb4pzg::before,
  .vdpdc .pvb4pzg::before,
  .jb9kf1jx .pvb4pzg::before,
  .u9zkmwh7 .pvb4pzg::before { content: ""; display: block; flex-shrink: 0; }

  
  .gti3 .pvb4pzg::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;
  }

  
  .it2u .pvb4pzg::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;
  }

  
  .vdpdc .pvb4pzg::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;
  }

  
  .jb9kf1jx .pvb4pzg::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;
  }

  
  .u9zkmwh7 .pvb4pzg::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) {
  .f71ov .pvb4pzg {
    padding: 5px 14px;
  }
  .f71ov .gczo {
    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;
  }
  .f71ov .gczo li a {
    border-bottom: none; padding: 10px 22px;
  }
  .f71ov .gczo li a:hover { background: var(--bg-raised); }
  .f71ov .xshch,
  .ol01 .xshch,
  .qu2j6m .xshch { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .tfpzy3s .pvb4pzg {
    padding: 5px 10px;
  }
  .tfpzy3s .gczo {
    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);
  }
  .tfpzy3s .gczo.b1uc5wm { transform: translateX(0); }
  .tfpzy3s .gczo li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .tfpzy3s .gczo li:last-child a { border-bottom: none; }
  .a739ms4 .gczo,
  .qys5g .gczo { background: var(--accent) !important; }
  .a739ms4 .gczo li a,
  .qys5g .gczo li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .qu2j6m .pvb4pzg {
    padding: 5px 10px;
  }
  .qu2j6m .gczo {
    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);
  }
  .qu2j6m .gczo::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .qu2j6m .gczo.b1uc5wm { transform: translateY(0); }
  .qu2j6m .gczo li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .bb1qd3q1 .pvb4pzg {
    padding: 5px 10px;
  }
  .bb1qd3q1 .gczo {
    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;
  }
  .bb1qd3q1 .gczo.b1uc5wm { opacity: 1; pointer-events: auto; }
  .bb1qd3q1 .gczo li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .hr4cziek     .pvb4pzg { border-radius: 0 !important; }
  .zdjqa   .pvb4pzg { border-radius: 8px !important; }
  .yipew .pvb4pzg { border-radius: 50% !important; }
  .s11fpvuw   .pvb4pzg { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .urf38t .fl4pn7 { flex-direction: column; align-items: stretch; }
  .urf38t .tjuh6b5 { flex-direction: row; min-width: auto; }
  .urf38t .d6tqid { align-items: flex-start; text-align: left; }
}
.orxz7u4,
.orxz7u4.q0qtilol,
.omjvwx0b .orxz7u4,
.jei3 .orxz7u4,
.g4iqu76k .orxz7u4,
.yoe5 .orxz7u4 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.h0etx {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.to9jc { flex: 1 1 280px; min-width: 0; }
.m5vk2 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.tvi0ig0s {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.icu2ow {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.icu2ow:hover { transform: translateY(-1px); opacity: 0.95; }
.cf2n .h0etx {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.cf2n .m5vk2 { color: var(--cta); }
.cf2n .tvi0ig0s { color: var(--text-body); }
.cf2n .icu2ow {
  background: var(--cta) !important;
  color: #fff !important;
}
.p92l .h0etx {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.p92l .m5vk2 { color: var(--text-primary); }
.p92l .tvi0ig0s { color: var(--text-body); }
.p92l .icu2ow {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .h0etx {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .to9jc { flex: 0 0 auto; }
  .m5vk2 { font-size: 1.2rem; }
  .icu2ow { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.n36fnd .gyelywvy { height: 36px; }
.ertq .gyelywvy { height: 60px; max-width: 200px; }
.w9b3 .gyelywvy { height: 56px; max-width: 180px; }
.oxl91s1    .pmzgavk, .oxl91s1    .pjjm { color: #f59e0b; }
.mlq63a      .pmzgavk { font-size: 1rem; letter-spacing: 1.5px; }
.mlq63a      .pjjm   { font-size: 1.35rem; }
.xz1ucdo    .pmzgavk, .xz1ucdo    .pjjm { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.rgvv     .pmzgavk, .rgvv     .pjjm { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.cbtr1w9 .pmzgavk, .cbtr1w9 .pjjm { color: var(--cta); letter-spacing: 2px; }
.l2osk   .pmzgavk, .l2osk   .pjjm { color: #e91e63; letter-spacing: 2px; }
.bbv9t  .pmzgavk, .bbv9t  .pjjm { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.nlpkeh     .pmzgavk, .nlpkeh     .pjjm { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.vcb99x .e74ml7h + .e74ml7h {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.v0aa7gmh .szqzqnn { padding: 18px 24px; min-height: 68px; }
.koe24o .knyk1 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.koe24o .sw0d0i {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.s3bcu .e74ml7h {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.xn5o75o { counter-reset: cs-rank; }
.xn5o75o .szqzqnn { counter-increment: cs-rank; }
.xn5o75o .szqzqnn::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.ue6tdo .xn5o75o { counter-reset: cs-rank; gap: 0; }
.ue6tdo .szqzqnn {
  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;
}
.ue6tdo .szqzqnn::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;
}
.ue6tdo .s9ht {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.ue6tdo .m9rw {
  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;
}
.ue6tdo .h45s { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.ue6tdo .s9ht { min-width: 0; flex-direction: column; width: 100%; }
.ue6tdo .bsur3j0f {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.ue6tdo .pmzgavk { color: var(--cta, var(--accent)); }
.ue6tdo .jloa { font-weight: 700; }
.ue6tdo .e74ml7h {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.ue6tdo .knyk1 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.ue6tdo .sw0d0i {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.ue6tdo .u9m0g .sw0d0i { font-size: 1.3rem; color: var(--accent-light); }
.ue6tdo .l2r3cj6r {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.ue6tdo .szqzqnn:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .ue6tdo .xn5o75o {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ue6tdo .szqzqnn {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ue6tdo .szqzqnn { padding: 40px 16px 20px; }
  .ue6tdo .e74ml7h {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ue6tdo .l2r3cj6r { width: 100%; min-width: 0; }
}
.cg323as .xn5o75o { counter-reset: cs-rank; gap: 10px; }
.cg323as .szqzqnn {
  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);
}
.cg323as .szqzqnn::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);
}
.cg323as .s9ht {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.cg323as .m9rw {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.cg323as .h45s { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.cg323as .bsur3j0f {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.cg323as .pmzgavk { color: var(--cta, var(--accent)); }
.cg323as .e74ml7h {
  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;
}
.cg323as .knyk1 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.cg323as .sw0d0i { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.cg323as .u9m0g .sw0d0i { color: var(--accent-light); }
.cg323as .l2r3cj6r {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.cg323as .szqzqnn:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .cg323as .szqzqnn {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .cg323as .szqzqnn::before {
    position: absolute; top: 14px; left: 14px;
  }
  .cg323as .s9ht {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .cg323as .bsur3j0f { white-space: normal; text-align: center; font-size: 1.2rem; }
  .cg323as .e74ml7h {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .cg323as .l2r3cj6r { width: 100%; min-width: 0; }
  .cg323as .pmzgavk { min-width: 0; }
}
.l9rvr .szqzqnn::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.gzgr .fgk4c0u {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.gzgr .fgk4c0u summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.gzgr .fgk4c0u p { padding: 0 2px 16px; }
.xr9ev .fgk4c0u { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xr9ev .fgk4c0u summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.xr9ev .fgk4c0u summary::after { content: "›"; font-size: 1.2em; }
.xr9ev .fgk4c0u[open] summary::after { content: "‹"; }
.xr9ev .fgk4c0u p { padding: 10px 22px 4px; }
.vrnkfbs .fgk4c0u {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.vrnkfbs .fgk4c0u summary { color: var(--text-primary); padding-left: 16px; }
.vrnkfbs .fgk4c0u summary::after { content: "›"; font-size: 1.1em; }
.vrnkfbs .fgk4c0u[open] summary::after { content: "‹"; }
.vrnkfbs .fgk4c0u p { padding-left: 16px; }
.a8fhf .c497b5ng { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.a8fhf .fgk4c0u {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.a8fhf .fgk4c0u:last-child { border-bottom: none; }
.a8fhf .fgk4c0u summary { color: var(--text-primary); border-radius: 0; }
.a8fhf .fgk4c0u summary::after { content: "›"; font-size: 1.1em; }
.a8fhf .fgk4c0u[open] summary::after { content: "‹"; }
.b3u9jat5 .fgk4c0u { overflow: hidden; }
.b3u9jat5 .fgk4c0u summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.b3u9jat5 .fgk4c0u summary::after { color: rgba(255,255,255,.75); }
.b3u9jat5 .fgk4c0u[open] summary { border-radius: 0; }
.ilircyv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tvxiz {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.znyfir {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.rzb29 { color: var(--text-muted); font-size: 1.05rem; }
.czw5o6 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ha72v {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.xnng { margin-bottom: 20px; }
.l6v2ojg0 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.c271i4s {
  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;
}
.c271i4s:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.uyhfr { resize: vertical; min-height: 130px; }
.lwck { width: 100%; margin-top: 8px; }
.z034sf {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zwbur403 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.vhmy { color: var(--text-muted); line-height: 1.75; }
.h7d6wv { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.h7d6wv li { margin-bottom: 6px; }
.dks3o { max-width: 760px; margin: 0 auto; }
.awkw { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ysfgvx1 ul.h7d6wv { margin: 0; }
.shtx9m1w .awkw { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .shtx9m1w { grid-template-columns: 1fr; gap: 10px; } }
.rhgudi40 { max-width: 640px; margin: 0 auto; text-align: center; }
.bz45l { margin-bottom: 48px; }
.bz45l .awkw { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.bz45l p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fviftf .h7d6wv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .q37ix { grid-template-columns: 1fr; } }
.qjubxgq { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.qjubxgq:hover .d6sf { color: var(--accent-light); text-decoration: underline; }
.y8hmpe { color: inherit; text-decoration: none; }
.y8hmpe:hover { color: var(--accent-light); text-decoration: underline; }
.vg3hff { display: inline-block; line-height: 0; }
.rhcww51 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.s1coc41 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.s1coc41:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.v6ehw9 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.s1coc41 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.s1coc41 ul.h7d6wv { margin: 0; }
.bvzrx5 { color: var(--text-muted); line-height: 1.75; }
.x9ioahm .h7d6wv,
.ddifude .h7d6wv,
.d5tmltx .h7d6wv,
.yzfbo1au .h7d6wv {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.x9ioahm .s1coc41,
.ddifude .s1coc41 { text-align: left; }
.x9ioahm .v6ehw9,
.ddifude .v6ehw9 { text-align: center; }
.jfde2cq { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ap0vsc { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.l44e4mag { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ru009f2 { margin-top: 12px; }
.lso7 { 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; }
.lso7:hover { border-bottom-color: var(--accent-light); }
.fy2ot3 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.fy2ot3 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wuco5 { width: 200px; height: 200px; }
.vc07 { border-radius: 10px; }
.aufsh { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.i070l { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .tfv1a02 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.fh7g7p .l44e4mag, .fh7g7p .ap0vsc { max-width: 640px; }
.v1o7nvb .jfde2cq { font-size: 1.6rem; margin-top: 18px; }
.bxi6 .l44e4mag { margin-bottom: 28px; }
@media (max-width: 860px) { .m9e1o4 { grid-template-columns: 1fr; } .v1o7nvb { position: static; text-align: center; } }
.n5t3vip { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.s1d1 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.s1d1 .fy2ot3 { margin: 0 auto 18px; }
.s1d1 .aufsh { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .n5t3vip { grid-template-columns: 1fr; } }
.ezu33rq .jfde2cq { font-size: 1.6rem; margin-bottom: 6px; }
.yzfbo1au .h7d6wv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ezu33rq { flex-direction: column; text-align: center; } .xdub99 { grid-template-columns: 1fr; } }
.dwakcd0w .jfde2cq { font-size: 1.35rem; margin: 0 0 4px; }
.dwakcd0w .aufsh { margin: 0; }
.guqa1n .znyfir { color: var(--accent-light); }
.yqlg {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.yqlg .znyfir { font-size: 2rem; }
.yqlg .rzb29 { max-width: 680px; }
.wvhu8o0i .znyfir { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.wvhu8o0i .rzb29  { margin: 0; }
@media (max-width: 640px) { .wvhu8o0i { flex-direction: column; } }
.slxemot1 .znyfir { color: var(--accent-light); }
.pvllfsu3 .znyfir { color: #fff; }
.pvllfsu3 .rzb29  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .mkoppvw { grid-template-columns: 1fr; } }
.ftf5ntr .c271i4s {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ftf5ntr .c271i4s:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.othdm .c271i4s { background: var(--bg-raised); border-color: transparent; }
.othdm .c271i4s:focus { background: var(--bg-card); border-color: var(--accent-light); }
.z3itcz .c271i4s { border-radius: 100px; padding: 11px 20px; }
.z3itcz .uyhfr { border-radius: 14px; }
@media (max-width: 640px) { .a7bjpx { grid-template-columns: 1fr; } }
.vm9cf9x{display:none}
.vm9cf9x:empty,.p28yv:empty{display:none}
.wb2y7{position:relative;overflow:visible}
.z3zx3lb .mdkpdy7,.tmgqrzk .mdkpdy7,
.k8gmt .mdkpdy7,.cvvjcdbp .mdkpdy7,
.o37ib .mdkpdy7,.br1pjw8 .mdkpdy7{display:block}
.e8yoyus .r1aul20a{display:block}
.z3zx3lb .mdkpdy7,.tmgqrzk .mdkpdy7,
.k8gmt .mdkpdy7,.cvvjcdbp .mdkpdy7,
.o37ib .mdkpdy7{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}
.z3zx3lb .mdkpdy7 .p28yv,.tmgqrzk .mdkpdy7 .p28yv,
.k8gmt .mdkpdy7 .p28yv,.cvvjcdbp .mdkpdy7 .p28yv,
.o37ib .mdkpdy7 .p28yv{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}
.z3zx3lb .lmxd,.tmgqrzk .lmxd,
.k8gmt .lmxd,.cvvjcdbp .lmxd,
.o37ib .lmxd{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.z3zx3lb .mdkpdy7,.tmgqrzk .mdkpdy7{top:12px}
.z3zx3lb .mdkpdy7 .p28yv{margin-right:auto}
.tmgqrzk .mdkpdy7 .p28yv{margin-left:auto}
.tmgqrzk .mdkpdy7{text-align:right}
.k8gmt .mdkpdy7,.cvvjcdbp .mdkpdy7{bottom:12px}
.k8gmt .mdkpdy7 .p28yv{margin-right:auto}
.cvvjcdbp .mdkpdy7 .p28yv{margin-left:auto}
.cvvjcdbp .mdkpdy7{text-align:right}
.o37ib .mdkpdy7{position:relative;margin-top:16px}
.o37ib .mdkpdy7 .p28yv{margin:0 auto}
.br1pjw8 .mdkpdy7{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.br1pjw8 .mdkpdy7 .p28yv{margin:0}
.br1pjw8 .k4h0m2l0~.mdkpdy7,
.br1pjw8 .k0hrc7e~.mdkpdy7{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.br1pjw8 .k4h0m2l0~.mdkpdy7 .p28yv,
.br1pjw8 .k0hrc7e~.mdkpdy7 .p28yv{justify-content:flex-start}
.k4h0m2l0~.mdkpdy7,.k0hrc7e~.mdkpdy7{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}
.k4h0m2l0~.mdkpdy7 .p28yv{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.k0hrc7e~.mdkpdy7 .p28yv{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.r1aul20a .p28yv{margin:0 0 12px}
.p28yv{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.bg8kk2{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.d6sf{font-weight:600;color:var(--text-heading);opacity:1}
.puy91dy5::before{content:"·";margin:0 2px;opacity:.5}
.lmxd{white-space:nowrap}
.ns44xcyn .bg8kk2{display:none}
.o2lx9 .lmxd{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.o2lx9 .puy91dy5::before{content:""}
.d85i0zy .lmxd{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}
.d85i0zy .puy91dy5::before{content:""}
.c9jar4 .p28yv{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.zu56 .lmxd{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.zu56 .puy91dy5::before{content:""}
.b22vh .lmxd{color: var(--accent-light);opacity:1;font-weight:500}
.agpxl1np .lmxd{border-bottom:1px solid currentColor;padding-bottom:2px}
.sf3bpzur .p28yv{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.qnx8{--date-bg:var(--accent-bg-light)}
.m67b42 .puy91dy5::before{content:""}
.s48xsi .puy91dy5::before{content:"•";opacity:.4}
.s48xsi .lmxd + .lmxd::before{content:"•";margin-right:6px;opacity:.4}
.flmjd6n .puy91dy5::before{content:"/";opacity:.35}
.flmjd6n .lmxd + .lmxd::before{content:"/";margin-right:6px;opacity:.35}
.kykt .puy91dy5::before{content:"|";opacity:.3}
.kykt .lmxd + .lmxd::before{content:"|";margin-right:6px;opacity:.3}
.do4n1j .puy91dy5::before{content:"—";opacity:.3}
.do4n1j .lmxd + .lmxd::before{content:"—";margin-right:6px;opacity:.3}
.ndhj .puy91dy5::before{content:"◆";font-size:.5em;opacity:.35}
.ndhj .lmxd + .lmxd::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ant61wb .puy91dy5::before{content:"·";opacity:.4}
.ant61wb .lmxd + .lmxd::before{content:"·";margin-right:6px;opacity:.4}
.d4wmhq .puy91dy5::before{content:"›";opacity:.4}
.d4wmhq .lmxd + .lmxd::before{content:"›";margin-right:6px;opacity:.4}
.wkdo .puy91dy5::before{content:"→";opacity:.35;font-size:.85em}
.wkdo .lmxd + .lmxd::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.psd2p{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.mtybos7j{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.g1gik1{display:flex;flex-direction:column;gap:3px}
.p2yt24ti{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.xmj3a{font-weight:700;font-size:1rem;color:var(--text-heading)}
.iqalqlqy{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.d40i .psd2p{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.vbsw .psd2p{border-top:3px solid var(--accent);padding-top:18px}
.va0pqxpu .psd2p{border-left:3px solid var(--accent);border-radius:0}
.ucs7n55 .psd2p{padding:20px 0}
@media(max-width:640px){
  .psd2p{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .iqalqlqy{max-width:100%}
}
.dwyb0eb .e16ss34{margin:0}
@media (max-width:560px){
  .es5qkzvp{grid-template-columns:repeat(2,1fr);gap:12px}
}
.qoo270o {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.qoo270o.vnfweg19 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.j0kv9phh {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.j0kv9phh .hjch3y {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  padding: 0; margin: 0;
  z-index: 2;
  font-size: 0 !important; color: transparent !important;   
  transition: background 0.15s;
}
.j0kv9phh .hjch3y::before,
.j0kv9phh .hjch3y::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 15px; height: 2px; border-radius: 2px;
  background: var(--text-primary, #111);
}
.j0kv9phh .hjch3y::before { transform: translate(-50%, -50%) rotate(45deg); }
.j0kv9phh .hjch3y::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.j0kv9phh .hjch3y:hover { background: rgba(0,0,0,0.12) !important; }
.h9yn2 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.g6lis0f {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.xr6g {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.qe0dzg {
  margin: 0 0 18px; font-size: 0.98rem;
  color: var(--text-muted, #555);
}
.j0kv9phh .k4kayd8 {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.j0kv9phh .k4kayd8:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .j0kv9phh { padding: 28px 18px 20px; }
  .xr6g { font-size: 1.2rem; }
  .h9yn2 { max-width: 220px; max-height: 80px; }
}
.v1wdart {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.hir2sa20 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.jbzq  .v1wdart { border-radius: 50%; }
.l0zw  .v1wdart { border-radius: 6px; }
.fofj31aa .v1wdart { border-radius: 22px; }
.s6c4 .h0etx {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .v1wdart { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.c1f8c .q0qtilol {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.c1f8c .nh2w {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.c1f8c .h0etx {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ooh75os {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.ooh75os.vnfweg19 { transform: translate(-50%, 0); }
.ooh75os .q0qtilol,
.ooh75os .nh2w {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ooh75os .h0etx {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
.uapu86nj {
  position: absolute;
  
  top: 14px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.uapu86nj::before,
.uapu86nj::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: 2px; background: #fff;
}
.uapu86nj::before { transform: translate(-50%, -50%) rotate(45deg); }
.uapu86nj::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.uapu86nj:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .ooh75os { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ooh75os .h0etx {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .ooh75os .tvi0ig0s { display: none !important; }
  .ooh75os .m5vk2 { font-size: 1.1rem !important; }
  .ooh75os .v1wdart { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .uapu86nj { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .otrmagv { flex-direction: row-reverse; }
[dir="rtl"] .gczo { flex-direction: row-reverse; }
[dir="rtl"] .wujtktz1  .cp5q7yp2 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .brbi2 .cp5q7yp2 { right: auto; left: 20px; }
  [dir="rtl"] .wujtktz1  .cp5q7yp2 { left: auto;  right: 20px; }
}
[dir="rtl"] .tu7ls8jp .dqurnht  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .e619rw .dqurnht { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .k4h0m2l0,
[dir="rtl"] .kyof,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .d30sks1e, [dir="rtl"] .fdfu { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .eq6mi { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .cua6 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .h9irt2h { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .h0etx { direction: rtl; }
[dir="rtl"] .v1wdart { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .szqzqnn,
[dir="rtl"] .ckxl1 { direction: rtl; }
[dir="rtl"] .f7fl { direction: rtl; }
[dir="rtl"] .f6pl { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .scr1 .fdfu,
[dir="rtl"] .kgipkw .fdfu,
[dir="rtl"] .ujvaph .fdfu,
[dir="rtl"] .xgbrm .fdfu {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .scr1 .fdfu li::before,
[dir="rtl"] .kgipkw .fdfu li::before,
[dir="rtl"] .ujvaph .fdfu li::before,
[dir="rtl"] .xgbrm .fdfu li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .pe6q.crjg4m8 .rpms3l,
[dir="rtl"] .bck3dlqp.crjg4m8 .rpms3l,
[dir="rtl"] .p4jwhq.crjg4m8 .rpms3l,
[dir="rtl"] .l7hir.crjg4m8 .rpms3l,
[dir="rtl"] .nljjjih.crjg4m8 .rpms3l { text-align: right; }
[dir="rtl"] .k4h0m2l0.crjg4m8 .sm4igv4 { align-items: flex-end; text-align: right; }
[dir="rtl"] .k4h0m2l0.lu3uxtv9 .sm4igv4 { text-align: center; }
[dir="rtl"] .k4h0m2l0 .sm4igv4 { text-align: right; }
[dir="rtl"] .nh2w,
[dir="rtl"] .hmx0g,
[dir="rtl"] .kx8ntl,
[dir="rtl"] .ha72v,
[dir="rtl"] .l6v2ojg0,
[dir="rtl"] .l44e4mag,
[dir="rtl"] .c271i4s,
[dir="rtl"] .uyhfr { text-align: right; direction: rtl; }
[dir="rtl"] .z3itcz .c271i4s,
[dir="rtl"] .ftf5ntr .c271i4s { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #0a6b62;
  --brand:           #0a6b62;
  --brand-light:     #0d5851;
  --brand-pale:      #1a746b;
  --grad-start:      #11beae;
  --grad-end:        #2fdece;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #25ad56;
  --cta-light:       #198f44;
  --cta-hover:       #1a7a3c;
  --bg-page:         #f6f8f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f6f5;
  --bg-raised:       #edf1f1;
  --bg-hover:        #f3f6f5;
  --border:          #e1e9e8;
  --border-alt:      #cfdddb;
  --border-section:  #e1e9e8;
  --text-primary:    #161c1b;
  --text-muted:      #506260;
  --text-body:       #2d3837;
  --text-sub:        #445452;
  --text-faint:      #728c89;
  --text-dim:        #8ea3a1;
  --text-label:      #5b706e;
  --text-value:      #394644;
  --accent-bg:       #dff5f3;
  --accent-bg-light: #c4f1ed;
  --bg-tip:          #f9f0f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f1;
  --bg-cons:         #faf6f3;
  --c-pros:          #960c19;
  --c-cons:          #9f5821;
  --c-pros-label:    #b30e1d;
  --c-tip-border:    #c61020;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #960c19;
}
:root { --logo-bg-opacity: 65%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.j3wqv .iom4 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.j3wqv .iom4::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.j3wqv .x2ogno9h     .iom4::before { content: "";  color: var(--c-tip-border); }.j3wqv .wn8r .iom4::before { content: ""; color: var(--c-warn-border); }.j3wqv .zjqvbl    .iom4::before { content: ""; color: #60a5fa; }.vm4z7rm .j3wqv .x2ogno9h     .iom4::before { color: #10b981; }.vm4z7rm .j3wqv .wn8r .iom4::before { color: #f43f5e; }.vm4z7rm .j3wqv .zjqvbl    .iom4::before { color: #a855f7; }.zh7lq3m  .j3wqv .x2ogno9h     .iom4::before { color: #eab308; }.zh7lq3m  .j3wqv .wn8r .iom4::before { color: #ef4444; }.zh7lq3m  .j3wqv .zjqvbl    .iom4::before { color: #f97316; }.ap6ph  .j3wqv .x2ogno9h     .iom4::before { color: #38bdf8; }.ap6ph  .j3wqv .wn8r .iom4::before { color: #818cf8; }.ap6ph  .j3wqv .zjqvbl    .iom4::before { color: #2dd4bf; }.anvy .j3wqv .iom4::before { color: var(--accent-light) !important; }
.onyi82 .pkmqpb, .onyi82 .k4h0m2l0 { min-height: 780px; }
.knnu::before { content: '◆'; font-size: 0.5em; }