:root {
  --color-accent: #59750a;
  --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;
}
.wfgruz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.d7ev {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.owd7 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.x7g8ib6 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.aqhf3y6o { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.aqhf3y6o a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.aqhf3y6o a:hover { color: var(--accent-light); }
.izzssmn   .w6vscz { border-radius: 0; }
.g9aq7  .w6vscz li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .w6vscz {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .h3o2:hover .w6vscz,
  .h3o2:focus-within .w6vscz { display: block; }
  .w6vscz li a { padding: 8px 16px; font-size: 0.88rem; }
}
.lrt7w {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.uxoac { display: none; }
@media (max-width: 640px) {
  .uxoac {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .uxoac.urmsep { display: block; }
}
@media (max-width: 640px) {
  .lrt7w { display: block; }
  .aqhf3y6o > li + li::before { display: none !important; }
  .aqhf3y6o {
    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;
  }
  .aqhf3y6o.urmsep { display: flex; }
  .aqhf3y6o li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .aqhf3y6o li:last-child a { border-bottom: none; }
}
.ydholi { min-height: 480px; }
.rwsl3b {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.sn0ixzt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.t1x0 .sn0ixzt { margin-left: 0; margin-right: 0; }
.jexvsb {
  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;
}
.jexvsb:hover { opacity: 0.88; }
.hprfmhq9 .rwsl3b { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.hprfmhq9 .sn0ixzt { color: #e2e8f0; }
.hprfmhq9.t1x0   .izhuwoe { text-align: left; }
.u56s7 .rwsl3b { color: var(--text-primary); text-shadow: none; }
.u56s7 .sn0ixzt { color: var(--text-muted); }
.u56s7 .jexvsb { margin-top: 16px; }
.u56s7, .u56s7.ydholi { min-height: auto !important; }
.u56s7.t1x0   .izhuwoe { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.nq3x .rwsl3b { color: #fff; }
.nq3x .sn0ixzt { color: rgba(255,255,255,0.85); }
.nq3x .jexvsb { background: #fff; color: var(--cta); }
.nq3x .jexvsb:hover { opacity: 0.92; }
.esb21af .p4l22 { position: relative; overflow: hidden; }
.esb21af .p4l22::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.g8v72 .p4l22 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.i7nfsa .p4l22 { position: relative; overflow: hidden; }
.i7nfsa .p4l22::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;
}
.qegf83 .p4l22 { position: relative; overflow: hidden; }
.qegf83 .p4l22::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.yrs3 .p4l22 {
  animation: hg-fadein 1.2s ease-out both;
}
.p4l22 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.wrwlmoi {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.riydej5 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.p4l22 .rwsl3b { text-shadow: none; color: var(--text-primary); }
.p4l22 .sn0ixzt { color: var(--text-muted); }
body.fgymx .rwsl3b {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.z41c8i .rwsl3b {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ydholi.nq3x .rwsl3b,
section.nq3x .rwsl3b {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.p4l22.b0swd .wrwlmoi { align-items: center; text-align: center; }
.p4l22.t1x0   .wrwlmoi { align-items: flex-start; text-align: left; }
.c6ffb .riydej5 { position: relative; }
.c6ffb .riydej5::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.c6ffb.t720e .riydej5::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.dm59vi .riydej5 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.dm59vi.t720e .riydej5 { padding: 32px 0 32px 32px; }
.he3lsinb .riydej5 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.t720e .wrwlmoi {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.he3lsinb.t720e .riydej5 { padding: 40px 16px 40px 48px; }
.ydholi .s7fl2us {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.s7fl2us .ztw6e3 {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-areas:
    "rank"
    "logo"
    "name"
    "rating"
    "bonus"
    "cta" !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
  padding: 16px 18px 18px !important;
  font-size: 0.95rem;
  align-items: center;
  text-align: center;
}
.s7fl2us .ztw6e3::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.s7fl2us .yix1 { display: contents !important; }
.s7fl2us .yix1 .dl7intiq {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.s7fl2us .yix1 .dk52 { max-height: 48px; max-width: 96px; }
.s7fl2us .yix1 .wjyu9qj3 {
  display: block !important;
  grid-area: name;
  text-align: center; font-size: 1rem; font-weight: 700;
  line-height: 1.15; min-width: 0; max-width: 100%;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none;
}
.s7fl2us .sy71 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.s7fl2us .c968sg4k { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.s7fl2us .uke7 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.s7fl2us .uke7 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.s7fl2us .f8y4f { display: contents !important; }
.s7fl2us .f8y4f .z9i2:not(.zxba5b4) { display: none !important; }
.s7fl2us .f8y4f .zxba5b4 {
  grid-area: bonus;
  background: var(--accent-bg, rgba(0,0,0,.04)) !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  flex-direction: column !important; align-items: center; gap: 2px;
  min-width: 0; max-width: 100%; text-align: center;
}
.s7fl2us .f8y4f .zxba5b4 .rzbkq938 {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.s7fl2us .f8y4f .zxba5b4 .qun3i {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.s7fl2us .sryfj6 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.s7fl2us .sryfj6.zf98i5v {
  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;
}
.s7fl2us .sryfj6.zf98i5v:hover { opacity: 0.85; }
.b5c64g .riydej5 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
.vicurcc {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px !important;
  width: 100%;
}
@media (max-width: 700px) {
  .p4l22 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .p4l22:not(.b5c64g) .riydej5 { display: none !important; }
  .b5c64g .riydej5 { padding: 16px; }
  .wrwlmoi  { padding: 36px 24px; }
  .p4l22~.a2d9zo,.t720e~.a2d9zo{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ydholi, .p4l22 { min-height: 320px !important; }
  .rwsl3b { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .uvz27ys0,
  .vicurcc,
  .cezeux9d { grid-template-columns: 1fr !important; }

  

  
  .twi3ibr { display: flex !important; flex-direction: column !important; }
  .twi3ibr .izhuwoe { display: contents; }
  .twi3ibr .v1nzd7 { order: 0; }
  .twi3ibr .rwsl3b { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .twi3ibr .uvz27ys0 { order: 2; padding: 0 16px 12px !important; }
  .twi3ibr .sn0ixzt { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .fn8oov3 .izhuwoe { display: flex; flex-direction: column; }
  .fn8oov3 .izhuwoe .rwsl3b { order: 1; }
  .fn8oov3 .izhuwoe .cezeux9d { order: 2; margin: 8px 0 24px !important; }
  .fn8oov3 .izhuwoe .sn0ixzt { order: 3; }
  .fn8oov3 .izhuwoe .jexvsb { order: 4; align-self: center; margin-top: 0; }

  
  .p4l22.b5c64g {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .p4l22.b5c64g .wrwlmoi { display: contents; padding: 0; }
  .p4l22.b5c64g .wrwlmoi .rwsl3b { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .p4l22.b5c64g .riydej5 { order: 2; padding: 12px 16px; }
  .p4l22.b5c64g .wrwlmoi .sn0ixzt { order: 3; padding: 0 24px; margin: 0 auto; }
  .p4l22.b5c64g .wrwlmoi .jexvsb { order: 4; align-self: center; margin: 8px 0 32px; }
}
.kxzx0u3 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.m0vj1 { width: 100%; height: auto; display: block; border-radius: 10px; }
.k5zffq .kxzx0u3        { border-radius: 16px; }
.k5zffq .m0vj1  { border-radius: 16px; }
.vtn2r .kxzx0u3         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.vtn2r .m0vj1   { border-radius: 8px; }
.tcd0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.bp2fw7sf { width: 100%; padding: 32px 0; position: relative; }
.xgrbd4y { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ity3d .bp2fw7sf:nth-child(even) { background: var(--bg-surface); }
.ity3d .bp2fw7sf:nth-child(odd)  { background: var(--bg-page); }
.x97t11ni .bp2fw7sf:nth-child(even) { background: var(--bg-card); }
.x97t11ni .bp2fw7sf:nth-child(odd)  { background: var(--bg-page); }
.ity3d .bp2fw7sf:nth-child(odd)  .xgrbd4y { background: var(--bg-card); border-radius: 6px; }
.ity3d .bp2fw7sf:nth-child(even) .xgrbd4y { background: var(--bg-raised); border-radius: 6px; }
.x97t11ni .bp2fw7sf:nth-child(odd)  .xgrbd4y { background: var(--bg-card); border-radius: 6px; }
.x97t11ni .bp2fw7sf:nth-child(even) .xgrbd4y { background: var(--bg-raised); border-radius: 6px; }
.ity3d .bp2fw7sf:nth-child(even) .ri2j9dvt .jjqon,
.x97t11ni .bp2fw7sf:nth-child(even) .ri2j9dvt .jjqon { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ity3d .bp2fw7sf:nth-child(odd) .ri2j9dvt .jjqon,
.x97t11ni .bp2fw7sf:nth-child(odd) .ri2j9dvt .jjqon { background: var(--bg-card-inner); }
.ity3d .bp2fw7sf:nth-child(even) .dirbd .jjqon:nth-child(odd),
.x97t11ni .bp2fw7sf:nth-child(even) .dirbd .jjqon:nth-child(odd)  { background: var(--bg-card); }
.ity3d .bp2fw7sf:nth-child(even) .dirbd .jjqon:nth-child(even),
.x97t11ni .bp2fw7sf:nth-child(even) .dirbd .jjqon:nth-child(even) { background: var(--bg-card-inner); }
h1.rjir9 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.rjir9 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.rxy01s { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.bgcoi8n h2.rjir9 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rxlusw6p h2.rjir9 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.t66pw16 h2.rjir9 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.fhzxq73f h2.rjir9::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.e790ss h2.rjir9 {
  color: var(--text-primary); font-size: 1.7rem;
}
.bi6zqe4 h2.rjir9::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.lfj8fgd h2.rjir9 {
  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;
}
.ycj8 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ycj8 { display: none; } }
.dw0io { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.wplb6bm { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.fj84d0 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.acy7nuve { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.frf2sf { padding-left: 20px; }
.frf2sf li { margin-bottom: 6px; }
.frf2sf a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.frf2sf a:hover { color: var(--accent-light); }
.a0bak5j .acy7nuve { display: none; }
.a55b .acy7nuve { display: none; }
.a55b .frf2sf { padding-left: 0; list-style: none; }
.a55b .frf2sf li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.a55b .frf2sf a { font-size: 0.92rem; }
.zbck0bk .fj84d0 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zbck0bk .acy7nuve { display: none; }
.zbck0bk .frf2sf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zbck0bk .frf2sf li { margin-bottom: 0; }
.zbck0bk .frf2sf 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;
}
.zbck0bk .frf2sf a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.huplt .fj84d0 { padding: 20px 20px 16px; }
.huplt .frf2sf {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.huplt .frf2sf li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.huplt .frf2sf 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;
}
.huplt .frf2sf 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;
}
.huplt .frf2sf a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.huplt .frf2sf a:focus,
.huplt .frf2sf a:focus-visible,
.huplt .frf2sf a:target { outline: none; }
.huplt .frf2sf li:target a { border-color: var(--border); color: var(--text-muted); }
.wf84 .fj84d0 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.wf84 .acy7nuve { display: none; }
.wf84 .frf2sf { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.wf84 .frf2sf li { margin-bottom: 0; }
.wf84 .frf2sf li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.wf84 .frf2sf li:last-child::after { content: ""; margin-right: 0; }
.wf84 .frf2sf a { font-size: 0.9rem; }
.jjqon { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ri2j9dvt .jjqon { background: var(--bg-card); }
.dirbd .jjqon:nth-child(odd)  { background: var(--bg-card); }
.dirbd .jjqon:nth-child(even) { background: var(--bg-raised); }
.ehvn0 .jjqon {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ehvn0 .jjqon:last-child { border-bottom: none; }
.ehvn0 h3.rxy01s { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.yahf .jjqon {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.yahf .jjqon + .jjqon { margin-top: 4px; }
.ocwo .jjqon { background: none; border-radius: 0; padding: 12px 0; }
.ocwo .jjqon + .jjqon { border-top: 1px solid var(--border-section); }
.nd8s { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.gbe1cq1 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.s9otm5, .ecp14 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.s9otm5 li, .ecp14 li { margin-bottom: 6px; }
.ecp14 li { list-style: decimal; }
.bewt     .s9otm5 { list-style-type: "● "; }
.kb9a8  .s9otm5 { list-style-type: "■ "; }
.hnrfa4 .s9otm5 { list-style-type: "◆ "; }
.c3vxkp    .s9otm5 { list-style-type: "★ "; }
.bewt     .gomm0 { list-style-type: "● "; }
.kb9a8  .gomm0 { list-style-type: "■ "; }
.hnrfa4 .gomm0 { list-style-type: "◆ "; }
.c3vxkp    .gomm0 { list-style-type: "★ "; }
.bewt    .s9otm5 li::marker, .bewt    .gomm0 li::marker,
.kb9a8 .s9otm5 li::marker, .kb9a8 .gomm0 li::marker,
.hnrfa4 .s9otm5 li::marker, .hnrfa4 .gomm0 li::marker,
.c3vxkp   .s9otm5 li::marker, .c3vxkp   .gomm0 li::marker {
  color: var(--cta); font-size: 1em;
}
.bewt .ecp14,
.kb9a8 .ecp14,
.hnrfa4 .ecp14,
.c3vxkp .ecp14 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.bewt .ecp14 li,
.kb9a8 .ecp14 li,
.hnrfa4 .ecp14 li,
.c3vxkp .ecp14 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.bewt .ecp14 li::before,
.kb9a8 .ecp14 li::before,
.hnrfa4 .ecp14 li::before,
.c3vxkp .ecp14 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;
}
.bewt     .ecp14 li::before { border-radius: 50%; }
.kb9a8  .ecp14 li::before { border-radius: 3px; }
.hnrfa4 .ecp14 li::before { border-radius: 3px; }
.c3vxkp    .ecp14 li::before { border-radius: 50%; }
.is7lmws { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.znsn .is7lmws,
.u7pbbv .is7lmws { background: transparent; border: none; border-radius: 0; }
.hb0t4h { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hb0t4h th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.hb0t4h td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.hb0t4h tr:hover td { background: var(--bg-hover); }
.toiwl .hb0t4h tbody tr:nth-child(even) td { background: var(--bg-surface); }
.xoim .hb0t4h { border: 1px solid var(--border-alt); }
.xoim .hb0t4h th,
.xoim .hb0t4h td { border: 1px solid var(--border-alt); }
.vaxnkws .hb0t4h th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.vaxnkws .hb0t4h td { border-bottom: none; }
.vaxnkws .hb0t4h tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ds5tps .hb0t4h th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.h832q .is7lmws {
  overflow: hidden;
}
.h832q .hb0t4h th { border-bottom: 1px solid var(--border-alt); }
.h832q .hb0t4h tr:last-child td { border-bottom: none; }
.we9c1q { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.gy7gx6s { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.kbnzly { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.hjtimzf { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.xon5pc { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.gomm0 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.gomm0 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%}
.nr6cg6 .hjtimzf { background: transparent; text-align: center; }
.atls .kbnzly {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.iodm .kbnzly {
  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);
}
.yva3th .gy7gx6s { display: grid; grid-template-columns: auto 1fr; }
.yva3th .kbnzly {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.yva3th .hjtimzf { grid-column: 2; }
.yva3th .xon5pc,
.yva3th .gomm0 { grid-column: 1 / -1; }
.mdgg .gy7gx6s { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.mdgg .kbnzly {
  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);
}
.mdgg .hjtimzf { grid-column: 2; }
.mdgg .xon5pc,
.mdgg .gomm0 { grid-column: 1 / -1; }
.yc4u .gy7gx6s { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.yc4u .hjtimzf { background: none; color: var(--accent-light); font-weight: 700; }
.cx12v .gy7gx6s { 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); }
.cx12v .hjtimzf { background: none; color: var(--accent-light); font-weight: 700; }
.rzm9 .gy7gx6s { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.rzm9 .gy7gx6s:last-child { border-bottom: none; }
.rzm9 .hjtimzf { background: none; color: var(--accent-light); font-weight: 700; }
.f313 .gy7gx6s { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.f313 .hjtimzf { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.p9f9rf .we9c1q { counter-reset: card-n; }
.p9f9rf .gy7gx6s  { counter-increment: card-n; }
.p9f9rf .hjtimzf { display: flex; align-items: center; gap: 10px; }
.p9f9rf .hjtimzf::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;
}
.moq3 .gy7gx6s { background: var(--bg-surface); border: 1px solid var(--border); }
.moq3 .hjtimzf { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.pwt6eocs { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.j966vvs  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.nuuj9 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.lw7ti2t { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.pwt6eocs strong { color: var(--text-primary); font-size: 0.95rem; }
.pwt6eocs p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rolvc0jf { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ae57i1d, .ein610z { border-radius: 8px; padding: 14px; }
.ae57i1d { background: var(--bg-pros); }
.ein610z { background: var(--bg-cons); }
.dg79fxbz { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ae57i1d .dg79fxbz { color: var(--c-pros-label); }
.ein610z .dg79fxbz { color: #f87171; }
.ae57i1d ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ein610z ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.m0vj1 { width: 100%; height: auto; border-radius: 10px; display: block; }
.zf98i5v {
  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;
}
.zf98i5v:hover { opacity: 0.85; }
.yvovzj .zf98i5v  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.yvovzj .zf98i5v:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.nrw5 .zf98i5v  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.nrw5 .zf98i5v:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xej3kh .jexvsb { border-radius: 50px; }
.xej3kh .zf98i5v  { border-radius: 50px; }
.wj9w7 .jexvsb { padding-left: 22px; padding-right: 22px; }
.wj9w7 .zf98i5v  { padding-left: 12px; padding-right: 12px; }
.kubya .jexvsb { padding-left: 44px; padding-right: 44px; }
.kubya .zf98i5v  { padding-left: 24px; padding-right: 24px; }
.u9qmmxdn .jexvsb { padding-left: 56px; padding-right: 56px; }
.u9qmmxdn .zf98i5v  { padding-left: 32px; padding-right: 32px; }
.l4nd1l5h   .jexvsb::after, .l4nd1l5h   .zf98i5v::after,
.gxww .jexvsb::after, .gxww .zf98i5v::after,
.unez    .jexvsb::after, .unez    .zf98i5v::after,
.awemi    .jexvsb::after, .awemi    .zf98i5v::after,
.vvpw2p1    .jexvsb::after, .vvpw2p1    .zf98i5v::after,
.pj1vqll2     .jexvsb::after, .pj1vqll2     .zf98i5v::after,
.thdjsozw    .jexvsb::after, .thdjsozw    .zf98i5v::after,
.byhf80r   .jexvsb::after, .byhf80r   .zf98i5v::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;
}
.l4nd1l5h .jexvsb::after, .l4nd1l5h .zf98i5v::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");
}
.gxww .jexvsb::after, .gxww .zf98i5v::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");
}
.unez .jexvsb::after, .unez .zf98i5v::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");
}
.awemi .jexvsb::after, .awemi .zf98i5v::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");
}
.vvpw2p1 .jexvsb::after, .vvpw2p1 .zf98i5v::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");
}
.pj1vqll2 .jexvsb::after, .pj1vqll2 .zf98i5v::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");
}
.thdjsozw .jexvsb::after, .thdjsozw .zf98i5v::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");
}
.byhf80r .jexvsb::after, .byhf80r .zf98i5v::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");
}
.iiubyi   .y1mb::after, .iiubyi   .tukec::after,
.sdty0p .y1mb::after, .sdty0p .tukec::after,
.m0fc2v4    .y1mb::after, .m0fc2v4    .tukec::after,
.gcde7d    .y1mb::after, .gcde7d    .tukec::after,
.ss5x51zv    .y1mb::after, .ss5x51zv    .tukec::after,
.nbte     .y1mb::after, .nbte     .tukec::after,
.hbav8l    .y1mb::after, .hbav8l    .tukec::after,
.i9e7tt   .y1mb::after, .i9e7tt   .tukec::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;
}
.iiubyi .y1mb::after, .iiubyi .tukec::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");
}
.sdty0p .y1mb::after, .sdty0p .tukec::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");
}
.m0fc2v4 .y1mb::after, .m0fc2v4 .tukec::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");
}
.gcde7d .y1mb::after, .gcde7d .tukec::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");
}
.ss5x51zv .y1mb::after, .ss5x51zv .tukec::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");
}
.nbte .y1mb::after, .nbte .tukec::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");
}
.hbav8l .y1mb::after, .hbav8l .tukec::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");
}
.i9e7tt .y1mb::after, .i9e7tt .tukec::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");
}
.ydp4 {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
  overflow-x: clip;
  counter-reset: cs-rank;
}
.ztw6e3 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 18px 22px;
  display: grid;
  
  grid-template-columns: auto auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  counter-increment: cs-rank;
  transition: background .15s, box-shadow .15s, border-color .15s;
}
.ztw6e3 > * { min-width: 0; }
.ztw6e3:hover { background: var(--bg-hover); }
.ztw6e3 > [itemprop="item"] { display: contents; }
.ztw6e3 [itemprop="itemReviewed"],
.ztw6e3 [itemprop="reviewRating"] { display: none; }
.ztw6e3::before {
  content: counter(cs-rank);
  grid-column: 1;
  font-size: 1.4rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; width: 28px; text-align: center;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.yix1 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.dl7intiq {
  background: var(--accent-bg);
  border-radius: 10px; padding: 6px 10px;
  display: flex; align-items: center; justify-content: center;
  width: 130px; height: 64px; flex-shrink: 0;
}
.dk52 { max-height: 52px; max-width: 110px; object-fit: contain; }
.wjyu9qj3 {
  font-weight: 700; font-size: 1rem;
  color: var(--text-primary); line-height: 1.2;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; hyphens: auto;
}
.frepxu2 .dl7intiq    { background: #1a1a1a; }
.kvwcv8d .dl7intiq   { background: rgba(128,128,128,.12); }
.jh19bbuo .dl7intiq { background: var(--bg-raised); }
.trk0p .dl7intiq    { background: transparent; padding: 0; }
.sy71 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.c968sg4k { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.uke7 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.f8y4f {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.z9i2 {
  background: var(--accent-bg, rgba(0,0,0,.04));
  border-radius: 10px;
  padding: 10px 12px;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; min-width: 0;
  text-align: center; line-height: 1.25;
}
.rzbkq938 {
  
  color: var(--text-muted);
  opacity: 0.65;
  font-size: .72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.qun3i {
  
  color: var(--accent);
  font-weight: 800; font-size: 1rem; line-height: 1.25;
  min-width: 0; max-width: 100%;
  overflow-wrap: break-word; word-break: break-word;
}
.sryfj6 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.sryfj6.zf98i5v {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ztw6e3 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ztw6e3::before    { grid-area: rank;   }
  .yix1           { grid-area: ident;  }
  .sy71     { grid-area: rating; min-width: 0; width: auto; }
  .f8y4f           { grid-area: pills;  }
  .sryfj6             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ztw6e3 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ztw6e3::before    { justify-self: center; }
  .yix1           { width: 100%; }
  .sy71     { justify-self: center; }
  .f8y4f           { grid-template-columns: 1fr; }
}
.qisei3mw {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.p6mk {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.cxpzbz5 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.cxpzbz5 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.dnml5ur { flex: 1; }
.dnml5ur h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.oajsu { color: var(--c-stars); font-size: 1.1rem; }
.qk1k { margin-bottom: 8px; }
.egufa { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.etbimmhz::before   { content: "★ "; color: var(--accent-light); }
.tvk0fzq { flex-shrink: 0; }
.weyn img.ne0h6cd5 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.znsn { padding: 20px 24px; }
.dlff { color: var(--text-muted); margin-bottom: 16px; }
.pg4j0 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.kri9, .odmk { list-style: none; font-size: 0.9rem; }
.kri9 li { color: var(--c-pros); margin-bottom: 4px; }
.odmk li { color: var(--c-cons); margin-bottom: 4px; }
.kri9 li::before { content: "✓"; margin-right: 5px; }
.odmk li::before { content: "✗"; margin-right: 5px; }
.xz76ex8 .kri9 li::before { content: "→"; }
.xz76ex8 .odmk li::before { content: "–"; }
.ik39wp  .kri9 li::before { content: "★"; }
.ik39wp  .odmk li::before { content: "✕"; }
.g2xsx    .kri9 li::before { content: "◆"; }
.g2xsx    .odmk li::before { content: "▲"; }
.aqjc  .kri9 li::before { content: "▶"; }
.aqjc  .odmk li::before { content: "■"; }
.t0wl8e { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.rf6swrq { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.edkg { background: var(--bg-pros); color: var(--c-tag-pay); }
.r9et { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.khnqpdd .r9et { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.yyeko .r9et { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .kyvw31wn .rh0na {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .kyvw31wn .qisei3mw { margin: 0; }
}
.gjj5 .p6mk { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.gjj5 .dnml5ur h3 { color: var(--accent-light); }
.gjj5 .cxpzbz5 { background: var(--bg-page); border: 1px solid var(--border); }
.ie2bay1 .qisei3mw { border-top: 4px solid var(--accent); }
.ie2bay1 .p6mk { background: var(--bg-card); }
.tyfvpe6 .qisei3mw { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.tyfvpe6 .p6mk { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.tyfvpe6 .znsn { padding: 14px 16px; }
.tyfvpe6 .cxpzbz5 { border-radius: 4px; }
.tyfvpe6 .r9et { border-radius: 0; }
.nvqgs4 .p6mk { padding: 0; gap: 0; overflow: hidden; }
.nvqgs4 .cxpzbz5 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.nvqgs4 .dnml5ur { padding: 16px 20px; }
.nvqgs4 .tvk0fzq { padding: 16px 20px; align-self: center; }
.bjq3p .oajsu { font-size: .95rem; }
.u7pbbv .rolvc0jf { gap: 10px; }
.u7pbbv .ae57i1d, .u7pbbv .ein610z { padding: 12px; }
.u7pbbv .ae57i1d ul, .u7pbbv .ein610z ul { margin: 4px 0 0; padding-left: 18px; }
.u7pbbv .ae57i1d li, .u7pbbv .ein610z li { font-size: .85rem; margin-bottom: 3px; }
.wdyasba .rf6swrq { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .bjw54mr { grid-template-columns: 1fr; }
  .h7n8hyi { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .h7n8hyi .u266bu { width: 72px; height: 50px; }
  .h7n8hyi .sjj7q { max-width: 180px; }
  .h7n8hyi .xjyqo { width: auto; }
}
.y3vvmaqd .bjq3p .oajsu { filter: brightness(1.2); }
@media (max-width: 720px) {
  .y3vvmaqd { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ni0d2nt { padding: 16px; }
  .f3zpj .qg2nigf { min-width: 50%; }
}
.bjcb1own .rolvc0jf { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .y2xwd6t { grid-template-columns: 1fr; }
  .sc2of { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .anz3jc { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .mphx { flex-wrap: wrap; padding: 16px; }
}
.tpnzi .rolvc0jf { gap: 8px; }
.tpnzi .ae57i1d, .tpnzi .ein610z { padding: 8px; }
@media (max-width: 480px) {
  .zm1phvq { flex-direction: column; align-items: stretch; }
}
.fhnjm4m .xjyqo .zf98i5v { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .wn3imd3r { flex-direction: column; align-items: stretch; gap: 10px; }
  .fhnjm4m .xjyqo { text-align: center; }
}
@media (max-width: 720px) {
  .oor2 { grid-template-columns: 1fr; }
  .fxqh4k { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nydn6 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.em492a .ghpoa { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.wf7pn65 .oajsu { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .buys { grid-template-columns: 1fr; }
  .wf7pn65 { width: 100px; height: 100px; margin: 16px auto; }
  .em492a { font-size: 1.4rem; }
  .upg7x7f3 { justify-content: center; }
  .vwrf43it .qg2nigf { min-width: 50%; }
}
.p2au8jn .rolvc0jf { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .we30 { flex-wrap: wrap; padding: 14px 16px; }
  .c8e7dc5 { padding: 12px 16px; }
  .p2au8jn .rolvc0jf { margin: 0 16px; }
  .p2au8jn .wdyasba { padding: 0 16px; }
  .efcfe2qc { padding: 12px 16px; }
}
.azbiyg .ztw6e3 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.azbiyg .ztw6e3:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.x52kn5yi .ydp4 { gap: 18px; }
.x52kn5yi .ztw6e3 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.x52kn5yi .ztw6e3:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.xyhzk .ydp4 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.xyhzk .ztw6e3 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.xyhzk .ztw6e3:last-child { border-bottom: none; }
.xyhzk .yix1,
.xyhzk .sy71,
.xyhzk .f8y4f {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.smdet .ydp4 { gap: 0; }
.smdet .ztw6e3 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.smdet .ztw6e3:last-child { border-bottom: none; }
.smdet .ztw6e3:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.smdet .ztw6e3:nth-child(even):hover { background: var(--bg-hover); }
.uvkfzdo4 .ztw6e3 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.qdfgara6 .f8y4f .z9i2 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.qdfgara6 .f8y4f .z9i2:first-child { border-left: none; }
.dai9j .f8y4f .z9i2 {
  background: transparent; padding: 4px 8px;
}
.dai9j .f8y4f .rzbkq938 { font-size: .65rem; opacity: .65; }
.dai9j .f8y4f .qun3i   { font-size: 1.15rem; color: var(--accent-light); }
.vh8oh4 .f8y4f .z9i2 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.uke7 { display: none; }
.pzxv57i .c968sg4k { font-size: 1rem; letter-spacing: 2px; }
.df8h2 .c968sg4k {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.nmuvbf9h .c968sg4k,
.arkx3q0 .c968sg4k,
.poek2 .c968sg4k { display: none; }
.nmuvbf9h .uke7,
.arkx3q0 .uke7,
.poek2 .uke7 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.nmuvbf9h .uke7 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.nmuvbf9h .uke7 small { display: none; }
.arkx3q0 .uke7 {
  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;
}
.arkx3q0 .uke7 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.poek2 .uke7 {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.poek2 .uke7 small { display: none; }
.nmuvbf9h .qk1k .oajsu,
.arkx3q0 .qk1k .oajsu,
.poek2 .qk1k .oajsu { display: none; }
.nmuvbf9h .qk1k strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.nmuvbf9h .ghpoa { display: none; }
.arkx3q0 .qk1k 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;
}
.arkx3q0 .fyim7f7,
.arkx3q0 .ghpoa { font-size: 1em; }
.poek2 .qk1k strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.poek2 .ghpoa { display: none; }
.i6wxs6zb { margin: 16px 0; }
.k9s5t5 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.k9s5t5 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.k9s5t5 summary::after { content: "+"; color: var(--accent-light); }
.k9s5t5[open] summary::after { content: "−"; }
.k9s5t5 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.bp2fw7sf { margin-bottom: 0; }
.pq9fxw h2.rjir9 { color: var(--text-primary); border-color: var(--accent-light); }
.swvidpjq h2.rjir9 { color: var(--text-primary); border-color: var(--accent-light); }
.zibjzhw .j966vvs     { background: #052e16; border-color: #10b981; }
.zibjzhw .nuuj9    { background: #1e1036; border-color: #a855f7; }
.zibjzhw .pwt6eocs strong  { color: #f1f5f9; }
.zibjzhw .pwt6eocs p       { color: #cbd5e1; }
.zibjzhw .mertl    .j966vvs     .lw7ti2t::before,
.zibjzhw .kwwn9wd  .j966vvs     .lw7ti2t::before,
.zibjzhw .nduz0q8  .j966vvs     .lw7ti2t::before,
.zibjzhw .qo3g7a49 .j966vvs     .lw7ti2t::before { color: #10b981; }
.zibjzhw .mertl    .f8isysy2 .lw7ti2t::before,
.zibjzhw .kwwn9wd  .f8isysy2 .lw7ti2t::before,
.zibjzhw .nduz0q8  .f8isysy2 .lw7ti2t::before,
.zibjzhw .qo3g7a49 .f8isysy2 .lw7ti2t::before { color: #f43f5e; }
.zibjzhw .mertl    .nuuj9    .lw7ti2t::before,
.zibjzhw .kwwn9wd  .nuuj9    .lw7ti2t::before,
.zibjzhw .nduz0q8  .nuuj9    .lw7ti2t::before,
.zibjzhw .qo3g7a49 .nuuj9    .lw7ti2t::before { color: #a855f7; }
.xeih5p .j966vvs     { background: #2d2000; border-color: #eab308; }
.xeih5p .nuuj9    { background: #2d1600; border-color: #f97316; }
.xeih5p .pwt6eocs strong  { color: #f1f5f9; }
.xeih5p .pwt6eocs p       { color: #cbd5e1; }
.xeih5p .mertl    .j966vvs     .lw7ti2t::before,
.xeih5p .kwwn9wd  .j966vvs     .lw7ti2t::before,
.xeih5p .nduz0q8  .j966vvs     .lw7ti2t::before,
.xeih5p .qo3g7a49 .j966vvs     .lw7ti2t::before { color: #eab308; }
.xeih5p .mertl    .f8isysy2 .lw7ti2t::before,
.xeih5p .kwwn9wd  .f8isysy2 .lw7ti2t::before,
.xeih5p .nduz0q8  .f8isysy2 .lw7ti2t::before,
.xeih5p .qo3g7a49 .f8isysy2 .lw7ti2t::before { color: #ef4444; }
.xeih5p .mertl    .nuuj9    .lw7ti2t::before,
.xeih5p .kwwn9wd  .nuuj9    .lw7ti2t::before,
.xeih5p .nduz0q8  .nuuj9    .lw7ti2t::before,
.xeih5p .qo3g7a49 .nuuj9    .lw7ti2t::before { color: #f97316; }
.unpvd9p .j966vvs     { background: #0c1a2e; border-color: #38bdf8; }
.unpvd9p .nuuj9    { background: #0a2020; border-color: #2dd4bf; }
.unpvd9p .pwt6eocs strong  { color: #f1f5f9; }
.unpvd9p .pwt6eocs p       { color: #cbd5e1; }
.unpvd9p .mertl    .j966vvs     .lw7ti2t::before,
.unpvd9p .kwwn9wd  .j966vvs     .lw7ti2t::before,
.unpvd9p .nduz0q8  .j966vvs     .lw7ti2t::before,
.unpvd9p .qo3g7a49 .j966vvs     .lw7ti2t::before { color: #38bdf8; }
.unpvd9p .mertl    .f8isysy2 .lw7ti2t::before,
.unpvd9p .kwwn9wd  .f8isysy2 .lw7ti2t::before,
.unpvd9p .nduz0q8  .f8isysy2 .lw7ti2t::before,
.unpvd9p .qo3g7a49 .f8isysy2 .lw7ti2t::before { color: #818cf8; }
.unpvd9p .mertl    .nuuj9    .lw7ti2t::before,
.unpvd9p .kwwn9wd  .nuuj9    .lw7ti2t::before,
.unpvd9p .nduz0q8  .nuuj9    .lw7ti2t::before,
.unpvd9p .qo3g7a49 .nuuj9    .lw7ti2t::before { color: #2dd4bf; }
.s5we8o9 .j966vvs     { background: var(--accent-bg); border-color: var(--accent-light); }
.s5we8o9 .f8isysy2 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.s5we8o9 .nuuj9    { background: var(--accent-bg); border-color: var(--accent-pale); }
.s5we8o9 .mertl    .lw7ti2t::before,
.s5we8o9 .kwwn9wd  .lw7ti2t::before,
.s5we8o9 .nduz0q8  .lw7ti2t::before,
.s5we8o9 .qo3g7a49 .lw7ti2t::before { color: var(--accent-light) !important; }
.quurs::before,
.o99bh1::before { margin-right: 5px; }
.bouyqgh2 .ae57i1d ul li,
.bouyqgh2 .kri9 li         { color: #4ade80; }
.bouyqgh2 .ae57i1d .quurs { color: #22c55e; }
.bouyqgh2 .ein610z ul li,
.bouyqgh2 .odmk li         { color: #f87171; }
.bouyqgh2 .ein610z .o99bh1 { color: #ef4444; }
.wjols7tk .ae57i1d { background: var(--bg-pros); }
.wjols7tk .ein610z { background: var(--bg-cons); }
.wjols7tk .ae57i1d .quurs { color: var(--c-pros-label); }
.wjols7tk .ein610z .o99bh1 { color: var(--c-cons); }
.wjols7tk .ae57i1d ul li,
.wjols7tk .kri9 li            { color: var(--c-pros); }
.wjols7tk .ein610z ul li,
.wjols7tk .odmk li            { color: var(--c-cons); }
.x02ormf .ae57i1d { background: var(--bg-pros); }
.x02ormf .ein610z { background: var(--bg-cons); }
.x02ormf .ae57i1d .quurs { color: var(--c-pros-label); }
.x02ormf .ein610z .o99bh1 { color: var(--c-cons); }
.x02ormf .ae57i1d ul li,
.x02ormf .kri9 li          { color: var(--c-pros); }
.x02ormf .ein610z ul li,
.x02ormf .odmk li          { color: var(--c-cons); }
.kg0uls60 .quurs::before { content: "✓ "; }
.kg0uls60 .o99bh1::before { content: "✗ "; }
.xz76ex8 .quurs::before { content: "→ "; }
.xz76ex8 .o99bh1::before { content: "← "; }
.ik39wp .quurs::before { content: "★ "; }
.ik39wp .o99bh1::before { content: "✕ "; }
.g2xsx .quurs::before { content: "◆ "; }
.g2xsx .o99bh1::before { content: "▲ "; }
.yyeko .pwt6eocs { background: transparent; border-left: none; border: 1.5px solid; }
.yyeko .j966vvs     { border-color: var(--c-tip-border); }
.yyeko .f8isysy2 { border-color: var(--c-warn-border); }
.yyeko .nuuj9    { border-color: #60a5fa; }
.yyeko .pwt6eocs strong { color: var(--text-primary); }
.yyeko .pwt6eocs p      { color: var(--text-muted); }
.khnqpdd .pwt6eocs { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.khnqpdd .j966vvs     { border-top-color: var(--c-tip-border); }
.khnqpdd .nuuj9    { border-top-color: #60a5fa; }
.xie1 .pwt6eocs { border-left: none; border-radius: 8px; }
.xie1 .j966vvs     { background: #065f46; }
.xie1 .nuuj9    { background: #1e3a8a; }
.xie1 .pwt6eocs strong,
.xie1 .pwt6eocs p { color: #fff; }
.xie1 .lw7ti2t::before { color: rgba(255,255,255,0.85) !important; }
.zibjzhw.xie1 .j966vvs,
.zibjzhw .xie1 .j966vvs     { background: #052e16; }
.zibjzhw.xie1 .nuuj9,
.zibjzhw .xie1 .nuuj9    { background: #1e1036; }
.xeih5p.xie1 .j966vvs,
.xeih5p .xie1 .j966vvs      { background: #2d2000; }
.xeih5p.xie1 .nuuj9,
.xeih5p .xie1 .nuuj9     { background: #2d1600; }
.unpvd9p.xie1 .j966vvs,
.unpvd9p .xie1 .j966vvs      { background: #0c1a2e; }
.unpvd9p.xie1 .nuuj9,
.unpvd9p .xie1 .nuuj9     { background: #0a2020; }
.fs8hjsc .pwt6eocs { border-left: none; border-radius: 6px; padding: 10px 14px; }
.fs8hjsc .j966vvs     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.fs8hjsc .nuuj9    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.fs8hjsc .pwt6eocs strong { color: var(--text-primary); }
.fs8hjsc .pwt6eocs p      { color: var(--text-muted); }
.xeib .pwt6eocs { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.mertl .lw7ti2t,
.kwwn9wd .lw7ti2t,
.nduz0q8 .lw7ti2t,
.qo3g7a49 .lw7ti2t { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.mertl .lw7ti2t::before,
.kwwn9wd .lw7ti2t::before,
.nduz0q8 .lw7ti2t::before,
.qo3g7a49 .lw7ti2t::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.mertl .j966vvs     .lw7ti2t::before { content: "✦"; color: var(--c-tip-border); }
.mertl .f8isysy2 .lw7ti2t::before { content: "▲"; color: var(--c-warn-border); }
.mertl .nuuj9    .lw7ti2t::before { content: "◉"; color: #60a5fa; }
.kwwn9wd .j966vvs     .lw7ti2t::before { content: "★"; color: var(--c-tip-border); }
.kwwn9wd .f8isysy2 .lw7ti2t::before { content: "◆"; color: var(--c-warn-border); }
.kwwn9wd .nuuj9    .lw7ti2t::before { content: "●"; color: #60a5fa; }
.nduz0q8 .j966vvs     .lw7ti2t::before { content: "▶"; color: var(--c-tip-border); }
.nduz0q8 .f8isysy2 .lw7ti2t::before { content: "■"; color: var(--c-warn-border); }
.nduz0q8 .nuuj9    .lw7ti2t::before { content: "▸"; color: #60a5fa; }
.qo3g7a49 .j966vvs     .lw7ti2t::before { content: "→"; color: var(--c-tip-border); }
.qo3g7a49 .f8isysy2 .lw7ti2t::before { content: "⬥"; color: var(--c-warn-border); }
.qo3g7a49 .nuuj9    .lw7ti2t::before { content: "◈"; color: #60a5fa; }
.kfpi8gw .ri2j9dvt .jjqon,
.kfpi8gw .dirbd .jjqon  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.kfpi8gw .gy7gx6s                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.kfpi8gw .ztw6e3                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.kfpi8gw .qisei3mw            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.kfpi8gw .is7lmws          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kfpi8gw .fj84d0                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.yfpr .ri2j9dvt .jjqon,
.yfpr .dirbd .jjqon,
.yfpr .gy7gx6s,
.yfpr .ztw6e3,
.yfpr .qisei3mw,
.yfpr .is7lmws,
.yfpr .fj84d0,
.yfpr .xeib .pwt6eocs { box-shadow: none; }
.bt6nb47   .ljrppj, .bt6nb47 .nd8s, .bt6nb47 .gbe1cq1,
.bt6nb47   .dw0io, .bt6nb47 .wplb6bm { font-size: 0.9rem; }
.bt6nb47   .s9otm5, .bt6nb47 .ecp14 { font-size: 0.9rem; }
.kru93   .ljrppj, .kru93 .nd8s, .kru93 .gbe1cq1,
.kru93   .dw0io, .kru93 .wplb6bm { font-size: 0.95rem; }
.kru93   .s9otm5, .kru93 .ecp14 { font-size: 0.95rem; }
.lefx4iv   .ljrppj, .lefx4iv .nd8s, .lefx4iv .gbe1cq1,
.lefx4iv   .dw0io, .lefx4iv .wplb6bm { font-size: 1.08rem; }
.lefx4iv   .s9otm5, .lefx4iv .ecp14 { font-size: 1.05rem; }
.lefx4iv   .hb0t4h { font-size: 0.97rem; }
.kxg46p .rwsl3b      { font-size: 3.2rem; }
.kxg46p h2.rjir9 { font-size: 1.9rem; }
.kxg46p h3.rxy01s     { font-size: 1.4rem; }
.geiunmmz .rwsl3b      { font-size: 3.8rem; }
.geiunmmz h2.rjir9 { font-size: 2.2rem; }
.geiunmmz h3.rxy01s     { font-size: 1.6rem; }
.bp2fw7sf + .bp2fw7sf { position: relative; }
.ufllfkuc   .bp2fw7sf + .bp2fw7sf::before,
.dkcm  .bp2fw7sf + .bp2fw7sf::before,
.kaqkyxc2   .bp2fw7sf + .bp2fw7sf::before,
.t607l   .bp2fw7sf + .bp2fw7sf::before,
.ex81   .bp2fw7sf + .bp2fw7sf::before,
.kmtahqe .bp2fw7sf + .bp2fw7sf::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ufllfkuc .bp2fw7sf + .bp2fw7sf::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.dkcm .bp2fw7sf + .bp2fw7sf::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.kaqkyxc2 .bp2fw7sf + .bp2fw7sf::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;
}
.t607l .bp2fw7sf + .bp2fw7sf::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.wupl .bp2fw7sf { margin-bottom: 16px; }
.wupl .bp2fw7sf + .bp2fw7sf { margin-top: 0; }
.wupl .xgrbd4y { padding-top: 0; padding-bottom: 0; }
.ex81 .bp2fw7sf + .bp2fw7sf::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.kmtahqe .bp2fw7sf + .bp2fw7sf::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.j2njoh4 .bp2fw7sf + .bp2fw7sf::before,
.gweq .bp2fw7sf + .bp2fw7sf::before,
.x3sx85 .bp2fw7sf + .bp2fw7sf::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%;
}
.ity3d .j2njoh4 .bp2fw7sf:nth-child(even)::before,
.ity3d .gweq .bp2fw7sf:nth-child(even)::before,
.ity3d .x3sx85 .bp2fw7sf:nth-child(even)::before { background: var(--bg-surface); }
.x97t11ni .j2njoh4 .bp2fw7sf:nth-child(even)::before,
.x97t11ni .gweq .bp2fw7sf:nth-child(even)::before,
.x97t11ni .x3sx85 .bp2fw7sf:nth-child(even)::before { background: var(--bg-card); }
.j2njoh4 .bp2fw7sf + .bp2fw7sf::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");
}
.gweq .bp2fw7sf + .bp2fw7sf::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");
}
.x3sx85 .bp2fw7sf + .bp2fw7sf::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");
}
.ienm .wrwlmoi,
.upo72say .wrwlmoi { padding-bottom: 60px; }
.dtsbk .wrwlmoi { padding-bottom: 70px; }
.gt95on8s .hprfmhq9:not(.nq3x) .v1nzd7 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gt95on8s .nq3x { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.gt95on8s .uenoe36 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.gt95on8s .p4l22 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.timz .p4l22 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.yz1xjnb .p4l22 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.xrahvev .p4l22 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.o0lpoow .p4l22 { background: var(--accent-bg); }
.pvcmtm .kxzx0u3 { float: left; width: 38%; margin: 0 28px 16px 0; }
.pvcmtm .kxzx0u3 .m0vj1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.pvcmtm .xgrbd4y::after { content: ''; display: block; clear: both; }
.sp7i2 .kxzx0u3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.sp7i2 .kxzx0u3 .m0vj1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.sp7i2 .xgrbd4y::after { content: ''; display: block; clear: both; }
.is3q .bp2fw7sf:nth-child(odd)  .kxzx0u3 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.is3q .bp2fw7sf:nth-child(even) .kxzx0u3 { float: right; width: 38%; margin: 0 0 16px 28px; }
.is3q .kxzx0u3 .m0vj1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.is3q .xgrbd4y::after { content: ''; display: block; clear: both; }
.pvcmtm .we9c1q,
.pvcmtm .ydp4,
.sp7i2 .we9c1q,
.sp7i2 .ydp4,
.is3q .we9c1q,
.is3q .ydp4 { clear: both; }
@media (max-width: 900px) {
  .pvcmtm .kxzx0u3,
  .sp7i2 .kxzx0u3,
  .is3q .bp2fw7sf:nth-child(odd)  .kxzx0u3,
  .is3q .bp2fw7sf:nth-child(even) .kxzx0u3 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .pvcmtm .kxzx0u3 .m0vj1,
  .sp7i2 .kxzx0u3 .m0vj1,
  .is3q .kxzx0u3 .m0vj1 {
    max-height: none !important;
  }
}
.pvcmtm .s9otm5,
.pvcmtm .ecp14,
.sp7i2 .s9otm5,
.sp7i2 .ecp14,
.is3q .s9otm5,
.is3q .ecp14 { overflow: hidden; }
@media (max-width: 640px) {
  .pvcmtm .kxzx0u3,
  .sp7i2 .kxzx0u3,
  .is3q .kxzx0u3 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.nb90k .tcd0,
.nb90k .xgrbd4y,
.nb90k .s5knvi  { max-width: 1100px; }
.x356m93 .tcd0,
.x356m93 .xgrbd4y,
.x356m93 .s5knvi  { max-width: 1200px; }
.tx332 .tcd0,
.tx332 .xgrbd4y,
.tx332 .s5knvi  { max-width: 1320px; }
.cffl9c1 { font-size: 0.82rem; color: var(--text-muted); }
.me5yit0 { display: flex; align-items: center; }
.el9ci {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.w9iw { display: flex; align-items: center; }
.hmmp { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.hmmp:hover { text-decoration: underline; }
.anzos2 { margin: 0 3px; opacity: 0.45; }
.anzos2::before { content: '/'; }
.f28hr { padding: 2px 5px; color: var(--text-main); }
.jit8 .cffl9c1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.jit8 .me5yit0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ktmgqgg .cffl9c1 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ktmgqgg .me5yit0 { padding: 0 0 0 12px; }
.ykt6afl .me5yit0 { padding: 0 16px; }
.ykt6afl .cffl9c1 {
  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);
}
.ykt6afl .tcd0 { padding-top: 28px; }
@media (max-width: 720px) {
  .v2pttv { margin-top: 18px; padding: 0 16px; }
  .ykt6afl .tcd0 { padding-top: 16px; }
}
.nb90k.jit8 .me5yit0 { max-width: 1100px; }
.x356m93.jit8 .me5yit0 { max-width: 1200px; }
.tx332.jit8 .me5yit0 { max-width: 1320px; }
.edosr4 .bp2fw7sf { padding-top: 16px; padding-bottom: 16px; }
.tia8 .bp2fw7sf { padding-top: 24px; padding-bottom: 24px; }
.abrp .bp2fw7sf { padding-top: 40px; padding-bottom: 40px; }
.jamaf .bp2fw7sf { padding-top: 52px; padding-bottom: 52px; }
.vb0t .bp2fw7sf:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.vb0t .bp2fw7sf:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.vb0t .bp2fw7sf:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.vb0t .bp2fw7sf:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.bm3befm8 .xgrbd4y { padding-top: 10px;  padding-bottom: 10px; }
.hhmf .xgrbd4y { padding-top: 18px;  padding-bottom: 18px; }
.ehkjj0si .xgrbd4y { padding-top: 36px;  padding-bottom: 36px; }
.j2uaokeq .xgrbd4y { padding-top: 48px;  padding-bottom: 48px; }
.ayjzd h2.rjir9 { font-weight: 600; }
.ayjzd h3.rxy01s     { font-weight: 600; }
.ceei87 { font-weight: 500; }
.ceei87 h2.rjir9 { font-weight: 800; }
.ceei87 h3.rxy01s     { font-weight: 700; }
.jbpdb h2.rjir9 { font-weight: 900; }
.jbpdb h3.rxy01s     { font-weight: 800; }
.jbpdb .pwt6eocs strong,
.jbpdb .pwt6eocs strong { font-weight: 600; }
.y1mb {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.mzf8mi6 .y1mb { display: none; }
@media (max-width: 640px) {
  .ti8bt19 { display: none; }
  .y1mb {
    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;
  }
}
.y1mb { background: var(--cta) !important; color: #fff !important; border: none !important; }
.y1mb:hover { opacity: 0.85; }
.opq5u .y1mb { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.j43fr73 .y1mb,
.dj4lliw4  .y1mb { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.j43fr73 .y1mb:hover,
.dj4lliw4  .y1mb:hover { opacity: 0.88; }
.opq5u.j43fr73 .y1mb,
.opq5u.dj4lliw4  .y1mb { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.tukec {
  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;
}
.tukec:hover { transform: translateY(-2px); opacity: 0.92; }
.tukec { background: var(--cta) !important; color: #fff !important; border: none !important; }
.b4vb .tukec { display: none; }
.p936pcld .tukec { right: 32px; }
.la2pfcgt  .tukec { left: 32px; }
@media (max-width: 480px) {
  .p936pcld .tukec { right: 20px; bottom: 20px; }
  .la2pfcgt  .tukec { left: 20px; bottom: 20px; }
}
.gxh56 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.s5knvi { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.bqd5awu { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ype6 { color: var(--text-dim); font-size: 0.8rem; }
.nrcp1ls { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.nrcp1ls img { height: 26px; width: auto; object-fit: contain; }
.dj9ro3 .s5knvi { text-align: center; }
.dj9ro3 .bqd5awu { margin-top: 0; }
@media (max-width: 640px) {
  .s5knvi { padding-left: 16px; padding-right: 16px; }
  .dtg23050 .s5knvi { padding: 20px 16px; }
  .v6nfiet { gap: 4px 12px; }
  .bqd5awu { font-size: 0.78rem; }
}
.n6xb .olyat .nrcp1ls { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.n6xb .bqd5awu { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.n6xb .ype6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .n6xb .wpos { grid-template-columns: 1fr 1fr; } .n6xb .olyat { grid-column: 1 / -1; } }
@media (max-width: 480px) { .n6xb .wpos { grid-template-columns: 1fr; } }
.w2s5 .cmr1 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.w2s5 .nrcp1ls { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.w2s5 .c3t1qjc { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.w2s5 .c3t1qjc a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.w2s5 .c3t1qjc a:hover { color: var(--accent-light); }
.gm0e8w { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.w2s5 .s4g5 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.w2s5 .spgq3zj { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.w2s5 .spgq3zj a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.w2s5 .spgq3zj a:hover { color: var(--accent-light); }
.w2s5 .bqd5awu { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .w2s5 .cmr1 { gap: 12px; } .w2s5 .nrcp1ls { margin-right: 0; width: 100%; } }
.dpfk3 .cfzr1dyn .nrcp1ls { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.dpfk3 .bqd5awu { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.dpfk3 .ype6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .dpfk3 .omky9 { grid-template-columns: 1fr 1fr; } .dpfk3 .cfzr1dyn { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dpfk3 .omky9 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .gektsua .edhd8 { grid-template-columns: 1fr 1fr; } .gektsua .r1a7l86:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gektsua .edhd8 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .rut2i .edhd8 { grid-template-columns: 1fr; } }
.abb3gq3i .s5knvi { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.zroo0fm1 .wfgruz      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.zroo0fm1 .gxh56 { background: var(--bg-page); border-top-color: var(--border-alt); }
.plx2 .wfgruz      { background: #0d1117; border-bottom-color: #21262d; }
.plx2 .owd7 { color: var(--accent-light); }
.plx2 .aqhf3y6o { --msep-color: #8b949e; }
.plx2 .aqhf3y6o a { color: #8b949e; }
.plx2 .aqhf3y6o a:hover { color: var(--accent-light); }
.plx2 .lrt7w { color: #8b949e; }
.plx2 .gxh56 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.plx2 .bqd5awu,
.plx2 .ype6 { color: #6e7681; }
.plx2 .spgq3zj a { color: #8b949e; }
.plx2 .nrcp1ls { color: #e6edf3; }
@media (max-width: 640px) {
  .plx2 .aqhf3y6o { background: #0d1117; border-top-color: #21262d; }
  .plx2 .aqhf3y6o li a { border-bottom-color: #21262d; }
}
.p9if .wfgruz      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.p9if .owd7 { color: var(--accent-light); }
.p9if .aqhf3y6o { --msep-color: #475569; }
.p9if .aqhf3y6o a { color: #475569; }
.p9if .aqhf3y6o a:hover { color: var(--accent-light); }
.p9if .lrt7w { color: #64748b; }
.p9if .gxh56 { background: #f0f4f8; border-top-color: #cbd5e1; }
.p9if .bqd5awu,
.p9if .ype6 { color: #64748b; }
.p9if .spgq3zj a, .p9if .nrcp1ls { color: #374151; }
@media (max-width: 640px) {
  .p9if .aqhf3y6o { background: #f0f4f8; border-top-color: #cbd5e1; }
  .p9if .aqhf3y6o li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.j43fr73 .wfgruz      { background: var(--accent); border-bottom-color: var(--accent-light); }
.j43fr73 .owd7 { color: #fff; }
.j43fr73 .aqhf3y6o { --msep-color: rgba(255,255,255,0.82); }
.j43fr73 .aqhf3y6o a { color: rgba(255,255,255,0.82); }
.j43fr73 .aqhf3y6o a:hover { color: #fff; }
.j43fr73 .lrt7w { color: rgba(255,255,255,0.9); }
.j43fr73 .gxh56 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.j43fr73 .bqd5awu,
.j43fr73 .ype6 { color: rgba(255,255,255,0.72); }
.j43fr73 .spgq3zj a, .j43fr73 .nrcp1ls { color: #fff; }
@media (max-width: 640px) {
  .j43fr73 .aqhf3y6o { background: var(--accent); border-top-color: var(--accent-light); }
  .j43fr73 .aqhf3y6o li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.dj4lliw4 .wfgruz {
  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);
}
.dj4lliw4 .gxh56 {
  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) {
  .dj4lliw4 .aqhf3y6o {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ou72jie4 .d7ev { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qpnl .d7ev { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ai2v .d7ev { min-height: 72px; height: auto; }
.te5k5ym .d7ev { min-height: 84px; height: auto; }
.dtg23050 .d7ev { max-width: none; padding: 0 32px; }
.dtg23050 .s5knvi  { max-width: none; padding: 24px 32px; }
.rnewjg.x356m93 .d7ev { max-width: 1200px; }
.rnewjg.tx332 .d7ev { max-width: 1320px; }
.mvkvmxnj   .owd7, .mvkvmxnj   .nrcp1ls { text-transform: capitalize; }
.qkqg5 .owd7, .qkqg5 .nrcp1ls { text-transform: lowercase; }
.g077 .owd7, .g077 .nrcp1ls { text-transform: uppercase; letter-spacing: 0.06em; }
.lck57a, .i71w4l0v {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.jearmx3 .lck57a,
.jearmx3 .i71w4l0v { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.rgxq9 .lck57a,
.rgxq9 .i71w4l0v { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.ax830g .lck57a,
.ax830g .i71w4l0v { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.epig .lck57a,
.epig .i71w4l0v { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.duo75qpg   .aqhf3y6o a { font-weight: 500; }
.kt2n .aqhf3y6o a { font-weight: 600; }
.oghei5rq     .aqhf3y6o a { font-weight: 700; }
.fddb0pk    .aqhf3y6o a { font-weight: 800; letter-spacing: 0.01em; }
.jdb479r1     .aqhf3y6o > li + li::before,
.blp9    .aqhf3y6o > li + li::before,
.dyl6xuxg    .aqhf3y6o > li + li::before,
.outtd .aqhf3y6o > li + li::before,
.hnmfub5x .aqhf3y6o > li + li::before,
.xxnf1rlk  .aqhf3y6o > li + li::before,
.n1hdi7f    .aqhf3y6o > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.jdb479r1     .aqhf3y6o > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.blp9    .aqhf3y6o > li + li::before { content: "|"; }
.dyl6xuxg    .aqhf3y6o > li + li::before { content: "—"; }
.outtd .aqhf3y6o > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.hnmfub5x .aqhf3y6o > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.xxnf1rlk  .aqhf3y6o > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.n1hdi7f    .aqhf3y6o > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .bnhz4xa8 .lrt7w,
  .c53q .lrt7w,
  .m1z1 .lrt7w,
  .yvpgz .lrt7w,
  .paabe .lrt7w {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .bnhz4xa8 .lrt7w::before,
  .c53q .lrt7w::before,
  .m1z1 .lrt7w::before,
  .yvpgz .lrt7w::before,
  .paabe .lrt7w::before { content: ""; display: block; flex-shrink: 0; }

  
  .bnhz4xa8 .lrt7w::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;
  }

  
  .c53q .lrt7w::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;
  }

  
  .m1z1 .lrt7w::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;
  }

  
  .yvpgz .lrt7w::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;
  }

  
  .paabe .lrt7w::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) {
  .c9ctr .lrt7w {
    padding: 5px 14px;
  }
  .c9ctr .aqhf3y6o {
    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;
  }
  .c9ctr .aqhf3y6o li a {
    border-bottom: none; padding: 10px 22px;
  }
  .c9ctr .aqhf3y6o li a:hover { background: var(--bg-raised); }
  .c9ctr .uxoac,
  .jp5r3 .uxoac,
  .szyr .uxoac { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .e85hcc .lrt7w {
    padding: 5px 10px;
  }
  .e85hcc .aqhf3y6o {
    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);
  }
  .e85hcc .aqhf3y6o.urmsep { transform: translateX(0); }
  .e85hcc .aqhf3y6o li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .e85hcc .aqhf3y6o li:last-child a { border-bottom: none; }
  .j43fr73 .aqhf3y6o,
  .plx2 .aqhf3y6o { background: var(--accent) !important; }
  .j43fr73 .aqhf3y6o li a,
  .plx2 .aqhf3y6o li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .szyr .lrt7w {
    padding: 5px 10px;
  }
  .szyr .aqhf3y6o {
    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);
  }
  .szyr .aqhf3y6o::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .szyr .aqhf3y6o.urmsep { transform: translateY(0); }
  .szyr .aqhf3y6o li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .snw6 .lrt7w {
    padding: 5px 10px;
  }
  .snw6 .aqhf3y6o {
    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;
  }
  .snw6 .aqhf3y6o.urmsep { opacity: 1; pointer-events: auto; }
  .snw6 .aqhf3y6o li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lt0bx     .lrt7w { border-radius: 0 !important; }
  .wme977   .lrt7w { border-radius: 8px !important; }
  .xz8ibd .lrt7w { border-radius: 50% !important; }
  .sh4v2au   .lrt7w { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .hh44 .gn2xi { flex-direction: column; align-items: stretch; }
  .hh44 .vxgc { flex-direction: row; min-width: auto; }
  .hh44 .jnyasdq { align-items: flex-start; text-align: left; }
}
.x3y4d,
.x3y4d.bp2fw7sf,
.ity3d .x3y4d,
.tlfirk .x3y4d,
.x97t11ni .x3y4d,
.mn81024 .x3y4d {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.hvv7b {
  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;
}
.c8eo3k7 { flex: 1 1 280px; min-width: 0; }
.cqvt9 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.wtzxyo {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.v3wlluy {
  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;
}
.v3wlluy:hover { transform: translateY(-1px); opacity: 0.95; }
.w5r9 .hvv7b {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.w5r9 .cqvt9 { color: var(--cta); }
.w5r9 .wtzxyo { color: var(--text-body); }
.w5r9 .v3wlluy {
  background: var(--cta) !important;
  color: #fff !important;
}
.l9fk .hvv7b {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.l9fk .cqvt9 { color: var(--text-primary); }
.l9fk .wtzxyo { color: var(--text-body); }
.l9fk .v3wlluy {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .hvv7b {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .c8eo3k7 { flex: 0 0 auto; }
  .cqvt9 { font-size: 1.2rem; }
  .v3wlluy { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.cci6d8h .x7g8ib6 { height: 36px; }
.s3gs3b .x7g8ib6 { height: 60px; max-width: 200px; }
.ng3s .x7g8ib6 { height: 56px; max-width: 180px; }
.cvqoz1qe    .c968sg4k, .cvqoz1qe    .oajsu { color: #f59e0b; }
.t656f2z      .c968sg4k { font-size: 1rem; letter-spacing: 1.5px; }
.t656f2z      .oajsu   { font-size: 1.35rem; }
.iopdq    .c968sg4k, .iopdq    .oajsu { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.w7yc6     .c968sg4k, .w7yc6     .oajsu { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.h074p4 .c968sg4k, .h074p4 .oajsu { color: var(--cta); letter-spacing: 2px; }
.ws3g9   .c968sg4k, .ws3g9   .oajsu { color: #e91e63; letter-spacing: 2px; }
.znmd  .c968sg4k, .znmd  .oajsu { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.i5n1te     .c968sg4k, .i5n1te     .oajsu { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.qdfgara6 .z9i2 + .z9i2 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.de5gwe5 .ztw6e3 { padding: 18px 24px; min-height: 68px; }
.dai9j .rzbkq938 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.dai9j .qun3i {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.vh8oh4 .z9i2 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.ydp4 { counter-reset: cs-rank; }
.ydp4 .ztw6e3 { counter-increment: cs-rank; }
.ydp4 .ztw6e3::before {
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 800;
  color: var(--text-muted, var(--accent-light));
  min-width: 28px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
  order: -1;
}
.t4t7bk .ydp4 { counter-reset: cs-rank; gap: 0; }
.t4t7bk .ztw6e3 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.t4t7bk .ztw6e3::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.t4t7bk .yix1 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.t4t7bk .dl7intiq {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.t4t7bk .dk52 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.t4t7bk .yix1 { min-width: 0; flex-direction: column; width: 100%; }
.t4t7bk .wjyu9qj3 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.t4t7bk .c968sg4k { color: var(--cta, var(--accent)); }
.t4t7bk .uke7 { font-weight: 700; }
.t4t7bk .z9i2 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.t4t7bk .rzbkq938 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.t4t7bk .qun3i {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.t4t7bk .zxba5b4 .qun3i { font-size: 1.3rem; color: var(--accent-light); }
.t4t7bk .sryfj6 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.t4t7bk .ztw6e3:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .t4t7bk .ydp4 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .t4t7bk .ztw6e3 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .t4t7bk .ztw6e3 { padding: 40px 16px 20px; }
  .t4t7bk .z9i2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .t4t7bk .sryfj6 { width: 100%; min-width: 0; }
}
.wbd17r .ydp4 { counter-reset: cs-rank; gap: 10px; }
.wbd17r .ztw6e3 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.wbd17r .ztw6e3::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.wbd17r .yix1 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.wbd17r .dl7intiq {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.wbd17r .dk52 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.wbd17r .wjyu9qj3 {
  font-size: 1.05rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: 0; max-width: 140px;
  overflow-wrap: break-word; hyphens: auto;
}
.wbd17r .c968sg4k { color: var(--cta, var(--accent)); }
.wbd17r .z9i2 {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.wbd17r .rzbkq938 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.wbd17r .qun3i { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.wbd17r .zxba5b4 .qun3i { color: var(--accent-light); }
.wbd17r .sryfj6 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.wbd17r .ztw6e3:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .wbd17r .ztw6e3 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .wbd17r .ztw6e3::before {
    position: absolute; top: 14px; left: 14px;
  }
  .wbd17r .yix1 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .wbd17r .wjyu9qj3 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .wbd17r .z9i2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .wbd17r .sryfj6 { width: 100%; min-width: 0; }
  .wbd17r .c968sg4k { min-width: 0; }
}
.b48bg1u .ztw6e3::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.uug0uj .k9s5t5 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.uug0uj .k9s5t5 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.uug0uj .k9s5t5 p { padding: 0 2px 16px; }
.avo922i2 .k9s5t5 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.avo922i2 .k9s5t5 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.avo922i2 .k9s5t5 summary::after { content: "›"; font-size: 1.2em; }
.avo922i2 .k9s5t5[open] summary::after { content: "‹"; }
.avo922i2 .k9s5t5 p { padding: 10px 22px 4px; }
.ff5cyefz .k9s5t5 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ff5cyefz .k9s5t5 summary { color: var(--text-primary); padding-left: 16px; }
.ff5cyefz .k9s5t5 summary::after { content: "›"; font-size: 1.1em; }
.ff5cyefz .k9s5t5[open] summary::after { content: "‹"; }
.ff5cyefz .k9s5t5 p { padding-left: 16px; }
.ihq6g .i6wxs6zb { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ihq6g .k9s5t5 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ihq6g .k9s5t5:last-child { border-bottom: none; }
.ihq6g .k9s5t5 summary { color: var(--text-primary); border-radius: 0; }
.ihq6g .k9s5t5 summary::after { content: "›"; font-size: 1.1em; }
.ihq6g .k9s5t5[open] summary::after { content: "‹"; }
.t8ijq3i .k9s5t5 { overflow: hidden; }
.t8ijq3i .k9s5t5 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.t8ijq3i .k9s5t5 summary::after { color: rgba(255,255,255,.75); }
.t8ijq3i .k9s5t5[open] summary { border-radius: 0; }
.f0qg0m { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.moy6f {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.s9s05v {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.jzd5 { color: var(--text-muted); font-size: 1.05rem; }
.bomm73 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.etk68n1m {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.n8x8vf { margin-bottom: 20px; }
.mvifrz1h {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.sld33hib {
  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;
}
.sld33hib:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.gqsvm { resize: vertical; min-height: 130px; }
.sxsk40 { width: 100%; margin-top: 8px; }
.ruz35y {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.btusxjh {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.a0v8 { color: var(--text-muted); line-height: 1.75; }
.yxbkut4 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.yxbkut4 li { margin-bottom: 6px; }
.csjx { max-width: 760px; margin: 0 auto; }
.o7m999 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.fjf2x6 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.fjf2x6:last-child { border-bottom: none; }
.fjf2x6 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.fjf2x6 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hcodw { max-width: 760px; margin: 0 auto; }
.bwbpmd4 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.zmp6 ul.yxbkut4 { margin: 0; }
.l3h13f { max-width: 900px; margin: 0 auto; }
.tckp { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.tckp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.tckp .bwbpmd4 { margin: 0; font-size: 1rem; }
.tckp .u95kt8ib p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .tckp { grid-template-columns: 1fr; gap: 10px; } }
.qvqti9f9 .bwbpmd4 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.pna0 .yxbkut4 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cjt90i { grid-template-columns: 1fr; } }
.tkqwvly { color: inherit; text-decoration: none; }
.tkqwvly:hover { color: var(--accent-light); text-decoration: underline; }
.e2e8jml { display: inline-block; line-height: 0; }
.gi9k { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.omo6987t { margin-bottom: 48px; }
.dzq4 { max-width: 760px; margin: 0 auto; }
.ntim1p9r { max-width: 640px; margin: 0 auto; }
.l4rovcp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.l4rovcp:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.q6v9 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.l4rovcp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.l4rovcp ul.yxbkut4 { margin: 0; }
.w7vu7l { color: var(--text-muted); line-height: 1.75; }
.fv48yn5 .yxbkut4,
.ntim1p9r .yxbkut4,
.zakfz56 .yxbkut4,
.a5zkp9gp .yxbkut4 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.fv48yn5 .l4rovcp,
.ntim1p9r .l4rovcp { text-align: left; }
.fv48yn5 .q6v9,
.ntim1p9r .q6v9 { text-align: center; }
.jcoa { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.lkrwil { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.hhcyh { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.k2liai { margin-top: 12px; }
.lr68x { 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; }
.lr68x:hover { border-bottom-color: var(--accent-light); }
.tvud4 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.tvud4 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.guaio { width: 72px; height: 72px; }
.pxugu { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.npbchhy { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.iz2jok { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .lgk6 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.szo1 .hhcyh, .szo1 .lkrwil { max-width: 640px; }
.gr6m5v .jcoa { font-size: 1.6rem; margin-top: 18px; }
.j5e9s1f .hhcyh { margin-bottom: 28px; }
@media (max-width: 860px) { .xankhn { grid-template-columns: 1fr; } .gr6m5v { position: static; text-align: center; } }
.a17fenz9 .tvud4 { margin: 0 auto 18px; }
.a17fenz9 .npbchhy { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .sa98hs { grid-template-columns: 1fr; } }
.moj1oe91 .jcoa { font-size: 1.6rem; margin-bottom: 6px; }
.a5zkp9gp .yxbkut4 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .moj1oe91 { flex-direction: column; text-align: center; } .c98l { grid-template-columns: 1fr; } }
.s6c1 { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.s6c1 .jcoa { font-size: 1.35rem; margin: 0 0 4px; }
.s6c1 .npbchhy { margin: 0; }
.srecw .s9s05v { color: var(--accent-light); }
.dg5j7hlk .s9s05v { font-size: 2rem; }
.dg5j7hlk .jzd5 { max-width: 680px; }
.gt84u {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.gt84u .s9s05v { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.gt84u .jzd5  { margin: 0; }
@media (max-width: 640px) { .gt84u { flex-direction: column; } }
.ecqs .s9s05v { color: var(--accent-light); }
.z6wf .s9s05v { color: #fff; }
.z6wf .jzd5  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .a6td { grid-template-columns: 1fr; } }
.de4tu .sld33hib {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.de4tu .sld33hib:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.yx351 .sld33hib { background: var(--bg-raised); border-color: transparent; }
.yx351 .sld33hib:focus { background: var(--bg-card); border-color: var(--accent-light); }
.vgt5go .sld33hib { border-radius: 100px; padding: 11px 20px; }
.vgt5go .gqsvm { border-radius: 14px; }
.y6ybr7 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .y6ybr7 { grid-template-columns: 1fr; } }
.buuaudj {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.buuaudj h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.buuaudj p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.rktjo { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.rktjo li { margin-bottom: 6px; }
.n0x5c6h{position:relative;overflow:visible}
.nlwu .y80nxkh0{display:block}
.ycjta .p4l22~.a2d9zo,
.ycjta .p4l22~.a2d9zo .htbk1,
.p4l22~.a2d9zo,.t720e~.a2d9zo{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}
.p4l22~.a2d9zo .htbk1{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bv4ffbq .htbk1{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.bz6zte{--date-bg:var(--accent-bg-light)}
.wk1y7d .ojhl5::before{content:""}
.dpw0qi{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.z7am0s7q{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.r06f6gqy{display:flex;flex-direction:column;gap:3px}
.fmelet{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.dakugl{font-weight:700;font-size:1rem;color:var(--text-heading)}
.itch40x{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.wfn4us1 .dpw0qi{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.ejl8 .dpw0qi{border-top:3px solid var(--accent);padding-top:18px}
.g4nk2fs .dpw0qi{border-left:3px solid var(--accent);border-radius:0}
.fin5ey .dpw0qi{padding:20px 0}
@media(max-width:640px){
  .dpw0qi{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .itch40x{max-width:100%}
}
.r7om9 .is7lmws{margin:0}
@media (max-width:560px){
  .an0bc{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) {
  .cm5tu8m { padding: 28px 18px 20px; }
  .wf66o4 { font-size: 1.2rem; }
  .m07820 { max-width: 220px; max-height: 80px; }
}
.zyh18 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.tva64 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.kpxbug4  .zyh18 { border-radius: 50%; }
.xck2ln  .zyh18 { border-radius: 6px; }
.kz4834 .zyh18 { border-radius: 22px; }
.m6d53iv .hvv7b {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .zyh18 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.jol7 {
  margin: 0 0 24px;
}
.jol7 .bp2fw7sf {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.jol7 .xgrbd4y {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.jol7 .hvv7b {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .d7ev { flex-direction: row-reverse; }
[dir="rtl"] .aqhf3y6o { flex-direction: row-reverse; }
[dir="rtl"] .p936pcld .tukec { right: auto; left: 32px; }
[dir="rtl"] .la2pfcgt  .tukec { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .p936pcld .tukec { right: auto; left: 20px; }
  [dir="rtl"] .la2pfcgt  .tukec { left: auto;  right: 20px; }
}
[dir="rtl"] .pvcmtm .kxzx0u3  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .sp7i2 .kxzx0u3 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .p4l22,
[dir="rtl"] .nvwospj { direction: rtl; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .s9otm5, [dir="rtl"] .ecp14 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ae57i1d { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ein610z { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .pwt6eocs { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .hvv7b { direction: rtl; }
[dir="rtl"] .zyh18 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ztw6e3,
[dir="rtl"] .cffl9c1 { direction: rtl; }
[dir="rtl"] .fj84d0 { direction: rtl; }
[dir="rtl"] .frf2sf { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .bewt .ecp14,
[dir="rtl"] .kb9a8 .ecp14,
[dir="rtl"] .hnrfa4 .ecp14,
[dir="rtl"] .c3vxkp .ecp14 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .bewt .ecp14 li::before,
[dir="rtl"] .kb9a8 .ecp14 li::before,
[dir="rtl"] .hnrfa4 .ecp14 li::before,
[dir="rtl"] .c3vxkp .ecp14 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .hprfmhq9.t1x0 .izhuwoe,
[dir="rtl"] .u56s7.t1x0 .izhuwoe,
[dir="rtl"] .nq3x.t1x0 .izhuwoe,
[dir="rtl"] .twi3ibr.t1x0 .izhuwoe,
[dir="rtl"] .fn8oov3.t1x0 .izhuwoe { text-align: right; }
[dir="rtl"] .p4l22.t1x0 .wrwlmoi { align-items: flex-end; text-align: right; }
[dir="rtl"] .p4l22.b0swd .wrwlmoi { text-align: center; }
[dir="rtl"] .p4l22 .wrwlmoi { text-align: right; }
[dir="rtl"] .xgrbd4y,
[dir="rtl"] .dw0io,
[dir="rtl"] .wplb6bm,
[dir="rtl"] .ycj8,
[dir="rtl"] .etk68n1m,
[dir="rtl"] .mvifrz1h,
[dir="rtl"] .hhcyh,
[dir="rtl"] .sld33hib,
[dir="rtl"] .gqsvm { text-align: right; direction: rtl; }
[dir="rtl"] .vgt5go .sld33hib,
[dir="rtl"] .de4tu .sld33hib { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #59750a;
  --brand:           #59750a;
  --brand-light:     #45580d;
  --brand-pale:      #637d1b;
  --grad-start:      #99c911;
  --grad-end:        #b4e136;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #59750a;
  --cta-light:       #3d5104;
  --cta-hover:       #2e3c05;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f6f3;
  --bg-raised:       #f0f1ed;
  --bg-hover:        #f5f6f3;
  --border:          #e7e9e1;
  --border-alt:      #d9ddcf;
  --border-section:  #e7e9e1;
  --text-primary:    #1a1c16;
  --text-muted:      #5d6250;
  --text-body:       #35382d;
  --text-sub:        #505444;
  --text-faint:      #858c72;
  --text-dim:        #9da38e;
  --text-label:      #6a705b;
  --text-value:      #424639;
  --accent-bg:       #eff5df;
  --accent-bg-light: #e6f2c4;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0c9629;
  --c-cons:          #9f3921;
  --c-pros-label:    #0eb330;
  --c-tip-border:    #10c636;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9629;
}
:root { --logo-bg-opacity: 51%; }
body, button, input { font-family: "Barlow", sans-serif; }
.abw2hcf .lw7ti2t { font-size: 0; width: 1.2rem; flex-shrink: 0; }.abw2hcf .lw7ti2t::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.abw2hcf .j966vvs     .lw7ti2t::before { content: "";  color: var(--c-tip-border); }.abw2hcf .f8isysy2 .lw7ti2t::before { content: ""; color: var(--c-warn-border); }.abw2hcf .nuuj9    .lw7ti2t::before { content: ""; color: #60a5fa; }.zibjzhw .abw2hcf .j966vvs     .lw7ti2t::before { color: #10b981; }.zibjzhw .abw2hcf .f8isysy2 .lw7ti2t::before { color: #f43f5e; }.zibjzhw .abw2hcf .nuuj9    .lw7ti2t::before { color: #a855f7; }.xeih5p  .abw2hcf .j966vvs     .lw7ti2t::before { color: #eab308; }.xeih5p  .abw2hcf .f8isysy2 .lw7ti2t::before { color: #ef4444; }.xeih5p  .abw2hcf .nuuj9    .lw7ti2t::before { color: #f97316; }.unpvd9p  .abw2hcf .j966vvs     .lw7ti2t::before { color: #38bdf8; }.unpvd9p  .abw2hcf .f8isysy2 .lw7ti2t::before { color: #818cf8; }.unpvd9p  .abw2hcf .nuuj9    .lw7ti2t::before { color: #2dd4bf; }.s5we8o9 .abw2hcf .lw7ti2t::before { color: var(--accent-light) !important; }
.k7xo2jy .kri9 li::before, .k7xo2jy .odmk li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.k7xo2jy .kri9 li::before { content: ""; }.k7xo2jy .odmk li::before { content: ""; }.k7xo2jy .quurs::before, .k7xo2jy .o99bh1::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.k7xo2jy .quurs::before { content: ""; }.k7xo2jy .o99bh1::before { content: ""; }
.hukyfw .ydholi, .hukyfw .p4l22 { min-height: 320px; }
.arj0nioe .jexvsb::after, .arj0nioe .zf98i5v::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.anzos2::before { content: '·'; font-size: 1.3em; line-height: 1; }