:root {
  --color-accent: #c59223;
  --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;
}
.hb2kl {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.f42cgyx4 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vieh {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.un3ekc53 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.pahsm { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.pahsm a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.pahsm a:hover { color: var(--accent-light); }
.nep4q   .qxs185 { border-radius: 0; }
.mo9tzb  .qxs185 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .qxs185 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .r13u9ei:hover .qxs185,
  .r13u9ei:focus-within .qxs185 { display: block; }
  .qxs185 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.m0ac {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hwvl { display: none; }
@media (max-width: 640px) {
  .hwvl {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hwvl.htdomt { display: block; }
}
@media (max-width: 640px) {
  .m0ac { display: block; }
  .pahsm > li + li::before { display: none !important; }
  .pahsm {
    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;
  }
  .pahsm.htdomt { display: flex; }
  .pahsm li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .pahsm li:last-child a { border-bottom: none; }
}
.ki6311 { min-height: 480px; }
.jj66n {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ufcj9qsj { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pbce .ufcj9qsj { margin-left: 0; margin-right: 0; }
.v8h0x4t {
  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;
}
.s0rj6w .v8h0x4t { margin-top: 24px; }
.v8h0x4t:hover { opacity: 0.88; }
.x17hu2f {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.mp50typ {
  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%);
}
.x17hu2f .jyi7d {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.x17hu2f .jj66n { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.x17hu2f .ufcj9qsj { color: #e2e8f0; }
.x17hu2f.gw53ar8u .jyi7d { text-align: center; }
.x17hu2f.pbce   .jyi7d { text-align: left; }
.cbq4ui .jyi7d {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.cbq4ui .jj66n { color: var(--text-primary); text-shadow: none; }
.cbq4ui .ufcj9qsj { color: var(--text-muted); }
.cbq4ui .v8h0x4t { margin-top: 16px; }
.cbq4ui, .cbq4ui.ki6311 { min-height: auto !important; }
.cbq4ui.gw53ar8u .jyi7d { text-align: center; }
.cbq4ui.pbce   .jyi7d { text-align: left; }
.cbq4ui~.iaw1{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}
.cbq4ui~.iaw1 .mgp2p{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.ny74srx .symy69h,
.ny74srx .ypz69gnw {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.nvek4w4w .x17hu2f .mp50typ {
  overflow: hidden;
}
.nvek4w4w .x17hu2f .mp50typ::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.saesz08f .x17hu2f .mp50typ {
  overflow: hidden;
}
.saesz08f .x17hu2f .mp50typ::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;
}
.l41aixl .x17hu2f .mp50typ {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.vf45h .x17hu2f .mp50typ {
  overflow: hidden;
}
.vf45h .x17hu2f .mp50typ::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;
}
.ny74srx .x17hu2f .mp50typ {
  animation: hg-breathe 10s ease-in-out infinite;
}
.symy69h .mp50typ {
  background: none;
}
.symy69h .jj66n { color: #fff; }
.symy69h .ufcj9qsj { color: rgba(255,255,255,0.85); }
.symy69h .v8h0x4t { background: #fff; color: var(--cta); }
.symy69h .v8h0x4t:hover { opacity: 0.92; }
.ny74srx .cd8am3p9 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.cd8am3p9 .jj66n { text-shadow: none; color: var(--text-primary); }
.cd8am3p9 .ufcj9qsj { color: var(--text-muted); }
body.ojth .jj66n {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.t8oibx .jj66n {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ki6311.symy69h .jj66n,
section.symy69h .jj66n {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.cd8am3p9.pbce   .ts6k { align-items: flex-start; text-align: left; }
.ki6311 .u97ael {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.u97ael .dqini.fz9kd {
  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;
}
.u97ael .dqini.fz9kd:hover { opacity: 0.85; }
.kl1e .jyi7d { padding-bottom: 24px; }
.s0rj6w .jyi7d { max-width: 1100px; }
@media (max-width: 700px) {
  .cd8am3p9 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .cd8am3p9:not(.k5oy) .uookk1y { display: none !important; }
  .k5oy .uookk1y { padding: 16px; }
  .ts6k  { padding: 36px 24px; }
  .cd8am3p9~.iaw1,.jsyvpp7r~.iaw1{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ki6311, .cd8am3p9 { min-height: 320px !important; }
  .jj66n { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .jvfxz3pl,
  .wt0ye1oj,
  .ekipb { grid-template-columns: 1fr !important; }

  

  
  .kl1e { display: flex !important; flex-direction: column !important; }
  .kl1e .jyi7d { display: contents; }
  .kl1e .mp50typ { order: 0; }
  .kl1e .jj66n { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .kl1e .jvfxz3pl { order: 2; padding: 0 16px 12px !important; }
  .kl1e .ufcj9qsj { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .s0rj6w .jyi7d { display: flex; flex-direction: column; }
  .s0rj6w .jyi7d .jj66n { order: 1; }
  .s0rj6w .jyi7d .ekipb { order: 2; margin: 8px 0 24px !important; }
  .s0rj6w .jyi7d .ufcj9qsj { order: 3; }
  .s0rj6w .jyi7d .v8h0x4t { order: 4; align-self: center; margin-top: 0; }

  
  .cd8am3p9.k5oy {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .cd8am3p9.k5oy .ts6k { display: contents; padding: 0; }
  .cd8am3p9.k5oy .ts6k .jj66n { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .cd8am3p9.k5oy .uookk1y { order: 2; padding: 12px 16px; }
  .cd8am3p9.k5oy .ts6k .ufcj9qsj { order: 3; padding: 0 24px; margin: 0 auto; }
  .cd8am3p9.k5oy .ts6k .v8h0x4t { order: 4; align-self: center; margin: 8px 0 32px; }
}
.u1pyv { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.i8konc { width: 100%; height: auto; display: block; border-radius: 10px; }
.bfmh4b .u1pyv        { border-radius: 16px; }
.bfmh4b .i8konc  { border-radius: 16px; }
.mn0dj2r .u1pyv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.mn0dj2r .i8konc   { border-radius: 8px; }
.c2lk { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.rgna { width: 100%; padding: 32px 0; position: relative; }
.zktw { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ml95 .rgna:nth-child(even) { background: var(--bg-surface); }
.ml95 .rgna:nth-child(odd)  { background: var(--bg-page); }
.toehfb .rgna:nth-child(even) { background: var(--bg-card); }
.toehfb .rgna:nth-child(odd)  { background: var(--bg-page); }
.ml95 .rgna:nth-child(odd)  .zktw { background: var(--bg-card); border-radius: 6px; }
.ml95 .rgna:nth-child(even) .zktw { background: var(--bg-raised); border-radius: 6px; }
.toehfb .rgna:nth-child(odd)  .zktw { background: var(--bg-card); border-radius: 6px; }
.toehfb .rgna:nth-child(even) .zktw { background: var(--bg-raised); border-radius: 6px; }
.ml95 .rgna:nth-child(even) .w2ywtsn0 .cpxqhie2,
.toehfb .rgna:nth-child(even) .w2ywtsn0 .cpxqhie2 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ml95 .rgna:nth-child(odd) .w2ywtsn0 .cpxqhie2,
.toehfb .rgna:nth-child(odd) .w2ywtsn0 .cpxqhie2 { background: var(--bg-card-inner); }
.ml95 .rgna:nth-child(even) .vv643x .cpxqhie2:nth-child(odd),
.toehfb .rgna:nth-child(even) .vv643x .cpxqhie2:nth-child(odd)  { background: var(--bg-card); }
.ml95 .rgna:nth-child(even) .vv643x .cpxqhie2:nth-child(even),
.toehfb .rgna:nth-child(even) .vv643x .cpxqhie2:nth-child(even) { background: var(--bg-card-inner); }
h1.i4zkyec5 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.i4zkyec5 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.a3sf7r { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.oeanthe5 h2.i4zkyec5 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.emh2b h2.i4zkyec5 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.r5zboc h2.i4zkyec5 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.xniq h2.i4zkyec5::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ztnh h2.i4zkyec5 {
  color: var(--text-primary); font-size: 1.7rem;
}
.m0u8f h2.i4zkyec5::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.txzsh6ns h2.i4zkyec5 {
  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;
}
.afq0ke { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .afq0ke { display: none; } }
.asc0ci2l { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.pm49u { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.eio82u {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.aw0jxb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.kc66o5 { padding-left: 20px; }
.kc66o5 li { margin-bottom: 6px; }
.kc66o5 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.kc66o5 a:hover { color: var(--accent-light); }
.zit1vlh .aw0jxb { display: none; }
.vkhvf .aw0jxb { display: none; }
.vkhvf .kc66o5 { padding-left: 0; list-style: none; }
.vkhvf .kc66o5 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.vkhvf .kc66o5 a { font-size: 0.92rem; }
.iko2 .eio82u { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.iko2 .aw0jxb { display: none; }
.iko2 .kc66o5 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.iko2 .kc66o5 li { margin-bottom: 0; }
.iko2 .kc66o5 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;
}
.iko2 .kc66o5 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.mo65ofhj .eio82u { padding: 20px 20px 16px; }
.mo65ofhj .kc66o5 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.mo65ofhj .kc66o5 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.mo65ofhj .kc66o5 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;
}
.mo65ofhj .kc66o5 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;
}
.mo65ofhj .kc66o5 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.mo65ofhj .kc66o5 a:focus,
.mo65ofhj .kc66o5 a:focus-visible,
.mo65ofhj .kc66o5 a:target { outline: none; }
.mo65ofhj .kc66o5 li:target a { border-color: var(--border); color: var(--text-muted); }
.hkiur .eio82u { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.hkiur .aw0jxb { display: none; }
.hkiur .kc66o5 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.hkiur .kc66o5 li { margin-bottom: 0; }
.hkiur .kc66o5 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.hkiur .kc66o5 li:last-child::after { content: ""; margin-right: 0; }
.hkiur .kc66o5 a { font-size: 0.9rem; }
.cpxqhie2 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.w2ywtsn0 .cpxqhie2 { background: var(--bg-card); }
.vv643x .cpxqhie2:nth-child(odd)  { background: var(--bg-card); }
.vv643x .cpxqhie2:nth-child(even) { background: var(--bg-raised); }
.adyzw .cpxqhie2 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.adyzw .cpxqhie2:last-child { border-bottom: none; }
.adyzw h3.a3sf7r { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.oup7ag .cpxqhie2 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.oup7ag .cpxqhie2 + .cpxqhie2 { margin-top: 4px; }
.y3pn8oi .cpxqhie2 { background: none; border-radius: 0; padding: 12px 0; }
.y3pn8oi .cpxqhie2 + .cpxqhie2 { border-top: 1px solid var(--border-section); }
.b5fqw { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.j7pp4 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.eizw { color: var(--text-body); margin-bottom: 10px; }
.q6th, .ns2jz2r2 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.q6th li, .ns2jz2r2 li { margin-bottom: 6px; }
.ns2jz2r2 li { list-style: decimal; }
.kticeod     .q6th { list-style-type: "● "; }
.znww  .q6th { list-style-type: "■ "; }
.elyiq6p .q6th { list-style-type: "◆ "; }
.zmgy    .q6th { list-style-type: "★ "; }
.kticeod     .extdwg86 { list-style-type: "● "; }
.znww  .extdwg86 { list-style-type: "■ "; }
.elyiq6p .extdwg86 { list-style-type: "◆ "; }
.zmgy    .extdwg86 { list-style-type: "★ "; }
.kticeod    .q6th li::marker, .kticeod    .extdwg86 li::marker,
.znww .q6th li::marker, .znww .extdwg86 li::marker,
.elyiq6p .q6th li::marker, .elyiq6p .extdwg86 li::marker,
.zmgy   .q6th li::marker, .zmgy   .extdwg86 li::marker {
  color: var(--cta); font-size: 1em;
}
.kticeod .ns2jz2r2,
.znww .ns2jz2r2,
.elyiq6p .ns2jz2r2,
.zmgy .ns2jz2r2 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.kticeod .ns2jz2r2 li,
.znww .ns2jz2r2 li,
.elyiq6p .ns2jz2r2 li,
.zmgy .ns2jz2r2 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.kticeod .ns2jz2r2 li::before,
.znww .ns2jz2r2 li::before,
.elyiq6p .ns2jz2r2 li::before,
.zmgy .ns2jz2r2 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;
}
.kticeod     .ns2jz2r2 li::before { border-radius: 50%; }
.znww  .ns2jz2r2 li::before { border-radius: 3px; }
.elyiq6p .ns2jz2r2 li::before { border-radius: 3px; }
.zmgy    .ns2jz2r2 li::before { border-radius: 50%; }
.hly561u { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.j0q6 .hly561u,
.i0pei9x .hly561u { background: transparent; border: none; border-radius: 0; }
.wurklt8o { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.wurklt8o th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.wurklt8o td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.wurklt8o tr:hover td { background: var(--bg-hover); }
.kohgq .wurklt8o tbody tr:nth-child(even) td { background: var(--bg-surface); }
.o1azo6 .wurklt8o { border: 1px solid var(--border-alt); }
.o1azo6 .wurklt8o th,
.o1azo6 .wurklt8o td { border: 1px solid var(--border-alt); }
.wns1sqf .wurklt8o th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.wns1sqf .wurklt8o td { border-bottom: none; }
.wns1sqf .wurklt8o tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.p7lzqes9 .wurklt8o th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.akzfrr75 .hly561u {
  overflow: hidden;
}
.akzfrr75 .wurklt8o th { border-bottom: 1px solid var(--border-alt); }
.akzfrr75 .wurklt8o tr:last-child td { border-bottom: none; }
.smxkmzct { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ke3inzp7 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.alylzz6d { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.o56y { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.voqq { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.extdwg86 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.extdwg86 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%}
.ut3r7y8 .o56y { background: transparent; text-align: center; }
.vj5wq .alylzz6d {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.hfad9n .alylzz6d {
  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);
}
.eianpyt .ke3inzp7 { display: grid; grid-template-columns: auto 1fr; }
.eianpyt .alylzz6d {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.eianpyt .o56y { grid-column: 2; }
.eianpyt .voqq,
.eianpyt .extdwg86 { grid-column: 1 / -1; }
.zn7at .ke3inzp7 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zn7at .alylzz6d {
  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);
}
.zn7at .o56y { grid-column: 2; }
.zn7at .voqq,
.zn7at .extdwg86 { grid-column: 1 / -1; }
.a9vek .ke3inzp7 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.a9vek .o56y { background: none; color: var(--accent-light); font-weight: 700; }
.wszm7i .ke3inzp7 { 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); }
.wszm7i .o56y { background: none; color: var(--accent-light); font-weight: 700; }
.r2t3 .ke3inzp7 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.r2t3 .ke3inzp7:last-child { border-bottom: none; }
.r2t3 .o56y { background: none; color: var(--accent-light); font-weight: 700; }
.in5w0 .ke3inzp7 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.in5w0 .o56y { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.chnenw .smxkmzct { counter-reset: card-n; }
.chnenw .ke3inzp7  { counter-increment: card-n; }
.chnenw .o56y { display: flex; align-items: center; gap: 10px; }
.chnenw .o56y::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;
}
.mbnd2k .ke3inzp7 { background: var(--bg-surface); border: 1px solid var(--border); }
.mbnd2k .o56y { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.c5xem { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.bsltu1  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.uvz6x047 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.c5xem strong { color: var(--text-primary); font-size: 0.95rem; }
.c5xem p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.i8konc { width: 100%; height: auto; border-radius: 10px; display: block; }
.fz9kd {
  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;
}
.fz9kd:hover { opacity: 0.85; }
.zupf44td .fz9kd  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.zupf44td .fz9kd:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.s65lrz .fz9kd  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.s65lrz .fz9kd:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.c53l1k .v8h0x4t { border-radius: 50px; }
.c53l1k .fz9kd  { border-radius: 50px; }
.zcxo .v8h0x4t { padding-left: 22px; padding-right: 22px; }
.zcxo .fz9kd  { padding-left: 12px; padding-right: 12px; }
.binstf .v8h0x4t { padding-left: 44px; padding-right: 44px; }
.binstf .fz9kd  { padding-left: 24px; padding-right: 24px; }
.wy2s .v8h0x4t { padding-left: 56px; padding-right: 56px; }
.wy2s .fz9kd  { padding-left: 32px; padding-right: 32px; }
.dkppc7   .v8h0x4t::after, .dkppc7   .fz9kd::after,
.evxl .v8h0x4t::after, .evxl .fz9kd::after,
.fl9uw    .v8h0x4t::after, .fl9uw    .fz9kd::after,
.dcfkqw51    .v8h0x4t::after, .dcfkqw51    .fz9kd::after,
.q2tlfy4    .v8h0x4t::after, .q2tlfy4    .fz9kd::after,
.xbrc     .v8h0x4t::after, .xbrc     .fz9kd::after,
.x9gjfmt    .v8h0x4t::after, .x9gjfmt    .fz9kd::after,
.as4cm   .v8h0x4t::after, .as4cm   .fz9kd::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;
}
.dkppc7 .v8h0x4t::after, .dkppc7 .fz9kd::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");
}
.evxl .v8h0x4t::after, .evxl .fz9kd::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");
}
.fl9uw .v8h0x4t::after, .fl9uw .fz9kd::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");
}
.dcfkqw51 .v8h0x4t::after, .dcfkqw51 .fz9kd::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");
}
.q2tlfy4 .v8h0x4t::after, .q2tlfy4 .fz9kd::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");
}
.xbrc .v8h0x4t::after, .xbrc .fz9kd::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");
}
.x9gjfmt .v8h0x4t::after, .x9gjfmt .fz9kd::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");
}
.as4cm .v8h0x4t::after, .as4cm .fz9kd::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");
}
.wu53   .ymvk7vh::after, .wu53   .m33s5k::after,
.dfls .ymvk7vh::after, .dfls .m33s5k::after,
.alwn98    .ymvk7vh::after, .alwn98    .m33s5k::after,
.j4hw    .ymvk7vh::after, .j4hw    .m33s5k::after,
.l5s4mmsz    .ymvk7vh::after, .l5s4mmsz    .m33s5k::after,
.vwd6r     .ymvk7vh::after, .vwd6r     .m33s5k::after,
.b41psn    .ymvk7vh::after, .b41psn    .m33s5k::after,
.fx82h   .ymvk7vh::after, .fx82h   .m33s5k::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;
}
.wu53 .ymvk7vh::after, .wu53 .m33s5k::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");
}
.dfls .ymvk7vh::after, .dfls .m33s5k::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");
}
.alwn98 .ymvk7vh::after, .alwn98 .m33s5k::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");
}
.j4hw .ymvk7vh::after, .j4hw .m33s5k::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");
}
.l5s4mmsz .ymvk7vh::after, .l5s4mmsz .m33s5k::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");
}
.vwd6r .ymvk7vh::after, .vwd6r .m33s5k::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");
}
.b41psn .ymvk7vh::after, .b41psn .m33s5k::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");
}
.fx82h .ymvk7vh::after, .fx82h .m33s5k::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");
}
.dqini.fz9kd {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .z03vo {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .z03vo::before    { grid-area: rank;   }
  .v3j7k           { grid-area: ident;  }
  .m8ou     { grid-area: rating; min-width: 0; width: auto; }
  .zlih           { grid-area: pills;  }
  .dqini             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .z03vo {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .z03vo::before    { justify-self: center; }
  .v3j7k           { width: 100%; }
  .m8ou     { justify-self: center; }
  .zlih           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .tu5vg .t15vzkd {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .tu5vg .vc19g1ub { margin: 0; }
}
.z8j0 .gmvphud { padding: 0; gap: 0; overflow: hidden; }
.z8j0 .wu6icz { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.z8j0 .fqghnmlm { padding: 16px 20px; }
.z8j0 .wz3a { padding: 16px 20px; align-self: center; }
@media (max-width: 720px) {
  .n3mn59 { grid-template-columns: 1fr; }
  .xzrv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .xzrv .yftjin { width: 72px; height: 50px; }
  .xzrv .goeo { max-width: 180px; }
  .xzrv .o75uvz1q { width: auto; }
}
@media (max-width: 720px) {
  .wdg2v { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .swymvya9 { padding: 16px; }
  .gpd8cq .jwkqgx { min-width: 50%; }
}
@media (max-width: 860px) {
  .e17e { grid-template-columns: 1fr; }
  .d07n8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hf11 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .v6pugj5u { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .jz19jip { flex-direction: column; align-items: stretch; }
}
.hrh7 .o75uvz1q .fz9kd { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .t1x21d9 { flex-direction: column; align-items: stretch; gap: 10px; }
  .hrh7 .o75uvz1q { text-align: center; }
}
@media (max-width: 720px) {
  .dr39wiy2 { grid-template-columns: 1fr; }
  .ojknndpx { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .jesy { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .qkvf { grid-template-columns: 1fr; }
  .t3or { width: 100px; height: 100px; margin: 16px auto; }
  .w7e4c { font-size: 1.4rem; }
  .sjw1 { justify-content: center; }
  .dwrznkq .jwkqgx { min-width: 50%; }
}
@media (max-width: 540px) {
  .l3py4j { flex-wrap: wrap; padding: 14px 16px; }
  .em6v57 { padding: 12px 16px; }
  .kfl2ciw .ndj5wx2 { margin: 0 16px; }
  .kfl2ciw .ts5g64i { padding: 0 16px; }
  .m9fnl { padding: 12px 16px; }
}
.knxq02g .zlih .szda {
  background: transparent; padding: 4px 8px;
}
.knxq02g .zlih .jq5lch7m { font-size: .65rem; opacity: .65; }
.knxq02g .zlih .v1l3   { font-size: 1.15rem; color: var(--accent-light); }
.g4ejd2 .bvkv4,
.g4ejd2 .ienakf,
.g4ejd2 .ienakf {
  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;
}
.g4ejd2 .ienakf small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.g4ejd2 .ke7rfcy .uc49mzb,
.g4ejd2 .ke7rfcy 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;
}
.g4ejd2 .y11rbwxy,
.g4ejd2 .l3yxxzv3 { font-size: 1em; }
.pe5xmv { margin: 16px 0; }
.u277b { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.u277b summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.u277b summary::after { content: "+"; color: var(--accent-light); }
.u277b[open] summary::after { content: "−"; }
.u277b p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.rgna { margin-bottom: 0; }
.dip5ly h2.i4zkyec5 { color: var(--text-primary); border-color: var(--accent-light); }
.rw6cvwzd h2.i4zkyec5 { color: var(--text-primary); border-color: var(--accent-light); }
.tr9v7k0 .bsltu1     { background: #052e16; border-color: #10b981; }
.tr9v7k0 .c5xem strong  { color: #f1f5f9; }
.tr9v7k0 .c5xem p       { color: #cbd5e1; }
.tr9v7k0 .a2wcvxtx    .bsltu1     .uvz6x047::before,
.tr9v7k0 .lamsfz  .bsltu1     .uvz6x047::before,
.tr9v7k0 .etu48x4a  .bsltu1     .uvz6x047::before,
.tr9v7k0 .aul0 .bsltu1     .uvz6x047::before { color: #10b981; }
.tr9v7k0 .a2wcvxtx    .rq476fl .uvz6x047::before,
.tr9v7k0 .lamsfz  .rq476fl .uvz6x047::before,
.tr9v7k0 .etu48x4a  .rq476fl .uvz6x047::before,
.tr9v7k0 .aul0 .rq476fl .uvz6x047::before { color: #f43f5e; }
.tr9v7k0 .a2wcvxtx    .hv0tj7    .uvz6x047::before,
.tr9v7k0 .lamsfz  .hv0tj7    .uvz6x047::before,
.tr9v7k0 .etu48x4a  .hv0tj7    .uvz6x047::before,
.tr9v7k0 .aul0 .hv0tj7    .uvz6x047::before { color: #a855f7; }
.qfadmlk3 .bsltu1     { background: #2d2000; border-color: #eab308; }
.qfadmlk3 .c5xem strong  { color: #f1f5f9; }
.qfadmlk3 .c5xem p       { color: #cbd5e1; }
.qfadmlk3 .a2wcvxtx    .bsltu1     .uvz6x047::before,
.qfadmlk3 .lamsfz  .bsltu1     .uvz6x047::before,
.qfadmlk3 .etu48x4a  .bsltu1     .uvz6x047::before,
.qfadmlk3 .aul0 .bsltu1     .uvz6x047::before { color: #eab308; }
.qfadmlk3 .a2wcvxtx    .rq476fl .uvz6x047::before,
.qfadmlk3 .lamsfz  .rq476fl .uvz6x047::before,
.qfadmlk3 .etu48x4a  .rq476fl .uvz6x047::before,
.qfadmlk3 .aul0 .rq476fl .uvz6x047::before { color: #ef4444; }
.qfadmlk3 .a2wcvxtx    .hv0tj7    .uvz6x047::before,
.qfadmlk3 .lamsfz  .hv0tj7    .uvz6x047::before,
.qfadmlk3 .etu48x4a  .hv0tj7    .uvz6x047::before,
.qfadmlk3 .aul0 .hv0tj7    .uvz6x047::before { color: #f97316; }
.ks7ea9g1 .bsltu1     { background: #0c1a2e; border-color: #38bdf8; }
.ks7ea9g1 .c5xem strong  { color: #f1f5f9; }
.ks7ea9g1 .c5xem p       { color: #cbd5e1; }
.ks7ea9g1 .a2wcvxtx    .bsltu1     .uvz6x047::before,
.ks7ea9g1 .lamsfz  .bsltu1     .uvz6x047::before,
.ks7ea9g1 .etu48x4a  .bsltu1     .uvz6x047::before,
.ks7ea9g1 .aul0 .bsltu1     .uvz6x047::before { color: #38bdf8; }
.ks7ea9g1 .a2wcvxtx    .rq476fl .uvz6x047::before,
.ks7ea9g1 .lamsfz  .rq476fl .uvz6x047::before,
.ks7ea9g1 .etu48x4a  .rq476fl .uvz6x047::before,
.ks7ea9g1 .aul0 .rq476fl .uvz6x047::before { color: #818cf8; }
.ks7ea9g1 .a2wcvxtx    .hv0tj7    .uvz6x047::before,
.ks7ea9g1 .lamsfz  .hv0tj7    .uvz6x047::before,
.ks7ea9g1 .etu48x4a  .hv0tj7    .uvz6x047::before,
.ks7ea9g1 .aul0 .hv0tj7    .uvz6x047::before { color: #2dd4bf; }
.c6wo17 .bsltu1     { background: var(--accent-bg); border-color: var(--accent-light); }
.c6wo17 .a2wcvxtx    .uvz6x047::before,
.c6wo17 .lamsfz  .uvz6x047::before,
.c6wo17 .etu48x4a  .uvz6x047::before,
.c6wo17 .aul0 .uvz6x047::before { color: var(--accent-light) !important; }
.zyi8c .tjx2aic { background: var(--bg-pros); }
.zyi8c .j3pp { background: var(--bg-cons); }
.zyi8c .tjx2aic .siz3l { color: var(--c-pros-label); }
.zyi8c .j3pp .fac1dee { color: var(--c-cons); }
.zyi8c .tjx2aic ul li,
.zyi8c .id4g li            { color: var(--c-pros); }
.zyi8c .j3pp ul li,
.zyi8c .te9s4 li            { color: var(--c-cons); }
.yk5nau .siz3l::before { content: "✓ "; }
.yk5nau .fac1dee::before { content: "✗ "; }
.zce4bz0 .c5xem { background: transparent; border-left: none; border: 1.5px solid; }
.zce4bz0 .bsltu1     { border-color: var(--c-tip-border); }
.zce4bz0 .c5xem strong { color: var(--text-primary); }
.zce4bz0 .c5xem p      { color: var(--text-muted); }
.j9e1wq .c5xem { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.j9e1wq .bsltu1     { border-top-color: var(--c-tip-border); }
.hb6s .c5xem { border-left: none; border-radius: 8px; }
.hb6s .bsltu1     { background: #065f46; }
.hb6s .c5xem strong,
.hb6s .c5xem p { color: #fff; }
.hb6s .uvz6x047::before { color: rgba(255,255,255,0.85) !important; }
.tr9v7k0.hb6s .bsltu1,
.tr9v7k0 .hb6s .bsltu1     { background: #052e16; }
.qfadmlk3.hb6s .bsltu1,
.qfadmlk3 .hb6s .bsltu1      { background: #2d2000; }
.ks7ea9g1.hb6s .bsltu1,
.ks7ea9g1 .hb6s .bsltu1      { background: #0c1a2e; }
.qfmmzq .c5xem { border-left: none; border-radius: 6px; padding: 10px 14px; }
.qfmmzq .bsltu1     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.qfmmzq .c5xem strong { color: var(--text-primary); }
.qfmmzq .c5xem p      { color: var(--text-muted); }
.h3l9k .c5xem { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.a2wcvxtx .uvz6x047,
.lamsfz .uvz6x047,
.etu48x4a .uvz6x047,
.aul0 .uvz6x047 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.a2wcvxtx .uvz6x047::before,
.lamsfz .uvz6x047::before,
.etu48x4a .uvz6x047::before,
.aul0 .uvz6x047::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.a2wcvxtx .bsltu1     .uvz6x047::before { content: "✦"; color: var(--c-tip-border); }
.a2wcvxtx .rq476fl .uvz6x047::before { content: "▲"; color: var(--c-warn-border); }
.a2wcvxtx .hv0tj7    .uvz6x047::before { content: "◉"; color: #60a5fa; }
.lamsfz .bsltu1     .uvz6x047::before { content: "★"; color: var(--c-tip-border); }
.lamsfz .rq476fl .uvz6x047::before { content: "◆"; color: var(--c-warn-border); }
.lamsfz .hv0tj7    .uvz6x047::before { content: "●"; color: #60a5fa; }
.etu48x4a .bsltu1     .uvz6x047::before { content: "▶"; color: var(--c-tip-border); }
.etu48x4a .rq476fl .uvz6x047::before { content: "■"; color: var(--c-warn-border); }
.etu48x4a .hv0tj7    .uvz6x047::before { content: "▸"; color: #60a5fa; }
.aul0 .bsltu1     .uvz6x047::before { content: "→"; color: var(--c-tip-border); }
.aul0 .rq476fl .uvz6x047::before { content: "⬥"; color: var(--c-warn-border); }
.aul0 .hv0tj7    .uvz6x047::before { content: "◈"; color: #60a5fa; }
.ko2yz1x .w2ywtsn0 .cpxqhie2,
.ko2yz1x .vv643x .cpxqhie2  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ko2yz1x .ke3inzp7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ko2yz1x .hly561u          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ko2yz1x .eio82u                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.l2gaesg .w2ywtsn0 .cpxqhie2,
.l2gaesg .vv643x .cpxqhie2,
.l2gaesg .ke3inzp7,
.l2gaesg .z03vo,
.l2gaesg .vc19g1ub,
.l2gaesg .hly561u,
.l2gaesg .eio82u,
.l2gaesg .h3l9k .c5xem { box-shadow: none; }
.qb6bnth   .eizw, .qb6bnth .b5fqw, .qb6bnth .j7pp4,
.qb6bnth   .asc0ci2l, .qb6bnth .pm49u { font-size: 0.9rem; }
.qb6bnth   .q6th, .qb6bnth .ns2jz2r2 { font-size: 0.9rem; }
.ex9s   .eizw, .ex9s .b5fqw, .ex9s .j7pp4,
.ex9s   .asc0ci2l, .ex9s .pm49u { font-size: 0.95rem; }
.ex9s   .q6th, .ex9s .ns2jz2r2 { font-size: 0.95rem; }
.ayy68   .eizw, .ayy68 .b5fqw, .ayy68 .j7pp4,
.ayy68   .asc0ci2l, .ayy68 .pm49u { font-size: 1.08rem; }
.ayy68   .q6th, .ayy68 .ns2jz2r2 { font-size: 1.05rem; }
.ayy68   .wurklt8o { font-size: 0.97rem; }
.lr40mz .jj66n      { font-size: 3.2rem; }
.lr40mz h2.i4zkyec5 { font-size: 1.9rem; }
.lr40mz h3.a3sf7r     { font-size: 1.4rem; }
.yyji5m .jj66n      { font-size: 3.8rem; }
.yyji5m h2.i4zkyec5 { font-size: 2.2rem; }
.yyji5m h3.a3sf7r     { font-size: 1.6rem; }
.rgna + .rgna { position: relative; }
.bdqr   .rgna + .rgna::before,
.cd5h7uu  .rgna + .rgna::before,
.hxiw   .rgna + .rgna::before,
.p5l9ujc9   .rgna + .rgna::before,
.dpj4n   .rgna + .rgna::before,
.nnlif6n .rgna + .rgna::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.bdqr .rgna + .rgna::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.cd5h7uu .rgna + .rgna::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.hxiw .rgna + .rgna::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;
}
.p5l9ujc9 .rgna + .rgna::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qtgnfgh .rgna { margin-bottom: 16px; }
.qtgnfgh .rgna + .rgna { margin-top: 0; }
.qtgnfgh .zktw { padding-top: 0; padding-bottom: 0; }
.dpj4n .rgna + .rgna::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.nnlif6n .rgna + .rgna::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.gac0 .rgna + .rgna::before,
.qnawfxd .rgna + .rgna::before,
.nztmxh8 .rgna + .rgna::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%;
}
.ml95 .gac0 .rgna:nth-child(even)::before,
.ml95 .qnawfxd .rgna:nth-child(even)::before,
.ml95 .nztmxh8 .rgna:nth-child(even)::before { background: var(--bg-surface); }
.toehfb .gac0 .rgna:nth-child(even)::before,
.toehfb .qnawfxd .rgna:nth-child(even)::before,
.toehfb .nztmxh8 .rgna:nth-child(even)::before { background: var(--bg-card); }
.gac0 .rgna + .rgna::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");
}
.qnawfxd .rgna + .rgna::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");
}
.nztmxh8 .rgna + .rgna::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");
}
.os7e0 .x17hu2f,
.cpit6o .x17hu2f,
.th5q .x17hu2f { overflow: hidden; }
.os7e0 .jyi7d,
.cpit6o .jyi7d { margin-bottom: 60px; }
.th5q .jyi7d { margin-bottom: 70px; }
.os7e0 .x17hu2f::before,
.cpit6o .x17hu2f::before,
.th5q .x17hu2f::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%;
}
.os7e0 .x17hu2f::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");
}
.cpit6o .x17hu2f::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");
}
.th5q .x17hu2f::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");
}
.waw9g2c .x17hu2f:not(.symy69h) .mp50typ { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.zdhi6a1 .x17hu2f:not(.symy69h) .mp50typ { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.r6ds7  .x17hu2f:not(.symy69h) .mp50typ { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.eeheqwc0  .x17hu2f:not(.symy69h) .mp50typ { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ep7kj .symy69h { background: var(--accent); }
.ep7kj .symy69h .mp50typ { background: none; }
.ep7kj .ypz69gnw { background: var(--accent); }
.ep7kj .cd8am3p9 { background: var(--accent-bg); }
.ep7kj .x17hu2f:not(.symy69h) .mp50typ { background: rgba(0,0,0,0.6); }
.hq4581 .u1pyv { float: left; width: 38%; margin: 0 28px 16px 0; }
.hq4581 .u1pyv .i8konc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hq4581 .zktw::after { content: ''; display: block; clear: both; }
.qb3ur4wj .u1pyv { float: right; width: 38%; margin: 0 0 16px 28px; }
.qb3ur4wj .u1pyv .i8konc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qb3ur4wj .zktw::after { content: ''; display: block; clear: both; }
.c9suju1 .rgna:nth-child(odd)  .u1pyv { float: left;  width: 38%; margin: 0 28px 16px 0; }
.c9suju1 .rgna:nth-child(even) .u1pyv { float: right; width: 38%; margin: 0 0 16px 28px; }
.c9suju1 .u1pyv .i8konc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.c9suju1 .zktw::after { content: ''; display: block; clear: both; }
.hq4581 .smxkmzct,
.hq4581 .px6sz16,
.qb3ur4wj .smxkmzct,
.c9suju1 .smxkmzct,
@media (max-width: 900px) {
  .hq4581 .u1pyv,
  .qb3ur4wj .u1pyv,
  .c9suju1 .rgna:nth-child(odd)  .u1pyv,
  .c9suju1 .rgna:nth-child(even) .u1pyv {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .hq4581 .u1pyv .i8konc,
  .qb3ur4wj .u1pyv .i8konc,
  .c9suju1 .u1pyv .i8konc {
    max-height: none !important;
  }
}
.hq4581 .q6th,
.hq4581 .ns2jz2r2,
.qb3ur4wj .q6th,
.qb3ur4wj .ns2jz2r2,
.c9suju1 .q6th,
.c9suju1 .ns2jz2r2 { overflow: hidden; }
@media (max-width: 640px) {
  .hq4581 .u1pyv,
  .qb3ur4wj .u1pyv,
  .c9suju1 .u1pyv { float: none; width: 100%; margin: 0 0 16px 0; }
}
.gbpkgisw .c2lk,
.gbpkgisw .zktw,
.gbpkgisw .c0bf6h  { max-width: 1100px; }
.r92lcx4 .c2lk,
.r92lcx4 .zktw,
.r92lcx4 .c0bf6h  { max-width: 1200px; }
.y3mt .c2lk,
.y3mt .zktw,
.y3mt .c0bf6h  { max-width: 1320px; }
.n6kuxhy { font-size: 0.82rem; color: var(--text-muted); }
.kmmaw761 { display: flex; align-items: center; }
.ivlynq {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.b20sbt1s { display: flex; align-items: center; }
.i7b056 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.i7b056:hover { text-decoration: underline; }
.g5kin { margin: 0 3px; opacity: 0.45; }
.g5kin::before { content: '/'; }
.l9s89 { padding: 2px 5px; color: var(--text-main); }
.sc6o4xtc .n6kuxhy {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.sc6o4xtc .kmmaw761 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ywh5q86z .n6kuxhy {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ywh5q86z .kmmaw761 { padding: 0 0 0 12px; }
.iquoa1gi .kmmaw761 { padding: 0 16px; }
.iquoa1gi .n6kuxhy {
  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);
}
.iquoa1gi .c2lk { padding-top: 28px; }
@media (max-width: 720px) {
  .et9xu { margin-top: 18px; padding: 0 16px; }
  .iquoa1gi .c2lk { padding-top: 16px; }
}
.gbpkgisw.sc6o4xtc .kmmaw761 { max-width: 1100px; }
.r92lcx4.sc6o4xtc .kmmaw761 { max-width: 1200px; }
.y3mt.sc6o4xtc .kmmaw761 { max-width: 1320px; }
.wizxia .rgna { padding-top: 16px; padding-bottom: 16px; }
.e18b449t .rgna { padding-top: 24px; padding-bottom: 24px; }
.u6st .rgna { padding-top: 40px; padding-bottom: 40px; }
.gtg3pu8s .rgna { padding-top: 52px; padding-bottom: 52px; }
.ruycpht .rgna:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ruycpht .rgna:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ruycpht .rgna:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ruycpht .rgna:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.xbaxg7 .zktw { padding-top: 10px;  padding-bottom: 10px; }
.r7ycwsk .zktw { padding-top: 18px;  padding-bottom: 18px; }
.s4re16ed .zktw { padding-top: 36px;  padding-bottom: 36px; }
.dtjo5vsx .zktw { padding-top: 48px;  padding-bottom: 48px; }
.e6x0ya h2.i4zkyec5 { font-weight: 600; }
.e6x0ya h3.a3sf7r     { font-weight: 600; }
.mjsld0 h2.i4zkyec5 { font-weight: 800; }
.mjsld0 h3.a3sf7r     { font-weight: 700; }
.i76vbab { font-weight: 600; }
.i76vbab h2.i4zkyec5 { font-weight: 900; }
.i76vbab h3.a3sf7r     { font-weight: 800; }
.i76vbab .c5xem strong,
.i76vbab .c5xem strong { font-weight: 600; }
.ymvk7vh {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.fmlrh .ymvk7vh { display: none; }
@media (max-width: 640px) {
  .j12f33m { display: none; }
  .ymvk7vh {
    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;
  }
}
.ymvk7vh { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ymvk7vh:hover { opacity: 0.85; }
.mufmn5b .ymvk7vh { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.l0dt .ymvk7vh,
.vln9cl2  .ymvk7vh { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.l0dt .ymvk7vh:hover,
.vln9cl2  .ymvk7vh:hover { opacity: 0.88; }
.mufmn5b.l0dt .ymvk7vh,
.mufmn5b.vln9cl2  .ymvk7vh { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.m33s5k {
  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;
}
.m33s5k:hover { transform: translateY(-2px); opacity: 0.92; }
.m33s5k { background: var(--cta) !important; color: #fff !important; border: none !important; }
.p0jj .m33s5k { display: none; }
.hm4o22 .m33s5k { right: 32px; }
.yssv5wnl  .m33s5k { left: 32px; }
@media (max-width: 480px) {
  .hm4o22 .m33s5k { right: 20px; bottom: 20px; }
  .yssv5wnl  .m33s5k { left: 20px; bottom: 20px; }
}
.yxl1c { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.c0bf6h { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.izc33wu { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qf2f { color: var(--text-dim); font-size: 0.8rem; }
.w16hd0 a, .v6h1m a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.w16hd0 a:hover, .v6h1m a:hover { color: var(--accent-light); }
.v6h1m { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.lxoo62 .c0bf6h { text-align: center; }
.lxoo62 .v6h1m { justify-content: center; margin-bottom: 16px; }
.lxoo62 .izc33wu { margin-top: 0; }
.wj5h { margin-top: 10px; }
.wj5h a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .c0bf6h { padding-left: 16px; padding-right: 16px; }
  .bb92gsx9 .c0bf6h { padding: 20px 16px; }
  .v6h1m { gap: 4px 12px; }
  .izc33wu { font-size: 0.78rem; }
}
.w0s5 .izc33wu { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.w0s5 .qf2f { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .w0s5 .s6an9ds { grid-template-columns: 1fr 1fr; } .w0s5 .a2pt6zn7 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .w0s5 .s6an9ds { grid-template-columns: 1fr; } }
.e91y0o3k .izc33wu { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .e91y0o3k .t9tv { gap: 12px; } .e91y0o3k .untv { margin-right: 0; width: 100%; } }
.ox9fuf .izc33wu { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ox9fuf .qf2f { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ox9fuf .lut8eh04 { grid-template-columns: 1fr 1fr; } .ox9fuf .zgw3qk9 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ox9fuf .lut8eh04 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .s22g7g1 .cnotf { grid-template-columns: 1fr 1fr; } .s22g7g1 .lmp873gu:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s22g7g1 .cnotf { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qv5rdw .cnotf { grid-template-columns: 1fr; } }
.jy6h3ccv .c0bf6h { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.jy6h3ccv .v6h1m { justify-content: center; }
.n65et .hb2kl      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.n65et .yxl1c { background: var(--bg-page); border-top-color: var(--border-alt); }
.s4bdqr12 .hb2kl      { background: #0d1117; border-bottom-color: #21262d; }
.s4bdqr12 .vieh { color: var(--accent-light); }
.s4bdqr12 .pahsm { --msep-color: #8b949e; }
.s4bdqr12 .pahsm a { color: #8b949e; }
.s4bdqr12 .pahsm a:hover { color: var(--accent-light); }
.s4bdqr12 .m0ac { color: #8b949e; }
.s4bdqr12 .yxl1c { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.s4bdqr12 .izc33wu,
.s4bdqr12 .qf2f { color: #6e7681; }
.s4bdqr12 .w16hd0 a, .s4bdqr12 .v6h1m a,
.s4bdqr12 .w16hd0 a:hover, .s4bdqr12 .v6h1m a:hover,
@media (max-width: 640px) {
  .s4bdqr12 .pahsm { background: #0d1117; border-top-color: #21262d; }
  .s4bdqr12 .pahsm li a { border-bottom-color: #21262d; }
}
.vylxo .hb2kl      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.vylxo .vieh { color: var(--accent-light); }
.vylxo .pahsm { --msep-color: #475569; }
.vylxo .pahsm a { color: #475569; }
.vylxo .pahsm a:hover { color: var(--accent-light); }
.vylxo .m0ac { color: #64748b; }
.vylxo .yxl1c { background: #f0f4f8; border-top-color: #cbd5e1; }
.vylxo .izc33wu,
.vylxo .qf2f { color: #64748b; }
.vylxo .w16hd0 a, .vylxo .v6h1m a,
.vylxo .w16hd0 a:hover, .vylxo .v6h1m a:hover,
@media (max-width: 640px) {
  .vylxo .pahsm { background: #f0f4f8; border-top-color: #cbd5e1; }
  .vylxo .pahsm li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.l0dt .hb2kl      { background: var(--accent); border-bottom-color: var(--accent-light); }
.l0dt .vieh { color: #fff; }
.l0dt .pahsm { --msep-color: rgba(255,255,255,0.82); }
.l0dt .pahsm a { color: rgba(255,255,255,0.82); }
.l0dt .pahsm a:hover { color: #fff; }
.l0dt .m0ac { color: rgba(255,255,255,0.9); }
.l0dt .yxl1c { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.l0dt .izc33wu,
.l0dt .qf2f { color: rgba(255,255,255,0.72); }
.l0dt .w16hd0 a, .l0dt .v6h1m a,
.l0dt .w16hd0 a:hover, .l0dt .v6h1m a:hover,
@media (max-width: 640px) {
  .l0dt .pahsm { background: var(--accent); border-top-color: var(--accent-light); }
  .l0dt .pahsm li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.vln9cl2 .hb2kl {
  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);
}
.vln9cl2 .yxl1c {
  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) {
  .vln9cl2 .pahsm {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.h8qnq .f42cgyx4 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.z4ywl .f42cgyx4 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.dweo8 .f42cgyx4 { min-height: 72px; height: auto; }
.vqf5zyjm .f42cgyx4 { min-height: 84px; height: auto; }
.bb92gsx9 .f42cgyx4 { max-width: none; padding: 0 32px; }
.bb92gsx9 .c0bf6h  { max-width: none; padding: 24px 32px; }
.fgjtlod5.r92lcx4 .f42cgyx4 { max-width: 1200px; }
.fgjtlod5.y3mt .f42cgyx4 { max-width: 1320px; }
.y1i8i8   .vieh, .y1i8i8   .untv { text-transform: capitalize; }
.qzzv .vieh, .qzzv .untv { text-transform: lowercase; }
.bcskd5p .vieh, .bcskd5p .untv { text-transform: uppercase; letter-spacing: 0.06em; }
.sl58oj, .c5x4e {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hfs3y0 .sl58oj,
.cfe88k .sl58oj,
.la1q .sl58oj,
.xiibzm8 .sl58oj,
.huet37   .pahsm a { font-weight: 500; }
.eddmry .pahsm a { font-weight: 600; }
.hq93     .pahsm a { font-weight: 700; }
.v1mqmccm    .pahsm a { font-weight: 800; letter-spacing: 0.01em; }
.ln94tu     .pahsm > li + li::before,
.lgtr8v0    .pahsm > li + li::before,
.kon906a    .pahsm > li + li::before,
.o10wv8rx .pahsm > li + li::before,
.fv1t85x .pahsm > li + li::before,
.o60g38  .pahsm > li + li::before,
.q5nnd    .pahsm > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ln94tu     .pahsm > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.lgtr8v0    .pahsm > li + li::before { content: "|"; }
.kon906a    .pahsm > li + li::before { content: "—"; }
.o10wv8rx .pahsm > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.fv1t85x .pahsm > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.o60g38  .pahsm > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.q5nnd    .pahsm > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .z9llxan .m0ac,
  .b1jryuzy .m0ac,
  .v0nrfn6e .m0ac,
  .vb4kp .m0ac,
  .j2vg5 .m0ac {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .z9llxan .m0ac::before,
  .b1jryuzy .m0ac::before,
  .v0nrfn6e .m0ac::before,
  .vb4kp .m0ac::before,
  .j2vg5 .m0ac::before { content: ""; display: block; flex-shrink: 0; }

  
  .z9llxan .m0ac::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;
  }

  
  .b1jryuzy .m0ac::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;
  }

  
  .v0nrfn6e .m0ac::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;
  }

  
  .vb4kp .m0ac::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;
  }

  
  .j2vg5 .m0ac::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) {
  .y6yg .m0ac {
    padding: 5px 14px;
  }
  .y6yg .pahsm {
    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;
  }
  .y6yg .pahsm li a {
    border-bottom: none; padding: 10px 22px;
  }
  .y6yg .pahsm li a:hover { background: var(--bg-raised); }
  .y6yg .hwvl,
  .iax7q1c .hwvl,
  .m6l2r .hwvl { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .wd03uq .m0ac {
    padding: 5px 10px;
  }
  .wd03uq .pahsm {
    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);
  }
  .wd03uq .pahsm.htdomt { transform: translateX(0); }
  .wd03uq .pahsm li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .wd03uq .pahsm li:last-child a { border-bottom: none; }
  .l0dt .pahsm,
  .s4bdqr12 .pahsm { background: var(--accent) !important; }
  .l0dt .pahsm li a,
  .s4bdqr12 .pahsm li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .m6l2r .m0ac {
    padding: 5px 10px;
  }
  .m6l2r .pahsm {
    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);
  }
  .m6l2r .pahsm::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .m6l2r .pahsm.htdomt { transform: translateY(0); }
  .m6l2r .pahsm li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .trmyp .m0ac {
    padding: 5px 10px;
  }
  .trmyp .pahsm {
    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;
  }
  .trmyp .pahsm.htdomt { opacity: 1; pointer-events: auto; }
  .trmyp .pahsm li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .pi4a     .m0ac { border-radius: 0 !important; }
  .ra1th2yn   .m0ac { border-radius: 8px !important; }
  .lub9j5u .m0ac { border-radius: 50% !important; }
  .fhjxhzhc   .m0ac { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .cmrtrc .b041uq { flex-direction: column; align-items: stretch; }
  .cmrtrc .nhpkgr { flex-direction: row; min-width: auto; }
  .cmrtrc .bfpux5 { align-items: flex-start; text-align: left; }
}
.x5nq3oxd,
.x5nq3oxd.rgna,
.ml95 .x5nq3oxd,
.mfgch2qu .x5nq3oxd,
.toehfb .x5nq3oxd,
.rqy4mbw .x5nq3oxd {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.qtzb2ls {
  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;
}
.rii2d { flex: 1 1 280px; min-width: 0; }
.h95b033 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.y2lje {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.khibr {
  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;
}
.khibr:hover { transform: translateY(-1px); opacity: 0.95; }
.k2nrf .qtzb2ls {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.k2nrf .h95b033 { color: var(--cta); }
.k2nrf .y2lje { color: var(--text-body); }
.k2nrf .khibr {
  background: var(--cta) !important;
  color: #fff !important;
}
.vm9n99d .qtzb2ls {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.vm9n99d .h95b033 { color: var(--text-primary); }
.vm9n99d .y2lje { color: var(--text-body); }
.vm9n99d .khibr {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .qtzb2ls {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .rii2d { flex: 0 0 auto; }
  .h95b033 { font-size: 1.2rem; }
  .khibr { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ww91 .un3ekc53 { height: 36px; }
.c9tbpg1h .un3ekc53 { height: 60px; max-width: 200px; }
.r8wh .un3ekc53 { height: 56px; max-width: 180px; }
.ivdkk     .bvkv4, .ivdkk     .uc49mzb { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.knxq02g .jq5lch7m {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.knxq02g .v1l3 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .qu05tbu .px6sz16 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qu05tbu .z03vo {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qu05tbu .z03vo { padding: 40px 16px 20px; }
  .qu05tbu .szda {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qu05tbu .dqini { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .z8f8183w .z03vo {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .z8f8183w .z03vo::before {
    position: absolute; top: 14px; left: 14px;
  }
  .z8f8183w .v3j7k {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .z8f8183w .m9p9emn0 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .z8f8183w .szda {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .z8f8183w .dqini { width: 100%; min-width: 0; }
  .z8f8183w .bvkv4 { min-width: 0; }
}
.kpy4tce8 .u277b {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.kpy4tce8 .u277b summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.kpy4tce8 .u277b p { padding: 0 2px 16px; }
.s8awpmnh .u277b { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.s8awpmnh .u277b summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.s8awpmnh .u277b summary::after { content: "›"; font-size: 1.2em; }
.s8awpmnh .u277b[open] summary::after { content: "‹"; }
.s8awpmnh .u277b p { padding: 10px 22px 4px; }
.kecnzsw .u277b {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.kecnzsw .u277b summary { color: var(--text-primary); padding-left: 16px; }
.kecnzsw .u277b summary::after { content: "›"; font-size: 1.1em; }
.kecnzsw .u277b[open] summary::after { content: "‹"; }
.kecnzsw .u277b p { padding-left: 16px; }
.htr8qxa4 .pe5xmv { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.htr8qxa4 .u277b {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.htr8qxa4 .u277b:last-child { border-bottom: none; }
.htr8qxa4 .u277b summary { color: var(--text-primary); border-radius: 0; }
.htr8qxa4 .u277b summary::after { content: "›"; font-size: 1.1em; }
.htr8qxa4 .u277b[open] summary::after { content: "‹"; }
.qqo2wpu .u277b { overflow: hidden; }
.qqo2wpu .u277b summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.qqo2wpu .u277b summary::after { color: rgba(255,255,255,.75); }
.qqo2wpu .u277b[open] summary { border-radius: 0; }
.ggqjor9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.qqv8 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.gfpjyp0 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.nnasa8r { color: var(--text-muted); font-size: 1.05rem; }
.mirzkq7a {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.mio13 { margin-bottom: 20px; }
.ptb7r2c {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.aai759 {
  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;
}
.aai759:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.d2rv4c { resize: vertical; min-height: 130px; }
.d4nd { width: 100%; margin-top: 8px; }
.tn8imkp {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.naxvjd {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.m27d { color: var(--text-muted); line-height: 1.75; }
.y2gfqtx { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.y2gfqtx li { margin-bottom: 6px; }
.iw7is { max-width: 760px; margin: 0 auto; }
.mxu1s1ty { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.xzowf2 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xzowf2:last-child { border-bottom: none; }
.xzowf2 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.xzowf2 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zy2ohv0 { max-width: 760px; margin: 0 auto; }
.as6x ul.y2gfqtx { margin: 0; }
@media (max-width: 640px) { .wzsbejx { grid-template-columns: 1fr; gap: 10px; } }
.omoyt838 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.v0dpi3ri { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.c8jkp7 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.v0dpi3ri p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.v0dpi3ri .y2gfqtx { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .omoyt838 { grid-template-columns: 1fr; } }
.ptg8vuqt { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ptg8vuqt:hover .ow742 { color: var(--accent-light); text-decoration: underline; }
.y9yb4 { color: inherit; text-decoration: none; }
.y9yb4:hover { color: var(--accent-light); text-decoration: underline; }
.f3vjiws0 { display: inline-block; line-height: 0; }
.yhq4vrw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ejm20m8 { margin-bottom: 48px; }
.jeanrgf { max-width: 760px; margin: 0 auto; }
.i5bb36 { text-align: center; }
.eir6 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.eir6:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ssw5lz { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.eir6 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.eir6 ul.y2gfqtx { margin: 0; }
.mkaopmy { color: var(--text-muted); line-height: 1.75; }
.i5bb36 .y2gfqtx,
.lh96a2 .y2gfqtx,
.nwql8s .y2gfqtx,
.ehzmsr .y2gfqtx {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.i5bb36 .eir6,
.lh96a2 .eir6 { text-align: left; }
.i5bb36 .ssw5lz,
.lh96a2 .ssw5lz { text-align: center; }
.dkf9tat { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.q0ts90w { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.x7rj { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.l880h4hg { margin-top: 12px; }
.vlnqsgy { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.vlnqsgy:hover { border-bottom-color: var(--accent-light); }
.hnq4vc { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.hnq4vc img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ylbrtaqd { width: 200px; height: 200px; }
.b25o { border-radius: 50%; }
.v82niun { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.ur60 { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .l6ghi { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.rjn9 { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.rjn9 .x7rj, .rjn9 .q0ts90w { max-width: 640px; }
.ti0pji0d .dkf9tat { font-size: 1.6rem; margin-top: 18px; }
.thpmu .x7rj { margin-bottom: 28px; }
@media (max-width: 860px) { .mecg6n { grid-template-columns: 1fr; } .ti0pji0d { position: static; text-align: center; } }
.gj9z67 .hnq4vc { margin: 0 auto 18px; }
.gj9z67 .v82niun { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .mp54um { grid-template-columns: 1fr; } }
.nth7 .dkf9tat { font-size: 1.6rem; margin-bottom: 6px; }
.ehzmsr .y2gfqtx { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nth7 { flex-direction: column; text-align: center; } .uq4zr { grid-template-columns: 1fr; } }
.kggrloae .dkf9tat { font-size: 1.35rem; margin: 0 0 4px; }
.kggrloae .v82niun { margin: 0; }
.ce1l9 .gfpjyp0 { color: var(--accent-light); }
.o5u3o .gfpjyp0 { font-size: 2rem; }
.o5u3o .nnasa8r { max-width: 680px; }
.zc72h0c .gfpjyp0 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.zc72h0c .nnasa8r  { margin: 0; }
@media (max-width: 640px) { .zc72h0c { flex-direction: column; } }
.jswgv24b .gfpjyp0 { color: var(--accent-light); }
.lv1sxodp {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.lv1sxodp .gfpjyp0 { color: #fff; }
.lv1sxodp .nnasa8r  { color: rgba(255,255,255,0.85); }
.x9ojhi { max-width: 680px; margin: 0 auto; }
.zvklme {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .zvklme { grid-template-columns: 1fr; } }
.xvoz .aai759 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.xvoz .aai759:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.bizxr .aai759 { background: var(--bg-raised); border-color: transparent; }
.bizxr .aai759:focus { background: var(--bg-card); border-color: var(--accent-light); }
.bkbajno .aai759 { border-radius: 100px; padding: 11px 20px; }
.bkbajno .d2rv4c { border-radius: 14px; }
.lakq {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .lakq { grid-template-columns: 1fr; } }
.fft9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.fft9 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.fft9 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.op9x { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.op9x li { margin-bottom: 6px; }
.jjc6{display:none}
.jjc6:empty,.mgp2p:empty{display:none}
.nm7w{position:relative;overflow:visible}
.fxfycqcy .iaw1,.otzdcv .iaw1,
.ypw3 .iaw1,.pk7y .iaw1,
.hrl0 .iaw1,.fqh39n .iaw1{display:block}
.sz8c .soc9m5{display:block}
.fxfycqcy .iaw1,.otzdcv .iaw1,
.ypw3 .iaw1,.pk7y .iaw1,
.hrl0 .iaw1{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}
.fxfycqcy .iaw1 .mgp2p,.otzdcv .iaw1 .mgp2p,
.ypw3 .iaw1 .mgp2p,.pk7y .iaw1 .mgp2p,
.hrl0 .iaw1 .mgp2p{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}
.fxfycqcy .iaw1,.otzdcv .iaw1{top:12px}
.fxfycqcy .iaw1 .mgp2p{margin-right:auto}
.otzdcv .iaw1 .mgp2p{margin-left:auto}
.otzdcv .iaw1{text-align:right}
.ypw3 .iaw1,.pk7y .iaw1{bottom:12px}
.ypw3 .iaw1 .mgp2p{margin-right:auto}
.pk7y .iaw1 .mgp2p{margin-left:auto}
.pk7y .iaw1{text-align:right}
.hrl0 .iaw1{position:relative;margin-top:16px}
.hrl0 .iaw1 .mgp2p{margin:0 auto}
.fqh39n .iaw1{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.fqh39n .iaw1 .mgp2p{margin:0}
.fqh39n .cd8am3p9~.iaw1,
.fqh39n .jsyvpp7r~.iaw1{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.fqh39n .cd8am3p9~.iaw1 .mgp2p,
.fqh39n .jsyvpp7r~.iaw1 .mgp2p{justify-content:flex-start}
.cd8am3p9~.iaw1,.jsyvpp7r~.iaw1{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}
.cd8am3p9~.iaw1 .mgp2p{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jsyvpp7r~.iaw1 .mgp2p{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.soc9m5 .mgp2p{margin:0 0 12px}
.mgp2p{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.vcs62{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ow742{font-weight:600;color:var(--text-heading);opacity:1}
.dbz2 .vcs62{display:none}
.vritvljv .mgp2p{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.w8butc .mgp2p{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.n742rs{--date-bg:var(--accent-bg)}
.wo5tr8m .m72i5::before{content:""}
.afin{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.u08x{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.xqjub1d{display:flex;flex-direction:column;gap:3px}
.bmiwm8bd{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.l47epi{font-weight:700;font-size:1rem;color:var(--text-heading)}
.x7opf028{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.x63n .afin{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.weyi69 .afin{border-top:3px solid var(--accent);padding-top:18px}
.xw015y .afin{border-left:3px solid var(--accent);border-radius:0}
.sww96 .afin{padding:20px 0}
@media(max-width:640px){
  .afin{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .x7opf028{max-width:100%}
}
.wwtd .hly561u{margin:0}
@media (max-width:560px){
  .go4u{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) {
  .gpv3gb { padding: 28px 18px 20px; }
  .xk4xk { font-size: 1.2rem; }
  .mdd9slff { max-width: 220px; max-height: 80px; }
}
.xdhgy  .ot327p { border-radius: 6px; }
.hc8p7s3 .qtzb2ls {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ot327p { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.atx7re11 {
  margin: 28px 0 24px;
}
.atx7re11 .rgna {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.atx7re11 .zktw {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.atx7re11 .qtzb2ls {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .f42cgyx4 { flex-direction: row-reverse; }
[dir="rtl"] .pahsm { flex-direction: row-reverse; }
[dir="rtl"] .hm4o22 .m33s5k { right: auto; left: 32px; }
[dir="rtl"] .yssv5wnl  .m33s5k { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .hm4o22 .m33s5k { right: auto; left: 20px; }
  [dir="rtl"] .yssv5wnl  .m33s5k { left: auto;  right: 20px; }
}
[dir="rtl"] .hq4581 .u1pyv  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .qb3ur4wj .u1pyv { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .q6th, [dir="rtl"] .ns2jz2r2 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .c5xem { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .qtzb2ls { direction: rtl; }
[dir="rtl"] .n6kuxhy { direction: rtl; }
[dir="rtl"] .eio82u { direction: rtl; }
[dir="rtl"] .kc66o5 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .kticeod .ns2jz2r2,
[dir="rtl"] .znww .ns2jz2r2,
[dir="rtl"] .elyiq6p .ns2jz2r2,
[dir="rtl"] .zmgy .ns2jz2r2 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .kticeod .ns2jz2r2 li::before,
[dir="rtl"] .znww .ns2jz2r2 li::before,
[dir="rtl"] .elyiq6p .ns2jz2r2 li::before,
[dir="rtl"] .zmgy .ns2jz2r2 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .x17hu2f.pbce .jyi7d,
[dir="rtl"] .cbq4ui.pbce .jyi7d,
[dir="rtl"] .symy69h.pbce .jyi7d,
[dir="rtl"] .kl1e.pbce .jyi7d,
[dir="rtl"] .s0rj6w.pbce .jyi7d { text-align: right; }
[dir="rtl"] .cd8am3p9.pbce .ts6k { align-items: flex-end; text-align: right; }
[dir="rtl"] .zktw,
[dir="rtl"] .asc0ci2l,
[dir="rtl"] .pm49u,
[dir="rtl"] .afq0ke,
[dir="rtl"] .jyi7d { text-align: right; }
[dir="rtl"] .mirzkq7a,
[dir="rtl"] .ptb7r2c,
[dir="rtl"] .x7rj,
[dir="rtl"] .aai759,
[dir="rtl"] .d2rv4c { text-align: right; direction: rtl; }
[dir="rtl"] .bkbajno .aai759,
[dir="rtl"] .xvoz .aai759 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #c59223;
  --brand:           #c59223;
  --brand-light:     #a37c28;
  --brand-pale:      #bf9841;
  --grad-start:      #e2b960;
  --grad-end:        #e5ce9b;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c59223;
  --cta-light:       #a77a18;
  --cta-hover:       #916b19;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f1f0ee;
  --bg-hover:        #f5f5f3;
  --border:          #e8e6e2;
  --border-alt:      #dcd8cf;
  --border-section:  #e8e6e2;
  --text-primary:    #1b1a17;
  --text-muted:      #605c51;
  --text-body:       #37342e;
  --text-sub:        #524e46;
  --text-faint:      #8a8374;
  --text-dim:        #a19c90;
  --text-label:      #6e695d;
  --text-value:      #45413a;
  --accent-bg:       #f2ede2;
  --accent-bg-light: #ede1c9;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #11911e;
  --c-cons:          #9f2e21;
  --c-pros-label:    #14ad24;
  --c-tip-border:    #16bf28;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #11911e;
}
:root { --logo-bg-opacity: 59%; }
body, button, input { font-family: "Space Grotesk", sans-serif; }
.rgny .uvz6x047 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.rgny .uvz6x047::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.rgny .bsltu1     .uvz6x047::before { content: "";  color: var(--c-tip-border); }.rgny .rq476fl .uvz6x047::before { content: ""; color: var(--c-warn-border); }.rgny .hv0tj7    .uvz6x047::before { content: ""; color: #60a5fa; }.tr9v7k0 .rgny .bsltu1     .uvz6x047::before { color: #10b981; }.tr9v7k0 .rgny .rq476fl .uvz6x047::before { color: #f43f5e; }.tr9v7k0 .rgny .hv0tj7    .uvz6x047::before { color: #a855f7; }.qfadmlk3  .rgny .bsltu1     .uvz6x047::before { color: #eab308; }.qfadmlk3  .rgny .rq476fl .uvz6x047::before { color: #ef4444; }.qfadmlk3  .rgny .hv0tj7    .uvz6x047::before { color: #f97316; }.ks7ea9g1  .rgny .bsltu1     .uvz6x047::before { color: #38bdf8; }.ks7ea9g1  .rgny .rq476fl .uvz6x047::before { color: #818cf8; }.ks7ea9g1  .rgny .hv0tj7    .uvz6x047::before { color: #2dd4bf; }.c6wo17 .rgny .uvz6x047::before { color: var(--accent-light) !important; }
.md377 .ki6311, .md377 .cd8am3p9 { min-height: 640px; }
.l9w30mzc .ymvk7vh::after,.l9w30mzc .m33s5k::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; }
.g5kin::before { content: '>'; }