:root {
  --color-accent: #103378;
  --color-cta: #cfa616;
  --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;
}
.rcbo {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.i5o38qr {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ewnbdq {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vyhk { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.fj0rqu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.fj0rqu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.fj0rqu a:hover { color: var(--accent-light); }
.lrhkhf     .ycy1oynj { border-radius: 24px; padding: 8px; }
.lrhkhf .ycy1oynj li a { border-radius: 16px; }
@media (max-width: 640px) {
  .ycy1oynj {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ceno:hover .ycy1oynj,
  .ceno:focus-within .ycy1oynj { display: block; }
  .ycy1oynj li a { padding: 8px 16px; font-size: 0.88rem; }
}
.snarr9 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.bvq34 { display: none; }
@media (max-width: 640px) {
  .bvq34 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .bvq34.xweho { display: block; }
}
@media (max-width: 640px) {
  .snarr9 { display: block; }
  .fj0rqu > li + li::before { display: none !important; }
  .fj0rqu {
    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;
  }
  .fj0rqu.xweho { display: flex; }
  .fj0rqu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .fj0rqu li:last-child a { border-bottom: none; }
}
.kaahvy42 { min-height: 480px; }
.uegajh {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.un6arj { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.x0aa913j .un6arj { margin-left: 0; margin-right: 0; }
.ebe2cn8x {
  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;
}
.tctft8 .ebe2cn8x { margin-top: 24px; }
.ebe2cn8x:hover { opacity: 0.88; }
.elzhe .uegajh { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.elzhe .un6arj { color: #e2e8f0; }
.elzhe.x0aa913j   .zqjcu { text-align: left; }
.mjzdy1hq .uegajh { color: var(--text-primary); text-shadow: none; }
.mjzdy1hq .un6arj { color: var(--text-muted); }
.mjzdy1hq .ebe2cn8x { margin-top: 16px; }
.mjzdy1hq, .mjzdy1hq.kaahvy42 { min-height: auto !important; }
.mjzdy1hq.x0aa913j   .zqjcu { text-align: left; }
.mjzdy1hq~.kbyn{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}
.mjzdy1hq~.kbyn .b419oiig{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; }
}
.ayszj38 .d35aig0u,
.ayszj38 .dgs0u,
.ayszj38 .elzhe .lndwp16m {
  overflow: hidden;
}
.ayszj38 .d35aig0u::after,
.ayszj38 .dgs0u::after,
.ayszj38 .elzhe .lndwp16m::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.d35aig0u .uegajh { color: #fff; }
.d35aig0u .un6arj { color: rgba(255,255,255,0.85); }
.d35aig0u .ebe2cn8x { background: #fff; color: var(--cta); }
.d35aig0u .ebe2cn8x:hover { opacity: 0.92; }
.a3ibv4 .vdz7yy { position: relative; overflow: hidden; }
.a3ibv4 .vdz7yy::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;
}
.dat9ac .vdz7yy {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ayszj38 .vdz7yy { position: relative; overflow: hidden; }
.ayszj38 .vdz7yy::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;
}
.y805dqz .vdz7yy { position: relative; overflow: hidden; }
.y805dqz .vdz7yy::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;
}
.g82w .vdz7yy {
  animation: hg-fadein 1.2s ease-out both;
}
.vdz7yy {
  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%);
}
.c9xjosw {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.p5bp88 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.xyfj919 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.vdz7yy .uegajh { text-shadow: none; color: var(--text-primary); }
.vdz7yy .un6arj { color: var(--text-muted); }
body.bmsj .uegajh {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.w1n9s .uegajh {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.kaahvy42.d35aig0u .uegajh,
section.d35aig0u .uegajh {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.vdz7yy.w68r .c9xjosw { align-items: center; text-align: center; }
.vdz7yy.x0aa913j   .c9xjosw { align-items: flex-start; text-align: left; }
.cxmp1 .p5bp88 { position: relative; }
.cxmp1 .p5bp88::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.cxmp1.qk3hvaq .p5bp88::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.au9vkxi .p5bp88 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.au9vkxi .xyfj919 {
  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);
}
.au9vkxi.qk3hvaq .p5bp88 { padding: 32px 0 32px 32px; }
.u3zxkh7 .p5bp88 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.u3zxkh7 .xyfj919 {
  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);
}
.qk3hvaq .c9xjosw {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.u3zxkh7.qk3hvaq .p5bp88 { padding: 40px 16px 40px 48px; }
.kaahvy42 .j9hx {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.j9hx .alycbs.xhc2 {
  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;
}
.j9hx .alycbs.xhc2:hover { opacity: 0.85; }
.vs0uol .p5bp88 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .vdz7yy { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .vdz7yy:not(.vs0uol) .p5bp88 { display: none !important; }
  .vs0uol .p5bp88 { padding: 16px; }
  .c9xjosw  { padding: 36px 24px; }
  .vdz7yy~.kbyn,.qk3hvaq~.kbyn{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .kaahvy42, .vdz7yy { min-height: 320px !important; }
  .uegajh { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .hqog865v,
  .f06qq,
  .gmb18vyf { grid-template-columns: 1fr !important; }

  

  
  .s9k3 { display: flex !important; flex-direction: column !important; }
  .s9k3 .zqjcu { display: contents; }
  .s9k3 .lndwp16m { order: 0; }
  .s9k3 .uegajh { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .s9k3 .hqog865v { order: 2; padding: 0 16px 12px !important; }
  .s9k3 .un6arj { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tctft8 .zqjcu { display: flex; flex-direction: column; }
  .tctft8 .zqjcu .uegajh { order: 1; }
  .tctft8 .zqjcu .gmb18vyf { order: 2; margin: 8px 0 24px !important; }
  .tctft8 .zqjcu .un6arj { order: 3; }
  .tctft8 .zqjcu .ebe2cn8x { order: 4; align-self: center; margin-top: 0; }

  
  .vdz7yy.vs0uol {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .vdz7yy.vs0uol .c9xjosw { display: contents; padding: 0; }
  .vdz7yy.vs0uol .c9xjosw .uegajh { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .vdz7yy.vs0uol .p5bp88 { order: 2; padding: 12px 16px; }
  .vdz7yy.vs0uol .c9xjosw .un6arj { order: 3; padding: 0 24px; margin: 0 auto; }
  .vdz7yy.vs0uol .c9xjosw .ebe2cn8x { order: 4; align-self: center; margin: 8px 0 32px; }
}
.boiucpa6 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.y18re { width: 100%; height: auto; display: block; border-radius: 10px; }
.rjmck4bj .boiucpa6        { border-radius: 16px; }
.rjmck4bj .y18re  { border-radius: 16px; }
.ba3u1m .boiucpa6         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ba3u1m .y18re   { border-radius: 8px; }
.mhlagc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.c11cy { width: 100%; padding: 32px 0; position: relative; }
.fuf6c { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.hpku .c11cy:nth-child(even) { background: var(--bg-surface); }
.hpku .c11cy:nth-child(odd)  { background: var(--bg-page); }
.gqmllfai .c11cy:nth-child(even) { background: var(--bg-card); }
.gqmllfai .c11cy:nth-child(odd)  { background: var(--bg-page); }
.hpku .c11cy:nth-child(odd)  .fuf6c { background: var(--bg-card); border-radius: 6px; }
.hpku .c11cy:nth-child(even) .fuf6c { background: var(--bg-raised); border-radius: 6px; }
.gqmllfai .c11cy:nth-child(odd)  .fuf6c { background: var(--bg-card); border-radius: 6px; }
.gqmllfai .c11cy:nth-child(even) .fuf6c { background: var(--bg-raised); border-radius: 6px; }
.hpku .c11cy:nth-child(even) .jy2wd .lamha52z,
.gqmllfai .c11cy:nth-child(even) .jy2wd .lamha52z { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.hpku .c11cy:nth-child(odd) .jy2wd .lamha52z,
.gqmllfai .c11cy:nth-child(odd) .jy2wd .lamha52z { background: var(--bg-card-inner); }
.hpku .c11cy:nth-child(even) .zxj9k6 .lamha52z:nth-child(odd),
.gqmllfai .c11cy:nth-child(even) .zxj9k6 .lamha52z:nth-child(odd)  { background: var(--bg-card); }
.hpku .c11cy:nth-child(even) .zxj9k6 .lamha52z:nth-child(even),
.gqmllfai .c11cy:nth-child(even) .zxj9k6 .lamha52z:nth-child(even) { background: var(--bg-card-inner); }
h1.r3yfe { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.r3yfe {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.x08f7vbk { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.m3n8zte3 h2.r3yfe {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.b4ta6s h2.r3yfe {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.oilm h2.r3yfe {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ho2eaf h2.r3yfe::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.pvk9f h2.r3yfe {
  color: var(--text-primary); font-size: 1.7rem;
}
.v4dzaafi h2.r3yfe::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.y8uobx9 h2.r3yfe {
  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;
}
.jolm1 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .jolm1 { display: none; } }
.zkj8l { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.zdzj0bdj { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ulmo9oiy {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mtjb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.xlmr { padding-left: 20px; }
.xlmr li { margin-bottom: 6px; }
.xlmr a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.xlmr a:hover { color: var(--accent-light); }
.v89z .mtjb { display: none; }
.sfrswy .mtjb { display: none; }
.sfrswy .xlmr { padding-left: 0; list-style: none; }
.sfrswy .xlmr li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.sfrswy .xlmr a { font-size: 0.92rem; }
.zlmz9s0p .ulmo9oiy { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zlmz9s0p .mtjb { display: none; }
.zlmz9s0p .xlmr { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zlmz9s0p .xlmr li { margin-bottom: 0; }
.zlmz9s0p .xlmr 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;
}
.zlmz9s0p .xlmr a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.v271 .ulmo9oiy { padding: 20px 20px 16px; }
.v271 .xlmr {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.v271 .xlmr li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.v271 .xlmr 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;
}
.v271 .xlmr 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;
}
.v271 .xlmr a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.v271 .xlmr a:focus,
.v271 .xlmr a:focus-visible,
.v271 .xlmr a:target { outline: none; }
.v271 .xlmr li:target a { border-color: var(--border); color: var(--text-muted); }
.o061p6m .ulmo9oiy { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.o061p6m .mtjb { display: none; }
.o061p6m .xlmr { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.o061p6m .xlmr li { margin-bottom: 0; }
.o061p6m .xlmr li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.o061p6m .xlmr li:last-child::after { content: ""; margin-right: 0; }
.o061p6m .xlmr a { font-size: 0.9rem; }
.lamha52z { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.jy2wd .lamha52z { background: var(--bg-card); }
.zxj9k6 .lamha52z:nth-child(odd)  { background: var(--bg-card); }
.zxj9k6 .lamha52z:nth-child(even) { background: var(--bg-raised); }
.zcis0y4 .lamha52z {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.zcis0y4 .lamha52z:last-child { border-bottom: none; }
.zcis0y4 h3.x08f7vbk { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.lf1h .lamha52z {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.lf1h .lamha52z + .lamha52z { margin-top: 4px; }
.x2kp .lamha52z { background: none; border-radius: 0; padding: 12px 0; }
.x2kp .lamha52z + .lamha52z { border-top: 1px solid var(--border-section); }
.lu0ggtao { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.v0k02be { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.k42ylf { color: var(--text-body); margin-bottom: 10px; }
.fegi, .vu4zi { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.fegi li, .vu4zi li { margin-bottom: 6px; }
.vu4zi li { list-style: decimal; }
.wrqcr     .fegi { list-style-type: "● "; }
.yitrhw  .fegi { list-style-type: "■ "; }
.uml28 .fegi { list-style-type: "◆ "; }
.fsxxwvf    .fegi { list-style-type: "★ "; }
.wrqcr     .e75k { list-style-type: "● "; }
.yitrhw  .e75k { list-style-type: "■ "; }
.uml28 .e75k { list-style-type: "◆ "; }
.fsxxwvf    .e75k { list-style-type: "★ "; }
.wrqcr    .fegi li::marker, .wrqcr    .e75k li::marker,
.yitrhw .fegi li::marker, .yitrhw .e75k li::marker,
.uml28 .fegi li::marker, .uml28 .e75k li::marker,
.fsxxwvf   .fegi li::marker, .fsxxwvf   .e75k li::marker {
  color: var(--cta); font-size: 1em;
}
.wrqcr .vu4zi,
.yitrhw .vu4zi,
.uml28 .vu4zi,
.fsxxwvf .vu4zi {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.wrqcr .vu4zi li,
.yitrhw .vu4zi li,
.uml28 .vu4zi li,
.fsxxwvf .vu4zi li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.wrqcr .vu4zi li::before,
.yitrhw .vu4zi li::before,
.uml28 .vu4zi li::before,
.fsxxwvf .vu4zi 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;
}
.wrqcr     .vu4zi li::before { border-radius: 50%; }
.yitrhw  .vu4zi li::before { border-radius: 3px; }
.uml28 .vu4zi li::before { border-radius: 3px; }
.fsxxwvf    .vu4zi li::before { border-radius: 50%; }
.mc2uw4w { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.l18ue7qk .mc2uw4w,
.yk31y .mc2uw4w { background: transparent; border: none; border-radius: 0; }
.tc3q9w { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.tc3q9w th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.tc3q9w td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.tc3q9w tr:hover td { background: var(--bg-hover); }
.j76aig .tc3q9w tbody tr:nth-child(even) td { background: var(--bg-surface); }
.e6wf5 .tc3q9w { border: 1px solid var(--border-alt); }
.e6wf5 .tc3q9w th,
.e6wf5 .tc3q9w td { border: 1px solid var(--border-alt); }
.te24v .tc3q9w th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.te24v .tc3q9w td { border-bottom: none; }
.te24v .tc3q9w tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.pm12ud .tc3q9w th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.eefx6q .mc2uw4w {
  overflow: hidden;
}
.eefx6q .tc3q9w th { border-bottom: 1px solid var(--border-alt); }
.eefx6q .tc3q9w tr:last-child td { border-bottom: none; }
.szf43 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.yltba42 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.wy22d9f { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.wkzv { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.kedo80e { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.e75k { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.e75k 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%}
.a5ibs814 .wkzv { background: transparent; text-align: center; }
.w0nvu .wy22d9f {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.owk29m .wy22d9f {
  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);
}
.vechfj5q .yltba42 { display: grid; grid-template-columns: auto 1fr; }
.vechfj5q .wy22d9f {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vechfj5q .wkzv { grid-column: 2; }
.vechfj5q .kedo80e,
.vechfj5q .e75k { grid-column: 1 / -1; }
.qqypoi .yltba42 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.qqypoi .wy22d9f {
  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);
}
.qqypoi .wkzv { grid-column: 2; }
.qqypoi .kedo80e,
.qqypoi .e75k { grid-column: 1 / -1; }
.i9qljsc .yltba42 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.i9qljsc .wkzv { background: none; color: var(--accent-light); font-weight: 700; }
.wghyvn .yltba42 { 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); }
.wghyvn .wkzv { background: none; color: var(--accent-light); font-weight: 700; }
.tsqo .yltba42 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.tsqo .yltba42:last-child { border-bottom: none; }
.tsqo .wkzv { background: none; color: var(--accent-light); font-weight: 700; }
.i8dzmvxa .yltba42 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.i8dzmvxa .wkzv { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ga24 .szf43 { counter-reset: card-n; }
.ga24 .yltba42  { counter-increment: card-n; }
.ga24 .wkzv { display: flex; align-items: center; gap: 10px; }
.ga24 .wkzv::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;
}
.pny6i66 .yltba42 { background: var(--bg-surface); border: 1px solid var(--border); }
.pny6i66 .wkzv { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.irmfuxst { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.yccqyt  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.vkw56 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.zzlx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.irmfuxst strong { color: var(--text-primary); font-size: 0.95rem; }
.irmfuxst p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.nao5mpsu { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.i5zvxsy, .rk39 { border-radius: 8px; padding: 14px; }
.i5zvxsy { background: var(--bg-pros); }
.rk39 { background: var(--bg-cons); }
.feb3vwx { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.i5zvxsy .feb3vwx { color: var(--c-pros-label); }
.rk39 .feb3vwx { color: #f87171; }
.i5zvxsy ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rk39 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.y18re { width: 100%; height: auto; border-radius: 10px; display: block; }
.xhc2 {
  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;
}
.xhc2:hover { opacity: 0.85; }
.olso5 .xhc2  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.olso5 .xhc2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xtwwo95 .xhc2  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.xtwwo95 .xhc2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bw7kzveu .ebe2cn8x { border-radius: 50px; }
.bw7kzveu .xhc2  { border-radius: 50px; }
.q6e2w4 .ebe2cn8x { padding-left: 22px; padding-right: 22px; }
.q6e2w4 .xhc2  { padding-left: 12px; padding-right: 12px; }
.jtzv2dv8 .ebe2cn8x { padding-left: 44px; padding-right: 44px; }
.jtzv2dv8 .xhc2  { padding-left: 24px; padding-right: 24px; }
.b7rg .ebe2cn8x { padding-left: 56px; padding-right: 56px; }
.b7rg .xhc2  { padding-left: 32px; padding-right: 32px; }
.n3rz   .ebe2cn8x::after, .n3rz   .xhc2::after,
.p3ox .ebe2cn8x::after, .p3ox .xhc2::after,
.btjtx    .ebe2cn8x::after, .btjtx    .xhc2::after,
.ez9j8    .ebe2cn8x::after, .ez9j8    .xhc2::after,
.m7wb    .ebe2cn8x::after, .m7wb    .xhc2::after,
.l9tv9g6d     .ebe2cn8x::after, .l9tv9g6d     .xhc2::after,
.oi0ra    .ebe2cn8x::after, .oi0ra    .xhc2::after,
.gpixs   .ebe2cn8x::after, .gpixs   .xhc2::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;
}
.n3rz .ebe2cn8x::after, .n3rz .xhc2::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");
}
.p3ox .ebe2cn8x::after, .p3ox .xhc2::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");
}
.btjtx .ebe2cn8x::after, .btjtx .xhc2::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");
}
.ez9j8 .ebe2cn8x::after, .ez9j8 .xhc2::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");
}
.m7wb .ebe2cn8x::after, .m7wb .xhc2::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");
}
.l9tv9g6d .ebe2cn8x::after, .l9tv9g6d .xhc2::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");
}
.oi0ra .ebe2cn8x::after, .oi0ra .xhc2::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");
}
.gpixs .ebe2cn8x::after, .gpixs .xhc2::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");
}
.o9yb3   .p5rs::after, .o9yb3   .ugpdu7p::after,
.su799uly .p5rs::after, .su799uly .ugpdu7p::after,
.yj2ww    .p5rs::after, .yj2ww    .ugpdu7p::after,
.awr6l    .p5rs::after, .awr6l    .ugpdu7p::after,
.a50hxu    .p5rs::after, .a50hxu    .ugpdu7p::after,
.qpssz     .p5rs::after, .qpssz     .ugpdu7p::after,
.b1gla0xc    .p5rs::after, .b1gla0xc    .ugpdu7p::after,
.gsekqu   .p5rs::after, .gsekqu   .ugpdu7p::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;
}
.o9yb3 .p5rs::after, .o9yb3 .ugpdu7p::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");
}
.su799uly .p5rs::after, .su799uly .ugpdu7p::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");
}
.yj2ww .p5rs::after, .yj2ww .ugpdu7p::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");
}
.awr6l .p5rs::after, .awr6l .ugpdu7p::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");
}
.a50hxu .p5rs::after, .a50hxu .ugpdu7p::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");
}
.qpssz .p5rs::after, .qpssz .ugpdu7p::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");
}
.b1gla0xc .p5rs::after, .b1gla0xc .ugpdu7p::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");
}
.gsekqu .p5rs::after, .gsekqu .ugpdu7p::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");
}
.ej43so .wlcosdy    { background: transparent; padding: 0; }
.alycbs.xhc2 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .fqj56 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .fqj56::before    { grid-area: rank;   }
  .cgy5j           { grid-area: ident;  }
  .sufau1     { grid-area: rating; min-width: 0; width: auto; }
  .ous2ml6l           { grid-area: pills;  }
  .alycbs             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .fqj56 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .fqj56::before    { justify-self: center; }
  .cgy5j           { width: 100%; }
  .sufau1     { justify-self: center; }
  .ous2ml6l           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .mfe8va .luhp15w {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .mfe8va .f503x4d { margin: 0; }
}
.ml4gy .vinj { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.ml4gy .gxirmdip h3 { color: var(--accent-light); }
.ml4gy .j6vdlg { background: var(--bg-page); border: 1px solid var(--border); }
.yk31y .nao5mpsu { gap: 10px; }
.yk31y .i5zvxsy, .yk31y .rk39 { padding: 12px; }
.yk31y .i5zvxsy ul, .yk31y .rk39 ul { margin: 4px 0 0; padding-left: 18px; }
.yk31y .i5zvxsy li, .yk31y .rk39 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .qks3r4 { grid-template-columns: 1fr; }
  .d8zzby { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .d8zzby .k7o7oj { width: 72px; height: 50px; }
  .d8zzby .dzf08cy { max-width: 180px; }
  .d8zzby .m51w { width: auto; }
}
@media (max-width: 720px) {
  .c4q5 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dpkytdp { padding: 16px; }
  .rx9o .eyxl4s1a { min-width: 50%; }
}
.sfvede4p .nao5mpsu { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .v19z1xm { grid-template-columns: 1fr; }
  .dpg5z { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ywlw { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .n1z5vf { flex-wrap: wrap; padding: 16px; }
}
.isx6lr1u .nao5mpsu { gap: 8px; }
.isx6lr1u .i5zvxsy, .isx6lr1u .rk39 { padding: 8px; }
@media (max-width: 480px) {
  .dp8sbnop { flex-direction: column; align-items: stretch; }
}
.kzihk .m51w .xhc2 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .jszq0ci0 { flex-direction: column; align-items: stretch; gap: 10px; }
  .kzihk .m51w { text-align: center; }
}
@media (max-width: 720px) {
  .rlmtv { grid-template-columns: 1fr; }
  .zqyuse1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .h7yu { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .upct { grid-template-columns: 1fr; }
  .oyhkbc4 { width: 100px; height: 100px; margin: 16px auto; }
  .o2hqami { font-size: 1.4rem; }
  .tvkz4omz { justify-content: center; }
  .vtjm .eyxl4s1a { min-width: 50%; }
}
.y8pyg4 .nao5mpsu { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .zr04j { flex-wrap: wrap; padding: 14px 16px; }
  .u6b6v { padding: 12px 16px; }
  .y8pyg4 .nao5mpsu { margin: 0 16px; }
  .y8pyg4 .s06kv { padding: 0 16px; }
  .lnjr { padding: 12px 16px; }
}
.id3hz .bg4vbg {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.id3hz .fqj56 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.id3hz .fqj56:last-child { border-bottom: none; }
.id3hz .cgy5j,
.id3hz .sufau1,
.id3hz .ous2ml6l {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.n0i4 { margin: 16px 0; }
.jvny { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.jvny summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.jvny summary::after { content: "+"; color: var(--accent-light); }
.jvny[open] summary::after { content: "−"; }
.jvny p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.c11cy { margin-bottom: 0; }
.zqor9rwc h2.r3yfe { color: var(--text-primary); border-color: var(--accent-light); }
.l47oq1b0 h2.r3yfe { color: var(--text-primary); border-color: var(--accent-light); }
.x0453 .yccqyt     { background: #052e16; border-color: #10b981; }
.x0453 .afz7um { background: #2d0a1e; border-color: #f43f5e; }
.x0453 .vkw56    { background: #1e1036; border-color: #a855f7; }
.x0453 .irmfuxst strong  { color: #f1f5f9; }
.x0453 .irmfuxst p       { color: #cbd5e1; }
.x0453 .ljxd    .yccqyt     .zzlx::before,
.x0453 .wj4ttn2  .yccqyt     .zzlx::before,
.x0453 .dq303vr1  .yccqyt     .zzlx::before,
.x0453 .g5vm .yccqyt     .zzlx::before { color: #10b981; }
.x0453 .ljxd    .afz7um .zzlx::before,
.x0453 .wj4ttn2  .afz7um .zzlx::before,
.x0453 .dq303vr1  .afz7um .zzlx::before,
.x0453 .g5vm .afz7um .zzlx::before { color: #f43f5e; }
.x0453 .ljxd    .vkw56    .zzlx::before,
.x0453 .wj4ttn2  .vkw56    .zzlx::before,
.x0453 .dq303vr1  .vkw56    .zzlx::before,
.x0453 .g5vm .vkw56    .zzlx::before { color: #a855f7; }
.bftc .yccqyt     { background: #2d2000; border-color: #eab308; }
.bftc .vkw56    { background: #2d1600; border-color: #f97316; }
.bftc .irmfuxst strong  { color: #f1f5f9; }
.bftc .irmfuxst p       { color: #cbd5e1; }
.bftc .ljxd    .yccqyt     .zzlx::before,
.bftc .wj4ttn2  .yccqyt     .zzlx::before,
.bftc .dq303vr1  .yccqyt     .zzlx::before,
.bftc .g5vm .yccqyt     .zzlx::before { color: #eab308; }
.bftc .ljxd    .afz7um .zzlx::before,
.bftc .wj4ttn2  .afz7um .zzlx::before,
.bftc .dq303vr1  .afz7um .zzlx::before,
.bftc .g5vm .afz7um .zzlx::before { color: #ef4444; }
.bftc .ljxd    .vkw56    .zzlx::before,
.bftc .wj4ttn2  .vkw56    .zzlx::before,
.bftc .dq303vr1  .vkw56    .zzlx::before,
.bftc .g5vm .vkw56    .zzlx::before { color: #f97316; }
.i9jm .yccqyt     { background: #0c1a2e; border-color: #38bdf8; }
.i9jm .vkw56    { background: #0a2020; border-color: #2dd4bf; }
.i9jm .irmfuxst strong  { color: #f1f5f9; }
.i9jm .irmfuxst p       { color: #cbd5e1; }
.i9jm .ljxd    .yccqyt     .zzlx::before,
.i9jm .wj4ttn2  .yccqyt     .zzlx::before,
.i9jm .dq303vr1  .yccqyt     .zzlx::before,
.i9jm .g5vm .yccqyt     .zzlx::before { color: #38bdf8; }
.i9jm .ljxd    .afz7um .zzlx::before,
.i9jm .wj4ttn2  .afz7um .zzlx::before,
.i9jm .dq303vr1  .afz7um .zzlx::before,
.i9jm .g5vm .afz7um .zzlx::before { color: #818cf8; }
.i9jm .ljxd    .vkw56    .zzlx::before,
.i9jm .wj4ttn2  .vkw56    .zzlx::before,
.i9jm .dq303vr1  .vkw56    .zzlx::before,
.i9jm .g5vm .vkw56    .zzlx::before { color: #2dd4bf; }
.gr0r .yccqyt     { background: var(--accent-bg); border-color: var(--accent-light); }
.gr0r .vkw56    { background: var(--accent-bg); border-color: var(--accent-pale); }
.gr0r .ljxd    .zzlx::before,
.gr0r .wj4ttn2  .zzlx::before,
.gr0r .dq303vr1  .zzlx::before,
.gr0r .g5vm .zzlx::before { color: var(--accent-light) !important; }
.iy59hxdk::before,
.j7iaufk::before { margin-right: 5px; }
.bx8v .i5zvxsy ul li,
.bx8v .i5zvxsy .iy59hxdk { color: #22c55e; }
.bx8v .rk39 ul li,
.bx8v .rk39 .j7iaufk { color: #ef4444; }
.j4efs6k .i5zvxsy { background: var(--bg-pros); }
.j4efs6k .rk39 { background: var(--bg-cons); }
.j4efs6k .i5zvxsy .iy59hxdk { color: var(--c-pros-label); }
.j4efs6k .rk39 .j7iaufk { color: var(--c-cons); }
.j4efs6k .i5zvxsy ul li,
.j4efs6k .rk39 ul li,
.zz5kn00 .i5zvxsy { background: var(--bg-pros); }
.zz5kn00 .rk39 { background: var(--bg-cons); }
.zz5kn00 .i5zvxsy .iy59hxdk { color: var(--c-pros-label); }
.zz5kn00 .rk39 .j7iaufk { color: var(--c-cons); }
.zz5kn00 .i5zvxsy ul li,
.zz5kn00 .tzc4ugik li          { color: var(--c-pros); }
.zz5kn00 .rk39 ul li,
.zz5kn00 .lnr9 li          { color: var(--c-cons); }
.isq3bp6e .iy59hxdk::before { content: "✓ "; }
.isq3bp6e .j7iaufk::before { content: "✗ "; }
.uq2x7q .iy59hxdk::before { content: "→ "; }
.uq2x7q .j7iaufk::before { content: "← "; }
.wwfd2 .iy59hxdk::before { content: "★ "; }
.wwfd2 .j7iaufk::before { content: "✕ "; }
.ldkyau .iy59hxdk::before { content: "◆ "; }
.ldkyau .j7iaufk::before { content: "▲ "; }
.ksrz6 .irmfuxst { background: transparent; border-left: none; border: 1.5px solid; }
.ksrz6 .yccqyt     { border-color: var(--c-tip-border); }
.ksrz6 .vkw56    { border-color: #60a5fa; }
.ksrz6 .irmfuxst strong { color: var(--text-primary); }
.ksrz6 .irmfuxst p      { color: var(--text-muted); }
.awso6 .irmfuxst { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.awso6 .yccqyt     { border-top-color: var(--c-tip-border); }
.awso6 .vkw56    { border-top-color: #60a5fa; }
.dlu43pcd .irmfuxst { border-left: none; border-radius: 8px; }
.dlu43pcd .yccqyt     { background: #065f46; }
.dlu43pcd .afz7um { background: #92400e; }
.dlu43pcd .vkw56    { background: #1e3a8a; }
.dlu43pcd .irmfuxst strong,
.dlu43pcd .irmfuxst p { color: #fff; }
.dlu43pcd .zzlx::before { color: rgba(255,255,255,0.85) !important; }
.x0453.dlu43pcd .yccqyt,
.x0453 .dlu43pcd .yccqyt     { background: #052e16; }
.x0453.dlu43pcd .afz7um,
.x0453 .dlu43pcd .afz7um { background: #2d0a1e; }
.x0453.dlu43pcd .vkw56,
.x0453 .dlu43pcd .vkw56    { background: #1e1036; }
.bftc.dlu43pcd .yccqyt,
.bftc .dlu43pcd .yccqyt      { background: #2d2000; }
.bftc.dlu43pcd .afz7um,
.bftc .dlu43pcd .afz7um  { background: #2d0b0b; }
.bftc.dlu43pcd .vkw56,
.bftc .dlu43pcd .vkw56     { background: #2d1600; }
.i9jm.dlu43pcd .yccqyt,
.i9jm .dlu43pcd .yccqyt      { background: #0c1a2e; }
.i9jm.dlu43pcd .afz7um,
.i9jm .dlu43pcd .afz7um  { background: #12103a; }
.i9jm.dlu43pcd .vkw56,
.i9jm .dlu43pcd .vkw56     { background: #0a2020; }
.zndke .irmfuxst { border-left: none; border-radius: 6px; padding: 10px 14px; }
.zndke .yccqyt     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.zndke .vkw56    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.zndke .irmfuxst strong { color: var(--text-primary); }
.zndke .irmfuxst p      { color: var(--text-muted); }
.y11vsty .irmfuxst { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ljxd .zzlx,
.wj4ttn2 .zzlx,
.dq303vr1 .zzlx,
.g5vm .zzlx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ljxd .zzlx::before,
.wj4ttn2 .zzlx::before,
.dq303vr1 .zzlx::before,
.g5vm .zzlx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ljxd .yccqyt     .zzlx::before { content: "✦"; color: var(--c-tip-border); }
.ljxd .afz7um .zzlx::before { content: "▲"; color: var(--c-warn-border); }
.ljxd .vkw56    .zzlx::before { content: "◉"; color: #60a5fa; }
.wj4ttn2 .yccqyt     .zzlx::before { content: "★"; color: var(--c-tip-border); }
.wj4ttn2 .afz7um .zzlx::before { content: "◆"; color: var(--c-warn-border); }
.wj4ttn2 .vkw56    .zzlx::before { content: "●"; color: #60a5fa; }
.dq303vr1 .yccqyt     .zzlx::before { content: "▶"; color: var(--c-tip-border); }
.dq303vr1 .afz7um .zzlx::before { content: "■"; color: var(--c-warn-border); }
.dq303vr1 .vkw56    .zzlx::before { content: "▸"; color: #60a5fa; }
.g5vm .yccqyt     .zzlx::before { content: "→"; color: var(--c-tip-border); }
.g5vm .afz7um .zzlx::before { content: "⬥"; color: var(--c-warn-border); }
.g5vm .vkw56    .zzlx::before { content: "◈"; color: #60a5fa; }
.wgmi .jy2wd .lamha52z,
.wgmi .zxj9k6 .lamha52z  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.wgmi .yltba42                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.wgmi .mc2uw4w          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wgmi .ulmo9oiy                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.toqzt .jy2wd .lamha52z,
.toqzt .zxj9k6 .lamha52z,
.toqzt .yltba42,
.toqzt .fqj56,
.toqzt .f503x4d,
.toqzt .mc2uw4w,
.toqzt .ulmo9oiy,
.toqzt .y11vsty .irmfuxst { box-shadow: none; }
.adb1exlq   .k42ylf, .adb1exlq .lu0ggtao, .adb1exlq .v0k02be,
.adb1exlq   .zkj8l, .adb1exlq .zdzj0bdj { font-size: 0.9rem; }
.adb1exlq   .fegi, .adb1exlq .vu4zi { font-size: 0.9rem; }
.d27nuy   .k42ylf, .d27nuy .lu0ggtao, .d27nuy .v0k02be,
.d27nuy   .zkj8l, .d27nuy .zdzj0bdj { font-size: 0.95rem; }
.d27nuy   .fegi, .d27nuy .vu4zi { font-size: 0.95rem; }
.n7cib   .k42ylf, .n7cib .lu0ggtao, .n7cib .v0k02be,
.n7cib   .zkj8l, .n7cib .zdzj0bdj { font-size: 1.08rem; }
.n7cib   .fegi, .n7cib .vu4zi { font-size: 1.05rem; }
.n7cib   .tc3q9w { font-size: 0.97rem; }
.xeti7 .uegajh      { font-size: 3.2rem; }
.xeti7 h2.r3yfe { font-size: 1.9rem; }
.xeti7 h3.x08f7vbk     { font-size: 1.4rem; }
.yhunofh .uegajh      { font-size: 3.8rem; }
.yhunofh h2.r3yfe { font-size: 2.2rem; }
.yhunofh h3.x08f7vbk     { font-size: 1.6rem; }
.c11cy + .c11cy { position: relative; }
.xwn8e   .c11cy + .c11cy::before,
.nme1g6  .c11cy + .c11cy::before,
.jnca   .c11cy + .c11cy::before,
.wwyqu2r   .c11cy + .c11cy::before,
.ir20uebb   .c11cy + .c11cy::before,
.rtm24i48 .c11cy + .c11cy::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xwn8e .c11cy + .c11cy::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.nme1g6 .c11cy + .c11cy::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.jnca .c11cy + .c11cy::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;
}
.wwyqu2r .c11cy + .c11cy::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.kuqvbur7 .c11cy { margin-bottom: 16px; }
.kuqvbur7 .c11cy + .c11cy { margin-top: 0; }
.kuqvbur7 .fuf6c { padding-top: 0; padding-bottom: 0; }
.ir20uebb .c11cy + .c11cy::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.rtm24i48 .c11cy + .c11cy::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.u9bpwfq .c11cy + .c11cy::before,
.jtrw3q .c11cy + .c11cy::before,
.zxpxat .c11cy + .c11cy::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%;
}
.hpku .u9bpwfq .c11cy:nth-child(even)::before,
.hpku .jtrw3q .c11cy:nth-child(even)::before,
.hpku .zxpxat .c11cy:nth-child(even)::before { background: var(--bg-surface); }
.gqmllfai .u9bpwfq .c11cy:nth-child(even)::before,
.gqmllfai .jtrw3q .c11cy:nth-child(even)::before,
.gqmllfai .zxpxat .c11cy:nth-child(even)::before { background: var(--bg-card); }
.u9bpwfq .c11cy + .c11cy::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");
}
.jtrw3q .c11cy + .c11cy::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");
}
.zxpxat .c11cy + .c11cy::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");
}
.u2win5k .c9xjosw,
.neo4f0 .c9xjosw { padding-bottom: 60px; }
.hmbzp6a .c9xjosw { padding-bottom: 70px; }
.y792m .vdz7yy { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jwup0 .vdz7yy { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.anc5q .vdz7yy { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ljyt9bvy .vdz7yy { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.i0v7 .d35aig0u { background: var(--accent); }
.i0v7 .d35aig0u .lndwp16m { background: none; }
.i0v7 .dgs0u { background: var(--accent); }
.i0v7 .vdz7yy { background: var(--accent-bg); }
.i0v7 .elzhe:not(.d35aig0u) .lndwp16m { background: rgba(0,0,0,0.6); }
.dr919 .boiucpa6 { float: left; width: 38%; margin: 0 28px 16px 0; }
.dr919 .boiucpa6 .y18re { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dr919 .fuf6c::after { content: ''; display: block; clear: both; }
.xk7fv57m .boiucpa6 { float: right; width: 38%; margin: 0 0 16px 28px; }
.xk7fv57m .boiucpa6 .y18re { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xk7fv57m .fuf6c::after { content: ''; display: block; clear: both; }
.nu56v4r5 .c11cy:nth-child(odd)  .boiucpa6 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.nu56v4r5 .c11cy:nth-child(even) .boiucpa6 { float: right; width: 38%; margin: 0 0 16px 28px; }
.nu56v4r5 .boiucpa6 .y18re { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nu56v4r5 .fuf6c::after { content: ''; display: block; clear: both; }
.dr919 .szf43,
.dr919 .bg4vbg,
.xk7fv57m .szf43,
.nu56v4r5 .szf43,
@media (max-width: 900px) {
  .dr919 .boiucpa6,
  .xk7fv57m .boiucpa6,
  .nu56v4r5 .c11cy:nth-child(odd)  .boiucpa6,
  .nu56v4r5 .c11cy:nth-child(even) .boiucpa6 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .dr919 .boiucpa6 .y18re,
  .xk7fv57m .boiucpa6 .y18re,
  .nu56v4r5 .boiucpa6 .y18re {
    max-height: none !important;
  }
}
.dr919 .fegi,
.dr919 .vu4zi,
.xk7fv57m .fegi,
.xk7fv57m .vu4zi,
.nu56v4r5 .fegi,
.nu56v4r5 .vu4zi { overflow: hidden; }
@media (max-width: 640px) {
  .dr919 .boiucpa6,
  .xk7fv57m .boiucpa6,
  .nu56v4r5 .boiucpa6 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.mpt8z1v .mhlagc,
.mpt8z1v .fuf6c,
.mpt8z1v .l0rsa  { max-width: 1100px; }
.mpt8z1v { --content-mw: 1100px; }
.mefscnv .mhlagc,
.mefscnv .fuf6c,
.mefscnv .l0rsa  { max-width: 1200px; }
.pkckg .mhlagc,
.pkckg .fuf6c,
.pkckg .l0rsa  { max-width: 1320px; }
.z95iae { font-size: 0.82rem; color: var(--text-muted); }
.y3u68 { display: flex; align-items: center; }
.uh8t {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.vfsx { display: flex; align-items: center; }
.hswvq { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.hswvq:hover { text-decoration: underline; }
.lryq96x { margin: 0 3px; opacity: 0.45; }
.lryq96x::before { content: '/'; }
.jy8px { padding: 2px 5px; color: var(--text-main); }
.g1b7 .z95iae {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.g1b7 .y3u68 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.qgndi1 .z95iae {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.qgndi1 .y3u68 { padding: 0 0 0 12px; }
.mujosh .y3u68 { padding: 0 16px; }
.mujosh .z95iae {
  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);
}
.mujosh .mhlagc { padding-top: 28px; }
@media (max-width: 720px) {
  .p1sn1jj { margin-top: 18px; padding: 0 16px; }
  .mujosh .mhlagc { padding-top: 16px; }
}
.mpt8z1v.g1b7 .y3u68 { max-width: 1100px; }
.mefscnv.g1b7 .y3u68 { max-width: 1200px; }
.pkckg.g1b7 .y3u68 { max-width: 1320px; }
.mpt8z1v .p1sn1jj { max-width: 1100px; }
.wdja5h .c11cy { padding-top: 16px; padding-bottom: 16px; }
.zuba7ff .c11cy { padding-top: 24px; padding-bottom: 24px; }
.m5hkwt .c11cy { padding-top: 40px; padding-bottom: 40px; }
.os5bga0 .c11cy { padding-top: 52px; padding-bottom: 52px; }
.jod20 .c11cy:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jod20 .c11cy:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jod20 .c11cy:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jod20 .c11cy:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.av4b5s .fuf6c { padding-top: 10px;  padding-bottom: 10px; }
.g8ua7 .fuf6c { padding-top: 18px;  padding-bottom: 18px; }
.kbig .fuf6c { padding-top: 36px;  padding-bottom: 36px; }
.zhr0oko .fuf6c { padding-top: 48px;  padding-bottom: 48px; }
.xi01ov h2.r3yfe { font-weight: 600; }
.xi01ov h3.x08f7vbk     { font-weight: 600; }
.gd33dzw6 { font-weight: 500; }
.gd33dzw6 h2.r3yfe { font-weight: 800; }
.gd33dzw6 h3.x08f7vbk     { font-weight: 700; }
.fjiqhtk8 h2.r3yfe { font-weight: 900; }
.fjiqhtk8 h3.x08f7vbk     { font-weight: 800; }
.fjiqhtk8 .irmfuxst strong,
.fjiqhtk8 .irmfuxst strong { font-weight: 600; }
.p5rs {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.j5npag .p5rs { display: none; }
@media (max-width: 640px) {
  .kunjyf9j { display: none; }
  .p5rs {
    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;
  }
}
.p5rs { background: var(--cta) !important; color: #fff !important; border: none !important; }
.p5rs:hover { opacity: 0.85; }
.atdr .p5rs { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.t7dtl .p5rs,
.rpaeedh  .p5rs { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.t7dtl .p5rs:hover,
.rpaeedh  .p5rs:hover { opacity: 0.88; }
.atdr.t7dtl .p5rs,
.atdr.rpaeedh  .p5rs { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ugpdu7p {
  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;
}
.ugpdu7p:hover { transform: translateY(-2px); opacity: 0.92; }
.ugpdu7p { background: var(--cta) !important; color: #fff !important; border: none !important; }
.j2n2tygt .ugpdu7p { display: none; }
.x07z74 .ugpdu7p { right: 32px; }
.zlyhdp  .ugpdu7p { left: 32px; }
@media (max-width: 480px) {
  .x07z74 .ugpdu7p { right: 20px; bottom: 20px; }
  .zlyhdp  .ugpdu7p { left: 20px; bottom: 20px; }
}
.cmwke { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.l0rsa { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.u51sh { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.pk9cic { color: var(--text-dim); font-size: 0.8rem; }
.m9cx { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.m9cx img { height: 26px; width: auto; object-fit: contain; }
.dwnlv { display: flex; flex-direction: column; gap: 6px; }
.dwnlv a, .qo85 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.dwnlv a:hover, .qo85 a:hover { color: var(--accent-light); }
.dwnlv .td2e { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.bk69 .l0rsa { text-align: center; }
.bk69 .u51sh { margin-top: 0; }
.xdm5 { margin-top: 10px; }
.xdm5 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .l0rsa { padding-left: 16px; padding-right: 16px; }
  .cfk79u .l0rsa { padding: 20px 16px; }
  .qo85 { gap: 4px 12px; }
  .u51sh { font-size: 0.78rem; }
}
.f6d2oa .hsw3 .m9cx { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.f6d2oa .u51sh { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.f6d2oa .pk9cic { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .f6d2oa .i0xp56a { grid-template-columns: 1fr 1fr; } .f6d2oa .hsw3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .f6d2oa .i0xp56a { grid-template-columns: 1fr; } }
.ufsh .m9cx { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ufsh .u51sh { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ufsh .o39xs { gap: 12px; } .ufsh .m9cx { margin-right: 0; width: 100%; } }
.eq3jg .wpbbnph .m9cx { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.eq3jg .u51sh { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.eq3jg .pk9cic { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .eq3jg .xsx6w9 { grid-template-columns: 1fr 1fr; } .eq3jg .wpbbnph { grid-column: 1 / -1; } }
@media (max-width: 480px) { .eq3jg .xsx6w9 { grid-template-columns: 1fr; } }
.l1wgb .nsg9v { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.l1wgb .dwnlv { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .l1wgb .nsg9v { grid-template-columns: 1fr 1fr; } .l1wgb .hhvc210:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .l1wgb .nsg9v { grid-template-columns: 1fr; } }
.jokuygg .nsg9v { grid-template-columns: 1fr 2fr; }
.jokuygg .uzz46q9 .dwnlv { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .jokuygg .nsg9v { grid-template-columns: 1fr; } }
.muok7 .l0rsa { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.bbyn59q .rcbo      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bbyn59q .cmwke { background: var(--bg-page); border-top-color: var(--border-alt); }
.s1cr0gv .rcbo      { background: #0d1117; border-bottom-color: #21262d; }
.s1cr0gv .ewnbdq { color: var(--accent-light); }
.s1cr0gv .fj0rqu { --msep-color: #8b949e; }
.s1cr0gv .fj0rqu a { color: #8b949e; }
.s1cr0gv .fj0rqu a:hover { color: var(--accent-light); }
.s1cr0gv .snarr9 { color: #8b949e; }
.s1cr0gv .cmwke { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.s1cr0gv .u51sh,
.s1cr0gv .pk9cic { color: #6e7681; }
.s1cr0gv .dwnlv a, .s1cr0gv .qo85 a,
.s1cr0gv .m9cx { color: #e6edf3; }
.s1cr0gv .dwnlv a:hover, .s1cr0gv .qo85 a:hover,
@media (max-width: 640px) {
  .s1cr0gv .fj0rqu { background: #0d1117; border-top-color: #21262d; }
  .s1cr0gv .fj0rqu li a { border-bottom-color: #21262d; }
}
.r0ska483 .rcbo      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.r0ska483 .ewnbdq { color: var(--accent-light); }
.r0ska483 .fj0rqu { --msep-color: #475569; }
.r0ska483 .fj0rqu a { color: #475569; }
.r0ska483 .fj0rqu a:hover { color: var(--accent-light); }
.r0ska483 .snarr9 { color: #64748b; }
.r0ska483 .cmwke { background: #f0f4f8; border-top-color: #cbd5e1; }
.r0ska483 .u51sh,
.r0ska483 .pk9cic { color: #64748b; }
.r0ska483 .dwnlv a, .r0ska483 .qo85 a,
.r0ska483 .kzou a, .r0ska483 .m9cx { color: #374151; }
.r0ska483 .dwnlv a:hover, .r0ska483 .qo85 a:hover,
@media (max-width: 640px) {
  .r0ska483 .fj0rqu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .r0ska483 .fj0rqu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.t7dtl .rcbo      { background: var(--accent); border-bottom-color: var(--accent-light); }
.t7dtl .ewnbdq { color: #fff; }
.t7dtl .fj0rqu { --msep-color: rgba(255,255,255,0.82); }
.t7dtl .fj0rqu a { color: rgba(255,255,255,0.82); }
.t7dtl .fj0rqu a:hover { color: #fff; }
.t7dtl .snarr9 { color: rgba(255,255,255,0.9); }
.t7dtl .cmwke { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.t7dtl .u51sh,
.t7dtl .pk9cic { color: rgba(255,255,255,0.72); }
.t7dtl .dwnlv a, .t7dtl .qo85 a,
.t7dtl .kzou a, .t7dtl .m9cx { color: #fff; }
.t7dtl .dwnlv a:hover, .t7dtl .qo85 a:hover,
@media (max-width: 640px) {
  .t7dtl .fj0rqu { background: var(--accent); border-top-color: var(--accent-light); }
  .t7dtl .fj0rqu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.rpaeedh .rcbo {
  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);
}
.rpaeedh .cmwke {
  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) {
  .rpaeedh .fj0rqu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.nppcblh .i5o38qr { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.wp2hg .i5o38qr { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.xnb2 .i5o38qr { min-height: 72px; height: auto; }
.to0ljpf .i5o38qr { min-height: 84px; height: auto; }
.cfk79u .i5o38qr { max-width: none; padding: 0 32px; }
.cfk79u .l0rsa  { max-width: none; padding: 24px 32px; }
.t7djy65t.mefscnv .i5o38qr { max-width: 1200px; }
.t7djy65t.pkckg .i5o38qr { max-width: 1320px; }
.uvoojk5b   .ewnbdq, .uvoojk5b   .m9cx { text-transform: capitalize; }
.idpzii .ewnbdq, .idpzii .m9cx { text-transform: lowercase; }
.r255 .ewnbdq, .r255 .m9cx { text-transform: uppercase; letter-spacing: 0.06em; }
.b8ha, .l8gfp {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.m3lm .b8ha,
.m3lm .l8gfp { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.yik091kr .b8ha,
.yik091kr .l8gfp { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.esvrj08v .b8ha,
.esvrj08v .l8gfp { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.jq4mj9 .b8ha,
.jq4mj9 .l8gfp { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.c09j7wco   .fj0rqu a { font-weight: 500; }
.rmayk .fj0rqu a { font-weight: 600; }
.p7r5i     .fj0rqu a { font-weight: 700; }
.toc6b1j    .fj0rqu a { font-weight: 800; letter-spacing: 0.01em; }
.jd3ck     .fj0rqu > li + li::before,
.wiea    .fj0rqu > li + li::before,
.mmyvfh01    .fj0rqu > li + li::before,
.f0sy6m5 .fj0rqu > li + li::before,
.qd5d7t .fj0rqu > li + li::before,
.ai7abvb  .fj0rqu > li + li::before,
.irx8dig    .fj0rqu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.jd3ck     .fj0rqu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.wiea    .fj0rqu > li + li::before { content: "|"; }
.mmyvfh01    .fj0rqu > li + li::before { content: "—"; }
.f0sy6m5 .fj0rqu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.qd5d7t .fj0rqu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ai7abvb  .fj0rqu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.irx8dig    .fj0rqu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .zvkh0vd .snarr9,
  .wkpw3vk .snarr9,
  .sxtan .snarr9,
  .m526 .snarr9,
  .vj4lsl .snarr9 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .zvkh0vd .snarr9::before,
  .wkpw3vk .snarr9::before,
  .sxtan .snarr9::before,
  .m526 .snarr9::before,
  .vj4lsl .snarr9::before { content: ""; display: block; flex-shrink: 0; }

  
  .zvkh0vd .snarr9::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;
  }

  
  .wkpw3vk .snarr9::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;
  }

  
  .sxtan .snarr9::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;
  }

  
  .m526 .snarr9::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;
  }

  
  .vj4lsl .snarr9::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) {
  .bvb5ecmy .snarr9 {
    padding: 5px 14px;
  }
  .bvb5ecmy .fj0rqu {
    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;
  }
  .bvb5ecmy .fj0rqu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .bvb5ecmy .fj0rqu li a:hover { background: var(--bg-raised); }
  .bvb5ecmy .bvq34,
  .fe1n31o6 .bvq34,
  .f9nerd .bvq34 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .xzzgn58r .snarr9 {
    padding: 5px 10px;
  }
  .xzzgn58r .fj0rqu {
    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);
  }
  .xzzgn58r .fj0rqu.xweho { transform: translateX(0); }
  .xzzgn58r .fj0rqu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .xzzgn58r .fj0rqu li:last-child a { border-bottom: none; }
  .t7dtl .fj0rqu,
  .s1cr0gv .fj0rqu { background: var(--accent) !important; }
  .t7dtl .fj0rqu li a,
  .s1cr0gv .fj0rqu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .f9nerd .snarr9 {
    padding: 5px 10px;
  }
  .f9nerd .fj0rqu {
    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);
  }
  .f9nerd .fj0rqu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .f9nerd .fj0rqu.xweho { transform: translateY(0); }
  .f9nerd .fj0rqu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .tj9iyk .snarr9 {
    padding: 5px 10px;
  }
  .tj9iyk .fj0rqu {
    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;
  }
  .tj9iyk .fj0rqu.xweho { opacity: 1; pointer-events: auto; }
  .tj9iyk .fj0rqu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .dghggqix     .snarr9 { border-radius: 0 !important; }
  .mno5   .snarr9 { border-radius: 8px !important; }
  .mkeuamww .snarr9 { border-radius: 50% !important; }
  .lzr9   .snarr9 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .nyvgp .lg4amjxw { flex-direction: column; align-items: stretch; }
  .nyvgp .abup { flex-direction: row; min-width: auto; }
  .nyvgp .al0wnh { align-items: flex-start; text-align: left; }
}
.hhs37p,
.hhs37p.c11cy,
.hpku .hhs37p,
.uihx .hhs37p,
.gqmllfai .hhs37p,
.jfgq .hhs37p {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.k3roneso {
  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;
}
.i35ru8t { flex: 1 1 280px; min-width: 0; }
.ud2t14n8 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.zsdhieo {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.xudo5b {
  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;
}
.xudo5b:hover { transform: translateY(-1px); opacity: 0.95; }
.ob6x1 .k3roneso {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.ob6x1 .ud2t14n8 { color: var(--cta); }
.ob6x1 .zsdhieo { color: var(--text-body); }
.ob6x1 .xudo5b {
  background: var(--cta) !important;
  color: #fff !important;
}
.m0l38f .k3roneso {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.m0l38f .ud2t14n8 { color: var(--text-primary); }
.m0l38f .zsdhieo { color: var(--text-body); }
.m0l38f .xudo5b {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .k3roneso {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .i35ru8t { flex: 0 0 auto; }
  .ud2t14n8 { font-size: 1.2rem; }
  .xudo5b { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.amab .vyhk { height: 36px; }
.zztl .vyhk { height: 60px; max-width: 200px; }
.lo72h7v .vyhk { height: 56px; max-width: 180px; }
.tz2kk    .ujj9, .tz2kk    .b1rrt9 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .jweiifp .bg4vbg {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .jweiifp .fqj56 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .jweiifp .fqj56 { padding: 40px 16px 20px; }
  .jweiifp .v59mtl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .jweiifp .alycbs { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .vojk .fqj56 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .vojk .fqj56::before {
    position: absolute; top: 14px; left: 14px;
  }
  .vojk .cgy5j {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .vojk .v6jeu { white-space: normal; text-align: center; font-size: 1.2rem; }
  .vojk .v59mtl {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .vojk .alycbs { width: 100%; min-width: 0; }
  .vojk .ujj9 { min-width: 0; }
}
.hi6lmae4 .jvny {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.hi6lmae4 .jvny summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.hi6lmae4 .jvny p { padding: 0 2px 16px; }
.sx4z .jvny { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.sx4z .jvny summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.sx4z .jvny summary::after { content: "›"; font-size: 1.2em; }
.sx4z .jvny[open] summary::after { content: "‹"; }
.sx4z .jvny p { padding: 10px 22px 4px; }
.ysrb4mtx .jvny {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.ysrb4mtx .jvny summary { color: var(--text-primary); padding-left: 16px; }
.ysrb4mtx .jvny summary::after { content: "›"; font-size: 1.1em; }
.ysrb4mtx .jvny[open] summary::after { content: "‹"; }
.ysrb4mtx .jvny p { padding-left: 16px; }
.v4so .n0i4 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.v4so .jvny {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.v4so .jvny:last-child { border-bottom: none; }
.v4so .jvny summary { color: var(--text-primary); border-radius: 0; }
.v4so .jvny summary::after { content: "›"; font-size: 1.1em; }
.v4so .jvny[open] summary::after { content: "‹"; }
.winkhosf .jvny { overflow: hidden; }
.winkhosf .jvny summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.winkhosf .jvny summary::after { color: rgba(255,255,255,.75); }
.winkhosf .jvny[open] summary { border-radius: 0; }
.kiau01 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ibobbr {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.uo73 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.e9o5x6 { color: var(--text-muted); font-size: 1.05rem; }
.srhlhehy {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.dfhl71m { margin-bottom: 20px; }
.ahdx {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.niao4 {
  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;
}
.niao4:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.t6m69wki { resize: vertical; min-height: 130px; }
.mv3itre { width: 100%; margin-top: 8px; }
.s2ll {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.em4n {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.bns5 { color: var(--text-muted); line-height: 1.75; }
.qyjpl9r { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.qyjpl9r li { margin-bottom: 6px; }
.cjyw { max-width: 760px; margin: 0 auto; }
.jxyqr { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.oyra0j { max-width: 760px; margin: 0 auto; }
.x82ywhss { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.dkreg7v ul.qyjpl9r { margin: 0; }
.ku802 .x82ywhss { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ku802 { grid-template-columns: 1fr; gap: 10px; } }
.gg852bj { max-width: 640px; margin: 0 auto; text-align: center; }
.wj7xdw { margin-bottom: 48px; }
.wj7xdw .x82ywhss { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.wj7xdw p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.w4ptu8 .qyjpl9r { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .e6w4 { grid-template-columns: 1fr; } }
.gkul7 { color: inherit; text-decoration: none; }
.gkul7:hover { color: var(--accent-light); text-decoration: underline; }
.saxoph { display: inline-block; line-height: 0; }
.h0zwsz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ouz2b9b { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ouz2b9b:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.hb0txyw { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ouz2b9b p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ouz2b9b ul.qyjpl9r { margin: 0; }
.o2roim { color: var(--text-muted); line-height: 1.75; }
.x8e5zx4 .qyjpl9r,
.b6m69 .qyjpl9r,
.wk2inet .qyjpl9r,
.r7mo .qyjpl9r {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.x8e5zx4 .ouz2b9b,
.b6m69 .ouz2b9b { text-align: left; }
.x8e5zx4 .hb0txyw,
.b6m69 .hb0txyw { text-align: center; }
.eu7pla { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.oiyd51s { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.nsqk { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.oxap9l { margin-top: 12px; }
.vd6gb1a3 { 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; }
.vd6gb1a3:hover { border-bottom-color: var(--accent-light); }
.iof9jdv { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.iof9jdv img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ufp0jp { width: 200px; height: 200px; }
.ntmp { border-radius: 50%; }
.m9ajkkl { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.m6xy { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .fxy41 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.zxnuqs .nsqk, .zxnuqs .oiyd51s { max-width: 640px; }
.ow1r .eu7pla { font-size: 1.6rem; margin-top: 18px; }
.to0aj3t7 .nsqk { margin-bottom: 28px; }
@media (max-width: 860px) { .h1nyazc6 { grid-template-columns: 1fr; } .ow1r { position: static; text-align: center; } }
.ce834 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.ucsabqa { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.ucsabqa .iof9jdv { margin: 0 auto 18px; }
.ucsabqa .m9ajkkl { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ce834 { grid-template-columns: 1fr; } }
.zn12l .eu7pla { font-size: 1.6rem; margin-bottom: 6px; }
.r7mo .qyjpl9r { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zn12l { flex-direction: column; text-align: center; } .fss3z5s { grid-template-columns: 1fr; } }
.ooz8d9 .eu7pla { font-size: 1.35rem; margin: 0 0 4px; }
.ooz8d9 .m9ajkkl { margin: 0; }
.zi9ii { max-width: 760px; margin: 0 auto; }
.cqw9jfd { position: relative; padding-left: 28px; }
.cqw9jfd::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.vje3e5vo { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.vje3e5vo:last-child { padding-bottom: 0; }
.np6du6ra { 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; }
.wtz69 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.wtz69 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.i631 .uo73 { color: var(--accent-light); }
.mo3i1xek .uo73 { font-size: 2rem; }
.mo3i1xek .e9o5x6 { max-width: 680px; }
.y6yciup {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.y6yciup .uo73 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.y6yciup .e9o5x6  { margin: 0; }
@media (max-width: 640px) { .y6yciup { flex-direction: column; } }
.cdb27 .uo73 { color: var(--accent-light); }
.wzdgg5lp .uo73 { color: #fff; }
.wzdgg5lp .e9o5x6  { color: rgba(255,255,255,0.85); }
.iioy { max-width: 680px; margin: 0 auto; }
.v976xru {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .v976xru { grid-template-columns: 1fr; } }
.gkn0qw5 .niao4 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.gkn0qw5 .niao4:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.hf308k .niao4 { background: var(--bg-raised); border-color: transparent; }
.hf308k .niao4:focus { background: var(--bg-card); border-color: var(--accent-light); }
.d72q .niao4 { border-radius: 100px; padding: 11px 20px; }
.d72q .t6m69wki { border-radius: 14px; }
.jf6jn {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .jf6jn { grid-template-columns: 1fr; } }
.pis2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.pis2 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.pis2 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.v04k { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.v04k li { margin-bottom: 6px; }
.w36p6m1t{display:none}
.w36p6m1t:empty,.b419oiig:empty{display:none}
.zt2q{position:relative;overflow:visible}
.o4524lk1 .kbyn,.luf5 .kbyn,
.p8xa8x1 .kbyn,.cj2eckq .kbyn,
.yci39 .kbyn,.zvrqe1j .kbyn{display:block}
.wzayghf .sqckr6ej{display:block}
.o4524lk1 .kbyn,.luf5 .kbyn,
.p8xa8x1 .kbyn,.cj2eckq .kbyn,
.yci39 .kbyn{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}
.o4524lk1 .kbyn .b419oiig,.luf5 .kbyn .b419oiig,
.p8xa8x1 .kbyn .b419oiig,.cj2eckq .kbyn .b419oiig,
.yci39 .kbyn .b419oiig{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}
.o4524lk1 .gaalaaq,.luf5 .gaalaaq,
.p8xa8x1 .gaalaaq,.cj2eckq .gaalaaq,
.yci39 .gaalaaq{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.o4524lk1 .kbyn,.luf5 .kbyn{top:12px}
.o4524lk1 .kbyn .b419oiig{margin-right:auto}
.luf5 .kbyn .b419oiig{margin-left:auto}
.luf5 .kbyn{text-align:right}
.p8xa8x1 .kbyn,.cj2eckq .kbyn{bottom:12px}
.p8xa8x1 .kbyn .b419oiig{margin-right:auto}
.cj2eckq .kbyn .b419oiig{margin-left:auto}
.cj2eckq .kbyn{text-align:right}
.yci39 .kbyn{position:relative;margin-top:16px}
.yci39 .kbyn .b419oiig{margin:0 auto}
.zvrqe1j .kbyn{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.zvrqe1j .kbyn .b419oiig{margin:0}
.zvrqe1j .vdz7yy~.kbyn,
.zvrqe1j .qk3hvaq~.kbyn{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.zvrqe1j .vdz7yy~.kbyn .b419oiig,
.zvrqe1j .qk3hvaq~.kbyn .b419oiig{justify-content:flex-start}
.vdz7yy~.kbyn,.qk3hvaq~.kbyn{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}
.vdz7yy~.kbyn .b419oiig{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qk3hvaq~.kbyn .b419oiig{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.sqckr6ej .b419oiig{margin:0 0 12px}
.b419oiig{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.gaalaaq{white-space:nowrap}
.j1a0 .gaalaaq{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.xytlq8hr .gaalaaq{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}
.dikguy .b419oiig{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ryvl16 .gaalaaq{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.xi83y4vc .gaalaaq{color: var(--accent-light);opacity:1;font-weight:500}
.n3fnp1c .gaalaaq{border-bottom:1px solid currentColor;padding-bottom:2px}
.o9bgnvuy .b419oiig{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.a3n0bz5{--date-bg:var(--accent-bg-light)}
.geiorlh .wxd1wq::before{content:""}
.ra7dlg5 .gaalaaq + .gaalaaq::before{content:"•";margin-right:6px;opacity:.4}
.sxwznu4q .gaalaaq + .gaalaaq::before{content:"/";margin-right:6px;opacity:.35}
.pe64 .gaalaaq + .gaalaaq::before{content:"|";margin-right:6px;opacity:.3}
.rgd9yb .gaalaaq + .gaalaaq::before{content:"—";margin-right:6px;opacity:.3}
.q5r1u1 .gaalaaq + .gaalaaq::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.da6hv0 .gaalaaq + .gaalaaq::before{content:"·";margin-right:6px;opacity:.4}
.a04u .gaalaaq + .gaalaaq::before{content:"›";margin-right:6px;opacity:.4}
.mrvndv .gaalaaq + .gaalaaq::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.trb3q8k{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.q49u7k31{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.y8ty7{display:flex;flex-direction:column;gap:3px}
.sxwj1{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.jcasna{font-weight:700;font-size:1rem;color:var(--text-heading)}
.t24cp1{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.t5v8r2 .trb3q8k{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.bt86k .trb3q8k{border-top:3px solid var(--accent);padding-top:18px}
.ph80y7g .trb3q8k{border-left:3px solid var(--accent);border-radius:0}
.fd6vi7 .trb3q8k{padding:20px 0}
@media(max-width:640px){
  .trb3q8k{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .t24cp1{max-width:100%}
}
.jaitzt .mc2uw4w{margin:0}
@media (max-width:560px){
  .x2rmp5{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) {
  .jwkosza { padding: 28px 18px 20px; }
  .fq6cd { font-size: 1.2rem; }
  .xp6knx { max-width: 220px; max-height: 80px; }
}
.qw8yhy  .z0m06r { border-radius: 50%; }
.l9cawr .k3roneso {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .z0m06r { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.dbi6 {
  margin: 28px 0 24px;
}
.dbi6 .c11cy {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.dbi6 .fuf6c {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.dbi6 .k3roneso {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .i5o38qr { flex-direction: row-reverse; }
[dir="rtl"] .fj0rqu { flex-direction: row-reverse; }
[dir="rtl"] .x07z74 .ugpdu7p { right: auto; left: 32px; }
[dir="rtl"] .zlyhdp  .ugpdu7p { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .x07z74 .ugpdu7p { right: auto; left: 20px; }
  [dir="rtl"] .zlyhdp  .ugpdu7p { left: auto;  right: 20px; }
}
[dir="rtl"] .dr919 .boiucpa6  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .xk7fv57m .boiucpa6 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .vdz7yy,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fegi, [dir="rtl"] .vu4zi { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .i5zvxsy { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .rk39 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .irmfuxst { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .k3roneso { direction: rtl; }
[dir="rtl"] .z95iae { direction: rtl; }
[dir="rtl"] .ulmo9oiy { direction: rtl; }
[dir="rtl"] .xlmr { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .wrqcr .vu4zi,
[dir="rtl"] .yitrhw .vu4zi,
[dir="rtl"] .uml28 .vu4zi,
[dir="rtl"] .fsxxwvf .vu4zi {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .wrqcr .vu4zi li::before,
[dir="rtl"] .yitrhw .vu4zi li::before,
[dir="rtl"] .uml28 .vu4zi li::before,
[dir="rtl"] .fsxxwvf .vu4zi li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .elzhe.x0aa913j .zqjcu,
[dir="rtl"] .mjzdy1hq.x0aa913j .zqjcu,
[dir="rtl"] .d35aig0u.x0aa913j .zqjcu,
[dir="rtl"] .s9k3.x0aa913j .zqjcu,
[dir="rtl"] .tctft8.x0aa913j .zqjcu { text-align: right; }
[dir="rtl"] .vdz7yy.x0aa913j .c9xjosw { align-items: flex-end; text-align: right; }
[dir="rtl"] .vdz7yy.w68r .c9xjosw { text-align: center; }
[dir="rtl"] .vdz7yy .c9xjosw { text-align: right; }
[dir="rtl"] .fuf6c,
[dir="rtl"] .zkj8l,
[dir="rtl"] .zdzj0bdj,
[dir="rtl"] .jolm1,
[dir="rtl"] .srhlhehy,
[dir="rtl"] .ahdx,
[dir="rtl"] .nsqk,
[dir="rtl"] .niao4,
[dir="rtl"] .t6m69wki { text-align: right; direction: rtl; }
[dir="rtl"] .d72q .niao4,
[dir="rtl"] .gkn0qw5 .niao4 { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #103378;
  --brand:           #103378;
  --brand-light:     #122b5b;
  --brand-pale:      #23417e;
  --grad-start:      #1a55c9;
  --grad-end:        #4778d9;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #cfa616;
  --cta-light:       #ae8b0d;
  --cta-hover:       #977910;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f4f5;
  --bg-raised:       #edeff1;
  --bg-hover:        #f3f4f5;
  --border:          #e1e4e9;
  --border-alt:      #cfd4dc;
  --border-section:  #e1e4e9;
  --text-primary:    #17181b;
  --text-muted:      #515661;
  --text-body:       #2e3137;
  --text-sub:        #454a53;
  --text-faint:      #737b8b;
  --text-dim:        #8f95a2;
  --text-label:      #5c626f;
  --text-value:      #393d45;
  --accent-bg:       #e1e7f4;
  --accent-bg-light: #c7d4ef;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f6;
  --c-pros:          #0d9564;
  --c-cons:          #9f214e;
  --c-pros-label:    #0fb177;
  --c-tip-border:    #11c484;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0d9564;
}
:root { --logo-bg-opacity: 37%; }
body, button, input { font-family: "Poppins", sans-serif; }
.ns0r5w .kaahvy42, .ns0r5w .vdz7yy { min-height: 420px; }
.yea4 .ebe2cn8x::after, .yea4 .xhc2::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.p1yqg1p .p5rs::after,.p1yqg1p .ugpdu7p::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; }
.lryq96x::before { content: '>'; }