:root {
  --color-accent: #8b5cf6;
  --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;
}
.utsk {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.oqqgwe {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.v9ggv {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.p6tgo6d { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.mezf { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.mezf a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.mezf a:hover { color: var(--accent-light); }
.z08anlof  .ho9hn { border-radius: 14px; }
.z08anlof .ho9hn li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.z08anlof .ho9hn li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.ojglkb  .ho9hn li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .ho9hn {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .oi7y:hover .ho9hn,
  .oi7y:focus-within .ho9hn { display: block; }
  .ho9hn li a { padding: 8px 16px; font-size: 0.88rem; }
}
.leuqfir {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.pytpx9f { display: none; }
@media (max-width: 640px) {
  .pytpx9f {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .pytpx9f.ziu0wr { display: block; }
}
@media (max-width: 640px) {
  .leuqfir { display: block; }
  .mezf > li + li::before { display: none !important; }
  .mezf {
    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;
  }
  .mezf.ziu0wr { display: flex; }
  .mezf li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .mezf li:last-child a { border-bottom: none; }
}
.xag3b6 { min-height: 480px; }
.ucz8k1j {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.d4a4ojpt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ms0b .d4a4ojpt { margin-left: 0; margin-right: 0; }
.xlsnh {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.qpca .xlsnh { margin-top: 24px; }
.xlsnh:hover { opacity: 0.88; }
.kqwg0w .ucz8k1j { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.kqwg0w .d4a4ojpt { color: #e2e8f0; }
.kqwg0w.wpx20m .pwbxngsd { text-align: center; }
.biqr .ucz8k1j { color: var(--text-primary); text-shadow: none; }
.biqr .d4a4ojpt { color: var(--text-muted); }
.biqr .xlsnh { margin-top: 16px; }
.biqr, .biqr.xag3b6 { min-height: auto !important; }
.biqr.wpx20m .pwbxngsd { text-align: center; }
.biqr~.jko5{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}
.biqr~.jko5 .grmbgyr8{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.mqy1r7pz .pgvl,
.mqy1r7pz .a8b43z,
.mqy1r7pz .kqwg0w .dwp7v {
  overflow: hidden;
}
.mqy1r7pz .pgvl::after,
.mqy1r7pz .a8b43z::after,
.mqy1r7pz .kqwg0w .dwp7v::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.pgvl .ucz8k1j { color: #fff; }
.pgvl .d4a4ojpt { color: rgba(255,255,255,0.85); }
.pgvl .xlsnh { background: #fff; color: var(--cta); }
.pgvl .xlsnh:hover { opacity: 0.92; }
.swhjk8x6 .oqmn { position: relative; overflow: hidden; }
.swhjk8x6 .oqmn::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.zmai76 .oqmn {
  animation: hg-breathe 7s ease-in-out infinite;
}
.mqy1r7pz .oqmn { position: relative; overflow: hidden; }
.mqy1r7pz .oqmn::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;
}
.zl44v .oqmn { position: relative; overflow: hidden; }
.zl44v .oqmn::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.phjpyxa .oqmn {
  animation: hg-fadein 1.2s ease-out both;
}
.oqmn {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.r14ylq {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.smchj {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.y0yf {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.oqmn .ucz8k1j { text-shadow: none; color: var(--text-primary); }
.oqmn .d4a4ojpt { color: var(--text-muted); }
body.vjp1 .ucz8k1j {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.nu5zhp9 .ucz8k1j {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.xag3b6.pgvl .ucz8k1j,
section.pgvl .ucz8k1j {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.oqmn.wpx20m .r14ylq { align-items: center; text-align: center; }
.oqmn.ms0b   .r14ylq { align-items: flex-start; text-align: left; }
.wbvkg .smchj { position: relative; }
.wbvkg .smchj::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.wbvkg.b61o .smchj::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.f974w .smchj {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.f974w .y0yf {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.f974w.b61o .smchj { padding: 32px 0 32px 32px; }
.hsh2a .smchj {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.hsh2a .y0yf {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.b61o { grid-template-areas: "media text"; }
.b61o .r14ylq {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.hsh2a.b61o .smchj { padding: 40px 16px 40px 48px; }
.xag3b6 .bzi16 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.bzi16 .z9iwj {
  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;
}
.bzi16 .z9iwj::before {
  grid-area: rank !important;
  justify-self: center; text-align: center;
  line-height: 1;
}
.bzi16 .tnrje { display: contents !important; }
.bzi16 .tnrje .w570yseh {
  grid-area: logo;
  width: 110px !important; height: 60px !important; padding: 6px;
  margin: 0 auto;
}
.bzi16 .tnrje .pm4h { max-height: 48px; max-width: 96px; }
.bzi16 .tnrje .t4ben4go {
  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;
}
.bzi16 .fxox {
  grid-area: rating; min-width: 0; width: auto;
  display: flex; flex-direction: row; align-items: center;
  justify-content: center; gap: 6px;
}
.bzi16 .jccn31y { font-size: 0.85rem; letter-spacing: 1px; line-height: 1; }
.bzi16 .gf9pcl { font-size: 1.05rem; font-weight: 800; line-height: 1; color: var(--accent); }
.bzi16 .gf9pcl small { font-size: 0.6rem; opacity: 0.6; font-weight: 500; }
.bzi16 .yozu62g { display: contents !important; }
.bzi16 .yozu62g .z0o95o:not(.qag9k3) { display: none !important; }
.bzi16 .yozu62g .qag9k3 {
  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;
}
.bzi16 .yozu62g .qag9k3 .udgz {
  font-size: 0.6rem; color: var(--text-muted, #888);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.bzi16 .yozu62g .qag9k3 .oo6t5z {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  min-width: 0; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 100%;
}
.bzi16 .o3im6 { grid-area: cta; width: 100% !important; min-width: 0 !important; }
.bzi16 .o3im6.jlia321e {
  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;
}
.bzi16 .o3im6.jlia321e:hover { opacity: 0.85; }
.vs1d .smchj {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .oqmn { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .oqmn:not(.vs1d) .smchj { display: none !important; }
  .vs1d .smchj { padding: 16px; }
  .r14ylq  { padding: 36px 24px; }
  .oqmn~.jko5,.b61o~.jko5{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .xag3b6, .oqmn { min-height: 320px !important; }
  .ucz8k1j { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .f8qvlqdx,
  .e0o7,
  .w6w9dquz { grid-template-columns: 1fr !important; }

  

  
  .aohl6 { display: flex !important; flex-direction: column !important; }
  .aohl6 .pwbxngsd { display: contents; }
  .aohl6 .dwp7v { order: 0; }
  .aohl6 .ucz8k1j { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .aohl6 .f8qvlqdx { order: 2; padding: 0 16px 12px !important; }
  .aohl6 .d4a4ojpt { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .qpca .pwbxngsd { display: flex; flex-direction: column; }
  .qpca .pwbxngsd .ucz8k1j { order: 1; }
  .qpca .pwbxngsd .w6w9dquz { order: 2; margin: 8px 0 24px !important; }
  .qpca .pwbxngsd .d4a4ojpt { order: 3; }
  .qpca .pwbxngsd .xlsnh { order: 4; align-self: center; margin-top: 0; }

  
  .oqmn.vs1d {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .oqmn.vs1d .r14ylq { display: contents; padding: 0; }
  .oqmn.vs1d .r14ylq .ucz8k1j { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .oqmn.vs1d .smchj { order: 2; padding: 12px 16px; }
  .oqmn.vs1d .r14ylq .d4a4ojpt { order: 3; padding: 0 24px; margin: 0 auto; }
  .oqmn.vs1d .r14ylq .xlsnh { order: 4; align-self: center; margin: 8px 0 32px; }
}
.oupbnje { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.n5k5se { width: 100%; height: auto; display: block; border-radius: 10px; }
.q8u7 .oupbnje        { border-radius: 16px; }
.q8u7 .n5k5se  { border-radius: 16px; }
.ep72m .oupbnje         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ep72m .n5k5se   { border-radius: 8px; }
.kbdonc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.esmks91 { width: 100%; padding: 32px 0; position: relative; }
.iuoeevtp { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.t4a37 .esmks91:nth-child(even) { background: var(--bg-surface); }
.t4a37 .esmks91:nth-child(odd)  { background: var(--bg-page); }
.iik4w .esmks91:nth-child(even) { background: var(--bg-card); }
.iik4w .esmks91:nth-child(odd)  { background: var(--bg-page); }
.t4a37 .esmks91:nth-child(odd)  .iuoeevtp { background: var(--bg-card); border-radius: 6px; }
.t4a37 .esmks91:nth-child(even) .iuoeevtp { background: var(--bg-raised); border-radius: 6px; }
.iik4w .esmks91:nth-child(odd)  .iuoeevtp { background: var(--bg-card); border-radius: 6px; }
.iik4w .esmks91:nth-child(even) .iuoeevtp { background: var(--bg-raised); border-radius: 6px; }
.t4a37 .esmks91:nth-child(even) .y1jss6gw .w27ib,
.iik4w .esmks91:nth-child(even) .y1jss6gw .w27ib { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.t4a37 .esmks91:nth-child(odd) .y1jss6gw .w27ib,
.iik4w .esmks91:nth-child(odd) .y1jss6gw .w27ib { background: var(--bg-card-inner); }
.t4a37 .esmks91:nth-child(even) .jrdr .w27ib:nth-child(odd),
.iik4w .esmks91:nth-child(even) .jrdr .w27ib:nth-child(odd)  { background: var(--bg-card); }
.t4a37 .esmks91:nth-child(even) .jrdr .w27ib:nth-child(even),
.iik4w .esmks91:nth-child(even) .jrdr .w27ib:nth-child(even) { background: var(--bg-card-inner); }
h1.v5jq { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.v5jq {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.p7we6v { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.bf3bh h2.v5jq {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.w5x8asj h2.v5jq {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.i06ayfy h2.v5jq {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.wn0kkc h2.v5jq::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ltd0mkq h2.v5jq {
  color: var(--text-primary); font-size: 1.7rem;
}
.n2gl h2.v5jq::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.s6vc4 h2.v5jq {
  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;
}
.rujarf { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .rujarf { display: none; } }
.pr2uem9 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.k5sdx71n { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.lgaz6l {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.r086 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.awnr { padding-left: 20px; }
.awnr li { margin-bottom: 6px; }
.awnr a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.awnr a:hover { color: var(--accent-light); }
.ep77wrol .r086 { display: none; }
.lcsi .r086 { display: none; }
.lcsi .awnr { padding-left: 0; list-style: none; }
.lcsi .awnr li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.lcsi .awnr a { font-size: 0.92rem; }
.laz5w96 .lgaz6l { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.laz5w96 .r086 { display: none; }
.laz5w96 .awnr { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.laz5w96 .awnr li { margin-bottom: 0; }
.laz5w96 .awnr 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;
}
.laz5w96 .awnr a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.aibc .lgaz6l { padding: 20px 20px 16px; }
.aibc .awnr {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.aibc .awnr li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.aibc .awnr 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;
}
.aibc .awnr 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;
}
.aibc .awnr a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.aibc .awnr a:focus,
.aibc .awnr a:focus-visible,
.aibc .awnr a:target { outline: none; }
.aibc .awnr li:target a { border-color: var(--border); color: var(--text-muted); }
.jsvn .lgaz6l { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.jsvn .r086 { display: none; }
.jsvn .awnr { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.jsvn .awnr li { margin-bottom: 0; }
.jsvn .awnr li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.jsvn .awnr li:last-child::after { content: ""; margin-right: 0; }
.jsvn .awnr a { font-size: 0.9rem; }
.w27ib { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.y1jss6gw .w27ib { background: var(--bg-card); }
.jrdr .w27ib:nth-child(odd)  { background: var(--bg-card); }
.jrdr .w27ib:nth-child(even) { background: var(--bg-raised); }
.y5vn4 .w27ib {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.y5vn4 .w27ib:last-child { border-bottom: none; }
.y5vn4 h3.p7we6v { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.qsun69jh .w27ib {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.qsun69jh .w27ib + .w27ib { margin-top: 4px; }
.ewlbqj .w27ib { background: none; border-radius: 0; padding: 12px 0; }
.ewlbqj .w27ib + .w27ib { border-top: 1px solid var(--border-section); }
.j1ok7 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.dot274l { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.obcme2in { color: var(--text-body); margin-bottom: 10px; }
.rf56n, .e7i10k { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.rf56n li, .e7i10k li { margin-bottom: 6px; }
.e7i10k li { list-style: decimal; }
.w6i7m     .rf56n { list-style-type: "● "; }
.svrsyf21  .rf56n { list-style-type: "■ "; }
.zscydc32 .rf56n { list-style-type: "◆ "; }
.f6ibwh    .rf56n { list-style-type: "★ "; }
.w6i7m     .ludbyo1 { list-style-type: "● "; }
.svrsyf21  .ludbyo1 { list-style-type: "■ "; }
.zscydc32 .ludbyo1 { list-style-type: "◆ "; }
.f6ibwh    .ludbyo1 { list-style-type: "★ "; }
.w6i7m    .rf56n li::marker, .w6i7m    .ludbyo1 li::marker,
.svrsyf21 .rf56n li::marker, .svrsyf21 .ludbyo1 li::marker,
.zscydc32 .rf56n li::marker, .zscydc32 .ludbyo1 li::marker,
.f6ibwh   .rf56n li::marker, .f6ibwh   .ludbyo1 li::marker {
  color: var(--cta); font-size: 1em;
}
.w6i7m .e7i10k,
.svrsyf21 .e7i10k,
.zscydc32 .e7i10k,
.f6ibwh .e7i10k {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.w6i7m .e7i10k li,
.svrsyf21 .e7i10k li,
.zscydc32 .e7i10k li,
.f6ibwh .e7i10k li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.w6i7m .e7i10k li::before,
.svrsyf21 .e7i10k li::before,
.zscydc32 .e7i10k li::before,
.f6ibwh .e7i10k 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;
}
.w6i7m     .e7i10k li::before { border-radius: 50%; }
.svrsyf21  .e7i10k li::before { border-radius: 3px; }
.zscydc32 .e7i10k li::before { border-radius: 3px; }
.f6ibwh    .e7i10k li::before { border-radius: 50%; }
.vnqv3l9 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.g56i559v .vnqv3l9,
.boqws .vnqv3l9 { background: transparent; border: none; border-radius: 0; }
.dpqt69k { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.dpqt69k th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.dpqt69k td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.dpqt69k tr:hover td { background: var(--bg-hover); }
.prbht55 .dpqt69k tbody tr:nth-child(even) td { background: var(--bg-surface); }
.u0sdh .dpqt69k { border: 1px solid var(--border-alt); }
.u0sdh .dpqt69k th,
.u0sdh .dpqt69k td { border: 1px solid var(--border-alt); }
.s3ig4tt3 .dpqt69k th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.s3ig4tt3 .dpqt69k td { border-bottom: none; }
.s3ig4tt3 .dpqt69k tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.pgai .dpqt69k th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.k9uk .vnqv3l9 {
  overflow: hidden;
}
.k9uk .dpqt69k th { border-bottom: 1px solid var(--border-alt); }
.k9uk .dpqt69k tr:last-child td { border-bottom: none; }
.ptli1sq { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.vwwpw { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.v5h2ht { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.dbnb1k { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.eu63g { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ludbyo1 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ludbyo1 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%}
.gwjr .dbnb1k { background: transparent; text-align: center; }
.c05v .v5h2ht {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.no3d16j .v5h2ht {
  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);
}
.te3gbh .vwwpw { display: grid; grid-template-columns: auto 1fr; }
.te3gbh .v5h2ht {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.te3gbh .dbnb1k { grid-column: 2; }
.te3gbh .eu63g,
.te3gbh .ludbyo1 { grid-column: 1 / -1; }
.gxjbd55 .vwwpw { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gxjbd55 .v5h2ht {
  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);
}
.gxjbd55 .dbnb1k { grid-column: 2; }
.gxjbd55 .eu63g,
.gxjbd55 .ludbyo1 { grid-column: 1 / -1; }
.kiae3m .vwwpw { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.kiae3m .dbnb1k { background: none; color: var(--accent-light); font-weight: 700; }
.opl5 .vwwpw { 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); }
.opl5 .dbnb1k { background: none; color: var(--accent-light); font-weight: 700; }
.aregkuyb .vwwpw { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.aregkuyb .vwwpw:last-child { border-bottom: none; }
.aregkuyb .dbnb1k { background: none; color: var(--accent-light); font-weight: 700; }
.itohb4v .vwwpw { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.itohb4v .dbnb1k { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.voz7ro .ptli1sq { counter-reset: card-n; }
.voz7ro .vwwpw  { counter-increment: card-n; }
.voz7ro .dbnb1k { display: flex; align-items: center; gap: 10px; }
.voz7ro .dbnb1k::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;
}
.kmaxj2zi .vwwpw { background: var(--bg-surface); border: 1px solid var(--border); }
.kmaxj2zi .dbnb1k { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.w3n9cb9 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.nyjm9n8  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.m27qw { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.e66dmb42 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.aoue { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.w3n9cb9 strong { color: var(--text-primary); font-size: 0.95rem; }
.w3n9cb9 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.k46j { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.xcndm8, .zlz0lv { border-radius: 8px; padding: 14px; }
.xcndm8 { background: var(--bg-pros); }
.zlz0lv { background: var(--bg-cons); }
.vx5y5e2s { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.xcndm8 .vx5y5e2s { color: var(--c-pros-label); }
.zlz0lv .vx5y5e2s { color: #f87171; }
.xcndm8 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.zlz0lv ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.n5k5se { width: 100%; height: auto; border-radius: 10px; display: block; }
.jlia321e {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.jlia321e:hover { opacity: 0.85; }
.i15adkz .jlia321e  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.i15adkz .jlia321e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dxnjy .jlia321e  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.dxnjy .jlia321e:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.o7wh7 .xlsnh { border-radius: 50px; }
.o7wh7 .jlia321e  { border-radius: 50px; }
.usdoght .xlsnh { padding-left: 22px; padding-right: 22px; }
.usdoght .jlia321e  { padding-left: 12px; padding-right: 12px; }
.deorf9s .xlsnh { padding-left: 44px; padding-right: 44px; }
.deorf9s .jlia321e  { padding-left: 24px; padding-right: 24px; }
.ng4ra .xlsnh { padding-left: 56px; padding-right: 56px; }
.ng4ra .jlia321e  { padding-left: 32px; padding-right: 32px; }
.u98zc1as   .xlsnh::after, .u98zc1as   .jlia321e::after,
.ncre7s .xlsnh::after, .ncre7s .jlia321e::after,
.zae7c6j    .xlsnh::after, .zae7c6j    .jlia321e::after,
.drhye    .xlsnh::after, .drhye    .jlia321e::after,
.symzp8r    .xlsnh::after, .symzp8r    .jlia321e::after,
.cncj2s     .xlsnh::after, .cncj2s     .jlia321e::after,
.xaw56    .xlsnh::after, .xaw56    .jlia321e::after,
.kx2d   .xlsnh::after, .kx2d   .jlia321e::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;
}
.u98zc1as .xlsnh::after, .u98zc1as .jlia321e::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");
}
.ncre7s .xlsnh::after, .ncre7s .jlia321e::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");
}
.zae7c6j .xlsnh::after, .zae7c6j .jlia321e::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");
}
.drhye .xlsnh::after, .drhye .jlia321e::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");
}
.symzp8r .xlsnh::after, .symzp8r .jlia321e::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");
}
.cncj2s .xlsnh::after, .cncj2s .jlia321e::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");
}
.xaw56 .xlsnh::after, .xaw56 .jlia321e::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");
}
.kx2d .xlsnh::after, .kx2d .jlia321e::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");
}
.uc55   .q75ig::after, .uc55   .wkqgig::after,
.fivybrc .q75ig::after, .fivybrc .wkqgig::after,
.l0vd    .q75ig::after, .l0vd    .wkqgig::after,
.rty3fro    .q75ig::after, .rty3fro    .wkqgig::after,
.vgbu3    .q75ig::after, .vgbu3    .wkqgig::after,
.sa7te     .q75ig::after, .sa7te     .wkqgig::after,
.jvymr    .q75ig::after, .jvymr    .wkqgig::after,
.mvb4x   .q75ig::after, .mvb4x   .wkqgig::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;
}
.uc55 .q75ig::after, .uc55 .wkqgig::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");
}
.fivybrc .q75ig::after, .fivybrc .wkqgig::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");
}
.l0vd .q75ig::after, .l0vd .wkqgig::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");
}
.rty3fro .q75ig::after, .rty3fro .wkqgig::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");
}
.vgbu3 .q75ig::after, .vgbu3 .wkqgig::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");
}
.sa7te .q75ig::after, .sa7te .wkqgig::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");
}
.jvymr .q75ig::after, .jvymr .wkqgig::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");
}
.mvb4x .q75ig::after, .mvb4x .wkqgig::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");
}
.mbibih {
  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;
}
.z9iwj {
  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;
}
.z9iwj > * { min-width: 0; }
.z9iwj:hover { background: var(--bg-hover); }
.z9iwj > [itemprop="item"] { display: contents; }
.z9iwj [itemprop="itemReviewed"],
.z9iwj [itemprop="reviewRating"] { display: none; }
.z9iwj::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;
}
.tnrje {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; min-width: 0; text-align: center;
  width: 140px;
}
.w570yseh {
  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;
}
.pm4h { max-height: 52px; max-width: 110px; object-fit: contain; }
.t4ben4go {
  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;
}
.iayhc4 .w570yseh    { background: #1a1a1a; }
.pf4dd95t .w570yseh   { background: rgba(128,128,128,.12); }
.vf3lgcq0 .w570yseh { background: var(--bg-raised); }
.vplz .w570yseh    { background: transparent; padding: 0; }
.fxox {
  grid-column: 3;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  min-width: 90px; width: 90px;
}
.jccn31y { color: var(--cta); font-size: 1.05rem; letter-spacing: 1.5px; line-height: 1; }
.gf9pcl { font-size: 1.1rem; font-weight: 700; line-height: 1; }
.yozu62g {
  grid-column: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  min-width: 0;
}
.z0o95o {
  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;
}
.udgz {
  
  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%;
}
.oo6t5z {
  
  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;
}
.o3im6 {
  grid-column: 5;
  white-space: nowrap; text-align: center;
  min-width: 130px;
}
.o3im6.jlia321e {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .z9iwj {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .z9iwj::before    { grid-area: rank;   }
  .tnrje           { grid-area: ident;  }
  .fxox     { grid-area: rating; min-width: 0; width: auto; }
  .yozu62g           { grid-area: pills;  }
  .o3im6             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .z9iwj {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .z9iwj::before    { justify-self: center; }
  .tnrje           { width: 100%; }
  .fxox     { justify-self: center; }
  .yozu62g           { grid-template-columns: 1fr; }
}
.mbsbjdmj {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.npbq {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.xc6csgds {
  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;
}
.xc6csgds img { max-width: 80px; max-height: 50px; object-fit: contain; }
.sjmbvg { flex: 1; }
.sjmbvg h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.o0qdlk { color: var(--c-stars); font-size: 1.1rem; }
.rl6fhbsa { margin-bottom: 8px; }
.u0hq6q { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.cxqn::before   { content: "★ "; color: var(--accent-light); }
.xo3k { flex-shrink: 0; }
.tyo8 img.kaoql { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.g56i559v { padding: 20px 24px; }
.fh1z { color: var(--text-muted); margin-bottom: 16px; }
.v7sr { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.grjxw0kv, .y51kl1 { list-style: none; font-size: 0.9rem; }
.grjxw0kv li { color: var(--c-pros); margin-bottom: 4px; }
.y51kl1 li { color: var(--c-cons); margin-bottom: 4px; }
.grjxw0kv li::before { content: "✓"; margin-right: 5px; }
.y51kl1 li::before { content: "✗"; margin-right: 5px; }
.vx84s .grjxw0kv li::before { content: "→"; }
.vx84s .y51kl1 li::before { content: "–"; }
.v2xt  .grjxw0kv li::before { content: "★"; }
.v2xt  .y51kl1 li::before { content: "✕"; }
.m76gvg99    .grjxw0kv li::before { content: "◆"; }
.m76gvg99    .y51kl1 li::before { content: "▲"; }
.sc3n8  .grjxw0kv li::before { content: "▶"; }
.sc3n8  .y51kl1 li::before { content: "■"; }
.yuev { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.xf6p { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.pl5y { background: var(--bg-pros); color: var(--c-tag-pay); }
.i387 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.fwd8th .i387 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.gwyzdi .i387 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .xaxz .tsci4tjl {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xaxz .mbsbjdmj { margin: 0; }
}
.et3gh .npbq { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.et3gh .sjmbvg h3 { color: var(--accent-light); }
.et3gh .xc6csgds { background: var(--bg-page); border: 1px solid var(--border); }
.x2j121 .mbsbjdmj { border-top: 4px solid var(--accent); }
.x2j121 .npbq { background: var(--bg-card); }
.crjb4 .mbsbjdmj { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.crjb4 .npbq { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.crjb4 .g56i559v { padding: 14px 16px; }
.crjb4 .xc6csgds { border-radius: 4px; }
.crjb4 .i387 { border-radius: 0; }
.wg50 .npbq { padding: 0; gap: 0; overflow: hidden; }
.wg50 .xc6csgds { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.wg50 .sjmbvg { padding: 16px 20px; }
.wg50 .xo3k { padding: 16px 20px; align-self: center; }
.ql14c .o0qdlk { font-size: .95rem; }
.boqws .k46j { gap: 10px; }
.boqws .xcndm8, .boqws .zlz0lv { padding: 12px; }
.boqws .xcndm8 ul, .boqws .zlz0lv ul { margin: 4px 0 0; padding-left: 18px; }
.boqws .xcndm8 li, .boqws .zlz0lv li { font-size: .85rem; margin-bottom: 3px; }
.qbea .xf6p { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .krqa { grid-template-columns: 1fr; }
  .ituk3 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ituk3 .zuno4 { width: 72px; height: 50px; }
  .ituk3 .hf5bsn { max-width: 180px; }
  .ituk3 .mw3n30nr { width: auto; }
}
.b6if .ql14c .o0qdlk { filter: brightness(1.2); }
@media (max-width: 720px) {
  .b6if { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .gpura { padding: 16px; }
  .dia0v .e85f2r { min-width: 50%; }
}
.idpvyku .k46j { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .h2f0x { grid-template-columns: 1fr; }
  .igfw { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .syisk81e { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jkr5 { flex-wrap: wrap; padding: 16px; }
}
.w1dz9z8p .k46j { gap: 8px; }
.w1dz9z8p .xcndm8, .w1dz9z8p .zlz0lv { padding: 8px; }
@media (max-width: 480px) {
  .m4u4 { flex-direction: column; align-items: stretch; }
}
.t944 .mw3n30nr .jlia321e { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .set98xu { flex-direction: column; align-items: stretch; gap: 10px; }
  .t944 .mw3n30nr { text-align: center; }
}
@media (max-width: 720px) {
  .u6xo { grid-template-columns: 1fr; }
  .cp2na5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zjf3x { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.catl6xln .d80yuevj { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.zdecc92 .o0qdlk { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .at7t { grid-template-columns: 1fr; }
  .zdecc92 { width: 100px; height: 100px; margin: 16px auto; }
  .catl6xln { font-size: 1.4rem; }
  .um4egl { justify-content: center; }
  .yldxylg4 .e85f2r { min-width: 50%; }
}
.ks9d .k46j { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .vbn71b3 { flex-wrap: wrap; padding: 14px 16px; }
  .caor30 { padding: 12px 16px; }
  .ks9d .k46j { margin: 0 16px; }
  .ks9d .qbea { padding: 0 16px; }
  .tnos9o5o { padding: 12px 16px; }
}
.nat82d .z9iwj {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.nat82d .z9iwj:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.p342j .mbibih { gap: 18px; }
.p342j .z9iwj {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.p342j .z9iwj:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.dx8k .mbibih {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.dx8k .z9iwj {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.dx8k .z9iwj:last-child { border-bottom: none; }
.dx8k .tnrje,
.dx8k .fxox,
.dx8k .yozu62g {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.ptunadj8 .mbibih { gap: 0; }
.ptunadj8 .z9iwj {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.ptunadj8 .z9iwj:last-child { border-bottom: none; }
.ptunadj8 .z9iwj:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.ptunadj8 .z9iwj:nth-child(even):hover { background: var(--bg-hover); }
.gu4a .z9iwj {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.gceip .yozu62g .z0o95o {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.gceip .yozu62g .z0o95o:first-child { border-left: none; }
.f4oamro .yozu62g .z0o95o {
  background: transparent; padding: 4px 8px;
}
.f4oamro .yozu62g .udgz { font-size: .65rem; opacity: .65; }
.f4oamro .yozu62g .oo6t5z   { font-size: 1.15rem; color: var(--accent-light); }
.r5uca .yozu62g .z0o95o {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.gf9pcl { display: none; }
.q9tsda0 .jccn31y { font-size: 1rem; letter-spacing: 2px; }
.ya19f3q9 .jccn31y {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.r5z6fg .jccn31y,
.s5wpdweq .jccn31y,
.xkk3c .jccn31y { display: none; }
.r5z6fg .gf9pcl,
.s5wpdweq .gf9pcl,
.xkk3c .gf9pcl { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.r5z6fg .gf9pcl { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.r5z6fg .gf9pcl small { display: none; }
.s5wpdweq .gf9pcl {
  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;
}
.s5wpdweq .gf9pcl small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.xkk3c .gf9pcl {
  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;
}
.xkk3c .gf9pcl small { display: none; }
.r5z6fg .rl6fhbsa .o0qdlk,
.s5wpdweq .rl6fhbsa .o0qdlk,
.xkk3c .rl6fhbsa .o0qdlk { display: none; }
.r5z6fg .rl6fhbsa strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.r5z6fg .d80yuevj { display: none; }
.s5wpdweq .rl6fhbsa 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;
}
.s5wpdweq .inwn6bv,
.s5wpdweq .d80yuevj { font-size: 1em; }
.xkk3c .rl6fhbsa strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.xkk3c .d80yuevj { display: none; }
.yq4oe { margin: 16px 0; }
.ndvnm { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.ndvnm summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.ndvnm summary::after { content: "+"; color: var(--accent-light); }
.ndvnm[open] summary::after { content: "−"; }
.ndvnm p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.esmks91 { margin-bottom: 0; }
.x5zz2l h2.v5jq { color: var(--text-primary); border-color: var(--accent-light); }
.h04s6wc8 h2.v5jq { color: var(--text-primary); border-color: var(--accent-light); }
.z1cbs .nyjm9n8     { background: #052e16; border-color: #10b981; }
.z1cbs .m27qw { background: #2d0a1e; border-color: #f43f5e; }
.z1cbs .e66dmb42    { background: #1e1036; border-color: #a855f7; }
.z1cbs .w3n9cb9 strong  { color: #f1f5f9; }
.z1cbs .w3n9cb9 p       { color: #cbd5e1; }
.z1cbs .gsc9rp6y    .nyjm9n8     .aoue::before,
.z1cbs .qpvl  .nyjm9n8     .aoue::before,
.z1cbs .bewm0e2  .nyjm9n8     .aoue::before,
.z1cbs .fvj2y .nyjm9n8     .aoue::before { color: #10b981; }
.z1cbs .gsc9rp6y    .m27qw .aoue::before,
.z1cbs .qpvl  .m27qw .aoue::before,
.z1cbs .bewm0e2  .m27qw .aoue::before,
.z1cbs .fvj2y .m27qw .aoue::before { color: #f43f5e; }
.z1cbs .gsc9rp6y    .e66dmb42    .aoue::before,
.z1cbs .qpvl  .e66dmb42    .aoue::before,
.z1cbs .bewm0e2  .e66dmb42    .aoue::before,
.z1cbs .fvj2y .e66dmb42    .aoue::before { color: #a855f7; }
.wsgxni0p .nyjm9n8     { background: #2d2000; border-color: #eab308; }
.wsgxni0p .m27qw { background: #2d0b0b; border-color: #ef4444; }
.wsgxni0p .e66dmb42    { background: #2d1600; border-color: #f97316; }
.wsgxni0p .w3n9cb9 strong  { color: #f1f5f9; }
.wsgxni0p .w3n9cb9 p       { color: #cbd5e1; }
.wsgxni0p .gsc9rp6y    .nyjm9n8     .aoue::before,
.wsgxni0p .qpvl  .nyjm9n8     .aoue::before,
.wsgxni0p .bewm0e2  .nyjm9n8     .aoue::before,
.wsgxni0p .fvj2y .nyjm9n8     .aoue::before { color: #eab308; }
.wsgxni0p .gsc9rp6y    .m27qw .aoue::before,
.wsgxni0p .qpvl  .m27qw .aoue::before,
.wsgxni0p .bewm0e2  .m27qw .aoue::before,
.wsgxni0p .fvj2y .m27qw .aoue::before { color: #ef4444; }
.wsgxni0p .gsc9rp6y    .e66dmb42    .aoue::before,
.wsgxni0p .qpvl  .e66dmb42    .aoue::before,
.wsgxni0p .bewm0e2  .e66dmb42    .aoue::before,
.wsgxni0p .fvj2y .e66dmb42    .aoue::before { color: #f97316; }
.zldq96b2 .nyjm9n8     { background: #0c1a2e; border-color: #38bdf8; }
.zldq96b2 .m27qw { background: #12103a; border-color: #818cf8; }
.zldq96b2 .e66dmb42    { background: #0a2020; border-color: #2dd4bf; }
.zldq96b2 .w3n9cb9 strong  { color: #f1f5f9; }
.zldq96b2 .w3n9cb9 p       { color: #cbd5e1; }
.zldq96b2 .gsc9rp6y    .nyjm9n8     .aoue::before,
.zldq96b2 .qpvl  .nyjm9n8     .aoue::before,
.zldq96b2 .bewm0e2  .nyjm9n8     .aoue::before,
.zldq96b2 .fvj2y .nyjm9n8     .aoue::before { color: #38bdf8; }
.zldq96b2 .gsc9rp6y    .m27qw .aoue::before,
.zldq96b2 .qpvl  .m27qw .aoue::before,
.zldq96b2 .bewm0e2  .m27qw .aoue::before,
.zldq96b2 .fvj2y .m27qw .aoue::before { color: #818cf8; }
.zldq96b2 .gsc9rp6y    .e66dmb42    .aoue::before,
.zldq96b2 .qpvl  .e66dmb42    .aoue::before,
.zldq96b2 .bewm0e2  .e66dmb42    .aoue::before,
.zldq96b2 .fvj2y .e66dmb42    .aoue::before { color: #2dd4bf; }
.aos8 .nyjm9n8     { background: var(--accent-bg); border-color: var(--accent-light); }
.aos8 .m27qw { background: var(--accent-bg-light); border-color: var(--accent-light); }
.aos8 .e66dmb42    { background: var(--accent-bg); border-color: var(--accent-pale); }
.aos8 .gsc9rp6y    .aoue::before,
.aos8 .qpvl  .aoue::before,
.aos8 .bewm0e2  .aoue::before,
.aos8 .fvj2y .aoue::before { color: var(--accent-light) !important; }
.u6e60dxn::before,
.ik47r::before { margin-right: 5px; }
.lk74gg .xcndm8 ul li,
.lk74gg .grjxw0kv li         { color: #4ade80; }
.lk74gg .xcndm8 .u6e60dxn { color: #22c55e; }
.lk74gg .zlz0lv ul li,
.lk74gg .y51kl1 li         { color: #f87171; }
.lk74gg .zlz0lv .ik47r { color: #ef4444; }
.wrnr6q7 .xcndm8 { background: var(--bg-pros); }
.wrnr6q7 .zlz0lv { background: var(--bg-cons); }
.wrnr6q7 .xcndm8 .u6e60dxn { color: var(--c-pros-label); }
.wrnr6q7 .zlz0lv .ik47r { color: var(--c-cons); }
.wrnr6q7 .xcndm8 ul li,
.wrnr6q7 .grjxw0kv li            { color: var(--c-pros); }
.wrnr6q7 .zlz0lv ul li,
.wrnr6q7 .y51kl1 li            { color: var(--c-cons); }
.kzzje .xcndm8 { background: var(--bg-pros); }
.kzzje .zlz0lv { background: var(--bg-cons); }
.kzzje .xcndm8 .u6e60dxn { color: var(--c-pros-label); }
.kzzje .zlz0lv .ik47r { color: var(--c-cons); }
.kzzje .xcndm8 ul li,
.kzzje .grjxw0kv li          { color: var(--c-pros); }
.kzzje .zlz0lv ul li,
.kzzje .y51kl1 li          { color: var(--c-cons); }
.hg2w48r .u6e60dxn::before { content: "✓ "; }
.hg2w48r .ik47r::before { content: "✗ "; }
.vx84s .u6e60dxn::before { content: "→ "; }
.vx84s .ik47r::before { content: "← "; }
.v2xt .u6e60dxn::before { content: "★ "; }
.v2xt .ik47r::before { content: "✕ "; }
.m76gvg99 .u6e60dxn::before { content: "◆ "; }
.m76gvg99 .ik47r::before { content: "▲ "; }
.gwyzdi .w3n9cb9 { background: transparent; border-left: none; border: 1.5px solid; }
.gwyzdi .nyjm9n8     { border-color: var(--c-tip-border); }
.gwyzdi .m27qw { border-color: var(--c-warn-border); }
.gwyzdi .e66dmb42    { border-color: #60a5fa; }
.gwyzdi .w3n9cb9 strong { color: var(--text-primary); }
.gwyzdi .w3n9cb9 p      { color: var(--text-muted); }
.fwd8th .w3n9cb9 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.fwd8th .nyjm9n8     { border-top-color: var(--c-tip-border); }
.fwd8th .m27qw { border-top-color: var(--c-warn-border); }
.fwd8th .e66dmb42    { border-top-color: #60a5fa; }
.qw09 .w3n9cb9 { border-left: none; border-radius: 8px; }
.qw09 .nyjm9n8     { background: #065f46; }
.qw09 .m27qw { background: #92400e; }
.qw09 .e66dmb42    { background: #1e3a8a; }
.qw09 .w3n9cb9 strong,
.qw09 .w3n9cb9 p { color: #fff; }
.qw09 .aoue::before { color: rgba(255,255,255,0.85) !important; }
.z1cbs.qw09 .nyjm9n8,
.z1cbs .qw09 .nyjm9n8     { background: #052e16; }
.z1cbs.qw09 .m27qw,
.z1cbs .qw09 .m27qw { background: #2d0a1e; }
.z1cbs.qw09 .e66dmb42,
.z1cbs .qw09 .e66dmb42    { background: #1e1036; }
.wsgxni0p.qw09 .nyjm9n8,
.wsgxni0p .qw09 .nyjm9n8      { background: #2d2000; }
.wsgxni0p.qw09 .m27qw,
.wsgxni0p .qw09 .m27qw  { background: #2d0b0b; }
.wsgxni0p.qw09 .e66dmb42,
.wsgxni0p .qw09 .e66dmb42     { background: #2d1600; }
.zldq96b2.qw09 .nyjm9n8,
.zldq96b2 .qw09 .nyjm9n8      { background: #0c1a2e; }
.zldq96b2.qw09 .m27qw,
.zldq96b2 .qw09 .m27qw  { background: #12103a; }
.zldq96b2.qw09 .e66dmb42,
.zldq96b2 .qw09 .e66dmb42     { background: #0a2020; }
.thei2d6 .w3n9cb9 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.thei2d6 .nyjm9n8     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.thei2d6 .m27qw { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.thei2d6 .e66dmb42    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.thei2d6 .w3n9cb9 strong { color: var(--text-primary); }
.thei2d6 .w3n9cb9 p      { color: var(--text-muted); }
.bsgq6 .w3n9cb9 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.gsc9rp6y .aoue,
.qpvl .aoue,
.bewm0e2 .aoue,
.fvj2y .aoue { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.gsc9rp6y .aoue::before,
.qpvl .aoue::before,
.bewm0e2 .aoue::before,
.fvj2y .aoue::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.gsc9rp6y .nyjm9n8     .aoue::before { content: "✦"; color: var(--c-tip-border); }
.gsc9rp6y .m27qw .aoue::before { content: "▲"; color: var(--c-warn-border); }
.gsc9rp6y .e66dmb42    .aoue::before { content: "◉"; color: #60a5fa; }
.qpvl .nyjm9n8     .aoue::before { content: "★"; color: var(--c-tip-border); }
.qpvl .m27qw .aoue::before { content: "◆"; color: var(--c-warn-border); }
.qpvl .e66dmb42    .aoue::before { content: "●"; color: #60a5fa; }
.bewm0e2 .nyjm9n8     .aoue::before { content: "▶"; color: var(--c-tip-border); }
.bewm0e2 .m27qw .aoue::before { content: "■"; color: var(--c-warn-border); }
.bewm0e2 .e66dmb42    .aoue::before { content: "▸"; color: #60a5fa; }
.fvj2y .nyjm9n8     .aoue::before { content: "→"; color: var(--c-tip-border); }
.fvj2y .m27qw .aoue::before { content: "⬥"; color: var(--c-warn-border); }
.fvj2y .e66dmb42    .aoue::before { content: "◈"; color: #60a5fa; }
.lktd .y1jss6gw .w27ib,
.lktd .jrdr .w27ib  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.lktd .vwwpw                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.lktd .z9iwj                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.lktd .mbsbjdmj            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.lktd .vnqv3l9          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lktd .lgaz6l                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.esp7im1 .y1jss6gw .w27ib,
.esp7im1 .jrdr .w27ib,
.esp7im1 .vwwpw,
.esp7im1 .z9iwj,
.esp7im1 .mbsbjdmj,
.esp7im1 .vnqv3l9,
.esp7im1 .lgaz6l,
.esp7im1 .bsgq6 .w3n9cb9 { box-shadow: none; }
.sj9mw   .obcme2in, .sj9mw .j1ok7, .sj9mw .dot274l,
.sj9mw   .pr2uem9, .sj9mw .k5sdx71n { font-size: 0.9rem; }
.sj9mw   .rf56n, .sj9mw .e7i10k { font-size: 0.9rem; }
.kyibdsv   .obcme2in, .kyibdsv .j1ok7, .kyibdsv .dot274l,
.kyibdsv   .pr2uem9, .kyibdsv .k5sdx71n { font-size: 0.95rem; }
.kyibdsv   .rf56n, .kyibdsv .e7i10k { font-size: 0.95rem; }
.ryogxs   .obcme2in, .ryogxs .j1ok7, .ryogxs .dot274l,
.ryogxs   .pr2uem9, .ryogxs .k5sdx71n { font-size: 1.08rem; }
.ryogxs   .rf56n, .ryogxs .e7i10k { font-size: 1.05rem; }
.ryogxs   .dpqt69k { font-size: 0.97rem; }
.h05p .ucz8k1j      { font-size: 3.2rem; }
.h05p h2.v5jq { font-size: 1.9rem; }
.h05p h3.p7we6v     { font-size: 1.4rem; }
.dfubd .ucz8k1j      { font-size: 3.8rem; }
.dfubd h2.v5jq { font-size: 2.2rem; }
.dfubd h3.p7we6v     { font-size: 1.6rem; }
.esmks91 + .esmks91 { position: relative; }
.fua3ji   .esmks91 + .esmks91::before,
.rrqokptb  .esmks91 + .esmks91::before,
.e8fdcx   .esmks91 + .esmks91::before,
.p7wqt2s9   .esmks91 + .esmks91::before,
.pw57   .esmks91 + .esmks91::before,
.cil2tk9 .esmks91 + .esmks91::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.fua3ji .esmks91 + .esmks91::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rrqokptb .esmks91 + .esmks91::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.e8fdcx .esmks91 + .esmks91::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;
}
.p7wqt2s9 .esmks91 + .esmks91::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.z38l .esmks91 { margin-bottom: 16px; }
.z38l .esmks91 + .esmks91 { margin-top: 0; }
.z38l .iuoeevtp { padding-top: 0; padding-bottom: 0; }
.pw57 .esmks91 + .esmks91::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.cil2tk9 .esmks91 + .esmks91::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.v7nzz6ky .esmks91 + .esmks91::before,
.uvm83w7 .esmks91 + .esmks91::before,
.aisgl .esmks91 + .esmks91::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%;
}
.t4a37 .v7nzz6ky .esmks91:nth-child(even)::before,
.t4a37 .uvm83w7 .esmks91:nth-child(even)::before,
.t4a37 .aisgl .esmks91:nth-child(even)::before { background: var(--bg-surface); }
.iik4w .v7nzz6ky .esmks91:nth-child(even)::before,
.iik4w .uvm83w7 .esmks91:nth-child(even)::before,
.iik4w .aisgl .esmks91:nth-child(even)::before { background: var(--bg-card); }
.v7nzz6ky .esmks91 + .esmks91::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");
}
.uvm83w7 .esmks91 + .esmks91::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");
}
.aisgl .esmks91 + .esmks91::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");
}
.ami3vpz .kqwg0w,
.ami3vpz .pwbxngsd { margin-bottom: 60px; }
.yphcgg80 .r14ylq,
.ami3vpz .r14ylq { padding-bottom: 60px; }
.aynqd .r14ylq { padding-bottom: 70px; }
.ami3vpz .kqwg0w::before,
.ami3vpz .kqwg0w::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");
}
.zx2f4m .oqmn { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ef05v1 .oqmn { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.d8xajs .oqmn { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hx702qg .oqmn { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qb6fpui .pgvl { background: var(--accent); }
.qb6fpui .pgvl .dwp7v { background: none; }
.qb6fpui .a8b43z { background: var(--accent); }
.qb6fpui .oqmn { background: var(--accent-bg); }
.qb6fpui .kqwg0w:not(.pgvl) .dwp7v { background: rgba(0,0,0,0.6); }
.cbbwsx .oupbnje { float: left; width: 38%; margin: 0 28px 16px 0; }
.cbbwsx .oupbnje .n5k5se { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cbbwsx .iuoeevtp::after { content: ''; display: block; clear: both; }
.u9r2 .oupbnje { float: right; width: 38%; margin: 0 0 16px 28px; }
.u9r2 .oupbnje .n5k5se { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.u9r2 .iuoeevtp::after { content: ''; display: block; clear: both; }
.ikg3 .esmks91:nth-child(odd)  .oupbnje { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ikg3 .esmks91:nth-child(even) .oupbnje { float: right; width: 38%; margin: 0 0 16px 28px; }
.ikg3 .oupbnje .n5k5se { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ikg3 .iuoeevtp::after { content: ''; display: block; clear: both; }
.cbbwsx .ptli1sq,
.cbbwsx .mbibih,
.u9r2 .ptli1sq,
.u9r2 .mbibih,
.ikg3 .ptli1sq,
.ikg3 .mbibih { clear: both; }
@media (max-width: 900px) {
  .cbbwsx .oupbnje,
  .u9r2 .oupbnje,
  .ikg3 .esmks91:nth-child(odd)  .oupbnje,
  .ikg3 .esmks91:nth-child(even) .oupbnje {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .cbbwsx .oupbnje .n5k5se,
  .u9r2 .oupbnje .n5k5se,
  .ikg3 .oupbnje .n5k5se {
    max-height: none !important;
  }
}
.cbbwsx .rf56n,
.cbbwsx .e7i10k,
.u9r2 .rf56n,
.u9r2 .e7i10k,
.ikg3 .rf56n,
.ikg3 .e7i10k { overflow: hidden; }
@media (max-width: 640px) {
  .cbbwsx .oupbnje,
  .u9r2 .oupbnje,
  .ikg3 .oupbnje { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bowaleq .kbdonc,
.bowaleq .iuoeevtp,
.bowaleq .yqwv6v  { max-width: 1100px; }
.uxo3onq .kbdonc,
.uxo3onq .iuoeevtp,
.uxo3onq .yqwv6v  { max-width: 1200px; }
.ve07 .kbdonc,
.ve07 .iuoeevtp,
.ve07 .yqwv6v  { max-width: 1320px; }
.ve07 { --content-mw: 1320px; }
.l4va { font-size: 0.82rem; color: var(--text-muted); }
.ogty1qyl { display: flex; align-items: center; }
.qlj3n {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zpi3 { display: flex; align-items: center; }
.xmf1vbki { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.xmf1vbki:hover { text-decoration: underline; }
.a9iq3b { margin: 0 3px; opacity: 0.45; }
.a9iq3b::before { content: '/'; }
.fl7v { padding: 2px 5px; color: var(--text-main); }
.e7ba .l4va {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.e7ba .ogty1qyl { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.dwq2 .l4va {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.dwq2 .ogty1qyl { padding: 0 0 0 12px; }
.akxytv5 .ogty1qyl { padding: 0 16px; }
.akxytv5 .l4va {
  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);
}
.akxytv5 .kbdonc { padding-top: 28px; }
@media (max-width: 720px) {
  .yp3e245x { margin-top: 18px; padding: 0 16px; }
  .akxytv5 .kbdonc { padding-top: 16px; }
}
.bowaleq.e7ba .ogty1qyl { max-width: 1100px; }
.uxo3onq.e7ba .ogty1qyl { max-width: 1200px; }
.ve07.e7ba .ogty1qyl { max-width: 1320px; }
.ve07 .yp3e245x { max-width: 1320px; }
.hzsx .esmks91 { padding-top: 16px; padding-bottom: 16px; }
.dfnd1z3 .esmks91 { padding-top: 24px; padding-bottom: 24px; }
.bds0soc .esmks91 { padding-top: 40px; padding-bottom: 40px; }
.o4kjdpf .esmks91 { padding-top: 52px; padding-bottom: 52px; }
.gcw5mrx .esmks91:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.gcw5mrx .esmks91:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.gcw5mrx .esmks91:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.gcw5mrx .esmks91:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.tvw8ck93 .iuoeevtp { padding-top: 10px;  padding-bottom: 10px; }
.qm0av .iuoeevtp { padding-top: 18px;  padding-bottom: 18px; }
.io3zo76 .iuoeevtp { padding-top: 36px;  padding-bottom: 36px; }
.mzb6 .iuoeevtp { padding-top: 48px;  padding-bottom: 48px; }
.hifxj7 h2.v5jq { font-weight: 600; }
.hifxj7 h3.p7we6v     { font-weight: 600; }
.rgomw h2.v5jq { font-weight: 800; }
.rgomw h3.p7we6v     { font-weight: 700; }
.eqhvwc h2.v5jq { font-weight: 900; }
.eqhvwc h3.p7we6v     { font-weight: 800; }
.eqhvwc .w3n9cb9 strong,
.eqhvwc .w3n9cb9 strong { font-weight: 600; }
.q75ig {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.sf2mzpm0 .q75ig { display: none; }
@media (max-width: 640px) {
  .c3vb8qo5 { display: none; }
  .q75ig {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.q75ig { background: var(--cta) !important; color: #fff !important; border: none !important; }
.q75ig:hover { opacity: 0.85; }
.gv749s .q75ig { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.u57sbid .q75ig,
.gix6c8  .q75ig { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.u57sbid .q75ig:hover,
.gix6c8  .q75ig:hover { opacity: 0.88; }
.gv749s.u57sbid .q75ig,
.gv749s.gix6c8  .q75ig { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.wkqgig {
  position: fixed; bottom: 32px; z-index: 900;
  padding: 12px 22px; font-size: 0.9rem; font-weight: 700; border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  transition: transform .15s, opacity .15s;
}
.wkqgig:hover { transform: translateY(-2px); opacity: 0.92; }
.wkqgig { background: var(--cta) !important; color: #fff !important; border: none !important; }
.c9ocp .wkqgig { display: none; }
.iofzx6f .wkqgig { right: 32px; }
.j04du  .wkqgig { left: 32px; }
@media (max-width: 480px) {
  .iofzx6f .wkqgig { right: 20px; bottom: 20px; }
  .j04du  .wkqgig { left: 20px; bottom: 20px; }
}
.z8vcaiy { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.yqwv6v { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rt59m1hq { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.i542rfz1 { color: var(--text-dim); font-size: 0.8rem; }
.nzvl { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.nzvl img { height: 26px; width: auto; object-fit: contain; }
.w2qr31 { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.a7mcj7h .yqwv6v { text-align: center; }
.a7mcj7h .rt59m1hq { margin-top: 0; }
.gpb0ou { margin-top: 10px; }
.gpb0ou a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .yqwv6v { padding-left: 16px; padding-right: 16px; }
  .sa2yg7 .yqwv6v { padding: 20px 16px; }
  .hyevq1i { gap: 4px 12px; }
  .rt59m1hq { font-size: 0.78rem; }
}
.f5zy .mifxn99 .nzvl { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.f5zy .w2qr31 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.f5zy .wj6bhy { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.f5zy .wj6bhy a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.f5zy .wj6bhy a:hover { color: var(--accent-light); }
.f5zy .rt59m1hq { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.f5zy .i542rfz1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .f5zy .u5dbi8 { grid-template-columns: 1fr 1fr; } .f5zy .mifxn99 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .f5zy .u5dbi8 { grid-template-columns: 1fr; } }
.pncqnc2 .nzvl { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.pncqnc2 .rt59m1hq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .pncqnc2 .wcj5o3 { gap: 12px; } .pncqnc2 .nzvl { margin-right: 0; width: 100%; } }
.m45u5 .m6z2go2w { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.m45u5 .okxy .nzvl { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.m45u5 .w2qr31 { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.m45u5 .f9kxahl { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.m45u5 .wj6bhy { display: flex; flex-direction: column; gap: 9px; }
.m45u5 .wj6bhy a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.m45u5 .wj6bhy a:hover { color: var(--accent-light); }
.m45u5 .xxlmlpjw { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.m45u5 .rt59m1hq { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.m45u5 .i542rfz1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .m45u5 .m6z2go2w { grid-template-columns: 1fr 1fr; } .m45u5 .okxy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .m45u5 .m6z2go2w { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .oe4b .qmrsh8 { grid-template-columns: 1fr 1fr; } .oe4b .kpubj:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .oe4b .qmrsh8 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .recb .qmrsh8 { grid-template-columns: 1fr; } }
.thorivpc .yqwv6v { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.zur5bsmq .utsk      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.zur5bsmq .z8vcaiy { background: var(--bg-page); border-top-color: var(--border-alt); }
.bl3ecmtq .utsk      { background: #0d1117; border-bottom-color: #21262d; }
.bl3ecmtq .v9ggv { color: var(--accent-light); }
.bl3ecmtq .mezf { --msep-color: #8b949e; }
.bl3ecmtq .mezf a { color: #8b949e; }
.bl3ecmtq .mezf a:hover { color: var(--accent-light); }
.bl3ecmtq .leuqfir { color: #8b949e; }
.bl3ecmtq .z8vcaiy { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bl3ecmtq .rt59m1hq,
.bl3ecmtq .i542rfz1 { color: #6e7681; }
.bl3ecmtq .wj6bhy a, .bl3ecmtq .t92vm4x3 a,
.bl3ecmtq .nzvl { color: #e6edf3; }
.bl3ecmtq .wj6bhy a:hover, .bl3ecmtq .t92vm4x3 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .bl3ecmtq .mezf { background: #0d1117; border-top-color: #21262d; }
  .bl3ecmtq .mezf li a { border-bottom-color: #21262d; }
}
.bo42z1k .utsk      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.bo42z1k .v9ggv { color: var(--accent-light); }
.bo42z1k .mezf { --msep-color: #475569; }
.bo42z1k .mezf a { color: #475569; }
.bo42z1k .mezf a:hover { color: var(--accent-light); }
.bo42z1k .leuqfir { color: #64748b; }
.bo42z1k .z8vcaiy { background: #f0f4f8; border-top-color: #cbd5e1; }
.bo42z1k .rt59m1hq,
.bo42z1k .i542rfz1 { color: #64748b; }
.bo42z1k .wj6bhy a, .bo42z1k .t92vm4x3 a,
.bo42z1k .mi3y a, .bo42z1k .nzvl { color: #374151; }
.bo42z1k .wj6bhy a:hover, .bo42z1k .t92vm4x3 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .bo42z1k .mezf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .bo42z1k .mezf li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.u57sbid .utsk      { background: var(--accent); border-bottom-color: var(--accent-light); }
.u57sbid .v9ggv { color: #fff; }
.u57sbid .mezf { --msep-color: rgba(255,255,255,0.82); }
.u57sbid .mezf a { color: rgba(255,255,255,0.82); }
.u57sbid .mezf a:hover { color: #fff; }
.u57sbid .leuqfir { color: rgba(255,255,255,0.9); }
.u57sbid .ho9hn a { color: var(--text-primary) !important; }
.u57sbid .ho9hn a:hover { color: var(--accent-light) !important; }
.u57sbid .z8vcaiy { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.u57sbid .rt59m1hq,
.u57sbid .i542rfz1 { color: rgba(255,255,255,0.72); }
.u57sbid .neuxx a, .u57sbid .hyevq1i a,
.u57sbid .wj6bhy a, .u57sbid .t92vm4x3 a,
.u57sbid .mi3y a, .u57sbid .nzvl { color: #fff; }
.u57sbid .w2qr31, .u57sbid .f9kxahl { color: rgba(255,255,255,0.7); }
.u57sbid .neuxx a:hover, .u57sbid .hyevq1i a:hover,
.u57sbid .wj6bhy a:hover, .u57sbid .t92vm4x3 a:hover { color: #fff; }
@media (max-width: 640px) {
  .u57sbid .mezf { background: var(--accent); border-top-color: var(--accent-light); }
  .u57sbid .mezf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.gix6c8 .utsk {
  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);
}
.gix6c8 .z8vcaiy {
  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) {
  .gix6c8 .mezf {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ay87tgi .oqqgwe { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.uyh5 .oqqgwe { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.y1jf .oqqgwe { min-height: 72px; height: auto; }
.itxud0a .oqqgwe { min-height: 84px; height: auto; }
.sa2yg7 .oqqgwe { max-width: none; padding: 0 32px; }
.sa2yg7 .yqwv6v  { max-width: none; padding: 24px 32px; }
.f8erfcfu.uxo3onq .oqqgwe { max-width: 1200px; }
.f8erfcfu.ve07 .oqqgwe { max-width: 1320px; }
.wrcs1z   .v9ggv, .wrcs1z   .nzvl { text-transform: capitalize; }
.lgblx .v9ggv, .lgblx .nzvl { text-transform: lowercase; }
.ejczr44 .v9ggv, .ejczr44 .nzvl { text-transform: uppercase; letter-spacing: 0.06em; }
.i1p7, .m5v2odys {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hmjbe .i1p7,
.hmjbe .m5v2odys { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.v2g8u .i1p7,
.v2g8u .m5v2odys { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.vfp8 .i1p7,
.vfp8 .m5v2odys { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.au9kd .i1p7,
.au9kd .m5v2odys { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.rdcgp5k   .mezf a { font-weight: 500; }
.geraq2 .mezf a { font-weight: 600; }
.s9aczv     .mezf a { font-weight: 700; }
.ix2ag7    .mezf a { font-weight: 800; letter-spacing: 0.01em; }
.ctih     .mezf > li + li::before,
.z0k532x    .mezf > li + li::before,
.b4k5    .mezf > li + li::before,
.bpbyn8t .mezf > li + li::before,
.pmm5w5 .mezf > li + li::before,
.kvjczr62  .mezf > li + li::before,
.zzz3p    .mezf > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ctih     .mezf > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.z0k532x    .mezf > li + li::before { content: "|"; }
.b4k5    .mezf > li + li::before { content: "—"; }
.bpbyn8t .mezf > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.pmm5w5 .mezf > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kvjczr62  .mezf > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.zzz3p    .mezf > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .b59i .leuqfir,
  .lpwud .leuqfir,
  .f3rkpp .leuqfir,
  .fwzp .leuqfir,
  .gveyoe2x .leuqfir {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .b59i .leuqfir::before,
  .lpwud .leuqfir::before,
  .f3rkpp .leuqfir::before,
  .fwzp .leuqfir::before,
  .gveyoe2x .leuqfir::before { content: ""; display: block; flex-shrink: 0; }

  
  .b59i .leuqfir::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;
  }

  
  .lpwud .leuqfir::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;
  }

  
  .f3rkpp .leuqfir::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;
  }

  
  .fwzp .leuqfir::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;
  }

  
  .gveyoe2x .leuqfir::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) {
  .hokczdz1 .leuqfir {
    padding: 5px 14px;
  }
  .hokczdz1 .mezf {
    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;
  }
  .hokczdz1 .mezf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .hokczdz1 .mezf li a:hover { background: var(--bg-raised); }
  .hokczdz1 .pytpx9f,
  .dbt3a57i .pytpx9f,
  .dzzr .pytpx9f { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .egmxu5 .leuqfir {
    padding: 5px 10px;
  }
  .egmxu5 .mezf {
    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);
  }
  .egmxu5 .mezf.ziu0wr { transform: translateX(0); }
  .egmxu5 .mezf li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .egmxu5 .mezf li:last-child a { border-bottom: none; }
  .u57sbid .mezf,
  .bl3ecmtq .mezf { background: var(--accent) !important; }
  .u57sbid .mezf li a,
  .bl3ecmtq .mezf li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .dzzr .leuqfir {
    padding: 5px 10px;
  }
  .dzzr .mezf {
    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);
  }
  .dzzr .mezf::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .dzzr .mezf.ziu0wr { transform: translateY(0); }
  .dzzr .mezf li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .tb562i51 .leuqfir {
    padding: 5px 10px;
  }
  .tb562i51 .mezf {
    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;
  }
  .tb562i51 .mezf.ziu0wr { opacity: 1; pointer-events: auto; }
  .tb562i51 .mezf li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .jqldsop     .leuqfir { border-radius: 0 !important; }
  .h8dyl6m   .leuqfir { border-radius: 8px !important; }
  .ricfva7z .leuqfir { border-radius: 50% !important; }
  .gcytfzm   .leuqfir { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .tj5l .rcfz { flex-direction: column; align-items: stretch; }
  .tj5l .x5p4 { flex-direction: row; min-width: auto; }
  .tj5l .h8y8 { align-items: flex-start; text-align: left; }
}
.gm4ac,
.gm4ac.esmks91,
.t4a37 .gm4ac,
.ke47k0o .gm4ac,
.iik4w .gm4ac,
.o1asbm .gm4ac {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.s2g24iqu {
  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;
}
.w5gf { flex: 1 1 280px; min-width: 0; }
.d7l72 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.bnuo3gk {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.fjct {
  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;
}
.fjct:hover { transform: translateY(-1px); opacity: 0.95; }
.v25qhb .s2g24iqu {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.v25qhb .d7l72 { color: var(--cta); }
.v25qhb .bnuo3gk { color: var(--text-body); }
.v25qhb .fjct {
  background: var(--cta) !important;
  color: #fff !important;
}
.la9tz .s2g24iqu {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.la9tz .d7l72 { color: var(--text-primary); }
.la9tz .bnuo3gk { color: var(--text-body); }
.la9tz .fjct {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .s2g24iqu {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .w5gf { flex: 0 0 auto; }
  .d7l72 { font-size: 1.2rem; }
  .fjct { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ib2p2 .p6tgo6d { height: 36px; }
.p03qt .p6tgo6d { height: 60px; max-width: 200px; }
.cdr6i .p6tgo6d { height: 56px; max-width: 180px; }
.ki9nph    .jccn31y, .ki9nph    .o0qdlk { color: #f59e0b; }
.cq4z      .jccn31y { font-size: 1rem; letter-spacing: 1.5px; }
.cq4z      .o0qdlk   { font-size: 1.35rem; }
.to6y    .jccn31y, .to6y    .o0qdlk { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.om6qgm     .jccn31y, .om6qgm     .o0qdlk { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.eb3uxbx6 .jccn31y, .eb3uxbx6 .o0qdlk { color: var(--cta); letter-spacing: 2px; }
.prknb0   .jccn31y, .prknb0   .o0qdlk { color: #e91e63; letter-spacing: 2px; }
.svffw5k  .jccn31y, .svffw5k  .o0qdlk { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.tyskg8ii     .jccn31y, .tyskg8ii     .o0qdlk { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.gceip .z0o95o + .z0o95o {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ahntsv .z9iwj { padding: 18px 24px; min-height: 68px; }
.f4oamro .udgz {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.f4oamro .oo6t5z {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.r5uca .z0o95o {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.mbibih { counter-reset: cs-rank; }
.mbibih .z9iwj { counter-increment: cs-rank; }
.mbibih .z9iwj::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;
}
.nwctr .mbibih { counter-reset: cs-rank; gap: 0; }
.nwctr .z9iwj {
  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;
}
.nwctr .z9iwj::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;
}
.nwctr .tnrje {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.nwctr .w570yseh {
  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;
}
.nwctr .pm4h { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.nwctr .tnrje { min-width: 0; flex-direction: column; width: 100%; }
.nwctr .t4ben4go {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.nwctr .jccn31y { color: var(--cta, var(--accent)); }
.nwctr .gf9pcl { font-weight: 700; }
.nwctr .z0o95o {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.nwctr .udgz {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.nwctr .oo6t5z {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.nwctr .qag9k3 .oo6t5z { font-size: 1.3rem; color: var(--accent-light); }
.nwctr .o3im6 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.nwctr .z9iwj:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .nwctr .mbibih {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nwctr .z9iwj {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nwctr .z9iwj { padding: 40px 16px 20px; }
  .nwctr .z0o95o {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nwctr .o3im6 { width: 100%; min-width: 0; }
}
.vu2v .mbibih { counter-reset: cs-rank; gap: 10px; }
.vu2v .z9iwj {
  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);
}
.vu2v .z9iwj::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);
}
.vu2v .tnrje {
  flex-direction: column; align-items: center; gap: 8px;
  flex-shrink: 0; min-width: 140px;
}
.vu2v .w570yseh {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.vu2v .pm4h { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.vu2v .t4ben4go {
  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;
}
.vu2v .jccn31y { color: var(--cta, var(--accent)); }
.vu2v .z0o95o {
  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;
}
.vu2v .udgz {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.vu2v .oo6t5z { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.vu2v .qag9k3 .oo6t5z { color: var(--accent-light); }
.vu2v .o3im6 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.vu2v .z9iwj:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .vu2v .z9iwj {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .vu2v .z9iwj::before {
    position: absolute; top: 14px; left: 14px;
  }
  .vu2v .tnrje {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .vu2v .t4ben4go { white-space: normal; text-align: center; font-size: 1.2rem; }
  .vu2v .z0o95o {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .vu2v .o3im6 { width: 100%; min-width: 0; }
  .vu2v .jccn31y { min-width: 0; }
}
.xbahm .z9iwj::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.dxkjk .ndvnm {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.dxkjk .ndvnm summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.dxkjk .ndvnm p { padding: 0 2px 16px; }
.gby4cinn .ndvnm { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.gby4cinn .ndvnm summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.gby4cinn .ndvnm summary::after { content: "›"; font-size: 1.2em; }
.gby4cinn .ndvnm[open] summary::after { content: "‹"; }
.gby4cinn .ndvnm p { padding: 10px 22px 4px; }
.dgjs8 .ndvnm {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.dgjs8 .ndvnm summary { color: var(--text-primary); padding-left: 16px; }
.dgjs8 .ndvnm summary::after { content: "›"; font-size: 1.1em; }
.dgjs8 .ndvnm[open] summary::after { content: "‹"; }
.dgjs8 .ndvnm p { padding-left: 16px; }
.wmdftmyf .yq4oe { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.wmdftmyf .ndvnm {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.wmdftmyf .ndvnm:last-child { border-bottom: none; }
.wmdftmyf .ndvnm summary { color: var(--text-primary); border-radius: 0; }
.wmdftmyf .ndvnm summary::after { content: "›"; font-size: 1.1em; }
.wmdftmyf .ndvnm[open] summary::after { content: "‹"; }
.hyocyrqk .ndvnm { overflow: hidden; }
.hyocyrqk .ndvnm summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.hyocyrqk .ndvnm summary::after { color: rgba(255,255,255,.75); }
.hyocyrqk .ndvnm[open] summary { border-radius: 0; }
.cnexdy7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.r417 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.mu09 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ovvc { color: var(--text-muted); font-size: 1.05rem; }
.leswdt {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.h6vzt { margin-bottom: 20px; }
.klp47yk {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.v3va {
  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;
}
.v3va:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.fj9lohk7 { resize: vertical; min-height: 130px; }
.uzor5 { width: 100%; margin-top: 8px; }
.y5hpv {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.dwuclei {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.qsjb { color: var(--text-muted); line-height: 1.75; }
.mw2agp { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.mw2agp li { margin-bottom: 6px; }
.tcbabtg { max-width: 760px; margin: 0 auto; }
.rnw66sy { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.m265v { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.m265v:last-child { border-bottom: none; }
.m265v h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.m265v p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.c4q1c { max-width: 760px; margin: 0 auto; }
.qxoyj3m ul.mw2agp { margin: 0; }
@media (max-width: 640px) { .lebk4w4w { grid-template-columns: 1fr; gap: 10px; } }
.dypr7mc9 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.mnkbu { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.wao1i { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.mnkbu p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.mnkbu .mw2agp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dypr7mc9 { grid-template-columns: 1fr; } }
.gb1squ ul.mw2agp { margin: 0; }
.dtdtmqb .mw2agp,
.n3jeef .mw2agp,
.eqlmu .mw2agp,
.rqgcexo .mw2agp {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .rwvm2 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .idu3 { grid-template-columns: 1fr; } .f7rrgv { position: static; text-align: center; } }
@media (max-width: 860px) { .i44hk { grid-template-columns: 1fr; } }
.rqgcexo .mw2agp { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .v00y { flex-direction: column; text-align: center; } .pchp4 { grid-template-columns: 1fr; } }
.vqpl {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.vqpl .mu09 { color: var(--accent-light); }
.rmezh .mu09 { font-size: 2rem; }
.rmezh .ovvc { max-width: 680px; }
.ol4lr .mu09 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ol4lr .ovvc  { margin: 0; }
@media (max-width: 640px) { .ol4lr { flex-direction: column; } }
.du53x .mu09 { color: var(--accent-light); }
.tjsdsi .mu09 { color: #fff; }
.tjsdsi .ovvc  { color: rgba(255,255,255,0.85); }
.rmnl { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .uvhr { grid-template-columns: 1fr; } }
.jve4 .v3va {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.jve4 .v3va:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ctnh .v3va { background: var(--bg-raised); border-color: transparent; }
.ctnh .v3va:focus { background: var(--bg-card); border-color: var(--accent-light); }
.u28r .v3va { border-radius: 100px; padding: 11px 20px; }
.u28r .fj9lohk7 { border-radius: 14px; }
@media (max-width: 640px) { .z5bduu { grid-template-columns: 1fr; } }
.a88t6{display:none}
.a88t6:empty,.grmbgyr8:empty{display:none}
.xl9omj0b{position:relative;overflow:visible}
.o42nco .jko5,.kigrur .jko5,
.f0zt9f .jko5,.k3mgi7y1 .jko5,
.b0n0 .jko5,.qa77rz .jko5{display:block}
.rt7e .fu0yysd{display:block}
.o42nco .jko5,.kigrur .jko5,
.f0zt9f .jko5,.k3mgi7y1 .jko5,
.b0n0 .jko5{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}
.o42nco .jko5 .grmbgyr8,.kigrur .jko5 .grmbgyr8,
.f0zt9f .jko5 .grmbgyr8,.k3mgi7y1 .jko5 .grmbgyr8,
.b0n0 .jko5 .grmbgyr8{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}
.o42nco .a9pjewzj,.kigrur .a9pjewzj,
.f0zt9f .a9pjewzj,.k3mgi7y1 .a9pjewzj,
.b0n0 .a9pjewzj{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.o42nco .jko5,.kigrur .jko5{top:12px}
.o42nco .jko5 .grmbgyr8{margin-right:auto}
.kigrur .jko5 .grmbgyr8{margin-left:auto}
.kigrur .jko5{text-align:right}
.f0zt9f .jko5,.k3mgi7y1 .jko5{bottom:12px}
.f0zt9f .jko5 .grmbgyr8{margin-right:auto}
.k3mgi7y1 .jko5 .grmbgyr8{margin-left:auto}
.k3mgi7y1 .jko5{text-align:right}
.b0n0 .jko5{position:relative;margin-top:16px}
.b0n0 .jko5 .grmbgyr8{margin:0 auto}
.qa77rz .jko5{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.qa77rz .jko5 .grmbgyr8{margin:0}
.qa77rz .oqmn~.jko5,
.qa77rz .b61o~.jko5{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.qa77rz .oqmn~.jko5 .grmbgyr8,
.qa77rz .b61o~.jko5 .grmbgyr8{justify-content:flex-start}
.oqmn~.jko5,.b61o~.jko5{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}
.oqmn~.jko5 .grmbgyr8{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.b61o~.jko5 .grmbgyr8{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fu0yysd .grmbgyr8{margin:0 0 12px}
.grmbgyr8{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.a9pjewzj{white-space:nowrap}
.pflr .a9pjewzj{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.fkf98 .a9pjewzj{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}
.fkf98 .gn28y8::before{content:""}
.nulk .grmbgyr8{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ncyf6kbh .a9pjewzj{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.gulborq .a9pjewzj{color: var(--accent-light);opacity:1;font-weight:500}
.o0b2q .a9pjewzj{border-bottom:1px solid currentColor;padding-bottom:2px}
.vrxp4jd .grmbgyr8{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.sb7i{--date-bg:transparent}
.vl4urtg .gn28y8::before{content:""}
.au0of2 .a9pjewzj + .a9pjewzj::before{content:"•";margin-right:6px;opacity:.4}
.tof7db .a9pjewzj + .a9pjewzj::before{content:"/";margin-right:6px;opacity:.35}
.d1qx .a9pjewzj + .a9pjewzj::before{content:"|";margin-right:6px;opacity:.3}
.skird4 .a9pjewzj + .a9pjewzj::before{content:"—";margin-right:6px;opacity:.3}
.zm3qtjso .a9pjewzj + .a9pjewzj::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.of67iu .a9pjewzj + .a9pjewzj::before{content:"·";margin-right:6px;opacity:.4}
.qzmc .a9pjewzj + .a9pjewzj::before{content:"›";margin-right:6px;opacity:.4}
.s6h9 .a9pjewzj + .a9pjewzj::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.lwx2mzaq .am4fr{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .am4fr{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .e8sxlpc{max-width:100%}
}
.leor5f .vnqv3l9{margin:0}
@media (max-width:560px){
  .lhgv{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) {
  .avvecly { padding: 28px 18px 20px; }
  .huza2cg { font-size: 1.2rem; }
  .vaq9ee { max-width: 220px; max-height: 80px; }
}
.xmlqr9u {
  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);
}
.tr1k55zz {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.w6beii8  .xmlqr9u { border-radius: 50%; }
.jl41wi  .xmlqr9u { border-radius: 6px; }
.pips3 .xmlqr9u { border-radius: 22px; }
.p11afor .s2g24iqu {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .xmlqr9u { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.v57n9tpu {
  margin: 28px 0 24px;
}
.v57n9tpu .esmks91 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.v57n9tpu .iuoeevtp {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.v57n9tpu .s2g24iqu {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .oqqgwe { flex-direction: row-reverse; }
[dir="rtl"] .mezf { flex-direction: row-reverse; }
[dir="rtl"] .iofzx6f .wkqgig { right: auto; left: 32px; }
[dir="rtl"] .j04du  .wkqgig { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .iofzx6f .wkqgig { right: auto; left: 20px; }
  [dir="rtl"] .j04du  .wkqgig { left: auto;  right: 20px; }
}
[dir="rtl"] .cbbwsx .oupbnje  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .u9r2 .oupbnje { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .oqmn,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .rf56n, [dir="rtl"] .e7i10k { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xcndm8 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .zlz0lv { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .w3n9cb9 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .s2g24iqu { direction: rtl; }
[dir="rtl"] .xmlqr9u { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .z9iwj,
[dir="rtl"] .l4va { direction: rtl; }
[dir="rtl"] .lgaz6l { direction: rtl; }
[dir="rtl"] .awnr { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .w6i7m .e7i10k,
[dir="rtl"] .svrsyf21 .e7i10k,
[dir="rtl"] .zscydc32 .e7i10k,
[dir="rtl"] .f6ibwh .e7i10k {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .w6i7m .e7i10k li::before,
[dir="rtl"] .svrsyf21 .e7i10k li::before,
[dir="rtl"] .zscydc32 .e7i10k li::before,
[dir="rtl"] .f6ibwh .e7i10k li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .oqmn.ms0b .r14ylq { align-items: flex-end; text-align: right; }
[dir="rtl"] .oqmn.wpx20m .r14ylq { text-align: center; }
[dir="rtl"] .oqmn .r14ylq { text-align: right; }
[dir="rtl"] .iuoeevtp,
[dir="rtl"] .pr2uem9,
[dir="rtl"] .k5sdx71n,
[dir="rtl"] .rujarf,
[dir="rtl"] .leswdt,
[dir="rtl"] .klp47yk,
[dir="rtl"] .v3va,
[dir="rtl"] .fj9lohk7 { text-align: right; direction: rtl; }
[dir="rtl"] .u28r .v3va,
[dir="rtl"] .jve4 .v3va { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #8b5cf6;
  --brand:           #8b5cf6;
  --brand-light:     #4614b7;
  --brand-pale:      #6d3cdc;
  --grad-start:      #c8b2fa;
  --grad-end:        #f2edfd;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f43f5e;
  --cta-light:       #f71239;
  --cta-hover:       #e80d32;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f3f6;
  --bg-raised:       #eeedf1;
  --bg-hover:        #f4f3f6;
  --border:          #e4e1e9;
  --border-alt:      #d3cfdd;
  --border-section:  #e4e1e9;
  --text-primary:    #18161c;
  --text-muted:      #555062;
  --text-body:       #312d38;
  --text-sub:        #494454;
  --text-faint:      #7a728c;
  --text-dim:        #958ea3;
  --text-label:      #625b70;
  --text-value:      #3d3946;
  --accent-bg:       #e5def6;
  --accent-bg-light: #d1c2f4;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9675;
  --c-cons:          #9f2141;
  --c-pros-label:    #0eb38b;
  --c-tip-border:    #10c699;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9675;
}
:root { --logo-bg-opacity: 48%; }
body, button, input { font-family: "Maven Pro", sans-serif; }
.kfwcw .xag3b6, .kfwcw .oqmn { min-height: 320px; }
.a9iq3b::before { content: '›'; font-size: 1.1em; }