:root {
  --color-accent: #a855f7;
  --color-cta: #84cc16;
  --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;
}
.ax7lfty {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.f2ao {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.i8gnb {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.dlhz2 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.uw0lu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.uw0lu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.uw0lu a:hover { color: var(--accent-light); }
.ayzp68ye     .v9kvxie { border-radius: 6px; }
.ayzp68ye .v9kvxie li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.ayzp68ye .v9kvxie li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.qz6qo3cm .v9kvxie li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .v9kvxie {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .c03a:hover .v9kvxie,
  .c03a:focus-within .v9kvxie { display: block; }
  .v9kvxie li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ibgoiqb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.nup7alkb { display: none; }
@media (max-width: 640px) {
  .nup7alkb {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .nup7alkb.f1xq0jrc { display: block; }
}
@media (max-width: 640px) {
  .ibgoiqb { display: block; }
  .uw0lu > li + li::before { display: none !important; }
  .uw0lu {
    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;
  }
  .uw0lu.f1xq0jrc { display: flex; }
  .uw0lu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .uw0lu li:last-child a { border-bottom: none; }
}
.ikb4 { min-height: 480px; }
.adl2kc4 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.chepg4q { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.aw6t .chepg4q { margin-left: 0; margin-right: 0; }
.rlwzwy {
  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;
}
.n8qz43 .rlwzwy { margin-top: 24px; }
.rlwzwy:hover { opacity: 0.88; }
.to822g .adl2kc4 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.to822g .chepg4q { color: #e2e8f0; }
.to822g.aw6t   .oe4bp { text-align: left; }
.mwvjm .adl2kc4 { color: var(--text-primary); text-shadow: none; }
.mwvjm .chepg4q { color: var(--text-muted); }
.mwvjm .rlwzwy { margin-top: 16px; }
.mwvjm, .mwvjm.ikb4 { min-height: auto !important; }
.mwvjm.aw6t   .oe4bp { text-align: left; }
.mwvjm~.mwfq{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}
.mwvjm~.mwfq .yf1yc0{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; }
}
@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); }
}
.et7er5r .qibm,
.et7er5r .jjf4j7v,
.et7er5r .to822g .waw2aq83 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.qibm .adl2kc4 { color: #fff; }
.qibm .chepg4q { color: rgba(255,255,255,0.85); }
.qibm .rlwzwy { background: #fff; color: var(--cta); }
.qibm .rlwzwy:hover { opacity: 0.92; }
.usecva3d .joqcvfu { position: relative; overflow: hidden; }
.usecva3d .joqcvfu::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;
}
.rpjqb .joqcvfu {
  animation: hg-breathe 7s ease-in-out infinite;
}
.afu3q5sw .joqcvfu { position: relative; overflow: hidden; }
.afu3q5sw .joqcvfu::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;
}
.f9ude .joqcvfu { position: relative; overflow: hidden; }
.f9ude .joqcvfu::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;
}
.et7er5r .joqcvfu {
  animation: hg-fadein 1.2s ease-out both;
}
.joqcvfu {
  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%);
}
.ygoktjc1 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.w47t9 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.b21kh25s {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.joqcvfu .adl2kc4 { text-shadow: none; color: var(--text-primary); }
.joqcvfu .chepg4q { color: var(--text-muted); }
body.vaaal .adl2kc4 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.xpxq51j .adl2kc4 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ikb4.qibm .adl2kc4,
section.qibm .adl2kc4 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.joqcvfu.b3pohu .ygoktjc1 { align-items: center; text-align: center; }
.joqcvfu.aw6t   .ygoktjc1 { align-items: flex-start; text-align: left; }
.rw9p .w47t9 { position: relative; }
.rw9p .w47t9::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.rw9p.kurr .w47t9::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.rsibqs1 .w47t9 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.rsibqs1 .b21kh25s {
  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);
}
.rsibqs1.kurr .w47t9 { padding: 32px 0 32px 32px; }
.zd5z5i8 .w47t9 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.zd5z5i8 .b21kh25s {
  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);
}
.kurr .ygoktjc1 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.zd5z5i8.kurr .w47t9 { padding: 40px 16px 40px 48px; }
.ikb4 .qqcqwq0l {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qqcqwq0l .q8k1bcm.mc84i2ev {
  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;
}
.qqcqwq0l .q8k1bcm.mc84i2ev:hover { opacity: 0.85; }
.jrei1y6h .w47t9 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .joqcvfu { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .joqcvfu:not(.jrei1y6h) .w47t9 { display: none !important; }
  .jrei1y6h .w47t9 { padding: 16px; }
  .ygoktjc1  { padding: 36px 24px; }
  .joqcvfu~.mwfq,.kurr~.mwfq{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ikb4, .joqcvfu { min-height: 320px !important; }
  .adl2kc4 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fz5g1,
  .mk6ny,
  .gzoc7 { grid-template-columns: 1fr !important; }

  

  
  .epqh5 { display: flex !important; flex-direction: column !important; }
  .epqh5 .oe4bp { display: contents; }
  .epqh5 .waw2aq83 { order: 0; }
  .epqh5 .adl2kc4 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .epqh5 .fz5g1 { order: 2; padding: 0 16px 12px !important; }
  .epqh5 .chepg4q { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .n8qz43 .oe4bp { display: flex; flex-direction: column; }
  .n8qz43 .oe4bp .adl2kc4 { order: 1; }
  .n8qz43 .oe4bp .gzoc7 { order: 2; margin: 8px 0 24px !important; }
  .n8qz43 .oe4bp .chepg4q { order: 3; }
  .n8qz43 .oe4bp .rlwzwy { order: 4; align-self: center; margin-top: 0; }

  
  .joqcvfu.jrei1y6h {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .joqcvfu.jrei1y6h .ygoktjc1 { display: contents; padding: 0; }
  .joqcvfu.jrei1y6h .ygoktjc1 .adl2kc4 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .joqcvfu.jrei1y6h .w47t9 { order: 2; padding: 12px 16px; }
  .joqcvfu.jrei1y6h .ygoktjc1 .chepg4q { order: 3; padding: 0 24px; margin: 0 auto; }
  .joqcvfu.jrei1y6h .ygoktjc1 .rlwzwy { order: 4; align-self: center; margin: 8px 0 32px; }
}
.g8xcjt { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.vk693m { width: 100%; height: auto; display: block; border-radius: 10px; }
.kjf6r44w .g8xcjt        { border-radius: 16px; }
.kjf6r44w .vk693m  { border-radius: 16px; }
.kpfy63cn .g8xcjt         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.kpfy63cn .vk693m   { border-radius: 8px; }
.sdeecox { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.dt5du7ah { width: 100%; padding: 32px 0; position: relative; }
.ovmb { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.gpvkm .dt5du7ah:nth-child(even) { background: var(--bg-surface); }
.gpvkm .dt5du7ah:nth-child(odd)  { background: var(--bg-page); }
.rrqmkt .dt5du7ah:nth-child(even) { background: var(--bg-card); }
.rrqmkt .dt5du7ah:nth-child(odd)  { background: var(--bg-page); }
.gpvkm .dt5du7ah:nth-child(odd)  .ovmb { background: var(--bg-card); border-radius: 6px; }
.gpvkm .dt5du7ah:nth-child(even) .ovmb { background: var(--bg-raised); border-radius: 6px; }
.rrqmkt .dt5du7ah:nth-child(odd)  .ovmb { background: var(--bg-card); border-radius: 6px; }
.rrqmkt .dt5du7ah:nth-child(even) .ovmb { background: var(--bg-raised); border-radius: 6px; }
.gpvkm .dt5du7ah:nth-child(even) .byqb2 .nnuuw,
.rrqmkt .dt5du7ah:nth-child(even) .byqb2 .nnuuw { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.gpvkm .dt5du7ah:nth-child(odd) .byqb2 .nnuuw,
.rrqmkt .dt5du7ah:nth-child(odd) .byqb2 .nnuuw { background: var(--bg-card-inner); }
.gpvkm .dt5du7ah:nth-child(even) .iay41e .nnuuw:nth-child(odd),
.rrqmkt .dt5du7ah:nth-child(even) .iay41e .nnuuw:nth-child(odd)  { background: var(--bg-card); }
.gpvkm .dt5du7ah:nth-child(even) .iay41e .nnuuw:nth-child(even),
.rrqmkt .dt5du7ah:nth-child(even) .iay41e .nnuuw:nth-child(even) { background: var(--bg-card-inner); }
h1.e6gkul { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.e6gkul {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.z294er { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ldji3ey6 h2.e6gkul {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.aa4d3xv2 h2.e6gkul {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.m5hqk3w1 h2.e6gkul {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.eq7mbd h2.e6gkul::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.cl4ar h2.e6gkul {
  color: var(--text-primary); font-size: 1.7rem;
}
.kqbzh9 h2.e6gkul::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ljtu0 h2.e6gkul {
  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;
}
.wfu45 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .wfu45 { display: none; } }
.mb7i4bl { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xlv4ua { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.h7qc {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.o8clh { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.rnxd73 { padding-left: 20px; }
.rnxd73 li { margin-bottom: 6px; }
.rnxd73 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.rnxd73 a:hover { color: var(--accent-light); }
.mk43zf .o8clh { display: none; }
.t9vw8x .o8clh { display: none; }
.t9vw8x .rnxd73 { padding-left: 0; list-style: none; }
.t9vw8x .rnxd73 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.t9vw8x .rnxd73 a { font-size: 0.92rem; }
.on1t .h7qc { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.on1t .o8clh { display: none; }
.on1t .rnxd73 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.on1t .rnxd73 li { margin-bottom: 0; }
.on1t .rnxd73 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;
}
.on1t .rnxd73 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.js0b8 .h7qc { padding: 20px 20px 16px; }
.js0b8 .rnxd73 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.js0b8 .rnxd73 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.js0b8 .rnxd73 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;
}
.js0b8 .rnxd73 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;
}
.js0b8 .rnxd73 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.js0b8 .rnxd73 a:focus,
.js0b8 .rnxd73 a:focus-visible,
.js0b8 .rnxd73 a:target { outline: none; }
.js0b8 .rnxd73 li:target a { border-color: var(--border); color: var(--text-muted); }
.lu0dv .h7qc { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.lu0dv .o8clh { display: none; }
.lu0dv .rnxd73 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.lu0dv .rnxd73 li { margin-bottom: 0; }
.lu0dv .rnxd73 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.lu0dv .rnxd73 li:last-child::after { content: ""; margin-right: 0; }
.lu0dv .rnxd73 a { font-size: 0.9rem; }
.nnuuw { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.byqb2 .nnuuw { background: var(--bg-card); }
.iay41e .nnuuw:nth-child(odd)  { background: var(--bg-card); }
.iay41e .nnuuw:nth-child(even) { background: var(--bg-raised); }
.gfc4fhv8 .nnuuw {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.gfc4fhv8 .nnuuw:last-child { border-bottom: none; }
.gfc4fhv8 h3.z294er { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.c3f5chnw .nnuuw {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.c3f5chnw .nnuuw + .nnuuw { margin-top: 4px; }
.mkiu8 .nnuuw { background: none; border-radius: 0; padding: 12px 0; }
.mkiu8 .nnuuw + .nnuuw { border-top: 1px solid var(--border-section); }
.fd2b3jy { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.x4y9zmr { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.dwjo { color: var(--text-body); margin-bottom: 10px; }
.j7k7lr3z, .t3g9b { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.j7k7lr3z li, .t3g9b li { margin-bottom: 6px; }
.t3g9b li { list-style: decimal; }
.nrcsdqm     .j7k7lr3z { list-style-type: "● "; }
.lrn5r3at  .j7k7lr3z { list-style-type: "■ "; }
.mc0kpy .j7k7lr3z { list-style-type: "◆ "; }
.zfhocpu0    .j7k7lr3z { list-style-type: "★ "; }
.nrcsdqm     .cbf0 { list-style-type: "● "; }
.lrn5r3at  .cbf0 { list-style-type: "■ "; }
.mc0kpy .cbf0 { list-style-type: "◆ "; }
.zfhocpu0    .cbf0 { list-style-type: "★ "; }
.nrcsdqm    .j7k7lr3z li::marker, .nrcsdqm    .cbf0 li::marker,
.lrn5r3at .j7k7lr3z li::marker, .lrn5r3at .cbf0 li::marker,
.mc0kpy .j7k7lr3z li::marker, .mc0kpy .cbf0 li::marker,
.zfhocpu0   .j7k7lr3z li::marker, .zfhocpu0   .cbf0 li::marker {
  color: var(--cta); font-size: 1em;
}
.nrcsdqm .t3g9b,
.lrn5r3at .t3g9b,
.mc0kpy .t3g9b,
.zfhocpu0 .t3g9b {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.nrcsdqm .t3g9b li,
.lrn5r3at .t3g9b li,
.mc0kpy .t3g9b li,
.zfhocpu0 .t3g9b li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.nrcsdqm .t3g9b li::before,
.lrn5r3at .t3g9b li::before,
.mc0kpy .t3g9b li::before,
.zfhocpu0 .t3g9b 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;
}
.nrcsdqm     .t3g9b li::before { border-radius: 50%; }
.lrn5r3at  .t3g9b li::before { border-radius: 3px; }
.mc0kpy .t3g9b li::before { border-radius: 3px; }
.zfhocpu0    .t3g9b li::before { border-radius: 50%; }
.mqj02y { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.z3tzp76x .mqj02y,
.nfwg .mqj02y { background: transparent; border: none; border-radius: 0; }
.bnrzi { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.bnrzi th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.bnrzi td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.bnrzi tr:hover td { background: var(--bg-hover); }
.mwosh8xk .bnrzi tbody tr:nth-child(even) td { background: var(--bg-surface); }
.sup6k6 .bnrzi { border: 1px solid var(--border-alt); }
.sup6k6 .bnrzi th,
.sup6k6 .bnrzi td { border: 1px solid var(--border-alt); }
.sfnljs .bnrzi th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.sfnljs .bnrzi td { border-bottom: none; }
.sfnljs .bnrzi tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.kgy0h .bnrzi th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.m3jfu1 .mqj02y {
  overflow: hidden;
}
.m3jfu1 .bnrzi th { border-bottom: 1px solid var(--border-alt); }
.m3jfu1 .bnrzi tr:last-child td { border-bottom: none; }
.gbpgop { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.o2boa { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.rhr900sy { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.gaud34l { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.g95zko7 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.cbf0 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.cbf0 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%}
.i8rpm .gaud34l { background: transparent; text-align: center; }
.r389 .rhr900sy {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.unyth0 .rhr900sy {
  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);
}
.tn0n .o2boa { display: grid; grid-template-columns: auto 1fr; }
.tn0n .rhr900sy {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.tn0n .gaud34l { grid-column: 2; }
.tn0n .g95zko7,
.tn0n .cbf0 { grid-column: 1 / -1; }
.gfc1kf7 .o2boa { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gfc1kf7 .rhr900sy {
  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);
}
.gfc1kf7 .gaud34l { grid-column: 2; }
.gfc1kf7 .g95zko7,
.gfc1kf7 .cbf0 { grid-column: 1 / -1; }
.sna7go .o2boa { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.sna7go .gaud34l { background: none; color: var(--accent-light); font-weight: 700; }
.d722e5u .o2boa { 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); }
.d722e5u .gaud34l { background: none; color: var(--accent-light); font-weight: 700; }
.do02gk .o2boa { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.do02gk .o2boa:last-child { border-bottom: none; }
.do02gk .gaud34l { background: none; color: var(--accent-light); font-weight: 700; }
.eoyj9i .o2boa { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.eoyj9i .gaud34l { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.blrr .gbpgop { counter-reset: card-n; }
.blrr .o2boa  { counter-increment: card-n; }
.blrr .gaud34l { display: flex; align-items: center; gap: 10px; }
.blrr .gaud34l::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;
}
.owps4b7j .o2boa { background: var(--bg-surface); border: 1px solid var(--border); }
.owps4b7j .gaud34l { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.pfkwoo35 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ybypgye5  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.eyx2zc { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.nioow { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.pfkwoo35 strong { color: var(--text-primary); font-size: 0.95rem; }
.pfkwoo35 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.vk693m { width: 100%; height: auto; border-radius: 10px; display: block; }
.mc84i2ev {
  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;
}
.mc84i2ev:hover { opacity: 0.85; }
.tiy1sq .mc84i2ev  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.tiy1sq .mc84i2ev:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hon2 .mc84i2ev  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.hon2 .mc84i2ev:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dywt .rlwzwy { border-radius: 50px; }
.dywt .mc84i2ev  { border-radius: 50px; }
.xp1d80b .rlwzwy { padding-left: 22px; padding-right: 22px; }
.xp1d80b .mc84i2ev  { padding-left: 12px; padding-right: 12px; }
.ijlk .rlwzwy { padding-left: 44px; padding-right: 44px; }
.ijlk .mc84i2ev  { padding-left: 24px; padding-right: 24px; }
.j3nnvqk .rlwzwy { padding-left: 56px; padding-right: 56px; }
.j3nnvqk .mc84i2ev  { padding-left: 32px; padding-right: 32px; }
.vr70   .rlwzwy::after, .vr70   .mc84i2ev::after,
.ac00 .rlwzwy::after, .ac00 .mc84i2ev::after,
.ivoy07k    .rlwzwy::after, .ivoy07k    .mc84i2ev::after,
.hhy35    .rlwzwy::after, .hhy35    .mc84i2ev::after,
.hit98f    .rlwzwy::after, .hit98f    .mc84i2ev::after,
.mqvan     .rlwzwy::after, .mqvan     .mc84i2ev::after,
.oexnfi    .rlwzwy::after, .oexnfi    .mc84i2ev::after,
.pxmzt   .rlwzwy::after, .pxmzt   .mc84i2ev::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;
}
.vr70 .rlwzwy::after, .vr70 .mc84i2ev::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");
}
.ac00 .rlwzwy::after, .ac00 .mc84i2ev::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");
}
.ivoy07k .rlwzwy::after, .ivoy07k .mc84i2ev::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");
}
.hhy35 .rlwzwy::after, .hhy35 .mc84i2ev::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");
}
.hit98f .rlwzwy::after, .hit98f .mc84i2ev::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");
}
.mqvan .rlwzwy::after, .mqvan .mc84i2ev::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");
}
.oexnfi .rlwzwy::after, .oexnfi .mc84i2ev::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");
}
.pxmzt .rlwzwy::after, .pxmzt .mc84i2ev::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");
}
.xgin   .lnzs86b::after, .xgin   .t6f3efk::after,
.zorwv85 .lnzs86b::after, .zorwv85 .t6f3efk::after,
.mf4ajd    .lnzs86b::after, .mf4ajd    .t6f3efk::after,
.hhpl66    .lnzs86b::after, .hhpl66    .t6f3efk::after,
.h8jk    .lnzs86b::after, .h8jk    .t6f3efk::after,
.ktlnbht     .lnzs86b::after, .ktlnbht     .t6f3efk::after,
.hzdg    .lnzs86b::after, .hzdg    .t6f3efk::after,
.e4jq0pjp   .lnzs86b::after, .e4jq0pjp   .t6f3efk::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;
}
.xgin .lnzs86b::after, .xgin .t6f3efk::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");
}
.zorwv85 .lnzs86b::after, .zorwv85 .t6f3efk::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");
}
.mf4ajd .lnzs86b::after, .mf4ajd .t6f3efk::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");
}
.hhpl66 .lnzs86b::after, .hhpl66 .t6f3efk::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");
}
.h8jk .lnzs86b::after, .h8jk .t6f3efk::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");
}
.ktlnbht .lnzs86b::after, .ktlnbht .t6f3efk::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");
}
.hzdg .lnzs86b::after, .hzdg .t6f3efk::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");
}
.e4jq0pjp .lnzs86b::after, .e4jq0pjp .t6f3efk::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");
}
.bd0dw .syt6z { background: var(--bg-raised); }
.q8k1bcm.mc84i2ev {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .i5t4x {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .i5t4x::before    { grid-area: rank;   }
  .ipgzre           { grid-area: ident;  }
  .oz3mi     { grid-area: rating; min-width: 0; width: auto; }
  .j5n0eg           { grid-area: pills;  }
  .q8k1bcm             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .i5t4x {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .i5t4x::before    { justify-self: center; }
  .ipgzre           { width: 100%; }
  .oz3mi     { justify-self: center; }
  .j5n0eg           { grid-template-columns: 1fr; }
}
.naz77hx .usfpy7iy { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .raizmqjd .u41z7eqq {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .raizmqjd .rn5pw { margin: 0; }
}
@media (max-width: 720px) {
  .gi056j5 { grid-template-columns: 1fr; }
  .y45mwo { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .y45mwo .qz83kz4m { width: 72px; height: 50px; }
  .y45mwo .evjt5 { max-width: 180px; }
  .y45mwo .yo6woq { width: auto; }
}
@media (max-width: 720px) {
  .ax2kn2pa { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .a4x05 { padding: 16px; }
  .s7nx8b .qi26hx { min-width: 50%; }
}
@media (max-width: 860px) {
  .jznjdp { grid-template-columns: 1fr; }
  .mv889ev { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ztnwy3u3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ot1v9mo { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .d11kl6 { flex-direction: column; align-items: stretch; }
}
.bz423d .yo6woq .mc84i2ev { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .l8q7j6 { flex-direction: column; align-items: stretch; gap: 10px; }
  .bz423d .yo6woq { text-align: center; }
}
@media (max-width: 720px) {
  .zwu6 { grid-template-columns: 1fr; }
  .fmfo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .phgpqd18 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .jml7vfa { grid-template-columns: 1fr; }
  .btmzhd { width: 100px; height: 100px; margin: 16px auto; }
  .py7l { font-size: 1.4rem; }
  .r4bo { justify-content: center; }
  .zjertiz .qi26hx { min-width: 50%; }
}
@media (max-width: 540px) {
  .odahpu8 { flex-wrap: wrap; padding: 14px 16px; }
  .b46h870i { padding: 12px 16px; }
  .snh503j .e9yq7h2 { margin: 0 16px; }
  .snh503j .k0mmmbi { padding: 0 16px; }
  .tb4ny3kz { padding: 12px 16px; }
}
.u8cy5o9 .i5t4x {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.u8cy5o9 .i5t4x:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.cesq .j5n0eg .ti6bs {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.cesq .j5n0eg .ti6bs:first-child { border-left: none; }
.itr6b .jucu,
.itr6b .m09onp5a,
.itr6b .m09onp5a { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.itr6b .m09onp5a small { display: none; }
.itr6b .b14m .ghja,
.itr6b .b14m strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.itr6b .mb9nw { display: none; }
.xwyi { margin: 16px 0; }
.sws2 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.sws2 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.sws2 summary::after { content: "+"; color: var(--accent-light); }
.sws2[open] summary::after { content: "−"; }
.sws2 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.dt5du7ah { margin-bottom: 0; }
.m1fk h2.e6gkul { color: var(--text-primary); border-color: var(--accent-light); }
.av4xonsy h2.e6gkul { color: var(--text-primary); border-color: var(--accent-light); }
.u7ox .ybypgye5     { background: #052e16; border-color: #10b981; }
.u7ox .eyx2zc    { background: #1e1036; border-color: #a855f7; }
.u7ox .pfkwoo35 strong  { color: #f1f5f9; }
.u7ox .pfkwoo35 p       { color: #cbd5e1; }
.u7ox .pn5v    .ybypgye5     .nioow::before,
.u7ox .gt1b7d7  .ybypgye5     .nioow::before,
.u7ox .r5ktz2x  .ybypgye5     .nioow::before,
.u7ox .tcetqi5l .ybypgye5     .nioow::before { color: #10b981; }
.u7ox .pn5v    .p3gz .nioow::before,
.u7ox .gt1b7d7  .p3gz .nioow::before,
.u7ox .r5ktz2x  .p3gz .nioow::before,
.u7ox .tcetqi5l .p3gz .nioow::before { color: #f43f5e; }
.u7ox .pn5v    .eyx2zc    .nioow::before,
.u7ox .gt1b7d7  .eyx2zc    .nioow::before,
.u7ox .r5ktz2x  .eyx2zc    .nioow::before,
.u7ox .tcetqi5l .eyx2zc    .nioow::before { color: #a855f7; }
.l2h7q1kw .ybypgye5     { background: #2d2000; border-color: #eab308; }
.l2h7q1kw .p3gz { background: #2d0b0b; border-color: #ef4444; }
.l2h7q1kw .eyx2zc    { background: #2d1600; border-color: #f97316; }
.l2h7q1kw .pfkwoo35 strong  { color: #f1f5f9; }
.l2h7q1kw .pfkwoo35 p       { color: #cbd5e1; }
.l2h7q1kw .pn5v    .ybypgye5     .nioow::before,
.l2h7q1kw .gt1b7d7  .ybypgye5     .nioow::before,
.l2h7q1kw .r5ktz2x  .ybypgye5     .nioow::before,
.l2h7q1kw .tcetqi5l .ybypgye5     .nioow::before { color: #eab308; }
.l2h7q1kw .pn5v    .p3gz .nioow::before,
.l2h7q1kw .gt1b7d7  .p3gz .nioow::before,
.l2h7q1kw .r5ktz2x  .p3gz .nioow::before,
.l2h7q1kw .tcetqi5l .p3gz .nioow::before { color: #ef4444; }
.l2h7q1kw .pn5v    .eyx2zc    .nioow::before,
.l2h7q1kw .gt1b7d7  .eyx2zc    .nioow::before,
.l2h7q1kw .r5ktz2x  .eyx2zc    .nioow::before,
.l2h7q1kw .tcetqi5l .eyx2zc    .nioow::before { color: #f97316; }
.wzs7nuk4 .ybypgye5     { background: #0c1a2e; border-color: #38bdf8; }
.wzs7nuk4 .eyx2zc    { background: #0a2020; border-color: #2dd4bf; }
.wzs7nuk4 .pfkwoo35 strong  { color: #f1f5f9; }
.wzs7nuk4 .pfkwoo35 p       { color: #cbd5e1; }
.wzs7nuk4 .pn5v    .ybypgye5     .nioow::before,
.wzs7nuk4 .gt1b7d7  .ybypgye5     .nioow::before,
.wzs7nuk4 .r5ktz2x  .ybypgye5     .nioow::before,
.wzs7nuk4 .tcetqi5l .ybypgye5     .nioow::before { color: #38bdf8; }
.wzs7nuk4 .pn5v    .p3gz .nioow::before,
.wzs7nuk4 .gt1b7d7  .p3gz .nioow::before,
.wzs7nuk4 .r5ktz2x  .p3gz .nioow::before,
.wzs7nuk4 .tcetqi5l .p3gz .nioow::before { color: #818cf8; }
.wzs7nuk4 .pn5v    .eyx2zc    .nioow::before,
.wzs7nuk4 .gt1b7d7  .eyx2zc    .nioow::before,
.wzs7nuk4 .r5ktz2x  .eyx2zc    .nioow::before,
.wzs7nuk4 .tcetqi5l .eyx2zc    .nioow::before { color: #2dd4bf; }
.dhaf2 .ybypgye5     { background: var(--accent-bg); border-color: var(--accent-light); }
.dhaf2 .eyx2zc    { background: var(--accent-bg); border-color: var(--accent-pale); }
.dhaf2 .pn5v    .nioow::before,
.dhaf2 .gt1b7d7  .nioow::before,
.dhaf2 .r5ktz2x  .nioow::before,
.dhaf2 .tcetqi5l .nioow::before { color: var(--accent-light) !important; }
.oulvh6 .hzjd { background: var(--bg-pros); }
.oulvh6 .diqipken { background: var(--bg-cons); }
.oulvh6 .hzjd .gaun5zc { color: var(--c-pros-label); }
.oulvh6 .diqipken .oj8x1 { color: var(--c-cons); }
.oulvh6 .hzjd ul li,
.oulvh6 .zuvr1 li          { color: var(--c-pros); }
.oulvh6 .diqipken ul li,
.oulvh6 .er8qjyq li          { color: var(--c-cons); }
.naz77hx .pfkwoo35 { background: transparent; border-left: none; border: 1.5px solid; }
.naz77hx .ybypgye5     { border-color: var(--c-tip-border); }
.naz77hx .p3gz { border-color: var(--c-warn-border); }
.naz77hx .eyx2zc    { border-color: #60a5fa; }
.naz77hx .pfkwoo35 strong { color: var(--text-primary); }
.naz77hx .pfkwoo35 p      { color: var(--text-muted); }
.eyyntw4h .pfkwoo35 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.eyyntw4h .ybypgye5     { border-top-color: var(--c-tip-border); }
.eyyntw4h .eyx2zc    { border-top-color: #60a5fa; }
.zsjvi7s .pfkwoo35 { border-left: none; border-radius: 8px; }
.zsjvi7s .ybypgye5     { background: #065f46; }
.zsjvi7s .eyx2zc    { background: #1e3a8a; }
.zsjvi7s .pfkwoo35 strong,
.zsjvi7s .pfkwoo35 p { color: #fff; }
.zsjvi7s .nioow::before { color: rgba(255,255,255,0.85) !important; }
.u7ox.zsjvi7s .ybypgye5,
.u7ox .zsjvi7s .ybypgye5     { background: #052e16; }
.u7ox.zsjvi7s .eyx2zc,
.u7ox .zsjvi7s .eyx2zc    { background: #1e1036; }
.l2h7q1kw.zsjvi7s .ybypgye5,
.l2h7q1kw .zsjvi7s .ybypgye5      { background: #2d2000; }
.l2h7q1kw.zsjvi7s .p3gz,
.l2h7q1kw .zsjvi7s .p3gz  { background: #2d0b0b; }
.l2h7q1kw.zsjvi7s .eyx2zc,
.l2h7q1kw .zsjvi7s .eyx2zc     { background: #2d1600; }
.wzs7nuk4.zsjvi7s .ybypgye5,
.wzs7nuk4 .zsjvi7s .ybypgye5      { background: #0c1a2e; }
.wzs7nuk4.zsjvi7s .eyx2zc,
.wzs7nuk4 .zsjvi7s .eyx2zc     { background: #0a2020; }
.ddpo4b0 .pfkwoo35 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ddpo4b0 .ybypgye5     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ddpo4b0 .eyx2zc    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ddpo4b0 .pfkwoo35 strong { color: var(--text-primary); }
.ddpo4b0 .pfkwoo35 p      { color: var(--text-muted); }
.u7t8hfqm .pfkwoo35 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.pn5v .nioow,
.gt1b7d7 .nioow,
.r5ktz2x .nioow,
.tcetqi5l .nioow { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.pn5v .nioow::before,
.gt1b7d7 .nioow::before,
.r5ktz2x .nioow::before,
.tcetqi5l .nioow::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.pn5v .ybypgye5     .nioow::before { content: "✦"; color: var(--c-tip-border); }
.pn5v .p3gz .nioow::before { content: "▲"; color: var(--c-warn-border); }
.pn5v .eyx2zc    .nioow::before { content: "◉"; color: #60a5fa; }
.gt1b7d7 .ybypgye5     .nioow::before { content: "★"; color: var(--c-tip-border); }
.gt1b7d7 .p3gz .nioow::before { content: "◆"; color: var(--c-warn-border); }
.gt1b7d7 .eyx2zc    .nioow::before { content: "●"; color: #60a5fa; }
.r5ktz2x .ybypgye5     .nioow::before { content: "▶"; color: var(--c-tip-border); }
.r5ktz2x .p3gz .nioow::before { content: "■"; color: var(--c-warn-border); }
.r5ktz2x .eyx2zc    .nioow::before { content: "▸"; color: #60a5fa; }
.tcetqi5l .ybypgye5     .nioow::before { content: "→"; color: var(--c-tip-border); }
.tcetqi5l .p3gz .nioow::before { content: "⬥"; color: var(--c-warn-border); }
.tcetqi5l .eyx2zc    .nioow::before { content: "◈"; color: #60a5fa; }
.i87btc .byqb2 .nnuuw,
.i87btc .iay41e .nnuuw  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.i87btc .o2boa                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.i87btc .mqj02y          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.i87btc .h7qc                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.qtvd5 .byqb2 .nnuuw,
.qtvd5 .iay41e .nnuuw,
.qtvd5 .o2boa,
.qtvd5 .i5t4x,
.qtvd5 .rn5pw,
.qtvd5 .mqj02y,
.qtvd5 .h7qc,
.qtvd5 .u7t8hfqm .pfkwoo35 { box-shadow: none; }
.rlgl2   body, .rlgl2   { font-size: 0.9rem; }
.rlgl2   .dwjo, .rlgl2 .fd2b3jy, .rlgl2 .x4y9zmr,
.rlgl2   .mb7i4bl, .rlgl2 .xlv4ua { font-size: 0.9rem; }
.rlgl2   .j7k7lr3z, .rlgl2 .t3g9b { font-size: 0.9rem; }
.q6hes   .dwjo, .q6hes .fd2b3jy, .q6hes .x4y9zmr,
.q6hes   .mb7i4bl, .q6hes .xlv4ua { font-size: 0.95rem; }
.q6hes   .j7k7lr3z, .q6hes .t3g9b { font-size: 0.95rem; }
.xvgfxpu   .dwjo, .xvgfxpu .fd2b3jy, .xvgfxpu .x4y9zmr,
.xvgfxpu   .mb7i4bl, .xvgfxpu .xlv4ua { font-size: 1.08rem; }
.xvgfxpu   .j7k7lr3z, .xvgfxpu .t3g9b { font-size: 1.05rem; }
.xvgfxpu   .bnrzi { font-size: 0.97rem; }
.ikos2u5 .adl2kc4      { font-size: 3.2rem; }
.ikos2u5 h2.e6gkul { font-size: 1.9rem; }
.ikos2u5 h3.z294er     { font-size: 1.4rem; }
.yio2yg .adl2kc4      { font-size: 3.8rem; }
.yio2yg h2.e6gkul { font-size: 2.2rem; }
.yio2yg h3.z294er     { font-size: 1.6rem; }
.dt5du7ah + .dt5du7ah { position: relative; }
.nwqqw   .dt5du7ah + .dt5du7ah::before,
.culrl  .dt5du7ah + .dt5du7ah::before,
.snkrq1xt   .dt5du7ah + .dt5du7ah::before,
.ta7me5   .dt5du7ah + .dt5du7ah::before,
.wqb0   .dt5du7ah + .dt5du7ah::before,
.cwbyif .dt5du7ah + .dt5du7ah::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.nwqqw .dt5du7ah + .dt5du7ah::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.culrl .dt5du7ah + .dt5du7ah::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.snkrq1xt .dt5du7ah + .dt5du7ah::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;
}
.ta7me5 .dt5du7ah + .dt5du7ah::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.d056cao .dt5du7ah { margin-bottom: 16px; }
.d056cao .dt5du7ah + .dt5du7ah { margin-top: 0; }
.d056cao .ovmb { padding-top: 0; padding-bottom: 0; }
.wqb0 .dt5du7ah + .dt5du7ah::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.cwbyif .dt5du7ah + .dt5du7ah::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.tzt1qlyr .dt5du7ah + .dt5du7ah::before,
.vp5uz .dt5du7ah + .dt5du7ah::before,
.qrsgy3 .dt5du7ah + .dt5du7ah::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%;
}
.gpvkm .tzt1qlyr .dt5du7ah:nth-child(even)::before,
.gpvkm .vp5uz .dt5du7ah:nth-child(even)::before,
.gpvkm .qrsgy3 .dt5du7ah:nth-child(even)::before { background: var(--bg-surface); }
.rrqmkt .tzt1qlyr .dt5du7ah:nth-child(even)::before,
.rrqmkt .vp5uz .dt5du7ah:nth-child(even)::before,
.rrqmkt .qrsgy3 .dt5du7ah:nth-child(even)::before { background: var(--bg-card); }
.tzt1qlyr .dt5du7ah + .dt5du7ah::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");
}
.vp5uz .dt5du7ah + .dt5du7ah::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");
}
.qrsgy3 .dt5du7ah + .dt5du7ah::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");
}
.xy7iei .ygoktjc1,
.df8ix .ygoktjc1 { padding-bottom: 60px; }
.wk5mft .ygoktjc1 { padding-bottom: 70px; }
.lzx24b  .to822g:not(.qibm) .waw2aq83 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.dhbkd .joqcvfu { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.l5k4lafu .joqcvfu { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.gamizm0 .joqcvfu { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.lzx24b .qibm { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.lzx24b .jjf4j7v { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.lzx24b .joqcvfu { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.v1elfkxb .joqcvfu { background: var(--accent-bg); }
.yh1v9a .g8xcjt { float: left; width: 38%; margin: 0 28px 16px 0; }
.yh1v9a .g8xcjt .vk693m { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yh1v9a .ovmb::after { content: ''; display: block; clear: both; }
.wxza .g8xcjt { float: right; width: 38%; margin: 0 0 16px 28px; }
.wxza .g8xcjt .vk693m { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wxza .ovmb::after { content: ''; display: block; clear: both; }
.a4jdvpu .dt5du7ah:nth-child(odd)  .g8xcjt { float: left;  width: 38%; margin: 0 28px 16px 0; }
.a4jdvpu .dt5du7ah:nth-child(even) .g8xcjt { float: right; width: 38%; margin: 0 0 16px 28px; }
.a4jdvpu .g8xcjt .vk693m { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.a4jdvpu .ovmb::after { content: ''; display: block; clear: both; }
.yh1v9a .gbpgop,
.wxza .gbpgop,
.a4jdvpu .gbpgop,
@media (max-width: 900px) {
  .yh1v9a .g8xcjt,
  .wxza .g8xcjt,
  .a4jdvpu .dt5du7ah:nth-child(odd)  .g8xcjt,
  .a4jdvpu .dt5du7ah:nth-child(even) .g8xcjt {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .yh1v9a .g8xcjt .vk693m,
  .wxza .g8xcjt .vk693m,
  .a4jdvpu .g8xcjt .vk693m {
    max-height: none !important;
  }
}
.yh1v9a .j7k7lr3z,
.yh1v9a .t3g9b,
.wxza .j7k7lr3z,
.wxza .t3g9b,
.a4jdvpu .j7k7lr3z,
.a4jdvpu .t3g9b { overflow: hidden; }
@media (max-width: 640px) {
  .yh1v9a .g8xcjt,
  .wxza .g8xcjt,
  .a4jdvpu .g8xcjt { float: none; width: 100%; margin: 0 0 16px 0; }
}
.sbs2f8 .sdeecox,
.sbs2f8 .ovmb,
.sbs2f8 .sdptdfue  { max-width: 1100px; }
.ij6yejv .sdeecox,
.ij6yejv .ovmb,
.ij6yejv .sdptdfue  { max-width: 1200px; }
.mvzge .sdeecox,
.mvzge .ovmb,
.mvzge .sdptdfue  { max-width: 1320px; }
.xlguoajr { font-size: 0.82rem; color: var(--text-muted); }
.ghbq4 { display: flex; align-items: center; }
.covf8r0 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.d0qw { display: flex; align-items: center; }
.klpvb { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.klpvb:hover { text-decoration: underline; }
.r8kh { margin: 0 3px; opacity: 0.45; }
.r8kh::before { content: '/'; }
.bsm3 { padding: 2px 5px; color: var(--text-main); }
.atum .xlguoajr {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.atum .ghbq4 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hgqpc .xlguoajr {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.hgqpc .ghbq4 { padding: 0 0 0 12px; }
.tiq9 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.f9vp .ghbq4 { padding: 0 16px; }
.f9vp .xlguoajr {
  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);
}
.f9vp .sdeecox { padding-top: 28px; }
@media (max-width: 720px) {
  .tiq9 { margin-top: 18px; padding: 0 16px; }
  .f9vp .sdeecox { padding-top: 16px; }
}
.sbs2f8.atum .ghbq4 { max-width: 1100px; }
.ij6yejv.atum .ghbq4 { max-width: 1200px; }
.mvzge.atum .ghbq4 { max-width: 1320px; }
.sbs2f8 .tiq9 { max-width: 1100px; }
.ij6yejv .tiq9 { max-width: 1200px; }
.mvzge .tiq9 { max-width: 1320px; }
.gyxvtpt .dt5du7ah { padding-top: 16px; padding-bottom: 16px; }
.kdnzzifr .dt5du7ah { padding-top: 24px; padding-bottom: 24px; }
.cr3z .dt5du7ah { padding-top: 40px; padding-bottom: 40px; }
.rktn .dt5du7ah { padding-top: 52px; padding-bottom: 52px; }
.oo3v .dt5du7ah:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.oo3v .dt5du7ah:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.oo3v .dt5du7ah:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.oo3v .dt5du7ah:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.fuojbv .ovmb { padding-top: 10px;  padding-bottom: 10px; }
.im0v .ovmb { padding-top: 18px;  padding-bottom: 18px; }
.jc62n0k .ovmb { padding-top: 36px;  padding-bottom: 36px; }
.f87pct .ovmb { padding-top: 48px;  padding-bottom: 48px; }
.jctgenw h2.e6gkul { font-weight: 600; }
.jctgenw h3.z294er     { font-weight: 600; }
.rbvy9s0 { font-weight: 500; }
.rbvy9s0 h2.e6gkul { font-weight: 800; }
.rbvy9s0 h3.z294er     { font-weight: 700; }
.h6x0h h2.e6gkul { font-weight: 900; }
.h6x0h h3.z294er     { font-weight: 800; }
.h6x0h .pfkwoo35 strong,
.h6x0h .pfkwoo35 strong { font-weight: 600; }
.lnzs86b {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.njmmd4 .lnzs86b { display: none; }
@media (max-width: 640px) {
  .k6eg8sk { display: none; }
  .lnzs86b {
    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;
  }
}
.lnzs86b { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lnzs86b:hover { opacity: 0.85; }
.oh0yi .lnzs86b { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.w2r5oe7c .lnzs86b,
.jlf4  .lnzs86b { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.w2r5oe7c .lnzs86b:hover,
.jlf4  .lnzs86b:hover { opacity: 0.88; }
.oh0yi.w2r5oe7c .lnzs86b,
.oh0yi.jlf4  .lnzs86b { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.t6f3efk {
  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;
}
.t6f3efk:hover { transform: translateY(-2px); opacity: 0.92; }
.t6f3efk { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zzk92v .t6f3efk { display: none; }
.ck7fl8r .t6f3efk { right: 32px; }
.daqs0s  .t6f3efk { left: 32px; }
@media (max-width: 480px) {
  .ck7fl8r .t6f3efk { right: 20px; bottom: 20px; }
  .daqs0s  .t6f3efk { left: 20px; bottom: 20px; }
}
.j5yg09 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.sdptdfue { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.dc979xa { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.nxk1yl09 { color: var(--text-dim); font-size: 0.8rem; }
.dasp a, .ggkwl6v a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dasp a:hover, .ggkwl6v a:hover { color: var(--accent-light); }
.ggkwl6v { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.v31n5x .sdptdfue { text-align: center; }
.v31n5x .ggkwl6v { justify-content: center; margin-bottom: 16px; }
.v31n5x .dc979xa { margin-top: 0; }
.mwsgbbdr { margin-top: 10px; }
.mwsgbbdr a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .sdptdfue { padding-left: 16px; padding-right: 16px; }
  .sehpuwti .sdptdfue { padding: 20px 16px; }
  .ggkwl6v { gap: 4px 12px; }
  .dc979xa { font-size: 0.78rem; }
}
.zra6x .dc979xa { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.zra6x .nxk1yl09 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .zra6x .llz6u { grid-template-columns: 1fr 1fr; } .zra6x .olaghym4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zra6x .llz6u { grid-template-columns: 1fr; } }
.gitb4an .dc979xa { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .gitb4an .gp92nus { gap: 12px; } .gitb4an .wy8t0 { margin-right: 0; width: 100%; } }
.huntu9b .dc979xa { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.huntu9b .nxk1yl09 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .huntu9b .zrc5o { grid-template-columns: 1fr 1fr; } .huntu9b .o9pr27s2 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .huntu9b .zrc5o { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ja37 .yrjb { grid-template-columns: 1fr 1fr; } .ja37 .j5zu1wg7:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ja37 .yrjb { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jo4r2v .yrjb { grid-template-columns: 1fr; } }
.kj6fiqte .sdptdfue { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.kj6fiqte .ggkwl6v { justify-content: center; }
.lbgothpq .ax7lfty      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.lbgothpq .j5yg09 { background: var(--bg-page); border-top-color: var(--border-alt); }
.c4oer .ax7lfty      { background: #0d1117; border-bottom-color: #21262d; }
.c4oer .i8gnb { color: var(--accent-light); }
.c4oer .uw0lu { --msep-color: #8b949e; }
.c4oer .uw0lu a { color: #8b949e; }
.c4oer .uw0lu a:hover { color: var(--accent-light); }
.c4oer .ibgoiqb { color: #8b949e; }
.c4oer .j5yg09 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.c4oer .dc979xa,
.c4oer .nxk1yl09 { color: #6e7681; }
.c4oer .dasp a, .c4oer .ggkwl6v a,
.c4oer .dasp a:hover, .c4oer .ggkwl6v a:hover,
@media (max-width: 640px) {
  .c4oer .uw0lu { background: #0d1117; border-top-color: #21262d; }
  .c4oer .uw0lu li a { border-bottom-color: #21262d; }
}
.chhyt .ax7lfty      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.chhyt .i8gnb { color: var(--accent-light); }
.chhyt .uw0lu { --msep-color: #475569; }
.chhyt .uw0lu a { color: #475569; }
.chhyt .uw0lu a:hover { color: var(--accent-light); }
.chhyt .ibgoiqb { color: #64748b; }
.chhyt .j5yg09 { background: #f0f4f8; border-top-color: #cbd5e1; }
.chhyt .dc979xa,
.chhyt .nxk1yl09 { color: #64748b; }
.chhyt .dasp a, .chhyt .ggkwl6v a,
.chhyt .dasp a:hover, .chhyt .ggkwl6v a:hover,
@media (max-width: 640px) {
  .chhyt .uw0lu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .chhyt .uw0lu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.w2r5oe7c .ax7lfty      { background: var(--accent); border-bottom-color: var(--accent-light); }
.w2r5oe7c .i8gnb { color: #fff; }
.w2r5oe7c .uw0lu { --msep-color: rgba(255,255,255,0.82); }
.w2r5oe7c .uw0lu a { color: rgba(255,255,255,0.82); }
.w2r5oe7c .uw0lu a:hover { color: #fff; }
.w2r5oe7c .ibgoiqb { color: rgba(255,255,255,0.9); }
.w2r5oe7c .j5yg09 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.w2r5oe7c .dc979xa,
.w2r5oe7c .nxk1yl09 { color: rgba(255,255,255,0.72); }
.w2r5oe7c .dasp a, .w2r5oe7c .ggkwl6v a,
.w2r5oe7c .dasp a:hover, .w2r5oe7c .ggkwl6v a:hover,
@media (max-width: 640px) {
  .w2r5oe7c .uw0lu { background: var(--accent); border-top-color: var(--accent-light); }
  .w2r5oe7c .uw0lu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.jlf4 .ax7lfty {
  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);
}
.jlf4 .j5yg09 {
  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) {
  .jlf4 .uw0lu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ecquby .f2ao { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.tics .f2ao { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.r7u5fg5 .f2ao { min-height: 72px; height: auto; }
.i4bkd8 .f2ao { min-height: 84px; height: auto; }
.sehpuwti .f2ao { max-width: none; padding: 0 32px; }
.sehpuwti .sdptdfue  { max-width: none; padding: 24px 32px; }
.ng003u0x.ij6yejv .f2ao { max-width: 1200px; }
.ng003u0x.mvzge .f2ao { max-width: 1320px; }
.g4lq9   .i8gnb, .g4lq9   .wy8t0 { text-transform: capitalize; }
.v11ieu9o .i8gnb, .v11ieu9o .wy8t0 { text-transform: lowercase; }
.fyduc0 .i8gnb, .fyduc0 .wy8t0 { text-transform: uppercase; letter-spacing: 0.06em; }
.tph7f, .gt4c8sv {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.skik5ges .tph7f,
.ke02 .tph7f,
.u6mog .tph7f,
.jm1pmcav .tph7f,
.tzcb1   .uw0lu a { font-weight: 500; }
.ozborlw .uw0lu a { font-weight: 600; }
.gtbcfu5     .uw0lu a { font-weight: 700; }
.itxhoh    .uw0lu a { font-weight: 800; letter-spacing: 0.01em; }
.t9hfof6m     .uw0lu > li + li::before,
.j4ppex91    .uw0lu > li + li::before,
.urn9    .uw0lu > li + li::before,
.izkenh4 .uw0lu > li + li::before,
.gcuh .uw0lu > li + li::before,
.p4qnn  .uw0lu > li + li::before,
.j1jusxn    .uw0lu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.t9hfof6m     .uw0lu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.j4ppex91    .uw0lu > li + li::before { content: "|"; }
.urn9    .uw0lu > li + li::before { content: "—"; }
.izkenh4 .uw0lu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.gcuh .uw0lu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.p4qnn  .uw0lu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.j1jusxn    .uw0lu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .q10tyyj .ibgoiqb,
  .m2rzsp5 .ibgoiqb,
  .xrugj57 .ibgoiqb,
  .njncni .ibgoiqb,
  .re41 .ibgoiqb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .q10tyyj .ibgoiqb::before,
  .m2rzsp5 .ibgoiqb::before,
  .xrugj57 .ibgoiqb::before,
  .njncni .ibgoiqb::before,
  .re41 .ibgoiqb::before { content: ""; display: block; flex-shrink: 0; }

  
  .q10tyyj .ibgoiqb::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;
  }

  
  .m2rzsp5 .ibgoiqb::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;
  }

  
  .xrugj57 .ibgoiqb::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;
  }

  
  .njncni .ibgoiqb::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;
  }

  
  .re41 .ibgoiqb::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) {
  .mllw .ibgoiqb {
    padding: 5px 14px;
  }
  .mllw .uw0lu {
    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;
  }
  .mllw .uw0lu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .mllw .uw0lu li a:hover { background: var(--bg-raised); }
  .mllw .nup7alkb,
  .d83qdm .nup7alkb,
  .qppnm68 .nup7alkb { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .v9bg5x .ibgoiqb {
    padding: 5px 10px;
  }
  .v9bg5x .uw0lu {
    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);
  }
  .v9bg5x .uw0lu.f1xq0jrc { transform: translateX(0); }
  .v9bg5x .uw0lu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .v9bg5x .uw0lu li:last-child a { border-bottom: none; }
  .w2r5oe7c .uw0lu,
  .c4oer .uw0lu { background: var(--accent) !important; }
  .w2r5oe7c .uw0lu li a,
  .c4oer .uw0lu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .qppnm68 .ibgoiqb {
    padding: 5px 10px;
  }
  .qppnm68 .uw0lu {
    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);
  }
  .qppnm68 .uw0lu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .qppnm68 .uw0lu.f1xq0jrc { transform: translateY(0); }
  .qppnm68 .uw0lu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .zxim .ibgoiqb {
    padding: 5px 10px;
  }
  .zxim .uw0lu {
    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;
  }
  .zxim .uw0lu.f1xq0jrc { opacity: 1; pointer-events: auto; }
  .zxim .uw0lu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .e9btc16     .ibgoiqb { border-radius: 0 !important; }
  .ksux   .ibgoiqb { border-radius: 8px !important; }
  .f02k .ibgoiqb { border-radius: 50% !important; }
  .cpjo6p   .ibgoiqb { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .wwke .vc8l3d { flex-direction: column; align-items: stretch; }
  .wwke .bg035 { flex-direction: row; min-width: auto; }
  .wwke .jbrn8mvr { align-items: flex-start; text-align: left; }
}
.qvk0,
.qvk0.dt5du7ah,
.gpvkm .qvk0,
.ptjl .qvk0,
.rrqmkt .qvk0,
.t197x .qvk0 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.d5jmb15h {
  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;
}
.gse4ctc { flex: 1 1 280px; min-width: 0; }
.hwsl1 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.rxvs {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.xl50tkf9 {
  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;
}
.xl50tkf9:hover { transform: translateY(-1px); opacity: 0.95; }
.so8wh .d5jmb15h {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.so8wh .hwsl1 { color: var(--cta); }
.so8wh .rxvs { color: var(--text-body); }
.so8wh .xl50tkf9 {
  background: var(--cta) !important;
  color: #fff !important;
}
.o6me5 .d5jmb15h {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.o6me5 .hwsl1 { color: var(--text-primary); }
.o6me5 .rxvs { color: var(--text-body); }
.o6me5 .xl50tkf9 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .d5jmb15h {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .gse4ctc { flex: 0 0 auto; }
  .hwsl1 { font-size: 1.2rem; }
  .xl50tkf9 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.annuc11 .dlhz2 { height: 36px; }
.vy68n86 .dlhz2 { height: 60px; max-width: 200px; }
.hzujhr .dlhz2 { height: 56px; max-width: 180px; }
.wct5cll     .jucu, .wct5cll     .ghja { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.cesq .ti6bs + .ti6bs {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .txul .i6rri {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .txul .i5t4x {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .txul .i5t4x { padding: 40px 16px 20px; }
  .txul .ti6bs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .txul .q8k1bcm { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .ubsiuq .i5t4x {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ubsiuq .i5t4x::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ubsiuq .ipgzre {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ubsiuq .df2ko { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ubsiuq .ti6bs {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ubsiuq .q8k1bcm { width: 100%; min-width: 0; }
  .ubsiuq .jucu { min-width: 0; }
}
.mpxjexa1 .i5t4x::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.op2ajo .sws2 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.op2ajo .sws2 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.op2ajo .sws2 p { padding: 0 2px 16px; }
.w15t .sws2 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.w15t .sws2 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.w15t .sws2 summary::after { content: "›"; font-size: 1.2em; }
.w15t .sws2[open] summary::after { content: "‹"; }
.w15t .sws2 p { padding: 10px 22px 4px; }
.qau5leo .sws2 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.qau5leo .sws2 summary { color: var(--text-primary); padding-left: 16px; }
.qau5leo .sws2 summary::after { content: "›"; font-size: 1.1em; }
.qau5leo .sws2[open] summary::after { content: "‹"; }
.qau5leo .sws2 p { padding-left: 16px; }
.nh05nuel .xwyi { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.nh05nuel .sws2 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.nh05nuel .sws2:last-child { border-bottom: none; }
.nh05nuel .sws2 summary { color: var(--text-primary); border-radius: 0; }
.nh05nuel .sws2 summary::after { content: "›"; font-size: 1.1em; }
.nh05nuel .sws2[open] summary::after { content: "‹"; }
.egwl .sws2 { overflow: hidden; }
.egwl .sws2 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.egwl .sws2 summary::after { color: rgba(255,255,255,.75); }
.egwl .sws2[open] summary { border-radius: 0; }
.csasyz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.h3p59sms {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.gz6e7v7k {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.w073h57 { color: var(--text-muted); font-size: 1.05rem; }
.rko4 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.x7xk61 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.xutm6 { margin-bottom: 20px; }
.vfwlc9t {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.jfgls9s {
  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;
}
.jfgls9s:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.z1vl7x0f { resize: vertical; min-height: 130px; }
.zgsl4b { width: 100%; margin-top: 8px; }
.kzqnmhvn {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.fbgkgn {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.vssf { color: var(--text-muted); line-height: 1.75; }
.hkd4az { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.hkd4az li { margin-bottom: 6px; }
.nas6oi9n { max-width: 760px; margin: 0 auto; }
.rnx39 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.u3vmfwp7 { max-width: 760px; margin: 0 auto; }
.gvnb0c ul.hkd4az { margin: 0; }
@media (max-width: 640px) { .t7ox5doj { grid-template-columns: 1fr; gap: 10px; } }
.eri5 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.t5xxmv { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.nnujht0 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.t5xxmv p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.t5xxmv .hkd4az { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .eri5 { grid-template-columns: 1fr; } }
.tb0128 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.tb0128:hover .jdfs { color: var(--accent-light); text-decoration: underline; }
.mlnsnip { color: inherit; text-decoration: none; }
.mlnsnip:hover { color: var(--accent-light); text-decoration: underline; }
.h6a6ky5x { display: inline-block; line-height: 0; }
.c0dq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.q675mctd { max-width: 760px; margin: 0 auto; }
.joe3bpa ul.hkd4az { margin: 0; }
.njhh { color: var(--text-muted); line-height: 1.75; }
.irwmmalg .hkd4az,
.a57rt .hkd4az,
.pmtap .hkd4az,
.cid3p .hkd4az {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.f5dxzsc4 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.pr52liji { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.s3y49v { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.cp0y6d6r { margin-top: 12px; }
.l9epn { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.l9epn:hover { border-bottom-color: var(--accent-light); }
.krus4aj { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.krus4aj img { width: 100%; height: 100%; object-fit: cover; display: block; }
.k6i46 { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.ek2n { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.voho { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .rlte3w { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.d7p7etbx .s3y49v, .d7p7etbx .pr52liji { max-width: 640px; }
.ondphcri .f5dxzsc4 { font-size: 1.6rem; margin-top: 18px; }
.owj8lh .s3y49v { margin-bottom: 28px; }
@media (max-width: 860px) { .obv3l { grid-template-columns: 1fr; } .ondphcri { position: static; text-align: center; } }
.zcn5 .krus4aj { margin: 0 auto 18px; }
.zcn5 .ek2n { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .nr30iia { grid-template-columns: 1fr; } }
.lagee { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.ppm1867 { flex: 1; }
.lagee .f5dxzsc4 { font-size: 1.6rem; margin-bottom: 6px; }
.cky4evm { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.cid3p { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ug0idu { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.cid3p p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.cid3p .hkd4az { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lagee { flex-direction: column; text-align: center; } .cky4evm { grid-template-columns: 1fr; } }
.smagaq6 .f5dxzsc4 { font-size: 1.35rem; margin: 0 0 4px; }
.smagaq6 .ek2n { margin: 0; }
.a0ys3x { max-width: 760px; margin: 0 auto; }
.hro597f { position: relative; padding-left: 28px; }
.hro597f::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.lte60p { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.lte60p:last-child { padding-bottom: 0; }
.l6eoypf { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.vxps4ao h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.vxps4ao p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.auu7nafc {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.auu7nafc .gz6e7v7k { color: var(--accent-light); }
.gjdbd .gz6e7v7k { font-size: 2rem; }
.gjdbd .w073h57 { max-width: 680px; }
.l1rq .gz6e7v7k { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.l1rq .w073h57  { margin: 0; }
@media (max-width: 640px) { .l1rq { flex-direction: column; } }
.hczcym .gz6e7v7k { color: var(--accent-light); }
.mjgiuh .gz6e7v7k { color: #fff; }
.mjgiuh .w073h57  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .egj3s4c { grid-template-columns: 1fr; } }
.u7u1inw .jfgls9s {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.u7u1inw .jfgls9s:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.gwf2fb .jfgls9s { background: var(--bg-raised); border-color: transparent; }
.gwf2fb .jfgls9s:focus { background: var(--bg-card); border-color: var(--accent-light); }
.uaeqi .jfgls9s { border-radius: 100px; padding: 11px 20px; }
.uaeqi .z1vl7x0f { border-radius: 14px; }
.xusthfhe {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .xusthfhe { grid-template-columns: 1fr; } }
.tok0kik {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.tok0kik h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.tok0kik p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.j1hu6c{display:none}
.j1hu6c:empty,.yf1yc0:empty{display:none}
.mr06pd3{position:relative;overflow:visible}
.vex7i7 .mwfq,.kql9 .mwfq,
.kzve .mwfq,.bzb7 .mwfq,
.yllj .mwfq,.gop9a .mwfq{display:block}
.yrty853 .r4une9{display:block}
.vex7i7 .mwfq,.kql9 .mwfq,
.kzve .mwfq,.bzb7 .mwfq,
.yllj .mwfq{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}
.vex7i7 .mwfq .yf1yc0,.kql9 .mwfq .yf1yc0,
.kzve .mwfq .yf1yc0,.bzb7 .mwfq .yf1yc0,
.yllj .mwfq .yf1yc0{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}
.vex7i7 .t8xepfh,.kql9 .t8xepfh,
.kzve .t8xepfh,.bzb7 .t8xepfh,
.yllj .t8xepfh{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vex7i7 .mwfq,.kql9 .mwfq{top:12px}
.vex7i7 .mwfq .yf1yc0{margin-right:auto}
.kql9 .mwfq .yf1yc0{margin-left:auto}
.kql9 .mwfq{text-align:right}
.kzve .mwfq,.bzb7 .mwfq{bottom:12px}
.kzve .mwfq .yf1yc0{margin-right:auto}
.bzb7 .mwfq .yf1yc0{margin-left:auto}
.bzb7 .mwfq{text-align:right}
.yllj .mwfq{position:relative;margin-top:16px}
.yllj .mwfq .yf1yc0{margin:0 auto}
.gop9a .mwfq{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.gop9a .mwfq .yf1yc0{margin:0}
.gop9a .joqcvfu~.mwfq,
.gop9a .kurr~.mwfq{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.gop9a .joqcvfu~.mwfq .yf1yc0,
.gop9a .kurr~.mwfq .yf1yc0{justify-content:flex-start}
.joqcvfu~.mwfq,.kurr~.mwfq{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}
.joqcvfu~.mwfq .yf1yc0{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.kurr~.mwfq .yf1yc0{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.r4une9 .yf1yc0{margin:0 0 12px}
.yf1yc0{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.mr43q7is{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.jdfs{font-weight:600;color:var(--text-heading);opacity:1}
.iv4r7n::before{content:"·";margin:0 2px;opacity:.5}
.t8xepfh{white-space:nowrap}
.c48ngy .mr43q7is{display:none}
.h2ngwvc1 .t8xepfh{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.h2ngwvc1 .iv4r7n::before{content:""}
.q2i08hk .t8xepfh{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}
.q2i08hk .iv4r7n::before{content:""}
.vuel .yf1yc0{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ssv9g .t8xepfh{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ssv9g .iv4r7n::before{content:""}
.xoh35vr7 .t8xepfh{color: var(--accent-light);opacity:1;font-weight:500}
.f04ifct .t8xepfh{border-bottom:1px solid currentColor;padding-bottom:2px}
.cvvpni .yf1yc0{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.yj5d3yx{--date-bg:var(--accent-bg-light)}
.maogi .iv4r7n::before{content:""}
.v8vzo0lt .iv4r7n::before{content:"•";opacity:.4}
.v8vzo0lt .t8xepfh + .t8xepfh::before{content:"•";margin-right:6px;opacity:.4}
.gsnrli .iv4r7n::before{content:"/";opacity:.35}
.gsnrli .t8xepfh + .t8xepfh::before{content:"/";margin-right:6px;opacity:.35}
.ygu3 .iv4r7n::before{content:"|";opacity:.3}
.ygu3 .t8xepfh + .t8xepfh::before{content:"|";margin-right:6px;opacity:.3}
.q94i5w .iv4r7n::before{content:"—";opacity:.3}
.q94i5w .t8xepfh + .t8xepfh::before{content:"—";margin-right:6px;opacity:.3}
.cm7tzx .iv4r7n::before{content:"◆";font-size:.5em;opacity:.35}
.cm7tzx .t8xepfh + .t8xepfh::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.skus .iv4r7n::before{content:"·";opacity:.4}
.skus .t8xepfh + .t8xepfh::before{content:"·";margin-right:6px;opacity:.4}
.umz8eo .iv4r7n::before{content:"›";opacity:.4}
.umz8eo .t8xepfh + .t8xepfh::before{content:"›";margin-right:6px;opacity:.4}
.ibuq .iv4r7n::before{content:"→";opacity:.35;font-size:.85em}
.ibuq .t8xepfh + .t8xepfh::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.nz2plgth{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.v9g9dgl9{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.h427rty{display:flex;flex-direction:column;gap:3px}
.oe23{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.t99bv{font-weight:700;font-size:1rem;color:var(--text-heading)}
.gdkt{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.owpr5 .nz2plgth{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.hfn0n91 .nz2plgth{border-top:3px solid var(--accent);padding-top:18px}
.owv0ov .nz2plgth{border-left:3px solid var(--accent);border-radius:0}
.sxktp .nz2plgth{padding:20px 0}
@media(max-width:640px){
  .nz2plgth{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .gdkt{max-width:100%}
}
.wuspfl .mqj02y{margin:0}
@media (max-width:560px){
  .l2p7{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) {
  .kfc5 { padding: 28px 18px 20px; }
  .zyfe9j { font-size: 1.2rem; }
  .i5mo { max-width: 220px; max-height: 80px; }
}
.bgjg .bzrrsl { border-radius: 22px; }
.ws4yh .d5jmb15h {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .bzrrsl { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.snzb {
  margin: 28px 0 24px;
}
.snzb .dt5du7ah {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.snzb .ovmb {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.snzb .d5jmb15h {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .f2ao { flex-direction: row-reverse; }
[dir="rtl"] .uw0lu { flex-direction: row-reverse; }
[dir="rtl"] .ck7fl8r .t6f3efk { right: auto; left: 32px; }
[dir="rtl"] .daqs0s  .t6f3efk { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ck7fl8r .t6f3efk { right: auto; left: 20px; }
  [dir="rtl"] .daqs0s  .t6f3efk { left: auto;  right: 20px; }
}
[dir="rtl"] .yh1v9a .g8xcjt  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .wxza .g8xcjt { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .joqcvfu,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .j7k7lr3z, [dir="rtl"] .t3g9b { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .pfkwoo35 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .d5jmb15h { direction: rtl; }
[dir="rtl"] .xlguoajr { direction: rtl; }
[dir="rtl"] .h7qc { direction: rtl; }
[dir="rtl"] .rnxd73 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .nrcsdqm .t3g9b,
[dir="rtl"] .lrn5r3at .t3g9b,
[dir="rtl"] .mc0kpy .t3g9b,
[dir="rtl"] .zfhocpu0 .t3g9b {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .nrcsdqm .t3g9b li::before,
[dir="rtl"] .lrn5r3at .t3g9b li::before,
[dir="rtl"] .mc0kpy .t3g9b li::before,
[dir="rtl"] .zfhocpu0 .t3g9b li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .to822g.aw6t .oe4bp,
[dir="rtl"] .mwvjm.aw6t .oe4bp,
[dir="rtl"] .qibm.aw6t .oe4bp,
[dir="rtl"] .epqh5.aw6t .oe4bp,
[dir="rtl"] .n8qz43.aw6t .oe4bp { text-align: right; }
[dir="rtl"] .joqcvfu.aw6t .ygoktjc1 { align-items: flex-end; text-align: right; }
[dir="rtl"] .joqcvfu.b3pohu .ygoktjc1 { text-align: center; }
[dir="rtl"] .joqcvfu .ygoktjc1 { text-align: right; }
[dir="rtl"] .ovmb,
[dir="rtl"] .mb7i4bl,
[dir="rtl"] .xlv4ua,
[dir="rtl"] .wfu45,
[dir="rtl"] .x7xk61,
[dir="rtl"] .vfwlc9t,
[dir="rtl"] .s3y49v,
[dir="rtl"] .jfgls9s,
[dir="rtl"] .z1vl7x0f { text-align: right; direction: rtl; }
[dir="rtl"] .uaeqi .jfgls9s,
[dir="rtl"] .u7u1inw .jfgls9s { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #a855f7;
  --brand:           #a855f7;
  --brand-light:     #bb7ff5;
  --brand-pale:      #d4b3f4;
  --grad-start:      #750adb;
  --grad-end:        #9b3cf5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #84cc16;
  --cta-light:       #a7e548;
  --cta-hover:       #99e723;
  --bg-page:         #0c0216;
  --bg-surface:      #140424;
  --bg-card:         #1c0631;
  --bg-card-inner:   #24083f;
  --bg-raised:       #2c094c;
  --bg-hover:        #330b5a;
  --border:          #3e0d6c;
  --border-alt:      #4d1187;
  --border-section:  #3e0d6c;
  --text-primary:    #e5e2e8;
  --text-muted:      #a59cae;
  --text-body:       #ccc6d1;
  --text-sub:        #a59cae;
  --text-faint:      #73677e;
  --text-dim:        #595062;
  --text-label:      #8c8097;
  --text-value:      #bfb8c5;
  --accent-bg:       #1f0b31;
  --accent-bg-light: #2e0f4c;
  --bg-tip:          #162623;
  --bg-warning:      #272115;
  --bg-info:         #161a26;
  --bg-pros:         #162623;
  --bg-cons:         #26161a;
  --c-pros:          #7af4db;
  --c-cons:          #e6899d;
  --c-pros-label:    #4bf0ce;
  --c-tip-border:    #2aedc5;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #7af4db;
}
:root { --logo-bg-opacity: 44%; }
body, button, input { font-family: "Be Vietnam Pro", sans-serif; }
.oklqt297 .zuvr1 li::before, .oklqt297 .er8qjyq li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.oklqt297 .zuvr1 li::before { content: ""; }.oklqt297 .er8qjyq li::before { content: ""; }.oklqt297 .gaun5zc::before, .oklqt297 .oj8x1::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.oklqt297 .gaun5zc::before { content: ""; }.oklqt297 .oj8x1::before { content: ""; }
.aecjhwna .ikb4, .aecjhwna .joqcvfu { min-height: 520px; }
.vceb .lnzs86b::after,.vceb .t6f3efk::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.r8kh::before { content: '|'; opacity: 0.3; }