:root {
  --color-accent: #cb0a6c;
  --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;
}
.rigqdfpr {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.njsv {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ox92 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.riuqx { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.hi8u { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.hi8u a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.hi8u a:hover { color: var(--accent-light); }
.aaapub7     .ikcbf { border-radius: 24px; padding: 8px; }
.aaapub7 .ikcbf li a { border-radius: 16px; }
.purs .ikcbf li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .ikcbf {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .fu2g:hover .ikcbf,
  .fu2g:focus-within .ikcbf { display: block; }
  .ikcbf li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dkfb {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.f85hxzh1 { display: none; }
@media (max-width: 640px) {
  .f85hxzh1 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .f85hxzh1.bvpbzne { display: block; }
}
@media (max-width: 640px) {
  .dkfb { display: block; }
  .hi8u > li + li::before { display: none !important; }
  .hi8u {
    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;
  }
  .hi8u.bvpbzne { display: flex; }
  .hi8u li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .hi8u li:last-child a { border-bottom: none; }
}
.dcspcw5 { min-height: 480px; }
.rclvlno {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.sqp9kj4 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wlgbs .sqp9kj4 { margin-left: 0; margin-right: 0; }
.rnrt {
  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;
}
.ol3u .rnrt { margin-top: 24px; }
.rnrt:hover { opacity: 0.88; }
.ul4ov7vx .rclvlno { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ul4ov7vx .sqp9kj4 { color: #e2e8f0; }
.ul4ov7vx.wlgbs   .n50wl5 { text-align: left; }
.lx4whk4j .rclvlno { color: var(--text-primary); text-shadow: none; }
.lx4whk4j .sqp9kj4 { color: var(--text-muted); }
.lx4whk4j .rnrt { margin-top: 16px; }
.lx4whk4j, .lx4whk4j.dcspcw5 { min-height: auto !important; }
.lx4whk4j.wlgbs   .n50wl5 { text-align: left; }
.lx4whk4j~.flryce7{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}
.lx4whk4j~.flryce7 .t8wk{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}
.mnzln4 .g84lh,
.mnzln4 .xw17k {
  position: relative; overflow: hidden;
}
.mnzln4 .g84lh::after,
.mnzln4 .xw17k::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.mnzln4 .ul4ov7vx .nb339q {
  overflow: hidden;
}
.mnzln4 .ul4ov7vx .nb339q::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.g84lh .rclvlno { color: #fff; }
.g84lh .sqp9kj4 { color: rgba(255,255,255,0.85); }
.g84lh .rnrt { background: #fff; color: var(--cta); }
.g84lh .rnrt:hover { opacity: 0.92; }
.mnzln4 .vhae { position: relative; overflow: hidden; }
.mnzln4 .vhae::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;
}
.qcrb7s8n .vhae {
  animation: hg-breathe 7s ease-in-out infinite;
}
.hc2a .vhae { position: relative; overflow: hidden; }
.hc2a .vhae::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;
}
.upe1u6 .vhae { position: relative; overflow: hidden; }
.upe1u6 .vhae::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;
}
.lpplrof .vhae {
  animation: hg-fadein 1.2s ease-out both;
}
.vhae {
  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%);
}
.oeh3phc {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.kug3 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.c5yek6d2 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.vhae .rclvlno { text-shadow: none; color: var(--text-primary); }
.vhae .sqp9kj4 { color: var(--text-muted); }
body.sy7ob4 .rclvlno {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.mer5vjsl .rclvlno {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.dcspcw5.g84lh .rclvlno,
section.g84lh .rclvlno {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.vhae.yzp8u .oeh3phc { align-items: center; text-align: center; }
.vhae.wlgbs   .oeh3phc { align-items: flex-start; text-align: left; }
.p2pm1ez .kug3 { position: relative; }
.p2pm1ez .kug3::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.p2pm1ez.f8k2jh35 .kug3::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.qakvdppw .kug3 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.qakvdppw .c5yek6d2 {
  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);
}
.qakvdppw.f8k2jh35 .kug3 { padding: 32px 0 32px 32px; }
.rn12hhv .kug3 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.rn12hhv .c5yek6d2 {
  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);
}
.rn12hhv .xw17k {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.f8k2jh35 .oeh3phc {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.rn12hhv.f8k2jh35 .kug3 { padding: 40px 16px 40px 48px; }
.dcspcw5 .eev929hp {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.eev929hp .e0sc8.ylkmul {
  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;
}
.eev929hp .e0sc8.ylkmul:hover { opacity: 0.85; }
.hxfj3 .kug3 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .vhae { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .vhae:not(.hxfj3) .kug3 { display: none !important; }
  .hxfj3 .kug3 { padding: 16px; }
  .oeh3phc  { padding: 36px 24px; }
  .vhae~.flryce7,.f8k2jh35~.flryce7{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .dcspcw5, .vhae { min-height: 320px !important; }
  .rclvlno { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ph1cb,
  .leexdq4,
  .b0eke { grid-template-columns: 1fr !important; }

  

  
  .fsnvongw { display: flex !important; flex-direction: column !important; }
  .fsnvongw .n50wl5 { display: contents; }
  .fsnvongw .nb339q { order: 0; }
  .fsnvongw .rclvlno { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .fsnvongw .ph1cb { order: 2; padding: 0 16px 12px !important; }
  .fsnvongw .sqp9kj4 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ol3u .n50wl5 { display: flex; flex-direction: column; }
  .ol3u .n50wl5 .rclvlno { order: 1; }
  .ol3u .n50wl5 .b0eke { order: 2; margin: 8px 0 24px !important; }
  .ol3u .n50wl5 .sqp9kj4 { order: 3; }
  .ol3u .n50wl5 .rnrt { order: 4; align-self: center; margin-top: 0; }

  
  .vhae.hxfj3 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .vhae.hxfj3 .oeh3phc { display: contents; padding: 0; }
  .vhae.hxfj3 .oeh3phc .rclvlno { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .vhae.hxfj3 .kug3 { order: 2; padding: 12px 16px; }
  .vhae.hxfj3 .oeh3phc .sqp9kj4 { order: 3; padding: 0 24px; margin: 0 auto; }
  .vhae.hxfj3 .oeh3phc .rnrt { order: 4; align-self: center; margin: 8px 0 32px; }
}
.nqg0kux2 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.tgb8h { width: 100%; height: auto; display: block; border-radius: 10px; }
.r576d .nqg0kux2        { border-radius: 16px; }
.r576d .tgb8h  { border-radius: 16px; }
.gfz2 .nqg0kux2         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.gfz2 .tgb8h   { border-radius: 8px; }
.vf887zjq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.v6erdbwh { width: 100%; padding: 32px 0; position: relative; }
.ew3vubol { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wrcoh .v6erdbwh:nth-child(even) { background: var(--bg-surface); }
.wrcoh .v6erdbwh:nth-child(odd)  { background: var(--bg-page); }
.kf2o4 .v6erdbwh:nth-child(even) { background: var(--bg-card); }
.kf2o4 .v6erdbwh:nth-child(odd)  { background: var(--bg-page); }
.wrcoh .v6erdbwh:nth-child(odd)  .ew3vubol { background: var(--bg-card); border-radius: 6px; }
.wrcoh .v6erdbwh:nth-child(even) .ew3vubol { background: var(--bg-raised); border-radius: 6px; }
.kf2o4 .v6erdbwh:nth-child(odd)  .ew3vubol { background: var(--bg-card); border-radius: 6px; }
.kf2o4 .v6erdbwh:nth-child(even) .ew3vubol { background: var(--bg-raised); border-radius: 6px; }
.wrcoh .v6erdbwh:nth-child(even) .sxt4x9vx .wl89,
.kf2o4 .v6erdbwh:nth-child(even) .sxt4x9vx .wl89 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wrcoh .v6erdbwh:nth-child(odd) .sxt4x9vx .wl89,
.kf2o4 .v6erdbwh:nth-child(odd) .sxt4x9vx .wl89 { background: var(--bg-card-inner); }
.wrcoh .v6erdbwh:nth-child(even) .ers5jvyi .wl89:nth-child(odd),
.kf2o4 .v6erdbwh:nth-child(even) .ers5jvyi .wl89:nth-child(odd)  { background: var(--bg-card); }
.wrcoh .v6erdbwh:nth-child(even) .ers5jvyi .wl89:nth-child(even),
.kf2o4 .v6erdbwh:nth-child(even) .ers5jvyi .wl89:nth-child(even) { background: var(--bg-card-inner); }
h1.tflbsuia { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.tflbsuia {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.uxd9vj1 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.fl1h h2.tflbsuia {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.mv8j7 h2.tflbsuia {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.qpbuj h2.tflbsuia {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.il79c h2.tflbsuia::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.rt3crpcd h2.tflbsuia {
  color: var(--text-primary); font-size: 1.7rem;
}
.b19z h2.tflbsuia::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.ocgbw h2.tflbsuia {
  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;
}
.k5rpn { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .k5rpn { display: none; } }
.njhvz3c4 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.t35d { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.dlnabab {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.a1ss81 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.v06d { padding-left: 20px; }
.v06d li { margin-bottom: 6px; }
.v06d a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.v06d a:hover { color: var(--accent-light); }
.cuahdnl .a1ss81 { display: none; }
.oql74 .a1ss81 { display: none; }
.oql74 .v06d { padding-left: 0; list-style: none; }
.oql74 .v06d li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.oql74 .v06d a { font-size: 0.92rem; }
.htk5 .dlnabab { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.htk5 .a1ss81 { display: none; }
.htk5 .v06d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.htk5 .v06d li { margin-bottom: 0; }
.htk5 .v06d 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;
}
.htk5 .v06d a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.y8bs .dlnabab { padding: 20px 20px 16px; }
.y8bs .v06d {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.y8bs .v06d li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.y8bs .v06d 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;
}
.y8bs .v06d 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;
}
.y8bs .v06d a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.y8bs .v06d a:focus,
.y8bs .v06d a:focus-visible,
.y8bs .v06d a:target { outline: none; }
.y8bs .v06d li:target a { border-color: var(--border); color: var(--text-muted); }
.fg0e .dlnabab { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fg0e .a1ss81 { display: none; }
.fg0e .v06d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fg0e .v06d li { margin-bottom: 0; }
.fg0e .v06d li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fg0e .v06d li:last-child::after { content: ""; margin-right: 0; }
.fg0e .v06d a { font-size: 0.9rem; }
.wl89 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.sxt4x9vx .wl89 { background: var(--bg-card); }
.ers5jvyi .wl89:nth-child(odd)  { background: var(--bg-card); }
.ers5jvyi .wl89:nth-child(even) { background: var(--bg-raised); }
.vfce .wl89 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.vfce .wl89:last-child { border-bottom: none; }
.vfce h3.uxd9vj1 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.lm0567 .wl89 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.lm0567 .wl89 + .wl89 { margin-top: 4px; }
.guku1by .wl89 { background: none; border-radius: 0; padding: 12px 0; }
.guku1by .wl89 + .wl89 { border-top: 1px solid var(--border-section); }
.nf8n21 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.q3kg8h { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.pnmkcx { color: var(--text-body); margin-bottom: 10px; }
.n9o3wgc, .i1fpu560 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.n9o3wgc li, .i1fpu560 li { margin-bottom: 6px; }
.i1fpu560 li { list-style: decimal; }
.m41gfbk     .n9o3wgc { list-style-type: "● "; }
.h6rcxj0  .n9o3wgc { list-style-type: "■ "; }
.cfuglbi2 .n9o3wgc { list-style-type: "◆ "; }
.kgf26v    .n9o3wgc { list-style-type: "★ "; }
.m41gfbk     .evpo09el { list-style-type: "● "; }
.h6rcxj0  .evpo09el { list-style-type: "■ "; }
.cfuglbi2 .evpo09el { list-style-type: "◆ "; }
.kgf26v    .evpo09el { list-style-type: "★ "; }
.m41gfbk    .n9o3wgc li::marker, .m41gfbk    .evpo09el li::marker,
.h6rcxj0 .n9o3wgc li::marker, .h6rcxj0 .evpo09el li::marker,
.cfuglbi2 .n9o3wgc li::marker, .cfuglbi2 .evpo09el li::marker,
.kgf26v   .n9o3wgc li::marker, .kgf26v   .evpo09el li::marker {
  color: var(--cta); font-size: 1em;
}
.m41gfbk .i1fpu560,
.h6rcxj0 .i1fpu560,
.cfuglbi2 .i1fpu560,
.kgf26v .i1fpu560 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.m41gfbk .i1fpu560 li,
.h6rcxj0 .i1fpu560 li,
.cfuglbi2 .i1fpu560 li,
.kgf26v .i1fpu560 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.m41gfbk .i1fpu560 li::before,
.h6rcxj0 .i1fpu560 li::before,
.cfuglbi2 .i1fpu560 li::before,
.kgf26v .i1fpu560 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;
}
.m41gfbk     .i1fpu560 li::before { border-radius: 50%; }
.h6rcxj0  .i1fpu560 li::before { border-radius: 3px; }
.cfuglbi2 .i1fpu560 li::before { border-radius: 3px; }
.kgf26v    .i1fpu560 li::before { border-radius: 50%; }
.r2xg { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.wede25 .r2xg,
.hsv2q4vk .r2xg { background: transparent; border: none; border-radius: 0; }
.o2x06 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.o2x06 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.o2x06 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.o2x06 tr:hover td { background: var(--bg-hover); }
.ic7gx .o2x06 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.sw9z .o2x06 { border: 1px solid var(--border-alt); }
.sw9z .o2x06 th,
.sw9z .o2x06 td { border: 1px solid var(--border-alt); }
.xjs5kqhi .o2x06 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xjs5kqhi .o2x06 td { border-bottom: none; }
.xjs5kqhi .o2x06 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.sm5ji90b .o2x06 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.f3v4ad .r2xg {
  overflow: hidden;
}
.f3v4ad .o2x06 th { border-bottom: 1px solid var(--border-alt); }
.f3v4ad .o2x06 tr:last-child td { border-bottom: none; }
.ih1wdop { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.gj014s { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.jn97s { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.t867sz7x { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ajbe { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.evpo09el { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.evpo09el 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%}
.oifg .t867sz7x { background: transparent; text-align: center; }
.l1n2 .jn97s {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ivzzy .jn97s {
  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);
}
.v3s3r .gj014s { display: grid; grid-template-columns: auto 1fr; }
.v3s3r .jn97s {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.v3s3r .t867sz7x { grid-column: 2; }
.v3s3r .ajbe,
.v3s3r .evpo09el { grid-column: 1 / -1; }
.e8gzx28g .gj014s { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.e8gzx28g .jn97s {
  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);
}
.e8gzx28g .t867sz7x { grid-column: 2; }
.e8gzx28g .ajbe,
.e8gzx28g .evpo09el { grid-column: 1 / -1; }
.ryemes .gj014s { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ryemes .t867sz7x { background: none; color: var(--accent-light); font-weight: 700; }
.pda9s2u .gj014s { 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); }
.pda9s2u .t867sz7x { background: none; color: var(--accent-light); font-weight: 700; }
.dp4mm .gj014s { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.dp4mm .gj014s:last-child { border-bottom: none; }
.dp4mm .t867sz7x { background: none; color: var(--accent-light); font-weight: 700; }
.odt10ic .gj014s { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.odt10ic .t867sz7x { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.uiv6 .ih1wdop { counter-reset: card-n; }
.uiv6 .gj014s  { counter-increment: card-n; }
.uiv6 .t867sz7x { display: flex; align-items: center; gap: 10px; }
.uiv6 .t867sz7x::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;
}
.kemjh .gj014s { background: var(--bg-surface); border: 1px solid var(--border); }
.kemjh .t867sz7x { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.cbrhiye { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.hgacjl  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.blkco { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.faxr0rg { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.h6hf { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.cbrhiye strong { color: var(--text-primary); font-size: 0.95rem; }
.cbrhiye p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.a6juzw5 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.qeey3eb, .d1r0 { border-radius: 8px; padding: 14px; }
.qeey3eb { background: var(--bg-pros); }
.d1r0 { background: var(--bg-cons); }
.ouamh { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.qeey3eb .ouamh { color: var(--c-pros-label); }
.d1r0 .ouamh { color: #f87171; }
.qeey3eb ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.d1r0 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.tgb8h { width: 100%; height: auto; border-radius: 10px; display: block; }
.ylkmul {
  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;
}
.ylkmul:hover { opacity: 0.85; }
.nt3i4rq .ylkmul  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.nt3i4rq .ylkmul:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xvtw4 .ylkmul  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.xvtw4 .ylkmul:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.nxr8b .rnrt { border-radius: 50px; }
.nxr8b .ylkmul  { border-radius: 50px; }
.lwhi802e .rnrt { padding-left: 22px; padding-right: 22px; }
.lwhi802e .ylkmul  { padding-left: 12px; padding-right: 12px; }
.g3ckwf .rnrt { padding-left: 44px; padding-right: 44px; }
.g3ckwf .ylkmul  { padding-left: 24px; padding-right: 24px; }
.kg1jc .rnrt { padding-left: 56px; padding-right: 56px; }
.kg1jc .ylkmul  { padding-left: 32px; padding-right: 32px; }
.lkc83   .rnrt::after, .lkc83   .ylkmul::after,
.s4dh4p54 .rnrt::after, .s4dh4p54 .ylkmul::after,
.f9gshs6w    .rnrt::after, .f9gshs6w    .ylkmul::after,
.g7al9ylk    .rnrt::after, .g7al9ylk    .ylkmul::after,
.p9r5    .rnrt::after, .p9r5    .ylkmul::after,
.mzy37zdg     .rnrt::after, .mzy37zdg     .ylkmul::after,
.o3cosijo    .rnrt::after, .o3cosijo    .ylkmul::after,
.l58jezdt   .rnrt::after, .l58jezdt   .ylkmul::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;
}
.lkc83 .rnrt::after, .lkc83 .ylkmul::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");
}
.s4dh4p54 .rnrt::after, .s4dh4p54 .ylkmul::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");
}
.f9gshs6w .rnrt::after, .f9gshs6w .ylkmul::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");
}
.g7al9ylk .rnrt::after, .g7al9ylk .ylkmul::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");
}
.p9r5 .rnrt::after, .p9r5 .ylkmul::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");
}
.mzy37zdg .rnrt::after, .mzy37zdg .ylkmul::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");
}
.o3cosijo .rnrt::after, .o3cosijo .ylkmul::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");
}
.l58jezdt .rnrt::after, .l58jezdt .ylkmul::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");
}
.njerzq   .hc1e::after, .njerzq   .ugqy2j::after,
.ou8xq8n1 .hc1e::after, .ou8xq8n1 .ugqy2j::after,
.zwkz    .hc1e::after, .zwkz    .ugqy2j::after,
.taqn    .hc1e::after, .taqn    .ugqy2j::after,
.xmpm    .hc1e::after, .xmpm    .ugqy2j::after,
.cu4z3n     .hc1e::after, .cu4z3n     .ugqy2j::after,
.crj4l7e    .hc1e::after, .crj4l7e    .ugqy2j::after,
.yhe27pa   .hc1e::after, .yhe27pa   .ugqy2j::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;
}
.njerzq .hc1e::after, .njerzq .ugqy2j::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");
}
.ou8xq8n1 .hc1e::after, .ou8xq8n1 .ugqy2j::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");
}
.zwkz .hc1e::after, .zwkz .ugqy2j::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");
}
.taqn .hc1e::after, .taqn .ugqy2j::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");
}
.xmpm .hc1e::after, .xmpm .ugqy2j::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");
}
.cu4z3n .hc1e::after, .cu4z3n .ugqy2j::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");
}
.crj4l7e .hc1e::after, .crj4l7e .ugqy2j::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");
}
.yhe27pa .hc1e::after, .yhe27pa .ugqy2j::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");
}
.iiml5hk .kpy6o5ko   { background: rgba(128,128,128,.12); }
.e0sc8.ylkmul {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .oixch {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .oixch::before    { grid-area: rank;   }
  .vnnc           { grid-area: ident;  }
  .jm4c5     { grid-area: rating; min-width: 0; width: auto; }
  .qtmyfy           { grid-area: pills;  }
  .e0sc8             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .oixch {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .oixch::before    { justify-self: center; }
  .vnnc           { width: 100%; }
  .jm4c5     { justify-self: center; }
  .qtmyfy           { grid-template-columns: 1fr; }
}
.r5gf .cgbuhx li::before { content: "→"; }
.r5gf .elbhlq1 li::before { content: "–"; }
@media (min-width: 860px) {
  .oxf8 .kvnkp {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .oxf8 .tx3zw3m { margin: 0; }
}
.hsv2q4vk .a6juzw5 { gap: 10px; }
.hsv2q4vk .qeey3eb, .hsv2q4vk .d1r0 { padding: 12px; }
.hsv2q4vk .qeey3eb ul, .hsv2q4vk .d1r0 ul { margin: 4px 0 0; padding-left: 18px; }
.hsv2q4vk .qeey3eb li, .hsv2q4vk .d1r0 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .sh2k5 { grid-template-columns: 1fr; }
  .qtx0n { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .qtx0n .rvnah7 { width: 72px; height: 50px; }
  .qtx0n .k5p7axhr { max-width: 180px; }
  .qtx0n .tpna8 { width: auto; }
}
@media (max-width: 720px) {
  .wmgt { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .c45qiuk { padding: 16px; }
  .eburs .ggl6n { min-width: 50%; }
}
.sgojlwkq .a6juzw5 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .xs90m { grid-template-columns: 1fr; }
  .qs6j00z { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zils { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .unfent { flex-wrap: wrap; padding: 16px; }
}
.y5gn .a6juzw5 { gap: 8px; }
.y5gn .qeey3eb, .y5gn .d1r0 { padding: 8px; }
@media (max-width: 480px) {
  .pvtk5tr { flex-direction: column; align-items: stretch; }
}
.jafk .tpna8 .ylkmul { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .sy5tya2s { flex-direction: column; align-items: stretch; gap: 10px; }
  .jafk .tpna8 { text-align: center; }
}
@media (max-width: 720px) {
  .esm0nny { grid-template-columns: 1fr; }
  .ty3d22vy { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .sf7p { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .vcgb7s { grid-template-columns: 1fr; }
  .dq5af { width: 100px; height: 100px; margin: 16px auto; }
  .dgo9zer { font-size: 1.4rem; }
  .hydffn64 { justify-content: center; }
  .fnrf1ra .ggl6n { min-width: 50%; }
}
.itwt8n .a6juzw5 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .uwuel9z { flex-wrap: wrap; padding: 14px 16px; }
  .obnm6 { padding: 12px 16px; }
  .itwt8n .a6juzw5 { margin: 0 16px; }
  .itwt8n .ov9jefhe { padding: 0 16px; }
  .fpdvzrc4 { padding: 12px 16px; }
}
.x523qpd .wztwyb3 { gap: 0; }
.x523qpd .oixch {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.x523qpd .oixch:last-child { border-bottom: none; }
.x523qpd .oixch:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.x523qpd .oixch:nth-child(even):hover { background: var(--bg-hover); }
.v0let8 { margin: 16px 0; }
.i0l0cy { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.i0l0cy summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.i0l0cy summary::after { content: "+"; color: var(--accent-light); }
.i0l0cy[open] summary::after { content: "−"; }
.i0l0cy p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.v6erdbwh { margin-bottom: 0; }
.jmuge0 h2.tflbsuia { color: var(--text-primary); border-color: var(--accent-light); }
.mjpp h2.tflbsuia { color: var(--text-primary); border-color: var(--accent-light); }
.sw7c4 .hgacjl     { background: #052e16; border-color: #10b981; }
.sw7c4 .blkco { background: #2d0a1e; border-color: #f43f5e; }
.sw7c4 .faxr0rg    { background: #1e1036; border-color: #a855f7; }
.sw7c4 .cbrhiye strong  { color: #f1f5f9; }
.sw7c4 .cbrhiye p       { color: #cbd5e1; }
.sw7c4 .wt1ah    .hgacjl     .h6hf::before,
.sw7c4 .so0wew0d  .hgacjl     .h6hf::before,
.sw7c4 .jf8kig  .hgacjl     .h6hf::before,
.sw7c4 .jp1e3w5 .hgacjl     .h6hf::before { color: #10b981; }
.sw7c4 .wt1ah    .blkco .h6hf::before,
.sw7c4 .so0wew0d  .blkco .h6hf::before,
.sw7c4 .jf8kig  .blkco .h6hf::before,
.sw7c4 .jp1e3w5 .blkco .h6hf::before { color: #f43f5e; }
.sw7c4 .wt1ah    .faxr0rg    .h6hf::before,
.sw7c4 .so0wew0d  .faxr0rg    .h6hf::before,
.sw7c4 .jf8kig  .faxr0rg    .h6hf::before,
.sw7c4 .jp1e3w5 .faxr0rg    .h6hf::before { color: #a855f7; }
.d2fz .hgacjl     { background: #2d2000; border-color: #eab308; }
.d2fz .blkco { background: #2d0b0b; border-color: #ef4444; }
.d2fz .faxr0rg    { background: #2d1600; border-color: #f97316; }
.d2fz .cbrhiye strong  { color: #f1f5f9; }
.d2fz .cbrhiye p       { color: #cbd5e1; }
.d2fz .wt1ah    .hgacjl     .h6hf::before,
.d2fz .so0wew0d  .hgacjl     .h6hf::before,
.d2fz .jf8kig  .hgacjl     .h6hf::before,
.d2fz .jp1e3w5 .hgacjl     .h6hf::before { color: #eab308; }
.d2fz .wt1ah    .blkco .h6hf::before,
.d2fz .so0wew0d  .blkco .h6hf::before,
.d2fz .jf8kig  .blkco .h6hf::before,
.d2fz .jp1e3w5 .blkco .h6hf::before { color: #ef4444; }
.d2fz .wt1ah    .faxr0rg    .h6hf::before,
.d2fz .so0wew0d  .faxr0rg    .h6hf::before,
.d2fz .jf8kig  .faxr0rg    .h6hf::before,
.d2fz .jp1e3w5 .faxr0rg    .h6hf::before { color: #f97316; }
.ho9b2 .hgacjl     { background: #0c1a2e; border-color: #38bdf8; }
.ho9b2 .blkco { background: #12103a; border-color: #818cf8; }
.ho9b2 .faxr0rg    { background: #0a2020; border-color: #2dd4bf; }
.ho9b2 .cbrhiye strong  { color: #f1f5f9; }
.ho9b2 .cbrhiye p       { color: #cbd5e1; }
.ho9b2 .wt1ah    .hgacjl     .h6hf::before,
.ho9b2 .so0wew0d  .hgacjl     .h6hf::before,
.ho9b2 .jf8kig  .hgacjl     .h6hf::before,
.ho9b2 .jp1e3w5 .hgacjl     .h6hf::before { color: #38bdf8; }
.ho9b2 .wt1ah    .blkco .h6hf::before,
.ho9b2 .so0wew0d  .blkco .h6hf::before,
.ho9b2 .jf8kig  .blkco .h6hf::before,
.ho9b2 .jp1e3w5 .blkco .h6hf::before { color: #818cf8; }
.ho9b2 .wt1ah    .faxr0rg    .h6hf::before,
.ho9b2 .so0wew0d  .faxr0rg    .h6hf::before,
.ho9b2 .jf8kig  .faxr0rg    .h6hf::before,
.ho9b2 .jp1e3w5 .faxr0rg    .h6hf::before { color: #2dd4bf; }
.sfpaxt .hgacjl     { background: var(--accent-bg); border-color: var(--accent-light); }
.sfpaxt .blkco { background: var(--accent-bg-light); border-color: var(--accent-light); }
.sfpaxt .faxr0rg    { background: var(--accent-bg); border-color: var(--accent-pale); }
.sfpaxt .wt1ah    .h6hf::before,
.sfpaxt .so0wew0d  .h6hf::before,
.sfpaxt .jf8kig  .h6hf::before,
.sfpaxt .jp1e3w5 .h6hf::before { color: var(--accent-light) !important; }
.ufab::before,
.sn1k::before { margin-right: 5px; }
.g5ydq1i6 .qeey3eb ul li,
.g5ydq1i6 .qeey3eb .ufab { color: #22c55e; }
.g5ydq1i6 .d1r0 ul li,
.g5ydq1i6 .d1r0 .sn1k { color: #ef4444; }
.o9vlfy .qeey3eb { background: var(--bg-pros); }
.o9vlfy .d1r0 { background: var(--bg-cons); }
.o9vlfy .qeey3eb .ufab { color: var(--c-pros-label); }
.o9vlfy .d1r0 .sn1k { color: var(--c-cons); }
.o9vlfy .qeey3eb ul li,
.o9vlfy .cgbuhx li            { color: var(--c-pros); }
.o9vlfy .d1r0 ul li,
.o9vlfy .elbhlq1 li            { color: var(--c-cons); }
.cl5uy9 .qeey3eb { background: var(--bg-pros); }
.cl5uy9 .d1r0 { background: var(--bg-cons); }
.cl5uy9 .qeey3eb .ufab { color: var(--c-pros-label); }
.cl5uy9 .d1r0 .sn1k { color: var(--c-cons); }
.cl5uy9 .qeey3eb ul li,
.cl5uy9 .d1r0 ul li,
.a83q .ufab::before { content: "✓ "; }
.a83q .sn1k::before { content: "✗ "; }
.r5gf .ufab::before { content: "→ "; }
.r5gf .sn1k::before { content: "← "; }
.vl3xh .ufab::before { content: "★ "; }
.vl3xh .sn1k::before { content: "✕ "; }
.ppcyb .ufab::before { content: "◆ "; }
.ppcyb .sn1k::before { content: "▲ "; }
.twd2wz .cbrhiye { background: transparent; border-left: none; border: 1.5px solid; }
.twd2wz .hgacjl     { border-color: var(--c-tip-border); }
.twd2wz .blkco { border-color: var(--c-warn-border); }
.twd2wz .faxr0rg    { border-color: #60a5fa; }
.twd2wz .cbrhiye strong { color: var(--text-primary); }
.twd2wz .cbrhiye p      { color: var(--text-muted); }
.slhh6c6v .cbrhiye { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.slhh6c6v .hgacjl     { border-top-color: var(--c-tip-border); }
.slhh6c6v .blkco { border-top-color: var(--c-warn-border); }
.slhh6c6v .faxr0rg    { border-top-color: #60a5fa; }
.n5t2k .cbrhiye { border-left: none; border-radius: 8px; }
.n5t2k .hgacjl     { background: #065f46; }
.n5t2k .blkco { background: #92400e; }
.n5t2k .faxr0rg    { background: #1e3a8a; }
.n5t2k .cbrhiye strong,
.n5t2k .cbrhiye p { color: #fff; }
.n5t2k .h6hf::before { color: rgba(255,255,255,0.85) !important; }
.sw7c4.n5t2k .hgacjl,
.sw7c4 .n5t2k .hgacjl     { background: #052e16; }
.sw7c4.n5t2k .blkco,
.sw7c4 .n5t2k .blkco { background: #2d0a1e; }
.sw7c4.n5t2k .faxr0rg,
.sw7c4 .n5t2k .faxr0rg    { background: #1e1036; }
.d2fz.n5t2k .hgacjl,
.d2fz .n5t2k .hgacjl      { background: #2d2000; }
.d2fz.n5t2k .blkco,
.d2fz .n5t2k .blkco  { background: #2d0b0b; }
.d2fz.n5t2k .faxr0rg,
.d2fz .n5t2k .faxr0rg     { background: #2d1600; }
.ho9b2.n5t2k .hgacjl,
.ho9b2 .n5t2k .hgacjl      { background: #0c1a2e; }
.ho9b2.n5t2k .blkco,
.ho9b2 .n5t2k .blkco  { background: #12103a; }
.ho9b2.n5t2k .faxr0rg,
.ho9b2 .n5t2k .faxr0rg     { background: #0a2020; }
.ailwa0 .cbrhiye { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ailwa0 .hgacjl     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ailwa0 .blkco { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ailwa0 .faxr0rg    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ailwa0 .cbrhiye strong { color: var(--text-primary); }
.ailwa0 .cbrhiye p      { color: var(--text-muted); }
.cki20mx .cbrhiye { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.wt1ah .h6hf,
.so0wew0d .h6hf,
.jf8kig .h6hf,
.jp1e3w5 .h6hf { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.wt1ah .h6hf::before,
.so0wew0d .h6hf::before,
.jf8kig .h6hf::before,
.jp1e3w5 .h6hf::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.wt1ah .hgacjl     .h6hf::before { content: "✦"; color: var(--c-tip-border); }
.wt1ah .blkco .h6hf::before { content: "▲"; color: var(--c-warn-border); }
.wt1ah .faxr0rg    .h6hf::before { content: "◉"; color: #60a5fa; }
.so0wew0d .hgacjl     .h6hf::before { content: "★"; color: var(--c-tip-border); }
.so0wew0d .blkco .h6hf::before { content: "◆"; color: var(--c-warn-border); }
.so0wew0d .faxr0rg    .h6hf::before { content: "●"; color: #60a5fa; }
.jf8kig .hgacjl     .h6hf::before { content: "▶"; color: var(--c-tip-border); }
.jf8kig .blkco .h6hf::before { content: "■"; color: var(--c-warn-border); }
.jf8kig .faxr0rg    .h6hf::before { content: "▸"; color: #60a5fa; }
.jp1e3w5 .hgacjl     .h6hf::before { content: "→"; color: var(--c-tip-border); }
.jp1e3w5 .blkco .h6hf::before { content: "⬥"; color: var(--c-warn-border); }
.jp1e3w5 .faxr0rg    .h6hf::before { content: "◈"; color: #60a5fa; }
.w85p .sxt4x9vx .wl89,
.w85p .ers5jvyi .wl89  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.w85p .gj014s                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.w85p .r2xg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.w85p .dlnabab                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.q8f32m .sxt4x9vx .wl89,
.q8f32m .ers5jvyi .wl89,
.q8f32m .gj014s,
.q8f32m .oixch,
.q8f32m .tx3zw3m,
.q8f32m .r2xg,
.q8f32m .dlnabab,
.q8f32m .cki20mx .cbrhiye { box-shadow: none; }
.jeoe   .pnmkcx, .jeoe .nf8n21, .jeoe .q3kg8h,
.jeoe   .njhvz3c4, .jeoe .t35d { font-size: 0.9rem; }
.jeoe   .n9o3wgc, .jeoe .i1fpu560 { font-size: 0.9rem; }
.v3zyf   .pnmkcx, .v3zyf .nf8n21, .v3zyf .q3kg8h,
.v3zyf   .njhvz3c4, .v3zyf .t35d { font-size: 0.95rem; }
.v3zyf   .n9o3wgc, .v3zyf .i1fpu560 { font-size: 0.95rem; }
.c0cn42   .pnmkcx, .c0cn42 .nf8n21, .c0cn42 .q3kg8h,
.c0cn42   .njhvz3c4, .c0cn42 .t35d { font-size: 1.08rem; }
.c0cn42   .n9o3wgc, .c0cn42 .i1fpu560 { font-size: 1.05rem; }
.c0cn42   .o2x06 { font-size: 0.97rem; }
.nw6f6r1g .rclvlno      { font-size: 3.2rem; }
.nw6f6r1g h2.tflbsuia { font-size: 1.9rem; }
.nw6f6r1g h3.uxd9vj1     { font-size: 1.4rem; }
.fhm1wl .rclvlno      { font-size: 3.8rem; }
.fhm1wl h2.tflbsuia { font-size: 2.2rem; }
.fhm1wl h3.uxd9vj1     { font-size: 1.6rem; }
.v6erdbwh + .v6erdbwh { position: relative; }
.gaefib8n   .v6erdbwh + .v6erdbwh::before,
.zlemt  .v6erdbwh + .v6erdbwh::before,
.x3i0suzg   .v6erdbwh + .v6erdbwh::before,
.bt6jop   .v6erdbwh + .v6erdbwh::before,
.rn3hz48   .v6erdbwh + .v6erdbwh::before,
.kdjf63r3 .v6erdbwh + .v6erdbwh::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.gaefib8n .v6erdbwh + .v6erdbwh::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zlemt .v6erdbwh + .v6erdbwh::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.x3i0suzg .v6erdbwh + .v6erdbwh::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;
}
.bt6jop .v6erdbwh + .v6erdbwh::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.luup7 .v6erdbwh { margin-bottom: 16px; }
.luup7 .v6erdbwh + .v6erdbwh { margin-top: 0; }
.luup7 .ew3vubol { padding-top: 0; padding-bottom: 0; }
.rn3hz48 .v6erdbwh + .v6erdbwh::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.kdjf63r3 .v6erdbwh + .v6erdbwh::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.hcu3 .v6erdbwh + .v6erdbwh::before,
.iqvt .v6erdbwh + .v6erdbwh::before,
.rlpl .v6erdbwh + .v6erdbwh::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%;
}
.wrcoh .hcu3 .v6erdbwh:nth-child(even)::before,
.wrcoh .iqvt .v6erdbwh:nth-child(even)::before,
.wrcoh .rlpl .v6erdbwh:nth-child(even)::before { background: var(--bg-surface); }
.kf2o4 .hcu3 .v6erdbwh:nth-child(even)::before,
.kf2o4 .iqvt .v6erdbwh:nth-child(even)::before,
.kf2o4 .rlpl .v6erdbwh:nth-child(even)::before { background: var(--bg-card); }
.hcu3 .v6erdbwh + .v6erdbwh::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");
}
.iqvt .v6erdbwh + .v6erdbwh::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");
}
.rlpl .v6erdbwh + .v6erdbwh::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");
}
.sd0f5w .oeh3phc,
.eyw7phie .oeh3phc { padding-bottom: 60px; }
.h1ltz .oeh3phc { padding-bottom: 70px; }
.be1xelyj .ul4ov7vx:not(.g84lh) .nb339q { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.be1xelyj .g84lh { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.be1xelyj .xw17k { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.be1xelyj .vhae { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ru7ys .vhae { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.cxvbv1h8 .vhae { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.a0xhog .vhae { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.k0hemtbc .vhae { background: var(--accent-bg); }
.bktcy .nqg0kux2 { float: left; width: 38%; margin: 0 28px 16px 0; }
.bktcy .nqg0kux2 .tgb8h { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bktcy .ew3vubol::after { content: ''; display: block; clear: both; }
.hpi8 .nqg0kux2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.hpi8 .nqg0kux2 .tgb8h { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hpi8 .ew3vubol::after { content: ''; display: block; clear: both; }
.i410bm .v6erdbwh:nth-child(odd)  .nqg0kux2 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.i410bm .v6erdbwh:nth-child(even) .nqg0kux2 { float: right; width: 38%; margin: 0 0 16px 28px; }
.i410bm .nqg0kux2 .tgb8h { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.i410bm .ew3vubol::after { content: ''; display: block; clear: both; }
.bktcy .ih1wdop,
.bktcy .wztwyb3,
.hpi8 .ih1wdop,
.i410bm .ih1wdop,
@media (max-width: 900px) {
  .bktcy .nqg0kux2,
  .hpi8 .nqg0kux2,
  .i410bm .v6erdbwh:nth-child(odd)  .nqg0kux2,
  .i410bm .v6erdbwh:nth-child(even) .nqg0kux2 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .bktcy .nqg0kux2 .tgb8h,
  .hpi8 .nqg0kux2 .tgb8h,
  .i410bm .nqg0kux2 .tgb8h {
    max-height: none !important;
  }
}
.bktcy .n9o3wgc,
.bktcy .i1fpu560,
.hpi8 .n9o3wgc,
.hpi8 .i1fpu560,
.i410bm .n9o3wgc,
.i410bm .i1fpu560 { overflow: hidden; }
@media (max-width: 640px) {
  .bktcy .nqg0kux2,
  .hpi8 .nqg0kux2,
  .i410bm .nqg0kux2 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.yyfoc .vf887zjq,
.yyfoc .ew3vubol,
.yyfoc .er0683r  { max-width: 1100px; }
.yyfoc { --content-mw: 1100px; }
.cyukae .vf887zjq,
.cyukae .ew3vubol,
.cyukae .er0683r  { max-width: 1200px; }
.ji816 .vf887zjq,
.ji816 .ew3vubol,
.ji816 .er0683r  { max-width: 1320px; }
.wqf1td { font-size: 0.82rem; color: var(--text-muted); }
.g646 { display: flex; align-items: center; }
.ndjw {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.i7v8h106 { display: flex; align-items: center; }
.d8gt2x { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.d8gt2x:hover { text-decoration: underline; }
.ql3v8bz { margin: 0 3px; opacity: 0.45; }
.ql3v8bz::before { content: '/'; }
.qenwymbh { padding: 2px 5px; color: var(--text-main); }
.mm9s .wqf1td {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.mm9s .g646 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vkofq1r .wqf1td {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.vkofq1r .g646 { padding: 0 0 0 12px; }
.oqp6 .g646 { padding: 0 16px; }
.oqp6 .wqf1td {
  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);
}
.oqp6 .vf887zjq { padding-top: 28px; }
@media (max-width: 720px) {
  .yo9zjbf0 { margin-top: 18px; padding: 0 16px; }
  .oqp6 .vf887zjq { padding-top: 16px; }
}
.yyfoc.mm9s .g646 { max-width: 1100px; }
.cyukae.mm9s .g646 { max-width: 1200px; }
.ji816.mm9s .g646 { max-width: 1320px; }
.yyfoc .yo9zjbf0 { max-width: 1100px; }
.ekb7z80w .v6erdbwh { padding-top: 16px; padding-bottom: 16px; }
.tnsf7oz9 .v6erdbwh { padding-top: 24px; padding-bottom: 24px; }
.vih0 .v6erdbwh { padding-top: 40px; padding-bottom: 40px; }
.ek34 .v6erdbwh { padding-top: 52px; padding-bottom: 52px; }
.jdhzb3tf .v6erdbwh:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jdhzb3tf .v6erdbwh:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jdhzb3tf .v6erdbwh:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jdhzb3tf .v6erdbwh:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.mxddn .ew3vubol { padding-top: 10px;  padding-bottom: 10px; }
.fz4n .ew3vubol { padding-top: 18px;  padding-bottom: 18px; }
.x66fkp7 .ew3vubol { padding-top: 36px;  padding-bottom: 36px; }
.m9zr2pnz .ew3vubol { padding-top: 48px;  padding-bottom: 48px; }
.hxxc1bb h2.tflbsuia { font-weight: 600; }
.hxxc1bb h3.uxd9vj1     { font-weight: 600; }
.pumq { font-weight: 500; }
.pumq h2.tflbsuia { font-weight: 800; }
.pumq h3.uxd9vj1     { font-weight: 700; }
.p1tvf7r h2.tflbsuia { font-weight: 900; }
.p1tvf7r h3.uxd9vj1     { font-weight: 800; }
.p1tvf7r .cbrhiye strong,
.p1tvf7r .cbrhiye strong { font-weight: 600; }
.hc1e {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.t4mj .hc1e { display: none; }
@media (max-width: 640px) {
  .vuc3 { display: none; }
  .hc1e {
    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;
  }
}
.hc1e { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hc1e:hover { opacity: 0.85; }
.ellzyme0 .hc1e { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.pynmyoey .hc1e,
.ysn62  .hc1e { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.pynmyoey .hc1e:hover,
.ysn62  .hc1e:hover { opacity: 0.88; }
.ellzyme0.pynmyoey .hc1e,
.ellzyme0.ysn62  .hc1e { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ugqy2j {
  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;
}
.ugqy2j:hover { transform: translateY(-2px); opacity: 0.92; }
.ugqy2j { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ec2m35 .ugqy2j { display: none; }
.ooco6f .ugqy2j { right: 32px; }
.c6yz7bc  .ugqy2j { left: 32px; }
@media (max-width: 480px) {
  .ooco6f .ugqy2j { right: 20px; bottom: 20px; }
  .c6yz7bc  .ugqy2j { left: 20px; bottom: 20px; }
}
.gmnqcjlf { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.er0683r { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.hkpb8 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.p2aote5k { color: var(--text-dim); font-size: 0.8rem; }
.i2ov { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.i2ov img { height: 26px; width: auto; object-fit: contain; }
.yulp .er0683r { text-align: center; }
.yulp .hkpb8 { margin-top: 0; }
@media (max-width: 640px) {
  .er0683r { padding-left: 16px; padding-right: 16px; }
  .ldn6mzvo .er0683r { padding: 20px 16px; }
  .mr15dzoq { gap: 4px 12px; }
  .hkpb8 { font-size: 0.78rem; }
}
.b4jz6ddk .zrwgub9 .i2ov { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.b4jz6ddk .hkpb8 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.b4jz6ddk .p2aote5k { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .b4jz6ddk .r5m4t { grid-template-columns: 1fr 1fr; } .b4jz6ddk .zrwgub9 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .b4jz6ddk .r5m4t { grid-template-columns: 1fr; } }
.bp0xg5 .hhcy { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.bp0xg5 .i2ov { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.bp0xg5 .wn1s { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.bp0xg5 .wn1s a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.bp0xg5 .wn1s a:hover { color: var(--accent-light); }
.du6pzba { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.bp0xg5 .w1simx { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.bp0xg5 .ih1k2rw8 { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.bp0xg5 .ih1k2rw8 a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.bp0xg5 .ih1k2rw8 a:hover { color: var(--accent-light); }
.bp0xg5 .hkpb8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .bp0xg5 .hhcy { gap: 12px; } .bp0xg5 .i2ov { margin-right: 0; width: 100%; } }
.ku5qpk .zq5z2gum .i2ov { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ku5qpk .hkpb8 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ku5qpk .p2aote5k { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ku5qpk .xlty { grid-template-columns: 1fr 1fr; } .ku5qpk .zq5z2gum { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ku5qpk .xlty { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .iald .rwho { grid-template-columns: 1fr 1fr; } .iald .uyseuo8p:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .iald .rwho { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .qxe0k85 .rwho { grid-template-columns: 1fr; } }
.cyqxqsw .er0683r { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.rfkr71e .rigqdfpr      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.rfkr71e .gmnqcjlf { background: var(--bg-page); border-top-color: var(--border-alt); }
.zovv9f .rigqdfpr      { background: #0d1117; border-bottom-color: #21262d; }
.zovv9f .ox92 { color: var(--accent-light); }
.zovv9f .hi8u { --msep-color: #8b949e; }
.zovv9f .hi8u a { color: #8b949e; }
.zovv9f .hi8u a:hover { color: var(--accent-light); }
.zovv9f .dkfb { color: #8b949e; }
.zovv9f .gmnqcjlf { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.zovv9f .hkpb8,
.zovv9f .p2aote5k { color: #6e7681; }
.zovv9f .nkfbj06 a, .zovv9f .wn1s a,
.zovv9f .ih1k2rw8 a { color: #8b949e; }
.zovv9f .i2ov { color: #e6edf3; }
.zovv9f .nkfbj06 a:hover, .zovv9f .wn1s a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .zovv9f .hi8u { background: #0d1117; border-top-color: #21262d; }
  .zovv9f .hi8u li a { border-bottom-color: #21262d; }
}
.n34day .rigqdfpr      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.n34day .ox92 { color: var(--accent-light); }
.n34day .hi8u { --msep-color: #475569; }
.n34day .hi8u a { color: #475569; }
.n34day .hi8u a:hover { color: var(--accent-light); }
.n34day .dkfb { color: #64748b; }
.n34day .gmnqcjlf { background: #f0f4f8; border-top-color: #cbd5e1; }
.n34day .hkpb8,
.n34day .p2aote5k { color: #64748b; }
.n34day .nkfbj06 a, .n34day .wn1s a,
.n34day .ih1k2rw8 a, .n34day .i2ov { color: #374151; }
.n34day .nkfbj06 a:hover, .n34day .wn1s a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .n34day .hi8u { background: #f0f4f8; border-top-color: #cbd5e1; }
  .n34day .hi8u li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.pynmyoey .rigqdfpr      { background: var(--accent); border-bottom-color: var(--accent-light); }
.pynmyoey .ox92 { color: #fff; }
.pynmyoey .hi8u { --msep-color: rgba(255,255,255,0.82); }
.pynmyoey .hi8u a { color: rgba(255,255,255,0.82); }
.pynmyoey .hi8u a:hover { color: #fff; }
.pynmyoey .dkfb { color: rgba(255,255,255,0.9); }
.pynmyoey .gmnqcjlf { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.pynmyoey .hkpb8,
.pynmyoey .p2aote5k { color: rgba(255,255,255,0.72); }
.pynmyoey .nkfbj06 a, .pynmyoey .wn1s a,
.pynmyoey .ih1k2rw8 a, .pynmyoey .i2ov { color: #fff; }
.pynmyoey .nkfbj06 a:hover, .pynmyoey .wn1s a:hover { color: #fff; }
@media (max-width: 640px) {
  .pynmyoey .hi8u { background: var(--accent); border-top-color: var(--accent-light); }
  .pynmyoey .hi8u li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ysn62 .rigqdfpr {
  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);
}
.ysn62 .gmnqcjlf {
  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) {
  .ysn62 .hi8u {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.z8yi .njsv { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.y6d5 .njsv { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.a9rrf7i .njsv { min-height: 72px; height: auto; }
.pqjkeg .njsv { min-height: 84px; height: auto; }
.ldn6mzvo .njsv { max-width: none; padding: 0 32px; }
.ldn6mzvo .er0683r  { max-width: none; padding: 24px 32px; }
.nstun42h.cyukae .njsv { max-width: 1200px; }
.nstun42h.ji816 .njsv { max-width: 1320px; }
.cyabi62b   .ox92, .cyabi62b   .i2ov { text-transform: capitalize; }
.r59wzs .ox92, .r59wzs .i2ov { text-transform: lowercase; }
.lri4g9m .ox92, .lri4g9m .i2ov { text-transform: uppercase; letter-spacing: 0.06em; }
.hmtc, .ntxth {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.r3y0u72o .hmtc,
.r3y0u72o .ntxth { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.dbip3ajw .hmtc,
.dbip3ajw .ntxth { 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; }
.wtnbxvk2 .hmtc,
.wtnbxvk2 .ntxth { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.naiu .hmtc,
.naiu .ntxth { 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; }
.trkh56s   .hi8u a { font-weight: 500; }
.s7yuasf .hi8u a { font-weight: 600; }
.qs6l1eb4     .hi8u a { font-weight: 700; }
.nlaar3v    .hi8u a { font-weight: 800; letter-spacing: 0.01em; }
.z039cv0w     .hi8u > li + li::before,
.rbhtiev    .hi8u > li + li::before,
.dw3obb    .hi8u > li + li::before,
.siwml .hi8u > li + li::before,
.em7l .hi8u > li + li::before,
.ba359tn3  .hi8u > li + li::before,
.k93es    .hi8u > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.z039cv0w     .hi8u > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.rbhtiev    .hi8u > li + li::before { content: "|"; }
.dw3obb    .hi8u > li + li::before { content: "—"; }
.siwml .hi8u > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.em7l .hi8u > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ba359tn3  .hi8u > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.k93es    .hi8u > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .i4ux4j .dkfb,
  .npwel .dkfb,
  .ngz746 .dkfb,
  .thyi85x .dkfb,
  .zhkbu3gc .dkfb {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .i4ux4j .dkfb::before,
  .npwel .dkfb::before,
  .ngz746 .dkfb::before,
  .thyi85x .dkfb::before,
  .zhkbu3gc .dkfb::before { content: ""; display: block; flex-shrink: 0; }

  
  .i4ux4j .dkfb::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;
  }

  
  .npwel .dkfb::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;
  }

  
  .ngz746 .dkfb::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;
  }

  
  .thyi85x .dkfb::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;
  }

  
  .zhkbu3gc .dkfb::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) {
  .t893zbf6 .dkfb {
    padding: 5px 14px;
  }
  .t893zbf6 .hi8u {
    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;
  }
  .t893zbf6 .hi8u li a {
    border-bottom: none; padding: 10px 22px;
  }
  .t893zbf6 .hi8u li a:hover { background: var(--bg-raised); }
  .t893zbf6 .f85hxzh1,
  .qjr4rkj .f85hxzh1,
  .moeoyvt .f85hxzh1 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .g3db .dkfb {
    padding: 5px 10px;
  }
  .g3db .hi8u {
    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);
  }
  .g3db .hi8u.bvpbzne { transform: translateX(0); }
  .g3db .hi8u li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .g3db .hi8u li:last-child a { border-bottom: none; }
  .pynmyoey .hi8u,
  .zovv9f .hi8u { background: var(--accent) !important; }
  .pynmyoey .hi8u li a,
  .zovv9f .hi8u li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .moeoyvt .dkfb {
    padding: 5px 10px;
  }
  .moeoyvt .hi8u {
    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);
  }
  .moeoyvt .hi8u::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .moeoyvt .hi8u.bvpbzne { transform: translateY(0); }
  .moeoyvt .hi8u li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .svnd .dkfb {
    padding: 5px 10px;
  }
  .svnd .hi8u {
    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;
  }
  .svnd .hi8u.bvpbzne { opacity: 1; pointer-events: auto; }
  .svnd .hi8u li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .efkfruej     .dkfb { border-radius: 0 !important; }
  .vhnzqb   .dkfb { border-radius: 8px !important; }
  .o6zrxqt .dkfb { border-radius: 50% !important; }
  .q1pr   .dkfb { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .oc526ag .b5e8xw4 { flex-direction: column; align-items: stretch; }
  .oc526ag .m283am { flex-direction: row; min-width: auto; }
  .oc526ag .gj8px { align-items: flex-start; text-align: left; }
}
.hc7n0tha,
.hc7n0tha.v6erdbwh,
.wrcoh .hc7n0tha,
.ojruw35 .hc7n0tha,
.kf2o4 .hc7n0tha,
.vu4nfw4f .hc7n0tha {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.aqwx2ug {
  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;
}
.ixz3zl { flex: 1 1 280px; min-width: 0; }
.mo0h8gy {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.lma25c {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.axwwjk34 {
  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;
}
.axwwjk34:hover { transform: translateY(-1px); opacity: 0.95; }
.jaxdkk1 .aqwx2ug {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.jaxdkk1 .mo0h8gy { color: var(--cta); }
.jaxdkk1 .lma25c { color: var(--text-body); }
.jaxdkk1 .axwwjk34 {
  background: var(--cta) !important;
  color: #fff !important;
}
.ch69zfia .aqwx2ug {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ch69zfia .mo0h8gy { color: var(--text-primary); }
.ch69zfia .lma25c { color: var(--text-body); }
.ch69zfia .axwwjk34 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .aqwx2ug {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ixz3zl { flex: 0 0 auto; }
  .mo0h8gy { font-size: 1.2rem; }
  .axwwjk34 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.axtfcl3l .riuqx { height: 36px; }
.i5jvd .riuqx { height: 60px; max-width: 200px; }
.l1zwv7u .riuqx { height: 56px; max-width: 180px; }
.q71965    .jpfls63, .q71965    .myi84jq0 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .d58nn3y7 .wztwyb3 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .d58nn3y7 .oixch {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .d58nn3y7 .oixch { padding: 40px 16px 20px; }
  .d58nn3y7 .iozq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .d58nn3y7 .e0sc8 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .yy1y0cf .oixch {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .yy1y0cf .oixch::before {
    position: absolute; top: 14px; left: 14px;
  }
  .yy1y0cf .vnnc {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .yy1y0cf .ejt4bmcr { white-space: normal; text-align: center; font-size: 1.2rem; }
  .yy1y0cf .iozq {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .yy1y0cf .e0sc8 { width: 100%; min-width: 0; }
  .yy1y0cf .jpfls63 { min-width: 0; }
}
.rby1i4 .oixch::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.mwdmtos .i0l0cy {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.mwdmtos .i0l0cy summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.mwdmtos .i0l0cy p { padding: 0 2px 16px; }
.vhkkto5 .i0l0cy { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.vhkkto5 .i0l0cy summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.vhkkto5 .i0l0cy summary::after { content: "›"; font-size: 1.2em; }
.vhkkto5 .i0l0cy[open] summary::after { content: "‹"; }
.vhkkto5 .i0l0cy p { padding: 10px 22px 4px; }
.essmo .i0l0cy {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.essmo .i0l0cy summary { color: var(--text-primary); padding-left: 16px; }
.essmo .i0l0cy summary::after { content: "›"; font-size: 1.1em; }
.essmo .i0l0cy[open] summary::after { content: "‹"; }
.essmo .i0l0cy p { padding-left: 16px; }
.hg3k .v0let8 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hg3k .i0l0cy {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hg3k .i0l0cy:last-child { border-bottom: none; }
.hg3k .i0l0cy summary { color: var(--text-primary); border-radius: 0; }
.hg3k .i0l0cy summary::after { content: "›"; font-size: 1.1em; }
.hg3k .i0l0cy[open] summary::after { content: "‹"; }
.puh9 .i0l0cy { overflow: hidden; }
.puh9 .i0l0cy summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.puh9 .i0l0cy summary::after { color: rgba(255,255,255,.75); }
.puh9 .i0l0cy[open] summary { border-radius: 0; }
.qabf22j5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.eetdjq3 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.hulvt4 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.sn428 { color: var(--text-muted); font-size: 1.05rem; }
.m0lg40 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.lnyep { margin-bottom: 20px; }
.do6sx {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.nhnp82hc {
  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;
}
.nhnp82hc:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.kib85r { resize: vertical; min-height: 130px; }
.a2pcd { width: 100%; margin-top: 8px; }
.lkcwv {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ri2nvsl {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.uarltpj { color: var(--text-muted); line-height: 1.75; }
.k2hbn83 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.k2hbn83 li { margin-bottom: 6px; }
.u8fascc { max-width: 760px; margin: 0 auto; }
.fqu31 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.g538 { max-width: 760px; margin: 0 auto; }
.a12cuvem { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.u4jo3 ul.k2hbn83 { margin: 0; }
.fg9f { max-width: 900px; margin: 0 auto; }
.gsz5 { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.gsz5:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.gsz5 .a12cuvem { margin: 0; font-size: 1rem; }
.gsz5 .yht8aqs p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .gsz5 { grid-template-columns: 1fr; gap: 10px; } }
.c8dil0i .a12cuvem { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.vr7mw89 .k2hbn83 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .z575 { grid-template-columns: 1fr; } }
.b5l5iqig { color: inherit; text-decoration: none; }
.b5l5iqig:hover { color: var(--accent-light); text-decoration: underline; }
.juumafv { display: inline-block; line-height: 0; }
.orykfu { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xhm19 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xhm19:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ex0mjrt { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.xhm19 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xhm19 ul.k2hbn83 { margin: 0; }
.k9lg { color: var(--text-muted); line-height: 1.75; }
.yeyhcm0 .k2hbn83,
.po1wyr4 .k2hbn83,
.rx4c41 .k2hbn83,
.iwpmp .k2hbn83 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.yeyhcm0 .xhm19,
.po1wyr4 .xhm19 { text-align: left; }
.yeyhcm0 .ex0mjrt,
.po1wyr4 .ex0mjrt { text-align: center; }
.q5qz { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ss57 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.pfrbmi { font-size: 1.1rem; }
.jtke8 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.fpadtn7 { margin-top: 12px; }
.jpoms { 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; }
.jpoms:hover { border-bottom-color: var(--accent-light); }
.a8x3r5 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.a8x3r5 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rwha26s { width: 260px; height: 260px; }
.ws4ashea { border-radius: 10px; }
.rdph { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.uu7nun { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .qttl2e9 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.po88sier .jtke8, .po88sier .ss57 { max-width: 640px; }
.cf9qabz { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.amo3p62e { position: sticky; top: 96px; align-self: start; }
.amo3p62e .q5qz { font-size: 1.6rem; margin-top: 18px; }
.tay88j2 .jtke8 { margin-bottom: 28px; }
@media (max-width: 860px) { .cf9qabz { grid-template-columns: 1fr; } .amo3p62e { position: static; text-align: center; } }
.t3mmhrfc .a8x3r5 { margin: 0 auto 18px; }
.t3mmhrfc .rdph { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .m9m13ca { grid-template-columns: 1fr; } }
.mnrhmp .q5qz { font-size: 1.6rem; margin-bottom: 6px; }
.iwpmp .k2hbn83 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .mnrhmp { flex-direction: column; text-align: center; } .vxn5536 { grid-template-columns: 1fr; } }
.ey7se19t .q5qz { font-size: 1.35rem; margin: 0 0 4px; }
.ey7se19t .rdph { margin: 0; }
.nevu0m { max-width: 760px; margin: 0 auto; }
.f33ou { position: relative; padding-left: 28px; }
.f33ou::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.n3fj97mq { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.n3fj97mq:last-child { padding-bottom: 0; }
.sf31 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.rennsbrh h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.rennsbrh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.u7enb7xs .hulvt4 { color: var(--accent-light); }
.g7473b0 .hulvt4 { font-size: 2rem; }
.g7473b0 .sn428 { max-width: 680px; }
.fngp .hulvt4 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.fngp .sn428  { margin: 0; }
@media (max-width: 640px) { .fngp { flex-direction: column; } }
.ony6q3r {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.ony6q3r .hulvt4 { color: var(--accent-light); }
.kqi46ow .hulvt4 { color: #fff; }
.kqi46ow .sn428  { color: rgba(255,255,255,0.85); }
.bfet1x { max-width: 680px; margin: 0 auto; }
.z0mj3 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .z0mj3 { grid-template-columns: 1fr; } }
.bfpfj .nhnp82hc {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.bfpfj .nhnp82hc:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.g230rq .nhnp82hc { background: var(--bg-raised); border-color: transparent; }
.g230rq .nhnp82hc:focus { background: var(--bg-card); border-color: var(--accent-light); }
.e24h3wh6 .nhnp82hc { border-radius: 100px; padding: 11px 20px; }
.e24h3wh6 .kib85r { border-radius: 14px; }
@media (max-width: 640px) { .lmv32 { grid-template-columns: 1fr; } }
.oh78 { counter-reset: priv-count; }
.ajsbi9 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.ajsbi9:last-child { border-bottom: none; }
.c3kc2 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.ajsbi9 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ajsbi9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.jxwbm5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.jxwbm5 li { margin-bottom: 6px; }
.czgl{display:none}
.czgl:empty,.t8wk:empty{display:none}
.kz8k{position:relative;overflow:visible}
.fht44a .flryce7,.n7piywyg .flryce7,
.wb5xx .flryce7,.yujta6 .flryce7,
.rgzs5 .flryce7,.pz5x .flryce7{display:block}
.yqfauqq .qdhl8{display:block}
.fht44a .flryce7,.n7piywyg .flryce7,
.wb5xx .flryce7,.yujta6 .flryce7,
.rgzs5 .flryce7{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}
.fht44a .flryce7 .t8wk,.n7piywyg .flryce7 .t8wk,
.wb5xx .flryce7 .t8wk,.yujta6 .flryce7 .t8wk,
.rgzs5 .flryce7 .t8wk{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}
.fht44a .rjdem1g1,.n7piywyg .rjdem1g1,
.wb5xx .rjdem1g1,.yujta6 .rjdem1g1,
.rgzs5 .rjdem1g1{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.fht44a .flryce7,.n7piywyg .flryce7{top:12px}
.fht44a .flryce7 .t8wk{margin-right:auto}
.n7piywyg .flryce7 .t8wk{margin-left:auto}
.n7piywyg .flryce7{text-align:right}
.wb5xx .flryce7,.yujta6 .flryce7{bottom:12px}
.wb5xx .flryce7 .t8wk{margin-right:auto}
.yujta6 .flryce7 .t8wk{margin-left:auto}
.yujta6 .flryce7{text-align:right}
.rgzs5 .flryce7{position:relative;margin-top:16px}
.rgzs5 .flryce7 .t8wk{margin:0 auto}
.pz5x .flryce7{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.pz5x .flryce7 .t8wk{margin:0}
.pz5x .vhae~.flryce7,
.pz5x .f8k2jh35~.flryce7{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.pz5x .vhae~.flryce7 .t8wk,
.pz5x .f8k2jh35~.flryce7 .t8wk{justify-content:flex-start}
.vhae~.flryce7,.f8k2jh35~.flryce7{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}
.vhae~.flryce7 .t8wk{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.f8k2jh35~.flryce7 .t8wk{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qdhl8 .t8wk{margin:0 0 12px}
.t8wk{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.rjdem1g1{white-space:nowrap}
.c2icx6 .rjdem1g1{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.nx9eu .rjdem1g1{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}
.oc7r5m .t8wk{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.te08ep .rjdem1g1{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.kl9qxugo .rjdem1g1{color: var(--accent-light);opacity:1;font-weight:500}
.xh6yrik .rjdem1g1{border-bottom:1px solid currentColor;padding-bottom:2px}
.ova7mgrz .t8wk{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.zow0lv{--date-bg:transparent}
.le06 .nl22ypna::before{content:""}
.e1p17l6a .rjdem1g1 + .rjdem1g1::before{content:"•";margin-right:6px;opacity:.4}
.rua740x .rjdem1g1 + .rjdem1g1::before{content:"/";margin-right:6px;opacity:.35}
.lwmuuy .rjdem1g1 + .rjdem1g1::before{content:"|";margin-right:6px;opacity:.3}
.wymib7 .rjdem1g1 + .rjdem1g1::before{content:"—";margin-right:6px;opacity:.3}
.ye5tzn .rjdem1g1 + .rjdem1g1::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.l9tp .rjdem1g1 + .rjdem1g1::before{content:"·";margin-right:6px;opacity:.4}
.uycbb18b .rjdem1g1 + .rjdem1g1::before{content:"›";margin-right:6px;opacity:.4}
.ow2i .rjdem1g1 + .rjdem1g1::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.s10k1sbq{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.muge{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.edblcz3{display:flex;flex-direction:column;gap:3px}
.mid1t{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.r3w37k7{font-weight:700;font-size:1rem;color:var(--text-heading)}
.h8eh2{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.cktbz .s10k1sbq{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.c4z4ugm .s10k1sbq{border-top:3px solid var(--accent);padding-top:18px}
.jyrueoy .s10k1sbq{border-left:3px solid var(--accent);border-radius:0}
.jkpu03u .s10k1sbq{padding:20px 0}
@media(max-width:640px){
  .s10k1sbq{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .h8eh2{max-width:100%}
}
.ynl9zpy2 .r2xg{margin:0}
@media (max-width:560px){
  .c373av{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) {
  .zegu { padding: 28px 18px 20px; }
  .ptravmnf { font-size: 1.2rem; }
  .p5my6yj { max-width: 220px; max-height: 80px; }
}
.tmvh21g  .n2l7 { border-radius: 6px; }
.d9hlkx .aqwx2ug {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .n2l7 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.evtn76d {
  margin: 28px 0 24px;
}
.evtn76d .v6erdbwh {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.evtn76d .ew3vubol {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.evtn76d .aqwx2ug {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .njsv { flex-direction: row-reverse; }
[dir="rtl"] .hi8u { flex-direction: row-reverse; }
[dir="rtl"] .ooco6f .ugqy2j { right: auto; left: 32px; }
[dir="rtl"] .c6yz7bc  .ugqy2j { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .ooco6f .ugqy2j { right: auto; left: 20px; }
  [dir="rtl"] .c6yz7bc  .ugqy2j { left: auto;  right: 20px; }
}
[dir="rtl"] .bktcy .nqg0kux2  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .hpi8 .nqg0kux2 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .vhae,
[dir="rtl"] .rn12hhv,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .n9o3wgc, [dir="rtl"] .i1fpu560 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qeey3eb { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .d1r0 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .cbrhiye { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .aqwx2ug { direction: rtl; }
[dir="rtl"] .wqf1td { direction: rtl; }
[dir="rtl"] .dlnabab { direction: rtl; }
[dir="rtl"] .v06d { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .m41gfbk .i1fpu560,
[dir="rtl"] .h6rcxj0 .i1fpu560,
[dir="rtl"] .cfuglbi2 .i1fpu560,
[dir="rtl"] .kgf26v .i1fpu560 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .m41gfbk .i1fpu560 li::before,
[dir="rtl"] .h6rcxj0 .i1fpu560 li::before,
[dir="rtl"] .cfuglbi2 .i1fpu560 li::before,
[dir="rtl"] .kgf26v .i1fpu560 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ul4ov7vx.wlgbs .n50wl5,
[dir="rtl"] .lx4whk4j.wlgbs .n50wl5,
[dir="rtl"] .g84lh.wlgbs .n50wl5,
[dir="rtl"] .fsnvongw.wlgbs .n50wl5,
[dir="rtl"] .ol3u.wlgbs .n50wl5 { text-align: right; }
[dir="rtl"] .vhae.wlgbs .oeh3phc { align-items: flex-end; text-align: right; }
[dir="rtl"] .vhae.yzp8u .oeh3phc { text-align: center; }
[dir="rtl"] .vhae .oeh3phc { text-align: right; }
[dir="rtl"] .ew3vubol,
[dir="rtl"] .njhvz3c4,
[dir="rtl"] .t35d,
[dir="rtl"] .k5rpn,
[dir="rtl"] .m0lg40,
[dir="rtl"] .do6sx,
[dir="rtl"] .jtke8,
[dir="rtl"] .nhnp82hc,
[dir="rtl"] .kib85r { text-align: right; direction: rtl; }
[dir="rtl"] .e24h3wh6 .nhnp82hc,
[dir="rtl"] .bfpfj .nhnp82hc { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #cb0a6c;
  --brand:           #cb0a6c;
  --brand-light:     #a9125e;
  --brand-pale:      #cb2378;
  --grad-start:      #f53b99;
  --grad-end:        #f17cb7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #cb0a6c;
  --cta-light:       #a80357;
  --cta-hover:       #90074c;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f4;
  --bg-raised:       #f1edef;
  --bg-hover:        #f6f3f4;
  --border:          #e9e1e5;
  --border-alt:      #ddcfd6;
  --border-section:  #e9e1e5;
  --text-primary:    #1c1619;
  --text-muted:      #625059;
  --text-body:       #382d33;
  --text-sub:        #54444c;
  --text-faint:      #8c727f;
  --text-dim:        #a38e99;
  --text-label:      #705b66;
  --text-value:      #46393f;
  --accent-bg:       #f6deea;
  --accent-bg-light: #f4c2db;
  --bg-tip:          #f1f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f1f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #1b960c;
  --c-cons:          #9f212b;
  --c-pros-label:    #20b30e;
  --c-tip-border:    #24c610;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1b960c;
}
:root { --logo-bg-opacity: 39%; }
body, button, input { font-family: "Karla", sans-serif; }
.ppezl .h6hf { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ppezl .h6hf::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ppezl .hgacjl     .h6hf::before { content: "";  color: var(--c-tip-border); }.ppezl .blkco .h6hf::before { content: ""; color: var(--c-warn-border); }.ppezl .faxr0rg    .h6hf::before { content: ""; color: #60a5fa; }.sw7c4 .ppezl .hgacjl     .h6hf::before { color: #10b981; }.sw7c4 .ppezl .blkco .h6hf::before { color: #f43f5e; }.sw7c4 .ppezl .faxr0rg    .h6hf::before { color: #a855f7; }.d2fz  .ppezl .hgacjl     .h6hf::before { color: #eab308; }.d2fz  .ppezl .blkco .h6hf::before { color: #ef4444; }.d2fz  .ppezl .faxr0rg    .h6hf::before { color: #f97316; }.ho9b2  .ppezl .hgacjl     .h6hf::before { color: #38bdf8; }.ho9b2  .ppezl .blkco .h6hf::before { color: #818cf8; }.ho9b2  .ppezl .faxr0rg    .h6hf::before { color: #2dd4bf; }.sfpaxt .ppezl .h6hf::before { color: var(--accent-light) !important; }
.f9e7qzy .dcspcw5, .f9e7qzy .vhae { min-height: 640px; }
.embqs6 .rnrt::after, .embqs6 .ylkmul::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; }
.p2n1d02 .hc1e::after,.p2n1d02 .ugqy2j::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.ql3v8bz::before { content: '|'; opacity: 0.3; }