:root {
  --color-accent: #7242ba;
  --color-cta: #cf3ba3;
  --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;
}
.uguc1 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.i4yd8e2o {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.g615czh {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.bairdxs { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.w0ntx8 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.w0ntx8 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.w0ntx8 a:hover { color: var(--accent-light); }
.urftui7  .mlxprju { border-radius: 14px; }
.urftui7 .mlxprju li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.urftui7 .mlxprju li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.vulw  .mlxprju li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .mlxprju {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .e76thtqd:hover .mlxprju,
  .e76thtqd:focus-within .mlxprju { display: block; }
  .mlxprju li a { padding: 8px 16px; font-size: 0.88rem; }
}
.b7ievnzj {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.rm598 { display: none; }
@media (max-width: 640px) {
  .rm598 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .rm598.qax5 { display: block; }
}
@media (max-width: 640px) {
  .b7ievnzj { display: block; }
  .w0ntx8 > li + li::before { display: none !important; }
  .w0ntx8 {
    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;
  }
  .w0ntx8.qax5 { display: flex; }
  .w0ntx8 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .w0ntx8 li:last-child a { border-bottom: none; }
}
.yqd6 { min-height: 480px; }
.qz99glqu {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.os7pgr4 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.cakxulj0 .os7pgr4 { margin-left: 0; margin-right: 0; }
.nwmtoj {
  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;
}
.nxzs63x9 .nwmtoj { margin-top: 24px; }
.nwmtoj:hover { opacity: 0.88; }
.gef6kh .qz99glqu { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.gef6kh .os7pgr4 { color: #e2e8f0; }
.gef6kh.cakxulj0   .w0ycopfh { text-align: left; }
.lufec .qz99glqu { color: var(--text-primary); text-shadow: none; }
.lufec .os7pgr4 { color: var(--text-muted); }
.lufec .nwmtoj { margin-top: 16px; }
.lufec, .lufec.yqd6 { min-height: auto !important; }
.lufec.cakxulj0   .w0ycopfh { text-align: left; }
.lufec~.y04lflqa{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.lufec~.y04lflqa .hgkxia3{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.kw0nq .yjxjcw,
.kw0nq .yey57 {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.kw0nq .gef6kh .l6jk {
  animation: hg-breathe 10s ease-in-out infinite;
}
.yjxjcw .qz99glqu { color: #fff; }
.yjxjcw .os7pgr4 { color: rgba(255,255,255,0.85); }
.yjxjcw .nwmtoj { background: #fff; color: var(--cta); }
.yjxjcw .nwmtoj:hover { opacity: 0.92; }
.m4e1beab .tqs46v { position: relative; overflow: hidden; }
.m4e1beab .tqs46v::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.kw0nq .tqs46v {
  animation: hg-breathe 7s ease-in-out infinite;
}
.b6m23th .tqs46v { position: relative; overflow: hidden; }
.b6m23th .tqs46v::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;
}
.byg6 .tqs46v { position: relative; overflow: hidden; }
.byg6 .tqs46v::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.zubft87 .tqs46v {
  animation: hg-fadein 1.2s ease-out both;
}
.tqs46v {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.wee1gi {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.glhq5x {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.dehnv12 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.tqs46v .qz99glqu { text-shadow: none; color: var(--text-primary); }
.tqs46v .os7pgr4 { color: var(--text-muted); }
body.rk98b .qz99glqu {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ue064bz .qz99glqu {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.yqd6.yjxjcw .qz99glqu,
section.yjxjcw .qz99glqu {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.tqs46v.xj4d51at .wee1gi { align-items: center; text-align: center; }
.tqs46v.cakxulj0   .wee1gi { align-items: flex-start; text-align: left; }
.x5wkq1d .glhq5x { position: relative; }
.x5wkq1d .glhq5x::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.x5wkq1d.t5fkt78 .glhq5x::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.pok34 .glhq5x {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.pok34 .dehnv12 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.pok34.t5fkt78 .glhq5x { padding: 32px 0 32px 32px; }
.vli6i9po .glhq5x {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.vli6i9po .dehnv12 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.t5fkt78 .wee1gi {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.vli6i9po.t5fkt78 .glhq5x { padding: 40px 16px 40px 48px; }
.yqd6 .dy5h97y {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.dy5h97y .rui41.otvwaaxw {
  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;
}
.dy5h97y .rui41.otvwaaxw:hover { opacity: 0.85; }
.keu6 .glhq5x {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .tqs46v { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .tqs46v:not(.keu6) .glhq5x { display: none !important; }
  .keu6 .glhq5x { padding: 16px; }
  .wee1gi  { padding: 36px 24px; }
  .tqs46v~.y04lflqa,.t5fkt78~.y04lflqa{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .yqd6, .tqs46v { min-height: 320px !important; }
  .qz99glqu { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .zgzvvco,
  .prq7k,
  .dim2e { grid-template-columns: 1fr !important; }

  

  
  .ht39zyb2 { display: flex !important; flex-direction: column !important; }
  .ht39zyb2 .w0ycopfh { display: contents; }
  .ht39zyb2 .l6jk { order: 0; }
  .ht39zyb2 .qz99glqu { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ht39zyb2 .zgzvvco { order: 2; padding: 0 16px 12px !important; }
  .ht39zyb2 .os7pgr4 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .nxzs63x9 .w0ycopfh { display: flex; flex-direction: column; }
  .nxzs63x9 .w0ycopfh .qz99glqu { order: 1; }
  .nxzs63x9 .w0ycopfh .dim2e { order: 2; margin: 8px 0 24px !important; }
  .nxzs63x9 .w0ycopfh .os7pgr4 { order: 3; }
  .nxzs63x9 .w0ycopfh .nwmtoj { order: 4; align-self: center; margin-top: 0; }

  
  .tqs46v.keu6 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .tqs46v.keu6 .wee1gi { display: contents; padding: 0; }
  .tqs46v.keu6 .wee1gi .qz99glqu { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .tqs46v.keu6 .glhq5x { order: 2; padding: 12px 16px; }
  .tqs46v.keu6 .wee1gi .os7pgr4 { order: 3; padding: 0 24px; margin: 0 auto; }
  .tqs46v.keu6 .wee1gi .nwmtoj { order: 4; align-self: center; margin: 8px 0 32px; }
}
.suhz { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.w1y7e7l { width: 100%; height: auto; display: block; border-radius: 10px; }
.y28b .suhz        { border-radius: 16px; }
.y28b .w1y7e7l  { border-radius: 16px; }
.epw8kv .suhz         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.epw8kv .w1y7e7l   { border-radius: 8px; }
.tjd5l { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.yphpdur4 { width: 100%; padding: 32px 0; position: relative; }
.gsuud1b { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.e57o .yphpdur4:nth-child(even) { background: var(--bg-surface); }
.e57o .yphpdur4:nth-child(odd)  { background: var(--bg-page); }
.lqmqsi8e .yphpdur4:nth-child(even) { background: var(--bg-card); }
.lqmqsi8e .yphpdur4:nth-child(odd)  { background: var(--bg-page); }
.e57o .yphpdur4:nth-child(odd)  .gsuud1b { background: var(--bg-card); border-radius: 6px; }
.e57o .yphpdur4:nth-child(even) .gsuud1b { background: var(--bg-raised); border-radius: 6px; }
.lqmqsi8e .yphpdur4:nth-child(odd)  .gsuud1b { background: var(--bg-card); border-radius: 6px; }
.lqmqsi8e .yphpdur4:nth-child(even) .gsuud1b { background: var(--bg-raised); border-radius: 6px; }
.e57o .yphpdur4:nth-child(even) .r0nrx .bla1lfm,
.lqmqsi8e .yphpdur4:nth-child(even) .r0nrx .bla1lfm { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.e57o .yphpdur4:nth-child(odd) .r0nrx .bla1lfm,
.lqmqsi8e .yphpdur4:nth-child(odd) .r0nrx .bla1lfm { background: var(--bg-card-inner); }
.e57o .yphpdur4:nth-child(even) .uwh9 .bla1lfm:nth-child(odd),
.lqmqsi8e .yphpdur4:nth-child(even) .uwh9 .bla1lfm:nth-child(odd)  { background: var(--bg-card); }
.e57o .yphpdur4:nth-child(even) .uwh9 .bla1lfm:nth-child(even),
.lqmqsi8e .yphpdur4:nth-child(even) .uwh9 .bla1lfm:nth-child(even) { background: var(--bg-card-inner); }
h1.zhtcrx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.zhtcrx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.vh20b5 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.o0fv h2.zhtcrx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ri0s7rb h2.zhtcrx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qxpi h2.zhtcrx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.tib2 h2.zhtcrx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.ucb20s5 h2.zhtcrx {
  color: var(--text-primary); font-size: 1.7rem;
}
.okd9kvja h2.zhtcrx::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.d6glfv h2.zhtcrx {
  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;
}
.uzre6ec { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .uzre6ec { display: none; } }
.hchcd { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.nrl8g { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.jro5c {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.x1e4laka { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.uf6k { padding-left: 20px; }
.uf6k li { margin-bottom: 6px; }
.uf6k a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.uf6k a:hover { color: var(--accent-light); }
.pu5ixxf .x1e4laka { display: none; }
.zcyysu .x1e4laka { display: none; }
.zcyysu .uf6k { padding-left: 0; list-style: none; }
.zcyysu .uf6k li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.zcyysu .uf6k a { font-size: 0.92rem; }
.a86wj .jro5c { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.a86wj .x1e4laka { display: none; }
.a86wj .uf6k { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.a86wj .uf6k li { margin-bottom: 0; }
.a86wj .uf6k 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;
}
.a86wj .uf6k a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.cmh273cc .jro5c { padding: 20px 20px 16px; }
.cmh273cc .uf6k {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.cmh273cc .uf6k li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.cmh273cc .uf6k 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;
}
.cmh273cc .uf6k 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;
}
.cmh273cc .uf6k a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.cmh273cc .uf6k a:focus,
.cmh273cc .uf6k a:focus-visible,
.cmh273cc .uf6k a:target { outline: none; }
.cmh273cc .uf6k li:target a { border-color: var(--border); color: var(--text-muted); }
.theej .jro5c { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.theej .x1e4laka { display: none; }
.theej .uf6k { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.theej .uf6k li { margin-bottom: 0; }
.theej .uf6k li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.theej .uf6k li:last-child::after { content: ""; margin-right: 0; }
.theej .uf6k a { font-size: 0.9rem; }
.bla1lfm { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.r0nrx .bla1lfm { background: var(--bg-card); }
.uwh9 .bla1lfm:nth-child(odd)  { background: var(--bg-card); }
.uwh9 .bla1lfm:nth-child(even) { background: var(--bg-raised); }
.lt0l4 .bla1lfm {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.lt0l4 .bla1lfm:last-child { border-bottom: none; }
.lt0l4 h3.vh20b5 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.tmsny .bla1lfm {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.tmsny .bla1lfm + .bla1lfm { margin-top: 4px; }
.p32uorso .bla1lfm { background: none; border-radius: 0; padding: 12px 0; }
.p32uorso .bla1lfm + .bla1lfm { border-top: 1px solid var(--border-section); }
.co7y1lql { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ahn4 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.mbyvdl67 { color: var(--text-body); margin-bottom: 10px; }
.nqkqdb4v, .b7fl9c { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.nqkqdb4v li, .b7fl9c li { margin-bottom: 6px; }
.b7fl9c li { list-style: decimal; }
.wftbu2x     .nqkqdb4v { list-style-type: "● "; }
.c7f5xjjv  .nqkqdb4v { list-style-type: "■ "; }
.lff90 .nqkqdb4v { list-style-type: "◆ "; }
.qi76    .nqkqdb4v { list-style-type: "★ "; }
.wftbu2x     .t9rfzc6 { list-style-type: "● "; }
.c7f5xjjv  .t9rfzc6 { list-style-type: "■ "; }
.lff90 .t9rfzc6 { list-style-type: "◆ "; }
.qi76    .t9rfzc6 { list-style-type: "★ "; }
.wftbu2x    .nqkqdb4v li::marker, .wftbu2x    .t9rfzc6 li::marker,
.c7f5xjjv .nqkqdb4v li::marker, .c7f5xjjv .t9rfzc6 li::marker,
.lff90 .nqkqdb4v li::marker, .lff90 .t9rfzc6 li::marker,
.qi76   .nqkqdb4v li::marker, .qi76   .t9rfzc6 li::marker {
  color: var(--cta); font-size: 1em;
}
.wftbu2x .b7fl9c,
.c7f5xjjv .b7fl9c,
.lff90 .b7fl9c,
.qi76 .b7fl9c {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.wftbu2x .b7fl9c li,
.c7f5xjjv .b7fl9c li,
.lff90 .b7fl9c li,
.qi76 .b7fl9c li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.wftbu2x .b7fl9c li::before,
.c7f5xjjv .b7fl9c li::before,
.lff90 .b7fl9c li::before,
.qi76 .b7fl9c 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;
}
.wftbu2x     .b7fl9c li::before { border-radius: 50%; }
.c7f5xjjv  .b7fl9c li::before { border-radius: 3px; }
.lff90 .b7fl9c li::before { border-radius: 3px; }
.qi76    .b7fl9c li::before { border-radius: 50%; }
.x27w { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.i94769e .x27w,
.gl38j .x27w { background: transparent; border: none; border-radius: 0; }
.k3fzj7 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.k3fzj7 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.k3fzj7 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.k3fzj7 tr:hover td { background: var(--bg-hover); }
.g3r7me .k3fzj7 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.zcl9cyhl .k3fzj7 { border: 1px solid var(--border-alt); }
.zcl9cyhl .k3fzj7 th,
.zcl9cyhl .k3fzj7 td { border: 1px solid var(--border-alt); }
.wlas7vl .k3fzj7 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.wlas7vl .k3fzj7 td { border-bottom: none; }
.wlas7vl .k3fzj7 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.d8fkma .k3fzj7 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.g8iqsl .x27w {
  overflow: hidden;
}
.g8iqsl .k3fzj7 th { border-bottom: 1px solid var(--border-alt); }
.g8iqsl .k3fzj7 tr:last-child td { border-bottom: none; }
.bzl5j3b { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.tqiyc { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.q9g86du { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.r5oqx979 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.mxmzm { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.t9rfzc6 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.t9rfzc6 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%}
.qvn2k .r5oqx979 { background: transparent; text-align: center; }
.h3750 .q9g86du {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.cpcji9cy .q9g86du {
  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);
}
.hpu3n8zd .tqiyc { display: grid; grid-template-columns: auto 1fr; }
.hpu3n8zd .q9g86du {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.hpu3n8zd .r5oqx979 { grid-column: 2; }
.hpu3n8zd .mxmzm,
.hpu3n8zd .t9rfzc6 { grid-column: 1 / -1; }
.fafh3q1 .tqiyc { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.fafh3q1 .q9g86du {
  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);
}
.fafh3q1 .r5oqx979 { grid-column: 2; }
.fafh3q1 .mxmzm,
.fafh3q1 .t9rfzc6 { grid-column: 1 / -1; }
.vz0v7xjr .tqiyc { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vz0v7xjr .r5oqx979 { background: none; color: var(--accent-light); font-weight: 700; }
.ya37e .tqiyc { 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); }
.ya37e .r5oqx979 { background: none; color: var(--accent-light); font-weight: 700; }
.d9ddsfg .tqiyc { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.d9ddsfg .tqiyc:last-child { border-bottom: none; }
.d9ddsfg .r5oqx979 { background: none; color: var(--accent-light); font-weight: 700; }
.nb9n .tqiyc { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.nb9n .r5oqx979 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ta62d .bzl5j3b { counter-reset: card-n; }
.ta62d .tqiyc  { counter-increment: card-n; }
.ta62d .r5oqx979 { display: flex; align-items: center; gap: 10px; }
.ta62d .r5oqx979::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;
}
.f2miadc .tqiyc { background: var(--bg-surface); border: 1px solid var(--border); }
.f2miadc .r5oqx979 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.b8wqbw { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.b4ws4  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.n102uiov { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.b8wqbw strong { color: var(--text-primary); font-size: 0.95rem; }
.b8wqbw p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.i1rg2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.mmv99a, .xuflaq8 { border-radius: 8px; padding: 14px; }
.mmv99a { background: var(--bg-pros); }
.xuflaq8 { background: var(--bg-cons); }
.x8rg { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.mmv99a .x8rg { color: var(--c-pros-label); }
.xuflaq8 .x8rg { color: #f87171; }
.mmv99a ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xuflaq8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.w1y7e7l { width: 100%; height: auto; border-radius: 10px; display: block; }
.otvwaaxw {
  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;
}
.otvwaaxw:hover { opacity: 0.85; }
.i74bcx .otvwaaxw  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.i74bcx .otvwaaxw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qd15 .otvwaaxw  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qd15 .otvwaaxw:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bxc68 .nwmtoj { border-radius: 50px; }
.bxc68 .otvwaaxw  { border-radius: 50px; }
.shn5hs3 .nwmtoj { padding-left: 22px; padding-right: 22px; }
.shn5hs3 .otvwaaxw  { padding-left: 12px; padding-right: 12px; }
.patf .nwmtoj { padding-left: 44px; padding-right: 44px; }
.patf .otvwaaxw  { padding-left: 24px; padding-right: 24px; }
.y3dpz0v .nwmtoj { padding-left: 56px; padding-right: 56px; }
.y3dpz0v .otvwaaxw  { padding-left: 32px; padding-right: 32px; }
.ctoxdwe   .nwmtoj::after, .ctoxdwe   .otvwaaxw::after,
.h1g4 .nwmtoj::after, .h1g4 .otvwaaxw::after,
.c775shy    .nwmtoj::after, .c775shy    .otvwaaxw::after,
.uk2eu    .nwmtoj::after, .uk2eu    .otvwaaxw::after,
.jjubb    .nwmtoj::after, .jjubb    .otvwaaxw::after,
.u1nnd4wn     .nwmtoj::after, .u1nnd4wn     .otvwaaxw::after,
.ygxzas7l    .nwmtoj::after, .ygxzas7l    .otvwaaxw::after,
.g4levs   .nwmtoj::after, .g4levs   .otvwaaxw::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;
}
.ctoxdwe .nwmtoj::after, .ctoxdwe .otvwaaxw::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");
}
.h1g4 .nwmtoj::after, .h1g4 .otvwaaxw::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");
}
.c775shy .nwmtoj::after, .c775shy .otvwaaxw::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");
}
.uk2eu .nwmtoj::after, .uk2eu .otvwaaxw::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");
}
.jjubb .nwmtoj::after, .jjubb .otvwaaxw::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");
}
.u1nnd4wn .nwmtoj::after, .u1nnd4wn .otvwaaxw::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");
}
.ygxzas7l .nwmtoj::after, .ygxzas7l .otvwaaxw::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");
}
.g4levs .nwmtoj::after, .g4levs .otvwaaxw::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");
}
.khi2wz9   .n9ghq::after, .khi2wz9   .q67upzy::after,
.txd5c07h .n9ghq::after, .txd5c07h .q67upzy::after,
.ksxh    .n9ghq::after, .ksxh    .q67upzy::after,
.ipipb6    .n9ghq::after, .ipipb6    .q67upzy::after,
.wfue5s    .n9ghq::after, .wfue5s    .q67upzy::after,
.qj5waq2     .n9ghq::after, .qj5waq2     .q67upzy::after,
.cgl129    .n9ghq::after, .cgl129    .q67upzy::after,
.n1mty9   .n9ghq::after, .n1mty9   .q67upzy::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;
}
.khi2wz9 .n9ghq::after, .khi2wz9 .q67upzy::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");
}
.txd5c07h .n9ghq::after, .txd5c07h .q67upzy::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");
}
.ksxh .n9ghq::after, .ksxh .q67upzy::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");
}
.ipipb6 .n9ghq::after, .ipipb6 .q67upzy::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");
}
.wfue5s .n9ghq::after, .wfue5s .q67upzy::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");
}
.qj5waq2 .n9ghq::after, .qj5waq2 .q67upzy::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");
}
.cgl129 .n9ghq::after, .cgl129 .q67upzy::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");
}
.n1mty9 .n9ghq::after, .n1mty9 .q67upzy::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");
}
.ig6j6dq .emz7    { background: #1a1a1a; }
.rui41.otvwaaxw {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .a8zuis {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .a8zuis::before    { grid-area: rank;   }
  .rv21h5q           { grid-area: ident;  }
  .cdo9     { grid-area: rating; min-width: 0; width: auto; }
  .p0p6yg           { grid-area: pills;  }
  .rui41             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .a8zuis {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .a8zuis::before    { justify-self: center; }
  .rv21h5q           { width: 100%; }
  .cdo9     { justify-self: center; }
  .p0p6yg           { grid-template-columns: 1fr; }
}
.wy7vbjku .hwwetq1 li::before { content: "→"; }
.wy7vbjku .ug0zl li::before { content: "–"; }
@media (min-width: 860px) {
  .jmtay .ub0ljnmr {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jmtay .odxxk { margin: 0; }
}
.gl38j .i1rg2 { gap: 10px; }
.gl38j .mmv99a, .gl38j .xuflaq8 { padding: 12px; }
.gl38j .mmv99a ul, .gl38j .xuflaq8 ul { margin: 4px 0 0; padding-left: 18px; }
.gl38j .mmv99a li, .gl38j .xuflaq8 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .xq2261x { grid-template-columns: 1fr; }
  .rktei { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .rktei .vnpxlb { width: 72px; height: 50px; }
  .rktei .owd6o { max-width: 180px; }
  .rktei .e56kr5 { width: auto; }
}
@media (max-width: 720px) {
  .r6wann { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .im960cj { padding: 16px; }
  .nu7is .dtly { min-width: 50%; }
}
.ay31s .i1rg2 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .xi7gd { grid-template-columns: 1fr; }
  .rd1lf0i { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ro9dtfa { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .m64jv { flex-wrap: wrap; padding: 16px; }
}
.yxh8cx .i1rg2 { gap: 8px; }
.yxh8cx .mmv99a, .yxh8cx .xuflaq8 { padding: 8px; }
@media (max-width: 480px) {
  .mr9g4svp { flex-direction: column; align-items: stretch; }
}
.hhagan .e56kr5 .otvwaaxw { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .f2tr { flex-direction: column; align-items: stretch; gap: 10px; }
  .hhagan .e56kr5 { text-align: center; }
}
@media (max-width: 720px) {
  .axepv { grid-template-columns: 1fr; }
  .kv78a5ns { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .n0hdc7 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .kxvki { grid-template-columns: 1fr; }
  .fjl8oi06 { width: 100px; height: 100px; margin: 16px auto; }
  .w3g2 { font-size: 1.4rem; }
  .ijzqu2 { justify-content: center; }
  .vh8uc .dtly { min-width: 50%; }
}
.op0apoq3 .i1rg2 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .zlvf { flex-wrap: wrap; padding: 14px 16px; }
  .u2d517c { padding: 12px 16px; }
  .op0apoq3 .i1rg2 { margin: 0 16px; }
  .op0apoq3 .y8c4n9 { padding: 0 16px; }
  .ctzcgnm7 { padding: 12px 16px; }
}
.jb77 .a8zuis {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.jb77 .a8zuis:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.hb3f4w9 .p0p6yg .yopfgyhh {
  background: transparent; padding: 4px 8px;
}
.hb3f4w9 .p0p6yg .a30mke { font-size: .65rem; opacity: .65; }
.hb3f4w9 .p0p6yg .qgxsxa   { font-size: 1.15rem; color: var(--accent-light); }
.tzh8b6lw .akm69o,
.tzh8b6lw .d0ff9bk,
.tzh8b6lw .d0ff9bk { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.tzh8b6lw .d0ff9bk small { display: none; }
.tzh8b6lw .rf4vp34 .tbous1,
.tzh8b6lw .rf4vp34 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.tzh8b6lw .sqj8y { display: none; }
.eu6vay8 { margin: 16px 0; }
.sojyp { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.sojyp summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.sojyp summary::after { content: "+"; color: var(--accent-light); }
.sojyp[open] summary::after { content: "−"; }
.sojyp p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.yphpdur4 { margin-bottom: 0; }
.ya0005 h2.zhtcrx { color: var(--text-primary); border-color: var(--accent-light); }
.t6rpz h2.zhtcrx { color: var(--text-primary); border-color: var(--accent-light); }
.e0y66 .b4ws4     { background: #052e16; border-color: #10b981; }
.e0y66 .yt9l1omt { background: #2d0a1e; border-color: #f43f5e; }
.e0y66 .uubr    { background: #1e1036; border-color: #a855f7; }
.e0y66 .b8wqbw strong  { color: #f1f5f9; }
.e0y66 .b8wqbw p       { color: #cbd5e1; }
.e0y66 .ni26jw    .b4ws4     .n102uiov::before,
.e0y66 .z6kx4ls  .b4ws4     .n102uiov::before,
.e0y66 .tsgcicfr  .b4ws4     .n102uiov::before,
.e0y66 .julxqpk .b4ws4     .n102uiov::before { color: #10b981; }
.e0y66 .ni26jw    .yt9l1omt .n102uiov::before,
.e0y66 .z6kx4ls  .yt9l1omt .n102uiov::before,
.e0y66 .tsgcicfr  .yt9l1omt .n102uiov::before,
.e0y66 .julxqpk .yt9l1omt .n102uiov::before { color: #f43f5e; }
.e0y66 .ni26jw    .uubr    .n102uiov::before,
.e0y66 .z6kx4ls  .uubr    .n102uiov::before,
.e0y66 .tsgcicfr  .uubr    .n102uiov::before,
.e0y66 .julxqpk .uubr    .n102uiov::before { color: #a855f7; }
.pwoa4 .b4ws4     { background: #2d2000; border-color: #eab308; }
.pwoa4 .b8wqbw strong  { color: #f1f5f9; }
.pwoa4 .b8wqbw p       { color: #cbd5e1; }
.pwoa4 .ni26jw    .b4ws4     .n102uiov::before,
.pwoa4 .z6kx4ls  .b4ws4     .n102uiov::before,
.pwoa4 .tsgcicfr  .b4ws4     .n102uiov::before,
.pwoa4 .julxqpk .b4ws4     .n102uiov::before { color: #eab308; }
.pwoa4 .ni26jw    .yt9l1omt .n102uiov::before,
.pwoa4 .z6kx4ls  .yt9l1omt .n102uiov::before,
.pwoa4 .tsgcicfr  .yt9l1omt .n102uiov::before,
.pwoa4 .julxqpk .yt9l1omt .n102uiov::before { color: #ef4444; }
.pwoa4 .ni26jw    .uubr    .n102uiov::before,
.pwoa4 .z6kx4ls  .uubr    .n102uiov::before,
.pwoa4 .tsgcicfr  .uubr    .n102uiov::before,
.pwoa4 .julxqpk .uubr    .n102uiov::before { color: #f97316; }
.a5968ou .b4ws4     { background: #0c1a2e; border-color: #38bdf8; }
.a5968ou .b8wqbw strong  { color: #f1f5f9; }
.a5968ou .b8wqbw p       { color: #cbd5e1; }
.a5968ou .ni26jw    .b4ws4     .n102uiov::before,
.a5968ou .z6kx4ls  .b4ws4     .n102uiov::before,
.a5968ou .tsgcicfr  .b4ws4     .n102uiov::before,
.a5968ou .julxqpk .b4ws4     .n102uiov::before { color: #38bdf8; }
.a5968ou .ni26jw    .yt9l1omt .n102uiov::before,
.a5968ou .z6kx4ls  .yt9l1omt .n102uiov::before,
.a5968ou .tsgcicfr  .yt9l1omt .n102uiov::before,
.a5968ou .julxqpk .yt9l1omt .n102uiov::before { color: #818cf8; }
.a5968ou .ni26jw    .uubr    .n102uiov::before,
.a5968ou .z6kx4ls  .uubr    .n102uiov::before,
.a5968ou .tsgcicfr  .uubr    .n102uiov::before,
.a5968ou .julxqpk .uubr    .n102uiov::before { color: #2dd4bf; }
.x9x4ew .b4ws4     { background: var(--accent-bg); border-color: var(--accent-light); }
.x9x4ew .ni26jw    .n102uiov::before,
.x9x4ew .z6kx4ls  .n102uiov::before,
.x9x4ew .tsgcicfr  .n102uiov::before,
.x9x4ew .julxqpk .n102uiov::before { color: var(--accent-light) !important; }
.l17b::before,
.fzgqp65q::before { margin-right: 5px; }
.zf78 .mmv99a ul li,
.zf78 .mmv99a .l17b { color: #22c55e; }
.zf78 .xuflaq8 ul li,
.zf78 .xuflaq8 .fzgqp65q { color: #ef4444; }
.rxdqj0y .mmv99a { background: var(--bg-pros); }
.rxdqj0y .xuflaq8 { background: var(--bg-cons); }
.rxdqj0y .mmv99a .l17b { color: var(--c-pros-label); }
.rxdqj0y .xuflaq8 .fzgqp65q { color: var(--c-cons); }
.rxdqj0y .mmv99a ul li,
.rxdqj0y .hwwetq1 li            { color: var(--c-pros); }
.rxdqj0y .xuflaq8 ul li,
.rxdqj0y .ug0zl li            { color: var(--c-cons); }
.hfrcln .mmv99a { background: var(--bg-pros); }
.hfrcln .xuflaq8 { background: var(--bg-cons); }
.hfrcln .mmv99a .l17b { color: var(--c-pros-label); }
.hfrcln .xuflaq8 .fzgqp65q { color: var(--c-cons); }
.hfrcln .mmv99a ul li,
.hfrcln .xuflaq8 ul li,
.yb1g8a .l17b::before { content: "✓ "; }
.yb1g8a .fzgqp65q::before { content: "✗ "; }
.wy7vbjku .l17b::before { content: "→ "; }
.wy7vbjku .fzgqp65q::before { content: "← "; }
.jxizxj .l17b::before { content: "★ "; }
.jxizxj .fzgqp65q::before { content: "✕ "; }
.jir9 .l17b::before { content: "◆ "; }
.jir9 .fzgqp65q::before { content: "▲ "; }
.vawn .b8wqbw { background: transparent; border-left: none; border: 1.5px solid; }
.vawn .b4ws4     { border-color: var(--c-tip-border); }
.vawn .b8wqbw strong { color: var(--text-primary); }
.vawn .b8wqbw p      { color: var(--text-muted); }
.nfvlq2 .b8wqbw { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.nfvlq2 .b4ws4     { border-top-color: var(--c-tip-border); }
.wbda6 .b8wqbw { border-left: none; border-radius: 8px; }
.wbda6 .b4ws4     { background: #065f46; }
.wbda6 .b8wqbw strong,
.wbda6 .b8wqbw p { color: #fff; }
.wbda6 .n102uiov::before { color: rgba(255,255,255,0.85) !important; }
.e0y66.wbda6 .b4ws4,
.e0y66 .wbda6 .b4ws4     { background: #052e16; }
.e0y66.wbda6 .yt9l1omt,
.e0y66 .wbda6 .yt9l1omt { background: #2d0a1e; }
.e0y66.wbda6 .uubr,
.e0y66 .wbda6 .uubr    { background: #1e1036; }
.pwoa4.wbda6 .b4ws4,
.pwoa4 .wbda6 .b4ws4      { background: #2d2000; }
.a5968ou.wbda6 .b4ws4,
.a5968ou .wbda6 .b4ws4      { background: #0c1a2e; }
.uftticd .b8wqbw { border-left: none; border-radius: 6px; padding: 10px 14px; }
.uftticd .b4ws4     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.uftticd .yt9l1omt { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.uftticd .uubr    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.uftticd .b8wqbw strong { color: var(--text-primary); }
.uftticd .b8wqbw p      { color: var(--text-muted); }
.p7z9yo6v .b8wqbw { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.ni26jw .n102uiov,
.z6kx4ls .n102uiov,
.tsgcicfr .n102uiov,
.julxqpk .n102uiov { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.ni26jw .n102uiov::before,
.z6kx4ls .n102uiov::before,
.tsgcicfr .n102uiov::before,
.julxqpk .n102uiov::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.ni26jw .b4ws4     .n102uiov::before { content: "✦"; color: var(--c-tip-border); }
.ni26jw .yt9l1omt .n102uiov::before { content: "▲"; color: var(--c-warn-border); }
.ni26jw .uubr    .n102uiov::before { content: "◉"; color: #60a5fa; }
.z6kx4ls .b4ws4     .n102uiov::before { content: "★"; color: var(--c-tip-border); }
.z6kx4ls .yt9l1omt .n102uiov::before { content: "◆"; color: var(--c-warn-border); }
.z6kx4ls .uubr    .n102uiov::before { content: "●"; color: #60a5fa; }
.tsgcicfr .b4ws4     .n102uiov::before { content: "▶"; color: var(--c-tip-border); }
.tsgcicfr .yt9l1omt .n102uiov::before { content: "■"; color: var(--c-warn-border); }
.tsgcicfr .uubr    .n102uiov::before { content: "▸"; color: #60a5fa; }
.julxqpk .b4ws4     .n102uiov::before { content: "→"; color: var(--c-tip-border); }
.julxqpk .yt9l1omt .n102uiov::before { content: "⬥"; color: var(--c-warn-border); }
.julxqpk .uubr    .n102uiov::before { content: "◈"; color: #60a5fa; }
.kq8gv .r0nrx .bla1lfm,
.kq8gv .uwh9 .bla1lfm  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.kq8gv .tqiyc                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.kq8gv .x27w          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kq8gv .jro5c                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lb96adso .r0nrx .bla1lfm,
.lb96adso .uwh9 .bla1lfm,
.lb96adso .tqiyc,
.lb96adso .a8zuis,
.lb96adso .odxxk,
.lb96adso .x27w,
.lb96adso .jro5c,
.lb96adso .p7z9yo6v .b8wqbw { box-shadow: none; }
.lr8174w   .mbyvdl67, .lr8174w .co7y1lql, .lr8174w .ahn4,
.lr8174w   .hchcd, .lr8174w .nrl8g { font-size: 0.9rem; }
.lr8174w   .nqkqdb4v, .lr8174w .b7fl9c { font-size: 0.9rem; }
.kolz   .mbyvdl67, .kolz .co7y1lql, .kolz .ahn4,
.kolz   .hchcd, .kolz .nrl8g { font-size: 0.95rem; }
.kolz   .nqkqdb4v, .kolz .b7fl9c { font-size: 0.95rem; }
.i1ts7yjl   .mbyvdl67, .i1ts7yjl .co7y1lql, .i1ts7yjl .ahn4,
.i1ts7yjl   .hchcd, .i1ts7yjl .nrl8g { font-size: 1.08rem; }
.i1ts7yjl   .nqkqdb4v, .i1ts7yjl .b7fl9c { font-size: 1.05rem; }
.i1ts7yjl   .k3fzj7 { font-size: 0.97rem; }
.ac1lanz .qz99glqu      { font-size: 3.2rem; }
.ac1lanz h2.zhtcrx { font-size: 1.9rem; }
.ac1lanz h3.vh20b5     { font-size: 1.4rem; }
.y7uuond .qz99glqu      { font-size: 3.8rem; }
.y7uuond h2.zhtcrx { font-size: 2.2rem; }
.y7uuond h3.vh20b5     { font-size: 1.6rem; }
.yphpdur4 + .yphpdur4 { position: relative; }
.iymfuf   .yphpdur4 + .yphpdur4::before,
.n3r9  .yphpdur4 + .yphpdur4::before,
.dkofqx   .yphpdur4 + .yphpdur4::before,
.xv51c4   .yphpdur4 + .yphpdur4::before,
.ovf8ir1   .yphpdur4 + .yphpdur4::before,
.t0pp .yphpdur4 + .yphpdur4::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.iymfuf .yphpdur4 + .yphpdur4::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.n3r9 .yphpdur4 + .yphpdur4::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.dkofqx .yphpdur4 + .yphpdur4::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;
}
.xv51c4 .yphpdur4 + .yphpdur4::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.pfjv5 .yphpdur4 { margin-bottom: 16px; }
.pfjv5 .yphpdur4 + .yphpdur4 { margin-top: 0; }
.pfjv5 .gsuud1b { padding-top: 0; padding-bottom: 0; }
.ovf8ir1 .yphpdur4 + .yphpdur4::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.t0pp .yphpdur4 + .yphpdur4::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.arlrg .yphpdur4 + .yphpdur4::before,
.w1a9vs5 .yphpdur4 + .yphpdur4::before,
.zzjf .yphpdur4 + .yphpdur4::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%;
}
.e57o .arlrg .yphpdur4:nth-child(even)::before,
.e57o .w1a9vs5 .yphpdur4:nth-child(even)::before,
.e57o .zzjf .yphpdur4:nth-child(even)::before { background: var(--bg-surface); }
.lqmqsi8e .arlrg .yphpdur4:nth-child(even)::before,
.lqmqsi8e .w1a9vs5 .yphpdur4:nth-child(even)::before,
.lqmqsi8e .zzjf .yphpdur4:nth-child(even)::before { background: var(--bg-card); }
.arlrg .yphpdur4 + .yphpdur4::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");
}
.w1a9vs5 .yphpdur4 + .yphpdur4::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");
}
.zzjf .yphpdur4 + .yphpdur4::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");
}
.f1q9vm .gef6kh,
.f1q9vm .w0ycopfh,
.f1q9vm .wee1gi,
.bap16 .wee1gi { padding-bottom: 60px; }
.ambp70g .wee1gi { padding-bottom: 70px; }
.f1q9vm .gef6kh::before,
.f1q9vm .gef6kh::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");
}
.tebps1am  .gef6kh:not(.yjxjcw) .l6jk { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.pvml .tqs46v { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.m2u8otn .tqs46v { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.tebps1am .yjxjcw { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.tebps1am .yey57 { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.tebps1am .tqs46v { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.rubq .tqs46v { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qmydygip .tqs46v { background: var(--accent-bg); }
.jcjnv4 .suhz { float: left; width: 38%; margin: 0 28px 16px 0; }
.jcjnv4 .suhz .w1y7e7l { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jcjnv4 .gsuud1b::after { content: ''; display: block; clear: both; }
.o41c .suhz { float: right; width: 38%; margin: 0 0 16px 28px; }
.o41c .suhz .w1y7e7l { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o41c .gsuud1b::after { content: ''; display: block; clear: both; }
.y9nra23d .yphpdur4:nth-child(odd)  .suhz { float: left;  width: 38%; margin: 0 28px 16px 0; }
.y9nra23d .yphpdur4:nth-child(even) .suhz { float: right; width: 38%; margin: 0 0 16px 28px; }
.y9nra23d .suhz .w1y7e7l { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.y9nra23d .gsuud1b::after { content: ''; display: block; clear: both; }
.jcjnv4 .bzl5j3b,
.o41c .bzl5j3b,
.y9nra23d .bzl5j3b,
@media (max-width: 900px) {
  .jcjnv4 .suhz,
  .o41c .suhz,
  .y9nra23d .yphpdur4:nth-child(odd)  .suhz,
  .y9nra23d .yphpdur4:nth-child(even) .suhz {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .jcjnv4 .suhz .w1y7e7l,
  .o41c .suhz .w1y7e7l,
  .y9nra23d .suhz .w1y7e7l {
    max-height: none !important;
  }
}
.jcjnv4 .nqkqdb4v,
.jcjnv4 .b7fl9c,
.o41c .nqkqdb4v,
.o41c .b7fl9c,
.y9nra23d .nqkqdb4v,
.y9nra23d .b7fl9c { overflow: hidden; }
@media (max-width: 640px) {
  .jcjnv4 .suhz,
  .o41c .suhz,
  .y9nra23d .suhz { float: none; width: 100%; margin: 0 0 16px 0; }
}
.g1ema0k .tjd5l,
.g1ema0k .gsuud1b,
.g1ema0k .b5yctg  { max-width: 1100px; }
.bken5j .tjd5l,
.bken5j .gsuud1b,
.bken5j .b5yctg  { max-width: 1200px; }
.s1h0heir .tjd5l,
.s1h0heir .gsuud1b,
.s1h0heir .b5yctg  { max-width: 1320px; }
.lzgcx { font-size: 0.82rem; color: var(--text-muted); }
.x6ye { display: flex; align-items: center; }
.fvlr61xt {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lda8g4t { display: flex; align-items: center; }
.c18wn { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.c18wn:hover { text-decoration: underline; }
.y8bs34 { margin: 0 3px; opacity: 0.45; }
.y8bs34::before { content: '/'; }
.d65fss0 { padding: 2px 5px; color: var(--text-main); }
.sclp .lzgcx {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.sclp .x6ye { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.k6if .lzgcx {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.k6if .x6ye { padding: 0 0 0 12px; }
.cd0z1 .x6ye { padding: 0 16px; }
.cd0z1 .lzgcx {
  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);
}
.cd0z1 .tjd5l { padding-top: 28px; }
@media (max-width: 720px) {
  .ubzjeae { margin-top: 18px; padding: 0 16px; }
  .cd0z1 .tjd5l { padding-top: 16px; }
}
.g1ema0k.sclp .x6ye { max-width: 1100px; }
.bken5j.sclp .x6ye { max-width: 1200px; }
.s1h0heir.sclp .x6ye { max-width: 1320px; }
.n7eevzkw .yphpdur4 { padding-top: 16px; padding-bottom: 16px; }
.r3mse .yphpdur4 { padding-top: 24px; padding-bottom: 24px; }
.d3k0cm .yphpdur4 { padding-top: 40px; padding-bottom: 40px; }
.hdpl4 .yphpdur4 { padding-top: 52px; padding-bottom: 52px; }
.g2ujr93t .yphpdur4:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.g2ujr93t .yphpdur4:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.g2ujr93t .yphpdur4:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.g2ujr93t .yphpdur4:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.a321 .gsuud1b { padding-top: 10px;  padding-bottom: 10px; }
.k92f9onu .gsuud1b { padding-top: 18px;  padding-bottom: 18px; }
.uffme0u .gsuud1b { padding-top: 36px;  padding-bottom: 36px; }
.wwyk .gsuud1b { padding-top: 48px;  padding-bottom: 48px; }
.i7zmtlha h2.zhtcrx { font-weight: 600; }
.i7zmtlha h3.vh20b5     { font-weight: 600; }
.bfuuq h2.zhtcrx { font-weight: 800; }
.bfuuq h3.vh20b5     { font-weight: 700; }
.v571a2r h2.zhtcrx { font-weight: 900; }
.v571a2r h3.vh20b5     { font-weight: 800; }
.v571a2r .b8wqbw strong,
.v571a2r .b8wqbw strong { font-weight: 600; }
.n9ghq {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ezho0p .n9ghq { display: none; }
@media (max-width: 640px) {
  .w8kyruq { display: none; }
  .n9ghq {
    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;
  }
}
.n9ghq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.n9ghq:hover { opacity: 0.85; }
.tnc3i .n9ghq { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.v8un22t .n9ghq,
.wdl0jub4  .n9ghq { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.v8un22t .n9ghq:hover,
.wdl0jub4  .n9ghq:hover { opacity: 0.88; }
.tnc3i.v8un22t .n9ghq,
.tnc3i.wdl0jub4  .n9ghq { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.q67upzy {
  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;
}
.q67upzy:hover { transform: translateY(-2px); opacity: 0.92; }
.q67upzy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.g8mei .q67upzy { display: none; }
.mltigbct .q67upzy { right: 32px; }
.iey7n1rl  .q67upzy { left: 32px; }
@media (max-width: 480px) {
  .mltigbct .q67upzy { right: 20px; bottom: 20px; }
  .iey7n1rl  .q67upzy { left: 20px; bottom: 20px; }
}
.bkdg { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.b5yctg { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.god469a { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.hwoe32f { color: var(--text-dim); font-size: 0.8rem; }
.zx932i0a { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.zx932i0a img { height: 26px; width: auto; object-fit: contain; }
.bzgjcp { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.fu3706 .b5yctg { text-align: center; }
.fu3706 .god469a { margin-top: 0; }
.tstm1 { margin-top: 10px; }
.tstm1 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .b5yctg { padding-left: 16px; padding-right: 16px; }
  .d9unhul .b5yctg { padding: 20px 16px; }
  .h6o2hypm { gap: 4px 12px; }
  .god469a { font-size: 0.78rem; }
}
.k09sfhq .wax5 .zx932i0a { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.k09sfhq .bzgjcp { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.k09sfhq .h33r { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.k09sfhq .h33r a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.k09sfhq .h33r a:hover { color: var(--accent-light); }
.k09sfhq .god469a { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.k09sfhq .hwoe32f { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .k09sfhq .ekhyyt { grid-template-columns: 1fr 1fr; } .k09sfhq .wax5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k09sfhq .ekhyyt { grid-template-columns: 1fr; } }
.lng1kmhc .zx932i0a { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.lng1kmhc .god469a { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lng1kmhc .l20tq { gap: 12px; } .lng1kmhc .zx932i0a { margin-right: 0; width: 100%; } }
.zasdeyy1 .vh4a9 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.zasdeyy1 .wt95yfo0 .zx932i0a { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.zasdeyy1 .bzgjcp { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.zasdeyy1 .d54ad { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.zasdeyy1 .h33r { display: flex; flex-direction: column; gap: 9px; }
.zasdeyy1 .h33r a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.zasdeyy1 .h33r a:hover { color: var(--accent-light); }
.zasdeyy1 .j3ka15c { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.zasdeyy1 .god469a { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.zasdeyy1 .hwoe32f { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .zasdeyy1 .vh4a9 { grid-template-columns: 1fr 1fr; } .zasdeyy1 .wt95yfo0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zasdeyy1 .vh4a9 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .sr0jn0gg .l2n3s19e { grid-template-columns: 1fr 1fr; } .sr0jn0gg .tvr3vr:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .sr0jn0gg .l2n3s19e { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .plenph .l2n3s19e { grid-template-columns: 1fr; } }
.aafphax2 .b5yctg { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.pqshnu .uguc1      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.pqshnu .bkdg { background: var(--bg-page); border-top-color: var(--border-alt); }
.eqas9t .uguc1      { background: #0d1117; border-bottom-color: #21262d; }
.eqas9t .g615czh { color: var(--accent-light); }
.eqas9t .w0ntx8 { --msep-color: #8b949e; }
.eqas9t .w0ntx8 a { color: #8b949e; }
.eqas9t .w0ntx8 a:hover { color: var(--accent-light); }
.eqas9t .b7ievnzj { color: #8b949e; }
.eqas9t .bkdg { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.eqas9t .god469a,
.eqas9t .hwoe32f { color: #6e7681; }
.eqas9t .h33r a, .eqas9t .pvqspaf a,
.eqas9t .zx932i0a { color: #e6edf3; }
.eqas9t .h33r a:hover, .eqas9t .pvqspaf a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .eqas9t .w0ntx8 { background: #0d1117; border-top-color: #21262d; }
  .eqas9t .w0ntx8 li a { border-bottom-color: #21262d; }
}
.c7d8 .uguc1      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.c7d8 .g615czh { color: var(--accent-light); }
.c7d8 .w0ntx8 { --msep-color: #475569; }
.c7d8 .w0ntx8 a { color: #475569; }
.c7d8 .w0ntx8 a:hover { color: var(--accent-light); }
.c7d8 .b7ievnzj { color: #64748b; }
.c7d8 .bkdg { background: #f0f4f8; border-top-color: #cbd5e1; }
.c7d8 .god469a,
.c7d8 .hwoe32f { color: #64748b; }
.c7d8 .h33r a, .c7d8 .pvqspaf a,
.c7d8 .iuq2govy a, .c7d8 .zx932i0a { color: #374151; }
.c7d8 .h33r a:hover, .c7d8 .pvqspaf a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .c7d8 .w0ntx8 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .c7d8 .w0ntx8 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.v8un22t .uguc1      { background: var(--accent); border-bottom-color: var(--accent-light); }
.v8un22t .g615czh { color: #fff; }
.v8un22t .w0ntx8 { --msep-color: rgba(255,255,255,0.82); }
.v8un22t .w0ntx8 a { color: rgba(255,255,255,0.82); }
.v8un22t .w0ntx8 a:hover { color: #fff; }
.v8un22t .b7ievnzj { color: rgba(255,255,255,0.9); }
.v8un22t .bkdg { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.v8un22t .god469a,
.v8un22t .hwoe32f { color: rgba(255,255,255,0.72); }
.v8un22t .h33r a, .v8un22t .pvqspaf a,
.v8un22t .iuq2govy a, .v8un22t .zx932i0a { color: #fff; }
.v8un22t .bzgjcp, .v8un22t .d54ad { color: rgba(255,255,255,0.7); }
.v8un22t .h33r a:hover, .v8un22t .pvqspaf a:hover { color: #fff; }
@media (max-width: 640px) {
  .v8un22t .w0ntx8 { background: var(--accent); border-top-color: var(--accent-light); }
  .v8un22t .w0ntx8 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wdl0jub4 .uguc1 {
  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);
}
.wdl0jub4 .bkdg {
  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) {
  .wdl0jub4 .w0ntx8 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.mv8t .i4yd8e2o { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.r5ti6mmh .i4yd8e2o { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.m01om .i4yd8e2o { min-height: 72px; height: auto; }
.sg9ne15 .i4yd8e2o { min-height: 84px; height: auto; }
.d9unhul .i4yd8e2o { max-width: none; padding: 0 32px; }
.d9unhul .b5yctg  { max-width: none; padding: 24px 32px; }
.l7gry.bken5j .i4yd8e2o { max-width: 1200px; }
.l7gry.s1h0heir .i4yd8e2o { max-width: 1320px; }
.yztfv   .g615czh, .yztfv   .zx932i0a { text-transform: capitalize; }
.ov63z82 .g615czh, .ov63z82 .zx932i0a { text-transform: lowercase; }
.abdfc5 .g615czh, .abdfc5 .zx932i0a { text-transform: uppercase; letter-spacing: 0.06em; }
.tslsd0y, .w63ldy1y {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.jesdu2d1 .tslsd0y,
.jesdu2d1 .w63ldy1y { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.i8m49r .tslsd0y,
.i8m49r .w63ldy1y { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.fv4ed06 .tslsd0y,
.fv4ed06 .w63ldy1y { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.hpn8fo .tslsd0y,
.hpn8fo .w63ldy1y { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.pmoawg   .w0ntx8 a { font-weight: 500; }
.xrtw .w0ntx8 a { font-weight: 600; }
.tefxi     .w0ntx8 a { font-weight: 700; }
.tcot91cu    .w0ntx8 a { font-weight: 800; letter-spacing: 0.01em; }
.fepz3     .w0ntx8 > li + li::before,
.om3ci9na    .w0ntx8 > li + li::before,
.mw7hoh    .w0ntx8 > li + li::before,
.uc80b .w0ntx8 > li + li::before,
.jbdv .w0ntx8 > li + li::before,
.vlszdd  .w0ntx8 > li + li::before,
.hcel    .w0ntx8 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.fepz3     .w0ntx8 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.om3ci9na    .w0ntx8 > li + li::before { content: "|"; }
.mw7hoh    .w0ntx8 > li + li::before { content: "—"; }
.uc80b .w0ntx8 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.jbdv .w0ntx8 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.vlszdd  .w0ntx8 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.hcel    .w0ntx8 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .p77d .b7ievnzj,
  .ibtdya .b7ievnzj,
  .p223nl1 .b7ievnzj,
  .qtxn2x .b7ievnzj,
  .x1rm6syz .b7ievnzj {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .p77d .b7ievnzj::before,
  .ibtdya .b7ievnzj::before,
  .p223nl1 .b7ievnzj::before,
  .qtxn2x .b7ievnzj::before,
  .x1rm6syz .b7ievnzj::before { content: ""; display: block; flex-shrink: 0; }

  
  .p77d .b7ievnzj::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;
  }

  
  .ibtdya .b7ievnzj::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;
  }

  
  .p223nl1 .b7ievnzj::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;
  }

  
  .qtxn2x .b7ievnzj::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;
  }

  
  .x1rm6syz .b7ievnzj::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) {
  .kcer1 .b7ievnzj {
    padding: 5px 14px;
  }
  .kcer1 .w0ntx8 {
    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;
  }
  .kcer1 .w0ntx8 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .kcer1 .w0ntx8 li a:hover { background: var(--bg-raised); }
  .kcer1 .rm598,
  .rfcah .rm598,
  .mcfja .rm598 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vqyve7 .b7ievnzj {
    padding: 5px 10px;
  }
  .vqyve7 .w0ntx8 {
    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);
  }
  .vqyve7 .w0ntx8.qax5 { transform: translateX(0); }
  .vqyve7 .w0ntx8 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vqyve7 .w0ntx8 li:last-child a { border-bottom: none; }
  .v8un22t .w0ntx8,
  .eqas9t .w0ntx8 { background: var(--accent) !important; }
  .v8un22t .w0ntx8 li a,
  .eqas9t .w0ntx8 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .mcfja .b7ievnzj {
    padding: 5px 10px;
  }
  .mcfja .w0ntx8 {
    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);
  }
  .mcfja .w0ntx8::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .mcfja .w0ntx8.qax5 { transform: translateY(0); }
  .mcfja .w0ntx8 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .pwssh7y .b7ievnzj {
    padding: 5px 10px;
  }
  .pwssh7y .w0ntx8 {
    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;
  }
  .pwssh7y .w0ntx8.qax5 { opacity: 1; pointer-events: auto; }
  .pwssh7y .w0ntx8 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .zl33aobl     .b7ievnzj { border-radius: 0 !important; }
  .yc8hhgw   .b7ievnzj { border-radius: 8px !important; }
  .lox1 .b7ievnzj { border-radius: 50% !important; }
  .rkoca9   .b7ievnzj { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .elbd6fv .agpv { flex-direction: column; align-items: stretch; }
  .elbd6fv .w1k3v2 { flex-direction: row; min-width: auto; }
  .elbd6fv .r3lji { align-items: flex-start; text-align: left; }
}
.pfvwn,
.pfvwn.yphpdur4,
.e57o .pfvwn,
.x1d95 .pfvwn,
.lqmqsi8e .pfvwn,
.eeev4e .pfvwn {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.anyt5kd {
  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;
}
.ka7kbo08 { flex: 1 1 280px; min-width: 0; }
.c57fbr {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.p3vfk2 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.fm46m5 {
  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;
}
.fm46m5:hover { transform: translateY(-1px); opacity: 0.95; }
.r1zl5 .anyt5kd {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.r1zl5 .c57fbr { color: var(--cta); }
.r1zl5 .p3vfk2 { color: var(--text-body); }
.r1zl5 .fm46m5 {
  background: var(--cta) !important;
  color: #fff !important;
}
.yynznf .anyt5kd {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.yynznf .c57fbr { color: var(--text-primary); }
.yynznf .p3vfk2 { color: var(--text-body); }
.yynznf .fm46m5 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .anyt5kd {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ka7kbo08 { flex: 0 0 auto; }
  .c57fbr { font-size: 1.2rem; }
  .fm46m5 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.knun .bairdxs { height: 36px; }
.ddkxn .bairdxs { height: 60px; max-width: 200px; }
.eylfb .bairdxs { height: 56px; max-width: 180px; }
.yadxpjt0    .akm69o, .yadxpjt0    .tbous1 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.hb3f4w9 .a30mke {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.hb3f4w9 .qgxsxa {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .uesatfv .oiw9i37 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .uesatfv .a8zuis {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .uesatfv .a8zuis { padding: 40px 16px 20px; }
  .uesatfv .yopfgyhh {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .uesatfv .rui41 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .ifnb .a8zuis {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ifnb .a8zuis::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ifnb .rv21h5q {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ifnb .xfcdoh2t { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ifnb .yopfgyhh {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ifnb .rui41 { width: 100%; min-width: 0; }
  .ifnb .akm69o { min-width: 0; }
}
.qqt00s .sojyp {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.qqt00s .sojyp summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.qqt00s .sojyp p { padding: 0 2px 16px; }
.tih8fuvg .sojyp { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.tih8fuvg .sojyp summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.tih8fuvg .sojyp summary::after { content: "›"; font-size: 1.2em; }
.tih8fuvg .sojyp[open] summary::after { content: "‹"; }
.tih8fuvg .sojyp p { padding: 10px 22px 4px; }
.og6jy .sojyp {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.og6jy .sojyp summary { color: var(--text-primary); padding-left: 16px; }
.og6jy .sojyp summary::after { content: "›"; font-size: 1.1em; }
.og6jy .sojyp[open] summary::after { content: "‹"; }
.og6jy .sojyp p { padding-left: 16px; }
.v6ypr .eu6vay8 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.v6ypr .sojyp {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.v6ypr .sojyp:last-child { border-bottom: none; }
.v6ypr .sojyp summary { color: var(--text-primary); border-radius: 0; }
.v6ypr .sojyp summary::after { content: "›"; font-size: 1.1em; }
.v6ypr .sojyp[open] summary::after { content: "‹"; }
.poz3hm .sojyp { overflow: hidden; }
.poz3hm .sojyp summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.poz3hm .sojyp summary::after { color: rgba(255,255,255,.75); }
.poz3hm .sojyp[open] summary { border-radius: 0; }
.ldlw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.yb8w7 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.cnvmw {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.nhan8tg { color: var(--text-muted); font-size: 1.05rem; }
.jtwzl2xd {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ufvc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.oxvtxi { margin-bottom: 20px; }
.ux66fk6 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.fv8p {
  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;
}
.fv8p:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.mcf44 { resize: vertical; min-height: 130px; }
.wo83j { width: 100%; margin-top: 8px; }
.f03q {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zd8706j {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.lb29phpm { color: var(--text-muted); line-height: 1.75; }
.wsv9c73d { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wsv9c73d li { margin-bottom: 6px; }
.yvsv4 { max-width: 760px; margin: 0 auto; }
.vbq6afb { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.fzzt { max-width: 760px; margin: 0 auto; }
.zwlq ul.wsv9c73d { margin: 0; }
@media (max-width: 640px) { .tjvlvvp { grid-template-columns: 1fr; gap: 10px; } }
.v4tlkl { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.sb4ltz1 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.t3z53187 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.sb4ltz1 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.sb4ltz1 .wsv9c73d { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .v4tlkl { grid-template-columns: 1fr; } }
.i90dl { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.i90dl:hover .kj4f { color: var(--accent-light); text-decoration: underline; }
.wonv { color: inherit; text-decoration: none; }
.wonv:hover { color: var(--accent-light); text-decoration: underline; }
.m6ih4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.m4j53e1 { margin-bottom: 48px; }
.mlhd7xf8 { max-width: 760px; margin: 0 auto; }
.y1k26 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.y1k26:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ny7mr2 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.y1k26 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.y1k26 ul.wsv9c73d { margin: 0; }
.l2ro { color: var(--text-muted); line-height: 1.75; }
.kcooqos5 .wsv9c73d,
.zf6dbx .wsv9c73d,
.x10tw19g .wsv9c73d,
.sb8mbp .wsv9c73d {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.kcooqos5 .y1k26,
.zf6dbx .y1k26 { text-align: left; }
.kcooqos5 .ny7mr2,
.zf6dbx .ny7mr2 { text-align: center; }
.tk2gp9 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.xjs4q1 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.spsjyw { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.o8y1z9 { margin-top: 12px; }
.xaerkthi { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.xaerkthi:hover { border-bottom-color: var(--accent-light); }
.l5wvm { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.l5wvm img { width: 100%; height: 100%; object-fit: cover; display: block; }
.smuk1ld { border-radius: 28%; }
.zw03 { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.vy4x { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.ibnz7z { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
.hm4gue { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .hm4gue { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ekdixu .spsjyw, .ekdixu .xjs4q1 { max-width: 640px; }
.cse7d .tk2gp9 { font-size: 1.6rem; margin-top: 18px; }
.trls72c .spsjyw { margin-bottom: 28px; }
@media (max-width: 860px) { .a2vhiz7 { grid-template-columns: 1fr; } .cse7d { position: static; text-align: center; } }
.myv9 .l5wvm { margin: 0 auto 18px; }
.myv9 .vy4x { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .xwfpa7 { grid-template-columns: 1fr; } }
.lyhg1m .tk2gp9 { font-size: 1.6rem; margin-bottom: 6px; }
.sb8mbp .wsv9c73d { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .lyhg1m { flex-direction: column; text-align: center; } .gw48ybps { grid-template-columns: 1fr; } }
.cvxcc .tk2gp9 { font-size: 1.35rem; margin: 0 0 4px; }
.cvxcc .vy4x { margin: 0; }
.t0s6 .cnvmw { color: var(--accent-light); }
.chsm4ara {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.chsm4ara .cnvmw { font-size: 2rem; }
.chsm4ara .nhan8tg { max-width: 680px; }
.jxxxxc .cnvmw { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.jxxxxc .nhan8tg  { margin: 0; }
@media (max-width: 640px) { .jxxxxc { flex-direction: column; } }
.p2vo577e .cnvmw { color: var(--accent-light); }
.mhh951h .cnvmw { color: #fff; }
.mhh951h .nhan8tg  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .y4os { grid-template-columns: 1fr; } }
.egbxonrw .fv8p {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.egbxonrw .fv8p:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.zaerf .fv8p { background: var(--bg-raised); border-color: transparent; }
.zaerf .fv8p:focus { background: var(--bg-card); border-color: var(--accent-light); }
.uyh2tyfr .fv8p { border-radius: 100px; padding: 11px 20px; }
.uyh2tyfr .mcf44 { border-radius: 14px; }
.ioewli7 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.ioewli7 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.ioewli7 summary::-webkit-details-marker { display: none; }
.ioewli7 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.ioewli7[open] summary::after { content: "−"; }
.fpfk4go {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .g2y7nv { grid-template-columns: 1fr; } }
.xog6cajh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.xog6cajh li { margin-bottom: 6px; }
.kho6l{display:none}
.kho6l:empty,.hgkxia3:empty{display:none}
.jpuwp4{position:relative;overflow:visible}
.td41i .y04lflqa,.imkmwy .y04lflqa,
.vp49sz6b .y04lflqa,.vbk2 .y04lflqa,
.yvxw .y04lflqa,.cd3ucj .y04lflqa{display:block}
.vvc1uu .i1ddgpg{display:block}
.td41i .y04lflqa,.imkmwy .y04lflqa,
.vp49sz6b .y04lflqa,.vbk2 .y04lflqa,
.yvxw .y04lflqa{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.td41i .y04lflqa .hgkxia3,.imkmwy .y04lflqa .hgkxia3,
.vp49sz6b .y04lflqa .hgkxia3,.vbk2 .y04lflqa .hgkxia3,
.yvxw .y04lflqa .hgkxia3{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.td41i .zdiistak,.imkmwy .zdiistak,
.vp49sz6b .zdiistak,.vbk2 .zdiistak,
.yvxw .zdiistak{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.td41i .y04lflqa,.imkmwy .y04lflqa{top:12px}
.td41i .y04lflqa .hgkxia3{margin-right:auto}
.imkmwy .y04lflqa .hgkxia3{margin-left:auto}
.imkmwy .y04lflqa{text-align:right}
.vp49sz6b .y04lflqa,.vbk2 .y04lflqa{bottom:12px}
.vp49sz6b .y04lflqa .hgkxia3{margin-right:auto}
.vbk2 .y04lflqa .hgkxia3{margin-left:auto}
.vbk2 .y04lflqa{text-align:right}
.yvxw .y04lflqa{position:relative;margin-top:16px}
.yvxw .y04lflqa .hgkxia3{margin:0 auto}
.cd3ucj .y04lflqa{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.cd3ucj .y04lflqa .hgkxia3{margin:0}
.cd3ucj .tqs46v~.y04lflqa,
.cd3ucj .t5fkt78~.y04lflqa{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.cd3ucj .tqs46v~.y04lflqa .hgkxia3,
.cd3ucj .t5fkt78~.y04lflqa .hgkxia3{justify-content:flex-start}
.tqs46v~.y04lflqa,.t5fkt78~.y04lflqa{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.tqs46v~.y04lflqa .hgkxia3{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.t5fkt78~.y04lflqa .hgkxia3{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.i1ddgpg .hgkxia3{margin:0 0 12px}
.hgkxia3{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.kj4f{font-weight:600;color:var(--text-heading);opacity:1}
.ewy5bz::before{content:"·";margin:0 2px;opacity:.5}
.zdiistak{white-space:nowrap}
.xbwhp698 .zdiistak{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.xbwhp698 .ewy5bz::before{content:""}
.zy14 .zdiistak{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.zy14 .ewy5bz::before{content:""}
.mxjbnj .hgkxia3{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.cpi5sz .zdiistak{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.cpi5sz .ewy5bz::before{content:""}
.ssiti7 .zdiistak{color: var(--accent-light);opacity:1;font-weight:500}
.zaxaxv1 .zdiistak{border-bottom:1px solid currentColor;padding-bottom:2px}
.frhruu .hgkxia3{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.f6ha89{--date-bg:var(--accent-bg)}
.r6gmq .ewy5bz::before{content:""}
.ncbvj2 .ewy5bz::before{content:"•";opacity:.4}
.ncbvj2 .zdiistak + .zdiistak::before{content:"•";margin-right:6px;opacity:.4}
.hozdj7zd .ewy5bz::before{content:"/";opacity:.35}
.hozdj7zd .zdiistak + .zdiistak::before{content:"/";margin-right:6px;opacity:.35}
.hjkgl .ewy5bz::before{content:"|";opacity:.3}
.hjkgl .zdiistak + .zdiistak::before{content:"|";margin-right:6px;opacity:.3}
.w2soz5aj .ewy5bz::before{content:"—";opacity:.3}
.w2soz5aj .zdiistak + .zdiistak::before{content:"—";margin-right:6px;opacity:.3}
.miy52d .ewy5bz::before{content:"◆";font-size:.5em;opacity:.35}
.miy52d .zdiistak + .zdiistak::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.iwpe .ewy5bz::before{content:"·";opacity:.4}
.iwpe .zdiistak + .zdiistak::before{content:"·";margin-right:6px;opacity:.4}
.kum0 .ewy5bz::before{content:"›";opacity:.4}
.kum0 .zdiistak + .zdiistak::before{content:"›";margin-right:6px;opacity:.4}
.jh6c .ewy5bz::before{content:"→";opacity:.35;font-size:.85em}
.jh6c .zdiistak + .zdiistak::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.qx0e79k{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.acwn8cb{display:flex;flex-direction:column;gap:3px}
.g7pk64x{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.n803noq{font-weight:700;font-size:1rem;color:var(--text-heading)}
.h3e2xzq{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.wk1x .qx0e79k{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.i1jur .qx0e79k{border-top:3px solid var(--accent);padding-top:18px}
.fvgi40 .qx0e79k{border-left:3px solid var(--accent);border-radius:0}
.ws95tb .qx0e79k{padding:20px 0}
@media(max-width:640px){
  .qx0e79k{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .h3e2xzq{max-width:100%}
}
.yb5n7y3 .x27w{margin:0}
@media (max-width:560px){
  .cj0g5h6{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .ueyw { padding: 28px 18px 20px; }
  .hm20u1b { font-size: 1.2rem; }
  .ovqchkv6 { max-width: 220px; max-height: 80px; }
}
.blia .bwv26 { border-radius: 22px; }
.t3ao9 .anyt5kd {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .bwv26 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.tel37me8 {
  margin: 28px 0 24px;
}
.tel37me8 .yphpdur4 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.tel37me8 .gsuud1b {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.tel37me8 .anyt5kd {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .i4yd8e2o { flex-direction: row-reverse; }
[dir="rtl"] .w0ntx8 { flex-direction: row-reverse; }
[dir="rtl"] .mltigbct .q67upzy { right: auto; left: 32px; }
[dir="rtl"] .iey7n1rl  .q67upzy { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .mltigbct .q67upzy { right: auto; left: 20px; }
  [dir="rtl"] .iey7n1rl  .q67upzy { left: auto;  right: 20px; }
}
[dir="rtl"] .jcjnv4 .suhz  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .o41c .suhz { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .tqs46v,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nqkqdb4v, [dir="rtl"] .b7fl9c { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .mmv99a { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .xuflaq8 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .b8wqbw { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .anyt5kd { direction: rtl; }
[dir="rtl"] .lzgcx { direction: rtl; }
[dir="rtl"] .jro5c { direction: rtl; }
[dir="rtl"] .uf6k { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .wftbu2x .b7fl9c,
[dir="rtl"] .c7f5xjjv .b7fl9c,
[dir="rtl"] .lff90 .b7fl9c,
[dir="rtl"] .qi76 .b7fl9c {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .wftbu2x .b7fl9c li::before,
[dir="rtl"] .c7f5xjjv .b7fl9c li::before,
[dir="rtl"] .lff90 .b7fl9c li::before,
[dir="rtl"] .qi76 .b7fl9c li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .gef6kh.cakxulj0 .w0ycopfh,
[dir="rtl"] .lufec.cakxulj0 .w0ycopfh,
[dir="rtl"] .yjxjcw.cakxulj0 .w0ycopfh,
[dir="rtl"] .ht39zyb2.cakxulj0 .w0ycopfh,
[dir="rtl"] .nxzs63x9.cakxulj0 .w0ycopfh { text-align: right; }
[dir="rtl"] .tqs46v.cakxulj0 .wee1gi { align-items: flex-end; text-align: right; }
[dir="rtl"] .tqs46v.xj4d51at .wee1gi { text-align: center; }
[dir="rtl"] .tqs46v .wee1gi { text-align: right; }
[dir="rtl"] .gsuud1b,
[dir="rtl"] .hchcd,
[dir="rtl"] .nrl8g,
[dir="rtl"] .uzre6ec,
[dir="rtl"] .ufvc,
[dir="rtl"] .ux66fk6,
[dir="rtl"] .spsjyw,
[dir="rtl"] .fv8p,
[dir="rtl"] .mcf44 { text-align: right; direction: rtl; }
[dir="rtl"] .uyh2tyfr .fv8p,
[dir="rtl"] .egbxonrw .fv8p { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #7242ba;
  --brand:           #7242ba;
  --brand-light:     #9574c7;
  --brand-pale:      #bbaad4;
  --grad-start:      #43276e;
  --grad-end:        #663ba7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #cf3ba3;
  --cta-light:       #d97cbe;
  --cta-hover:       #d75bb2;
  --bg-page:         #0b0711;
  --bg-surface:      #120c1c;
  --bg-card:         #191027;
  --bg-card-inner:   #201532;
  --bg-raised:       #27193c;
  --bg-hover:        #2e1e47;
  --border:          #382455;
  --border-alt:      #462d6b;
  --border-section:  #382455;
  --text-primary:    #e5e4e6;
  --text-muted:      #a4a0aa;
  --text-body:       #cbc9ce;
  --text-sub:        #a4a0aa;
  --text-faint:      #716c79;
  --text-dim:        #58545e;
  --text-label:      #8a8592;
  --text-value:      #bebbc2;
  --accent-bg:       #1d1923;
  --accent-bg-light: #2b2338;
  --bg-tip:          #162622;
  --bg-warning:      #272115;
  --bg-info:         #161a26;
  --bg-pros:         #162622;
  --bg-cons:         #26161a;
  --c-pros:          #8ae4d0;
  --c-cons:          #e6899f;
  --c-pros-label:    #60dbbf;
  --c-tip-border:    #43d4b4;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #8ae4d0;
}
:root { --logo-bg-opacity: 57%; }
body, button, input { font-family: "Lato", sans-serif; }
.ttzw .yqd6, .ttzw .tqs46v { min-height: 640px; }
.k393sxbd .nwmtoj::after, .k393sxbd .otvwaaxw::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.y8bs34::before { content: '>'; }