:root {
  --color-accent: #f97316;
  --color-cta: #ef4444;
  --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;
}
.ke6eg {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.zit3uxa {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ez9k1ud {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.wpo3q { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.pxmj0esj { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.pxmj0esj a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.pxmj0esj a:hover { color: var(--accent-light); }
.j2l4w  .am3kog { border-radius: 14px; }
.j2l4w .am3kog li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.j2l4w .am3kog li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.uhi13 .am3kog li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .am3kog {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .khhzf:hover .am3kog,
  .khhzf:focus-within .am3kog { display: block; }
  .am3kog li a { padding: 8px 16px; font-size: 0.88rem; }
}
.gibxx {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.uk9dmz { display: none; }
@media (max-width: 640px) {
  .uk9dmz {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .uk9dmz.qbzrytr { display: block; }
}
@media (max-width: 640px) {
  .gibxx { display: block; }
  .pxmj0esj > li + li::before { display: none !important; }
  .pxmj0esj {
    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;
  }
  .pxmj0esj.qbzrytr { display: flex; }
  .pxmj0esj li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .pxmj0esj li:last-child a { border-bottom: none; }
}
.bz6zfl7 { min-height: 480px; }
.in00 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.sfxoy2w { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.spkfwyj .sfxoy2w { margin-left: 0; margin-right: 0; }
.i890w5u {
  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;
}
.rupy63 .i890w5u { margin-top: 24px; }
.i890w5u:hover { opacity: 0.88; }
.nuh55 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.xpuafs {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.nuh55 .lzmh5s6 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.nuh55 .in00 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.nuh55 .sfxoy2w { color: #e2e8f0; }
.nuh55.f3f8j5z .lzmh5s6 { text-align: center; }
.nuh55.spkfwyj   .lzmh5s6 { text-align: left; }
.epbonxr4 .lzmh5s6 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.epbonxr4 .in00 { color: var(--text-primary); text-shadow: none; }
.epbonxr4 .sfxoy2w { color: var(--text-muted); }
.epbonxr4 .i890w5u { margin-top: 16px; }
.epbonxr4, .epbonxr4.bz6zfl7 { min-height: auto !important; }
.epbonxr4.f3f8j5z .lzmh5s6 { text-align: center; }
.epbonxr4.spkfwyj   .lzmh5s6 { text-align: left; }
.epbonxr4~.a0qsq{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}
.epbonxr4~.a0qsq .p6tmm{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}
.uonh9a {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.sjh122q .uonh9a,
.sjh122q .uonh9a::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.xh9oum .uonh9a,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.h96qkhn .uonh9a,
.h96qkhn .nuh55 .xpuafs {
  overflow: hidden;
}
.h96qkhn .uonh9a::after,
.h96qkhn .nuh55 .xpuafs::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.jfu9m4 .uonh9a,
.jfu9m4 .o8j4v92 {
  position: relative; overflow: hidden;
}
.jfu9m4 .uonh9a::after,
.jfu9m4 .o8j4v92::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.jfu9m4 .nuh55 .xpuafs {
  overflow: hidden;
}
.jfu9m4 .nuh55 .xpuafs::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.h2bbjy5z .uonh9a,
.h2bbjy5z .nuh55 .xpuafs {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.sjh122q .nuh55 .xpuafs {
  overflow: hidden;
}
.sjh122q .nuh55 .xpuafs::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.xh9oum .nuh55 .xpuafs {
  animation: hg-breathe 10s ease-in-out infinite;
}
.uonh9a .xpuafs {
  background: none;
}
.uonh9a .in00 { color: #fff; }
.uonh9a .sfxoy2w { color: rgba(255,255,255,0.85); }
.uonh9a .i890w5u { background: #fff; color: var(--cta); }
.uonh9a .i890w5u:hover { opacity: 0.92; }
.jfu9m4 .czqogbdo { position: relative; overflow: hidden; }
.jfu9m4 .czqogbdo::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;
}
.czqogbdo .in00 { text-shadow: none; color: var(--text-primary); }
.czqogbdo .sfxoy2w { color: var(--text-muted); }
body.td9rq9oo .in00 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ee2ym6g .in00 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.bz6zfl7.uonh9a .in00,
section.uonh9a .in00 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.czqogbdo.f3f8j5z .i8ir { align-items: center; text-align: center; }
.bz6zfl7 .p2ww7 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.p2ww7 .ca34v9p {
  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;
}
.p2ww7 .ca34v9p::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.p2ww7 .uskk { display: contents !important; }
.p2ww7 .uskk .jm5e {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.p2ww7 .uskk .wpsak { max-height: 48px; max-width: 96px; }
.p2ww7 .uskk .vqrkfyg {
  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;
}
.p2ww7 .sgyjowr {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.p2ww7 .ili9pnnw { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.p2ww7 .cfazr13 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.p2ww7 .cfazr13 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.p2ww7 .u33ql { display: contents !important; }
.p2ww7 .u33ql .s6rbk51:not(.qsdwiz) { display: none !important; }
.p2ww7 .u33ql .qsdwiz {
  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;
}
.p2ww7 .u33ql .qsdwiz .xen3 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.p2ww7 .u33ql .qsdwiz .yasad4 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.p2ww7 .ct0u { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.p2ww7 .ct0u.bvw8a9a {
  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;
}
.p2ww7 .ct0u.bvw8a9a:hover { opacity: 0.85; }
.gxfmby .lzmh5s6 { padding-bottom: 24px; }
.rupy63 .lzmh5s6 { max-width: 1100px; }
@media (max-width: 700px) {
  .czqogbdo { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .czqogbdo:not(.mokck) .amaab { display: none !important; }
  .mokck .amaab { padding: 16px; }
  .i8ir  { padding: 36px 24px; }
  .czqogbdo~.a0qsq,.w365vdfx~.a0qsq{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .bz6zfl7, .czqogbdo { min-height: 320px !important; }
  .in00 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .nsbcgnb,
  .zeluim,
  .jatlq57 { grid-template-columns: 1fr !important; }

  

  
  .gxfmby { display: flex !important; flex-direction: column !important; }
  .gxfmby .lzmh5s6 { display: contents; }
  .gxfmby .xpuafs { order: 0; }
  .gxfmby .in00 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .gxfmby .nsbcgnb { order: 2; padding: 0 16px 12px !important; }
  .gxfmby .sfxoy2w { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .rupy63 .lzmh5s6 { display: flex; flex-direction: column; }
  .rupy63 .lzmh5s6 .in00 { order: 1; }
  .rupy63 .lzmh5s6 .jatlq57 { order: 2; margin: 8px 0 24px !important; }
  .rupy63 .lzmh5s6 .sfxoy2w { order: 3; }
  .rupy63 .lzmh5s6 .i890w5u { order: 4; align-self: center; margin-top: 0; }

  
  .czqogbdo.mokck {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .czqogbdo.mokck .i8ir { display: contents; padding: 0; }
  .czqogbdo.mokck .i8ir .in00 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .czqogbdo.mokck .amaab { order: 2; padding: 12px 16px; }
  .czqogbdo.mokck .i8ir .sfxoy2w { order: 3; padding: 0 24px; margin: 0 auto; }
  .czqogbdo.mokck .i8ir .i890w5u { order: 4; align-self: center; margin: 8px 0 32px; }
}
.dqf3 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dm1aq { width: 100%; height: auto; display: block; border-radius: 10px; }
.vdbmd6l .dqf3        { border-radius: 16px; }
.vdbmd6l .dm1aq  { border-radius: 16px; }
.drikf .dqf3         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.drikf .dm1aq   { border-radius: 8px; }
.yhbum { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.gdl3wv4w { width: 100%; padding: 32px 0; position: relative; }
.xfqvlvg { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.iocs3y .gdl3wv4w:nth-child(even) { background: var(--bg-surface); }
.iocs3y .gdl3wv4w:nth-child(odd)  { background: var(--bg-page); }
.kobgbac .gdl3wv4w:nth-child(even) { background: var(--bg-card); }
.kobgbac .gdl3wv4w:nth-child(odd)  { background: var(--bg-page); }
.iocs3y .gdl3wv4w:nth-child(odd)  .xfqvlvg { background: var(--bg-card); border-radius: 6px; }
.iocs3y .gdl3wv4w:nth-child(even) .xfqvlvg { background: var(--bg-raised); border-radius: 6px; }
.kobgbac .gdl3wv4w:nth-child(odd)  .xfqvlvg { background: var(--bg-card); border-radius: 6px; }
.kobgbac .gdl3wv4w:nth-child(even) .xfqvlvg { background: var(--bg-raised); border-radius: 6px; }
.iocs3y .gdl3wv4w:nth-child(even) .wbhla1pt .jjc7e5ap,
.kobgbac .gdl3wv4w:nth-child(even) .wbhla1pt .jjc7e5ap { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.iocs3y .gdl3wv4w:nth-child(odd) .wbhla1pt .jjc7e5ap,
.kobgbac .gdl3wv4w:nth-child(odd) .wbhla1pt .jjc7e5ap { background: var(--bg-card-inner); }
.iocs3y .gdl3wv4w:nth-child(even) .edtf3ame .jjc7e5ap:nth-child(odd),
.kobgbac .gdl3wv4w:nth-child(even) .edtf3ame .jjc7e5ap:nth-child(odd)  { background: var(--bg-card); }
.iocs3y .gdl3wv4w:nth-child(even) .edtf3ame .jjc7e5ap:nth-child(even),
.kobgbac .gdl3wv4w:nth-child(even) .edtf3ame .jjc7e5ap:nth-child(even) { background: var(--bg-card-inner); }
h1.nvf89x03 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.nvf89x03 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.smdxr { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.u2cy0qk h2.nvf89x03 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.fxkd3 h2.nvf89x03 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ys24v h2.nvf89x03 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.mlmedpx h2.nvf89x03::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ofnp0n7 h2.nvf89x03 {
  color: var(--text-primary); font-size: 1.7rem;
}
.jdii h2.nvf89x03::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ygwmeo h2.nvf89x03 {
  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;
}
.pgugy { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .pgugy { display: none; } }
.ent78 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.t82ogt { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.jj6g {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.hidy { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.o1lm { padding-left: 20px; }
.o1lm li { margin-bottom: 6px; }
.o1lm a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.o1lm a:hover { color: var(--accent-light); }
.rrgz .hidy { display: none; }
.say9pf .hidy { display: none; }
.say9pf .o1lm { padding-left: 0; list-style: none; }
.say9pf .o1lm li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.say9pf .o1lm a { font-size: 0.92rem; }
.jb02 .jj6g { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jb02 .hidy { display: none; }
.jb02 .o1lm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jb02 .o1lm li { margin-bottom: 0; }
.jb02 .o1lm 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;
}
.jb02 .o1lm a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.oz47hcd .jj6g { padding: 20px 20px 16px; }
.oz47hcd .o1lm {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.oz47hcd .o1lm li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.oz47hcd .o1lm 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;
}
.oz47hcd .o1lm 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;
}
.oz47hcd .o1lm a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.oz47hcd .o1lm a:focus,
.oz47hcd .o1lm a:focus-visible,
.oz47hcd .o1lm a:target { outline: none; }
.oz47hcd .o1lm li:target a { border-color: var(--border); color: var(--text-muted); }
.mvv46b .jj6g { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.mvv46b .hidy { display: none; }
.mvv46b .o1lm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.mvv46b .o1lm li { margin-bottom: 0; }
.mvv46b .o1lm li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.mvv46b .o1lm li:last-child::after { content: ""; margin-right: 0; }
.mvv46b .o1lm a { font-size: 0.9rem; }
.jjc7e5ap { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.wbhla1pt .jjc7e5ap { background: var(--bg-card); }
.edtf3ame .jjc7e5ap:nth-child(odd)  { background: var(--bg-card); }
.edtf3ame .jjc7e5ap:nth-child(even) { background: var(--bg-raised); }
.jv5oe .jjc7e5ap {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.jv5oe .jjc7e5ap:last-child { border-bottom: none; }
.jv5oe h3.smdxr { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ejjq0q1 .jjc7e5ap {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ejjq0q1 .jjc7e5ap + .jjc7e5ap { margin-top: 4px; }
.ow4k7b .jjc7e5ap { background: none; border-radius: 0; padding: 12px 0; }
.ow4k7b .jjc7e5ap + .jjc7e5ap { border-top: 1px solid var(--border-section); }
.pumgiux { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.kcmfo { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.b8s84eqz { color: var(--text-body); margin-bottom: 10px; }
.tqm1, .rmg75 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tqm1 li, .rmg75 li { margin-bottom: 6px; }
.rmg75 li { list-style: decimal; }
.a3d1eaj     .tqm1 { list-style-type: "● "; }
.fi5r  .tqm1 { list-style-type: "■ "; }
.fdo130qx .tqm1 { list-style-type: "◆ "; }
.h6guqc6i    .tqm1 { list-style-type: "★ "; }
.a3d1eaj     .icu6 { list-style-type: "● "; }
.fi5r  .icu6 { list-style-type: "■ "; }
.fdo130qx .icu6 { list-style-type: "◆ "; }
.h6guqc6i    .icu6 { list-style-type: "★ "; }
.a3d1eaj    .tqm1 li::marker, .a3d1eaj    .icu6 li::marker,
.fi5r .tqm1 li::marker, .fi5r .icu6 li::marker,
.fdo130qx .tqm1 li::marker, .fdo130qx .icu6 li::marker,
.h6guqc6i   .tqm1 li::marker, .h6guqc6i   .icu6 li::marker {
  color: var(--cta); font-size: 1em;
}
.a3d1eaj .rmg75,
.fi5r .rmg75,
.fdo130qx .rmg75,
.h6guqc6i .rmg75 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.a3d1eaj .rmg75 li,
.fi5r .rmg75 li,
.fdo130qx .rmg75 li,
.h6guqc6i .rmg75 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.a3d1eaj .rmg75 li::before,
.fi5r .rmg75 li::before,
.fdo130qx .rmg75 li::before,
.h6guqc6i .rmg75 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;
}
.a3d1eaj     .rmg75 li::before { border-radius: 50%; }
.fi5r  .rmg75 li::before { border-radius: 3px; }
.fdo130qx .rmg75 li::before { border-radius: 3px; }
.h6guqc6i    .rmg75 li::before { border-radius: 50%; }
.t4llj8k { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.kdga177k .t4llj8k,
.yy7266g .t4llj8k { background: transparent; border: none; border-radius: 0; }
.wq4k7o { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.wq4k7o th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.wq4k7o td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.wq4k7o tr:hover td { background: var(--bg-hover); }
.bbjfn .wq4k7o tbody tr:nth-child(even) td { background: var(--bg-surface); }
.x2ut3z3l .wq4k7o { border: 1px solid var(--border-alt); }
.x2ut3z3l .wq4k7o th,
.x2ut3z3l .wq4k7o td { border: 1px solid var(--border-alt); }
.qzoo .wq4k7o th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.qzoo .wq4k7o td { border-bottom: none; }
.qzoo .wq4k7o tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.n3kcoev .wq4k7o th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ueyu9 .t4llj8k {
  overflow: hidden;
}
.ueyu9 .wq4k7o th { border-bottom: 1px solid var(--border-alt); }
.ueyu9 .wq4k7o tr:last-child td { border-bottom: none; }
.zrb10e7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.yg8p { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.w2z9 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.g82j { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.u6gbq { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.icu6 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.icu6 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%}
.ym743wl .g82j { background: transparent; text-align: center; }
.noyqn .w2z9 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.nxc4pmb .w2z9 {
  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);
}
.u6nu0e2e .yg8p { display: grid; grid-template-columns: auto 1fr; }
.u6nu0e2e .w2z9 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.u6nu0e2e .g82j { grid-column: 2; }
.u6nu0e2e .u6gbq,
.u6nu0e2e .icu6 { grid-column: 1 / -1; }
.ly3x .yg8p { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ly3x .w2z9 {
  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);
}
.ly3x .g82j { grid-column: 2; }
.ly3x .u6gbq,
.ly3x .icu6 { grid-column: 1 / -1; }
.bxvc .yg8p { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.bxvc .g82j { background: none; color: var(--accent-light); font-weight: 700; }
.gw71u .yg8p { 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); }
.gw71u .g82j { background: none; color: var(--accent-light); font-weight: 700; }
.n6gjf .yg8p { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.n6gjf .yg8p:last-child { border-bottom: none; }
.n6gjf .g82j { background: none; color: var(--accent-light); font-weight: 700; }
.xwy0qti .yg8p { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.xwy0qti .g82j { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.hyuvy .zrb10e7 { counter-reset: card-n; }
.hyuvy .yg8p  { counter-increment: card-n; }
.hyuvy .g82j { display: flex; align-items: center; gap: 10px; }
.hyuvy .g82j::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;
}
.ozu25 .yg8p { background: var(--bg-surface); border: 1px solid var(--border); }
.ozu25 .g82j { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ragskpx { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.e19byn  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.hzm2eh { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.resgmyf { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.s759 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ragskpx strong { color: var(--text-primary); font-size: 0.95rem; }
.ragskpx p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.u5og2t6 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.nqok9s, .hz5xz { border-radius: 8px; padding: 14px; }
.nqok9s { background: var(--bg-pros); }
.hz5xz { background: var(--bg-cons); }
.vgo4 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.nqok9s .vgo4 { color: var(--c-pros-label); }
.hz5xz .vgo4 { color: #f87171; }
.nqok9s ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.hz5xz ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dm1aq { width: 100%; height: auto; border-radius: 10px; display: block; }
.bvw8a9a {
  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;
}
.bvw8a9a:hover { opacity: 0.85; }
.v6u61 .bvw8a9a  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.v6u61 .bvw8a9a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xnid3s .bvw8a9a  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.xnid3s .bvw8a9a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.z9mogsj4 .i890w5u { border-radius: 50px; }
.z9mogsj4 .bvw8a9a  { border-radius: 50px; }
.szmxj .i890w5u { padding-left: 22px; padding-right: 22px; }
.szmxj .bvw8a9a  { padding-left: 12px; padding-right: 12px; }
.avl13g .i890w5u { padding-left: 44px; padding-right: 44px; }
.avl13g .bvw8a9a  { padding-left: 24px; padding-right: 24px; }
.yb687xw3 .i890w5u { padding-left: 56px; padding-right: 56px; }
.yb687xw3 .bvw8a9a  { padding-left: 32px; padding-right: 32px; }
.ycbbf9xz   .i890w5u::after, .ycbbf9xz   .bvw8a9a::after,
.sufha .i890w5u::after, .sufha .bvw8a9a::after,
.b70scs    .i890w5u::after, .b70scs    .bvw8a9a::after,
.k7tdt0ph    .i890w5u::after, .k7tdt0ph    .bvw8a9a::after,
.prnyr    .i890w5u::after, .prnyr    .bvw8a9a::after,
.sbk69     .i890w5u::after, .sbk69     .bvw8a9a::after,
.cdrx    .i890w5u::after, .cdrx    .bvw8a9a::after,
.ps0ra   .i890w5u::after, .ps0ra   .bvw8a9a::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;
}
.ycbbf9xz .i890w5u::after, .ycbbf9xz .bvw8a9a::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");
}
.sufha .i890w5u::after, .sufha .bvw8a9a::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");
}
.b70scs .i890w5u::after, .b70scs .bvw8a9a::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");
}
.k7tdt0ph .i890w5u::after, .k7tdt0ph .bvw8a9a::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");
}
.prnyr .i890w5u::after, .prnyr .bvw8a9a::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");
}
.sbk69 .i890w5u::after, .sbk69 .bvw8a9a::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");
}
.cdrx .i890w5u::after, .cdrx .bvw8a9a::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");
}
.ps0ra .i890w5u::after, .ps0ra .bvw8a9a::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");
}
.m97t9z   .r5l8::after, .m97t9z   .nwisr::after,
.bjzznby .r5l8::after, .bjzznby .nwisr::after,
.szu3pcm    .r5l8::after, .szu3pcm    .nwisr::after,
.gjc5ty2    .r5l8::after, .gjc5ty2    .nwisr::after,
.mh83pspo    .r5l8::after, .mh83pspo    .nwisr::after,
.jhaj3two     .r5l8::after, .jhaj3two     .nwisr::after,
.mrqpe    .r5l8::after, .mrqpe    .nwisr::after,
.q2w4xdw4   .r5l8::after, .q2w4xdw4   .nwisr::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;
}
.m97t9z .r5l8::after, .m97t9z .nwisr::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");
}
.bjzznby .r5l8::after, .bjzznby .nwisr::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");
}
.szu3pcm .r5l8::after, .szu3pcm .nwisr::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");
}
.gjc5ty2 .r5l8::after, .gjc5ty2 .nwisr::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");
}
.mh83pspo .r5l8::after, .mh83pspo .nwisr::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");
}
.jhaj3two .r5l8::after, .jhaj3two .nwisr::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");
}
.mrqpe .r5l8::after, .mrqpe .nwisr::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");
}
.q2w4xdw4 .r5l8::after, .q2w4xdw4 .nwisr::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");
}
.z43k {
  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;
}
.ca34v9p {
  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;
}
.ca34v9p > * { min-width: 0; }
.ca34v9p:hover { background: var(--bg-hover); }
.ca34v9p > [itemprop="item"] { display: contents; }
.ca34v9p [itemprop="itemReviewed"],
.ca34v9p [itemprop="reviewRating"] { display: none; }
.ca34v9p::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;
}
.uskk {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.jm5e {
  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;
}
.wpsak { max-height: 52px; max-width: 110px; object-fit: contain; }
.vqrkfyg {
  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;
}
.z69lqa .jm5e    { background: #1a1a1a; }
.iszndv .jm5e   { background: rgba(128,128,128,.12); }
.uzg4g .jm5e { background: var(--bg-raised); }
.vkz5v .jm5e    { background: transparent; padding: 0; }
.sgyjowr {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.ili9pnnw { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.cfazr13 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.u33ql {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.s6rbk51 {
  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;
}
.xen3 {
  
  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%;
}
.yasad4 {
  
  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;
}
.ct0u {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.ct0u.bvw8a9a {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ca34v9p {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ca34v9p::before    { grid-area: rank;   }
  .uskk           { grid-area: ident;  }
  .sgyjowr     { grid-area: rating; min-width: 0; width: auto; }
  .u33ql           { grid-area: pills;  }
  .ct0u             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ca34v9p {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ca34v9p::before    { justify-self: center; }
  .uskk           { width: 100%; }
  .sgyjowr     { justify-self: center; }
  .u33ql           { grid-template-columns: 1fr; }
}
.z5qigajw {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.qjqowfu3 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.elggxi40 {
  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;
}
.elggxi40 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ub8ibox { flex: 1; }
.ub8ibox h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.gkd94jpx { color: var(--c-stars); font-size: 1.1rem; }
.cw8kwe9 { margin-bottom: 8px; }
.my4u81i { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.ebmwip3::before   { content: "★ "; color: var(--accent-light); }
.jhqt2b { flex-shrink: 0; }
.censu img.oat7yq5l { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.kdga177k { padding: 20px 24px; }
.e0dgf2cq { color: var(--text-muted); margin-bottom: 16px; }
.qsdsew { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.zn0q5mlq, .muvi { list-style: none; font-size: 0.9rem; }
.zn0q5mlq li { color: var(--c-pros); margin-bottom: 4px; }
.muvi li { color: var(--c-cons); margin-bottom: 4px; }
.zn0q5mlq li::before { content: "✓"; margin-right: 5px; }
.muvi li::before { content: "✗"; margin-right: 5px; }
.rrxr24w .zn0q5mlq li::before { content: "→"; }
.rrxr24w .muvi li::before { content: "–"; }
.yr6bs9kk  .zn0q5mlq li::before { content: "★"; }
.yr6bs9kk  .muvi li::before { content: "✕"; }
.cx7nf4zj    .zn0q5mlq li::before { content: "◆"; }
.cx7nf4zj    .muvi li::before { content: "▲"; }
.ovfoq8k  .zn0q5mlq li::before { content: "▶"; }
.ovfoq8k  .muvi li::before { content: "■"; }
.qt4og { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.djaow3 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.gzsvwr30 { background: var(--bg-pros); color: var(--c-tag-pay); }
.wx82dy { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.sjo9np .wx82dy { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.l2x7 .wx82dy { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .xmdt9 .x6h0j {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xmdt9 .z5qigajw { margin: 0; }
}
.m8ta .qjqowfu3 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.m8ta .ub8ibox h3 { color: var(--accent-light); }
.m8ta .elggxi40 { background: var(--bg-page); border: 1px solid var(--border); }
.tq7r7yab .z5qigajw { border-top: 4px solid var(--accent); }
.tq7r7yab .qjqowfu3 { background: var(--bg-card); }
.shw57 .z5qigajw { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.shw57 .qjqowfu3 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.shw57 .kdga177k { padding: 14px 16px; }
.shw57 .elggxi40 { border-radius: 4px; }
.shw57 .wx82dy { border-radius: 0; }
.frf6i .qjqowfu3 { padding: 0; gap: 0; overflow: hidden; }
.frf6i .elggxi40 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.frf6i .ub8ibox { padding: 16px 20px; }
.frf6i .jhqt2b { padding: 16px 20px; align-self: center; }
.mwvanb .gkd94jpx { font-size: .95rem; }
.yy7266g .u5og2t6 { gap: 10px; }
.yy7266g .nqok9s, .yy7266g .hz5xz { padding: 12px; }
.yy7266g .nqok9s ul, .yy7266g .hz5xz ul { margin: 4px 0 0; padding-left: 18px; }
.yy7266g .nqok9s li, .yy7266g .hz5xz li { font-size: .85rem; margin-bottom: 3px; }
.di8t .djaow3 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .e5iaca { grid-template-columns: 1fr; }
  .fqe64ra { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .fqe64ra .icqwcd { width: 72px; height: 50px; }
  .fqe64ra .wyoy3d { max-width: 180px; }
  .fqe64ra .zb8wnopo { width: auto; }
}
.stjt .mwvanb .gkd94jpx { filter: brightness(1.2); }
@media (max-width: 720px) {
  .stjt { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .unuzg0 { padding: 16px; }
  .n3sr9nt .sgjssq { min-width: 50%; }
}
.ip6bkb .u5og2t6 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .j871u7 { grid-template-columns: 1fr; }
  .sbijsl { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .njne { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .iw3kqia { flex-wrap: wrap; padding: 16px; }
}
.jkcblsh .u5og2t6 { gap: 8px; }
.jkcblsh .nqok9s, .jkcblsh .hz5xz { padding: 8px; }
@media (max-width: 480px) {
  .efuds { flex-direction: column; align-items: stretch; }
}
.ss8pu23h .zb8wnopo .bvw8a9a { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .kah6g3 { flex-direction: column; align-items: stretch; gap: 10px; }
  .ss8pu23h .zb8wnopo { text-align: center; }
}
@media (max-width: 720px) {
  .h5f0n8 { grid-template-columns: 1fr; }
  .cbr4oh { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .f94w { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.ns1s .ejcp9vwd { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.egh83a .gkd94jpx { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .notkqun { grid-template-columns: 1fr; }
  .egh83a { width: 100px; height: 100px; margin: 16px auto; }
  .ns1s { font-size: 1.4rem; }
  .jpbsoru { justify-content: center; }
  .t7dwfla .sgjssq { min-width: 50%; }
}
.n9svg .u5og2t6 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ya7z { flex-wrap: wrap; padding: 14px 16px; }
  .ayyqtj { padding: 12px 16px; }
  .n9svg .u5og2t6 { margin: 0 16px; }
  .n9svg .di8t { padding: 0 16px; }
  .fvobyd6l { padding: 12px 16px; }
}
.mujq6 .ca34v9p {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.mujq6 .ca34v9p:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.ibff1 .z43k { gap: 18px; }
.ibff1 .ca34v9p {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.ibff1 .ca34v9p:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.jc4ch .z43k {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.jc4ch .ca34v9p {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.jc4ch .ca34v9p:last-child { border-bottom: none; }
.jc4ch .uskk,
.jc4ch .sgyjowr,
.jc4ch .u33ql {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.u8l9 .z43k { gap: 0; }
.u8l9 .ca34v9p {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.u8l9 .ca34v9p:last-child { border-bottom: none; }
.u8l9 .ca34v9p:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.u8l9 .ca34v9p:nth-child(even):hover { background: var(--bg-hover); }
.tahe8jfu .ca34v9p {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.o7ex8 .u33ql .s6rbk51 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.o7ex8 .u33ql .s6rbk51:first-child { border-left: none; }
.syvmb61q .u33ql .s6rbk51 {
  background: transparent; padding: 4px 8px;
}
.syvmb61q .u33ql .xen3 { font-size: .65rem; opacity: .65; }
.syvmb61q .u33ql .yasad4   { font-size: 1.15rem; color: var(--accent-light); }
.q9t7 .u33ql .s6rbk51 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.cfazr13 { display: none; }
.o3d3y93 .ili9pnnw { font-size: 1rem; letter-spacing: 2px; }
.srgsoxzi .ili9pnnw {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.jzalokw .ili9pnnw,
.gid35ijj .ili9pnnw,
.zfyzp .ili9pnnw { display: none; }
.jzalokw .cfazr13,
.gid35ijj .cfazr13,
.zfyzp .cfazr13 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.jzalokw .cfazr13 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.jzalokw .cfazr13 small { display: none; }
.gid35ijj .cfazr13 {
  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;
}
.gid35ijj .cfazr13 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.zfyzp .cfazr13 {
  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;
}
.zfyzp .cfazr13 small { display: none; }
.jzalokw .cw8kwe9 .gkd94jpx,
.gid35ijj .cw8kwe9 .gkd94jpx,
.zfyzp .cw8kwe9 .gkd94jpx { display: none; }
.jzalokw .cw8kwe9 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.jzalokw .ejcp9vwd { display: none; }
.gid35ijj .cw8kwe9 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;
}
.gid35ijj .gh0l,
.gid35ijj .ejcp9vwd { font-size: 1em; }
.zfyzp .cw8kwe9 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.zfyzp .ejcp9vwd { display: none; }
.h5xbu { margin: 16px 0; }
.kxp6 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.kxp6 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.kxp6 summary::after { content: "+"; color: var(--accent-light); }
.kxp6[open] summary::after { content: "−"; }
.kxp6 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.gdl3wv4w { margin-bottom: 0; }
.ev0nxz h2.nvf89x03 { color: var(--text-primary); border-color: var(--accent-light); }
.akay h2.nvf89x03 { color: var(--text-primary); border-color: var(--accent-light); }
.olt5pnt .e19byn     { background: #052e16; border-color: #10b981; }
.olt5pnt .hzm2eh { background: #2d0a1e; border-color: #f43f5e; }
.olt5pnt .resgmyf    { background: #1e1036; border-color: #a855f7; }
.olt5pnt .ragskpx strong  { color: #f1f5f9; }
.olt5pnt .ragskpx p       { color: #cbd5e1; }
.olt5pnt .mr34ikm1    .e19byn     .s759::before,
.olt5pnt .zo5u5  .e19byn     .s759::before,
.olt5pnt .r03q  .e19byn     .s759::before,
.olt5pnt .bj2ofd .e19byn     .s759::before { color: #10b981; }
.olt5pnt .mr34ikm1    .hzm2eh .s759::before,
.olt5pnt .zo5u5  .hzm2eh .s759::before,
.olt5pnt .r03q  .hzm2eh .s759::before,
.olt5pnt .bj2ofd .hzm2eh .s759::before { color: #f43f5e; }
.olt5pnt .mr34ikm1    .resgmyf    .s759::before,
.olt5pnt .zo5u5  .resgmyf    .s759::before,
.olt5pnt .r03q  .resgmyf    .s759::before,
.olt5pnt .bj2ofd .resgmyf    .s759::before { color: #a855f7; }
.s5u6d .e19byn     { background: #2d2000; border-color: #eab308; }
.s5u6d .hzm2eh { background: #2d0b0b; border-color: #ef4444; }
.s5u6d .resgmyf    { background: #2d1600; border-color: #f97316; }
.s5u6d .ragskpx strong  { color: #f1f5f9; }
.s5u6d .ragskpx p       { color: #cbd5e1; }
.s5u6d .mr34ikm1    .e19byn     .s759::before,
.s5u6d .zo5u5  .e19byn     .s759::before,
.s5u6d .r03q  .e19byn     .s759::before,
.s5u6d .bj2ofd .e19byn     .s759::before { color: #eab308; }
.s5u6d .mr34ikm1    .hzm2eh .s759::before,
.s5u6d .zo5u5  .hzm2eh .s759::before,
.s5u6d .r03q  .hzm2eh .s759::before,
.s5u6d .bj2ofd .hzm2eh .s759::before { color: #ef4444; }
.s5u6d .mr34ikm1    .resgmyf    .s759::before,
.s5u6d .zo5u5  .resgmyf    .s759::before,
.s5u6d .r03q  .resgmyf    .s759::before,
.s5u6d .bj2ofd .resgmyf    .s759::before { color: #f97316; }
.tnuf .e19byn     { background: #0c1a2e; border-color: #38bdf8; }
.tnuf .hzm2eh { background: #12103a; border-color: #818cf8; }
.tnuf .resgmyf    { background: #0a2020; border-color: #2dd4bf; }
.tnuf .ragskpx strong  { color: #f1f5f9; }
.tnuf .ragskpx p       { color: #cbd5e1; }
.tnuf .mr34ikm1    .e19byn     .s759::before,
.tnuf .zo5u5  .e19byn     .s759::before,
.tnuf .r03q  .e19byn     .s759::before,
.tnuf .bj2ofd .e19byn     .s759::before { color: #38bdf8; }
.tnuf .mr34ikm1    .hzm2eh .s759::before,
.tnuf .zo5u5  .hzm2eh .s759::before,
.tnuf .r03q  .hzm2eh .s759::before,
.tnuf .bj2ofd .hzm2eh .s759::before { color: #818cf8; }
.tnuf .mr34ikm1    .resgmyf    .s759::before,
.tnuf .zo5u5  .resgmyf    .s759::before,
.tnuf .r03q  .resgmyf    .s759::before,
.tnuf .bj2ofd .resgmyf    .s759::before { color: #2dd4bf; }
.ctkj .e19byn     { background: var(--accent-bg); border-color: var(--accent-light); }
.ctkj .hzm2eh { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ctkj .resgmyf    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ctkj .mr34ikm1    .s759::before,
.ctkj .zo5u5  .s759::before,
.ctkj .r03q  .s759::before,
.ctkj .bj2ofd .s759::before { color: var(--accent-light) !important; }
.wznd::before,
.sposgei::before { margin-right: 5px; }
.jenp .nqok9s ul li,
.jenp .zn0q5mlq li         { color: #4ade80; }
.jenp .nqok9s .wznd { color: #22c55e; }
.jenp .hz5xz ul li,
.jenp .muvi li         { color: #f87171; }
.jenp .hz5xz .sposgei { color: #ef4444; }
.xv3cbyt .nqok9s { background: var(--bg-pros); }
.xv3cbyt .hz5xz { background: var(--bg-cons); }
.xv3cbyt .nqok9s .wznd { color: var(--c-pros-label); }
.xv3cbyt .hz5xz .sposgei { color: var(--c-cons); }
.xv3cbyt .nqok9s ul li,
.xv3cbyt .zn0q5mlq li            { color: var(--c-pros); }
.xv3cbyt .hz5xz ul li,
.xv3cbyt .muvi li            { color: var(--c-cons); }
.ixvcca .nqok9s { background: var(--bg-pros); }
.ixvcca .hz5xz { background: var(--bg-cons); }
.ixvcca .nqok9s .wznd { color: var(--c-pros-label); }
.ixvcca .hz5xz .sposgei { color: var(--c-cons); }
.ixvcca .nqok9s ul li,
.ixvcca .zn0q5mlq li          { color: var(--c-pros); }
.ixvcca .hz5xz ul li,
.ixvcca .muvi li          { color: var(--c-cons); }
.upgk9s .wznd::before { content: "✓ "; }
.upgk9s .sposgei::before { content: "✗ "; }
.rrxr24w .wznd::before { content: "→ "; }
.rrxr24w .sposgei::before { content: "← "; }
.yr6bs9kk .wznd::before { content: "★ "; }
.yr6bs9kk .sposgei::before { content: "✕ "; }
.cx7nf4zj .wznd::before { content: "◆ "; }
.cx7nf4zj .sposgei::before { content: "▲ "; }
.l2x7 .ragskpx { background: transparent; border-left: none; border: 1.5px solid; }
.l2x7 .e19byn     { border-color: var(--c-tip-border); }
.l2x7 .hzm2eh { border-color: var(--c-warn-border); }
.l2x7 .resgmyf    { border-color: #60a5fa; }
.l2x7 .ragskpx strong { color: var(--text-primary); }
.l2x7 .ragskpx p      { color: var(--text-muted); }
.sjo9np .ragskpx { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.sjo9np .e19byn     { border-top-color: var(--c-tip-border); }
.sjo9np .hzm2eh { border-top-color: var(--c-warn-border); }
.sjo9np .resgmyf    { border-top-color: #60a5fa; }
.mkbuw0c .ragskpx { border-left: none; border-radius: 8px; }
.mkbuw0c .e19byn     { background: #065f46; }
.mkbuw0c .hzm2eh { background: #92400e; }
.mkbuw0c .resgmyf    { background: #1e3a8a; }
.mkbuw0c .ragskpx strong,
.mkbuw0c .ragskpx p { color: #fff; }
.mkbuw0c .s759::before { color: rgba(255,255,255,0.85) !important; }
.olt5pnt.mkbuw0c .e19byn,
.olt5pnt .mkbuw0c .e19byn     { background: #052e16; }
.olt5pnt.mkbuw0c .hzm2eh,
.olt5pnt .mkbuw0c .hzm2eh { background: #2d0a1e; }
.olt5pnt.mkbuw0c .resgmyf,
.olt5pnt .mkbuw0c .resgmyf    { background: #1e1036; }
.s5u6d.mkbuw0c .e19byn,
.s5u6d .mkbuw0c .e19byn      { background: #2d2000; }
.s5u6d.mkbuw0c .hzm2eh,
.s5u6d .mkbuw0c .hzm2eh  { background: #2d0b0b; }
.s5u6d.mkbuw0c .resgmyf,
.s5u6d .mkbuw0c .resgmyf     { background: #2d1600; }
.tnuf.mkbuw0c .e19byn,
.tnuf .mkbuw0c .e19byn      { background: #0c1a2e; }
.tnuf.mkbuw0c .hzm2eh,
.tnuf .mkbuw0c .hzm2eh  { background: #12103a; }
.tnuf.mkbuw0c .resgmyf,
.tnuf .mkbuw0c .resgmyf     { background: #0a2020; }
.tlyb14 .ragskpx { border-left: none; border-radius: 6px; padding: 10px 14px; }
.tlyb14 .e19byn     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.tlyb14 .hzm2eh { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.tlyb14 .resgmyf    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.tlyb14 .ragskpx strong { color: var(--text-primary); }
.tlyb14 .ragskpx p      { color: var(--text-muted); }
.fbld .ragskpx { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.mr34ikm1 .s759,
.zo5u5 .s759,
.r03q .s759,
.bj2ofd .s759 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.mr34ikm1 .s759::before,
.zo5u5 .s759::before,
.r03q .s759::before,
.bj2ofd .s759::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.mr34ikm1 .e19byn     .s759::before { content: "✦"; color: var(--c-tip-border); }
.mr34ikm1 .hzm2eh .s759::before { content: "▲"; color: var(--c-warn-border); }
.mr34ikm1 .resgmyf    .s759::before { content: "◉"; color: #60a5fa; }
.zo5u5 .e19byn     .s759::before { content: "★"; color: var(--c-tip-border); }
.zo5u5 .hzm2eh .s759::before { content: "◆"; color: var(--c-warn-border); }
.zo5u5 .resgmyf    .s759::before { content: "●"; color: #60a5fa; }
.r03q .e19byn     .s759::before { content: "▶"; color: var(--c-tip-border); }
.r03q .hzm2eh .s759::before { content: "■"; color: var(--c-warn-border); }
.r03q .resgmyf    .s759::before { content: "▸"; color: #60a5fa; }
.bj2ofd .e19byn     .s759::before { content: "→"; color: var(--c-tip-border); }
.bj2ofd .hzm2eh .s759::before { content: "⬥"; color: var(--c-warn-border); }
.bj2ofd .resgmyf    .s759::before { content: "◈"; color: #60a5fa; }
.hzgg .wbhla1pt .jjc7e5ap,
.hzgg .edtf3ame .jjc7e5ap  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.hzgg .yg8p                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.hzgg .ca34v9p                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.hzgg .z5qigajw            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.hzgg .t4llj8k          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.hzgg .jj6g                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.na9h9z45 .wbhla1pt .jjc7e5ap,
.na9h9z45 .edtf3ame .jjc7e5ap,
.na9h9z45 .yg8p,
.na9h9z45 .ca34v9p,
.na9h9z45 .z5qigajw,
.na9h9z45 .t4llj8k,
.na9h9z45 .jj6g,
.na9h9z45 .fbld .ragskpx { box-shadow: none; }
.czz9   body, .czz9   { font-size: 0.9rem; }
.czz9   .b8s84eqz, .czz9 .pumgiux, .czz9 .kcmfo,
.czz9   .ent78, .czz9 .t82ogt { font-size: 0.9rem; }
.czz9   .tqm1, .czz9 .rmg75 { font-size: 0.9rem; }
.lzxdw   .b8s84eqz, .lzxdw .pumgiux, .lzxdw .kcmfo,
.lzxdw   .ent78, .lzxdw .t82ogt { font-size: 0.95rem; }
.lzxdw   .tqm1, .lzxdw .rmg75 { font-size: 0.95rem; }
.poo9h   .b8s84eqz, .poo9h .pumgiux, .poo9h .kcmfo,
.poo9h   .ent78, .poo9h .t82ogt { font-size: 1.08rem; }
.poo9h   .tqm1, .poo9h .rmg75 { font-size: 1.05rem; }
.poo9h   .wq4k7o { font-size: 0.97rem; }
.fxg7xu .in00      { font-size: 3.2rem; }
.fxg7xu h2.nvf89x03 { font-size: 1.9rem; }
.fxg7xu h3.smdxr     { font-size: 1.4rem; }
.ubpczc .in00      { font-size: 3.8rem; }
.ubpczc h2.nvf89x03 { font-size: 2.2rem; }
.ubpczc h3.smdxr     { font-size: 1.6rem; }
.gdl3wv4w + .gdl3wv4w { position: relative; }
.h8rly2   .gdl3wv4w + .gdl3wv4w::before,
.ly0g0  .gdl3wv4w + .gdl3wv4w::before,
.salia   .gdl3wv4w + .gdl3wv4w::before,
.a0jgic   .gdl3wv4w + .gdl3wv4w::before,
.cmk2u   .gdl3wv4w + .gdl3wv4w::before,
.vd1w .gdl3wv4w + .gdl3wv4w::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.h8rly2 .gdl3wv4w + .gdl3wv4w::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ly0g0 .gdl3wv4w + .gdl3wv4w::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.salia .gdl3wv4w + .gdl3wv4w::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;
}
.a0jgic .gdl3wv4w + .gdl3wv4w::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.og0a63rw .gdl3wv4w { margin-bottom: 16px; }
.og0a63rw .gdl3wv4w + .gdl3wv4w { margin-top: 0; }
.og0a63rw .xfqvlvg { padding-top: 0; padding-bottom: 0; }
.cmk2u .gdl3wv4w + .gdl3wv4w::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.vd1w .gdl3wv4w + .gdl3wv4w::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.jf997ab .gdl3wv4w + .gdl3wv4w::before,
.kkj30n92 .gdl3wv4w + .gdl3wv4w::before,
.esa3 .gdl3wv4w + .gdl3wv4w::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%;
}
.iocs3y .jf997ab .gdl3wv4w:nth-child(even)::before,
.iocs3y .kkj30n92 .gdl3wv4w:nth-child(even)::before,
.iocs3y .esa3 .gdl3wv4w:nth-child(even)::before { background: var(--bg-surface); }
.kobgbac .jf997ab .gdl3wv4w:nth-child(even)::before,
.kobgbac .kkj30n92 .gdl3wv4w:nth-child(even)::before,
.kobgbac .esa3 .gdl3wv4w:nth-child(even)::before { background: var(--bg-card); }
.jf997ab .gdl3wv4w + .gdl3wv4w::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");
}
.kkj30n92 .gdl3wv4w + .gdl3wv4w::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");
}
.esa3 .gdl3wv4w + .gdl3wv4w::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");
}
.ynm7 .nuh55,
.byn7g .nuh55,
.fwwws2 .nuh55 { overflow: hidden; }
.ynm7 .lzmh5s6,
.byn7g .lzmh5s6 { margin-bottom: 60px; }
.fwwws2 .lzmh5s6 { margin-bottom: 70px; }
.ynm7 .nuh55::before,
.byn7g .nuh55::before,
.fwwws2 .nuh55::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%;
}
.ynm7 .nuh55::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");
}
.byn7g .nuh55::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");
}
.fwwws2 .nuh55::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");
}
.ur0u .nuh55:not(.uonh9a) .xpuafs { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.opzanpz .nuh55:not(.uonh9a) .xpuafs { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.duqij  .nuh55:not(.uonh9a) .xpuafs { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.isj5  .nuh55:not(.uonh9a) .xpuafs { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ur0u .uonh9a { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.opzanpz .uonh9a { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.duqij .uonh9a { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.isj5 .uonh9a { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.yl8bx .uonh9a { background: var(--accent); }
.yl8bx .uonh9a .xpuafs { background: none; }
.yl8bx .o8j4v92 { background: var(--accent); }
.yl8bx .czqogbdo { background: var(--accent-bg); }
.yl8bx .nuh55:not(.uonh9a) .xpuafs { background: rgba(0,0,0,0.6); }
.zu85gg .dqf3 { float: left; width: 38%; margin: 0 28px 16px 0; }
.zu85gg .dqf3 .dm1aq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zu85gg .xfqvlvg::after { content: ''; display: block; clear: both; }
.h8okf21f .dqf3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.h8okf21f .dqf3 .dm1aq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.h8okf21f .xfqvlvg::after { content: ''; display: block; clear: both; }
.kq0hqc .gdl3wv4w:nth-child(odd)  .dqf3 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.kq0hqc .gdl3wv4w:nth-child(even) .dqf3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.kq0hqc .dqf3 .dm1aq { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kq0hqc .xfqvlvg::after { content: ''; display: block; clear: both; }
.zu85gg .zrb10e7,
.zu85gg .z43k,
.h8okf21f .zrb10e7,
.h8okf21f .z43k,
.kq0hqc .zrb10e7,
.kq0hqc .z43k { clear: both; }
@media (max-width: 900px) {
  .zu85gg .dqf3,
  .h8okf21f .dqf3,
  .kq0hqc .gdl3wv4w:nth-child(odd)  .dqf3,
  .kq0hqc .gdl3wv4w:nth-child(even) .dqf3 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zu85gg .dqf3 .dm1aq,
  .h8okf21f .dqf3 .dm1aq,
  .kq0hqc .dqf3 .dm1aq {
    max-height: none !important;
  }
}
.zu85gg .tqm1,
.zu85gg .rmg75,
.h8okf21f .tqm1,
.h8okf21f .rmg75,
.kq0hqc .tqm1,
.kq0hqc .rmg75 { overflow: hidden; }
@media (max-width: 640px) {
  .zu85gg .dqf3,
  .h8okf21f .dqf3,
  .kq0hqc .dqf3 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.t5me .yhbum,
.t5me .xfqvlvg,
.t5me .wgr05iz  { max-width: 1100px; }
.ug3zhnoz .yhbum,
.ug3zhnoz .xfqvlvg,
.ug3zhnoz .wgr05iz  { max-width: 1200px; }
.ug3zhnoz { --content-mw: 1200px; }
.p3gt1 .yhbum,
.p3gt1 .xfqvlvg,
.p3gt1 .wgr05iz  { max-width: 1320px; }
.ko9spw7 { font-size: 0.82rem; color: var(--text-muted); }
.bam9 { display: flex; align-items: center; }
.hvc0rm {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.bccd86ws { display: flex; align-items: center; }
.il1cd4 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.il1cd4:hover { text-decoration: underline; }
.qinn7n { margin: 0 3px; opacity: 0.45; }
.qinn7n::before { content: '/'; }
.bimay1s { padding: 2px 5px; color: var(--text-main); }
.vltgq .ko9spw7 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.vltgq .bam9 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.m1jdn3i .ko9spw7 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.m1jdn3i .bam9 { padding: 0 0 0 12px; }
.ggc1gx8 .bam9 { padding: 0 16px; }
.ggc1gx8 .ko9spw7 {
  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);
}
.ggc1gx8 .yhbum { padding-top: 28px; }
@media (max-width: 720px) {
  .wj5yep { margin-top: 18px; padding: 0 16px; }
  .ggc1gx8 .yhbum { padding-top: 16px; }
}
.t5me.vltgq .bam9 { max-width: 1100px; }
.ug3zhnoz.vltgq .bam9 { max-width: 1200px; }
.p3gt1.vltgq .bam9 { max-width: 1320px; }
.ug3zhnoz .wj5yep { max-width: 1200px; }
.h9k66nsg .gdl3wv4w { padding-top: 16px; padding-bottom: 16px; }
.k1wqp .gdl3wv4w { padding-top: 24px; padding-bottom: 24px; }
.am62wm6 .gdl3wv4w { padding-top: 40px; padding-bottom: 40px; }
.vmi54 .gdl3wv4w { padding-top: 52px; padding-bottom: 52px; }
.vnbatx4 .gdl3wv4w:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.vnbatx4 .gdl3wv4w:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.vnbatx4 .gdl3wv4w:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.vnbatx4 .gdl3wv4w:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.d4vc .xfqvlvg { padding-top: 10px;  padding-bottom: 10px; }
.xkul2xsc .xfqvlvg { padding-top: 18px;  padding-bottom: 18px; }
.xy2035 .xfqvlvg { padding-top: 36px;  padding-bottom: 36px; }
.wj7d4zp .xfqvlvg { padding-top: 48px;  padding-bottom: 48px; }
.zmp0ca h2.nvf89x03 { font-weight: 600; }
.zmp0ca h3.smdxr     { font-weight: 600; }
.qy6uem3c { font-weight: 500; }
.qy6uem3c h2.nvf89x03 { font-weight: 800; }
.qy6uem3c h3.smdxr     { font-weight: 700; }
.oq4uiap h2.nvf89x03 { font-weight: 900; }
.oq4uiap h3.smdxr     { font-weight: 800; }
.oq4uiap .ragskpx strong,
.oq4uiap .ragskpx strong { font-weight: 600; }
.r5l8 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.hmy9 .r5l8 { display: none; }
@media (max-width: 640px) {
  .xbnh { display: none; }
  .r5l8 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.r5l8 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.r5l8:hover { opacity: 0.85; }
.erq8db .r5l8 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.bum59ujz .r5l8,
.m9y8tl  .r5l8 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.bum59ujz .r5l8:hover,
.m9y8tl  .r5l8:hover { opacity: 0.88; }
.erq8db.bum59ujz .r5l8,
.erq8db.m9y8tl  .r5l8 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.nwisr {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.nwisr:hover { transform: translateY(-2px); opacity: 0.92; }
.nwisr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lc33o .nwisr { display: none; }
.f3rc7 .nwisr { right: 32px; }
.atbl  .nwisr { left: 32px; }
@media (max-width: 480px) {
  .f3rc7 .nwisr { right: 20px; bottom: 20px; }
  .atbl  .nwisr { left: 20px; bottom: 20px; }
}
.zvkjth { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.wgr05iz { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.e7ajbh7 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.dggyuyo { color: var(--text-dim); font-size: 0.8rem; }
.ljh0gz a, .urzj a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ljh0gz a:hover, .urzj a:hover { color: var(--accent-light); }
.urzj { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.m8cnd .wgr05iz { text-align: center; }
.m8cnd .urzj { justify-content: center; margin-bottom: 16px; }
.m8cnd .e7ajbh7 { margin-top: 0; }
.nk1qka { margin-top: 10px; }
.nk1qka a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .wgr05iz { padding-left: 16px; padding-right: 16px; }
  .xft77 .wgr05iz { padding: 20px 16px; }
  .urzj { gap: 4px 12px; }
  .e7ajbh7 { font-size: 0.78rem; }
}
.w6u8li0 .e7ajbh7 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.w6u8li0 .dggyuyo { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .w6u8li0 .jpivz6 { grid-template-columns: 1fr 1fr; } .w6u8li0 .xukhiej { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w6u8li0 .jpivz6 { grid-template-columns: 1fr; } }
.qv3be5l .e7ajbh7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .qv3be5l .fig1hy { gap: 12px; } .qv3be5l .be94z { margin-right: 0; width: 100%; } }
.tzswei8 .e7ajbh7 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tzswei8 .dggyuyo { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tzswei8 .f7jc { grid-template-columns: 1fr 1fr; } .tzswei8 .lr92heua { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tzswei8 .f7jc { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ixm6 .bu6ag { grid-template-columns: 1fr 1fr; } .ixm6 .z48i:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ixm6 .bu6ag { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .dkepy .bu6ag { grid-template-columns: 1fr; } }
.t6cxj47 .wgr05iz { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.t6cxj47 .urzj { justify-content: center; }
.ebikg .ke6eg      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ebikg .zvkjth { background: var(--bg-page); border-top-color: var(--border-alt); }
.mou36m .ke6eg      { background: #0d1117; border-bottom-color: #21262d; }
.mou36m .ez9k1ud { color: var(--accent-light); }
.mou36m .pxmj0esj { --msep-color: #8b949e; }
.mou36m .pxmj0esj a { color: #8b949e; }
.mou36m .pxmj0esj a:hover { color: var(--accent-light); }
.mou36m .gibxx { color: #8b949e; }
.mou36m .zvkjth { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.mou36m .e7ajbh7,
.mou36m .dggyuyo { color: #6e7681; }
.mou36m .ljh0gz a, .mou36m .urzj a,
.mou36m .ljh0gz a:hover, .mou36m .urzj a:hover,
@media (max-width: 640px) {
  .mou36m .pxmj0esj { background: #0d1117; border-top-color: #21262d; }
  .mou36m .pxmj0esj li a { border-bottom-color: #21262d; }
}
.o5wf2 .ke6eg      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.o5wf2 .ez9k1ud { color: var(--accent-light); }
.o5wf2 .pxmj0esj { --msep-color: #475569; }
.o5wf2 .pxmj0esj a { color: #475569; }
.o5wf2 .pxmj0esj a:hover { color: var(--accent-light); }
.o5wf2 .gibxx { color: #64748b; }
.o5wf2 .zvkjth { background: #f0f4f8; border-top-color: #cbd5e1; }
.o5wf2 .e7ajbh7,
.o5wf2 .dggyuyo { color: #64748b; }
.o5wf2 .ljh0gz a, .o5wf2 .urzj a,
.o5wf2 .ljh0gz a:hover, .o5wf2 .urzj a:hover,
@media (max-width: 640px) {
  .o5wf2 .pxmj0esj { background: #f0f4f8; border-top-color: #cbd5e1; }
  .o5wf2 .pxmj0esj li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.bum59ujz .ke6eg      { background: var(--accent); border-bottom-color: var(--accent-light); }
.bum59ujz .ez9k1ud { color: #fff; }
.bum59ujz .pxmj0esj { --msep-color: rgba(255,255,255,0.82); }
.bum59ujz .pxmj0esj a { color: rgba(255,255,255,0.82); }
.bum59ujz .pxmj0esj a:hover { color: #fff; }
.bum59ujz .gibxx { color: rgba(255,255,255,0.9); }
.bum59ujz .am3kog a { color: var(--text-primary) !important; }
.bum59ujz .am3kog a:hover { color: var(--accent-light) !important; }
.bum59ujz .zvkjth { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.bum59ujz .e7ajbh7,
.bum59ujz .dggyuyo { color: rgba(255,255,255,0.72); }
.bum59ujz .ljh0gz a, .bum59ujz .urzj a,
.bum59ujz .ya6qm a, .bum59ujz .kbojvk a,
.bum59ujz .c9y68bl4 a, .bum59ujz .be94z { color: #fff; }
.bum59ujz .trndoir3, .bum59ujz .cbdw3 { color: rgba(255,255,255,0.7); }
.bum59ujz .ljh0gz a:hover, .bum59ujz .urzj a:hover,
.bum59ujz .ya6qm a:hover, .bum59ujz .kbojvk a:hover { color: #fff; }
@media (max-width: 640px) {
  .bum59ujz .pxmj0esj { background: var(--accent); border-top-color: var(--accent-light); }
  .bum59ujz .pxmj0esj li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.m9y8tl .ke6eg {
  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);
}
.m9y8tl .zvkjth {
  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) {
  .m9y8tl .pxmj0esj {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.vchw4q .zit3uxa { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.t6ge .zit3uxa { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.nwm7e1x .zit3uxa { min-height: 72px; height: auto; }
.bi28 .zit3uxa { min-height: 84px; height: auto; }
.xft77 .zit3uxa { max-width: none; padding: 0 32px; }
.xft77 .wgr05iz  { max-width: none; padding: 24px 32px; }
.uyyv.ug3zhnoz .zit3uxa { max-width: 1200px; }
.uyyv.p3gt1 .zit3uxa { max-width: 1320px; }
.zpva   .ez9k1ud, .zpva   .be94z { text-transform: capitalize; }
.ypg2 .ez9k1ud, .ypg2 .be94z { text-transform: lowercase; }
.dhgcnfi .ez9k1ud, .dhgcnfi .be94z { text-transform: uppercase; letter-spacing: 0.06em; }
.tmp31, .g2vyt3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.n4fgq .tmp31,
.gnb2 .tmp31,
.o7kb4 .tmp31,
.cf20acv .tmp31,
.nop9z   .pxmj0esj a { font-weight: 500; }
.iwwc4l .pxmj0esj a { font-weight: 600; }
.spdu     .pxmj0esj a { font-weight: 700; }
.lfb3    .pxmj0esj a { font-weight: 800; letter-spacing: 0.01em; }
.e9pe     .pxmj0esj > li + li::before,
.yygh    .pxmj0esj > li + li::before,
.dng71c4f    .pxmj0esj > li + li::before,
.hpvza .pxmj0esj > li + li::before,
.zdmv .pxmj0esj > li + li::before,
.suoxw534  .pxmj0esj > li + li::before,
.rwr8waj    .pxmj0esj > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.e9pe     .pxmj0esj > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.yygh    .pxmj0esj > li + li::before { content: "|"; }
.dng71c4f    .pxmj0esj > li + li::before { content: "—"; }
.hpvza .pxmj0esj > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.zdmv .pxmj0esj > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.suoxw534  .pxmj0esj > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.rwr8waj    .pxmj0esj > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ml3m .gibxx,
  .l2arc .gibxx,
  .wfw7fa4 .gibxx,
  .ahyc3xb .gibxx,
  .wl9x6fs0 .gibxx {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ml3m .gibxx::before,
  .l2arc .gibxx::before,
  .wfw7fa4 .gibxx::before,
  .ahyc3xb .gibxx::before,
  .wl9x6fs0 .gibxx::before { content: ""; display: block; flex-shrink: 0; }

  
  .ml3m .gibxx::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;
  }

  
  .l2arc .gibxx::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;
  }

  
  .wfw7fa4 .gibxx::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;
  }

  
  .ahyc3xb .gibxx::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;
  }

  
  .wl9x6fs0 .gibxx::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) {
  .vzepu37i .gibxx {
    padding: 5px 14px;
  }
  .vzepu37i .pxmj0esj {
    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;
  }
  .vzepu37i .pxmj0esj li a {
    border-bottom: none; padding: 10px 22px;
  }
  .vzepu37i .pxmj0esj li a:hover { background: var(--bg-raised); }
  .vzepu37i .uk9dmz,
  .bp9pw .uk9dmz,
  .z7yi .uk9dmz { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .swo44a2 .gibxx {
    padding: 5px 10px;
  }
  .swo44a2 .pxmj0esj {
    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);
  }
  .swo44a2 .pxmj0esj.qbzrytr { transform: translateX(0); }
  .swo44a2 .pxmj0esj li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .swo44a2 .pxmj0esj li:last-child a { border-bottom: none; }
  .bum59ujz .pxmj0esj,
  .mou36m .pxmj0esj { background: var(--accent) !important; }
  .bum59ujz .pxmj0esj li a,
  .mou36m .pxmj0esj li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .z7yi .gibxx {
    padding: 5px 10px;
  }
  .z7yi .pxmj0esj {
    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);
  }
  .z7yi .pxmj0esj::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .z7yi .pxmj0esj.qbzrytr { transform: translateY(0); }
  .z7yi .pxmj0esj li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ifu8ri .gibxx {
    padding: 5px 10px;
  }
  .ifu8ri .pxmj0esj {
    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;
  }
  .ifu8ri .pxmj0esj.qbzrytr { opacity: 1; pointer-events: auto; }
  .ifu8ri .pxmj0esj li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .w4fzo5d1     .gibxx { border-radius: 0 !important; }
  .kp7vou   .gibxx { border-radius: 8px !important; }
  .hv2sgk .gibxx { border-radius: 50% !important; }
  .mhio   .gibxx { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .qhbz6fax .t8qtfk { flex-direction: column; align-items: stretch; }
  .qhbz6fax .hau54u { flex-direction: row; min-width: auto; }
  .qhbz6fax .hfn1ual { align-items: flex-start; text-align: left; }
}
.gdmwea,
.gdmwea.gdl3wv4w,
.iocs3y .gdmwea,
.dwkvpp .gdmwea,
.kobgbac .gdmwea,
.q0svpy .gdmwea {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.wczky {
  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;
}
.ks8frdi { flex: 1 1 280px; min-width: 0; }
.u8rx {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.lknjb {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.h6fa5 {
  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;
}
.h6fa5:hover { transform: translateY(-1px); opacity: 0.95; }
.o11yn .wczky {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.o11yn .u8rx { color: var(--cta); }
.o11yn .lknjb { color: var(--text-body); }
.o11yn .h6fa5 {
  background: var(--cta) !important;
  color: #fff !important;
}
.n93sno64 .wczky {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.n93sno64 .u8rx { color: var(--text-primary); }
.n93sno64 .lknjb { color: var(--text-body); }
.n93sno64 .h6fa5 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .wczky {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ks8frdi { flex: 0 0 auto; }
  .u8rx { font-size: 1.2rem; }
  .h6fa5 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.sqfy .wpo3q { height: 36px; }
.mylq .wpo3q { height: 60px; max-width: 200px; }
.tbmhp99 .wpo3q { height: 56px; max-width: 180px; }
.vfq67    .ili9pnnw, .vfq67    .gkd94jpx { color: #f59e0b; }
.kr07mr      .ili9pnnw { font-size: 1rem; letter-spacing: 1.5px; }
.kr07mr      .gkd94jpx   { font-size: 1.35rem; }
.csdo82g    .ili9pnnw, .csdo82g    .gkd94jpx { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.k6299hq     .ili9pnnw, .k6299hq     .gkd94jpx { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.h8xuf9h .ili9pnnw, .h8xuf9h .gkd94jpx { color: var(--cta); letter-spacing: 2px; }
.xxu8   .ili9pnnw, .xxu8   .gkd94jpx { color: #e91e63; letter-spacing: 2px; }
.cax2g15  .ili9pnnw, .cax2g15  .gkd94jpx { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.gfev3is     .ili9pnnw, .gfev3is     .gkd94jpx { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.o7ex8 .s6rbk51 + .s6rbk51 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.fbv7d .ca34v9p { padding: 18px 24px; min-height: 68px; }
.syvmb61q .xen3 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.syvmb61q .yasad4 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.q9t7 .s6rbk51 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.z43k { counter-reset: cs-rank; }
.z43k .ca34v9p { counter-increment: cs-rank; }
.z43k .ca34v9p::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;
}
.n7e1xd9 .z43k { counter-reset: cs-rank; gap: 0; }
.n7e1xd9 .ca34v9p {
  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;
}
.n7e1xd9 .ca34v9p::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;
}
.n7e1xd9 .uskk {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.n7e1xd9 .jm5e {
  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;
}
.n7e1xd9 .wpsak { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.n7e1xd9 .uskk { min-width: 0; flex-direction: column; width: 100%; }
.n7e1xd9 .vqrkfyg {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.n7e1xd9 .ili9pnnw { color: var(--cta, var(--accent)); }
.n7e1xd9 .cfazr13 { font-weight: 700; }
.n7e1xd9 .s6rbk51 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.n7e1xd9 .xen3 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.n7e1xd9 .yasad4 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.n7e1xd9 .qsdwiz .yasad4 { font-size: 1.3rem; color: var(--accent-light); }
.n7e1xd9 .ct0u {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.n7e1xd9 .ca34v9p:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .n7e1xd9 .z43k {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .n7e1xd9 .ca34v9p {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .n7e1xd9 .ca34v9p { padding: 40px 16px 20px; }
  .n7e1xd9 .s6rbk51 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .n7e1xd9 .ct0u { width: 100%; min-width: 0; }
}
.i6tqe4 .z43k { counter-reset: cs-rank; gap: 10px; }
.i6tqe4 .ca34v9p {
  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);
}
.i6tqe4 .ca34v9p::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);
}
.i6tqe4 .uskk {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.i6tqe4 .jm5e {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.i6tqe4 .wpsak { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.i6tqe4 .vqrkfyg {
  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;
}
.i6tqe4 .ili9pnnw { color: var(--cta, var(--accent)); }
.i6tqe4 .s6rbk51 {
  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;
}
.i6tqe4 .xen3 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.i6tqe4 .yasad4 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.i6tqe4 .qsdwiz .yasad4 { color: var(--accent-light); }
.i6tqe4 .ct0u {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.i6tqe4 .ca34v9p:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .i6tqe4 .ca34v9p {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .i6tqe4 .ca34v9p::before {
    position: absolute; top: 14px; left: 14px;
  }
  .i6tqe4 .uskk {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .i6tqe4 .vqrkfyg { white-space: normal; text-align: center; font-size: 1.2rem; }
  .i6tqe4 .s6rbk51 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .i6tqe4 .ct0u { width: 100%; min-width: 0; }
  .i6tqe4 .ili9pnnw { min-width: 0; }
}
.gcl1kg78 .ca34v9p::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.iiy7ow .kxp6 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.iiy7ow .kxp6 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.iiy7ow .kxp6 p { padding: 0 2px 16px; }
.awf9o .kxp6 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.awf9o .kxp6 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.awf9o .kxp6 summary::after { content: "›"; font-size: 1.2em; }
.awf9o .kxp6[open] summary::after { content: "‹"; }
.awf9o .kxp6 p { padding: 10px 22px 4px; }
.eg39qh7 .kxp6 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.eg39qh7 .kxp6 summary { color: var(--text-primary); padding-left: 16px; }
.eg39qh7 .kxp6 summary::after { content: "›"; font-size: 1.1em; }
.eg39qh7 .kxp6[open] summary::after { content: "‹"; }
.eg39qh7 .kxp6 p { padding-left: 16px; }
.is2okboj .h5xbu { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.is2okboj .kxp6 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.is2okboj .kxp6:last-child { border-bottom: none; }
.is2okboj .kxp6 summary { color: var(--text-primary); border-radius: 0; }
.is2okboj .kxp6 summary::after { content: "›"; font-size: 1.1em; }
.is2okboj .kxp6[open] summary::after { content: "‹"; }
.uzfg0p .kxp6 { overflow: hidden; }
.uzfg0p .kxp6 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.uzfg0p .kxp6 summary::after { color: rgba(255,255,255,.75); }
.uzfg0p .kxp6[open] summary { border-radius: 0; }
.uxcr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.arag6i7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ekgt46 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.m4s8 { color: var(--text-muted); font-size: 1.05rem; }
.m8e21z {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.u5638 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.v5ei0 { margin-bottom: 20px; }
.fjzu {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.dd4dqtak {
  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;
}
.dd4dqtak:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.h6c0ush { resize: vertical; min-height: 130px; }
.lgnziun5 { width: 100%; margin-top: 8px; }
.o9isfkrk {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.z239 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.t79a7q3 { color: var(--text-muted); line-height: 1.75; }
.qe7rcg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.qe7rcg li { margin-bottom: 6px; }
.p47xg { max-width: 760px; margin: 0 auto; }
.eu9x0g { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.zglzqm { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.zglzqm:last-child { border-bottom: none; }
.zglzqm h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.zglzqm p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.rqrz7pd { max-width: 760px; margin: 0 auto; }
.dk7vlv ul.qe7rcg { margin: 0; }
@media (max-width: 640px) { .yo1xwn0 { grid-template-columns: 1fr; gap: 10px; } }
.yij9hhx { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.tuak { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.h7bf { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.tuak p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.tuak .qe7rcg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yij9hhx { grid-template-columns: 1fr; } }
.au4ui2t ul.qe7rcg { margin: 0; }
.m3phhsj .qe7rcg,
.ytut .qe7rcg,
.ckwzmsv .qe7rcg,
.qpwft .qe7rcg {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .r89lujj3 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .val7dz { grid-template-columns: 1fr; } .l8l4whzp { position: static; text-align: center; } }
@media (max-width: 860px) { .dbpe { grid-template-columns: 1fr; } }
.qpwft .qe7rcg { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .u3e9dd9 { flex-direction: column; text-align: center; } .gbiz9k { grid-template-columns: 1fr; } }
.a6jmy {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.a6jmy .ekgt46 { color: var(--accent-light); }
.vqvgi .ekgt46 { font-size: 2rem; }
.vqvgi .m4s8 { max-width: 680px; }
.d4k5y23 .ekgt46 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.d4k5y23 .m4s8  { margin: 0; }
@media (max-width: 640px) { .d4k5y23 { flex-direction: column; } }
.pemq1g .ekgt46 { color: var(--accent-light); }
.ftf8n3 .ekgt46 { color: #fff; }
.ftf8n3 .m4s8  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .uxjzf2gt { grid-template-columns: 1fr; } }
.dd7nbhai { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.dd7nbhai .dd4dqtak {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.dd7nbhai .dd4dqtak:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ckoz .dd4dqtak { background: var(--bg-raised); border-color: transparent; }
.ckoz .dd4dqtak:focus { background: var(--bg-card); border-color: var(--accent-light); }
.urc0v .dd4dqtak { border-radius: 100px; padding: 11px 20px; }
.urc0v .h6c0ush { border-radius: 14px; }
.rqe260 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.rqe260 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.rqe260 summary::-webkit-details-marker { display: none; }
.rqe260 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.rqe260[open] summary::after { content: "−"; }
.hna0pj {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .y80ft { grid-template-columns: 1fr; } }
.w3v34jg{display:none}
.w3v34jg:empty,.p6tmm:empty{display:none}
.wbl389lp{position:relative;overflow:visible}
.jymc8ck2 .a0qsq,.fqi3v .a0qsq,
.vjf56bj .a0qsq,.vjj2 .a0qsq,
.h2be .a0qsq,.u74y5v .a0qsq{display:block}
.ms0c .du03pe13{display:block}
.jymc8ck2 .a0qsq,.fqi3v .a0qsq,
.vjf56bj .a0qsq,.vjj2 .a0qsq,
.h2be .a0qsq{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}
.jymc8ck2 .a0qsq .p6tmm,.fqi3v .a0qsq .p6tmm,
.vjf56bj .a0qsq .p6tmm,.vjj2 .a0qsq .p6tmm,
.h2be .a0qsq .p6tmm{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}
.jymc8ck2 .jxeo,.fqi3v .jxeo,
.vjf56bj .jxeo,.vjj2 .jxeo,
.h2be .jxeo{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.jymc8ck2 .a0qsq,.fqi3v .a0qsq{top:12px}
.jymc8ck2 .a0qsq .p6tmm{margin-right:auto}
.fqi3v .a0qsq .p6tmm{margin-left:auto}
.fqi3v .a0qsq{text-align:right}
.vjf56bj .a0qsq,.vjj2 .a0qsq{bottom:12px}
.vjf56bj .a0qsq .p6tmm{margin-right:auto}
.vjj2 .a0qsq .p6tmm{margin-left:auto}
.vjj2 .a0qsq{text-align:right}
.h2be .a0qsq{position:relative;margin-top:16px}
.h2be .a0qsq .p6tmm{margin:0 auto}
.u74y5v .a0qsq{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.u74y5v .a0qsq .p6tmm{margin:0}
.u74y5v .czqogbdo~.a0qsq,
.u74y5v .w365vdfx~.a0qsq{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.u74y5v .czqogbdo~.a0qsq .p6tmm,
.u74y5v .w365vdfx~.a0qsq .p6tmm{justify-content:flex-start}
.czqogbdo~.a0qsq,.w365vdfx~.a0qsq{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}
.czqogbdo~.a0qsq .p6tmm{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.w365vdfx~.a0qsq .p6tmm{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.du03pe13 .p6tmm{margin:0 0 12px}
.p6tmm{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.jxeo{white-space:nowrap}
.jbdns .jxeo{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.smjk3fmr .jxeo{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}
.smjk3fmr .ha4bb::before{content:""}
.yyggno .p6tmm{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.cf2ux .jxeo{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.uunier .jxeo{color: var(--accent-light);opacity:1;font-weight:500}
.tv57 .jxeo{border-bottom:1px solid currentColor;padding-bottom:2px}
.mndxgu3 .p6tmm{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.iiqkg{--date-bg:transparent}
.tfwbj .ha4bb::before{content:""}
.nr9u .jxeo + .jxeo::before{content:"•";margin-right:6px;opacity:.4}
.i8v9sb7c .jxeo + .jxeo::before{content:"/";margin-right:6px;opacity:.35}
.uzqnopl .jxeo + .jxeo::before{content:"|";margin-right:6px;opacity:.3}
.mujlikk .jxeo + .jxeo::before{content:"—";margin-right:6px;opacity:.3}
.s4r700e .jxeo + .jxeo::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.i1zn1 .jxeo + .jxeo::before{content:"·";margin-right:6px;opacity:.4}
.p1dsqu2j .jxeo + .jxeo::before{content:"›";margin-right:6px;opacity:.4}
.ss1cierk .jxeo + .jxeo::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.y77e9iqr .hum4{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .hum4{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .zmblgaq{max-width:100%}
}
.kips01l .t4llj8k{margin:0}
@media (max-width:560px){
  .mwtc2kt{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .vy5j2 { padding: 28px 18px 20px; }
  .b3721xx { font-size: 1.2rem; }
  .l4b3cjk1 { max-width: 220px; max-height: 80px; }
}
.toa08ns {
  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);
}
.sbue {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.wimiv  .toa08ns { border-radius: 50%; }
.b5byku  .toa08ns { border-radius: 6px; }
.z6n66ul .toa08ns { border-radius: 22px; }
.eo0uraxq .wczky {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .toa08ns { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.xqblbp {
  margin: 28px 0 24px;
}
.xqblbp .gdl3wv4w {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xqblbp .xfqvlvg {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xqblbp .wczky {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .zit3uxa { flex-direction: row-reverse; }
[dir="rtl"] .pxmj0esj { flex-direction: row-reverse; }
[dir="rtl"] .f3rc7 .nwisr { right: auto; left: 32px; }
[dir="rtl"] .atbl  .nwisr { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .f3rc7 .nwisr { right: auto; left: 20px; }
  [dir="rtl"] .atbl  .nwisr { left: auto;  right: 20px; }
}
[dir="rtl"] .zu85gg .dqf3  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .h8okf21f .dqf3 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .tqm1, [dir="rtl"] .rmg75 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nqok9s { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .hz5xz { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ragskpx { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .wczky { direction: rtl; }
[dir="rtl"] .toa08ns { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ca34v9p,
[dir="rtl"] .ko9spw7 { direction: rtl; }
[dir="rtl"] .jj6g { direction: rtl; }
[dir="rtl"] .o1lm { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .a3d1eaj .rmg75,
[dir="rtl"] .fi5r .rmg75,
[dir="rtl"] .fdo130qx .rmg75,
[dir="rtl"] .h6guqc6i .rmg75 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .a3d1eaj .rmg75 li::before,
[dir="rtl"] .fi5r .rmg75 li::before,
[dir="rtl"] .fdo130qx .rmg75 li::before,
[dir="rtl"] .h6guqc6i .rmg75 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .nuh55.spkfwyj .lzmh5s6,
[dir="rtl"] .epbonxr4.spkfwyj .lzmh5s6,
[dir="rtl"] .uonh9a.spkfwyj .lzmh5s6,
[dir="rtl"] .gxfmby.spkfwyj .lzmh5s6,
[dir="rtl"] .rupy63.spkfwyj .lzmh5s6 { text-align: right; }
[dir="rtl"] .czqogbdo.f3f8j5z .i8ir { text-align: center; }
[dir="rtl"] .xfqvlvg,
[dir="rtl"] .ent78,
[dir="rtl"] .t82ogt,
[dir="rtl"] .pgugy,
[dir="rtl"] .lzmh5s6 { text-align: right; }
[dir="rtl"] .u5638,
[dir="rtl"] .fjzu,
[dir="rtl"] .dd4dqtak,
[dir="rtl"] .h6c0ush { text-align: right; direction: rtl; }
[dir="rtl"] .urc0v .dd4dqtak,
[dir="rtl"] .dd7nbhai .dd4dqtak { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #f97316;
  --brand:           #f97316;
  --brand-light:     #f58e46;
  --brand-pale:      #f2b68c;
  --grad-start:      #a44604;
  --grad-end:        #ef6506;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ef4444;
  --cta-light:       #f18d8d;
  --cta-hover:       #f26969;
  --bg-page:         #170a02;
  --bg-surface:      #241103;
  --bg-card:         #321705;
  --bg-card-inner:   #401e06;
  --bg-raised:       #4e2508;
  --bg-hover:        #5c2b09;
  --border:          #6e340b;
  --border-alt:      #8a410e;
  --border-section:  #6e340b;
  --text-primary:    #e8e5e2;
  --text-muted:      #aea49c;
  --text-body:       #d1cbc6;
  --text-sub:        #aea49c;
  --text-faint:      #7e7067;
  --text-dim:        #625750;
  --text-label:      #978a80;
  --text-value:      #c5beb8;
  --accent-bg:       #321b0a;
  --accent-bg-light: #4e280d;
  --bg-tip:          #162617;
  --bg-warning:      #272115;
  --bg-info:         #191626;
  --bg-pros:         #162617;
  --bg-cons:         #261716;
  --c-pros:          #7af481;
  --c-cons:          #e68e89;
  --c-pros-label:    #4bf054;
  --c-tip-border:    #2aed35;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af481;
}
:root { --logo-bg-opacity: 33%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.ptpkjzgh .zn0q5mlq li::before, .ptpkjzgh .muvi li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.ptpkjzgh .zn0q5mlq li::before { content: ""; }.ptpkjzgh .muvi li::before { content: ""; }.ptpkjzgh .wznd::before, .ptpkjzgh .sposgei::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ptpkjzgh .wznd::before { content: ""; }.ptpkjzgh .sposgei::before { content: ""; }
.q9is8bu .bz6zfl7, .q9is8bu .czqogbdo { min-height: 420px; }
.jfo6u .r5l8::after,.jfo6u .nwisr::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.qinn7n::before { content: '·'; font-size: 1.3em; line-height: 1; }