:root {
  --color-accent: #cd3915;
  --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;
}
.ngzyfr03 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.dm1ky {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.v2m15tt3 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.fmlhl { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.qgsk9 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.qgsk9 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.qgsk9 a:hover { color: var(--accent-light); }
.j9gz     .wq8b4 { border-radius: 6px; }
.j9gz .wq8b4 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.j9gz .wq8b4 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.nj68r0 .wq8b4 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .wq8b4 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .knvfoye:hover .wq8b4,
  .knvfoye:focus-within .wq8b4 { display: block; }
  .wq8b4 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.xpkw {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.m9pi { display: none; }
@media (max-width: 640px) {
  .m9pi {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .m9pi.l1wkcfy { display: block; }
}
@media (max-width: 640px) {
  .xpkw { display: block; }
  .qgsk9 > li + li::before { display: none !important; }
  .qgsk9 {
    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;
  }
  .qgsk9.l1wkcfy { display: flex; }
  .qgsk9 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .qgsk9 li:last-child a { border-bottom: none; }
}
.bqqv { min-height: 480px; }
.sfiv {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ayycyb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.rl8hjq6 .ayycyb { margin-left: 0; margin-right: 0; }
.fy2jbt {
  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;
}
.ljqn0fje .fy2jbt { margin-top: 24px; }
.fy2jbt:hover { opacity: 0.88; }
.y5moor .sfiv { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.y5moor .ayycyb { color: #e2e8f0; }
.y5moor.rl8hjq6   .zu076nl { text-align: left; }
.xi30 .sfiv { color: var(--text-primary); text-shadow: none; }
.xi30 .ayycyb { color: var(--text-muted); }
.xi30 .fy2jbt { margin-top: 16px; }
.xi30, .xi30.bqqv { min-height: auto !important; }
.xi30.rl8hjq6   .zu076nl { text-align: left; }
.xi30~.x7126e1k{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}
.xi30~.x7126e1k .i5wr{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.utj3ehh .sfiv { color: #fff; }
.utj3ehh .ayycyb { color: rgba(255,255,255,0.85); }
.utj3ehh .fy2jbt { background: #fff; color: var(--cta); }
.utj3ehh .fy2jbt:hover { opacity: 0.92; }
.iguvspke .plaq6 { position: relative; overflow: hidden; }
.iguvspke .plaq6::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;
}
.fk2v .plaq6 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.bmm9h .plaq6 { position: relative; overflow: hidden; }
.bmm9h .plaq6::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;
}
.zubo1s7q .plaq6 { position: relative; overflow: hidden; }
.zubo1s7q .plaq6::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;
}
.dg4mplp .plaq6 {
  animation: hg-fadein 1.2s ease-out both;
}
.plaq6 {
  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%);
}
.useio {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.ih8t18 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.amx5xvys {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.plaq6 .sfiv { text-shadow: none; color: var(--text-primary); }
.plaq6 .ayycyb { color: var(--text-muted); }
body.mjz3s3 .sfiv {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.h1mpgf .sfiv {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.bqqv.utj3ehh .sfiv,
section.utj3ehh .sfiv {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.plaq6.nuhtgusl .useio { align-items: center; text-align: center; }
.plaq6.rl8hjq6   .useio { align-items: flex-start; text-align: left; }
.wrs4wn .ih8t18 { position: relative; }
.wrs4wn .ih8t18::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.wrs4wn.o02xms .ih8t18::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.qvecud .ih8t18 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.qvecud .amx5xvys {
  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);
}
.qvecud.o02xms .ih8t18 { padding: 32px 0 32px 32px; }
.k5dd4zr .ih8t18 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.k5dd4zr .amx5xvys {
  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);
}
.k5dd4zr .bem5x {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.o02xms { grid-template-areas: "media text"; }
.o02xms .useio {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.k5dd4zr.o02xms .ih8t18 { padding: 40px 16px 40px 48px; }
.bqqv .ya5v5h {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ya5v5h .ikf9eo.st54c2 {
  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;
}
.ya5v5h .ikf9eo.st54c2:hover { opacity: 0.85; }
.xfkfnkf5 .ih8t18 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .plaq6 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .plaq6:not(.xfkfnkf5) .ih8t18 { display: none !important; }
  .xfkfnkf5 .ih8t18 { padding: 16px; }
  .useio  { padding: 36px 24px; }
  .plaq6~.x7126e1k,.o02xms~.x7126e1k{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .bqqv, .plaq6 { min-height: 320px !important; }
  .sfiv { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .q9gu,
  .w6ad,
  .mltg2 { grid-template-columns: 1fr !important; }

  

  
  .vfy5 { display: flex !important; flex-direction: column !important; }
  .vfy5 .zu076nl { display: contents; }
  .vfy5 .dsnpy87r { order: 0; }
  .vfy5 .sfiv { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .vfy5 .q9gu { order: 2; padding: 0 16px 12px !important; }
  .vfy5 .ayycyb { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ljqn0fje .zu076nl { display: flex; flex-direction: column; }
  .ljqn0fje .zu076nl .sfiv { order: 1; }
  .ljqn0fje .zu076nl .mltg2 { order: 2; margin: 8px 0 24px !important; }
  .ljqn0fje .zu076nl .ayycyb { order: 3; }
  .ljqn0fje .zu076nl .fy2jbt { order: 4; align-self: center; margin-top: 0; }

  
  .plaq6.xfkfnkf5 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .plaq6.xfkfnkf5 .useio { display: contents; padding: 0; }
  .plaq6.xfkfnkf5 .useio .sfiv { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .plaq6.xfkfnkf5 .ih8t18 { order: 2; padding: 12px 16px; }
  .plaq6.xfkfnkf5 .useio .ayycyb { order: 3; padding: 0 24px; margin: 0 auto; }
  .plaq6.xfkfnkf5 .useio .fy2jbt { order: 4; align-self: center; margin: 8px 0 32px; }
}
.q751 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ev5bqmkp { width: 100%; height: auto; display: block; border-radius: 10px; }
.c4xdy .q751        { border-radius: 16px; }
.c4xdy .ev5bqmkp  { border-radius: 16px; }
.c8fqgx .q751         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.c8fqgx .ev5bqmkp   { border-radius: 8px; }
.x4qyl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.gc3np9 { width: 100%; padding: 32px 0; position: relative; }
.u7bzt { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ouxup8 .gc3np9:nth-child(even) { background: var(--bg-surface); }
.ouxup8 .gc3np9:nth-child(odd)  { background: var(--bg-page); }
.cclvc9 .gc3np9:nth-child(even) { background: var(--bg-card); }
.cclvc9 .gc3np9:nth-child(odd)  { background: var(--bg-page); }
.ouxup8 .gc3np9:nth-child(odd)  .u7bzt { background: var(--bg-card); border-radius: 6px; }
.ouxup8 .gc3np9:nth-child(even) .u7bzt { background: var(--bg-raised); border-radius: 6px; }
.cclvc9 .gc3np9:nth-child(odd)  .u7bzt { background: var(--bg-card); border-radius: 6px; }
.cclvc9 .gc3np9:nth-child(even) .u7bzt { background: var(--bg-raised); border-radius: 6px; }
.ouxup8 .gc3np9:nth-child(even) .ht8e .lhc1l,
.cclvc9 .gc3np9:nth-child(even) .ht8e .lhc1l { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ouxup8 .gc3np9:nth-child(odd) .ht8e .lhc1l,
.cclvc9 .gc3np9:nth-child(odd) .ht8e .lhc1l { background: var(--bg-card-inner); }
.ouxup8 .gc3np9:nth-child(even) .yxt6 .lhc1l:nth-child(odd),
.cclvc9 .gc3np9:nth-child(even) .yxt6 .lhc1l:nth-child(odd)  { background: var(--bg-card); }
.ouxup8 .gc3np9:nth-child(even) .yxt6 .lhc1l:nth-child(even),
.cclvc9 .gc3np9:nth-child(even) .yxt6 .lhc1l:nth-child(even) { background: var(--bg-card-inner); }
h1.d1av { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.d1av {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.c5dsrlbn { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.kf5bnw h2.d1av {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.dkvxvu h2.d1av {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.l0ub9yel h2.d1av {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.xj45s39f h2.d1av::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.apvsm h2.d1av {
  color: var(--text-primary); font-size: 1.7rem;
}
.fclhpyn1 h2.d1av::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.celb6it h2.d1av {
  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;
}
.j1xzj { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .j1xzj { display: none; } }
.cp7ajxo { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.fm3aepwb { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.nth51u7 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mqd9ayzp { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.yztrrx { padding-left: 20px; }
.yztrrx li { margin-bottom: 6px; }
.yztrrx a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.yztrrx a:hover { color: var(--accent-light); }
.w5nz .mqd9ayzp { display: none; }
.jtd2 .mqd9ayzp { display: none; }
.jtd2 .yztrrx { padding-left: 0; list-style: none; }
.jtd2 .yztrrx li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.jtd2 .yztrrx a { font-size: 0.92rem; }
.z3024e .nth51u7 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.z3024e .mqd9ayzp { display: none; }
.z3024e .yztrrx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.z3024e .yztrrx li { margin-bottom: 0; }
.z3024e .yztrrx 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;
}
.z3024e .yztrrx a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.i8sr7x .nth51u7 { padding: 20px 20px 16px; }
.i8sr7x .yztrrx {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.i8sr7x .yztrrx li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.i8sr7x .yztrrx 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;
}
.i8sr7x .yztrrx 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;
}
.i8sr7x .yztrrx a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.i8sr7x .yztrrx a:focus,
.i8sr7x .yztrrx a:focus-visible,
.i8sr7x .yztrrx a:target { outline: none; }
.i8sr7x .yztrrx li:target a { border-color: var(--border); color: var(--text-muted); }
.n16xztrf .nth51u7 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.n16xztrf .mqd9ayzp { display: none; }
.n16xztrf .yztrrx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.n16xztrf .yztrrx li { margin-bottom: 0; }
.n16xztrf .yztrrx li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.n16xztrf .yztrrx li:last-child::after { content: ""; margin-right: 0; }
.n16xztrf .yztrrx a { font-size: 0.9rem; }
.lhc1l { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ht8e .lhc1l { background: var(--bg-card); }
.yxt6 .lhc1l:nth-child(odd)  { background: var(--bg-card); }
.yxt6 .lhc1l:nth-child(even) { background: var(--bg-raised); }
.wryc .lhc1l {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wryc .lhc1l:last-child { border-bottom: none; }
.wryc h3.c5dsrlbn { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.dz4rw .lhc1l {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.dz4rw .lhc1l + .lhc1l { margin-top: 4px; }
.ilmlwy74 .lhc1l { background: none; border-radius: 0; padding: 12px 0; }
.ilmlwy74 .lhc1l + .lhc1l { border-top: 1px solid var(--border-section); }
.mqh6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.j2eko4iv { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lshot { color: var(--text-body); margin-bottom: 10px; }
.nt2c36n, .zn9y1ch { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.nt2c36n li, .zn9y1ch li { margin-bottom: 6px; }
.zn9y1ch li { list-style: decimal; }
.i4t5     .nt2c36n { list-style-type: "● "; }
.pa08  .nt2c36n { list-style-type: "■ "; }
.axub4 .nt2c36n { list-style-type: "◆ "; }
.d1eegv    .nt2c36n { list-style-type: "★ "; }
.i4t5     .rm96 { list-style-type: "● "; }
.pa08  .rm96 { list-style-type: "■ "; }
.axub4 .rm96 { list-style-type: "◆ "; }
.d1eegv    .rm96 { list-style-type: "★ "; }
.i4t5    .nt2c36n li::marker, .i4t5    .rm96 li::marker,
.pa08 .nt2c36n li::marker, .pa08 .rm96 li::marker,
.axub4 .nt2c36n li::marker, .axub4 .rm96 li::marker,
.d1eegv   .nt2c36n li::marker, .d1eegv   .rm96 li::marker {
  color: var(--cta); font-size: 1em;
}
.i4t5 .zn9y1ch,
.pa08 .zn9y1ch,
.axub4 .zn9y1ch,
.d1eegv .zn9y1ch {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.i4t5 .zn9y1ch li,
.pa08 .zn9y1ch li,
.axub4 .zn9y1ch li,
.d1eegv .zn9y1ch li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.i4t5 .zn9y1ch li::before,
.pa08 .zn9y1ch li::before,
.axub4 .zn9y1ch li::before,
.d1eegv .zn9y1ch 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;
}
.i4t5     .zn9y1ch li::before { border-radius: 50%; }
.pa08  .zn9y1ch li::before { border-radius: 3px; }
.axub4 .zn9y1ch li::before { border-radius: 3px; }
.d1eegv    .zn9y1ch li::before { border-radius: 50%; }
.uf1h4 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.vyggw .uf1h4,
.wftci9b .uf1h4 { background: transparent; border: none; border-radius: 0; }
.hektw { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hektw th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.hektw td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.hektw tr:hover td { background: var(--bg-hover); }
.bir6m8h .hektw tbody tr:nth-child(even) td { background: var(--bg-surface); }
.yuurzpu .hektw { border: 1px solid var(--border-alt); }
.yuurzpu .hektw th,
.yuurzpu .hektw td { border: 1px solid var(--border-alt); }
.caj7xb .hektw th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.caj7xb .hektw td { border-bottom: none; }
.caj7xb .hektw tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.wxgu8j .hektw th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.kzysp .uf1h4 {
  overflow: hidden;
}
.kzysp .hektw th { border-bottom: 1px solid var(--border-alt); }
.kzysp .hektw tr:last-child td { border-bottom: none; }
.fug54 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.c9fih { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.arz8f { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.i5pb6dee { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.w5gx { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.rm96 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.rm96 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%}
.rl0czngh .i5pb6dee { background: transparent; text-align: center; }
.fpulf .arz8f {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.hxm1 .arz8f {
  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);
}
.k8p1a .c9fih { display: grid; grid-template-columns: auto 1fr; }
.k8p1a .arz8f {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.k8p1a .i5pb6dee { grid-column: 2; }
.k8p1a .w5gx,
.k8p1a .rm96 { grid-column: 1 / -1; }
.i1vcg7 .c9fih { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.i1vcg7 .arz8f {
  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);
}
.i1vcg7 .i5pb6dee { grid-column: 2; }
.i1vcg7 .w5gx,
.i1vcg7 .rm96 { grid-column: 1 / -1; }
.f9t6uaf .c9fih { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.f9t6uaf .i5pb6dee { background: none; color: var(--accent-light); font-weight: 700; }
.sjuuf49t .c9fih { 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); }
.sjuuf49t .i5pb6dee { background: none; color: var(--accent-light); font-weight: 700; }
.tqtkukca .c9fih { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.tqtkukca .c9fih:last-child { border-bottom: none; }
.tqtkukca .i5pb6dee { background: none; color: var(--accent-light); font-weight: 700; }
.swjus .c9fih { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.swjus .i5pb6dee { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.gxmdz5j .fug54 { counter-reset: card-n; }
.gxmdz5j .c9fih  { counter-increment: card-n; }
.gxmdz5j .i5pb6dee { display: flex; align-items: center; gap: 10px; }
.gxmdz5j .i5pb6dee::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;
}
.kvr66 .c9fih { background: var(--bg-surface); border: 1px solid var(--border); }
.kvr66 .i5pb6dee { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.wp7u1zx { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.iuum4  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.mig3 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.km49 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.h545 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.wp7u1zx strong { color: var(--text-primary); font-size: 0.95rem; }
.wp7u1zx p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.edtzx { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.eiqout6, .tkzywp0h { border-radius: 8px; padding: 14px; }
.eiqout6 { background: var(--bg-pros); }
.tkzywp0h { background: var(--bg-cons); }
.batohlsu { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.eiqout6 .batohlsu { color: var(--c-pros-label); }
.tkzywp0h .batohlsu { color: #f87171; }
.eiqout6 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.tkzywp0h ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ev5bqmkp { width: 100%; height: auto; border-radius: 10px; display: block; }
.st54c2 {
  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;
}
.st54c2:hover { opacity: 0.85; }
.n1en .st54c2  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.n1en .st54c2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.szmmio5m .st54c2  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.szmmio5m .st54c2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.fouces .fy2jbt { border-radius: 50px; }
.fouces .st54c2  { border-radius: 50px; }
.maft4 .fy2jbt { padding-left: 22px; padding-right: 22px; }
.maft4 .st54c2  { padding-left: 12px; padding-right: 12px; }
.sk2n .fy2jbt { padding-left: 44px; padding-right: 44px; }
.sk2n .st54c2  { padding-left: 24px; padding-right: 24px; }
.zzoh681 .fy2jbt { padding-left: 56px; padding-right: 56px; }
.zzoh681 .st54c2  { padding-left: 32px; padding-right: 32px; }
.nifvejaf   .fy2jbt::after, .nifvejaf   .st54c2::after,
.mvk3lyb .fy2jbt::after, .mvk3lyb .st54c2::after,
.nfev8x3w    .fy2jbt::after, .nfev8x3w    .st54c2::after,
.y7o8z    .fy2jbt::after, .y7o8z    .st54c2::after,
.yia4ky    .fy2jbt::after, .yia4ky    .st54c2::after,
.j1hyk     .fy2jbt::after, .j1hyk     .st54c2::after,
.xcbyu20    .fy2jbt::after, .xcbyu20    .st54c2::after,
.qbe8zrbl   .fy2jbt::after, .qbe8zrbl   .st54c2::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;
}
.nifvejaf .fy2jbt::after, .nifvejaf .st54c2::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");
}
.mvk3lyb .fy2jbt::after, .mvk3lyb .st54c2::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");
}
.nfev8x3w .fy2jbt::after, .nfev8x3w .st54c2::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");
}
.y7o8z .fy2jbt::after, .y7o8z .st54c2::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");
}
.yia4ky .fy2jbt::after, .yia4ky .st54c2::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");
}
.j1hyk .fy2jbt::after, .j1hyk .st54c2::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");
}
.xcbyu20 .fy2jbt::after, .xcbyu20 .st54c2::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");
}
.qbe8zrbl .fy2jbt::after, .qbe8zrbl .st54c2::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");
}
.m5utd   .w96j::after, .m5utd   .k89a::after,
.idr2mxh .w96j::after, .idr2mxh .k89a::after,
.lai9q    .w96j::after, .lai9q    .k89a::after,
.ahbkf8p    .w96j::after, .ahbkf8p    .k89a::after,
.vlmru    .w96j::after, .vlmru    .k89a::after,
.t69yjzyz     .w96j::after, .t69yjzyz     .k89a::after,
.a65xb    .w96j::after, .a65xb    .k89a::after,
.o7p1   .w96j::after, .o7p1   .k89a::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;
}
.m5utd .w96j::after, .m5utd .k89a::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");
}
.idr2mxh .w96j::after, .idr2mxh .k89a::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");
}
.lai9q .w96j::after, .lai9q .k89a::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");
}
.ahbkf8p .w96j::after, .ahbkf8p .k89a::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");
}
.vlmru .w96j::after, .vlmru .k89a::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");
}
.t69yjzyz .w96j::after, .t69yjzyz .k89a::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");
}
.a65xb .w96j::after, .a65xb .k89a::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");
}
.o7p1 .w96j::after, .o7p1 .k89a::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");
}
.ytb0 .zxx7y   { background: rgba(128,128,128,.12); }
.ikf9eo.st54c2 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .raqdc {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .raqdc::before    { grid-area: rank;   }
  .te9tf7x6           { grid-area: ident;  }
  .sb1lkiq     { grid-area: rating; min-width: 0; width: auto; }
  .eh0605           { grid-area: pills;  }
  .ikf9eo             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .raqdc {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .raqdc::before    { justify-self: center; }
  .te9tf7x6           { width: 100%; }
  .sb1lkiq     { justify-self: center; }
  .eh0605           { grid-template-columns: 1fr; }
}
.su30o  .wbnw8ubz li::before { content: "★"; }
.su30o  .xuerc li::before { content: "✕"; }
.r2qdwnp .zayysmv { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .b1qu .jvqkoss {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .b1qu .zfl3udo { margin: 0; }
}
.gh2ve52 .rrsndyqh { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.gh2ve52 .kz0gg h3 { color: var(--accent-light); }
.gh2ve52 .thg5 { background: var(--bg-page); border: 1px solid var(--border); }
.wftci9b .edtzx { gap: 10px; }
.wftci9b .eiqout6, .wftci9b .tkzywp0h { padding: 12px; }
.wftci9b .eiqout6 ul, .wftci9b .tkzywp0h ul { margin: 4px 0 0; padding-left: 18px; }
.wftci9b .eiqout6 li, .wftci9b .tkzywp0h li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .bw4s { grid-template-columns: 1fr; }
  .dnan { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .dnan .l040 { width: 72px; height: 50px; }
  .dnan .kghbqg { max-width: 180px; }
  .dnan .bd9tqj { width: auto; }
}
@media (max-width: 720px) {
  .oadg { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .gtcyc9q { padding: 16px; }
  .v1bc251 .pcz8l { min-width: 50%; }
}
.o827has7 .edtzx { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .mmzluh3t { grid-template-columns: 1fr; }
  .fdzjus6r { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mmib { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .a6h9mv1q { flex-wrap: wrap; padding: 16px; }
}
.n7vv3s1 .edtzx { gap: 8px; }
.n7vv3s1 .eiqout6, .n7vv3s1 .tkzywp0h { padding: 8px; }
@media (max-width: 480px) {
  .ojesf6z4 { flex-direction: column; align-items: stretch; }
}
.i2q0 .bd9tqj .st54c2 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .jbs9 { flex-direction: column; align-items: stretch; gap: 10px; }
  .i2q0 .bd9tqj { text-align: center; }
}
@media (max-width: 720px) {
  .fdc8q { grid-template-columns: 1fr; }
  .xnqule { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pogyw { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .v8k2yelp { grid-template-columns: 1fr; }
  .vbinjoxq { width: 100px; height: 100px; margin: 16px auto; }
  .mx9sxye { font-size: 1.4rem; }
  .gy1i { justify-content: center; }
  .xrx2flcg .pcz8l { min-width: 50%; }
}
.ms28z .edtzx { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ea7c7e2r { flex-wrap: wrap; padding: 14px 16px; }
  .gwdxp { padding: 12px 16px; }
  .ms28z .edtzx { margin: 0 16px; }
  .ms28z .gymzic { padding: 0 16px; }
  .aua8s1v { padding: 12px 16px; }
}
.zb9is .raqdc {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.zb9is .raqdc:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.dgcria .c8u1b,
.dgcria .x1pia5q8,
.dgcria .x1pia5q8 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.dgcria .x1pia5q8 small { display: none; }
.dgcria .zlhm8 .dltxbtxj,
.dgcria .zlhm8 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.dgcria .ysftmj { display: none; }
.nne4yi { margin: 16px 0; }
.yi89o6j { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.yi89o6j summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.yi89o6j summary::after { content: "+"; color: var(--accent-light); }
.yi89o6j[open] summary::after { content: "−"; }
.yi89o6j p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.gc3np9 { margin-bottom: 0; }
.el1rzo1q h2.d1av { color: var(--text-primary); border-color: var(--accent-light); }
.orisur37 h2.d1av { color: var(--text-primary); border-color: var(--accent-light); }
.ntrw .iuum4     { background: #052e16; border-color: #10b981; }
.ntrw .mig3 { background: #2d0a1e; border-color: #f43f5e; }
.ntrw .km49    { background: #1e1036; border-color: #a855f7; }
.ntrw .wp7u1zx strong  { color: #f1f5f9; }
.ntrw .wp7u1zx p       { color: #cbd5e1; }
.ntrw .u22b    .iuum4     .h545::before,
.ntrw .ak685nhh  .iuum4     .h545::before,
.ntrw .a5vw  .iuum4     .h545::before,
.ntrw .mddq .iuum4     .h545::before { color: #10b981; }
.ntrw .u22b    .mig3 .h545::before,
.ntrw .ak685nhh  .mig3 .h545::before,
.ntrw .a5vw  .mig3 .h545::before,
.ntrw .mddq .mig3 .h545::before { color: #f43f5e; }
.ntrw .u22b    .km49    .h545::before,
.ntrw .ak685nhh  .km49    .h545::before,
.ntrw .a5vw  .km49    .h545::before,
.ntrw .mddq .km49    .h545::before { color: #a855f7; }
.ht45f .iuum4     { background: #2d2000; border-color: #eab308; }
.ht45f .mig3 { background: #2d0b0b; border-color: #ef4444; }
.ht45f .km49    { background: #2d1600; border-color: #f97316; }
.ht45f .wp7u1zx strong  { color: #f1f5f9; }
.ht45f .wp7u1zx p       { color: #cbd5e1; }
.ht45f .u22b    .iuum4     .h545::before,
.ht45f .ak685nhh  .iuum4     .h545::before,
.ht45f .a5vw  .iuum4     .h545::before,
.ht45f .mddq .iuum4     .h545::before { color: #eab308; }
.ht45f .u22b    .mig3 .h545::before,
.ht45f .ak685nhh  .mig3 .h545::before,
.ht45f .a5vw  .mig3 .h545::before,
.ht45f .mddq .mig3 .h545::before { color: #ef4444; }
.ht45f .u22b    .km49    .h545::before,
.ht45f .ak685nhh  .km49    .h545::before,
.ht45f .a5vw  .km49    .h545::before,
.ht45f .mddq .km49    .h545::before { color: #f97316; }
.yz5la .iuum4     { background: #0c1a2e; border-color: #38bdf8; }
.yz5la .mig3 { background: #12103a; border-color: #818cf8; }
.yz5la .km49    { background: #0a2020; border-color: #2dd4bf; }
.yz5la .wp7u1zx strong  { color: #f1f5f9; }
.yz5la .wp7u1zx p       { color: #cbd5e1; }
.yz5la .u22b    .iuum4     .h545::before,
.yz5la .ak685nhh  .iuum4     .h545::before,
.yz5la .a5vw  .iuum4     .h545::before,
.yz5la .mddq .iuum4     .h545::before { color: #38bdf8; }
.yz5la .u22b    .mig3 .h545::before,
.yz5la .ak685nhh  .mig3 .h545::before,
.yz5la .a5vw  .mig3 .h545::before,
.yz5la .mddq .mig3 .h545::before { color: #818cf8; }
.yz5la .u22b    .km49    .h545::before,
.yz5la .ak685nhh  .km49    .h545::before,
.yz5la .a5vw  .km49    .h545::before,
.yz5la .mddq .km49    .h545::before { color: #2dd4bf; }
.aedezb9 .iuum4     { background: var(--accent-bg); border-color: var(--accent-light); }
.aedezb9 .mig3 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.aedezb9 .km49    { background: var(--accent-bg); border-color: var(--accent-pale); }
.aedezb9 .u22b    .h545::before,
.aedezb9 .ak685nhh  .h545::before,
.aedezb9 .a5vw  .h545::before,
.aedezb9 .mddq .h545::before { color: var(--accent-light) !important; }
.x4pxab::before,
.ucwlzb::before { margin-right: 5px; }
.tdlu .eiqout6 ul li,
.tdlu .eiqout6 .x4pxab { color: #22c55e; }
.tdlu .tkzywp0h ul li,
.tdlu .tkzywp0h .ucwlzb { color: #ef4444; }
.idp5ag .eiqout6 { background: var(--bg-pros); }
.idp5ag .tkzywp0h { background: var(--bg-cons); }
.idp5ag .eiqout6 .x4pxab { color: var(--c-pros-label); }
.idp5ag .tkzywp0h .ucwlzb { color: var(--c-cons); }
.idp5ag .eiqout6 ul li,
.idp5ag .tkzywp0h ul li,
.kek366 .eiqout6 { background: var(--bg-pros); }
.kek366 .tkzywp0h { background: var(--bg-cons); }
.kek366 .eiqout6 .x4pxab { color: var(--c-pros-label); }
.kek366 .tkzywp0h .ucwlzb { color: var(--c-cons); }
.kek366 .eiqout6 ul li,
.kek366 .wbnw8ubz li          { color: var(--c-pros); }
.kek366 .tkzywp0h ul li,
.kek366 .xuerc li          { color: var(--c-cons); }
.sia7pk .x4pxab::before { content: "✓ "; }
.sia7pk .ucwlzb::before { content: "✗ "; }
.ihrtb .x4pxab::before { content: "→ "; }
.ihrtb .ucwlzb::before { content: "← "; }
.su30o .x4pxab::before { content: "★ "; }
.su30o .ucwlzb::before { content: "✕ "; }
.js6001gl .x4pxab::before { content: "◆ "; }
.js6001gl .ucwlzb::before { content: "▲ "; }
.b934r942 .wp7u1zx { background: transparent; border-left: none; border: 1.5px solid; }
.b934r942 .iuum4     { border-color: var(--c-tip-border); }
.b934r942 .mig3 { border-color: var(--c-warn-border); }
.b934r942 .km49    { border-color: #60a5fa; }
.b934r942 .wp7u1zx strong { color: var(--text-primary); }
.b934r942 .wp7u1zx p      { color: var(--text-muted); }
.r2qdwnp .wp7u1zx { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.r2qdwnp .iuum4     { border-top-color: var(--c-tip-border); }
.r2qdwnp .mig3 { border-top-color: var(--c-warn-border); }
.r2qdwnp .km49    { border-top-color: #60a5fa; }
.okkd .wp7u1zx { border-left: none; border-radius: 8px; }
.okkd .iuum4     { background: #065f46; }
.okkd .mig3 { background: #92400e; }
.okkd .km49    { background: #1e3a8a; }
.okkd .wp7u1zx strong,
.okkd .wp7u1zx p { color: #fff; }
.okkd .h545::before { color: rgba(255,255,255,0.85) !important; }
.ntrw.okkd .iuum4,
.ntrw .okkd .iuum4     { background: #052e16; }
.ntrw.okkd .mig3,
.ntrw .okkd .mig3 { background: #2d0a1e; }
.ntrw.okkd .km49,
.ntrw .okkd .km49    { background: #1e1036; }
.ht45f.okkd .iuum4,
.ht45f .okkd .iuum4      { background: #2d2000; }
.ht45f.okkd .mig3,
.ht45f .okkd .mig3  { background: #2d0b0b; }
.ht45f.okkd .km49,
.ht45f .okkd .km49     { background: #2d1600; }
.yz5la.okkd .iuum4,
.yz5la .okkd .iuum4      { background: #0c1a2e; }
.yz5la.okkd .mig3,
.yz5la .okkd .mig3  { background: #12103a; }
.yz5la.okkd .km49,
.yz5la .okkd .km49     { background: #0a2020; }
.yrl88 .wp7u1zx { border-left: none; border-radius: 6px; padding: 10px 14px; }
.yrl88 .iuum4     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.yrl88 .mig3 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.yrl88 .km49    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.yrl88 .wp7u1zx strong { color: var(--text-primary); }
.yrl88 .wp7u1zx p      { color: var(--text-muted); }
.ri7ak .wp7u1zx { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.u22b .h545,
.ak685nhh .h545,
.a5vw .h545,
.mddq .h545 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.u22b .h545::before,
.ak685nhh .h545::before,
.a5vw .h545::before,
.mddq .h545::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.u22b .iuum4     .h545::before { content: "✦"; color: var(--c-tip-border); }
.u22b .mig3 .h545::before { content: "▲"; color: var(--c-warn-border); }
.u22b .km49    .h545::before { content: "◉"; color: #60a5fa; }
.ak685nhh .iuum4     .h545::before { content: "★"; color: var(--c-tip-border); }
.ak685nhh .mig3 .h545::before { content: "◆"; color: var(--c-warn-border); }
.ak685nhh .km49    .h545::before { content: "●"; color: #60a5fa; }
.a5vw .iuum4     .h545::before { content: "▶"; color: var(--c-tip-border); }
.a5vw .mig3 .h545::before { content: "■"; color: var(--c-warn-border); }
.a5vw .km49    .h545::before { content: "▸"; color: #60a5fa; }
.mddq .iuum4     .h545::before { content: "→"; color: var(--c-tip-border); }
.mddq .mig3 .h545::before { content: "⬥"; color: var(--c-warn-border); }
.mddq .km49    .h545::before { content: "◈"; color: #60a5fa; }
.rbv4b8lg .ht8e .lhc1l,
.rbv4b8lg .yxt6 .lhc1l  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.rbv4b8lg .c9fih                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.rbv4b8lg .uf1h4          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rbv4b8lg .nth51u7                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.anr32q9v .ht8e .lhc1l,
.anr32q9v .yxt6 .lhc1l,
.anr32q9v .c9fih,
.anr32q9v .raqdc,
.anr32q9v .zfl3udo,
.anr32q9v .uf1h4,
.anr32q9v .nth51u7,
.anr32q9v .ri7ak .wp7u1zx { box-shadow: none; }
.nct4gs9   .lshot, .nct4gs9 .mqh6, .nct4gs9 .j2eko4iv,
.nct4gs9   .cp7ajxo, .nct4gs9 .fm3aepwb { font-size: 0.9rem; }
.nct4gs9   .nt2c36n, .nct4gs9 .zn9y1ch { font-size: 0.9rem; }
.cn0pw   .lshot, .cn0pw .mqh6, .cn0pw .j2eko4iv,
.cn0pw   .cp7ajxo, .cn0pw .fm3aepwb { font-size: 0.95rem; }
.cn0pw   .nt2c36n, .cn0pw .zn9y1ch { font-size: 0.95rem; }
.w8toz9   .lshot, .w8toz9 .mqh6, .w8toz9 .j2eko4iv,
.w8toz9   .cp7ajxo, .w8toz9 .fm3aepwb { font-size: 1.08rem; }
.w8toz9   .nt2c36n, .w8toz9 .zn9y1ch { font-size: 1.05rem; }
.w8toz9   .hektw { font-size: 0.97rem; }
.k97w5oyy .sfiv      { font-size: 3.2rem; }
.k97w5oyy h2.d1av { font-size: 1.9rem; }
.k97w5oyy h3.c5dsrlbn     { font-size: 1.4rem; }
.juowve0n .sfiv      { font-size: 3.8rem; }
.juowve0n h2.d1av { font-size: 2.2rem; }
.juowve0n h3.c5dsrlbn     { font-size: 1.6rem; }
.gc3np9 + .gc3np9 { position: relative; }
.krex2l   .gc3np9 + .gc3np9::before,
.t5t62m  .gc3np9 + .gc3np9::before,
.fk1gi2   .gc3np9 + .gc3np9::before,
.xoxuy   .gc3np9 + .gc3np9::before,
.si2s1   .gc3np9 + .gc3np9::before,
.jd1t3s .gc3np9 + .gc3np9::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.krex2l .gc3np9 + .gc3np9::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.t5t62m .gc3np9 + .gc3np9::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.fk1gi2 .gc3np9 + .gc3np9::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;
}
.xoxuy .gc3np9 + .gc3np9::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qubk70h .gc3np9 { margin-bottom: 16px; }
.qubk70h .gc3np9 + .gc3np9 { margin-top: 0; }
.qubk70h .u7bzt { padding-top: 0; padding-bottom: 0; }
.si2s1 .gc3np9 + .gc3np9::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.jd1t3s .gc3np9 + .gc3np9::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.t6fr .gc3np9 + .gc3np9::before,
.qbq9z30 .gc3np9 + .gc3np9::before,
.mor1u .gc3np9 + .gc3np9::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%;
}
.ouxup8 .t6fr .gc3np9:nth-child(even)::before,
.ouxup8 .qbq9z30 .gc3np9:nth-child(even)::before,
.ouxup8 .mor1u .gc3np9:nth-child(even)::before { background: var(--bg-surface); }
.cclvc9 .t6fr .gc3np9:nth-child(even)::before,
.cclvc9 .qbq9z30 .gc3np9:nth-child(even)::before,
.cclvc9 .mor1u .gc3np9:nth-child(even)::before { background: var(--bg-card); }
.t6fr .gc3np9 + .gc3np9::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");
}
.qbq9z30 .gc3np9 + .gc3np9::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");
}
.mor1u .gc3np9 + .gc3np9::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");
}
.wjrmi5rh .y5moor { overflow: hidden; }
.wjrmi5rh .zu076nl { margin-bottom: 70px; }
.gvcwr .useio,
.zi3aho05 .useio { padding-bottom: 60px; }
.wjrmi5rh .useio { padding-bottom: 70px; }
.wjrmi5rh .y5moor::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.wjrmi5rh .y5moor::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.r9r8j  .y5moor:not(.utj3ehh) .dsnpy87r { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.r3c1 .plaq6 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.eo8be .plaq6 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.r9r8j .utj3ehh { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.r9r8j .bem5x { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.r9r8j .plaq6 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.u4kwqp56 .plaq6 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ytlw9va6 .plaq6 { background: var(--accent-bg); }
.jnjfq87 .q751 { float: left; width: 38%; margin: 0 28px 16px 0; }
.jnjfq87 .q751 .ev5bqmkp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.jnjfq87 .u7bzt::after { content: ''; display: block; clear: both; }
.brsjp .q751 { float: right; width: 38%; margin: 0 0 16px 28px; }
.brsjp .q751 .ev5bqmkp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.brsjp .u7bzt::after { content: ''; display: block; clear: both; }
.h4npz .gc3np9:nth-child(odd)  .q751 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.h4npz .gc3np9:nth-child(even) .q751 { float: right; width: 38%; margin: 0 0 16px 28px; }
.h4npz .q751 .ev5bqmkp { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.h4npz .u7bzt::after { content: ''; display: block; clear: both; }
.jnjfq87 .fug54,
.brsjp .fug54,
.brsjp .i03i,
.h4npz .fug54,
@media (max-width: 900px) {
  .jnjfq87 .q751,
  .brsjp .q751,
  .h4npz .gc3np9:nth-child(odd)  .q751,
  .h4npz .gc3np9:nth-child(even) .q751 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .jnjfq87 .q751 .ev5bqmkp,
  .brsjp .q751 .ev5bqmkp,
  .h4npz .q751 .ev5bqmkp {
    max-height: none !important;
  }
}
.jnjfq87 .nt2c36n,
.jnjfq87 .zn9y1ch,
.brsjp .nt2c36n,
.brsjp .zn9y1ch,
.h4npz .nt2c36n,
.h4npz .zn9y1ch { overflow: hidden; }
@media (max-width: 640px) {
  .jnjfq87 .q751,
  .brsjp .q751,
  .h4npz .q751 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.srcakbs .x4qyl,
.srcakbs .u7bzt,
.srcakbs .n53529c  { max-width: 1100px; }
.q4dx .x4qyl,
.q4dx .u7bzt,
.q4dx .n53529c  { max-width: 1200px; }
.bpwi .x4qyl,
.bpwi .u7bzt,
.bpwi .n53529c  { max-width: 1320px; }
.qkbjt { font-size: 0.82rem; color: var(--text-muted); }
.r91zfh { display: flex; align-items: center; }
.k36yeb {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zbue { display: flex; align-items: center; }
.tcv3lx { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.tcv3lx:hover { text-decoration: underline; }
.sqkf { margin: 0 3px; opacity: 0.45; }
.sqkf::before { content: '/'; }
.wcy50rxc { padding: 2px 5px; color: var(--text-main); }
.iq51a .qkbjt {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.iq51a .r91zfh { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.f7p9zy .qkbjt {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.f7p9zy .r91zfh { padding: 0 0 0 12px; }
.fex0tb .r91zfh { padding: 0 16px; }
.fex0tb .qkbjt {
  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);
}
.fex0tb .x4qyl { padding-top: 28px; }
@media (max-width: 720px) {
  .s554 { margin-top: 18px; padding: 0 16px; }
  .fex0tb .x4qyl { padding-top: 16px; }
}
.srcakbs.iq51a .r91zfh { max-width: 1100px; }
.q4dx.iq51a .r91zfh { max-width: 1200px; }
.bpwi.iq51a .r91zfh { max-width: 1320px; }
.w1fnah6 .gc3np9 { padding-top: 16px; padding-bottom: 16px; }
.fnwyzyg .gc3np9 { padding-top: 24px; padding-bottom: 24px; }
.ser2ti .gc3np9 { padding-top: 40px; padding-bottom: 40px; }
.cwh1vhu .gc3np9 { padding-top: 52px; padding-bottom: 52px; }
.lm1lyv .gc3np9:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.lm1lyv .gc3np9:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.lm1lyv .gc3np9:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.lm1lyv .gc3np9:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.lpsmr .u7bzt { padding-top: 10px;  padding-bottom: 10px; }
.efka6 .u7bzt { padding-top: 18px;  padding-bottom: 18px; }
.ad5e0a .u7bzt { padding-top: 36px;  padding-bottom: 36px; }
.anl2plj .u7bzt { padding-top: 48px;  padding-bottom: 48px; }
.r6zg2km h2.d1av { font-weight: 600; }
.r6zg2km h3.c5dsrlbn     { font-weight: 600; }
.nexo0f3n { font-weight: 500; }
.nexo0f3n h2.d1av { font-weight: 800; }
.nexo0f3n h3.c5dsrlbn     { font-weight: 700; }
.mk4a h2.d1av { font-weight: 900; }
.mk4a h3.c5dsrlbn     { font-weight: 800; }
.mk4a .wp7u1zx strong,
.mk4a .wp7u1zx strong { font-weight: 600; }
.w96j {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.xl6w0 .w96j { display: none; }
@media (max-width: 640px) {
  .xy8v { display: none; }
  .w96j {
    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;
  }
}
.w96j { background: var(--cta) !important; color: #fff !important; border: none !important; }
.w96j:hover { opacity: 0.85; }
.j0v3 .w96j { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.hh8ht .w96j,
.mf7a  .w96j { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.hh8ht .w96j:hover,
.mf7a  .w96j:hover { opacity: 0.88; }
.j0v3.hh8ht .w96j,
.j0v3.mf7a  .w96j { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.k89a {
  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;
}
.k89a:hover { transform: translateY(-2px); opacity: 0.92; }
.k89a { background: var(--cta) !important; color: #fff !important; border: none !important; }
.dqjhjc .k89a { display: none; }
.oayc7 .k89a { right: 32px; }
.opwizqw  .k89a { left: 32px; }
@media (max-width: 480px) {
  .oayc7 .k89a { right: 20px; bottom: 20px; }
  .opwizqw  .k89a { left: 20px; bottom: 20px; }
}
.muvw17lp { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.n53529c { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.b69z6w5 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.jxqc { color: var(--text-dim); font-size: 0.8rem; }
.ola9 a, .g5io a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ola9 a:hover, .g5io a:hover { color: var(--accent-light); }
.g5io { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.e67qv3 .n53529c { text-align: center; }
.e67qv3 .g5io { justify-content: center; margin-bottom: 16px; }
.e67qv3 .b69z6w5 { margin-top: 0; }
.csnw2 { margin-top: 10px; }
.csnw2 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .n53529c { padding-left: 16px; padding-right: 16px; }
  .e3qx .n53529c { padding: 20px 16px; }
  .g5io { gap: 4px 12px; }
  .b69z6w5 { font-size: 0.78rem; }
}
.f3ly6b .b69z6w5 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.f3ly6b .jxqc { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .f3ly6b .rov3 { grid-template-columns: 1fr 1fr; } .f3ly6b .qens { grid-column: 1 / -1; } }
@media (max-width: 480px) { .f3ly6b .rov3 { grid-template-columns: 1fr; } }
.yfjk1ko .b69z6w5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .yfjk1ko .wdr9k { gap: 12px; } .yfjk1ko .mgi9y { margin-right: 0; width: 100%; } }
.fvok .b69z6w5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.fvok .jxqc { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .fvok .qvgfc7 { grid-template-columns: 1fr 1fr; } .fvok .w9cx47q4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fvok .qvgfc7 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .wrzxlh5 .s0yb { grid-template-columns: 1fr 1fr; } .wrzxlh5 .sn3gx:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .wrzxlh5 .s0yb { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xhpq .s0yb { grid-template-columns: 1fr; } }
.n2prkr9 .n53529c { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.n2prkr9 .g5io { justify-content: center; }
.jvf3ymo9 .ngzyfr03      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.jvf3ymo9 .muvw17lp { background: var(--bg-page); border-top-color: var(--border-alt); }
.m1qwmui .ngzyfr03      { background: #0d1117; border-bottom-color: #21262d; }
.m1qwmui .v2m15tt3 { color: var(--accent-light); }
.m1qwmui .qgsk9 { --msep-color: #8b949e; }
.m1qwmui .qgsk9 a { color: #8b949e; }
.m1qwmui .qgsk9 a:hover { color: var(--accent-light); }
.m1qwmui .xpkw { color: #8b949e; }
.m1qwmui .muvw17lp { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.m1qwmui .b69z6w5,
.m1qwmui .jxqc { color: #6e7681; }
.m1qwmui .ola9 a, .m1qwmui .g5io a,
.m1qwmui .ola9 a:hover, .m1qwmui .g5io a:hover,
@media (max-width: 640px) {
  .m1qwmui .qgsk9 { background: #0d1117; border-top-color: #21262d; }
  .m1qwmui .qgsk9 li a { border-bottom-color: #21262d; }
}
.ye4ib .ngzyfr03      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ye4ib .v2m15tt3 { color: var(--accent-light); }
.ye4ib .qgsk9 { --msep-color: #475569; }
.ye4ib .qgsk9 a { color: #475569; }
.ye4ib .qgsk9 a:hover { color: var(--accent-light); }
.ye4ib .xpkw { color: #64748b; }
.ye4ib .muvw17lp { background: #f0f4f8; border-top-color: #cbd5e1; }
.ye4ib .b69z6w5,
.ye4ib .jxqc { color: #64748b; }
.ye4ib .ola9 a, .ye4ib .g5io a,
.ye4ib .ola9 a:hover, .ye4ib .g5io a:hover,
@media (max-width: 640px) {
  .ye4ib .qgsk9 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ye4ib .qgsk9 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.hh8ht .ngzyfr03      { background: var(--accent); border-bottom-color: var(--accent-light); }
.hh8ht .v2m15tt3 { color: #fff; }
.hh8ht .qgsk9 { --msep-color: rgba(255,255,255,0.82); }
.hh8ht .qgsk9 a { color: rgba(255,255,255,0.82); }
.hh8ht .qgsk9 a:hover { color: #fff; }
.hh8ht .xpkw { color: rgba(255,255,255,0.9); }
.hh8ht .muvw17lp { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.hh8ht .b69z6w5,
.hh8ht .jxqc { color: rgba(255,255,255,0.72); }
.hh8ht .ola9 a, .hh8ht .g5io a,
.hh8ht .ola9 a:hover, .hh8ht .g5io a:hover,
@media (max-width: 640px) {
  .hh8ht .qgsk9 { background: var(--accent); border-top-color: var(--accent-light); }
  .hh8ht .qgsk9 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.mf7a .ngzyfr03 {
  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);
}
.mf7a .muvw17lp {
  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) {
  .mf7a .qgsk9 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.pa5u3zzs .dm1ky { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ps5q6v .dm1ky { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.gpqno .dm1ky { min-height: 72px; height: auto; }
.vb83fg38 .dm1ky { min-height: 84px; height: auto; }
.e3qx .dm1ky { max-width: none; padding: 0 32px; }
.e3qx .n53529c  { max-width: none; padding: 24px 32px; }
.b29p.q4dx .dm1ky { max-width: 1200px; }
.b29p.bpwi .dm1ky { max-width: 1320px; }
.fh5mnu2   .v2m15tt3, .fh5mnu2   .mgi9y { text-transform: capitalize; }
.yhjvl2 .v2m15tt3, .yhjvl2 .mgi9y { text-transform: lowercase; }
.bxceuw .v2m15tt3, .bxceuw .mgi9y { text-transform: uppercase; letter-spacing: 0.06em; }
.lr13w8s0, .am18h {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.i5zge .lr13w8s0,
.kd49b9t .lr13w8s0,
.kbbebv .lr13w8s0,
.tnrew .lr13w8s0,
.rnj5   .qgsk9 a { font-weight: 500; }
.xw4ksb8 .qgsk9 a { font-weight: 600; }
.eir626yn     .qgsk9 a { font-weight: 700; }
.zikai    .qgsk9 a { font-weight: 800; letter-spacing: 0.01em; }
.c56b3     .qgsk9 > li + li::before,
.cg19g    .qgsk9 > li + li::before,
.brf5dafg    .qgsk9 > li + li::before,
.df7wtfm7 .qgsk9 > li + li::before,
.ff11 .qgsk9 > li + li::before,
.kip8qbhd  .qgsk9 > li + li::before,
.r2a5    .qgsk9 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.c56b3     .qgsk9 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.cg19g    .qgsk9 > li + li::before { content: "|"; }
.brf5dafg    .qgsk9 > li + li::before { content: "—"; }
.df7wtfm7 .qgsk9 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ff11 .qgsk9 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kip8qbhd  .qgsk9 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.r2a5    .qgsk9 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .fazw63 .xpkw,
  .kt8c1y .xpkw,
  .vulm .xpkw,
  .ahte .xpkw,
  .xm7o5x .xpkw {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .fazw63 .xpkw::before,
  .kt8c1y .xpkw::before,
  .vulm .xpkw::before,
  .ahte .xpkw::before,
  .xm7o5x .xpkw::before { content: ""; display: block; flex-shrink: 0; }

  
  .fazw63 .xpkw::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;
  }

  
  .kt8c1y .xpkw::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;
  }

  
  .vulm .xpkw::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;
  }

  
  .ahte .xpkw::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;
  }

  
  .xm7o5x .xpkw::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) {
  .rgvxpij .xpkw {
    padding: 5px 14px;
  }
  .rgvxpij .qgsk9 {
    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;
  }
  .rgvxpij .qgsk9 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rgvxpij .qgsk9 li a:hover { background: var(--bg-raised); }
  .rgvxpij .m9pi,
  .f988xos .m9pi,
  .tau6fhpr .m9pi { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qxhycz4j .xpkw {
    padding: 5px 10px;
  }
  .qxhycz4j .qgsk9 {
    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);
  }
  .qxhycz4j .qgsk9.l1wkcfy { transform: translateX(0); }
  .qxhycz4j .qgsk9 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qxhycz4j .qgsk9 li:last-child a { border-bottom: none; }
  .hh8ht .qgsk9,
  .m1qwmui .qgsk9 { background: var(--accent) !important; }
  .hh8ht .qgsk9 li a,
  .m1qwmui .qgsk9 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .tau6fhpr .xpkw {
    padding: 5px 10px;
  }
  .tau6fhpr .qgsk9 {
    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);
  }
  .tau6fhpr .qgsk9::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .tau6fhpr .qgsk9.l1wkcfy { transform: translateY(0); }
  .tau6fhpr .qgsk9 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .czzx .xpkw {
    padding: 5px 10px;
  }
  .czzx .qgsk9 {
    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;
  }
  .czzx .qgsk9.l1wkcfy { opacity: 1; pointer-events: auto; }
  .czzx .qgsk9 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ln8qi4wu     .xpkw { border-radius: 0 !important; }
  .tvyl6f94   .xpkw { border-radius: 8px !important; }
  .v0fyat8 .xpkw { border-radius: 50% !important; }
  .dbx70o   .xpkw { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .ftaehisd .z0397 { flex-direction: column; align-items: stretch; }
  .ftaehisd .gyjaw { flex-direction: row; min-width: auto; }
  .ftaehisd .zs0q6 { align-items: flex-start; text-align: left; }
}
.pnfi,
.pnfi.gc3np9,
.ouxup8 .pnfi,
.d59q6a2g .pnfi,
.cclvc9 .pnfi,
.ag572ylm .pnfi {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.f3cfa {
  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;
}
.docv9yl { flex: 1 1 280px; min-width: 0; }
.pc6173ky {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.luep {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.lz25v3zt {
  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;
}
.lz25v3zt:hover { transform: translateY(-1px); opacity: 0.95; }
.xzknu7c .f3cfa {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.xzknu7c .pc6173ky { color: var(--cta); }
.xzknu7c .luep { color: var(--text-body); }
.xzknu7c .lz25v3zt {
  background: var(--cta) !important;
  color: #fff !important;
}
.o0xcnyr3 .f3cfa {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.o0xcnyr3 .pc6173ky { color: var(--text-primary); }
.o0xcnyr3 .luep { color: var(--text-body); }
.o0xcnyr3 .lz25v3zt {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .f3cfa {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .docv9yl { flex: 0 0 auto; }
  .pc6173ky { font-size: 1.2rem; }
  .lz25v3zt { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.r4u1oc9 .fmlhl { height: 36px; }
.x4mqj8s .fmlhl { height: 60px; max-width: 200px; }
.gr2g379g .fmlhl { height: 56px; max-width: 180px; }
.f8bw37pu    .c8u1b, .f8bw37pu    .dltxbtxj { color: #f59e0b; }
@media (min-width: 720px) {
  .pcgg .i03i {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .pcgg .raqdc {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .pcgg .raqdc { padding: 40px 16px 20px; }
  .pcgg .uzlejf2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .pcgg .ikf9eo { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .cesw .raqdc {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .cesw .raqdc::before {
    position: absolute; top: 14px; left: 14px;
  }
  .cesw .te9tf7x6 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .cesw .zmc3h { white-space: normal; text-align: center; font-size: 1.2rem; }
  .cesw .uzlejf2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .cesw .ikf9eo { width: 100%; min-width: 0; }
  .cesw .c8u1b { min-width: 0; }
}
.twxfv0h .raqdc::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.nriqcnd .yi89o6j {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.nriqcnd .yi89o6j summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.nriqcnd .yi89o6j p { padding: 0 2px 16px; }
.oejrup .yi89o6j { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.oejrup .yi89o6j summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.oejrup .yi89o6j summary::after { content: "›"; font-size: 1.2em; }
.oejrup .yi89o6j[open] summary::after { content: "‹"; }
.oejrup .yi89o6j p { padding: 10px 22px 4px; }
.dt0i .yi89o6j {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.dt0i .yi89o6j summary { color: var(--text-primary); padding-left: 16px; }
.dt0i .yi89o6j summary::after { content: "›"; font-size: 1.1em; }
.dt0i .yi89o6j[open] summary::after { content: "‹"; }
.dt0i .yi89o6j p { padding-left: 16px; }
.rx5xtv0 .nne4yi { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.rx5xtv0 .yi89o6j {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.rx5xtv0 .yi89o6j:last-child { border-bottom: none; }
.rx5xtv0 .yi89o6j summary { color: var(--text-primary); border-radius: 0; }
.rx5xtv0 .yi89o6j summary::after { content: "›"; font-size: 1.1em; }
.rx5xtv0 .yi89o6j[open] summary::after { content: "‹"; }
.l7qn6mie .yi89o6j { overflow: hidden; }
.l7qn6mie .yi89o6j summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.l7qn6mie .yi89o6j summary::after { color: rgba(255,255,255,.75); }
.l7qn6mie .yi89o6j[open] summary { border-radius: 0; }
.tu17g5g { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.yggcpck {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.z73vzhm {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.h7nc42 { color: var(--text-muted); font-size: 1.05rem; }
.uv1vgjng {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.l2zd6tp { margin-bottom: 20px; }
.v3xybuk {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.genx {
  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;
}
.genx:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.z3p18 { resize: vertical; min-height: 130px; }
.w7zvs0xu { width: 100%; margin-top: 8px; }
.umyb {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.wqw97 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.jwore { color: var(--text-muted); line-height: 1.75; }
.z2fv { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.z2fv li { margin-bottom: 6px; }
.rtziwb { max-width: 760px; margin: 0 auto; }
.a21kba { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.os6d { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.os6d:last-child { border-bottom: none; }
.os6d h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.os6d p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.e1gs4e { max-width: 760px; margin: 0 auto; }
.h6cxb ul.z2fv { margin: 0; }
@media (max-width: 640px) { .hask { grid-template-columns: 1fr; gap: 10px; } }
.dwxgo { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.qu9h0fj1 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.z0pml4i { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.qu9h0fj1 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.qu9h0fj1 .z2fv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dwxgo { grid-template-columns: 1fr; } }
.pwf5rm { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.pwf5rm:hover .p2ryrt { color: var(--accent-light); text-decoration: underline; }
.lrkq8 { color: inherit; text-decoration: none; }
.lrkq8:hover { color: var(--accent-light); text-decoration: underline; }
.g5ooi304 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lmqdxbad { margin-bottom: 48px; }
.f43h { max-width: 760px; margin: 0 auto; }
.vygw { max-width: 640px; margin: 0 auto; }
.pg04 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.pg04:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.gmqi8n { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.pg04 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.pg04 ul.z2fv { margin: 0; }
.rm51 { color: var(--text-muted); line-height: 1.75; }
.rvpom6 .z2fv,
.vygw .z2fv,
.imc1uvb .z2fv,
.qizaclb .z2fv {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.rvpom6 .pg04,
.vygw .pg04 { text-align: left; }
.rvpom6 .gmqi8n,
.vygw .gmqi8n { text-align: center; }
.wz561 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.nner2dn { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qpi5 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.rg8ml { margin-top: 12px; }
.hwrys { 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; }
.hwrys:hover { border-bottom-color: var(--accent-light); }
.bdkov { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.bdkov img { width: 100%; height: 100%; object-fit: cover; display: block; }
.xxkv { width: 72px; height: 72px; }
.eumgxix { border-radius: 50%; }
.c751 { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.qoy64rn { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.miqbvri { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .fdnk1qr { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.jwgcj7lu .qpi5, .jwgcj7lu .nner2dn { max-width: 640px; }
.o26b .wz561 { font-size: 1.6rem; margin-top: 18px; }
.q0mu1z1r .qpi5 { margin-bottom: 28px; }
@media (max-width: 860px) { .ii9f { grid-template-columns: 1fr; } .o26b { position: static; text-align: center; } }
.imcxdso4 .bdkov { margin: 0 auto 18px; }
.imcxdso4 .qoy64rn { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .v5wribb { grid-template-columns: 1fr; } }
.j2zm7m .wz561 { font-size: 1.6rem; margin-bottom: 6px; }
.qizaclb .z2fv { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .j2zm7m { flex-direction: column; text-align: center; } .ltm8n { grid-template-columns: 1fr; } }
.khhahmh { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--border); margin-bottom: 32px; }
.khhahmh .wz561 { font-size: 1.35rem; margin: 0 0 4px; }
.khhahmh .qoy64rn { margin: 0; }
.mfoh .z73vzhm { color: var(--accent-light); }
.wi1r84ty .z73vzhm { font-size: 2rem; }
.wi1r84ty .h7nc42 { max-width: 680px; }
.u8s34uu .z73vzhm { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.u8s34uu .h7nc42  { margin: 0; }
@media (max-width: 640px) { .u8s34uu { flex-direction: column; } }
.yivy8 {
  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;
}
.yivy8 .z73vzhm { color: var(--accent-light); }
.kaob .z73vzhm { color: #fff; }
.kaob .h7nc42  { color: rgba(255,255,255,0.85); }
.urtn { max-width: 680px; margin: 0 auto; }
.m2343jl {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .m2343jl { grid-template-columns: 1fr; } }
.e13r .genx {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.e13r .genx:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.t5dziwf .genx { background: var(--bg-raised); border-color: transparent; }
.t5dziwf .genx:focus { background: var(--bg-card); border-color: var(--accent-light); }
.xapkfg .genx { border-radius: 100px; padding: 11px 20px; }
.xapkfg .z3p18 { border-radius: 14px; }
.qkno1pwt {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .qkno1pwt { grid-template-columns: 1fr; } }
.jaqh {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.jaqh h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.jaqh p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.pc0jad5i { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.pc0jad5i li { margin-bottom: 6px; }
.bo4ad{display:none}
.bo4ad:empty,.i5wr:empty{display:none}
.xzcpfrv{position:relative;overflow:visible}
.bor1o2dq .x7126e1k,.wi2doqj .x7126e1k,
.osdx0 .x7126e1k,.xeiw8 .x7126e1k,
.t3urezh .x7126e1k,.y8d1o59k .x7126e1k{display:block}
.a8gkd .g5rh{display:block}
.bor1o2dq .x7126e1k,.wi2doqj .x7126e1k,
.osdx0 .x7126e1k,.xeiw8 .x7126e1k,
.t3urezh .x7126e1k{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}
.bor1o2dq .x7126e1k .i5wr,.wi2doqj .x7126e1k .i5wr,
.osdx0 .x7126e1k .i5wr,.xeiw8 .x7126e1k .i5wr,
.t3urezh .x7126e1k .i5wr{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}
.bor1o2dq .eqop,.wi2doqj .eqop,
.osdx0 .eqop,.xeiw8 .eqop,
.t3urezh .eqop{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.bor1o2dq .x7126e1k,.wi2doqj .x7126e1k{top:12px}
.bor1o2dq .x7126e1k .i5wr{margin-right:auto}
.wi2doqj .x7126e1k .i5wr{margin-left:auto}
.wi2doqj .x7126e1k{text-align:right}
.osdx0 .x7126e1k,.xeiw8 .x7126e1k{bottom:12px}
.osdx0 .x7126e1k .i5wr{margin-right:auto}
.xeiw8 .x7126e1k .i5wr{margin-left:auto}
.xeiw8 .x7126e1k{text-align:right}
.t3urezh .x7126e1k{position:relative;margin-top:16px}
.t3urezh .x7126e1k .i5wr{margin:0 auto}
.y8d1o59k .x7126e1k{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.y8d1o59k .x7126e1k .i5wr{margin:0}
.y8d1o59k .plaq6~.x7126e1k,
.y8d1o59k .o02xms~.x7126e1k{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.y8d1o59k .plaq6~.x7126e1k .i5wr,
.y8d1o59k .o02xms~.x7126e1k .i5wr{justify-content:flex-start}
.plaq6~.x7126e1k,.o02xms~.x7126e1k{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}
.plaq6~.x7126e1k .i5wr{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.o02xms~.x7126e1k .i5wr{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.g5rh .i5wr{margin:0 0 12px}
.i5wr{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.p2ryrt{font-weight:600;color:var(--text-heading);opacity:1}
.rfhz1::before{content:"·";margin:0 2px;opacity:.5}
.eqop{white-space:nowrap}
.i3wys .eqop{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.i3wys .rfhz1::before{content:""}
.oxx0d0 .eqop{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}
.oxx0d0 .rfhz1::before{content:""}
.aoi2n2 .i5wr{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.le37ca .eqop{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.le37ca .rfhz1::before{content:""}
.exxmj .eqop{color: var(--accent-light);opacity:1;font-weight:500}
.c1e2gdw .eqop{border-bottom:1px solid currentColor;padding-bottom:2px}
.xyh2xsv0 .i5wr{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.anekw{--date-bg:var(--accent-bg)}
.az1mfc5 .rfhz1::before{content:""}
.utrfh4wa .rfhz1::before{content:"•";opacity:.4}
.utrfh4wa .eqop + .eqop::before{content:"•";margin-right:6px;opacity:.4}
.jtmg3 .rfhz1::before{content:"/";opacity:.35}
.jtmg3 .eqop + .eqop::before{content:"/";margin-right:6px;opacity:.35}
.pgji19kq .rfhz1::before{content:"|";opacity:.3}
.pgji19kq .eqop + .eqop::before{content:"|";margin-right:6px;opacity:.3}
.zy6nhz9n .rfhz1::before{content:"—";opacity:.3}
.zy6nhz9n .eqop + .eqop::before{content:"—";margin-right:6px;opacity:.3}
.taharvk .rfhz1::before{content:"◆";font-size:.5em;opacity:.35}
.taharvk .eqop + .eqop::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.jtf2j7 .rfhz1::before{content:"·";opacity:.4}
.jtf2j7 .eqop + .eqop::before{content:"·";margin-right:6px;opacity:.4}
.qbe980lz .rfhz1::before{content:"›";opacity:.4}
.qbe980lz .eqop + .eqop::before{content:"›";margin-right:6px;opacity:.4}
.ycd8 .rfhz1::before{content:"→";opacity:.35;font-size:.85em}
.ycd8 .eqop + .eqop::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ozyyz{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.xs2q{display:flex;flex-direction:column;gap:3px}
.v892eqp4{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.kqya9h{font-weight:700;font-size:1rem;color:var(--text-heading)}
.n7fdvrn{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.i7eh .ozyyz{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.mf2r42n .ozyyz{border-top:3px solid var(--accent);padding-top:18px}
.ggq8 .ozyyz{border-left:3px solid var(--accent);border-radius:0}
.rr5n .ozyyz{padding:20px 0}
@media(max-width:640px){
  .ozyyz{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .n7fdvrn{max-width:100%}
}
.e24jb9z0 .uf1h4{margin:0}
@media (max-width:560px){
  .m4vppw{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) {
  .g8eagz { padding: 28px 18px 20px; }
  .mdsh50a5 { font-size: 1.2rem; }
  .pzd73l6 { max-width: 220px; max-height: 80px; }
}
.hx47  .zdqyj { border-radius: 6px; }
.u5kekd0e .f3cfa {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .zdqyj { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.qe7yxy {
  margin: 28px 0 24px;
}
.qe7yxy .gc3np9 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.qe7yxy .u7bzt {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.qe7yxy .f3cfa {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .dm1ky { flex-direction: row-reverse; }
[dir="rtl"] .qgsk9 { flex-direction: row-reverse; }
[dir="rtl"] .oayc7 .k89a { right: auto; left: 32px; }
[dir="rtl"] .opwizqw  .k89a { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .oayc7 .k89a { right: auto; left: 20px; }
  [dir="rtl"] .opwizqw  .k89a { left: auto;  right: 20px; }
}
[dir="rtl"] .jnjfq87 .q751  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .brsjp .q751 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .plaq6,
[dir="rtl"] .k5dd4zr,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .nt2c36n, [dir="rtl"] .zn9y1ch { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .eiqout6 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .tkzywp0h { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .wp7u1zx { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .f3cfa { direction: rtl; }
[dir="rtl"] .qkbjt { direction: rtl; }
[dir="rtl"] .nth51u7 { direction: rtl; }
[dir="rtl"] .yztrrx { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .i4t5 .zn9y1ch,
[dir="rtl"] .pa08 .zn9y1ch,
[dir="rtl"] .axub4 .zn9y1ch,
[dir="rtl"] .d1eegv .zn9y1ch {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .i4t5 .zn9y1ch li::before,
[dir="rtl"] .pa08 .zn9y1ch li::before,
[dir="rtl"] .axub4 .zn9y1ch li::before,
[dir="rtl"] .d1eegv .zn9y1ch li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .y5moor.rl8hjq6 .zu076nl,
[dir="rtl"] .xi30.rl8hjq6 .zu076nl,
[dir="rtl"] .utj3ehh.rl8hjq6 .zu076nl,
[dir="rtl"] .vfy5.rl8hjq6 .zu076nl,
[dir="rtl"] .ljqn0fje.rl8hjq6 .zu076nl { text-align: right; }
[dir="rtl"] .plaq6.rl8hjq6 .useio { align-items: flex-end; text-align: right; }
[dir="rtl"] .plaq6.nuhtgusl .useio { text-align: center; }
[dir="rtl"] .plaq6 .useio { text-align: right; }
[dir="rtl"] .u7bzt,
[dir="rtl"] .cp7ajxo,
[dir="rtl"] .fm3aepwb,
[dir="rtl"] .j1xzj,
[dir="rtl"] .uv1vgjng,
[dir="rtl"] .v3xybuk,
[dir="rtl"] .qpi5,
[dir="rtl"] .genx,
[dir="rtl"] .z3p18 { text-align: right; direction: rtl; }
[dir="rtl"] .xapkfg .genx,
[dir="rtl"] .e13r .genx { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #cd3915;
  --brand:           #cd3915;
  --brand-light:     #ab381c;
  --brand-pale:      #ca4e30;
  --grad-start:      #ed6f50;
  --grad-end:        #eca18e;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #cd3915;
  --cta-light:       #ac2b0c;
  --cta-hover:       #95290f;
  --bg-page:         #f8f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f4f3;
  --bg-raised:       #f1eeed;
  --bg-hover:        #f6f4f3;
  --border:          #e9e3e1;
  --border-alt:      #ddd1cf;
  --border-section:  #e9e3e1;
  --text-primary:    #1b1717;
  --text-muted:      #615350;
  --text-body:       #372f2e;
  --text-sub:        #534745;
  --text-faint:      #8b7773;
  --text-dim:        #a2928f;
  --text-label:      #6f5f5c;
  --text-value:      #453b39;
  --accent-bg:       #f5e4e0;
  --accent-bg-light: #f1cdc5;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c960e;
  --c-cons:          #9f2521;
  --c-pros-label:    #0eb311;
  --c-tip-border:    #10c613;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c960e;
}
:root { --logo-bg-opacity: 78%; }
body, button, input { font-family: "Josefin Sans", sans-serif; }
.eurpy5 .h545 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.eurpy5 .h545::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.eurpy5 .iuum4     .h545::before { content: "";  color: var(--c-tip-border); }.eurpy5 .mig3 .h545::before { content: ""; color: var(--c-warn-border); }.eurpy5 .km49    .h545::before { content: ""; color: #60a5fa; }.ntrw .eurpy5 .iuum4     .h545::before { color: #10b981; }.ntrw .eurpy5 .mig3 .h545::before { color: #f43f5e; }.ntrw .eurpy5 .km49    .h545::before { color: #a855f7; }.ht45f  .eurpy5 .iuum4     .h545::before { color: #eab308; }.ht45f  .eurpy5 .mig3 .h545::before { color: #ef4444; }.ht45f  .eurpy5 .km49    .h545::before { color: #f97316; }.yz5la  .eurpy5 .iuum4     .h545::before { color: #38bdf8; }.yz5la  .eurpy5 .mig3 .h545::before { color: #818cf8; }.yz5la  .eurpy5 .km49    .h545::before { color: #2dd4bf; }.aedezb9 .eurpy5 .h545::before { color: var(--accent-light) !important; }
.qpf0is .bqqv, .qpf0is .plaq6 { min-height: 520px; }
.qag6yd .w96j::after,.qag6yd .k89a::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; }
.sqkf::before { content: '/'; }