:root {
  --color-accent: #826b12;
  --color-cta: #f43f5e;
  --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;
}
.vxunlktu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.cwo6t {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.gh7lw {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.iikag9 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.srp7kets { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.srp7kets a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.srp7kets a:hover { color: var(--accent-light); }
.huz6n0     .n0m0f { border-radius: 6px; }
.huz6n0 .n0m0f li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.huz6n0 .n0m0f li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.q3cjemgk .n0m0f li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .n0m0f {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .bgjl:hover .n0m0f,
  .bgjl:focus-within .n0m0f { display: block; }
  .n0m0f li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dque {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.skihol5z { display: none; }
@media (max-width: 640px) {
  .skihol5z {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .skihol5z.bzeup1p4 { display: block; }
}
@media (max-width: 640px) {
  .dque { display: block; }
  .srp7kets > li + li::before { display: none !important; }
  .srp7kets {
    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;
  }
  .srp7kets.bzeup1p4 { display: flex; }
  .srp7kets li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .srp7kets li:last-child a { border-bottom: none; }
}
.x5377t5 { min-height: 480px; }
.cr26p6h {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.nioj { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.aach1v .nioj { margin-left: 0; margin-right: 0; }
.mffv5 {
  background: var(--cta); color: var(--cta-fg, #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;
}
.bkdptp .mffv5 { margin-top: 24px; }
.mffv5:hover { opacity: 0.88; }
.em3uc {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.yh1528c9 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.em3uc .pk5bsf10 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.em3uc .cr26p6h { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.em3uc .nioj { color: #e2e8f0; }
.em3uc.dt05 .pk5bsf10 { text-align: center; }
.em3uc.aach1v   .pk5bsf10 { text-align: left; }
.e4m7vl .pk5bsf10 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.e4m7vl .cr26p6h { color: var(--text-primary); text-shadow: none; }
.e4m7vl .nioj { color: var(--text-muted); }
.e4m7vl .mffv5 { margin-top: 16px; }
.e4m7vl, .e4m7vl.x5377t5 { min-height: auto !important; }
.e4m7vl.dt05 .pk5bsf10 { text-align: center; }
.e4m7vl.aach1v   .pk5bsf10 { text-align: left; }
.e4m7vl~.qyjw7j{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.e4m7vl~.qyjw7j .dnqcv4{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.rhxva19j {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.ndxtsq .rhxva19j,
.ndxtsq .rhxva19j::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.dj6pwocp .rhxva19j,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.an7bzwk2 .rhxva19j,
.an7bzwk2 .em3uc .yh1528c9 {
  overflow: hidden;
}
.an7bzwk2 .rhxva19j::after,
.an7bzwk2 .em3uc .yh1528c9::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.qunhp5la .rhxva19j,
.qunhp5la .rhxva19j::after,
@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); }
}
.qunhp5la .em3uc .yh1528c9 {
  overflow: hidden;
}
.qunhp5la .em3uc .yh1528c9::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.hgk7 .rhxva19j,
.hgk7 .y8gx,
.hgk7 .em3uc .yh1528c9 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ndxtsq .em3uc .yh1528c9 {
  overflow: hidden;
}
.ndxtsq .em3uc .yh1528c9::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.dj6pwocp .em3uc .yh1528c9 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.rhxva19j .yh1528c9 {
  background: none;
}
.rhxva19j .cr26p6h { color: #fff; }
.rhxva19j .nioj { color: rgba(255,255,255,0.85); }
.hgk7 .p69bkjya {
  animation: hg-fadein 1.2s ease-out both;
}
.p69bkjya .cr26p6h { text-shadow: none; color: var(--text-primary); }
.p69bkjya .nioj { color: var(--text-muted); }
body.v661y1xc .cr26p6h {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.xxgr0w .cr26p6h {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.x5377t5.rhxva19j .cr26p6h,
section.rhxva19j .cr26p6h {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.p69bkjya.dt05 .mgnvh8l { align-items: center; text-align: center; }
.x5377t5 .bt1o4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.bt1o4 .ktd5 {
  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;
}
.bt1o4 .ktd5::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.bt1o4 .s1r4du3 { display: contents !important; }
.bt1o4 .s1r4du3 .jh4idi5p {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.bt1o4 .s1r4du3 .wac35j { max-height: 48px; max-width: 96px; }
.bt1o4 .s1r4du3 .v5v1 {
  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;
}
.bt1o4 .hsg9 {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.bt1o4 .mroyue24 { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.bt1o4 .l2e45hi6 { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.bt1o4 .l2e45hi6 small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.bt1o4 .jay0 { display: contents !important; }
.bt1o4 .jay0 .gk0jk97:not(.xvhf) { display: none !important; }
.bt1o4 .jay0 .xvhf {
  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;
}
.bt1o4 .jay0 .xvhf .f9yfdboq {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.bt1o4 .jay0 .xvhf .zslemus3 {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.bt1o4 .bgexzs { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.bt1o4 .bgexzs.rjzt2s1 {
  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;
}
.bt1o4 .bgexzs.rjzt2s1:hover { opacity: 0.85; }
.bt1o4 .ktd5,
.bt1o4 .ktd5:hover,
.bt1o4 .ktd5:nth-child(even),
.bt1o4 .ktd5:nth-child(odd),
.bt1o4 .ktd5:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.q860 .pk5bsf10 { padding-bottom: 24px; }
.bkdptp .pk5bsf10 { max-width: 1100px; }
@media (max-width: 700px) {
  .p69bkjya { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .p69bkjya:not(.d7h5gc8w) .lygxge { display: none !important; }
  .d7h5gc8w .lygxge { padding: 16px; }
  .mgnvh8l  { padding: 36px 24px; }
  .p69bkjya~.qyjw7j,.b9f6~.qyjw7j{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .x5377t5, .p69bkjya { min-height: 320px !important; }
  .cr26p6h { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .tufhw8,
  .t9nyyd,
  .fbk0ageu { grid-template-columns: 1fr !important; }

  

  
  .q860 { display: flex !important; flex-direction: column !important; }
  .q860 .pk5bsf10 { display: contents; }
  .q860 .yh1528c9 { order: 0; }
  .q860 .cr26p6h { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .q860 .tufhw8 { order: 2; padding: 0 16px 12px !important; }
  .q860 .nioj { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .bkdptp .pk5bsf10 { display: flex; flex-direction: column; }
  .bkdptp .pk5bsf10 .cr26p6h { order: 1; }
  .bkdptp .pk5bsf10 .fbk0ageu { order: 2; margin: 8px 0 24px !important; }
  .bkdptp .pk5bsf10 .nioj { order: 3; }
  .bkdptp .pk5bsf10 .mffv5 { order: 4; align-self: center; margin-top: 0; }

  
  .p69bkjya.d7h5gc8w {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .p69bkjya.d7h5gc8w .mgnvh8l { display: contents; padding: 0; }
  .p69bkjya.d7h5gc8w .mgnvh8l .cr26p6h { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .p69bkjya.d7h5gc8w .lygxge { order: 2; padding: 12px 16px; }
  .p69bkjya.d7h5gc8w .mgnvh8l .nioj { order: 3; padding: 0 24px; margin: 0 auto; }
  .p69bkjya.d7h5gc8w .mgnvh8l .mffv5 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.j691eno { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.zgdpii { width: 100%; height: auto; display: block; border-radius: 10px; }
.irckbfv .j691eno        { border-radius: 16px; }
.irckbfv .zgdpii  { border-radius: 16px; }
.ny1wg03z .j691eno         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ny1wg03z .zgdpii   { border-radius: 8px; }
.pjbc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.li49 { width: 100%; padding: 32px 0; position: relative; }
.iy2uxlc { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.dbdrb92 .li49:nth-child(even) { background: var(--bg-surface); }
.dbdrb92 .li49:nth-child(odd)  { background: var(--bg-page); }
.p1fsiltr .li49:nth-child(even) { background: var(--bg-card); }
.p1fsiltr .li49:nth-child(odd)  { background: var(--bg-page); }
.dbdrb92 .li49:nth-child(odd)  .iy2uxlc { background: var(--bg-card); border-radius: 6px; }
.dbdrb92 .li49:nth-child(even) .iy2uxlc { background: var(--bg-raised); border-radius: 6px; }
.p1fsiltr .li49:nth-child(odd)  .iy2uxlc { background: var(--bg-card); border-radius: 6px; }
.p1fsiltr .li49:nth-child(even) .iy2uxlc { background: var(--bg-raised); border-radius: 6px; }
.dbdrb92 .li49:nth-child(even) .zo39s4 .k1bsm0,
.p1fsiltr .li49:nth-child(even) .zo39s4 .k1bsm0 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.dbdrb92 .li49:nth-child(odd) .zo39s4 .k1bsm0,
.p1fsiltr .li49:nth-child(odd) .zo39s4 .k1bsm0 { background: var(--bg-card-inner); }
.dbdrb92 .li49:nth-child(even) .wl1qznhh .k1bsm0:nth-child(odd),
.p1fsiltr .li49:nth-child(even) .wl1qznhh .k1bsm0:nth-child(odd)  { background: var(--bg-card); }
.dbdrb92 .li49:nth-child(even) .wl1qznhh .k1bsm0:nth-child(even),
.p1fsiltr .li49:nth-child(even) .wl1qznhh .k1bsm0:nth-child(even) { background: var(--bg-card-inner); }
h1.p0f3 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.p0f3 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.k8ip3sp { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ssfavw h2.p0f3 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.hllc h2.p0f3 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.my295i02 h2.p0f3 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.bcwv h2.p0f3::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.utn7hhgk h2.p0f3 {
  color: var(--text-primary); font-size: 1.7rem;
}
.i2bqfoua h2.p0f3::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.gs9w h2.p0f3 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .hc5m { display: none; } }
.uiyo5v4o { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.hwdn4t { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.b205dybl {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.xccqu { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.f7z3kwr { padding-left: 20px; }
.f7z3kwr li { margin-bottom: 6px; }
.f7z3kwr a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.f7z3kwr a:hover { color: var(--accent-light); }
.rf7r7e .xccqu { display: none; }
.ujnx9es .xccqu { display: none; }
.ujnx9es .f7z3kwr { padding-left: 0; list-style: none; }
.ujnx9es .f7z3kwr li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ujnx9es .f7z3kwr a { font-size: 0.92rem; }
.jtds6 .b205dybl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jtds6 .xccqu { display: none; }
.jtds6 .f7z3kwr { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jtds6 .f7z3kwr li { margin-bottom: 0; }
.jtds6 .f7z3kwr 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;
}
.jtds6 .f7z3kwr a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.uc03 .b205dybl { padding: 20px 20px 16px; }
.uc03 .f7z3kwr {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.uc03 .f7z3kwr li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.uc03 .f7z3kwr 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;
}
.uc03 .f7z3kwr 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;
}
.uc03 .f7z3kwr a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.uc03 .f7z3kwr a:focus,
.uc03 .f7z3kwr a:focus-visible,
.uc03 .f7z3kwr a:target { outline: none; }
.uc03 .f7z3kwr li:target a { border-color: var(--border); color: var(--text-muted); }
.h1fl7t .b205dybl { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.h1fl7t .xccqu { display: none; }
.h1fl7t .f7z3kwr { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.h1fl7t .f7z3kwr li { counter-increment: toc-n; margin-bottom: 0; }
.h1fl7t .f7z3kwr a {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--bg-card); color: var(--text-muted);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 11px 20px 11px 11px; font-size: 0.92rem; font-weight: 500;
  transition: border-color .15s, color .15s;
}
.h1fl7t .f7z3kwr a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--accent); color: #fff; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.h1fl7t .f7z3kwr a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.cs5sexi .b205dybl { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: 2px solid var(--border); }
.cs5sexi .xccqu { display: none; }
.cs5sexi .f7z3kwr { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.cs5sexi .f7z3kwr li { margin-bottom: 0; }
.cs5sexi .f7z3kwr a {
  display: inline-block; padding: 9px 16px;
  font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.cs5sexi .f7z3kwr a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.yuun8o .b205dybl { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.yuun8o .xccqu { display: none; }
.yuun8o .f7z3kwr { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.yuun8o .f7z3kwr li { margin-bottom: 0; }
.yuun8o .f7z3kwr li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.yuun8o .f7z3kwr li:last-child::after { content: ""; margin-right: 0; }
.yuun8o .f7z3kwr a { font-size: 0.9rem; }
.k1bsm0 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.zo39s4 .k1bsm0 { background: var(--bg-card); }
.wl1qznhh .k1bsm0:nth-child(odd)  { background: var(--bg-card); }
.wl1qznhh .k1bsm0:nth-child(even) { background: var(--bg-raised); }
.aq6x .k1bsm0 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.aq6x .k1bsm0:last-child { border-bottom: none; }
.aq6x h3.k8ip3sp { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ws9l8f .k1bsm0 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ws9l8f .k1bsm0 + .k1bsm0 { margin-top: 4px; }
.zupg5v20 .k1bsm0 { background: none; border-radius: 0; padding: 12px 0; }
.zupg5v20 .k1bsm0 + .k1bsm0 { border-top: 1px solid var(--border-section); }
.mulr { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ng7n { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.dznt { color: var(--text-body); margin-bottom: 10px; }
.iyevw, .n4k9 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.iyevw li, .n4k9 li { margin-bottom: 6px; }
.n4k9 li { list-style: decimal; }
.xtlhia     .iyevw { list-style-type: "● "; }
.rvyu29  .iyevw { list-style-type: "■ "; }
.xjqz5p .iyevw { list-style-type: "◆ "; }
.uh1ts    .iyevw { list-style-type: "★ "; }
.xtlhia     .oo9ftla { list-style-type: "● "; }
.rvyu29  .oo9ftla { list-style-type: "■ "; }
.xjqz5p .oo9ftla { list-style-type: "◆ "; }
.uh1ts    .oo9ftla { list-style-type: "★ "; }
.xtlhia    .iyevw li::marker, .xtlhia    .oo9ftla li::marker,
.rvyu29 .iyevw li::marker, .rvyu29 .oo9ftla li::marker,
.xjqz5p .iyevw li::marker, .xjqz5p .oo9ftla li::marker,
.uh1ts   .iyevw li::marker, .uh1ts   .oo9ftla li::marker {
  color: var(--cta); font-size: 1em;
}
.xtlhia .n4k9,
.rvyu29 .n4k9,
.xjqz5p .n4k9,
.uh1ts .n4k9 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.xtlhia .n4k9 li,
.rvyu29 .n4k9 li,
.xjqz5p .n4k9 li,
.uh1ts .n4k9 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.xtlhia .n4k9 li::before,
.rvyu29 .n4k9 li::before,
.xjqz5p .n4k9 li::before,
.uh1ts .n4k9 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;
}
.xtlhia     .n4k9 li::before { border-radius: 50%; }
.rvyu29  .n4k9 li::before { border-radius: 3px; }
.xjqz5p .n4k9 li::before { border-radius: 3px; }
.uh1ts    .n4k9 li::before { border-radius: 50%; }
.hn35175 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.tltnegq .hn35175,
.ap70c .hn35175 { background: transparent; border: none; border-radius: 0; }
.yspj6ld9 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.yspj6ld9 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.yspj6ld9 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.yspj6ld9 tr:hover td { background: var(--bg-hover); }
.usfc .yspj6ld9 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.v6sf .yspj6ld9 { border: 1px solid var(--border-alt); }
.v6sf .yspj6ld9 th,
.v6sf .yspj6ld9 td { border: 1px solid var(--border-alt); }
.ohbt3 .yspj6ld9 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ohbt3 .yspj6ld9 td { border-bottom: none; }
.ohbt3 .yspj6ld9 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.b7s9 .yspj6ld9 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.dbdy7 .hn35175 {
  overflow: hidden;
}
.dbdy7 .yspj6ld9 th { border-bottom: 1px solid var(--border-alt); }
.dbdy7 .yspj6ld9 tr:last-child td { border-bottom: none; }
.q55bh1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.cgl6ll8 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.h4w7nm { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ikdd { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.f8quj6u2 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.oo9ftla { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.oo9ftla 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%}
.oeeicqsu .ikdd { background: transparent; text-align: center; }
.flvhq .h4w7nm {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 18px auto 2px; display: block;
}
.jod5hmp4 .h4w7nm {
  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);
}
.npoz4 .cgl6ll8 { display: grid; grid-template-columns: auto 1fr; }
.npoz4 .h4w7nm {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.npoz4 .ikdd { grid-column: 2; }
.npoz4 .f8quj6u2,
.npoz4 .oo9ftla { grid-column: 1 / -1; }
.roglq0s .cgl6ll8 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.roglq0s .h4w7nm {
  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);
}
.roglq0s .ikdd { grid-column: 2; }
.roglq0s .f8quj6u2,
.roglq0s .oo9ftla { grid-column: 1 / -1; }
.nhoqcam .cgl6ll8 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.nhoqcam .ikdd { background: none; color: var(--accent-light); font-weight: 700; }
.np8tgvw .cgl6ll8 { 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); }
.np8tgvw .ikdd { background: none; color: var(--accent-light); font-weight: 700; }
.p0hli .cgl6ll8 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.p0hli .cgl6ll8:last-child { border-bottom: none; }
.p0hli .ikdd { background: none; color: var(--accent-light); font-weight: 700; }
.s8qtsc0 .cgl6ll8 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.s8qtsc0 .ikdd { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.fv8yoztw .q55bh1 { counter-reset: card-n; }
.fv8yoztw .cgl6ll8  { counter-increment: card-n; }
.fv8yoztw .ikdd { display: flex; align-items: center; gap: 10px; }
.fv8yoztw .ikdd::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;
}
.t01t1gto .cgl6ll8 { background: var(--bg-surface); border: 1px solid var(--border); }
.t01t1gto .ikdd { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.c715x5b0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.c715x5b0         { --cl-hue: var(--accent); }
.b2kjjba     { --cl-hue: #16a34a; }
.s3pdm { --cl-hue: #ea580c; }
.ez1qz    { --cl-hue: #2563eb; }
.b2kjjba, .s3pdm, .ez1qz, .ope069t {
  background: color-mix(in srgb, var(--cl-hue) 12%, var(--bg-card));
  border-left: 4px solid var(--cl-hue);
}
.og8x9 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.og8x9::before { color: var(--cl-hue); }
.c715x5b0 strong { color: var(--text-primary); font-size: 0.95rem; }
.c715x5b0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.sfee { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.r85xrag, .si11 { border-radius: 8px; padding: 14px; }
.r85xrag { background: var(--bg-pros); }
.si11 { background: var(--bg-cons); }
.yzfww9c { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.r85xrag .yzfww9c { color: var(--c-pros-label); }
.si11 .yzfww9c { color: #f87171; }
.r85xrag ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.si11 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zgdpii { width: 100%; height: auto; border-radius: 10px; display: block; }
.rjzt2s1 {
  background: var(--cta); color: var(--cta-fg, #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;
}
.rjzt2s1:hover { opacity: 0.85; }
.dbyt .rjzt2s1  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.dbyt .rjzt2s1:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hizdk .rjzt2s1  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.hizdk .rjzt2s1:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dbyt .bgexzs.rjzt2s1, .hizdk .bgexzs.rjzt2s1,
.dbyt .ir6duj .rjzt2s1, .hizdk .ir6duj .rjzt2s1 {
  background: var(--cta); border: none; color: #fff;
}
.dbyt .bgexzs.rjzt2s1:hover, .hizdk .bgexzs.rjzt2s1:hover,
.dbyt .ir6duj .rjzt2s1:hover, .hizdk .ir6duj .rjzt2s1:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.pznr39l7 .mffv5 { border-radius: 50px; }
.pznr39l7 .rjzt2s1  { border-radius: 50px; }
.psaubc .mffv5,
.psaubc .rjzt2s1 { background: linear-gradient(135deg, var(--accent), var(--cta)); border: none; color: #fff; }
.psaubc .mffv5:hover,
.psaubc .rjzt2s1:hover { filter: brightness(1.08); opacity: 1; }
.e2udtb0 .mffv5,
.e2udtb0 .rjzt2s1 { box-shadow: 0 3px 14px -2px var(--cta); }
.e2udtb0 .mffv5:hover,
.e2udtb0 .rjzt2s1:hover { box-shadow: 0 0 22px -1px var(--cta), 0 3px 12px -2px var(--cta); opacity: 1; }
.uesgko1s .mffv5,
.uesgko1s .rjzt2s1 { box-shadow: 0 4px 0 var(--cta-hover); transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.uesgko1s .mffv5:hover,
.uesgko1s .rjzt2s1:hover { opacity: 1; }
.uesgko1s .mffv5:active,
.uesgko1s .rjzt2s1:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--cta-hover); }
.xzln .mffv5,
.xzln .rjzt2s1 { box-shadow: inset 0 3px 6px rgba(0,0,0,.38), inset 0 -1px 1px rgba(255,255,255,.18); }
.xzln .mffv5:hover,
.xzln .rjzt2s1:hover { opacity: 1; box-shadow: inset 0 4px 7px rgba(0,0,0,.45), inset 0 -1px 1px rgba(255,255,255,.15); }
.xzln .mffv5:active,
.xzln .rjzt2s1:active { box-shadow: inset 0 6px 9px rgba(0,0,0,.5); }
.q1ps9uhd .mffv5,
.q1ps9uhd .rjzt2s1 { position: relative; overflow: hidden; }
.q1ps9uhd .mffv5::before,
.q1ps9uhd .rjzt2s1::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.q1ps9uhd .mffv5:hover::before,
.q1ps9uhd .rjzt2s1:hover::before { left: 135%; }
.fni5 .mffv5,
.fni5 .rjzt2s1 { border-radius: 0; }
.gnoeh .mffv5 { padding-left: 22px; padding-right: 22px; }
.gnoeh .rjzt2s1  { padding-left: 12px; padding-right: 12px; }
.m7itn4m .mffv5 { padding-left: 44px; padding-right: 44px; }
.m7itn4m .rjzt2s1  { padding-left: 24px; padding-right: 24px; }
.olonqr .mffv5 { padding-left: 56px; padding-right: 56px; }
.olonqr .rjzt2s1  { padding-left: 32px; padding-right: 32px; }
.ysz75df   .mffv5::after, .ysz75df   .rjzt2s1::after,
.rpar2jtg .mffv5::after, .rpar2jtg .rjzt2s1::after,
.y1hcvqx    .mffv5::after, .y1hcvqx    .rjzt2s1::after,
.xiwly    .mffv5::after, .xiwly    .rjzt2s1::after,
.kudxa5    .mffv5::after, .kudxa5    .rjzt2s1::after,
.jkgjyb     .mffv5::after, .jkgjyb     .rjzt2s1::after,
.uid6dbhw    .mffv5::after, .uid6dbhw    .rjzt2s1::after,
.u5ncv   .mffv5::after, .u5ncv   .rjzt2s1::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;
}
.ysz75df .mffv5::after, .ysz75df .rjzt2s1::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");
}
.rpar2jtg .mffv5::after, .rpar2jtg .rjzt2s1::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");
}
.y1hcvqx .mffv5::after, .y1hcvqx .rjzt2s1::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");
}
.xiwly .mffv5::after, .xiwly .rjzt2s1::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");
}
.kudxa5 .mffv5::after, .kudxa5 .rjzt2s1::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");
}
.jkgjyb .mffv5::after, .jkgjyb .rjzt2s1::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");
}
.uid6dbhw .mffv5::after, .uid6dbhw .rjzt2s1::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");
}
.u5ncv .mffv5::after, .u5ncv .rjzt2s1::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");
}
.oua84m   .nd8ibl6::after, .oua84m   .v0ehga1::after,
.imym0 .nd8ibl6::after, .imym0 .v0ehga1::after,
.qjatpb    .nd8ibl6::after, .qjatpb    .v0ehga1::after,
.k5348l    .nd8ibl6::after, .k5348l    .v0ehga1::after,
.gbum55    .nd8ibl6::after, .gbum55    .v0ehga1::after,
.l5ufzxlq     .nd8ibl6::after, .l5ufzxlq     .v0ehga1::after,
.txr5u    .nd8ibl6::after, .txr5u    .v0ehga1::after,
.d7ysz4   .nd8ibl6::after, .d7ysz4   .v0ehga1::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;
}
.oua84m .nd8ibl6::after, .oua84m .v0ehga1::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");
}
.imym0 .nd8ibl6::after, .imym0 .v0ehga1::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");
}
.qjatpb .nd8ibl6::after, .qjatpb .v0ehga1::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");
}
.k5348l .nd8ibl6::after, .k5348l .v0ehga1::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");
}
.gbum55 .nd8ibl6::after, .gbum55 .v0ehga1::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");
}
.l5ufzxlq .nd8ibl6::after, .l5ufzxlq .v0ehga1::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");
}
.txr5u .nd8ibl6::after, .txr5u .v0ehga1::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");
}
.d7ysz4 .nd8ibl6::after, .d7ysz4 .v0ehga1::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");
}
.or9p041 {
  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;
}
.ktd5 {
  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;
}
.ktd5 > * { min-width: 0; }
.ktd5:hover { background: var(--bg-hover); }
.ktd5 > [itemprop="item"] { display: contents; }
.ktd5 [itemprop="itemReviewed"],
.ktd5 [itemprop="reviewRating"] { display: none; }
.ktd5::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;
}
.s1r4du3 {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.jh4idi5p {
  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;
}
.wac35j { max-height: 52px; max-width: 110px; object-fit: contain; }
.v5v1 {
  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;
}
.pphc .jh4idi5p    { background: #1a1a1a; }
.gtltw7f3 .jh4idi5p   { background: rgba(128,128,128,.12); }
.lwhnb1 .jh4idi5p { background: var(--bg-raised); }
.zyxhh2zk .jh4idi5p    { background: transparent; padding: 0; }
.hsg9 {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.mroyue24 { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.l2e45hi6 { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.jay0 {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.gk0jk97 {
  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;
}
.f9yfdboq {
  
  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%;
}
.zslemus3 {
  
  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;
}
.bgexzs {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.bgexzs.rjzt2s1 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ktd5 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ktd5::before    { grid-area: rank;   }
  .s1r4du3           { grid-area: ident;  }
  .hsg9     { grid-area: rating; min-width: 0; width: auto; }
  .jay0           { grid-area: pills;  }
  .bgexzs             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ktd5 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ktd5::before    { justify-self: center; }
  .s1r4du3           { width: 100%; }
  .hsg9     { justify-self: center; }
  .jay0           { grid-template-columns: 1fr; }
}
.pq4asyad {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.i4ymyr {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 18px 24px; background: var(--bg-surface);
}
.ezaq {
  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;
}
.ezaq img { max-width: 80px; max-height: 50px; object-fit: contain; }
.s1d8a0 { flex: 1; }
.s1d8a0 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.g1vcep { color: var(--c-stars); font-size: 1.1rem; }
.ui8h2 { margin-bottom: 8px; }
.zqfpv {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 22px;
  padding: 12px 24px; font-size: 0.86rem;
  background: var(--bg-surface); border-top: 1px solid var(--border-alt);
}
.zqfpv > span { color: var(--accent); font-weight: 700; }
.pzzxrbao em, .ja0sg em { color: var(--text-muted); font-weight: 500; font-style: normal; }
@media (max-width: 560px) { .zqfpv { padding: 10px 16px; gap: 6px 16px; } }
.ir6duj { flex-shrink: 0; align-self: flex-start; }
.ir6duj .rjzt2s1 { white-space: nowrap; }
@media (max-width: 560px) {
  .i4ymyr { flex-wrap: wrap; align-items: center; gap: 10px 12px; }
  .ezaq { order: 1; }
  .ir6duj { order: 2; margin-left: auto; align-self: center; }
  .s1d8a0 { order: 3; flex: 1 1 100%; min-width: 0; }
}
.x1nj31 img.zeivpi43 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.tltnegq { padding: 20px 24px; }
.yiwbxwe { color: var(--text-muted); margin-bottom: 16px; }
.ii1jm1 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.kjcx0t9, .hnylz3i { list-style: none; font-size: 0.9rem; }
.kjcx0t9 li { color: var(--c-pros); margin-bottom: 4px; }
.hnylz3i li { color: var(--c-cons); margin-bottom: 4px; }
.kjcx0t9 li::before { content: "✓"; margin-right: 5px; }
.hnylz3i li::before { content: "✗"; margin-right: 5px; }
.de9o .kjcx0t9 li::before { content: "→"; }
.de9o .hnylz3i li::before { content: "–"; }
.j9v48d  .kjcx0t9 li::before { content: "★"; }
.j9v48d  .hnylz3i li::before { content: "✕"; }
.l730c9    .kjcx0t9 li::before { content: "◆"; }
.l730c9    .hnylz3i li::before { content: "▲"; }
.uk5wa  .kjcx0t9 li::before { content: "▶"; }
.uk5wa  .hnylz3i li::before { content: "■"; }
.azkgv { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.up1jujiu { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.bsms { background: var(--bg-pros); color: var(--c-tag-pay); }
.f0ih8oe { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.mgi0r .f0ih8oe { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.u81y2 .f0ih8oe { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .o4lk .a0cqcgh {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .o4lk .pq4asyad { margin: 0; }
}
.gbsr6766 .i4ymyr { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.gbsr6766 .s1d8a0 h3 { color: var(--accent-light); }
.gbsr6766 .ezaq { background: var(--bg-page); border: 1px solid var(--border); }
.y472182 .pq4asyad { border-top: 4px solid var(--accent); }
.y472182 .i4ymyr { background: var(--bg-card); }
.o1ovjh .pq4asyad { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.o1ovjh .i4ymyr { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.o1ovjh .tltnegq { padding: 14px 16px; }
.o1ovjh .ezaq { border-radius: 4px; }
.o1ovjh .f0ih8oe { border-radius: 0; }
.xyvt .i4ymyr { padding: 0; gap: 0; overflow: hidden; }
.xyvt .ezaq { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.xyvt .s1d8a0 { padding: 16px 20px; }
.xyvt .ir6duj { padding: 16px 20px; align-self: center; }
.itbitf .g1vcep { font-size: .95rem; }
.ap70c .sfee { gap: 10px; }
.ap70c .r85xrag, .ap70c .si11 { padding: 12px; }
.ap70c .r85xrag ul, .ap70c .si11 ul { margin: 4px 0 0; padding-left: 18px; }
.ap70c .r85xrag li, .ap70c .si11 li { font-size: .85rem; margin-bottom: 3px; }
.r3j8xi7 .up1jujiu { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .irnm7lk { grid-template-columns: 1fr; }
  .twori { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .twori .o5pg { width: 72px; height: 50px; }
  .twori .hxwse4px { max-width: 180px; }
  .twori .m0ijcxt { width: auto; }
}
.segs .itbitf .g1vcep { filter: brightness(1.2); }
@media (max-width: 720px) {
  .segs { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .gnf0zci5 { padding: 16px; }
  .b3xbxf .knv5xx4q { min-width: 50%; }
}
.phrp0nmw .sfee { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .kiv55wp { grid-template-columns: 1fr; }
  .jluy2 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .i94d { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .hl0vqp { flex-wrap: wrap; padding: 16px; }
}
.wdd3z .sfee { gap: 8px; }
.wdd3z .r85xrag, .wdd3z .si11 { padding: 8px; }
@media (max-width: 480px) {
  .b4tl4cxa { flex-direction: column; align-items: stretch; }
}
.nwnha7sy .m0ijcxt .rjzt2s1 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .fgab045 { flex-direction: column; align-items: stretch; gap: 10px; }
  .nwnha7sy .m0ijcxt { text-align: center; }
}
@media (max-width: 720px) {
  .fblexoe8 { grid-template-columns: 1fr; }
  .abfba { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ru6n7uq { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.oafj .y4sxz18 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ezsq0gv .g1vcep { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .f51sd026 { grid-template-columns: 1fr; }
  .ezsq0gv { width: 100px; height: 100px; margin: 16px auto; }
  .oafj { font-size: 1.4rem; }
  .a6osu4 { justify-content: center; }
  .egfkj3 .knv5xx4q { min-width: 50%; }
}
.tudtni .sfee { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .pg9ie { flex-wrap: wrap; padding: 14px 16px; }
  .yl9zwr { padding: 12px 16px; }
  .tudtni .sfee { margin: 0 16px; }
  .tudtni .r3j8xi7 { padding: 0 16px; }
  .n9qj0knm { padding: 12px 16px; }
}
.l7am9v9 .ktd5 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.l7am9v9 .ktd5:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.kb1z4b .or9p041 { gap: 18px; }
.kb1z4b .ktd5 {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.kb1z4b .ktd5:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.g15yiaqf .or9p041 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.g15yiaqf .ktd5 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.g15yiaqf .ktd5:last-child { border-bottom: none; }
.g15yiaqf .s1r4du3,
.g15yiaqf .hsg9,
.g15yiaqf .jay0 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.ubp805 .or9p041 { gap: 0; }
.ubp805 .ktd5 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ubp805 .ktd5:last-child { border-bottom: none; }
.ubp805 .ktd5:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ubp805 .ktd5:nth-child(even):hover { background: var(--bg-hover); }
.keoir1j .ktd5 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.qj4o2w .jay0 .gk0jk97 {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.qj4o2w .jay0 .gk0jk97:first-child { border-left: none; }
.ebdi .jay0 .gk0jk97 {
  background: transparent; padding: 4px 8px;
}
.ebdi .jay0 .f9yfdboq { font-size: .65rem; opacity: .65; }
.ebdi .jay0 .zslemus3   { font-size: 1.15rem; color: var(--accent-light); }
.cc7onf .jay0 .gk0jk97 {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.l2e45hi6 { display: none; }
.fbins34 .mroyue24 { font-size: 1rem; letter-spacing: 2px; }
.o5u3aj .mroyue24 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.ifyp .mroyue24,
.l0h9 .mroyue24,
.r2kmim .mroyue24 { display: none; }
.ifyp .l2e45hi6,
.l0h9 .l2e45hi6,
.r2kmim .l2e45hi6 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.ifyp .l2e45hi6 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.ifyp .l2e45hi6 small { display: none; }
.l0h9 .l2e45hi6 {
  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;
}
.l0h9 .l2e45hi6 small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.r2kmim .l2e45hi6 {
  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;
}
.r2kmim .l2e45hi6 small { display: none; }
.ifyp .ui8h2 .g1vcep,
.l0h9 .ui8h2 .g1vcep,
.r2kmim .ui8h2 .g1vcep { display: none; }
.ifyp .ui8h2 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.ifyp .y4sxz18 { display: none; }
.l0h9 .ui8h2 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;
}
.l0h9 .rwks28o,
.l0h9 .y4sxz18 { font-size: 1em; }
.r2kmim .ui8h2 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.r2kmim .y4sxz18 { display: none; }
.tgsm { margin: 16px 0; }
.b5lp0v { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.b5lp0v summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.b5lp0v summary::after { content: "+"; color: var(--accent-light); }
.b5lp0v[open] summary::after { content: "−"; }
.b5lp0v p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.li49 { margin-bottom: 0; }
.rkrmkpv h2.p0f3 { color: var(--text-primary); border-color: var(--accent-light); }
.ucuuu0ta h2.p0f3 { color: var(--text-primary); border-color: var(--accent-light); }
.a4pe2 .b2kjjba     { background: #052e16; border-color: #10b981; }
.a4pe2 .s3pdm { background: #2d0a1e; border-color: #f43f5e; }
.a4pe2 .ez1qz    { background: #1e1036; border-color: #a855f7; }
.a4pe2 .c715x5b0 strong  { color: #f1f5f9; }
.a4pe2 .c715x5b0 p       { color: #cbd5e1; }
.a4pe2 .gqgita7    .b2kjjba     .og8x9::before,
.a4pe2 .eph0  .b2kjjba     .og8x9::before,
.a4pe2 .wvoj76ck  .b2kjjba     .og8x9::before,
.a4pe2 .eub0g1g .b2kjjba     .og8x9::before { color: #10b981; }
.a4pe2 .gqgita7    .s3pdm .og8x9::before,
.a4pe2 .eph0  .s3pdm .og8x9::before,
.a4pe2 .wvoj76ck  .s3pdm .og8x9::before,
.a4pe2 .eub0g1g .s3pdm .og8x9::before { color: #f43f5e; }
.a4pe2 .gqgita7    .ez1qz    .og8x9::before,
.a4pe2 .eph0  .ez1qz    .og8x9::before,
.a4pe2 .wvoj76ck  .ez1qz    .og8x9::before,
.a4pe2 .eub0g1g .ez1qz    .og8x9::before { color: #a855f7; }
.swm27b .b2kjjba     { background: #2d2000; border-color: #eab308; }
.swm27b .s3pdm { background: #2d0b0b; border-color: #ef4444; }
.swm27b .ez1qz    { background: #2d1600; border-color: #f97316; }
.swm27b .c715x5b0 strong  { color: #f1f5f9; }
.swm27b .c715x5b0 p       { color: #cbd5e1; }
.swm27b .gqgita7    .b2kjjba     .og8x9::before,
.swm27b .eph0  .b2kjjba     .og8x9::before,
.swm27b .wvoj76ck  .b2kjjba     .og8x9::before,
.swm27b .eub0g1g .b2kjjba     .og8x9::before { color: #eab308; }
.swm27b .gqgita7    .s3pdm .og8x9::before,
.swm27b .eph0  .s3pdm .og8x9::before,
.swm27b .wvoj76ck  .s3pdm .og8x9::before,
.swm27b .eub0g1g .s3pdm .og8x9::before { color: #ef4444; }
.swm27b .gqgita7    .ez1qz    .og8x9::before,
.swm27b .eph0  .ez1qz    .og8x9::before,
.swm27b .wvoj76ck  .ez1qz    .og8x9::before,
.swm27b .eub0g1g .ez1qz    .og8x9::before { color: #f97316; }
.u0tfysc .b2kjjba     { background: #0c1a2e; border-color: #38bdf8; }
.u0tfysc .s3pdm { background: #12103a; border-color: #818cf8; }
.u0tfysc .ez1qz    { background: #0a2020; border-color: #2dd4bf; }
.u0tfysc .c715x5b0 strong  { color: #f1f5f9; }
.u0tfysc .c715x5b0 p       { color: #cbd5e1; }
.u0tfysc .gqgita7    .b2kjjba     .og8x9::before,
.u0tfysc .eph0  .b2kjjba     .og8x9::before,
.u0tfysc .wvoj76ck  .b2kjjba     .og8x9::before,
.u0tfysc .eub0g1g .b2kjjba     .og8x9::before { color: #38bdf8; }
.u0tfysc .gqgita7    .s3pdm .og8x9::before,
.u0tfysc .eph0  .s3pdm .og8x9::before,
.u0tfysc .wvoj76ck  .s3pdm .og8x9::before,
.u0tfysc .eub0g1g .s3pdm .og8x9::before { color: #818cf8; }
.u0tfysc .gqgita7    .ez1qz    .og8x9::before,
.u0tfysc .eph0  .ez1qz    .og8x9::before,
.u0tfysc .wvoj76ck  .ez1qz    .og8x9::before,
.u0tfysc .eub0g1g .ez1qz    .og8x9::before { color: #2dd4bf; }
.r71fox4::before,
.hzrwtlm::before { margin-right: 5px; }
.e6a0q27 .r85xrag ul li,
.e6a0q27 .kjcx0t9 li         { color: #4ade80; }
.e6a0q27 .r85xrag .r71fox4 { color: #22c55e; }
.e6a0q27 .si11 ul li,
.e6a0q27 .hnylz3i li         { color: #f87171; }
.e6a0q27 .si11 .hzrwtlm { color: #ef4444; }
.narmz55 .r85xrag { background: var(--bg-pros); }
.narmz55 .si11 { background: var(--bg-cons); }
.narmz55 .r85xrag .r71fox4 { color: var(--c-pros-label); }
.narmz55 .si11 .hzrwtlm { color: var(--c-cons); }
.narmz55 .r85xrag ul li,
.narmz55 .kjcx0t9 li            { color: var(--c-pros); }
.narmz55 .si11 ul li,
.narmz55 .hnylz3i li            { color: var(--c-cons); }
.wly3bgd7 .r85xrag { background: var(--bg-pros); }
.wly3bgd7 .si11 { background: var(--bg-cons); }
.wly3bgd7 .r85xrag .r71fox4 { color: var(--c-pros-label); }
.wly3bgd7 .si11 .hzrwtlm { color: var(--c-cons); }
.wly3bgd7 .r85xrag ul li,
.wly3bgd7 .kjcx0t9 li          { color: var(--c-pros); }
.wly3bgd7 .si11 ul li,
.wly3bgd7 .hnylz3i li          { color: var(--c-cons); }
.dgo2mn .r71fox4::before { content: "✓ "; }
.dgo2mn .hzrwtlm::before { content: "✗ "; }
.de9o .r71fox4::before { content: "→ "; }
.de9o .hzrwtlm::before { content: "← "; }
.j9v48d .r71fox4::before { content: "★ "; }
.j9v48d .hzrwtlm::before { content: "✕ "; }
.l730c9 .r71fox4::before { content: "◆ "; }
.l730c9 .hzrwtlm::before { content: "▲ "; }
.u81y2 .c715x5b0 { background: transparent; border-left: none; border: 1.5px solid var(--cl-hue); }
.u81y2 .c715x5b0 strong { color: var(--text-primary); }
.u81y2 .c715x5b0 p      { color: var(--text-muted); }
.mgi0r .c715x5b0 { border-left: none; border-top: 4px solid var(--cl-hue); border-radius: 0 0 8px 8px; }
.g6jkxn .c715x5b0 {
  border-left: none; border-radius: 8px;
  background: color-mix(in srgb, var(--cl-hue) 88%, #000);
}
.g6jkxn .c715x5b0 strong,
.g6jkxn .c715x5b0 p { color: #fff; }
.g6jkxn .og8x9::before { color: rgba(255,255,255,0.9) !important; }
.ej0yiz .c715x5b0 {
  border-left: none; border-radius: 6px; padding: 10px 14px;
  background: color-mix(in srgb, var(--cl-hue) 12%, transparent);
}
.ej0yiz .c715x5b0 strong { color: var(--text-primary); }
.ej0yiz .c715x5b0 p      { color: var(--text-muted); }
.rbn57 .c715x5b0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.gqgita7 .og8x9,
.eph0 .og8x9,
.wvoj76ck .og8x9,
.eub0g1g .og8x9 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.gqgita7 .og8x9::before,
.eph0 .og8x9::before,
.wvoj76ck .og8x9::before,
.eub0g1g .og8x9::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.gqgita7 .b2kjjba     .og8x9::before { content: "✦"; color: var(--c-tip-border); }
.gqgita7 .s3pdm .og8x9::before { content: "▲"; color: var(--c-warn-border); }
.gqgita7 .ez1qz    .og8x9::before { content: "◉"; color: #60a5fa; }
.eph0 .b2kjjba     .og8x9::before { content: "★"; color: var(--c-tip-border); }
.eph0 .s3pdm .og8x9::before { content: "◆"; color: var(--c-warn-border); }
.eph0 .ez1qz    .og8x9::before { content: "●"; color: #60a5fa; }
.wvoj76ck .b2kjjba     .og8x9::before { content: "▶"; color: var(--c-tip-border); }
.wvoj76ck .s3pdm .og8x9::before { content: "■"; color: var(--c-warn-border); }
.wvoj76ck .ez1qz    .og8x9::before { content: "▸"; color: #60a5fa; }
.eub0g1g .b2kjjba     .og8x9::before { content: "→"; color: var(--c-tip-border); }
.eub0g1g .s3pdm .og8x9::before { content: "⬥"; color: var(--c-warn-border); }
.eub0g1g .ez1qz    .og8x9::before { content: "◈"; color: #60a5fa; }
.or6eu .zo39s4 .k1bsm0,
.or6eu .wl1qznhh .k1bsm0  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.or6eu .cgl6ll8                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.or6eu .ktd5                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.or6eu .pq4asyad            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.or6eu .hn35175          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.or6eu .b205dybl                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ktf4l .zo39s4 .k1bsm0,
.ktf4l .wl1qznhh .k1bsm0,
.ktf4l .cgl6ll8,
.ktf4l .ktd5,
.ktf4l .pq4asyad,
.ktf4l .hn35175,
.ktf4l .b205dybl,
.ktf4l .rbn57 .c715x5b0 { box-shadow: none; }
.lm7ooet   .dznt, .lm7ooet .mulr, .lm7ooet .ng7n,
.lm7ooet   .uiyo5v4o, .lm7ooet .hwdn4t { font-size: 0.9rem; }
.lm7ooet   .iyevw, .lm7ooet .n4k9 { font-size: 0.9rem; }
.jywfsfzu   .dznt, .jywfsfzu .mulr, .jywfsfzu .ng7n,
.jywfsfzu   .uiyo5v4o, .jywfsfzu .hwdn4t { font-size: 0.95rem; }
.jywfsfzu   .iyevw, .jywfsfzu .n4k9 { font-size: 0.95rem; }
.qr0qj   .dznt, .qr0qj .mulr, .qr0qj .ng7n,
.qr0qj   .uiyo5v4o, .qr0qj .hwdn4t { font-size: 1.08rem; }
.qr0qj   .iyevw, .qr0qj .n4k9 { font-size: 1.05rem; }
.qr0qj   .yspj6ld9 { font-size: 0.97rem; }
.i7mwcju5 .cr26p6h      { font-size: 3.2rem; }
.i7mwcju5 h2.p0f3 { font-size: 1.9rem; }
.i7mwcju5 h3.k8ip3sp     { font-size: 1.4rem; }
.eio3vbwc .cr26p6h      { font-size: 3.8rem; }
.eio3vbwc h2.p0f3 { font-size: 2.2rem; }
.eio3vbwc h3.k8ip3sp     { font-size: 1.6rem; }
.li49 + .li49 { position: relative; }
.ybnw   .li49 + .li49::before,
.cktr0  .li49 + .li49::before,
.h9po   .li49 + .li49::before,
.vjgh6   .li49 + .li49::before,
.btjhnpsv   .li49 + .li49::before,
.cftf60f .li49 + .li49::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ybnw .li49 + .li49::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.cktr0 .li49 + .li49::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.h9po .li49 + .li49::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;
}
.vjgh6 .li49 + .li49::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.xexx .li49 { margin-bottom: 16px; }
.xexx .li49 + .li49 { margin-top: 0; }
.xexx .iy2uxlc { padding-top: 0; padding-bottom: 0; }
.btjhnpsv .li49 + .li49::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.cftf60f .li49 + .li49::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.v24nf .li49 + .li49::before,
.xc1sxk4 .li49 + .li49::before,
.gy793ge .li49 + .li49::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%;
}
.dbdrb92 .v24nf .li49:nth-child(even)::before,
.dbdrb92 .xc1sxk4 .li49:nth-child(even)::before,
.dbdrb92 .gy793ge .li49:nth-child(even)::before { background: var(--bg-surface); }
.p1fsiltr .v24nf .li49:nth-child(even)::before,
.p1fsiltr .xc1sxk4 .li49:nth-child(even)::before,
.p1fsiltr .gy793ge .li49:nth-child(even)::before { background: var(--bg-card); }
.v24nf .li49 + .li49::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");
}
.xc1sxk4 .li49 + .li49::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");
}
.gy793ge .li49 + .li49::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");
}
.u3rtc402 .em3uc,
.ahhg3jqt .em3uc,
.jsbcxl1r .em3uc { overflow: hidden; }
.u3rtc402 .pk5bsf10,
.ahhg3jqt .pk5bsf10 { margin-bottom: 60px; }
.jsbcxl1r .pk5bsf10 { margin-bottom: 70px; }
.u3rtc402 .em3uc::before,
.ahhg3jqt .em3uc::before,
.jsbcxl1r .em3uc::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.u3rtc402 .em3uc::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");
}
.ahhg3jqt .em3uc::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");
}
.jsbcxl1r .em3uc::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.awiie .em3uc:not(.rhxva19j) .yh1528c9 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.o2vgz .em3uc:not(.rhxva19j) .yh1528c9 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.s4yhf3d  .em3uc:not(.rhxva19j) .yh1528c9 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tg3w  .em3uc:not(.rhxva19j) .yh1528c9 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.awiie .rhxva19j { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.o2vgz .rhxva19j { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.s4yhf3d .rhxva19j { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.tg3w .rhxva19j { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.qsixa8u .rhxva19j { background: var(--accent); }
.qsixa8u .rhxva19j .yh1528c9 { background: none; }
.qsixa8u .em3uc:not(.rhxva19j) .yh1528c9 { background: rgba(0,0,0,0.6); }
.uw69 .j691eno { float: left; width: 38%; margin: 0 28px 16px 0; }
.uw69 .j691eno .zgdpii { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uw69 .iy2uxlc::after { content: ''; display: block; clear: both; }
.t9120 .j691eno { float: right; width: 38%; margin: 0 0 16px 28px; }
.t9120 .j691eno .zgdpii { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.t9120 .iy2uxlc::after { content: ''; display: block; clear: both; }
.uc72d99 .li49:nth-child(odd)  .j691eno { float: left;  width: 38%; margin: 0 28px 16px 0; }
.uc72d99 .li49:nth-child(even) .j691eno { float: right; width: 38%; margin: 0 0 16px 28px; }
.uc72d99 .j691eno .zgdpii { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uc72d99 .iy2uxlc::after { content: ''; display: block; clear: both; }
.uw69 .q55bh1,
.uw69 .or9p041,
.t9120 .q55bh1,
.t9120 .or9p041,
.uc72d99 .q55bh1,
.uc72d99 .or9p041 { clear: both; }
@media (max-width: 900px) {
  .uw69 .j691eno,
  .t9120 .j691eno,
  .uc72d99 .li49:nth-child(odd)  .j691eno,
  .uc72d99 .li49:nth-child(even) .j691eno {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .uw69 .j691eno .zgdpii,
  .t9120 .j691eno .zgdpii,
  .uc72d99 .j691eno .zgdpii {
    max-height: none !important;
  }
}
.uw69 .iyevw,
.uw69 .n4k9,
.t9120 .iyevw,
.t9120 .n4k9,
.uc72d99 .iyevw,
.uc72d99 .n4k9 { overflow: hidden; }
@media (max-width: 640px) {
  .uw69 .j691eno,
  .t9120 .j691eno,
  .uc72d99 .j691eno { float: none; width: 100%; margin: 0 0 16px 0; }
}
.mn9auc .pjbc,
.mn9auc .iy2uxlc,
.mn9auc .ah2o7  { max-width: 1100px; }
.k1soh .pjbc,
.k1soh .iy2uxlc,
.k1soh .ah2o7  { max-width: 1200px; }
.nr7zje .pjbc,
.nr7zje .iy2uxlc,
.nr7zje .ah2o7  { max-width: 1320px; }
.nr7zje { --content-mw: 1320px; }
.hnv2zro { font-size: 0.82rem; color: var(--text-muted); }
.he7x { display: flex; align-items: center; }
.mw1u4v1 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.be04 { display: flex; align-items: center; }
.jau0heq { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.jau0heq:hover { text-decoration: underline; }
.v6ha9 { margin: 0 3px; opacity: 0.45; }
.v6ha9::before { content: '/'; }
.eehp { padding: 2px 5px; color: var(--text-main); }
.rvp3i3n .hnv2zro {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.rvp3i3n .he7x { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ayod .hnv2zro {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ayod .he7x { padding: 0 0 0 12px; }
.b85m .he7x { padding: 0 16px; }
.b85m .hnv2zro {
  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);
}
.b85m .pjbc { padding-top: 28px; }
@media (max-width: 720px) {
  .xbzsdv08 { margin-top: 18px; padding: 0 16px; }
  .b85m .pjbc { padding-top: 16px; }
}
.mn9auc.rvp3i3n .he7x { max-width: 1100px; }
.k1soh.rvp3i3n .he7x { max-width: 1200px; }
.nr7zje.rvp3i3n .he7x { max-width: 1320px; }
.nr7zje .xbzsdv08 { max-width: 1320px; }
.dxhh .li49 { padding-top: 16px; padding-bottom: 16px; }
.frijlo7b .li49 { padding-top: 24px; padding-bottom: 24px; }
.i41tnpt .li49 { padding-top: 40px; padding-bottom: 40px; }
.n2viq4l .li49 { padding-top: 52px; padding-bottom: 52px; }
.jf9mna4q .li49:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jf9mna4q .li49:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jf9mna4q .li49:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jf9mna4q .li49:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.orwpvg5 .iy2uxlc { padding-top: 10px;  padding-bottom: 10px; }
.jkcv .iy2uxlc { padding-top: 18px;  padding-bottom: 18px; }
.m7xd .iy2uxlc { padding-top: 36px;  padding-bottom: 36px; }
.kt82jk5 .iy2uxlc { padding-top: 48px;  padding-bottom: 48px; }
.ob5u h2.p0f3 { font-weight: 600; }
.ob5u h3.k8ip3sp     { font-weight: 600; }
.ddk3v7 h2.p0f3 { font-weight: 800; }
.ddk3v7 h3.k8ip3sp     { font-weight: 700; }
.lk5wli1 h2.p0f3 { font-weight: 900; }
.lk5wli1 h3.k8ip3sp     { font-weight: 800; }
.lk5wli1 .c715x5b0 strong,
.lk5wli1 .c715x5b0 strong { font-weight: 600; }
.nd8ibl6 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.yiep7ghp .nd8ibl6 { display: none; }
@media (max-width: 640px) {
  .nd8ibl6 { display: none !important; }
}
.nd8ibl6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.nd8ibl6:hover { opacity: 0.85; }
.n6syts .nd8ibl6 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.xv1d  .v0ehga1 { left: 32px; }
@media (max-width: 480px) {
  .tz68js .v0ehga1 { right: 20px; bottom: 20px; }
  .xv1d  .v0ehga1 { left: 20px; bottom: 20px; }
}
.cxqurzh { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ah2o7 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.p8c0inm { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.a6j84yu2 { color: var(--text-dim); font-size: 0.8rem; }
.fnn2rg a, .iqwdmmwx a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.fnn2rg a:hover, .iqwdmmwx a:hover { color: var(--accent-light); }
.iqwdmmwx { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.txzax .ah2o7 { text-align: center; }
.txzax .iqwdmmwx { justify-content: center; margin-bottom: 16px; }
.txzax .p8c0inm { margin-top: 0; }
.bewfwy { margin-top: 10px; }
.bewfwy a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ah2o7 { padding-left: 16px; padding-right: 16px; }
  .n60ha8m8 .ah2o7 { padding: 20px 16px; }
  .iqwdmmwx { gap: 4px 12px; }
  .p8c0inm { font-size: 0.78rem; }
}
.s62cblze .p8c0inm { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.s62cblze .a6j84yu2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .s62cblze .l5u7jgo { grid-template-columns: 1fr 1fr; } .s62cblze .sfivemi { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s62cblze .l5u7jgo { grid-template-columns: 1fr; } }
.nwh91alx .p8c0inm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .nwh91alx .ycrug33l { gap: 12px; } .nwh91alx .q8rmcg { margin-right: 0; width: 100%; } }
.xzziy4o .p8c0inm { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.xzziy4o .a6j84yu2 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .xzziy4o .w6kug542 { grid-template-columns: 1fr 1fr; } .xzziy4o .ewira7v { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xzziy4o .w6kug542 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .fvi315i .l0hnvaz { grid-template-columns: 1fr 1fr; } .fvi315i .hx81dh:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fvi315i .l0hnvaz { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .yqmful .l0hnvaz { grid-template-columns: 1fr; } }
.r8zbj3 .ah2o7 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.r8zbj3 .iqwdmmwx { justify-content: center; }
.hh31n .vxunlktu      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.hh31n .cxqurzh { background: var(--bg-page); border-top-color: var(--border-alt); }
.d57qc .vxunlktu      { background: #0d1117; border-bottom-color: #21262d; }
.d57qc .gh7lw { color: var(--accent-light); }
.d57qc .srp7kets { --msep-color: #8b949e; }
.d57qc .srp7kets a { color: #8b949e; }
.d57qc .srp7kets a:hover { color: var(--accent-light); }
.d57qc .dque { color: #8b949e; }
.d57qc .cxqurzh { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.d57qc .p8c0inm,
.d57qc .a6j84yu2 { color: #6e7681; }
.d57qc .fnn2rg a, .d57qc .iqwdmmwx a,
.d57qc .fnn2rg a:hover, .d57qc .iqwdmmwx a:hover,
@media (max-width: 640px) {
  .d57qc .srp7kets { background: #0d1117; border-top-color: #21262d; }
  .d57qc .srp7kets li a { border-bottom-color: #21262d; }
}
.gp7u .vxunlktu      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.gp7u .gh7lw { color: var(--accent-light); }
.gp7u .srp7kets { --msep-color: #475569; }
.gp7u .srp7kets a { color: #475569; }
.gp7u .srp7kets a:hover { color: var(--accent-light); }
.gp7u .dque { color: #64748b; }
.gp7u .cxqurzh { background: #f0f4f8; border-top-color: #cbd5e1; }
.gp7u .p8c0inm,
.gp7u .a6j84yu2 { color: #64748b; }
.gp7u .fnn2rg a, .gp7u .iqwdmmwx a,
.gp7u .fnn2rg a:hover, .gp7u .iqwdmmwx a:hover,
@media (max-width: 640px) {
  .gp7u .srp7kets { background: #f0f4f8; border-top-color: #cbd5e1; }
  .gp7u .srp7kets li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.cewtm .vxunlktu      { background: var(--accent); border-bottom-color: var(--accent-light); }
.cewtm .gh7lw { color: #fff; }
.cewtm .srp7kets { --msep-color: rgba(255,255,255,0.82); }
.cewtm .srp7kets a { color: rgba(255,255,255,0.82); }
.cewtm .srp7kets a:hover { color: #fff; }
.cewtm .dque { color: rgba(255,255,255,0.9); }
.cewtm .cxqurzh { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.cewtm .p8c0inm,
.cewtm .a6j84yu2 { color: rgba(255,255,255,0.72); }
.cewtm .fnn2rg a, .cewtm .iqwdmmwx a,
.cewtm .fnn2rg a:hover, .cewtm .iqwdmmwx a:hover,
@media (max-width: 640px) {
  .cewtm .srp7kets { background: var(--accent); border-top-color: var(--accent-light); }
  .cewtm .srp7kets li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.fr5a .vxunlktu {
  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);
}
.fr5a .cxqurzh {
  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) {
  .fr5a .srp7kets {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.l83c33r .cwo6t { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.hkg18o .cwo6t { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.kxus3d .cwo6t { min-height: 72px; height: auto; }
.xf8b3 .cwo6t { min-height: 84px; height: auto; }
.n60ha8m8 .cwo6t { max-width: none; padding: 0 32px; }
.n60ha8m8 .ah2o7  { max-width: none; padding: 24px 32px; }
.kvtqi.k1soh .cwo6t { max-width: 1200px; }
.kvtqi.nr7zje .cwo6t { max-width: 1320px; }
.djtg   .gh7lw, .djtg   .q8rmcg { text-transform: capitalize; }
.srcc5ogf .gh7lw, .srcc5ogf .q8rmcg { text-transform: lowercase; }
.xp39pes .gh7lw, .xp39pes .q8rmcg { text-transform: uppercase; letter-spacing: 0.06em; }
.ea6sbhpw, .rsb52r {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ejrjnf .ea6sbhpw,
.zgq3r .ea6sbhpw,
.mswaq0 .ea6sbhpw,
.qaho0l .ea6sbhpw,
.ezmvhsg6   .srp7kets a { font-weight: 500; }
.ww1kv .srp7kets a { font-weight: 600; }
.bw63     .srp7kets a { font-weight: 700; }
.u7sgs    .srp7kets a { font-weight: 800; letter-spacing: 0.01em; }
.f4mfuq     .srp7kets > li + li::before,
.ld6847    .srp7kets > li + li::before,
.bs2kfb    .srp7kets > li + li::before,
.mgwre .srp7kets > li + li::before,
.vjidoo7a .srp7kets > li + li::before,
.i5nug4  .srp7kets > li + li::before,
.br0m6d    .srp7kets > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.f4mfuq     .srp7kets > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ld6847    .srp7kets > li + li::before { content: "|"; }
.bs2kfb    .srp7kets > li + li::before { content: "—"; }
.mgwre .srp7kets > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.vjidoo7a .srp7kets > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.i5nug4  .srp7kets > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.br0m6d    .srp7kets > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .z2lb7 .dque,
  .fybxae32 .dque,
  .d07j .dque,
  .wc8s .dque,
  .kzurf .dque {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .z2lb7 .dque::before,
  .fybxae32 .dque::before,
  .d07j .dque::before,
  .wc8s .dque::before,
  .kzurf .dque::before { content: ""; display: block; flex-shrink: 0; }

  
  .z2lb7 .dque::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;
  }

  
  .fybxae32 .dque::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;
  }

  
  .d07j .dque::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;
  }

  
  .wc8s .dque::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;
  }

  
  .kzurf .dque::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) {
  .weepz3 .dque {
    padding: 5px 14px;
  }
  .weepz3 .srp7kets {
    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;
  }
  .weepz3 .srp7kets li a {
    border-bottom: none; padding: 10px 22px;
  }
  .weepz3 .srp7kets li a:hover { background: var(--bg-raised); }
  .weepz3 .skihol5z,
  .b5flf .skihol5z,
  .ou20v .skihol5z { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .c9hsp .dque {
    padding: 5px 10px;
  }
  .c9hsp .srp7kets {
    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);
  }
  .c9hsp .srp7kets.bzeup1p4 { transform: translateX(0); }
  .c9hsp .srp7kets li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .c9hsp .srp7kets li:last-child a { border-bottom: none; }
  .cewtm .srp7kets,
  .d57qc .srp7kets { background: var(--accent) !important; }
  .cewtm .srp7kets li a,
  .d57qc .srp7kets li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ou20v .dque {
    padding: 5px 10px;
  }
  .ou20v .srp7kets {
    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);
  }
  .ou20v .srp7kets::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ou20v .srp7kets.bzeup1p4 { transform: translateY(0); }
  .ou20v .srp7kets li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .jdgzaafo .dque {
    padding: 5px 10px;
  }
  .jdgzaafo .srp7kets {
    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;
  }
  .jdgzaafo .srp7kets.bzeup1p4 { opacity: 1; pointer-events: auto; }
  .jdgzaafo .srp7kets li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qya0l     .dque { border-radius: 0 !important; }
  .rrcks   .dque { border-radius: 8px !important; }
  .if46 .dque { border-radius: 50% !important; }
  .z8yb   .dque { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .cm24bdy1 .x21mv7 { flex-direction: column; align-items: stretch; }
  .cm24bdy1 .qx0ffza { flex-direction: row; min-width: auto; }
  .cm24bdy1 .olw10z { align-items: flex-start; text-align: left; }
}
.lnp3rh,
.lnp3rh.li49,
.dbdrb92 .lnp3rh,
.wv3st3 .lnp3rh,
.p1fsiltr .lnp3rh,
.q8cq012 .lnp3rh {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.mhy38jhh {
  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;
}
.kh1a { flex: 1 1 280px; min-width: 0; }
.hy2hx {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.pu99mclu {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.mw8as {
  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;
}
.mw8as:hover { transform: translateY(-1px); opacity: 0.95; }
.e9t5depp .mhy38jhh {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.e9t5depp .hy2hx { color: var(--cta); }
.e9t5depp .pu99mclu { color: var(--text-body); }
.e9t5depp .mw8as {
  background: var(--cta) !important;
  color: #fff !important;
}
.shht8ze .mhy38jhh {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.shht8ze .hy2hx { color: var(--text-primary); }
.shht8ze .pu99mclu { color: var(--text-body); }
.shht8ze .mw8as {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .mhy38jhh {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .kh1a { flex: 0 0 auto; }
  .hy2hx { font-size: 1.2rem; }
  .mw8as { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ulwh8gb2 .iikag9 { height: 36px; }
.fycjh33n .iikag9 { height: 60px; max-width: 200px; }
.fgfm .iikag9 { height: 56px; max-width: 180px; }
.zrecvh    .mroyue24, .zrecvh    .g1vcep { color: #f59e0b; }
.wtprvmdw      .mroyue24 { font-size: 1rem; letter-spacing: 1.5px; }
.wtprvmdw      .g1vcep   { font-size: 1.35rem; }
.gq0hwm    .mroyue24, .gq0hwm    .g1vcep { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.ythen1q     .mroyue24, .ythen1q     .g1vcep { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.rs1xdehh .mroyue24, .rs1xdehh .g1vcep { color: var(--cta); letter-spacing: 2px; }
.vm83j   .mroyue24, .vm83j   .g1vcep { color: #e91e63; letter-spacing: 2px; }
.pbjfd2ek  .mroyue24, .pbjfd2ek  .g1vcep { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.s663b9s     .mroyue24, .s663b9s     .g1vcep { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.qj4o2w .gk0jk97 + .gk0jk97 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.uo19 .ktd5 { padding: 18px 24px; min-height: 68px; }
.ebdi .f9yfdboq {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ebdi .zslemus3 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.cc7onf .gk0jk97 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.or9p041 { counter-reset: cs-rank; }
.or9p041 .ktd5 { counter-increment: cs-rank; }
.or9p041 .ktd5::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;
}
.tchv .or9p041 { counter-reset: cs-rank; gap: 0; }
.tchv .ktd5 {
  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;
}
.tchv .ktd5::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;
}
.tchv .s1r4du3 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.tchv .jh4idi5p {
  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;
}
.tchv .wac35j { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.tchv .s1r4du3 { min-width: 0; flex-direction: column; width: 100%; }
.tchv .v5v1 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.tchv .mroyue24 { color: var(--cta, var(--accent)); }
.tchv .l2e45hi6 { font-weight: 700; }
.tchv .gk0jk97 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.tchv .f9yfdboq {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.tchv .zslemus3 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.tchv .xvhf .zslemus3 { font-size: 1.3rem; color: var(--accent-light); }
.tchv .bgexzs {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.tchv .ktd5:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .tchv .or9p041 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .tchv .ktd5 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .tchv .ktd5 { padding: 40px 16px 20px; }
  .tchv .gk0jk97 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .tchv .bgexzs { width: 100%; min-width: 0; }
}
.d300gc4 .or9p041 { counter-reset: cs-rank; gap: 10px; }
.d300gc4 .ktd5 {
  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);
}
.d300gc4 .ktd5::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);
}
.d300gc4 .s1r4du3 {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.d300gc4 .jh4idi5p {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.d300gc4 .wac35j { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.d300gc4 .v5v1 {
  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;
}
.d300gc4 .mroyue24 { color: var(--cta, var(--accent)); }
.d300gc4 .gk0jk97 {
  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;
}
.d300gc4 .f9yfdboq {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.d300gc4 .zslemus3 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.d300gc4 .xvhf .zslemus3 { color: var(--accent-light); }
.d300gc4 .bgexzs {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.d300gc4 .ktd5:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .d300gc4 .ktd5 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .d300gc4 .ktd5::before {
    position: absolute; top: 14px; left: 14px;
  }
  .d300gc4 .s1r4du3 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .d300gc4 .v5v1 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .d300gc4 .gk0jk97 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .d300gc4 .bgexzs { width: 100%; min-width: 0; }
  .d300gc4 .mroyue24 { min-width: 0; }
}
.dxtkg .ktd5::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.okoctgn4 .b5lp0v {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.okoctgn4 .b5lp0v summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.okoctgn4 .b5lp0v p { padding: 0 2px 16px; }
.hwmc .b5lp0v { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.hwmc .b5lp0v summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.hwmc .b5lp0v summary::after { content: "›"; font-size: 1.2em; }
.hwmc .b5lp0v[open] summary::after { content: "‹"; }
.hwmc .b5lp0v p { padding: 10px 22px 4px; }
.vzpne7 .b5lp0v {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.vzpne7 .b5lp0v summary { color: var(--text-primary); padding-left: 16px; }
.vzpne7 .b5lp0v summary::after { content: "›"; font-size: 1.1em; }
.vzpne7 .b5lp0v[open] summary::after { content: "‹"; }
.vzpne7 .b5lp0v p { padding-left: 16px; }
.aqi4x .tgsm { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.aqi4x .b5lp0v {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.aqi4x .b5lp0v:last-child { border-bottom: none; }
.aqi4x .b5lp0v summary { color: var(--text-primary); border-radius: 0; }
.aqi4x .b5lp0v summary::after { content: "›"; font-size: 1.1em; }
.aqi4x .b5lp0v[open] summary::after { content: "‹"; }
.op3w7 .b5lp0v { overflow: hidden; }
.op3w7 .b5lp0v summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.op3w7 .b5lp0v summary::after { color: rgba(255,255,255,.75); }
.op3w7 .b5lp0v[open] summary { border-radius: 0; }
.xuv3m { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ix12z {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.d5lhmjmt {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.y0xba6 { color: var(--text-muted); font-size: 1.05rem; }
.dsmr {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.styxvg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.nc6g6h { margin-bottom: 20px; }
.bwluej {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ilfi66 {
  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;
}
.ilfi66:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.m9tn57q { resize: vertical; min-height: 130px; }
.a4ke1 { width: 100%; margin-top: 8px; }
.x428 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.f3im {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.kz5fk { color: var(--text-muted); line-height: 1.75; }
.x8dnr8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.x8dnr8 li { margin-bottom: 6px; }
.owyj { max-width: 760px; margin: 0 auto; }
.hk74x7 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.kunxibkk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.kunxibkk:last-child { border-bottom: none; }
.kunxibkk h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.kunxibkk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zsf2v0 { max-width: 760px; margin: 0 auto; }
.cmc1c { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.xxq33a9r ul.x8dnr8 { margin: 0; }
.hk1042 { max-width: 900px; margin: 0 auto; }
.pkw7d3c { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.pkw7d3c:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.pkw7d3c .cmc1c { margin: 0; font-size: 1rem; }
.pkw7d3c .yr3wsu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .pkw7d3c { grid-template-columns: 1fr; gap: 10px; } }
.b110c .cmc1c { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ndfn .x8dnr8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .g417f { grid-template-columns: 1fr; } }
.xwt952 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.xwt952:hover .rvdu { color: var(--accent-light); text-decoration: underline; }
.mc121k { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.a4yfpz { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.a4yfpz:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ezzb0wr4 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.a4yfpz p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.a4yfpz ul.x8dnr8 { margin: 0; }
.jdwvc { color: var(--text-muted); line-height: 1.75; }
.ci4s .x8dnr8,
.gpa4c .x8dnr8,
.q4q9f8op .x8dnr8,
.s5cuf3j .x8dnr8 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ci4s .a4yfpz,
.gpa4c .a4yfpz { text-align: left; }
.ci4s .ezzb0wr4,
.gpa4c .ezzb0wr4 { text-align: center; }
.xq8j { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.xznr { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.esmz4oo9 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.km8bh { margin-top: 12px; }
.wbj3k5 { 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; }
.wbj3k5:hover { border-bottom-color: var(--accent-light); }
.z64c { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.z64c img { width: 100%; height: 100%; object-fit: cover; display: block; }
.h4w1v { width: 200px; height: 200px; }
.xt92g { border-radius: 50%; }
.n8tk5b { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.xsi8 { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .uk9y { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.h2ck .esmz4oo9, .h2ck .xznr { max-width: 640px; }
.asgu7vr .xq8j { font-size: 1.6rem; margin-top: 18px; }
.olzv6y .esmz4oo9 { margin-bottom: 28px; }
@media (max-width: 860px) { .fztdk26z { grid-template-columns: 1fr; } .asgu7vr { position: static; text-align: center; } }
.zbxrn1a5 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.jaszr1a { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.jaszr1a .z64c { margin: 0 auto 18px; }
.jaszr1a .n8tk5b { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .zbxrn1a5 { grid-template-columns: 1fr; } }
.g0mk0l .xq8j { font-size: 1.6rem; margin-bottom: 6px; }
.s5cuf3j .x8dnr8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .g0mk0l { flex-direction: column; text-align: center; } .c711w { grid-template-columns: 1fr; } }
.tssq .xq8j { font-size: 1.35rem; margin: 0 0 4px; }
.tssq .n8tk5b { margin: 0; }
.vb85tas .d5lhmjmt { color: var(--accent-light); }
.emy5p4 .d5lhmjmt { font-size: 2rem; }
.emy5p4 .y0xba6 { max-width: 680px; }
.x7ld .d5lhmjmt { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.x7ld .y0xba6  { margin: 0; }
@media (max-width: 640px) { .x7ld { flex-direction: column; } }
.mgc3fmlg .d5lhmjmt { color: var(--accent-light); }
.d1qdvef6 .d5lhmjmt { color: #fff; }
.d1qdvef6 .y0xba6  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .g6et6y6v { grid-template-columns: 1fr; } }
.fwpt3 { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.fwpt3 .ilfi66 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.fwpt3 .ilfi66:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.tftxyl .ilfi66 { background: var(--bg-raised); border-color: transparent; }
.tftxyl .ilfi66:focus { background: var(--bg-card); border-color: var(--accent-light); }
.nv6zh2 .ilfi66 { border-radius: 100px; padding: 11px 20px; }
.nv6zh2 .m9tn57q { border-radius: 14px; }
.hx1xk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.hx1xk summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.hx1xk summary::-webkit-details-marker { display: none; }
.hx1xk summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.hx1xk[open] summary::after { content: "−"; }
.lq5l0u {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .bbq5x5 { grid-template-columns: 1fr; } }
.q6bg { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.q6bg li { margin-bottom: 6px; }
.lbxa{display:none}
.lbxa:empty,.dnqcv4:empty{display:none}
.o8d6{position:relative;overflow:visible}
.xsn8k .qyjw7j,.ut31u .qyjw7j,
.f340 .qyjw7j,.ugnrrq5 .qyjw7j,
.wijbfcqt .qyjw7j,.h8bh1 .qyjw7j{display:block}
.x0fwp .z9li9tw{display:block}
.xsn8k .qyjw7j,.ut31u .qyjw7j,
.f340 .qyjw7j,.ugnrrq5 .qyjw7j,
.wijbfcqt .qyjw7j{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.xsn8k .qyjw7j .dnqcv4,.ut31u .qyjw7j .dnqcv4,
.f340 .qyjw7j .dnqcv4,.ugnrrq5 .qyjw7j .dnqcv4,
.wijbfcqt .qyjw7j .dnqcv4{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.xsn8k .ho1qa,.ut31u .ho1qa,
.f340 .ho1qa,.ugnrrq5 .ho1qa,
.wijbfcqt .ho1qa{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.xsn8k .qyjw7j,.ut31u .qyjw7j{top:12px}
.xsn8k .qyjw7j .dnqcv4{margin-right:auto}
.ut31u .qyjw7j .dnqcv4{margin-left:auto}
.ut31u .qyjw7j{text-align:right}
.f340 .qyjw7j,.ugnrrq5 .qyjw7j{bottom:12px}
.f340 .qyjw7j .dnqcv4{margin-right:auto}
.ugnrrq5 .qyjw7j .dnqcv4{margin-left:auto}
.ugnrrq5 .qyjw7j{text-align:right}
.wijbfcqt .qyjw7j{position:relative;margin-top:16px}
.wijbfcqt .qyjw7j .dnqcv4{margin:0 auto}
.h8bh1 .qyjw7j{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.h8bh1 .qyjw7j .dnqcv4{margin:0}
.h8bh1 .p69bkjya~.qyjw7j,
.h8bh1 .b9f6~.qyjw7j{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.h8bh1 .p69bkjya~.qyjw7j .dnqcv4,
.h8bh1 .b9f6~.qyjw7j .dnqcv4{justify-content:flex-start}
.p69bkjya~.qyjw7j,.b9f6~.qyjw7j{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}
.p69bkjya~.qyjw7j .dnqcv4{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.b9f6~.qyjw7j .dnqcv4{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.z9li9tw .dnqcv4{margin:0 0 12px}
.dnqcv4{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.o9tld{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.rvdu{font-weight:600;color:var(--text-heading);opacity:1}
.ewvjwsh::before{content:"·";margin:0 2px;opacity:.5}
.ho1qa{white-space:nowrap}
.w42z .o9tld{display:none}
.j0l3k .ho1qa{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.j0l3k .ewvjwsh::before{content:""}
.yg1w06t .ho1qa{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.yg1w06t .ewvjwsh::before{content:""}
.qtuouqq .dnqcv4{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.qllla .ho1qa{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.qllla .ewvjwsh::before{content:""}
.ryf403o9 .ho1qa{color: var(--accent-light);opacity:1;font-weight:500}
.r68n .ho1qa{border-bottom:1px solid currentColor;padding-bottom:2px}
.la170tw5 .dnqcv4{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.lp1lrfi{--date-bg:var(--accent-bg-light)}
.b99r4a .ewvjwsh::before{content:""}
.g8gg6oy .ewvjwsh::before{content:"•";opacity:.4}
.g8gg6oy .ho1qa + .ho1qa::before{content:"•";margin-right:6px;opacity:.4}
.l8d2uoz .ewvjwsh::before{content:"/";opacity:.35}
.l8d2uoz .ho1qa + .ho1qa::before{content:"/";margin-right:6px;opacity:.35}
.aw11 .ewvjwsh::before{content:"|";opacity:.3}
.aw11 .ho1qa + .ho1qa::before{content:"|";margin-right:6px;opacity:.3}
.gnoq79k .ewvjwsh::before{content:"—";opacity:.3}
.gnoq79k .ho1qa + .ho1qa::before{content:"—";margin-right:6px;opacity:.3}
.baggy2z .ewvjwsh::before{content:"◆";font-size:.5em;opacity:.35}
.baggy2z .ho1qa + .ho1qa::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.rqq9 .ewvjwsh::before{content:"·";opacity:.4}
.rqq9 .ho1qa + .ho1qa::before{content:"·";margin-right:6px;opacity:.4}
.e7dby6 .ewvjwsh::before{content:"›";opacity:.4}
.e7dby6 .ho1qa + .ho1qa::before{content:"›";margin-right:6px;opacity:.4}
.nxt52g .ewvjwsh::before{content:"→";opacity:.35;font-size:.85em}
.nxt52g .ho1qa + .ho1qa::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.u0s115h .t95gv{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .t95gv{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .uh8msf{max-width:100%}
}
.h1n4gmdg .hn35175{margin:0}
@media (max-width:560px){
  .ccefhw{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) {
  .kqk6a329 { padding: 28px 18px 20px; }
  .su8e { font-size: 1.2rem; }
  .ego00 { max-width: 220px; max-height: 80px; }
}
.hp7m5vhp {
  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);
}
.tjbuc {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.x762hch  .hp7m5vhp { border-radius: 50%; }
.zsjp0  .hp7m5vhp { border-radius: 6px; }
.sgouj .hp7m5vhp { border-radius: 22px; }
.qrvon30 .mhy38jhh {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .hp7m5vhp { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.cbt7e2g3 .li49 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.cbt7e2g3 .iy2uxlc {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.cbt7e2g3 .mhy38jhh {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.zdv11tk .li49,
.zdv11tk .iy2uxlc {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.zdv11tk .mhy38jhh {
  margin: 0 !important;
  box-shadow: 0 14px 44px rgba(0,0,0,0.34);
  pointer-events: auto;
}
@media (max-width: 640px) {
  .zdv11tk { padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .zdv11tk .mhy38jhh {
    padding: 14px 18px !important;
    gap: 10px !important;
    border-radius: 14px;
  }
  .zdv11tk .pu99mclu { display: none !important; }
  .zdv11tk .hy2hx { font-size: 1.1rem !important; }
  .zdv11tk .hp7m5vhp { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .bjb4ij1 { top: 12px; right: 22px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .cwo6t { flex-direction: row-reverse; }
[dir="rtl"] .srp7kets { flex-direction: row-reverse; }
[dir="rtl"] .xv1d  .v0ehga1 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .tz68js .v0ehga1 { right: auto; left: 20px; }
  [dir="rtl"] .xv1d  .v0ehga1 { left: auto;  right: 20px; }
}
[dir="rtl"] .uw69 .j691eno  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .t9120 .j691eno { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .iyevw, [dir="rtl"] .n4k9 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .r85xrag { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .si11 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .c715x5b0 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .mhy38jhh { direction: rtl; }
[dir="rtl"] .hp7m5vhp { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .ktd5,
[dir="rtl"] .hnv2zro { direction: rtl; }
[dir="rtl"] .b205dybl { direction: rtl; }
[dir="rtl"] .f7z3kwr { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .xtlhia .n4k9,
[dir="rtl"] .rvyu29 .n4k9,
[dir="rtl"] .xjqz5p .n4k9,
[dir="rtl"] .uh1ts .n4k9 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .xtlhia .n4k9 li::before,
[dir="rtl"] .rvyu29 .n4k9 li::before,
[dir="rtl"] .xjqz5p .n4k9 li::before,
[dir="rtl"] .uh1ts .n4k9 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .em3uc.aach1v .pk5bsf10,
[dir="rtl"] .e4m7vl.aach1v .pk5bsf10,
[dir="rtl"] .rhxva19j.aach1v .pk5bsf10,
[dir="rtl"] .q860.aach1v .pk5bsf10,
[dir="rtl"] .bkdptp.aach1v .pk5bsf10 { text-align: right; }
[dir="rtl"] .p69bkjya.dt05 .mgnvh8l { text-align: center; }
[dir="rtl"] .iy2uxlc,
[dir="rtl"] .uiyo5v4o,
[dir="rtl"] .hwdn4t,
[dir="rtl"] .pk5bsf10 { text-align: right; }
[dir="rtl"] .styxvg,
[dir="rtl"] .bwluej,
[dir="rtl"] .esmz4oo9,
[dir="rtl"] .ilfi66,
[dir="rtl"] .m9tn57q { text-align: right; direction: rtl; }
[dir="rtl"] .nv6zh2 .ilfi66,
[dir="rtl"] .fwpt3 .ilfi66 { padding-right: 20px; padding-left: 20px; }
.wmf52i .or9p041,
.lr5mf .or9p041,
.l4xiesy .or9p041 { gap: 0; }
.w2hv18 .or9p041 { gap: 14px; }
.wmf52i .ktd5,
.lr5mf .ktd5,
.w2hv18 .ktd5,
.l4xiesy .ktd5 {
  
  grid-template-columns: auto 260px minmax(0, 1fr) auto auto;
  gap: 20px;
  padding: 22px 26px;
  align-items: center;
  
  grid-auto-flow: dense;
}
.wmf52i .ktd5,
.lr5mf .ktd5,
.l4xiesy .ktd5 {
  background: var(--bg-card);
  border: none; border-radius: 0;
}
.wmf52i .ktd5:nth-child(even),
.l4xiesy .ktd5:nth-child(even) { background: var(--accent-bg); }
.lr5mf .ktd5 + .ktd5 { border-top: 1px solid var(--border-alt); }
.w2hv18 .ktd5 {
  border: 1px solid var(--border-alt); border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.wmf52i .ktd5:hover,
.lr5mf .ktd5:hover,
.l4xiesy .ktd5:hover { background: var(--bg-hover); }
.wmf52i .ktd5::before,
.lr5mf .ktd5::before,
.w2hv18 .ktd5::before,
.l4xiesy .ktd5::before {
  width: 40px; min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--accent-bg); color: var(--accent);
  font-size: 1.15rem; font-weight: 700;
}
.l4xiesy .ktd5::before {
  background: var(--accent); color: var(--cta-fg, #fff);
}
.wmf52i .s1r4du3,
.lr5mf .s1r4du3,
.w2hv18 .s1r4du3,
.l4xiesy .s1r4du3 {
  grid-column: 2;
  flex-direction: row; align-items: center; justify-content: flex-start;
  width: auto; gap: 16px; text-align: left;
}
.wmf52i .jh4idi5p,
.lr5mf .jh4idi5p,
.w2hv18 .jh4idi5p,
.l4xiesy .jh4idi5p {
  width: 78px; height: 78px; padding: 0;
  border-radius: 50%; overflow: hidden; flex-shrink: 0;
}
.wmf52i .wac35j,
.lr5mf .wac35j,
.w2hv18 .wac35j,
.l4xiesy .wac35j {
  width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover;
}
.wmf52i .v5v1,
.lr5mf .v5v1,
.w2hv18 .v5v1,
.l4xiesy .v5v1 {
  font-size: 1.3rem; font-weight: 700; color: var(--accent);
  text-align: left;
}
.l4xiesy .v5v1 { font-size: 1.45rem; font-weight: 800; }
.wmf52i .jay0,
.lr5mf .jay0,
.w2hv18 .jay0,
.l4xiesy .jay0 {
  grid-column: 3; display: block;
  justify-self: center; width: min(100%, 340px);
}
.wmf52i .jay0 .xvhf,
.lr5mf .jay0 .xvhf,
.w2hv18 .jay0 .xvhf,
.l4xiesy .jay0 .xvhf {
  background: var(--accent-bg);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  flex-direction: row; justify-content: center;
}
.wmf52i .jay0 .xvhf .f9yfdboq,
.lr5mf .jay0 .xvhf .f9yfdboq,
.w2hv18 .jay0 .xvhf .f9yfdboq,
.l4xiesy .jay0 .xvhf .f9yfdboq { display: none; }
.wmf52i .jay0 .xvhf .zslemus3::before,
.lr5mf .jay0 .xvhf .zslemus3::before,
.w2hv18 .jay0 .xvhf .zslemus3::before,
.l4xiesy .jay0 .xvhf .zslemus3::before { content: "\1F381\00a0"; }
.wmf52i .jay0 .xvhf .zslemus3,
.lr5mf .jay0 .xvhf .zslemus3,
.w2hv18 .jay0 .xvhf .zslemus3,
.l4xiesy .jay0 .xvhf .zslemus3 {
  font-size: 1.05rem; font-weight: 700; color: var(--text-primary);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.wmf52i .jay0 .jmi0b,
.lr5mf .jay0 .jmi0b,
.w2hv18 .jay0 .jmi0b,
.l4xiesy .jay0 .jmi0b { display: none; }
.wmf52i .hsg9,
.lr5mf .hsg9,
.w2hv18 .hsg9,
.l4xiesy .hsg9 {
  grid-column: 4; min-width: 120px; width: auto;
}
.wmf52i .mroyue24,
.lr5mf .mroyue24,
.w2hv18 .mroyue24,
.l4xiesy .mroyue24 { display: block; font-size: 1.25rem; letter-spacing: 2px; }
.wmf52i .l2e45hi6,
.lr5mf .l2e45hi6,
.w2hv18 .l2e45hi6,
.l4xiesy .l2e45hi6 { display: none; }
.wmf52i .bgexzs.rjzt2s1,
.lr5mf .bgexzs.rjzt2s1,
.w2hv18 .bgexzs.rjzt2s1,
.l4xiesy .bgexzs.rjzt2s1 {
  grid-column: 5;
  min-width: 190px;
  border-radius: 999px;
  padding: 17px 34px !important;
  font-size: 1.05rem !important; font-weight: 700;
}
.l4xiesy .bgexzs.rjzt2s1 { box-shadow: 0 4px 16px color-mix(in srgb, var(--cta) 45%, transparent); }
@media (max-width: 1080px) {
  .wmf52i .ktd5,
  .lr5mf .ktd5,
  .w2hv18 .ktd5,
  .l4xiesy .ktd5 {
    grid-template-columns: auto 220px minmax(0, 1fr) auto;
    gap: 16px; padding: 18px;
  }
  .wmf52i .hsg9,
  .lr5mf .hsg9,
  .w2hv18 .hsg9,
  .l4xiesy .hsg9 { display: none; }
  .wmf52i .bgexzs.rjzt2s1,
  .lr5mf .bgexzs.rjzt2s1,
  .w2hv18 .bgexzs.rjzt2s1,
  .l4xiesy .bgexzs.rjzt2s1 { grid-column: 4; min-width: 150px; padding: 14px 24px !important; }
}
@media (max-width: 720px) {
  .wmf52i .ktd5,
  .lr5mf .ktd5,
  .w2hv18 .ktd5,
  .l4xiesy .ktd5 {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "rank  ident"
      "pills pills"
      "cta   cta";
    gap: 12px 14px; padding: 18px 16px;
    text-align: left;
  }
  .wmf52i .ktd5::before,
  .lr5mf .ktd5::before,
  .w2hv18 .ktd5::before,
  .l4xiesy .ktd5::before { grid-area: rank; align-self: center; justify-self: start; }
  .wmf52i .s1r4du3,
  .lr5mf .s1r4du3,
  .w2hv18 .s1r4du3,
  .l4xiesy .s1r4du3 { grid-area: ident; width: auto; justify-content: flex-start; }
  .wmf52i .jay0,
  .lr5mf .jay0,
  .w2hv18 .jay0,
  .l4xiesy .jay0 { grid-area: pills; }
  
  .wmf52i .jay0 .xvhf,
  .lr5mf .jay0 .xvhf,
  .w2hv18 .jay0 .xvhf,
  .l4xiesy .jay0 .xvhf {
    background: var(--accent-bg); border-radius: 999px;
    padding: 11px 18px; justify-content: center;
  }
  .wmf52i .bgexzs.rjzt2s1,
  .lr5mf .bgexzs.rjzt2s1,
  .w2hv18 .bgexzs.rjzt2s1,
  .l4xiesy .bgexzs.rjzt2s1 { grid-area: cta; width: 100%; }
  .wmf52i .jh4idi5p,
  .lr5mf .jh4idi5p,
  .w2hv18 .jh4idi5p,
  .l4xiesy .jh4idi5p { width: 56px; height: 56px; }
  .wmf52i .v5v1,
  .lr5mf .v5v1,
  .w2hv18 .v5v1,
  .l4xiesy .v5v1 { font-size: 1.1rem; }
}
:root {
  --accent:          #826b12;
  --brand:           #826b12;
  --brand-light:     #655415;
  --brand-pale:      #877326;
  --grad-start:      #d2ad1d;
  --grad-end:        #dbbe51;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f43f5e;
  --cta-fg:          #111111;
  --cta-light:       #f71239;
  --cta-hover:       #e80d32;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f1f0ed;
  --bg-hover:        #f5f5f3;
  --border:          #e9e7e1;
  --border-alt:      #dcdacf;
  --border-section:  #e9e7e1;
  --text-primary:    #1b1a17;
  --text-muted:      #615e51;
  --text-body:       #37352e;
  --text-sub:        #535045;
  --text-faint:      #8b8673;
  --text-dim:        #a29e8f;
  --text-label:      #6f6b5c;
  --text-value:      #454339;
  --accent-bg:       #f3f0e1;
  --accent-bg-light: #efe7c7;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #0d951e;
  --c-cons:          #9f3021;
  --c-pros-label:    #10b124;
  --c-tip-border:    #12c328;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0d951e;
}
:root { --logo-bg-opacity: 68%; }
.bke7v4y .x5377t5, .bke7v4y .p69bkjya { min-height: 320px; }
body, button, input { font-family: "Rubik", sans-serif; }
.vhblrci1 .og8x9 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.vhblrci1 .og8x9::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.vhblrci1 .b2kjjba     .og8x9::before { content: "";  color: var(--c-tip-border); }.vhblrci1 .s3pdm .og8x9::before { content: ""; color: var(--c-warn-border); }.vhblrci1 .ez1qz    .og8x9::before { content: ""; color: #60a5fa; }.a4pe2 .vhblrci1 .b2kjjba     .og8x9::before { color: #10b981; }.a4pe2 .vhblrci1 .s3pdm .og8x9::before { color: #f43f5e; }.a4pe2 .vhblrci1 .ez1qz    .og8x9::before { color: #a855f7; }.swm27b  .vhblrci1 .b2kjjba     .og8x9::before { color: #eab308; }.swm27b  .vhblrci1 .s3pdm .og8x9::before { color: #ef4444; }.swm27b  .vhblrci1 .ez1qz    .og8x9::before { color: #f97316; }.u0tfysc  .vhblrci1 .b2kjjba     .og8x9::before { color: #38bdf8; }.u0tfysc  .vhblrci1 .s3pdm .og8x9::before { color: #818cf8; }.u0tfysc  .vhblrci1 .ez1qz    .og8x9::before { color: #2dd4bf; }.wr3at5vp .vhblrci1 .og8x9::before { color: var(--accent-light) !important; }
.xg5df .kjcx0t9 li::before, .xg5df .hnylz3i 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; }.xg5df .kjcx0t9 li::before { content: ""; }.xg5df .hnylz3i li::before { content: ""; }.xg5df .r71fox4::before, .xg5df .hzrwtlm::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.xg5df .r71fox4::before { content: ""; }.xg5df .hzrwtlm::before { content: ""; }
.v6ha9::before { content: '◆'; font-size: 0.5em; }