:root {
  --color-accent: #0f1a14;
  --color-cta: #1fcf57;
  --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;
}
.gjak2b {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.tgco {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.hajy9 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.b7bm { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ft4yid { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ft4yid a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ft4yid a:hover { color: var(--accent-light); }
.m8acq0yf     .tymine7 { border-radius: 6px; }
.m8acq0yf .tymine7 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.m8acq0yf .tymine7 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.txqq1ag6  .tymine7 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .tymine7 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ibtqahrz:hover .tymine7,
  .ibtqahrz:focus-within .tymine7 { display: block; }
  .tymine7 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.rfg7xon {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.iqizgv39 { display: none; }
@media (max-width: 640px) {
  .iqizgv39 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .iqizgv39.x6cbj7fs { display: block; }
}
@media (max-width: 640px) {
  .rfg7xon { display: block; }
  .ft4yid > li + li::before { display: none !important; }
  .ft4yid {
    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;
  }
  .ft4yid.x6cbj7fs { display: flex; }
  .ft4yid li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ft4yid li:last-child a { border-bottom: none; }
}
.ipg40j2 { min-height: 480px; }
.m9nmg {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.t77l3 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.vzpm .t77l3 { margin-left: 0; margin-right: 0; }
.owwv {
  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;
}
.owwv:hover { opacity: 0.88; }
.er1nttip {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.o2j5ef {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.er1nttip .aq1byy {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.er1nttip .m9nmg { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.er1nttip .t77l3 { color: #e2e8f0; }
.er1nttip.tweyzodk .aq1byy { text-align: center; }
.er1nttip.vzpm   .aq1byy { text-align: left; }
.zb65mox5 .aq1byy {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.zb65mox5 .m9nmg { color: var(--text-primary); text-shadow: none; }
.zb65mox5 .t77l3 { color: var(--text-muted); }
.zb65mox5 .owwv { margin-top: 16px; }
.zb65mox5, .zb65mox5.ipg40j2 { min-height: auto !important; }
.zb65mox5.tweyzodk .aq1byy { text-align: center; }
.zb65mox5.vzpm   .aq1byy { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.kiteizgy .er1nttip .o2j5ef {
  overflow: hidden;
}
.kiteizgy .er1nttip .o2j5ef::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); }
}
.s3upcuhg .er1nttip .o2j5ef {
  overflow: hidden;
}
.s3upcuhg .er1nttip .o2j5ef::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.jfpuhu2f .er1nttip .o2j5ef {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fc5k .er1nttip .o2j5ef {
  overflow: hidden;
}
.fc5k .er1nttip .o2j5ef::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.ll91ki .er1nttip .o2j5ef {
  animation: hg-breathe 10s ease-in-out infinite;
}
.euzqr .o2j5ef {
  background: none;
}
.euzqr .m9nmg { color: #fff; }
.euzqr .t77l3 { color: rgba(255,255,255,0.85); }
.euzqr .owwv { background: #fff; color: var(--cta); }
.euzqr .owwv:hover { opacity: 0.92; }
.rade .m9nmg { text-shadow: none; color: var(--text-primary); }
.rade .t77l3 { color: var(--text-muted); }
body.cu8z .m9nmg {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.yfagcs .m9nmg {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ipg40j2.euzqr .m9nmg,
section.euzqr .m9nmg {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.rade.tweyzodk .nfyeka { align-items: center; text-align: center; }
.ipg40j2 .wxz7e3m {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.wxz7e3m .r5mr.yax0bj1s {
  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;
}
.wxz7e3m .r5mr.yax0bj1s:hover { opacity: 0.85; }
.sff99db .aq1byy { padding-bottom: 24px; }
.q78ld2h9 .aq1byy { max-width: 1100px; }
@media (max-width: 700px) {
  .rade { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .rade:not(.x4o42q) .niqg8 { display: none !important; }
  .x4o42q .niqg8 { padding: 16px; }
  .nfyeka  { padding: 36px 24px; }
  .rade~.y3ki5mqf,.fvi8pmq~.y3ki5mqf{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .ipg40j2, .rade { min-height: 320px !important; }
  .m9nmg { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .qwfzz0t,
  .jyotfr,
  .r2hb { grid-template-columns: 1fr !important; }

  

  
  .sff99db { display: flex !important; flex-direction: column !important; }
  .sff99db .aq1byy { display: contents; }
  .sff99db .o2j5ef { order: 0; }
  .sff99db .m9nmg { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .sff99db .qwfzz0t { order: 2; padding: 0 16px 12px !important; }
  .sff99db .t77l3 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .q78ld2h9 .aq1byy { display: flex; flex-direction: column; }
  .q78ld2h9 .aq1byy .m9nmg { order: 1; }
  .q78ld2h9 .aq1byy .r2hb { order: 2; margin: 8px 0 24px !important; }
  .q78ld2h9 .aq1byy .t77l3 { order: 3; }
  .q78ld2h9 .aq1byy .owwv { order: 4; align-self: center; margin-top: 0; }

  
  .rade.x4o42q {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .rade.x4o42q .nfyeka { display: contents; padding: 0; }
  .rade.x4o42q .nfyeka .m9nmg { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .rade.x4o42q .niqg8 { order: 2; padding: 12px 16px; }
  .rade.x4o42q .nfyeka .t77l3 { order: 3; padding: 0 24px; margin: 0 auto; }
  .rade.x4o42q .nfyeka .owwv { order: 4; align-self: center; margin: 8px 0 32px; }
}
.qfbjbih { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.wlshll54 { width: 100%; height: auto; display: block; border-radius: 10px; }
.wf4ekja .qfbjbih        { border-radius: 16px; }
.wf4ekja .wlshll54  { border-radius: 16px; }
.oji2w4hb .qfbjbih         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.oji2w4hb .wlshll54   { border-radius: 8px; }
.v8rei684 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.oa7qn4qu { width: 100%; padding: 32px 0; position: relative; }
.vmyzjg7 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.lures .oa7qn4qu:nth-child(even) { background: var(--bg-surface); }
.lures .oa7qn4qu:nth-child(odd)  { background: var(--bg-page); }
.x51bwjzh .oa7qn4qu:nth-child(even) { background: var(--bg-card); }
.x51bwjzh .oa7qn4qu:nth-child(odd)  { background: var(--bg-page); }
.lures .oa7qn4qu:nth-child(odd)  .vmyzjg7 { background: var(--bg-card); border-radius: 6px; }
.lures .oa7qn4qu:nth-child(even) .vmyzjg7 { background: var(--bg-raised); border-radius: 6px; }
.x51bwjzh .oa7qn4qu:nth-child(odd)  .vmyzjg7 { background: var(--bg-card); border-radius: 6px; }
.x51bwjzh .oa7qn4qu:nth-child(even) .vmyzjg7 { background: var(--bg-raised); border-radius: 6px; }
.lures .oa7qn4qu:nth-child(even) .acjnfe .bmhp8,
.x51bwjzh .oa7qn4qu:nth-child(even) .acjnfe .bmhp8 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.lures .oa7qn4qu:nth-child(odd) .acjnfe .bmhp8,
.x51bwjzh .oa7qn4qu:nth-child(odd) .acjnfe .bmhp8 { background: var(--bg-card-inner); }
.lures .oa7qn4qu:nth-child(even) .zg8g .bmhp8:nth-child(odd),
.x51bwjzh .oa7qn4qu:nth-child(even) .zg8g .bmhp8:nth-child(odd)  { background: var(--bg-card); }
.lures .oa7qn4qu:nth-child(even) .zg8g .bmhp8:nth-child(even),
.x51bwjzh .oa7qn4qu:nth-child(even) .zg8g .bmhp8:nth-child(even) { background: var(--bg-card-inner); }
h1.g0w9m { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.g0w9m {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tuj8cn { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.gdor1 h2.g0w9m {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rz3y h2.g0w9m {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.pxbeo7tw h2.g0w9m {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qv8p h2.g0w9m::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ktlbu3 h2.g0w9m {
  color: var(--text-primary); font-size: 1.7rem;
}
.lmib h2.g0w9m::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ct8cow h2.g0w9m {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
@media (max-width: 640px) { .spyrf2 { display: none; } }
.g82kym75 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ge6l552 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.gogt {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.o37jz { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.owmy { padding-left: 20px; }
.owmy li { margin-bottom: 6px; }
.owmy a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.owmy a:hover { color: var(--accent-light); }
.yqjt .o37jz { display: none; }
.tqbocs .o37jz { display: none; }
.tqbocs .owmy { padding-left: 0; list-style: none; }
.tqbocs .owmy li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.tqbocs .owmy a { font-size: 0.92rem; }
.c3yg .gogt { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.c3yg .o37jz { display: none; }
.c3yg .owmy { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.c3yg .owmy li { margin-bottom: 0; }
.c3yg .owmy 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;
}
.c3yg .owmy a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ktx6um .gogt { padding: 20px 20px 16px; }
.ktx6um .owmy {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ktx6um .owmy li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ktx6um .owmy 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;
}
.ktx6um .owmy 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;
}
.ktx6um .owmy a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ktx6um .owmy a:focus,
.ktx6um .owmy a:focus-visible,
.ktx6um .owmy a:target { outline: none; }
.ktx6um .owmy li:target a { border-color: var(--border); color: var(--text-muted); }
.o3jm6 .gogt { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.o3jm6 .o37jz { display: none; }
.o3jm6 .owmy { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.o3jm6 .owmy li { margin-bottom: 0; }
.o3jm6 .owmy li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.o3jm6 .owmy li:last-child::after { content: ""; margin-right: 0; }
.o3jm6 .owmy a { font-size: 0.9rem; }
.bmhp8 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.acjnfe .bmhp8 { background: var(--bg-card); }
.zg8g .bmhp8:nth-child(odd)  { background: var(--bg-card); }
.zg8g .bmhp8:nth-child(even) { background: var(--bg-raised); }
.t8mu .bmhp8 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.t8mu .bmhp8:last-child { border-bottom: none; }
.t8mu h3.tuj8cn { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.gbjrnw .bmhp8 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.gbjrnw .bmhp8 + .bmhp8 { margin-top: 4px; }
.xxekn2z .bmhp8 { background: none; border-radius: 0; padding: 12px 0; }
.xxekn2z .bmhp8 + .bmhp8 { border-top: 1px solid var(--border-section); }
.ai6y { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.zd37 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.sd3p9 { color: var(--text-body); margin-bottom: 10px; }
.xjudr5, .g8ucr7 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xjudr5 li, .g8ucr7 li { margin-bottom: 6px; }
.g8ucr7 li { list-style: decimal; }
.n2cbos     .xjudr5 { list-style-type: "● "; }
.elm6f7p  .xjudr5 { list-style-type: "■ "; }
.f7vsb9 .xjudr5 { list-style-type: "◆ "; }
.mulbk    .xjudr5 { list-style-type: "★ "; }
.n2cbos     .mwpen9 { list-style-type: "● "; }
.elm6f7p  .mwpen9 { list-style-type: "■ "; }
.f7vsb9 .mwpen9 { list-style-type: "◆ "; }
.mulbk    .mwpen9 { list-style-type: "★ "; }
.n2cbos    .xjudr5 li::marker, .n2cbos    .mwpen9 li::marker,
.elm6f7p .xjudr5 li::marker, .elm6f7p .mwpen9 li::marker,
.f7vsb9 .xjudr5 li::marker, .f7vsb9 .mwpen9 li::marker,
.mulbk   .xjudr5 li::marker, .mulbk   .mwpen9 li::marker {
  color: var(--cta); font-size: 1em;
}
.n2cbos .g8ucr7,
.elm6f7p .g8ucr7,
.f7vsb9 .g8ucr7,
.mulbk .g8ucr7 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.n2cbos .g8ucr7 li,
.elm6f7p .g8ucr7 li,
.f7vsb9 .g8ucr7 li,
.mulbk .g8ucr7 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.n2cbos .g8ucr7 li::before,
.elm6f7p .g8ucr7 li::before,
.f7vsb9 .g8ucr7 li::before,
.mulbk .g8ucr7 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;
}
.n2cbos     .g8ucr7 li::before { border-radius: 50%; }
.elm6f7p  .g8ucr7 li::before { border-radius: 3px; }
.f7vsb9 .g8ucr7 li::before { border-radius: 3px; }
.mulbk    .g8ucr7 li::before { border-radius: 50%; }
.z06c12ow { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.eiafwtw0 .z06c12ow,
.jmlb .z06c12ow { background: transparent; border: none; border-radius: 0; }
.z294w { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.z294w th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.z294w td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.z294w tr:hover td { background: var(--bg-hover); }
.fvslkfd0 .z294w tbody tr:nth-child(even) td { background: var(--bg-surface); }
.ot1stys .z294w { border: 1px solid var(--border-alt); }
.ot1stys .z294w th,
.ot1stys .z294w td { border: 1px solid var(--border-alt); }
.ii3e .z294w th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ii3e .z294w td { border-bottom: none; }
.ii3e .z294w tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.eb2o6417 .z294w th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ls0m52 .z06c12ow {
  overflow: hidden;
}
.ls0m52 .z294w th { border-bottom: 1px solid var(--border-alt); }
.ls0m52 .z294w tr:last-child td { border-bottom: none; }
.jekb { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.p3kt { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.dwj7 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.cqni { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.i3kja { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.mwpen9 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.mwpen9 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%}
.wt5dnq7 .cqni { background: transparent; text-align: center; }
.y2x1 .dwj7 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.b092u0hr .dwj7 {
  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);
}
.gvpi434 .p3kt { display: grid; grid-template-columns: auto 1fr; }
.gvpi434 .dwj7 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.gvpi434 .cqni { grid-column: 2; }
.gvpi434 .i3kja,
.gvpi434 .mwpen9 { grid-column: 1 / -1; }
.hx9co3 .p3kt { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hx9co3 .dwj7 {
  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);
}
.hx9co3 .cqni { grid-column: 2; }
.hx9co3 .i3kja,
.hx9co3 .mwpen9 { grid-column: 1 / -1; }
.qmojdl .p3kt { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.qmojdl .cqni { background: none; color: var(--accent-light); font-weight: 700; }
.zvwe .p3kt { 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); }
.zvwe .cqni { background: none; color: var(--accent-light); font-weight: 700; }
.jv8u9yw .p3kt { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.jv8u9yw .p3kt:last-child { border-bottom: none; }
.jv8u9yw .cqni { background: none; color: var(--accent-light); font-weight: 700; }
.goizwa .p3kt { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.goizwa .cqni { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.x8px8wl .jekb { counter-reset: card-n; }
.x8px8wl .p3kt  { counter-increment: card-n; }
.x8px8wl .cqni { display: flex; align-items: center; gap: 10px; }
.x8px8wl .cqni::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;
}
.qt1c .p3kt { background: var(--bg-surface); border: 1px solid var(--border); }
.qt1c .cqni { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.b0uz8 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.v32r2da  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ezkgs3 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.sh23gskz { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.b0uz8 strong { color: var(--text-primary); font-size: 0.95rem; }
.b0uz8 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.wlshll54 { width: 100%; height: auto; border-radius: 10px; display: block; }
.yax0bj1s {
  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;
}
.yax0bj1s:hover { opacity: 0.85; }
.nn0cek .yax0bj1s  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.nn0cek .yax0bj1s:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.h0h1k8ij .yax0bj1s  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.h0h1k8ij .yax0bj1s:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dga64p .owwv { border-radius: 50px; }
.dga64p .yax0bj1s  { border-radius: 50px; }
.lpef148j .owwv { padding-left: 22px; padding-right: 22px; }
.lpef148j .yax0bj1s  { padding-left: 12px; padding-right: 12px; }
.qe9pnr .owwv { padding-left: 44px; padding-right: 44px; }
.qe9pnr .yax0bj1s  { padding-left: 24px; padding-right: 24px; }
.wq0if .owwv { padding-left: 56px; padding-right: 56px; }
.wq0if .yax0bj1s  { padding-left: 32px; padding-right: 32px; }
.ogpoyw   .owwv::after, .ogpoyw   .yax0bj1s::after,
.rvikrb .owwv::after, .rvikrb .yax0bj1s::after,
.f0ebs    .owwv::after, .f0ebs    .yax0bj1s::after,
.qhrq    .owwv::after, .qhrq    .yax0bj1s::after,
.z8txmpt    .owwv::after, .z8txmpt    .yax0bj1s::after,
.jo8qghj     .owwv::after, .jo8qghj     .yax0bj1s::after,
.mocd0zu8    .owwv::after, .mocd0zu8    .yax0bj1s::after,
.yt6psv3   .owwv::after, .yt6psv3   .yax0bj1s::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;
}
.ogpoyw .owwv::after, .ogpoyw .yax0bj1s::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");
}
.rvikrb .owwv::after, .rvikrb .yax0bj1s::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");
}
.f0ebs .owwv::after, .f0ebs .yax0bj1s::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");
}
.qhrq .owwv::after, .qhrq .yax0bj1s::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");
}
.z8txmpt .owwv::after, .z8txmpt .yax0bj1s::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");
}
.jo8qghj .owwv::after, .jo8qghj .yax0bj1s::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");
}
.mocd0zu8 .owwv::after, .mocd0zu8 .yax0bj1s::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");
}
.yt6psv3 .owwv::after, .yt6psv3 .yax0bj1s::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");
}
.hnass   .rc9ncb2h::after, .hnass   .vqn61n6::after,
.vepo1o1w .rc9ncb2h::after, .vepo1o1w .vqn61n6::after,
.wd1j    .rc9ncb2h::after, .wd1j    .vqn61n6::after,
.xfo4mflt    .rc9ncb2h::after, .xfo4mflt    .vqn61n6::after,
.fjy5214    .rc9ncb2h::after, .fjy5214    .vqn61n6::after,
.t5wh     .rc9ncb2h::after, .t5wh     .vqn61n6::after,
.g1ajujy    .rc9ncb2h::after, .g1ajujy    .vqn61n6::after,
.f5amr8   .rc9ncb2h::after, .f5amr8   .vqn61n6::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;
}
.hnass .rc9ncb2h::after, .hnass .vqn61n6::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");
}
.vepo1o1w .rc9ncb2h::after, .vepo1o1w .vqn61n6::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");
}
.wd1j .rc9ncb2h::after, .wd1j .vqn61n6::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");
}
.xfo4mflt .rc9ncb2h::after, .xfo4mflt .vqn61n6::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");
}
.fjy5214 .rc9ncb2h::after, .fjy5214 .vqn61n6::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");
}
.t5wh .rc9ncb2h::after, .t5wh .vqn61n6::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");
}
.g1ajujy .rc9ncb2h::after, .g1ajujy .vqn61n6::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");
}
.f5amr8 .rc9ncb2h::after, .f5amr8 .vqn61n6::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");
}
.m7daw .gbam6 { background: var(--bg-raised); }
.r5mr.yax0bj1s {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .doqt0gnb {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .doqt0gnb::before    { grid-area: rank;   }
  .x4h4f1i0           { grid-area: ident;  }
  .qn7cmzf     { grid-area: rating; min-width: 0; width: auto; }
  .msunlc2u           { grid-area: pills;  }
  .r5mr             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .doqt0gnb {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .doqt0gnb::before    { justify-self: center; }
  .x4h4f1i0           { width: 100%; }
  .qn7cmzf     { justify-self: center; }
  .msunlc2u           { grid-template-columns: 1fr; }
}
.dqcm0m45  .l29kyuv li::before { content: "★"; }
.dqcm0m45  .fzm2c8z li::before { content: "✕"; }
@media (min-width: 860px) {
  .sl94r .gimyg1ua {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .sl94r .nd1yz { margin: 0; }
}
@media (max-width: 720px) {
  .wzu40u { grid-template-columns: 1fr; }
  .zzf1w { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .zzf1w .ml7srn { width: 72px; height: 50px; }
  .zzf1w .riuda1kr { max-width: 180px; }
  .zzf1w .be8cyp1j { width: auto; }
}
@media (max-width: 720px) {
  .tldwtta { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .cph52cb9 { padding: 16px; }
  .tbivcn5 .wfcx4mn { min-width: 50%; }
}
@media (max-width: 860px) {
  .oibnx9u { grid-template-columns: 1fr; }
  .ux0ncw { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .y7x7wy3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .t7wep7dr { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .g25u { flex-direction: column; align-items: stretch; }
}
.npwelhj0 .be8cyp1j .yax0bj1s { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .swlg { flex-direction: column; align-items: stretch; gap: 10px; }
  .npwelhj0 .be8cyp1j { text-align: center; }
}
@media (max-width: 720px) {
  .dmujig { grid-template-columns: 1fr; }
  .z83x8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .z5curo { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .qcssmz { grid-template-columns: 1fr; }
  .gz91n { width: 100px; height: 100px; margin: 16px auto; }
  .p8tomk { font-size: 1.4rem; }
  .io4h { justify-content: center; }
  .yy4b5 .wfcx4mn { min-width: 50%; }
}
@media (max-width: 540px) {
  .nrq7d2 { flex-wrap: wrap; padding: 14px 16px; }
  .x1pxtc { padding: 12px 16px; }
  .eu62xj0 .x4buwf1 { margin: 0 16px; }
  .eu62xj0 .ol8vblr { padding: 0 16px; }
  .x1qt { padding: 12px 16px; }
}
.w037pc45 .doqt0gnb {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.w037pc45 .doqt0gnb:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.zxuwhpt .msunlc2u .qbs6 {
  background: transparent; padding: 4px 8px;
}
.zxuwhpt .msunlc2u .m5i2e { font-size: .65rem; opacity: .65; }
.zxuwhpt .msunlc2u .bexqd   { font-size: 1.15rem; color: var(--accent-light); }
.udne .z97r,
.udne .uy58,
.udne .uy58 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.udne .uy58 small { display: none; }
.udne .a7a2j .w02skg,
.udne .a7a2j strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.udne .v26hdpy { display: none; }
.ynmn { margin: 16px 0; }
.klj7ur6n { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.klj7ur6n summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.klj7ur6n summary::after { content: "+"; color: var(--accent-light); }
.klj7ur6n[open] summary::after { content: "−"; }
.klj7ur6n p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.oa7qn4qu { margin-bottom: 0; }
.zpth h2.g0w9m { color: var(--text-primary); border-color: var(--accent-light); }
.vq14d6 h2.g0w9m { color: var(--text-primary); border-color: var(--accent-light); }
.otwza .v32r2da     { background: #052e16; border-color: #10b981; }
.otwza .ezkgs3    { background: #1e1036; border-color: #a855f7; }
.otwza .b0uz8 strong  { color: #f1f5f9; }
.otwza .b0uz8 p       { color: #cbd5e1; }
.otwza .g1sm    .v32r2da     .sh23gskz::before,
.otwza .m371i  .v32r2da     .sh23gskz::before,
.otwza .k90ehasj  .v32r2da     .sh23gskz::before,
.otwza .aoamdbe .v32r2da     .sh23gskz::before { color: #10b981; }
.otwza .g1sm    .ebbgdep .sh23gskz::before,
.otwza .m371i  .ebbgdep .sh23gskz::before,
.otwza .k90ehasj  .ebbgdep .sh23gskz::before,
.otwza .aoamdbe .ebbgdep .sh23gskz::before { color: #f43f5e; }
.otwza .g1sm    .ezkgs3    .sh23gskz::before,
.otwza .m371i  .ezkgs3    .sh23gskz::before,
.otwza .k90ehasj  .ezkgs3    .sh23gskz::before,
.otwza .aoamdbe .ezkgs3    .sh23gskz::before { color: #a855f7; }
.bu4xqat5 .v32r2da     { background: #2d2000; border-color: #eab308; }
.bu4xqat5 .ezkgs3    { background: #2d1600; border-color: #f97316; }
.bu4xqat5 .b0uz8 strong  { color: #f1f5f9; }
.bu4xqat5 .b0uz8 p       { color: #cbd5e1; }
.bu4xqat5 .g1sm    .v32r2da     .sh23gskz::before,
.bu4xqat5 .m371i  .v32r2da     .sh23gskz::before,
.bu4xqat5 .k90ehasj  .v32r2da     .sh23gskz::before,
.bu4xqat5 .aoamdbe .v32r2da     .sh23gskz::before { color: #eab308; }
.bu4xqat5 .g1sm    .ebbgdep .sh23gskz::before,
.bu4xqat5 .m371i  .ebbgdep .sh23gskz::before,
.bu4xqat5 .k90ehasj  .ebbgdep .sh23gskz::before,
.bu4xqat5 .aoamdbe .ebbgdep .sh23gskz::before { color: #ef4444; }
.bu4xqat5 .g1sm    .ezkgs3    .sh23gskz::before,
.bu4xqat5 .m371i  .ezkgs3    .sh23gskz::before,
.bu4xqat5 .k90ehasj  .ezkgs3    .sh23gskz::before,
.bu4xqat5 .aoamdbe .ezkgs3    .sh23gskz::before { color: #f97316; }
.maq5r .v32r2da     { background: #0c1a2e; border-color: #38bdf8; }
.maq5r .ezkgs3    { background: #0a2020; border-color: #2dd4bf; }
.maq5r .b0uz8 strong  { color: #f1f5f9; }
.maq5r .b0uz8 p       { color: #cbd5e1; }
.maq5r .g1sm    .v32r2da     .sh23gskz::before,
.maq5r .m371i  .v32r2da     .sh23gskz::before,
.maq5r .k90ehasj  .v32r2da     .sh23gskz::before,
.maq5r .aoamdbe .v32r2da     .sh23gskz::before { color: #38bdf8; }
.maq5r .g1sm    .ebbgdep .sh23gskz::before,
.maq5r .m371i  .ebbgdep .sh23gskz::before,
.maq5r .k90ehasj  .ebbgdep .sh23gskz::before,
.maq5r .aoamdbe .ebbgdep .sh23gskz::before { color: #818cf8; }
.maq5r .g1sm    .ezkgs3    .sh23gskz::before,
.maq5r .m371i  .ezkgs3    .sh23gskz::before,
.maq5r .k90ehasj  .ezkgs3    .sh23gskz::before,
.maq5r .aoamdbe .ezkgs3    .sh23gskz::before { color: #2dd4bf; }
.nwmy5fn .v32r2da     { background: var(--accent-bg); border-color: var(--accent-light); }
.nwmy5fn .ezkgs3    { background: var(--accent-bg); border-color: var(--accent-pale); }
.nwmy5fn .g1sm    .sh23gskz::before,
.nwmy5fn .m371i  .sh23gskz::before,
.nwmy5fn .k90ehasj  .sh23gskz::before,
.nwmy5fn .aoamdbe .sh23gskz::before { color: var(--accent-light) !important; }
.jl65 .wwjuf5ib { background: var(--bg-pros); }
.jl65 .ox85g { background: var(--bg-cons); }
.jl65 .wwjuf5ib .rlui4t { color: var(--c-pros-label); }
.jl65 .ox85g .vxq0c8 { color: var(--c-cons); }
.jl65 .wwjuf5ib ul li,
.jl65 .l29kyuv li            { color: var(--c-pros); }
.jl65 .ox85g ul li,
.jl65 .fzm2c8z li            { color: var(--c-cons); }
.dqcm0m45 .rlui4t::before { content: "★ "; }
.dqcm0m45 .vxq0c8::before { content: "✕ "; }
.gdet .b0uz8 { background: transparent; border-left: none; border: 1.5px solid; }
.gdet .v32r2da     { border-color: var(--c-tip-border); }
.gdet .ezkgs3    { border-color: #60a5fa; }
.gdet .b0uz8 strong { color: var(--text-primary); }
.gdet .b0uz8 p      { color: var(--text-muted); }
.aqjp .b0uz8 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.aqjp .v32r2da     { border-top-color: var(--c-tip-border); }
.aqjp .ezkgs3    { border-top-color: #60a5fa; }
.aek1 .b0uz8 { border-left: none; border-radius: 8px; }
.aek1 .v32r2da     { background: #065f46; }
.aek1 .ezkgs3    { background: #1e3a8a; }
.aek1 .b0uz8 strong,
.aek1 .b0uz8 p { color: #fff; }
.aek1 .sh23gskz::before { color: rgba(255,255,255,0.85) !important; }
.otwza.aek1 .v32r2da,
.otwza .aek1 .v32r2da     { background: #052e16; }
.otwza.aek1 .ezkgs3,
.otwza .aek1 .ezkgs3    { background: #1e1036; }
.bu4xqat5.aek1 .v32r2da,
.bu4xqat5 .aek1 .v32r2da      { background: #2d2000; }
.bu4xqat5.aek1 .ezkgs3,
.bu4xqat5 .aek1 .ezkgs3     { background: #2d1600; }
.maq5r.aek1 .v32r2da,
.maq5r .aek1 .v32r2da      { background: #0c1a2e; }
.maq5r.aek1 .ezkgs3,
.maq5r .aek1 .ezkgs3     { background: #0a2020; }
.gnx7 .b0uz8 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gnx7 .v32r2da     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.gnx7 .ebbgdep { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.gnx7 .ezkgs3    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gnx7 .b0uz8 strong { color: var(--text-primary); }
.gnx7 .b0uz8 p      { color: var(--text-muted); }
.sa96y .b0uz8 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.g1sm .sh23gskz,
.m371i .sh23gskz,
.k90ehasj .sh23gskz,
.aoamdbe .sh23gskz { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.g1sm .sh23gskz::before,
.m371i .sh23gskz::before,
.k90ehasj .sh23gskz::before,
.aoamdbe .sh23gskz::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.g1sm .v32r2da     .sh23gskz::before { content: "✦"; color: var(--c-tip-border); }
.g1sm .ebbgdep .sh23gskz::before { content: "▲"; color: var(--c-warn-border); }
.g1sm .ezkgs3    .sh23gskz::before { content: "◉"; color: #60a5fa; }
.m371i .v32r2da     .sh23gskz::before { content: "★"; color: var(--c-tip-border); }
.m371i .ebbgdep .sh23gskz::before { content: "◆"; color: var(--c-warn-border); }
.m371i .ezkgs3    .sh23gskz::before { content: "●"; color: #60a5fa; }
.k90ehasj .v32r2da     .sh23gskz::before { content: "▶"; color: var(--c-tip-border); }
.k90ehasj .ebbgdep .sh23gskz::before { content: "■"; color: var(--c-warn-border); }
.k90ehasj .ezkgs3    .sh23gskz::before { content: "▸"; color: #60a5fa; }
.aoamdbe .v32r2da     .sh23gskz::before { content: "→"; color: var(--c-tip-border); }
.aoamdbe .ebbgdep .sh23gskz::before { content: "⬥"; color: var(--c-warn-border); }
.aoamdbe .ezkgs3    .sh23gskz::before { content: "◈"; color: #60a5fa; }
.lt3eg6 .acjnfe .bmhp8,
.lt3eg6 .zg8g .bmhp8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.lt3eg6 .p3kt                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.lt3eg6 .z06c12ow          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lt3eg6 .gogt                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.cjjy9o1k .acjnfe .bmhp8,
.cjjy9o1k .zg8g .bmhp8,
.cjjy9o1k .p3kt,
.cjjy9o1k .doqt0gnb,
.cjjy9o1k .nd1yz,
.cjjy9o1k .z06c12ow,
.cjjy9o1k .gogt,
.cjjy9o1k .sa96y .b0uz8 { box-shadow: none; }
.yul9d04l   .sd3p9, .yul9d04l .ai6y, .yul9d04l .zd37,
.yul9d04l   .g82kym75, .yul9d04l .ge6l552 { font-size: 0.9rem; }
.yul9d04l   .xjudr5, .yul9d04l .g8ucr7 { font-size: 0.9rem; }
.jxoy   .sd3p9, .jxoy .ai6y, .jxoy .zd37,
.jxoy   .g82kym75, .jxoy .ge6l552 { font-size: 0.95rem; }
.jxoy   .xjudr5, .jxoy .g8ucr7 { font-size: 0.95rem; }
.zys7   .sd3p9, .zys7 .ai6y, .zys7 .zd37,
.zys7   .g82kym75, .zys7 .ge6l552 { font-size: 1.08rem; }
.zys7   .xjudr5, .zys7 .g8ucr7 { font-size: 1.05rem; }
.zys7   .z294w { font-size: 0.97rem; }
.sd6ldh .m9nmg      { font-size: 3.2rem; }
.sd6ldh h2.g0w9m { font-size: 1.9rem; }
.sd6ldh h3.tuj8cn     { font-size: 1.4rem; }
.y97sq7ne .m9nmg      { font-size: 3.8rem; }
.y97sq7ne h2.g0w9m { font-size: 2.2rem; }
.y97sq7ne h3.tuj8cn     { font-size: 1.6rem; }
.oa7qn4qu + .oa7qn4qu { position: relative; }
.vqca7   .oa7qn4qu + .oa7qn4qu::before,
.fy1xy0z6  .oa7qn4qu + .oa7qn4qu::before,
.w105j2   .oa7qn4qu + .oa7qn4qu::before,
.n7pxtp   .oa7qn4qu + .oa7qn4qu::before,
.fendfe8   .oa7qn4qu + .oa7qn4qu::before,
.r00u .oa7qn4qu + .oa7qn4qu::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.vqca7 .oa7qn4qu + .oa7qn4qu::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.fy1xy0z6 .oa7qn4qu + .oa7qn4qu::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.w105j2 .oa7qn4qu + .oa7qn4qu::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;
}
.n7pxtp .oa7qn4qu + .oa7qn4qu::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.x7zfbvp1 .oa7qn4qu { margin-bottom: 16px; }
.x7zfbvp1 .oa7qn4qu + .oa7qn4qu { margin-top: 0; }
.x7zfbvp1 .vmyzjg7 { padding-top: 0; padding-bottom: 0; }
.fendfe8 .oa7qn4qu + .oa7qn4qu::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.r00u .oa7qn4qu + .oa7qn4qu::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.nicc .oa7qn4qu + .oa7qn4qu::before,
.cpqm2y .oa7qn4qu + .oa7qn4qu::before,
.th1hs .oa7qn4qu + .oa7qn4qu::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%;
}
.lures .nicc .oa7qn4qu:nth-child(even)::before,
.lures .cpqm2y .oa7qn4qu:nth-child(even)::before,
.lures .th1hs .oa7qn4qu:nth-child(even)::before { background: var(--bg-surface); }
.x51bwjzh .nicc .oa7qn4qu:nth-child(even)::before,
.x51bwjzh .cpqm2y .oa7qn4qu:nth-child(even)::before,
.x51bwjzh .th1hs .oa7qn4qu:nth-child(even)::before { background: var(--bg-card); }
.nicc .oa7qn4qu + .oa7qn4qu::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");
}
.cpqm2y .oa7qn4qu + .oa7qn4qu::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");
}
.th1hs .oa7qn4qu + .oa7qn4qu::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");
}
.vr61 .er1nttip,
.cabgi21f .er1nttip,
.an6l .er1nttip { overflow: hidden; }
.vr61 .aq1byy,
.cabgi21f .aq1byy { margin-bottom: 60px; }
.an6l .aq1byy { margin-bottom: 70px; }
.vr61 .er1nttip::before,
.cabgi21f .er1nttip::before,
.an6l .er1nttip::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.vr61 .er1nttip::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");
}
.cabgi21f .er1nttip::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");
}
.an6l .er1nttip::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.oe1f01e .er1nttip:not(.euzqr) .o2j5ef { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kiqax .er1nttip:not(.euzqr) .o2j5ef { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.pg9e  .er1nttip:not(.euzqr) .o2j5ef { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.a21716  .er1nttip:not(.euzqr) .o2j5ef { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.npu15hzm .euzqr { background: var(--accent); }
.npu15hzm .euzqr .o2j5ef { background: none; }
.npu15hzm .cbvge { background: var(--accent); }
.npu15hzm .rade { background: var(--accent-bg); }
.npu15hzm .er1nttip:not(.euzqr) .o2j5ef { background: rgba(0,0,0,0.6); }
.oa7qn4qu.shtiun .qfbjbih { float: left; width: 38%; margin: 0 28px 16px 0; }
.oa7qn4qu.shtiun .qfbjbih .wlshll54 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oa7qn4qu.shtiun .vmyzjg7::after { content: ''; display: block; clear: both; }
.oa7qn4qu.zk06v .qfbjbih { float: right; width: 38%; margin: 0 0 16px 28px; }
.oa7qn4qu.zk06v .qfbjbih .wlshll54 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oa7qn4qu.zk06v .vmyzjg7::after { content: ''; display: block; clear: both; }
.oa7qn4qu.shtiun .jekb,
.oa7qn4qu.shtiun .z06c12ow,
.oa7qn4qu.shtiun .b0uz8,
.oa7qn4qu.shtiun .bmhp8,
.oa7qn4qu.shtiun .ge6l552,
.oa7qn4qu.shtiun .p2rs,
.oa7qn4qu.shtiun .gimyg1ua,
.oa7qn4qu.shtiun .c5tnu,
.oa7qn4qu.zk06v .jekb,
.oa7qn4qu.zk06v .z06c12ow,
.oa7qn4qu.zk06v .b0uz8,
.oa7qn4qu.zk06v .bmhp8,
.oa7qn4qu.zk06v .ge6l552,
.oa7qn4qu.zk06v .p2rs,
.oa7qn4qu.zk06v .gimyg1ua,
.oa7qn4qu.zk06v .c5tnu { clear: both; }
@media (max-width: 900px) {
  .oa7qn4qu.shtiun .qfbjbih,
  .oa7qn4qu.zk06v .qfbjbih {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .oa7qn4qu.shtiun .qfbjbih .wlshll54,
  .oa7qn4qu.zk06v .qfbjbih .wlshll54 {
    max-height: none !important;
  }
}
.oa7qn4qu.shtiun .xjudr5,
.oa7qn4qu.shtiun .g8ucr7,
.oa7qn4qu.zk06v .xjudr5,
.oa7qn4qu.zk06v .g8ucr7 { overflow: hidden; }
@media (max-width: 640px) {
  .oa7qn4qu.shtiun .qfbjbih,
  .oa7qn4qu.zk06v .qfbjbih { float: none; width: 100%; margin: 0 0 16px 0; }
}
.gqocr .v8rei684,
.gqocr .vmyzjg7,
.gqocr .n5k8  { max-width: 1100px; }
.gqocr { --content-mw: 1100px; }
.oh3x .v8rei684,
.oh3x .vmyzjg7,
.oh3x .n5k8  { max-width: 1150px; }
.blr7p0p .v8rei684,
.blr7p0p .vmyzjg7,
.blr7p0p .n5k8  { max-width: 1200px; }
.leems8 { font-size: 0.82rem; color: var(--text-muted); }
.q50lntt { display: flex; align-items: center; }
.uscvcdmm {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.if6ge8e { display: flex; align-items: center; }
.iet1kon1 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.iet1kon1:hover { text-decoration: underline; }
.ouzu { margin: 0 3px; opacity: 0.45; }
.ouzu::before { content: '/'; }
.xbx6t { padding: 2px 5px; color: var(--text-main); }
.h2s37 .leems8 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.h2s37 .q50lntt { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.pslx .leems8 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.pslx .q50lntt { padding: 0 0 0 12px; }
.zu3kyetx .q50lntt { padding: 0 16px; }
.zu3kyetx .leems8 {
  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);
}
.zu3kyetx .v8rei684 { padding-top: 28px; }
@media (max-width: 720px) {
  .z0iz9q { margin-top: 18px; padding: 0 16px; }
  .zu3kyetx .v8rei684 { padding-top: 16px; }
}
.gqocr.h2s37 .q50lntt { max-width: 1100px; }
.oh3x.h2s37 .q50lntt { max-width: 1150px; }
.blr7p0p.h2s37 .q50lntt { max-width: 1200px; }
.gqocr .z0iz9q { max-width: 1100px; }
.tokg .oa7qn4qu { padding-top: 16px; padding-bottom: 16px; }
.l8xsl6 .oa7qn4qu { padding-top: 24px; padding-bottom: 24px; }
.h9pgch .oa7qn4qu { padding-top: 40px; padding-bottom: 40px; }
.c9iy .oa7qn4qu { padding-top: 52px; padding-bottom: 52px; }
.obp51b .oa7qn4qu:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.obp51b .oa7qn4qu:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.obp51b .oa7qn4qu:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.obp51b .oa7qn4qu:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.mlff .vmyzjg7 { padding-top: 10px;  padding-bottom: 10px; }
.pfo3w12 .vmyzjg7 { padding-top: 18px;  padding-bottom: 18px; }
.u3bazly .vmyzjg7 { padding-top: 36px;  padding-bottom: 36px; }
.eo0szy .vmyzjg7 { padding-top: 48px;  padding-bottom: 48px; }
.mxza58ij h2.g0w9m { font-weight: 600; }
.mxza58ij h3.tuj8cn     { font-weight: 600; }
.pug13ef { font-weight: 500; }
.pug13ef h2.g0w9m { font-weight: 800; }
.pug13ef h3.tuj8cn     { font-weight: 700; }
.qis4qps h2.g0w9m { font-weight: 900; }
.qis4qps h3.tuj8cn     { font-weight: 800; }
.qis4qps .b0uz8 strong,
.qis4qps .b0uz8 strong { font-weight: 600; }
.rc9ncb2h {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.lpoa2c .rc9ncb2h { display: none; }
@media (max-width: 640px) { .rc9ncb2h { display: none; } }
.rc9ncb2h { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rc9ncb2h:hover { opacity: 0.85; }
.tue6lo .rc9ncb2h { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.wz7zlon6 .rc9ncb2h,
.m1wze  .rc9ncb2h { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.wz7zlon6 .rc9ncb2h:hover,
.m1wze  .rc9ncb2h:hover { opacity: 0.88; }
.tue6lo.wz7zlon6 .rc9ncb2h,
.tue6lo.m1wze  .rc9ncb2h { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.vqn61n6 {
  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;
}
.vqn61n6:hover { transform: translateY(-2px); opacity: 0.92; }
.vqn61n6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.igb3orbi .vqn61n6 { display: none; }
.yiytdgph .vqn61n6 { right: 32px; }
.bn6wj  .vqn61n6 { left: 32px; }
@media (max-width: 480px) {
  .yiytdgph .vqn61n6 { right: 20px; bottom: 20px; }
  .bn6wj  .vqn61n6 { left: 20px; bottom: 20px; }
}
.p5id { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.n5k8 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.z84t { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.u2kl { color: var(--text-dim); font-size: 0.8rem; }
.eq1rystt a, .v86u3x a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.eq1rystt a:hover, .v86u3x a:hover { color: var(--accent-light); }
.v86u3x { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.cp88 .n5k8 { text-align: center; }
.cp88 .v86u3x { justify-content: center; margin-bottom: 16px; }
.cp88 .z84t { margin-top: 0; }
.yvord { margin-top: 10px; }
.yvord a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .n5k8 { padding-left: 16px; padding-right: 16px; }
  .dpm6pc .n5k8 { padding: 20px 16px; }
  .v86u3x { gap: 4px 12px; }
  .z84t { font-size: 0.78rem; }
}
.tardqj2r .z84t { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.tardqj2r .u2kl { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .tardqj2r .s13kkyyx { grid-template-columns: 1fr 1fr; } .tardqj2r .jjiof08 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tardqj2r .s13kkyyx { grid-template-columns: 1fr; } }
.cpo6 .z84t { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .cpo6 .kx8sdf2x { gap: 12px; } .cpo6 .dowh0a { margin-right: 0; width: 100%; } }
.yfeoka .z84t { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.yfeoka .u2kl { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .yfeoka .psy4iau { grid-template-columns: 1fr 1fr; } .yfeoka .jthjfuc4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yfeoka .psy4iau { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .tdg6hz7m .cmbx08i1 { grid-template-columns: 1fr 1fr; } .tdg6hz7m .aean9a:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tdg6hz7m .cmbx08i1 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .inycz .cmbx08i1 { grid-template-columns: 1fr; } }
.ycqj6p .n5k8 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ycqj6p .v86u3x { justify-content: center; }
.aqmuj5p .gjak2b      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.aqmuj5p .p5id { background: var(--bg-page); border-top-color: var(--border-alt); }
.pe92s .gjak2b      { background: #0d1117; border-bottom-color: #21262d; }
.pe92s .hajy9 { color: var(--accent-light); }
.pe92s .ft4yid { --msep-color: #8b949e; }
.pe92s .ft4yid a { color: #8b949e; }
.pe92s .ft4yid a:hover { color: var(--accent-light); }
.pe92s .rfg7xon { color: #8b949e; }
.pe92s .p5id { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.pe92s .z84t,
.pe92s .u2kl { color: #6e7681; }
.pe92s .eq1rystt a, .pe92s .v86u3x a,
.pe92s .eq1rystt a:hover, .pe92s .v86u3x a:hover,
@media (max-width: 640px) {
  .pe92s .ft4yid { background: #0d1117; border-top-color: #21262d; }
  .pe92s .ft4yid li a { border-bottom-color: #21262d; }
}
.fzv0 .gjak2b      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.fzv0 .hajy9 { color: var(--accent-light); }
.fzv0 .ft4yid { --msep-color: #475569; }
.fzv0 .ft4yid a { color: #475569; }
.fzv0 .ft4yid a:hover { color: var(--accent-light); }
.fzv0 .rfg7xon { color: #64748b; }
.fzv0 .p5id { background: #f0f4f8; border-top-color: #cbd5e1; }
.fzv0 .z84t,
.fzv0 .u2kl { color: #64748b; }
.fzv0 .eq1rystt a, .fzv0 .v86u3x a,
.fzv0 .eq1rystt a:hover, .fzv0 .v86u3x a:hover,
@media (max-width: 640px) {
  .fzv0 .ft4yid { background: #f0f4f8; border-top-color: #cbd5e1; }
  .fzv0 .ft4yid li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.wz7zlon6 .gjak2b      { background: var(--accent); border-bottom-color: var(--accent-light); }
.wz7zlon6 .hajy9 { color: #fff; }
.wz7zlon6 .ft4yid { --msep-color: rgba(255,255,255,0.82); }
.wz7zlon6 .ft4yid a { color: rgba(255,255,255,0.82); }
.wz7zlon6 .ft4yid a:hover { color: #fff; }
.wz7zlon6 .rfg7xon { color: rgba(255,255,255,0.9); }
.wz7zlon6 .p5id { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.wz7zlon6 .z84t,
.wz7zlon6 .u2kl { color: rgba(255,255,255,0.72); }
.wz7zlon6 .eq1rystt a, .wz7zlon6 .v86u3x a,
.wz7zlon6 .eq1rystt a:hover, .wz7zlon6 .v86u3x a:hover,
@media (max-width: 640px) {
  .wz7zlon6 .ft4yid { background: var(--accent); border-top-color: var(--accent-light); }
  .wz7zlon6 .ft4yid li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.m1wze .gjak2b {
  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);
}
.m1wze .p5id {
  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) {
  .m1wze .ft4yid {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.iae4c06 .tgco { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.nj9etoq .tgco { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.x63p .tgco { min-height: 72px; height: auto; }
.hykd .tgco { min-height: 84px; height: auto; }
.dpm6pc .tgco { max-width: none; padding: 0 32px; }
.dpm6pc .n5k8  { max-width: none; padding: 24px 32px; }
.rp7n.oh3x .tgco { max-width: 1150px; }
.rp7n.blr7p0p .tgco { max-width: 1200px; }
.khsb   .hajy9, .khsb   .dowh0a { text-transform: capitalize; }
.ppw1j .hajy9, .ppw1j .dowh0a { text-transform: lowercase; }
.ad2p27 .hajy9, .ad2p27 .dowh0a { text-transform: uppercase; letter-spacing: 0.06em; }
.f4r8m, .g52c {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nfin7ni .f4r8m,
.q7kx9 .f4r8m,
.jri8kn2 .f4r8m,
.cnaux11b .f4r8m,
.npmvx   .ft4yid a { font-weight: 500; }
.zlmubr .ft4yid a { font-weight: 600; }
.i80x7     .ft4yid a { font-weight: 700; }
.j2cf    .ft4yid a { font-weight: 800; letter-spacing: 0.01em; }
.g8i9yy     .ft4yid > li + li::before,
.gqm82g6a    .ft4yid > li + li::before,
.gm1jdn    .ft4yid > li + li::before,
.dy0xl .ft4yid > li + li::before,
.jkykc3 .ft4yid > li + li::before,
.nur1  .ft4yid > li + li::before,
.a6g3    .ft4yid > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.g8i9yy     .ft4yid > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.gqm82g6a    .ft4yid > li + li::before { content: "|"; }
.gm1jdn    .ft4yid > li + li::before { content: "—"; }
.dy0xl .ft4yid > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.jkykc3 .ft4yid > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.nur1  .ft4yid > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.a6g3    .ft4yid > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .dag73d3 .rfg7xon,
  .bqm55yi6 .rfg7xon,
  .sd5xld45 .rfg7xon,
  .cht27l7 .rfg7xon,
  .w8ob01j2 .rfg7xon {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .dag73d3 .rfg7xon::before,
  .bqm55yi6 .rfg7xon::before,
  .sd5xld45 .rfg7xon::before,
  .cht27l7 .rfg7xon::before,
  .w8ob01j2 .rfg7xon::before { content: ""; display: block; flex-shrink: 0; }

  
  .dag73d3 .rfg7xon::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;
  }

  
  .bqm55yi6 .rfg7xon::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;
  }

  
  .sd5xld45 .rfg7xon::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;
  }

  
  .cht27l7 .rfg7xon::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;
  }

  
  .w8ob01j2 .rfg7xon::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) {
  .ykkj .rfg7xon {
    padding: 5px 14px;
  }
  .ykkj .ft4yid {
    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;
  }
  .ykkj .ft4yid li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ykkj .ft4yid li a:hover { background: var(--bg-raised); }
  .ykkj .iqizgv39,
  .ev5q .iqizgv39,
  .r1hft .iqizgv39 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rgt5f35 .rfg7xon {
    padding: 5px 10px;
  }
  .rgt5f35 .ft4yid {
    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);
  }
  .rgt5f35 .ft4yid.x6cbj7fs { transform: translateX(0); }
  .rgt5f35 .ft4yid li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .rgt5f35 .ft4yid li:last-child a { border-bottom: none; }
  .wz7zlon6 .ft4yid,
  .pe92s .ft4yid { background: var(--accent) !important; }
  .wz7zlon6 .ft4yid li a,
  .pe92s .ft4yid li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .r1hft .rfg7xon {
    padding: 5px 10px;
  }
  .r1hft .ft4yid {
    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);
  }
  .r1hft .ft4yid::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .r1hft .ft4yid.x6cbj7fs { transform: translateY(0); }
  .r1hft .ft4yid li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .hm68k .rfg7xon {
    padding: 5px 10px;
  }
  .hm68k .ft4yid {
    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;
  }
  .hm68k .ft4yid.x6cbj7fs { opacity: 1; pointer-events: auto; }
  .hm68k .ft4yid li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .riy6no7     .rfg7xon { border-radius: 0 !important; }
  .n83ukf   .rfg7xon { border-radius: 8px !important; }
  .ykb71hd .rfg7xon { border-radius: 50% !important; }
  .j1xl1x   .rfg7xon { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .c8h7xg .izc70id { flex-direction: column; align-items: stretch; }
  .c8h7xg .gunf2o { flex-direction: row; min-width: auto; }
  .c8h7xg .m0og { align-items: flex-start; text-align: left; }
}
.tlne,
.tlne.oa7qn4qu,
.lures .tlne,
.n7x00 .tlne,
.x51bwjzh .tlne,
.q91hpqk .tlne {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.dbvg {
  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;
}
.g0pajbw { flex: 1 1 280px; min-width: 0; }
.yt4aq2 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.nyw6n {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.hg0m {
  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;
}
.hg0m:hover { transform: translateY(-1px); opacity: 0.95; }
.bo4v4wx .dbvg {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.bo4v4wx .yt4aq2 { color: var(--cta); }
.bo4v4wx .nyw6n { color: var(--text-body); }
.bo4v4wx .hg0m {
  background: var(--cta) !important;
  color: #fff !important;
}
.cjsah .dbvg {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.cjsah .yt4aq2 { color: var(--text-primary); }
.cjsah .nyw6n { color: var(--text-body); }
.cjsah .hg0m {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .dbvg {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .g0pajbw { flex: 0 0 auto; }
  .yt4aq2 { font-size: 1.2rem; }
  .hg0m { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.gtzl876f .b7bm { height: 36px; }
.dwc3c .b7bm { height: 60px; max-width: 200px; }
.m988ri .b7bm { height: 76px; max-width: 240px; }
.rgh9pr     .z97r, .rgh9pr     .w02skg { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.zxuwhpt .m5i2e {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.zxuwhpt .bexqd {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .h8sc .p2rs {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .h8sc .doqt0gnb {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .h8sc .doqt0gnb { padding: 40px 16px 20px; }
  .h8sc .qbs6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .h8sc .r5mr { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .v41396 .doqt0gnb {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .v41396 .doqt0gnb::before {
    position: absolute; top: 14px; left: 14px;
  }
  .v41396 .x4h4f1i0 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .v41396 .zwkl4ig8 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .v41396 .qbs6 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .v41396 .r5mr { width: 100%; min-width: 0; }
  .v41396 .z97r { min-width: 0; }
}
.imv2wcq .klj7ur6n {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.imv2wcq .klj7ur6n summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.imv2wcq .klj7ur6n p { padding: 0 2px 16px; }
.x8t4adc .klj7ur6n { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.x8t4adc .klj7ur6n summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.x8t4adc .klj7ur6n summary::after { content: "›"; font-size: 1.2em; }
.x8t4adc .klj7ur6n[open] summary::after { content: "‹"; }
.x8t4adc .klj7ur6n p { padding: 10px 22px 4px; }
.yltl .klj7ur6n {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.yltl .klj7ur6n summary { color: var(--text-primary); padding-left: 16px; }
.yltl .klj7ur6n summary::after { content: "›"; font-size: 1.1em; }
.yltl .klj7ur6n[open] summary::after { content: "‹"; }
.yltl .klj7ur6n p { padding-left: 16px; }
.w1aktp76 .ynmn { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.w1aktp76 .klj7ur6n {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.w1aktp76 .klj7ur6n:last-child { border-bottom: none; }
.w1aktp76 .klj7ur6n summary { color: var(--text-primary); border-radius: 0; }
.w1aktp76 .klj7ur6n summary::after { content: "›"; font-size: 1.1em; }
.w1aktp76 .klj7ur6n[open] summary::after { content: "‹"; }
.e7e74 .klj7ur6n { overflow: hidden; }
.e7e74 .klj7ur6n summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.e7e74 .klj7ur6n summary::after { color: rgba(255,255,255,.75); }
.e7e74 .klj7ur6n[open] summary { border-radius: 0; }
.m9vtxzsr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.byl9 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.t2vke {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.grm5 { color: var(--text-muted); font-size: 1.05rem; }
.iowo {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.rr6kppv7 { margin-bottom: 20px; }
.b7vb {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.zcmpjk {
  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;
}
.zcmpjk:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.uvve { resize: vertical; min-height: 130px; }
.oh5wnq { width: 100%; margin-top: 8px; }
.lqdhl8 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.svk2nd {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.em79kf { color: var(--text-muted); line-height: 1.75; }
.jnd6 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.jnd6 li { margin-bottom: 6px; }
.cuxrmd8 { max-width: 760px; margin: 0 auto; }
.bo0s { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.b2j09 { max-width: 760px; margin: 0 auto; }
.sg0f1 ul.jnd6 { margin: 0; }
@media (max-width: 640px) { .v90hbvo { grid-template-columns: 1fr; gap: 10px; } }
.o9zd8 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.otf41w { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.w64s { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.otf41w p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.otf41w .jnd6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .o9zd8 { grid-template-columns: 1fr; } }
.m4xjw82 ul.jnd6 { margin: 0; }
.irxju2z .jnd6,
.cx6d215 .jnd6,
.vuon1cya .jnd6,
.u5bf .jnd6 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .lb2w69n { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .ktvp4q0m { grid-template-columns: 1fr; } .fpv9 { position: static; text-align: center; } }
@media (max-width: 860px) { .whe1jii6 { grid-template-columns: 1fr; } }
.u5bf .jnd6 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k7gs { flex-direction: column; text-align: center; } .lvhsacb6 { grid-template-columns: 1fr; } }
.n3vbfft .t2vke { color: var(--accent-light); }
.ryo95xkc .t2vke { font-size: 2rem; }
.ryo95xkc .grm5 { max-width: 680px; }
.iuunxg4 .t2vke { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.iuunxg4 .grm5  { margin: 0; }
@media (max-width: 640px) { .iuunxg4 { flex-direction: column; } }
.yg5u8j .t2vke { color: var(--accent-light); }
.fowtt .t2vke { color: #fff; }
.fowtt .grm5  { color: rgba(255,255,255,0.85); }
.z84ncqof { max-width: 680px; margin: 0 auto; }
.xzhds {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .xzhds { grid-template-columns: 1fr; } }
.pyhnjdbr .zcmpjk {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.pyhnjdbr .zcmpjk:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.tp2ugm .zcmpjk { background: var(--bg-raised); border-color: transparent; }
.tp2ugm .zcmpjk:focus { background: var(--bg-card); border-color: var(--accent-light); }
.zc21zpcc .zcmpjk { border-radius: 100px; padding: 11px 20px; }
.zc21zpcc .uvve { border-radius: 14px; }
.j8fha9n {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .j8fha9n { grid-template-columns: 1fr; } }
.tpspqis {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.tpspqis h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.tpspqis p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.wom7m { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.wom7m li { margin-bottom: 6px; }
.ecke65vn{position:relative;overflow:visible}
.zdyk3 .akd6y{display:block}
.ck78dyb{--date-bg:var(--accent-bg-light)}
.uibd9p .zryxfpm::before{content:""}
.rkt956b .o4cx6zqe{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .o4cx6zqe{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .mohnf{max-width:100%}
}
.c5tnu{margin:24px 0 32px;padding:0;list-style:none}
.dr0s{margin:18px 0 28px}
.dr0s .z06c12ow{margin:0}
@media (max-width:560px){
  .mnnte3w{grid-template-columns:repeat(2,1fr);gap:12px}
}
.e9xh{
  display:grid;
  grid-template-columns:repeat(4, 1fr);  
  gap:14px;
  margin:16px 0;
}
.w16w{
  display:flex; flex-direction:column;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text-primary);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.w16w:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.fd5r742w{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.fd5r742w img{ width:100%; height:100%; object-fit:cover; display:block; }
.xkrnjhwd{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.yuwa{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.b7nr{ font-size:.78rem; color:var(--text-muted); }
.x22b98{ font-size:.75rem; color:var(--cta); font-weight:700; }
.h62fah9{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.focir{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.dltzs2{ }
.cop4{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.rgrgoi20{
  display:flex; flex-wrap:wrap; gap:10px;
}
.pd0klf92{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:90px; min-height:48px; padding:8px 12px;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:6px;
}
.pd0klf92 img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .e9xh{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .yuwa{ font-size:.85rem; }
  .w86o2t3{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.uw7o .e9xh{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.uw7o .fd5r742w{ aspect-ratio: 3 / 4; }
.uw7o .xkrnjhwd{ padding: 14px 14px 6px; }
.uw7o .h62fah9{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.tegjjn5 .e9xh{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.tegjjn5 .w16w{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.tegjjn5 .fd5r742w{ aspect-ratio: 1 / 1; }
.tegjjn5 .xkrnjhwd{ padding: 8px 10px; }
.tegjjn5 .yuwa{ font-size: .82rem; }
.tegjjn5 .b7nr, .tegjjn5 .x22b98{ display: none; }
.tegjjn5 .h62fah9{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.qjk1o .e9xh{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
.qjk1o .w16w{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.qjk1o .yuwa{ color: var(--text, #fff); }
.qjk1o .b7nr{ color: var(--text-muted, #999); }
@media (max-width: 700px) {
  .uw7o .e9xh,
  .qjk1o .e9xh {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 560px) {
  .pd0klf92 { min-width: 72px !important; }
  .pd0klf92 img { max-width: 64px !important; }
}
.c5f5w .wt6zv{
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.c5f5w .wt6zv:hover{
  background: rgba(255,255,255,0.07) !important;
  box-shadow: 0 0 0 1px var(--accent), inset 0 1px 0 rgba(255,255,255,0.06);
}
.b6sk .cop4{ display: none; }
.b6sk .focir{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.b6sk .dltzs2{ display: contents; }
.b6sk .rgrgoi20{ display: contents; }
.trf7 .pd0klf92{
  border-radius: 999px !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  gap: 8px;
}
.trf7 .pd0klf92 img{ max-width: 36px !important; max-height: 22px !important; }
.trf7 .pd0klf92::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.jbbh .focir{ gap: 10px; }
.jbbh .cop4{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.jbbh .dltzs2{
  display: flex; align-items: center; flex-wrap: wrap;
}
.jbbh .rgrgoi20{ flex: 1; gap: 8px; }
.jbbh .pd0klf92{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.jbbh .pd0klf92 img{ max-height: 22px !important; }
.jwiyooe .e9xh{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.jwiyooe .w16w{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.jwiyooe .fd5r742w{
  aspect-ratio: 3 / 4;
  display: block;
}
.jwiyooe .fd5r742w img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.jwiyooe .xkrnjhwd{
  
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.jwiyooe .yuwa{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.jwiyooe .b7nr,
.jwiyooe .x22b98{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.jwiyooe .h62fah9{
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -40%);
  margin: 0 !important;
  padding: 10px 22px !important;
  font-size: .9rem !important;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.jwiyooe .w16w:hover .fd5r742w img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.jwiyooe .w16w:hover .xkrnjhwd{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.jwiyooe .w16w:hover .h62fah9{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .jwiyooe .e9xh{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .jwiyooe .xkrnjhwd{ opacity: 1; transform: none; }
  .jwiyooe .h62fah9{ opacity: 1; transform: translate(-50%, -50%); }
  .jwiyooe .fd5r742w img{ filter: brightness(0.8); }
}
.qb8qvwg .g82kym75::first-letter{
  float: left;
  font-size: 3.4em;
  line-height: .9;
  font-weight: 800;
  color: var(--cta);
  padding: 4px 12px 0 0;
  margin-top: 4px;
}
.qb8qvwg .g82kym75{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.la8iz82 .g82kym75,
.la8iz82 .ai6y{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.la8iz82 .g3ciwuxq { padding: 8px 0 8px 56px; }
.la8iz82 .g3ciwuxq::before {
  content: "\201C"; position: absolute; left: 4px; top: -10px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.la8iz82 .vh74 { padding: 8px 56px 8px 0; text-align: right; }
.la8iz82 .vh74::after {
  content: "\201D"; position: absolute; right: 4px; bottom: -18px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.la8iz82 .n2y94 { padding: 8px 22px; }
.la8iz82 .n2y94::before,
.la8iz82 .n2y94::after {
  font-family: Georgia, "Times New Roman", serif; font-size: 1.8em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700; vertical-align: -0.05em;
}
.la8iz82 .n2y94::before { content: "\00AB\00A0"; margin-right: 4px; }
.la8iz82 .n2y94::after  { content: "\00A0\00BB"; margin-left: 4px; }
.la8iz82 .tu1f {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.la8iz82 .h4epa1lm { padding: 32px 0 8px 0; }
.la8iz82 .h4epa1lm::before {
  content: "\201C"; position: absolute; left: 0; top: -6px;
  font-family: Georgia, "Times New Roman", serif; font-size: 2.6em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.la8iz82 .rbf2qyqy {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.bmhp8 { padding-top: 6px; }
.bmhp8 .tuj8cn{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.bmhp8 .tuj8cn::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.bmhp8 p { margin: 0 0 10px; }
.bmhp8 p:last-child { margin-bottom: 0; }
.ge6l552{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.yl5b0yhk{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.im79t{
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.im79t:hover{ border-color: var(--cta); background: var(--bg-hover); }
.ocw37wiw{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.ocw37wiw::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.nk5z{ flex: 1; min-width: 0; }
.m48iro63{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.puekv94{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.yl5b0yhk.c2m1 .im79t { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.yl5b0yhk.c2m1 .ocw37wiw { width: 36px; height: 36px; }
.yl5b0yhk.c2m1 .nk5z { text-align: center; }
.yl5b0yhk.ll6a6lu .im79t { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.yl5b0yhk.v82qb2 { counter-reset: fgb-c; }
.yl5b0yhk.v82qb2 .im79t { counter-increment: fgb-c; }
.jekb.hxvcrai3 .p3kt { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.jekb.hxvcrai3 .dwj7 { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.jekb.hxvcrai3 .jc5syl { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.jekb.hxvcrai3 .cqni { grid-column: 2; text-align: left; padding: 0; }
.jekb.hxvcrai3 .i3kja { grid-column: 2; text-align: left; padding: 0; }
.jekb.hxvcrai3 .mwpen9 { grid-column: 2; padding-left: 18px; }
.jekb.sfnvqzq .dwj7,
.jekb.sfnvqzq .jc5syl { display: none; }
.jekb.sfnvqzq .p3kt { padding: 16px 18px; text-align: left; }
.jekb.sfnvqzq .cqni { text-align: left; }
.jekb.sfnvqzq .i3kja { text-align: left; }
.jekb.i8gv21ee { counter-reset: clb-n; }
.jekb.i8gv21ee .p3kt { counter-increment: clb-n; }
.jekb.i8gv21ee .dwj7 { display: none; }
.jekb.i8gv21ee .jc5syl { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; color: #fff; font-weight: 700; }
.jekb.i8gv21ee .jc5syl::before { content: counter(clb-n); font-family: inherit; }
.jekb.i8gv21ee .jc5syl::after { display: none; }
.jekb.i8gv21ee .p3kt:not(:has(.jc5syl)) .cqni::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.ucqc .p3kt { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.ucqc .dwj7 { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.ucqc .cqni { grid-column: 2; text-align: left; padding: 0; }
.ucqc .i3kja { grid-column: 2; text-align: left; padding: 0; }
.ucqc .mwpen9 { grid-column: 2; padding-left: 18px; }
.orrh8t5 .jekb { counter-reset: cl-n; }
.orrh8t5 .p3kt { counter-increment: cl-n; }
.orrh8t5 .dwj7 { display: none; }
.orrh8t5 .jc5syl { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; }
.orrh8t5 .jc5syl::before { content: counter(cl-n); color: #fff; font-weight: 700; font-size: 1rem; line-height: 1; }
.orrh8t5 .jc5syl::after { display: none; }
.orrh8t5 .p3kt:not(:has(.jc5syl)) .cqni::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.zt6nzop .dwj7,
.zt6nzop .p3kt { padding: 16px 18px; text-align: left; }
.zt6nzop .cqni { text-align: left; }
.zt6nzop .i3kja { text-align: left; }
.bzxp9ld2 .im79t { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.bzxp9ld2 .ocw37wiw { display: none; }
.tk94 .im79t { border: 0; background: var(--bg-card-inner); }
.tk94 .ocw37wiw { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.tk94 .ocw37wiw::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.b2cx9j .yl5b0yhk { counter-reset: fg-c; }
.b2cx9j .im79t { counter-increment: fg-c; }
.b2cx9j .ocw37wiw { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.b2cx9j .ocw37wiw::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.isy5 .im79t { border: 0; background: transparent; padding: 10px 4px; }
.isy5 .im79t + .im79t { border-top: 1px solid var(--border); }
.isy5 .ocw37wiw { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.isy5 .ocw37wiw::after { display: none; }
.z3mnhx .im79t { border: 0; background: var(--bg-card); padding: 12px 14px; }
.z3mnhx .ocw37wiw { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.z3mnhx .ocw37wiw::after { display: none; }
.vj8rg2bu .im79t { display: block; position: relative; padding: 14px 16px 14px 44px; }
.vj8rg2bu .ocw37wiw { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.vj8rg2bu .nk5z { display: block; }
.qvgbq3fy .im79t { background: transparent; }
.qvgbq3fy .ocw37wiw { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.qvgbq3fy .ocw37wiw::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .s8ig7rh1{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .p6h8{ font-size: 1.4rem; }
}
@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) {
  .pd9hz1 { padding: 28px 18px 20px; }
  .gy49 { font-size: 1.2rem; }
  .clx8ng { max-width: 220px; max-height: 80px; }
}
.rl3avvf .oa7qn4qu {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.rl3avvf .vmyzjg7 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.rl3avvf .dbvg {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.xashwkv2 .g01brt { border-radius: 22px; }
.n4bwlixo .dbvg { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .g01brt { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .ujzc80 { display: none; }
  .rc9ncb2h {
    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;
  }
}
.py5j .m9nmg,
.py5j .v8rei684 h2, .py5j .v8rei684 h3, .py5j .v8rei684 h4,
.py5j .cqni h3, .py5j .m48iro63,
.py5j .srffqz, .py5j .g0w9m { color: var(--cta) !important; }
.py5j .b0uz8,
.py5j .v32r2da,
.py5j .ebbgdep,
.py5j .ezkgs3 {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.py5j .b0uz8 strong { color: var(--cta) !important; }
.py5j .b0uz8 .sh23gskz,
.py5j .b0uz8 .sh23gskz::before { color: var(--cta) !important; }
.py5j [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.py5j .s8ig7rh1, .py5j .h7z4xey,
.py5j .wwjuf5ib, .py5j .ox85g,
.py5j .p3kt { border-color: var(--cta) !important; }
.py5j .p6h8 { color: var(--cta) !important; }
.owwv, .yax0bj1s, .rc9ncb2h, .vqn61n6,
.hg0m, .yqi2, .r5mr { text-transform: capitalize; }
:root {
  --accent:          #0f1a14;
  --brand:           #0f1a14;
  --brand-light:     #1fcf57;
  --brand-pale:      #1fcf57;
  --grad-start:      #000000;
  --grad-end:        #050907;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #1fcf57;
  --cta-light:       #59e084;
  --cta-hover:       #35e06c;
  --bg-page:         #0c0c0c;
  --bg-surface:      #141414;
  --bg-card:         #1c1c1c;
  --bg-card-inner:   #232323;
  --bg-raised:       #2b2b2b;
  --bg-hover:        #333333;
  --border:          #3d3d3d;
  --border-alt:      #4c4c4c;
  --border-section:  #3d3d3d;
  --text-primary:    #e5e5e5;
  --text-muted:      #a5a5a5;
  --text-body:       #cccccc;
  --text-sub:        #a5a5a5;
  --text-faint:      #727272;
  --text-dim:        #595959;
  --text-label:      #8c8c8c;
  --text-value:      #bfbfbf;
  --accent-bg:       #1e1e1e;
  --accent-bg-light: #2d2e2d;
  --bg-tip:          #26161f;
  --bg-warning:      #272115;
  --bg-info:         #162026;
  --bg-pros:         #26161f;
  --bg-cons:         #261c16;
  --c-pros:          #db93ba;
  --c-cons:          #e6ab89;
  --c-pros-label:    #ce6da2;
  --c-tip-border:    #c55291;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #db93ba;
}
:root { --logo-bg-opacity: 37%; }
body, button, input { font-family: "Manrope", sans-serif; }
.kpqpcjb .sh23gskz { font-size: 0; width: 1.2rem; flex-shrink: 0; }.kpqpcjb .sh23gskz::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.kpqpcjb .v32r2da     .sh23gskz::before { content: "";  color: var(--c-tip-border); }.kpqpcjb .ebbgdep .sh23gskz::before { content: ""; color: var(--c-warn-border); }.kpqpcjb .ezkgs3    .sh23gskz::before { content: ""; color: #60a5fa; }.otwza .kpqpcjb .v32r2da     .sh23gskz::before { color: #10b981; }.otwza .kpqpcjb .ebbgdep .sh23gskz::before { color: #f43f5e; }.otwza .kpqpcjb .ezkgs3    .sh23gskz::before { color: #a855f7; }.bu4xqat5  .kpqpcjb .v32r2da     .sh23gskz::before { color: #eab308; }.bu4xqat5  .kpqpcjb .ebbgdep .sh23gskz::before { color: #ef4444; }.bu4xqat5  .kpqpcjb .ezkgs3    .sh23gskz::before { color: #f97316; }.maq5r  .kpqpcjb .v32r2da     .sh23gskz::before { color: #38bdf8; }.maq5r  .kpqpcjb .ebbgdep .sh23gskz::before { color: #818cf8; }.maq5r  .kpqpcjb .ezkgs3    .sh23gskz::before { color: #2dd4bf; }.nwmy5fn .kpqpcjb .sh23gskz::before { color: var(--accent-light) !important; }
.lbkcnr .ipg40j2, .lbkcnr .rade { min-height: 320px; }
.ouzu::before { content: '/'; }
.igw19mr8 .o2j5ef {  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%,  rgba(0,0,0,0.72) 55%, var(--accent-bg) 100%); }.igw19mr8 .k8x0 {  filter: brightness(0.42); }.igw19mr8 .cbvge {  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.8)); }