:root {
  --color-accent: #890970;
  --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;
}
.c5ien71w {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.nyux7 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ja6vse66 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.xfu95k { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.yfijwz3 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.yfijwz3 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.yfijwz3 a:hover { color: var(--accent-light); }
.dsnaek2  .kbn09w { border-radius: 14px; }
.dsnaek2 .kbn09w li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.dsnaek2 .kbn09w li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .kbn09w {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .am4c:hover .kbn09w,
  .am4c:focus-within .kbn09w { display: block; }
  .kbn09w li a { padding: 8px 16px; font-size: 0.88rem; }
}
.wylb3z {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xyi4muqi { display: none; }
@media (max-width: 640px) {
  .xyi4muqi {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xyi4muqi.rlffu7z { display: block; }
}
@media (max-width: 640px) {
  .wylb3z { display: block; }
  .yfijwz3 > li + li::before { display: none !important; }
  .yfijwz3 {
    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;
  }
  .yfijwz3.rlffu7z { display: flex; }
  .yfijwz3 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .yfijwz3 li:last-child a { border-bottom: none; }
}
.vxdvy { min-height: 480px; }
.pzvr7x {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.boc7w { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fr6bot .boc7w { margin-left: 0; margin-right: 0; }
.cxd1 {
  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;
}
.vlvhnyu .cxd1 { margin-top: 24px; }
.cxd1:hover { opacity: 0.88; }
.n2yq64 .pzvr7x { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.n2yq64 .boc7w { color: #e2e8f0; }
.n2yq64.fr6bot   .wvhx2um { text-align: left; }
.nibe5c .pzvr7x { color: var(--text-primary); text-shadow: none; }
.nibe5c .boc7w { color: var(--text-muted); }
.nibe5c .cxd1 { margin-top: 16px; }
.nibe5c, .nibe5c.vxdvy { min-height: auto !important; }
.nibe5c.fr6bot   .wvhx2um { text-align: left; }
.nibe5c~.fayg7yfb{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}
.nibe5c~.fayg7yfb .qjg3{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; }
}
.f42tuo .bmv3lt9,
.f42tuo .szg6j,
.f42tuo .n2yq64 .djgr {
  overflow: hidden;
}
.f42tuo .bmv3lt9::after,
.f42tuo .szg6j::after,
.f42tuo .n2yq64 .djgr::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.bmv3lt9 .pzvr7x { color: #fff; }
.bmv3lt9 .boc7w { color: rgba(255,255,255,0.85); }
.bmv3lt9 .cxd1 { background: #fff; color: var(--cta); }
.bmv3lt9 .cxd1:hover { opacity: 0.92; }
.v0l4m .bj8xuw { position: relative; overflow: hidden; }
.v0l4m .bj8xuw::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;
}
.mvj5 .bj8xuw {
  animation: hg-breathe 7s ease-in-out infinite;
}
.f42tuo .bj8xuw { position: relative; overflow: hidden; }
.f42tuo .bj8xuw::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;
}
.nhjo .bj8xuw { position: relative; overflow: hidden; }
.nhjo .bj8xuw::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;
}
.b4jz9tu .bj8xuw {
  animation: hg-fadein 1.2s ease-out both;
}
.bj8xuw {
  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%);
}
.g8cv {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.flex {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.b3tw0r {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.bj8xuw .pzvr7x { text-shadow: none; color: var(--text-primary); }
.bj8xuw .boc7w { color: var(--text-muted); }
body.qtm6tn1 .pzvr7x {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ldmtoz .pzvr7x {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.vxdvy.bmv3lt9 .pzvr7x,
section.bmv3lt9 .pzvr7x {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.bj8xuw.xz4zth7 .g8cv { align-items: center; text-align: center; }
.bj8xuw.fr6bot   .g8cv { align-items: flex-start; text-align: left; }
.ub87td .flex { position: relative; }
.ub87td .flex::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.ub87td.gk9qx5o .flex::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.bbhgjh .flex {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.bbhgjh .b3tw0r {
  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);
}
.bbhgjh.gk9qx5o .flex { padding: 32px 0 32px 32px; }
.hi5w .flex {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.hi5w .b3tw0r {
  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);
}
.gk9qx5o { grid-template-areas: "media text"; }
.gk9qx5o .g8cv {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.hi5w.gk9qx5o .flex { padding: 40px 16px 40px 48px; }
.vxdvy .qwjp67 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qwjp67 .drku.kc1l9mjz {
  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;
}
.qwjp67 .drku.kc1l9mjz:hover { opacity: 0.85; }
.vt9m5 .flex {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .bj8xuw { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .bj8xuw:not(.vt9m5) .flex { display: none !important; }
  .vt9m5 .flex { padding: 16px; }
  .g8cv  { padding: 36px 24px; }
  .bj8xuw~.fayg7yfb,.gk9qx5o~.fayg7yfb{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .vxdvy, .bj8xuw { min-height: 320px !important; }
  .pzvr7x { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .sumkv7z,
  .t31i1,
  .kzcf32so { grid-template-columns: 1fr !important; }

  

  
  .z5chz { display: flex !important; flex-direction: column !important; }
  .z5chz .wvhx2um { display: contents; }
  .z5chz .djgr { order: 0; }
  .z5chz .pzvr7x { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .z5chz .sumkv7z { order: 2; padding: 0 16px 12px !important; }
  .z5chz .boc7w { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .vlvhnyu .wvhx2um { display: flex; flex-direction: column; }
  .vlvhnyu .wvhx2um .pzvr7x { order: 1; }
  .vlvhnyu .wvhx2um .kzcf32so { order: 2; margin: 8px 0 24px !important; }
  .vlvhnyu .wvhx2um .boc7w { order: 3; }
  .vlvhnyu .wvhx2um .cxd1 { order: 4; align-self: center; margin-top: 0; }

  
  .bj8xuw.vt9m5 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .bj8xuw.vt9m5 .g8cv { display: contents; padding: 0; }
  .bj8xuw.vt9m5 .g8cv .pzvr7x { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .bj8xuw.vt9m5 .flex { order: 2; padding: 12px 16px; }
  .bj8xuw.vt9m5 .g8cv .boc7w { order: 3; padding: 0 24px; margin: 0 auto; }
  .bj8xuw.vt9m5 .g8cv .cxd1 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.edel { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.uhmgly { width: 100%; height: auto; display: block; border-radius: 10px; }
.l0s651 .edel        { border-radius: 16px; }
.l0s651 .uhmgly  { border-radius: 16px; }
.dfy2b2 .edel         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.dfy2b2 .uhmgly   { border-radius: 8px; }
.vc8inhr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.w2v6z { width: 100%; padding: 32px 0; position: relative; }
.w45z5g { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wbmvt41 .w2v6z:nth-child(even) { background: var(--bg-surface); }
.wbmvt41 .w2v6z:nth-child(odd)  { background: var(--bg-page); }
.wwy4jf3 .w2v6z:nth-child(even) { background: var(--bg-card); }
.wwy4jf3 .w2v6z:nth-child(odd)  { background: var(--bg-page); }
.wbmvt41 .w2v6z:nth-child(odd)  .w45z5g { background: var(--bg-card); border-radius: 6px; }
.wbmvt41 .w2v6z:nth-child(even) .w45z5g { background: var(--bg-raised); border-radius: 6px; }
.wwy4jf3 .w2v6z:nth-child(odd)  .w45z5g { background: var(--bg-card); border-radius: 6px; }
.wwy4jf3 .w2v6z:nth-child(even) .w45z5g { background: var(--bg-raised); border-radius: 6px; }
.wbmvt41 .w2v6z:nth-child(even) .f0xcr .o2p9u8s,
.wwy4jf3 .w2v6z:nth-child(even) .f0xcr .o2p9u8s { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wbmvt41 .w2v6z:nth-child(odd) .f0xcr .o2p9u8s,
.wwy4jf3 .w2v6z:nth-child(odd) .f0xcr .o2p9u8s { background: var(--bg-card-inner); }
.wbmvt41 .w2v6z:nth-child(even) .gge4i .o2p9u8s:nth-child(odd),
.wwy4jf3 .w2v6z:nth-child(even) .gge4i .o2p9u8s:nth-child(odd)  { background: var(--bg-card); }
.wbmvt41 .w2v6z:nth-child(even) .gge4i .o2p9u8s:nth-child(even),
.wwy4jf3 .w2v6z:nth-child(even) .gge4i .o2p9u8s:nth-child(even) { background: var(--bg-card-inner); }
h1.kimf { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.kimf {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.d5xcctzz { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.iznm5fbf h2.kimf {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.yxc78t h2.kimf {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.gl65a h2.kimf {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.jn4j9mkt h2.kimf::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.e91wsg h2.kimf {
  color: var(--text-primary); font-size: 1.7rem;
}
.sl908 h2.kimf::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.xkp7i3a2 h2.kimf {
  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;
}
.xhblh { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .xhblh { display: none; } }
.rlaer { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.apqpcf { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ekrxfv {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mob6u { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.h8v9xl { padding-left: 20px; }
.h8v9xl li { margin-bottom: 6px; }
.h8v9xl a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.h8v9xl a:hover { color: var(--accent-light); }
.mw4s .mob6u { display: none; }
.fc8z .mob6u { display: none; }
.fc8z .h8v9xl { padding-left: 0; list-style: none; }
.fc8z .h8v9xl li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.fc8z .h8v9xl a { font-size: 0.92rem; }
.eeagg .ekrxfv { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.eeagg .mob6u { display: none; }
.eeagg .h8v9xl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.eeagg .h8v9xl li { margin-bottom: 0; }
.eeagg .h8v9xl 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;
}
.eeagg .h8v9xl a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.yy5bw .ekrxfv { padding: 20px 20px 16px; }
.yy5bw .h8v9xl {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.yy5bw .h8v9xl li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.yy5bw .h8v9xl 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;
}
.yy5bw .h8v9xl 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;
}
.yy5bw .h8v9xl a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.yy5bw .h8v9xl a:focus,
.yy5bw .h8v9xl a:focus-visible,
.yy5bw .h8v9xl a:target { outline: none; }
.yy5bw .h8v9xl li:target a { border-color: var(--border); color: var(--text-muted); }
.r50qpl .ekrxfv { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.r50qpl .mob6u { display: none; }
.r50qpl .h8v9xl { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.r50qpl .h8v9xl li { margin-bottom: 0; }
.r50qpl .h8v9xl li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.r50qpl .h8v9xl li:last-child::after { content: ""; margin-right: 0; }
.r50qpl .h8v9xl a { font-size: 0.9rem; }
.o2p9u8s { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.f0xcr .o2p9u8s { background: var(--bg-card); }
.gge4i .o2p9u8s:nth-child(odd)  { background: var(--bg-card); }
.gge4i .o2p9u8s:nth-child(even) { background: var(--bg-raised); }
.tavlq0e .o2p9u8s {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.tavlq0e .o2p9u8s:last-child { border-bottom: none; }
.tavlq0e h3.d5xcctzz { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.dhn4a .o2p9u8s {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.dhn4a .o2p9u8s + .o2p9u8s { margin-top: 4px; }
.iexw .o2p9u8s { background: none; border-radius: 0; padding: 12px 0; }
.iexw .o2p9u8s + .o2p9u8s { border-top: 1px solid var(--border-section); }
.xjxsma3 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.c35gti97 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lrco77nr, .z5yoz0 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.lrco77nr li, .z5yoz0 li { margin-bottom: 6px; }
.z5yoz0 li { list-style: decimal; }
.v6p3x8z6     .lrco77nr { list-style-type: "● "; }
.s9clj  .lrco77nr { list-style-type: "■ "; }
.ezrqdy6 .lrco77nr { list-style-type: "◆ "; }
.kyyx    .lrco77nr { list-style-type: "★ "; }
.v6p3x8z6     .ns52jaxb { list-style-type: "● "; }
.s9clj  .ns52jaxb { list-style-type: "■ "; }
.ezrqdy6 .ns52jaxb { list-style-type: "◆ "; }
.kyyx    .ns52jaxb { list-style-type: "★ "; }
.v6p3x8z6    .lrco77nr li::marker, .v6p3x8z6    .ns52jaxb li::marker,
.s9clj .lrco77nr li::marker, .s9clj .ns52jaxb li::marker,
.ezrqdy6 .lrco77nr li::marker, .ezrqdy6 .ns52jaxb li::marker,
.kyyx   .lrco77nr li::marker, .kyyx   .ns52jaxb li::marker {
  color: var(--cta); font-size: 1em;
}
.v6p3x8z6 .z5yoz0,
.s9clj .z5yoz0,
.ezrqdy6 .z5yoz0,
.kyyx .z5yoz0 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.v6p3x8z6 .z5yoz0 li,
.s9clj .z5yoz0 li,
.ezrqdy6 .z5yoz0 li,
.kyyx .z5yoz0 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.v6p3x8z6 .z5yoz0 li::before,
.s9clj .z5yoz0 li::before,
.ezrqdy6 .z5yoz0 li::before,
.kyyx .z5yoz0 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;
}
.v6p3x8z6     .z5yoz0 li::before { border-radius: 50%; }
.s9clj  .z5yoz0 li::before { border-radius: 3px; }
.ezrqdy6 .z5yoz0 li::before { border-radius: 3px; }
.kyyx    .z5yoz0 li::before { border-radius: 50%; }
.eb9rlj { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.e9n2cob .eb9rlj,
.yiy2 .eb9rlj { background: transparent; border: none; border-radius: 0; }
.o4pugble { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.o4pugble th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.o4pugble td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.o4pugble tr:hover td { background: var(--bg-hover); }
.pr1o4gv6 .o4pugble tbody tr:nth-child(even) td { background: var(--bg-surface); }
.enyl .o4pugble { border: 1px solid var(--border-alt); }
.enyl .o4pugble th,
.enyl .o4pugble td { border: 1px solid var(--border-alt); }
.pfh2y .o4pugble th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.pfh2y .o4pugble td { border-bottom: none; }
.pfh2y .o4pugble tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.msu6l1g .o4pugble th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.vrt9n .eb9rlj {
  overflow: hidden;
}
.vrt9n .o4pugble th { border-bottom: 1px solid var(--border-alt); }
.vrt9n .o4pugble tr:last-child td { border-bottom: none; }
.airc { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.y974k3 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.ln16sot { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.v1j26 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.ivpw067u { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ns52jaxb { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ns52jaxb 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%}
.gkzi .v1j26 { background: transparent; text-align: center; }
.gu6iax .ln16sot {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.mbfp2i3 .ln16sot {
  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);
}
.wp66xnf .y974k3 { display: grid; grid-template-columns: auto 1fr; }
.wp66xnf .ln16sot {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.wp66xnf .v1j26 { grid-column: 2; }
.wp66xnf .ivpw067u,
.wp66xnf .ns52jaxb { grid-column: 1 / -1; }
.gslj .y974k3 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gslj .ln16sot {
  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);
}
.gslj .v1j26 { grid-column: 2; }
.gslj .ivpw067u,
.gslj .ns52jaxb { grid-column: 1 / -1; }
.p603ehxv .y974k3 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.p603ehxv .v1j26 { background: none; color: var(--accent-light); font-weight: 700; }
.tkw8 .y974k3 { 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); }
.tkw8 .v1j26 { background: none; color: var(--accent-light); font-weight: 700; }
.vdnja5 .y974k3 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.vdnja5 .y974k3:last-child { border-bottom: none; }
.vdnja5 .v1j26 { background: none; color: var(--accent-light); font-weight: 700; }
.v831u .y974k3 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.v831u .v1j26 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.qjqv .airc { counter-reset: card-n; }
.qjqv .y974k3  { counter-increment: card-n; }
.qjqv .v1j26 { display: flex; align-items: center; gap: 10px; }
.qjqv .v1j26::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;
}
.q016i .y974k3 { background: var(--bg-surface); border: 1px solid var(--border); }
.q016i .v1j26 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.e2ojaf0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.uejzaxwg  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.rqyw { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.tz85 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.j3dy { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.e2ojaf0 strong { color: var(--text-primary); font-size: 0.95rem; }
.e2ojaf0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.z85v7x { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.sen9h, .me3f1 { border-radius: 8px; padding: 14px; }
.sen9h { background: var(--bg-pros); }
.me3f1 { background: var(--bg-cons); }
.txvg7ox { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.sen9h .txvg7ox { color: var(--c-pros-label); }
.me3f1 .txvg7ox { color: #f87171; }
.sen9h ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.me3f1 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.uhmgly { width: 100%; height: auto; border-radius: 10px; display: block; }
.kc1l9mjz {
  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;
}
.kc1l9mjz:hover { opacity: 0.85; }
.yijd .kc1l9mjz  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.yijd .kc1l9mjz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zs2nd .kc1l9mjz  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.zs2nd .kc1l9mjz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.poni15p4 .cxd1 { border-radius: 50px; }
.poni15p4 .kc1l9mjz  { border-radius: 50px; }
.ade5pw5u .cxd1 { padding-left: 22px; padding-right: 22px; }
.ade5pw5u .kc1l9mjz  { padding-left: 12px; padding-right: 12px; }
.uvog5f .cxd1 { padding-left: 44px; padding-right: 44px; }
.uvog5f .kc1l9mjz  { padding-left: 24px; padding-right: 24px; }
.lnfsezb .cxd1 { padding-left: 56px; padding-right: 56px; }
.lnfsezb .kc1l9mjz  { padding-left: 32px; padding-right: 32px; }
.lh10tz   .cxd1::after, .lh10tz   .kc1l9mjz::after,
.ti30 .cxd1::after, .ti30 .kc1l9mjz::after,
.lbtr8j6a    .cxd1::after, .lbtr8j6a    .kc1l9mjz::after,
.low5y2c    .cxd1::after, .low5y2c    .kc1l9mjz::after,
.kh0crns    .cxd1::after, .kh0crns    .kc1l9mjz::after,
.ojylhi     .cxd1::after, .ojylhi     .kc1l9mjz::after,
.jvwocpu8    .cxd1::after, .jvwocpu8    .kc1l9mjz::after,
.s7pa4n2   .cxd1::after, .s7pa4n2   .kc1l9mjz::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;
}
.lh10tz .cxd1::after, .lh10tz .kc1l9mjz::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");
}
.ti30 .cxd1::after, .ti30 .kc1l9mjz::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");
}
.lbtr8j6a .cxd1::after, .lbtr8j6a .kc1l9mjz::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");
}
.low5y2c .cxd1::after, .low5y2c .kc1l9mjz::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");
}
.kh0crns .cxd1::after, .kh0crns .kc1l9mjz::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");
}
.ojylhi .cxd1::after, .ojylhi .kc1l9mjz::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");
}
.jvwocpu8 .cxd1::after, .jvwocpu8 .kc1l9mjz::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");
}
.s7pa4n2 .cxd1::after, .s7pa4n2 .kc1l9mjz::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");
}
.rk3pn0   .v5o6::after, .rk3pn0   .bvoxa6b::after,
.z3st3x .v5o6::after, .z3st3x .bvoxa6b::after,
.hur2    .v5o6::after, .hur2    .bvoxa6b::after,
.oz5kdrwx    .v5o6::after, .oz5kdrwx    .bvoxa6b::after,
.axkkac    .v5o6::after, .axkkac    .bvoxa6b::after,
.wduzk98     .v5o6::after, .wduzk98     .bvoxa6b::after,
.uast    .v5o6::after, .uast    .bvoxa6b::after,
.wzsinm   .v5o6::after, .wzsinm   .bvoxa6b::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;
}
.rk3pn0 .v5o6::after, .rk3pn0 .bvoxa6b::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");
}
.z3st3x .v5o6::after, .z3st3x .bvoxa6b::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");
}
.hur2 .v5o6::after, .hur2 .bvoxa6b::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");
}
.oz5kdrwx .v5o6::after, .oz5kdrwx .bvoxa6b::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");
}
.axkkac .v5o6::after, .axkkac .bvoxa6b::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");
}
.wduzk98 .v5o6::after, .wduzk98 .bvoxa6b::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");
}
.uast .v5o6::after, .uast .bvoxa6b::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");
}
.wzsinm .v5o6::after, .wzsinm .bvoxa6b::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");
}
.uvczylr8 .hptnfzfb   { background: rgba(128,128,128,.12); }
.drku.kc1l9mjz {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .hjuxcrz {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .hjuxcrz::before    { grid-area: rank;   }
  .q19w7np           { grid-area: ident;  }
  .a2dd     { grid-area: rating; min-width: 0; width: auto; }
  .f29p1           { grid-area: pills;  }
  .drku             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .hjuxcrz {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .hjuxcrz::before    { justify-self: center; }
  .q19w7np           { width: 100%; }
  .a2dd     { justify-self: center; }
  .f29p1           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .b6rz6 .iz4o3j8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .b6rz6 .zcv7 { margin: 0; }
}
.yiy2 .z85v7x { gap: 10px; }
.yiy2 .sen9h, .yiy2 .me3f1 { padding: 12px; }
.yiy2 .sen9h ul, .yiy2 .me3f1 ul { margin: 4px 0 0; padding-left: 18px; }
.yiy2 .sen9h li, .yiy2 .me3f1 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .oca9xtsa { grid-template-columns: 1fr; }
  .r3hcxb { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .r3hcxb .u3i874s0 { width: 72px; height: 50px; }
  .r3hcxb .xtzqd6m { max-width: 180px; }
  .r3hcxb .ubosb4o { width: auto; }
}
@media (max-width: 720px) {
  .qcke { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .t46bk9ux { padding: 16px; }
  .vf7qe55k .u6ro { min-width: 50%; }
}
.j956 .z85v7x { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .pznx1 { grid-template-columns: 1fr; }
  .kze74rt1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rwe1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .wlvzop { flex-wrap: wrap; padding: 16px; }
}
.bbne6 .z85v7x { gap: 8px; }
.bbne6 .sen9h, .bbne6 .me3f1 { padding: 8px; }
@media (max-width: 480px) {
  .blx1l { flex-direction: column; align-items: stretch; }
}
.z1zw .ubosb4o .kc1l9mjz { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .dd69a58 { flex-direction: column; align-items: stretch; gap: 10px; }
  .z1zw .ubosb4o { text-align: center; }
}
@media (max-width: 720px) {
  .iqx6xy { grid-template-columns: 1fr; }
  .kkko { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mvjjki7 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .e88m3 { grid-template-columns: 1fr; }
  .gvhxjx8 { width: 100px; height: 100px; margin: 16px auto; }
  .xrh6 { font-size: 1.4rem; }
  .ib5rwvm { justify-content: center; }
  .yiui8xu .u6ro { min-width: 50%; }
}
.eamt4ln .z85v7x { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .jaoqg { flex-wrap: wrap; padding: 14px 16px; }
  .p4axaw { padding: 12px 16px; }
  .eamt4ln .z85v7x { margin: 0 16px; }
  .eamt4ln .vm9oai { padding: 0 16px; }
  .njkgyo4 { padding: 12px 16px; }
}
.dj6rgco .dkhamh { gap: 18px; }
.dj6rgco .hjuxcrz {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.dj6rgco .hjuxcrz:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.ib0lxc67 .f29p1 .poyf {
  background: transparent; padding: 4px 8px;
}
.ib0lxc67 .f29p1 .v5plr6k { font-size: .65rem; opacity: .65; }
.ib0lxc67 .f29p1 .tqvhhuh   { font-size: 1.15rem; color: var(--accent-light); }
.h648d6xy .nvkx,
.h648d6xy .qsjxwa3w,
.h648d6xy .qsjxwa3w { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.h648d6xy .qsjxwa3w small { display: none; }
.h648d6xy .qijm1urf .j1cmm,
.h648d6xy .qijm1urf strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.h648d6xy .vsox8naz { display: none; }
.wpt9gn { margin: 16px 0; }
.r31yxge { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.r31yxge summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.r31yxge summary::after { content: "+"; color: var(--accent-light); }
.r31yxge[open] summary::after { content: "−"; }
.r31yxge p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.w2v6z { margin-bottom: 0; }
.oo2ctvm h2.kimf { color: var(--text-primary); border-color: var(--accent-light); }
.l7smotj h2.kimf { color: var(--text-primary); border-color: var(--accent-light); }
.owxd5 .uejzaxwg     { background: #052e16; border-color: #10b981; }
.owxd5 .rqyw { background: #2d0a1e; border-color: #f43f5e; }
.owxd5 .tz85    { background: #1e1036; border-color: #a855f7; }
.owxd5 .e2ojaf0 strong  { color: #f1f5f9; }
.owxd5 .e2ojaf0 p       { color: #cbd5e1; }
.owxd5 .kcv5    .uejzaxwg     .j3dy::before,
.owxd5 .wd7szbd  .uejzaxwg     .j3dy::before,
.owxd5 .yume3s  .uejzaxwg     .j3dy::before,
.owxd5 .iq1b57 .uejzaxwg     .j3dy::before { color: #10b981; }
.owxd5 .kcv5    .rqyw .j3dy::before,
.owxd5 .wd7szbd  .rqyw .j3dy::before,
.owxd5 .yume3s  .rqyw .j3dy::before,
.owxd5 .iq1b57 .rqyw .j3dy::before { color: #f43f5e; }
.owxd5 .kcv5    .tz85    .j3dy::before,
.owxd5 .wd7szbd  .tz85    .j3dy::before,
.owxd5 .yume3s  .tz85    .j3dy::before,
.owxd5 .iq1b57 .tz85    .j3dy::before { color: #a855f7; }
.btuwek4b .uejzaxwg     { background: #2d2000; border-color: #eab308; }
.btuwek4b .rqyw { background: #2d0b0b; border-color: #ef4444; }
.btuwek4b .tz85    { background: #2d1600; border-color: #f97316; }
.btuwek4b .e2ojaf0 strong  { color: #f1f5f9; }
.btuwek4b .e2ojaf0 p       { color: #cbd5e1; }
.btuwek4b .kcv5    .uejzaxwg     .j3dy::before,
.btuwek4b .wd7szbd  .uejzaxwg     .j3dy::before,
.btuwek4b .yume3s  .uejzaxwg     .j3dy::before,
.btuwek4b .iq1b57 .uejzaxwg     .j3dy::before { color: #eab308; }
.btuwek4b .kcv5    .rqyw .j3dy::before,
.btuwek4b .wd7szbd  .rqyw .j3dy::before,
.btuwek4b .yume3s  .rqyw .j3dy::before,
.btuwek4b .iq1b57 .rqyw .j3dy::before { color: #ef4444; }
.btuwek4b .kcv5    .tz85    .j3dy::before,
.btuwek4b .wd7szbd  .tz85    .j3dy::before,
.btuwek4b .yume3s  .tz85    .j3dy::before,
.btuwek4b .iq1b57 .tz85    .j3dy::before { color: #f97316; }
.numx1t .uejzaxwg     { background: #0c1a2e; border-color: #38bdf8; }
.numx1t .rqyw { background: #12103a; border-color: #818cf8; }
.numx1t .tz85    { background: #0a2020; border-color: #2dd4bf; }
.numx1t .e2ojaf0 strong  { color: #f1f5f9; }
.numx1t .e2ojaf0 p       { color: #cbd5e1; }
.numx1t .kcv5    .uejzaxwg     .j3dy::before,
.numx1t .wd7szbd  .uejzaxwg     .j3dy::before,
.numx1t .yume3s  .uejzaxwg     .j3dy::before,
.numx1t .iq1b57 .uejzaxwg     .j3dy::before { color: #38bdf8; }
.numx1t .kcv5    .rqyw .j3dy::before,
.numx1t .wd7szbd  .rqyw .j3dy::before,
.numx1t .yume3s  .rqyw .j3dy::before,
.numx1t .iq1b57 .rqyw .j3dy::before { color: #818cf8; }
.numx1t .kcv5    .tz85    .j3dy::before,
.numx1t .wd7szbd  .tz85    .j3dy::before,
.numx1t .yume3s  .tz85    .j3dy::before,
.numx1t .iq1b57 .tz85    .j3dy::before { color: #2dd4bf; }
.o7xb .uejzaxwg     { background: var(--accent-bg); border-color: var(--accent-light); }
.o7xb .rqyw { background: var(--accent-bg-light); border-color: var(--accent-light); }
.o7xb .tz85    { background: var(--accent-bg); border-color: var(--accent-pale); }
.o7xb .kcv5    .j3dy::before,
.o7xb .wd7szbd  .j3dy::before,
.o7xb .yume3s  .j3dy::before,
.o7xb .iq1b57 .j3dy::before { color: var(--accent-light) !important; }
.grdg7f10::before,
.v0b0ip::before { margin-right: 5px; }
.zkrw .sen9h ul li,
.zkrw .rj2mw2ew li         { color: #4ade80; }
.zkrw .sen9h .grdg7f10 { color: #22c55e; }
.zkrw .me3f1 ul li,
.zkrw .j2qh li         { color: #f87171; }
.zkrw .me3f1 .v0b0ip { color: #ef4444; }
.q6u9 .sen9h { background: var(--bg-pros); }
.q6u9 .me3f1 { background: var(--bg-cons); }
.q6u9 .sen9h .grdg7f10 { color: var(--c-pros-label); }
.q6u9 .me3f1 .v0b0ip { color: var(--c-cons); }
.q6u9 .sen9h ul li,
.q6u9 .me3f1 ul li,
.xcysttb6 .sen9h { background: var(--bg-pros); }
.xcysttb6 .me3f1 { background: var(--bg-cons); }
.xcysttb6 .sen9h .grdg7f10 { color: var(--c-pros-label); }
.xcysttb6 .me3f1 .v0b0ip { color: var(--c-cons); }
.xcysttb6 .sen9h ul li,
.xcysttb6 .me3f1 ul li,
.yknc .grdg7f10::before { content: "✓ "; }
.yknc .v0b0ip::before { content: "✗ "; }
.dt6r .grdg7f10::before { content: "→ "; }
.dt6r .v0b0ip::before { content: "← "; }
.isv08s .grdg7f10::before { content: "★ "; }
.isv08s .v0b0ip::before { content: "✕ "; }
.yqgyxemm .grdg7f10::before { content: "◆ "; }
.yqgyxemm .v0b0ip::before { content: "▲ "; }
.vbdh81g .e2ojaf0 { background: transparent; border-left: none; border: 1.5px solid; }
.vbdh81g .uejzaxwg     { border-color: var(--c-tip-border); }
.vbdh81g .rqyw { border-color: var(--c-warn-border); }
.vbdh81g .tz85    { border-color: #60a5fa; }
.vbdh81g .e2ojaf0 strong { color: var(--text-primary); }
.vbdh81g .e2ojaf0 p      { color: var(--text-muted); }
.z903qf .e2ojaf0 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.z903qf .uejzaxwg     { border-top-color: var(--c-tip-border); }
.z903qf .rqyw { border-top-color: var(--c-warn-border); }
.z903qf .tz85    { border-top-color: #60a5fa; }
.lp2dkkux .e2ojaf0 { border-left: none; border-radius: 8px; }
.lp2dkkux .uejzaxwg     { background: #065f46; }
.lp2dkkux .rqyw { background: #92400e; }
.lp2dkkux .tz85    { background: #1e3a8a; }
.lp2dkkux .e2ojaf0 strong,
.lp2dkkux .e2ojaf0 p { color: #fff; }
.lp2dkkux .j3dy::before { color: rgba(255,255,255,0.85) !important; }
.owxd5.lp2dkkux .uejzaxwg,
.owxd5 .lp2dkkux .uejzaxwg     { background: #052e16; }
.owxd5.lp2dkkux .rqyw,
.owxd5 .lp2dkkux .rqyw { background: #2d0a1e; }
.owxd5.lp2dkkux .tz85,
.owxd5 .lp2dkkux .tz85    { background: #1e1036; }
.btuwek4b.lp2dkkux .uejzaxwg,
.btuwek4b .lp2dkkux .uejzaxwg      { background: #2d2000; }
.btuwek4b.lp2dkkux .rqyw,
.btuwek4b .lp2dkkux .rqyw  { background: #2d0b0b; }
.btuwek4b.lp2dkkux .tz85,
.btuwek4b .lp2dkkux .tz85     { background: #2d1600; }
.numx1t.lp2dkkux .uejzaxwg,
.numx1t .lp2dkkux .uejzaxwg      { background: #0c1a2e; }
.numx1t.lp2dkkux .rqyw,
.numx1t .lp2dkkux .rqyw  { background: #12103a; }
.numx1t.lp2dkkux .tz85,
.numx1t .lp2dkkux .tz85     { background: #0a2020; }
.yggij8ov .e2ojaf0 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.yggij8ov .uejzaxwg     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.yggij8ov .rqyw { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.yggij8ov .tz85    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.yggij8ov .e2ojaf0 strong { color: var(--text-primary); }
.yggij8ov .e2ojaf0 p      { color: var(--text-muted); }
.phzc9y71 .e2ojaf0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.kcv5 .j3dy,
.wd7szbd .j3dy,
.yume3s .j3dy,
.iq1b57 .j3dy { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.kcv5 .j3dy::before,
.wd7szbd .j3dy::before,
.yume3s .j3dy::before,
.iq1b57 .j3dy::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.kcv5 .uejzaxwg     .j3dy::before { content: "✦"; color: var(--c-tip-border); }
.kcv5 .rqyw .j3dy::before { content: "▲"; color: var(--c-warn-border); }
.kcv5 .tz85    .j3dy::before { content: "◉"; color: #60a5fa; }
.wd7szbd .uejzaxwg     .j3dy::before { content: "★"; color: var(--c-tip-border); }
.wd7szbd .rqyw .j3dy::before { content: "◆"; color: var(--c-warn-border); }
.wd7szbd .tz85    .j3dy::before { content: "●"; color: #60a5fa; }
.yume3s .uejzaxwg     .j3dy::before { content: "▶"; color: var(--c-tip-border); }
.yume3s .rqyw .j3dy::before { content: "■"; color: var(--c-warn-border); }
.yume3s .tz85    .j3dy::before { content: "▸"; color: #60a5fa; }
.iq1b57 .uejzaxwg     .j3dy::before { content: "→"; color: var(--c-tip-border); }
.iq1b57 .rqyw .j3dy::before { content: "⬥"; color: var(--c-warn-border); }
.iq1b57 .tz85    .j3dy::before { content: "◈"; color: #60a5fa; }
.tamqm .f0xcr .o2p9u8s,
.tamqm .gge4i .o2p9u8s  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.tamqm .y974k3                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.tamqm .eb9rlj          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.tamqm .ekrxfv                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.c7csx .f0xcr .o2p9u8s,
.c7csx .gge4i .o2p9u8s,
.c7csx .y974k3,
.c7csx .hjuxcrz,
.c7csx .zcv7,
.c7csx .eb9rlj,
.c7csx .ekrxfv,
.c7csx .phzc9y71 .e2ojaf0 { box-shadow: none; }
.cly3   .bxaup, .cly3 .xjxsma3, .cly3 .c35gti97,
.cly3   .rlaer, .cly3 .apqpcf { font-size: 0.9rem; }
.cly3   .lrco77nr, .cly3 .z5yoz0 { font-size: 0.9rem; }
.bp1smlzg   .bxaup, .bp1smlzg .xjxsma3, .bp1smlzg .c35gti97,
.bp1smlzg   .rlaer, .bp1smlzg .apqpcf { font-size: 0.95rem; }
.bp1smlzg   .lrco77nr, .bp1smlzg .z5yoz0 { font-size: 0.95rem; }
.lb0xn   .bxaup, .lb0xn .xjxsma3, .lb0xn .c35gti97,
.lb0xn   .rlaer, .lb0xn .apqpcf { font-size: 1.08rem; }
.lb0xn   .lrco77nr, .lb0xn .z5yoz0 { font-size: 1.05rem; }
.lb0xn   .o4pugble { font-size: 0.97rem; }
.s4zk5ac .pzvr7x      { font-size: 3.2rem; }
.s4zk5ac h2.kimf { font-size: 1.9rem; }
.s4zk5ac h3.d5xcctzz     { font-size: 1.4rem; }
.p5ydxiuw .pzvr7x      { font-size: 3.8rem; }
.p5ydxiuw h2.kimf { font-size: 2.2rem; }
.p5ydxiuw h3.d5xcctzz     { font-size: 1.6rem; }
.w2v6z + .w2v6z { position: relative; }
.rcz172p   .w2v6z + .w2v6z::before,
.qy4uh1s  .w2v6z + .w2v6z::before,
.w5sb9e   .w2v6z + .w2v6z::before,
.lnw33k0   .w2v6z + .w2v6z::before,
.a0jt35   .w2v6z + .w2v6z::before,
.npakql .w2v6z + .w2v6z::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.rcz172p .w2v6z + .w2v6z::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.qy4uh1s .w2v6z + .w2v6z::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.w5sb9e .w2v6z + .w2v6z::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;
}
.lnw33k0 .w2v6z + .w2v6z::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ksebn .w2v6z { margin-bottom: 16px; }
.ksebn .w2v6z + .w2v6z { margin-top: 0; }
.ksebn .w45z5g { padding-top: 0; padding-bottom: 0; }
.a0jt35 .w2v6z + .w2v6z::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.npakql .w2v6z + .w2v6z::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.qsrhkyw .w2v6z + .w2v6z::before,
.zrje4gr .w2v6z + .w2v6z::before,
.t5h7x7j7 .w2v6z + .w2v6z::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%;
}
.wbmvt41 .qsrhkyw .w2v6z:nth-child(even)::before,
.wbmvt41 .zrje4gr .w2v6z:nth-child(even)::before,
.wbmvt41 .t5h7x7j7 .w2v6z:nth-child(even)::before { background: var(--bg-surface); }
.wwy4jf3 .qsrhkyw .w2v6z:nth-child(even)::before,
.wwy4jf3 .zrje4gr .w2v6z:nth-child(even)::before,
.wwy4jf3 .t5h7x7j7 .w2v6z:nth-child(even)::before { background: var(--bg-card); }
.qsrhkyw .w2v6z + .w2v6z::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");
}
.zrje4gr .w2v6z + .w2v6z::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");
}
.t5h7x7j7 .w2v6z + .w2v6z::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");
}
.g2n8rcri .g8cv,
.z6thv .g8cv { padding-bottom: 60px; }
.y1o90 .g8cv { padding-bottom: 70px; }
.y77m  .n2yq64:not(.bmv3lt9) .djgr { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.k9tk .bj8xuw { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.mhn4pms .bj8xuw { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.y77m .bmv3lt9 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.y77m .szg6j { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.y77m .bj8xuw { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vv8h78k .bj8xuw { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hw07y .bj8xuw { background: var(--accent-bg); }
.lspom .edel { float: left; width: 38%; margin: 0 28px 16px 0; }
.lspom .edel .uhmgly { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lspom .w45z5g::after { content: ''; display: block; clear: both; }
.r4t51 .edel { float: right; width: 38%; margin: 0 0 16px 28px; }
.r4t51 .edel .uhmgly { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.r4t51 .w45z5g::after { content: ''; display: block; clear: both; }
.rtpg .w2v6z:nth-child(odd)  .edel { float: left;  width: 38%; margin: 0 28px 16px 0; }
.rtpg .w2v6z:nth-child(even) .edel { float: right; width: 38%; margin: 0 0 16px 28px; }
.rtpg .edel .uhmgly { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rtpg .w45z5g::after { content: ''; display: block; clear: both; }
.lspom .airc,
.r4t51 .airc,
.rtpg .airc,
.rtpg .dkhamh { clear: both; }
@media (max-width: 900px) {
  .lspom .edel,
  .r4t51 .edel,
  .rtpg .w2v6z:nth-child(odd)  .edel,
  .rtpg .w2v6z:nth-child(even) .edel {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .lspom .edel .uhmgly,
  .r4t51 .edel .uhmgly,
  .rtpg .edel .uhmgly {
    max-height: none !important;
  }
}
.lspom .lrco77nr,
.lspom .z5yoz0,
.r4t51 .lrco77nr,
.r4t51 .z5yoz0,
.rtpg .lrco77nr,
.rtpg .z5yoz0 { overflow: hidden; }
@media (max-width: 640px) {
  .lspom .edel,
  .r4t51 .edel,
  .rtpg .edel { float: none; width: 100%; margin: 0 0 16px 0; }
}
.haq6 .vc8inhr,
.haq6 .w45z5g,
.haq6 .g486bq6j  { max-width: 1100px; }
.lxfs2e0s .vc8inhr,
.lxfs2e0s .w45z5g,
.lxfs2e0s .g486bq6j  { max-width: 1200px; }
.he8t .vc8inhr,
.he8t .w45z5g,
.he8t .g486bq6j  { max-width: 1320px; }
.lcwy7cak { font-size: 0.82rem; color: var(--text-muted); }
.o2qs { display: flex; align-items: center; }
.cjwnaghv {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.l8zfyf { display: flex; align-items: center; }
.t8hyux { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.t8hyux:hover { text-decoration: underline; }
.y4u04 { margin: 0 3px; opacity: 0.45; }
.y4u04::before { content: '/'; }
.tte1 { padding: 2px 5px; color: var(--text-main); }
.srrejxdz .lcwy7cak {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.srrejxdz .o2qs { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.mf5qo9ds .lcwy7cak {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.mf5qo9ds .o2qs { padding: 0 0 0 12px; }
.ymmjvz5 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.wqema .o2qs { padding: 0 16px; }
.wqema .lcwy7cak {
  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);
}
.wqema .vc8inhr { padding-top: 28px; }
@media (max-width: 720px) {
  .ymmjvz5 { margin-top: 18px; padding: 0 16px; }
  .wqema .vc8inhr { padding-top: 16px; }
}
.haq6.srrejxdz .o2qs { max-width: 1100px; }
.lxfs2e0s.srrejxdz .o2qs { max-width: 1200px; }
.he8t.srrejxdz .o2qs { max-width: 1320px; }
.haq6 .ymmjvz5 { max-width: 1100px; }
.lxfs2e0s .ymmjvz5 { max-width: 1200px; }
.he8t .ymmjvz5 { max-width: 1320px; }
.jh0rf1 .w2v6z { padding-top: 16px; padding-bottom: 16px; }
.cfel .w2v6z { padding-top: 24px; padding-bottom: 24px; }
.dj7wr .w2v6z { padding-top: 40px; padding-bottom: 40px; }
.d1b1wi .w2v6z { padding-top: 52px; padding-bottom: 52px; }
.jvc3 .w2v6z:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jvc3 .w2v6z:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jvc3 .w2v6z:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jvc3 .w2v6z:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.aiq9b .w45z5g { padding-top: 10px;  padding-bottom: 10px; }
.eye1z .w45z5g { padding-top: 18px;  padding-bottom: 18px; }
.urczg .w45z5g { padding-top: 36px;  padding-bottom: 36px; }
.g2aa .w45z5g { padding-top: 48px;  padding-bottom: 48px; }
.ymj6p h2.kimf { font-weight: 600; }
.ymj6p h3.d5xcctzz     { font-weight: 600; }
.buz0w { font-weight: 500; }
.buz0w h2.kimf { font-weight: 800; }
.buz0w h3.d5xcctzz     { font-weight: 700; }
.l6kad h2.kimf { font-weight: 900; }
.l6kad h3.d5xcctzz     { font-weight: 800; }
.l6kad .e2ojaf0 strong,
.l6kad .e2ojaf0 strong { font-weight: 600; }
.v5o6 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.cdam3 .v5o6 { display: none; }
@media (max-width: 640px) {
  .all698f { display: none; }
  .v5o6 {
    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;
  }
}
.v5o6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.v5o6:hover { opacity: 0.85; }
.ra6bhn3 .v5o6 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.lxf2 .v5o6,
.pg7b0lp  .v5o6 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.lxf2 .v5o6:hover,
.pg7b0lp  .v5o6:hover { opacity: 0.88; }
.ra6bhn3.lxf2 .v5o6,
.ra6bhn3.pg7b0lp  .v5o6 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.bvoxa6b {
  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;
}
.bvoxa6b:hover { transform: translateY(-2px); opacity: 0.92; }
.bvoxa6b { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zf0yd3r .bvoxa6b { display: none; }
.k4kf .bvoxa6b { right: 32px; }
.cusc  .bvoxa6b { left: 32px; }
@media (max-width: 480px) {
  .k4kf .bvoxa6b { right: 20px; bottom: 20px; }
  .cusc  .bvoxa6b { left: 20px; bottom: 20px; }
}
.tslqp { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.g486bq6j { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qja14 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.yuor { color: var(--text-dim); font-size: 0.8rem; }
.mrk2 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.mrk2 img { height: 26px; width: auto; object-fit: contain; }
.zjw4 .g486bq6j { text-align: center; }
.zjw4 .qja14 { margin-top: 0; }
@media (max-width: 640px) {
  .g486bq6j { padding-left: 16px; padding-right: 16px; }
  .rqd844 .g486bq6j { padding: 20px 16px; }
  .d3d0u { gap: 4px 12px; }
  .qja14 { font-size: 0.78rem; }
}
.te9t2ye .uvlg4m6j .mrk2 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.te9t2ye .qja14 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.te9t2ye .yuor { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .te9t2ye .sdacbxvl { grid-template-columns: 1fr 1fr; } .te9t2ye .uvlg4m6j { grid-column: 1 / -1; } }
@media (max-width: 480px) { .te9t2ye .sdacbxvl { grid-template-columns: 1fr; } }
.ly0l .pc0n { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.ly0l .mrk2 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.ly0l .gocsi { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.ly0l .gocsi a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.ly0l .gocsi a:hover { color: var(--accent-light); }
.s2knh7v { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.ly0l .igtsan { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.ly0l .bvhnv { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.ly0l .bvhnv a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.ly0l .bvhnv a:hover { color: var(--accent-light); }
.ly0l .qja14 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .ly0l .pc0n { gap: 12px; } .ly0l .mrk2 { margin-right: 0; width: 100%; } }
.s4i0bg .eudgyg .mrk2 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.s4i0bg .qja14 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.s4i0bg .yuor { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .s4i0bg .zkc3gj { grid-template-columns: 1fr 1fr; } .s4i0bg .eudgyg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s4i0bg .zkc3gj { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pw32m .z724 { grid-template-columns: 1fr 1fr; } .pw32m .q5qmmz:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pw32m .z724 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xd90bs0q .z724 { grid-template-columns: 1fr; } }
.wn1hb9 .g486bq6j { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.bdvodgs .c5ien71w      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.bdvodgs .tslqp { background: var(--bg-page); border-top-color: var(--border-alt); }
.tz55it .c5ien71w      { background: #0d1117; border-bottom-color: #21262d; }
.tz55it .ja6vse66 { color: var(--accent-light); }
.tz55it .yfijwz3 { --msep-color: #8b949e; }
.tz55it .yfijwz3 a { color: #8b949e; }
.tz55it .yfijwz3 a:hover { color: var(--accent-light); }
.tz55it .wylb3z { color: #8b949e; }
.tz55it .tslqp { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.tz55it .qja14,
.tz55it .yuor { color: #6e7681; }
.tz55it .o628g3 a, .tz55it .gocsi a,
.tz55it .bvhnv a { color: #8b949e; }
.tz55it .mrk2 { color: #e6edf3; }
.tz55it .o628g3 a:hover, .tz55it .gocsi a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .tz55it .yfijwz3 { background: #0d1117; border-top-color: #21262d; }
  .tz55it .yfijwz3 li a { border-bottom-color: #21262d; }
}
.rieh8 .c5ien71w      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.rieh8 .ja6vse66 { color: var(--accent-light); }
.rieh8 .yfijwz3 { --msep-color: #475569; }
.rieh8 .yfijwz3 a { color: #475569; }
.rieh8 .yfijwz3 a:hover { color: var(--accent-light); }
.rieh8 .wylb3z { color: #64748b; }
.rieh8 .tslqp { background: #f0f4f8; border-top-color: #cbd5e1; }
.rieh8 .qja14,
.rieh8 .yuor { color: #64748b; }
.rieh8 .o628g3 a, .rieh8 .gocsi a,
.rieh8 .bvhnv a, .rieh8 .mrk2 { color: #374151; }
.rieh8 .o628g3 a:hover, .rieh8 .gocsi a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .rieh8 .yfijwz3 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .rieh8 .yfijwz3 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.lxf2 .c5ien71w      { background: var(--accent); border-bottom-color: var(--accent-light); }
.lxf2 .ja6vse66 { color: #fff; }
.lxf2 .yfijwz3 { --msep-color: rgba(255,255,255,0.82); }
.lxf2 .yfijwz3 a { color: rgba(255,255,255,0.82); }
.lxf2 .yfijwz3 a:hover { color: #fff; }
.lxf2 .wylb3z { color: rgba(255,255,255,0.9); }
.lxf2 .tslqp { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.lxf2 .qja14,
.lxf2 .yuor { color: rgba(255,255,255,0.72); }
.lxf2 .o628g3 a, .lxf2 .gocsi a,
.lxf2 .bvhnv a, .lxf2 .mrk2 { color: #fff; }
.lxf2 .o628g3 a:hover, .lxf2 .gocsi a:hover { color: #fff; }
@media (max-width: 640px) {
  .lxf2 .yfijwz3 { background: var(--accent); border-top-color: var(--accent-light); }
  .lxf2 .yfijwz3 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.pg7b0lp .c5ien71w {
  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);
}
.pg7b0lp .tslqp {
  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) {
  .pg7b0lp .yfijwz3 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.mkupxdi6 .nyux7 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.hzmqi9 .nyux7 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.cp19j32z .nyux7 { min-height: 72px; height: auto; }
.f2lbj .nyux7 { min-height: 84px; height: auto; }
.rqd844 .nyux7 { max-width: none; padding: 0 32px; }
.rqd844 .g486bq6j  { max-width: none; padding: 24px 32px; }
.bsyqm.lxfs2e0s .nyux7 { max-width: 1200px; }
.bsyqm.he8t .nyux7 { max-width: 1320px; }
.hcy2pg5   .ja6vse66, .hcy2pg5   .mrk2 { text-transform: capitalize; }
.yxwt .ja6vse66, .yxwt .mrk2 { text-transform: lowercase; }
.hy175cx5 .ja6vse66, .hy175cx5 .mrk2 { text-transform: uppercase; letter-spacing: 0.06em; }
.bj4dch, .npzd65cr {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sj2k .bj4dch,
.sj2k .npzd65cr { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.zmt9ogio .bj4dch,
.zmt9ogio .npzd65cr { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.x9lr .bj4dch,
.x9lr .npzd65cr { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ivml .bj4dch,
.ivml .npzd65cr { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.edgh0t   .yfijwz3 a { font-weight: 500; }
.jvvf5 .yfijwz3 a { font-weight: 600; }
.iwyl1q     .yfijwz3 a { font-weight: 700; }
.u044    .yfijwz3 a { font-weight: 800; letter-spacing: 0.01em; }
.fetig77     .yfijwz3 > li + li::before,
.e45x    .yfijwz3 > li + li::before,
.yus9y    .yfijwz3 > li + li::before,
.ldlxd .yfijwz3 > li + li::before,
.v9mig .yfijwz3 > li + li::before,
.gjc8lvzg  .yfijwz3 > li + li::before,
.w9jhiuj1    .yfijwz3 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.fetig77     .yfijwz3 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.e45x    .yfijwz3 > li + li::before { content: "|"; }
.yus9y    .yfijwz3 > li + li::before { content: "—"; }
.ldlxd .yfijwz3 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.v9mig .yfijwz3 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.gjc8lvzg  .yfijwz3 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.w9jhiuj1    .yfijwz3 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .mao8r7ua .wylb3z,
  .sj4anpb .wylb3z,
  .tc12 .wylb3z,
  .u552cb .wylb3z,
  .c4iq .wylb3z {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .mao8r7ua .wylb3z::before,
  .sj4anpb .wylb3z::before,
  .tc12 .wylb3z::before,
  .u552cb .wylb3z::before,
  .c4iq .wylb3z::before { content: ""; display: block; flex-shrink: 0; }

  
  .mao8r7ua .wylb3z::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;
  }

  
  .sj4anpb .wylb3z::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;
  }

  
  .tc12 .wylb3z::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;
  }

  
  .u552cb .wylb3z::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;
  }

  
  .c4iq .wylb3z::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) {
  .smco .wylb3z {
    padding: 5px 14px;
  }
  .smco .yfijwz3 {
    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;
  }
  .smco .yfijwz3 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .smco .yfijwz3 li a:hover { background: var(--bg-raised); }
  .smco .xyi4muqi,
  .ckgoi .xyi4muqi,
  .btfkwqj .xyi4muqi { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .sou5sx .wylb3z {
    padding: 5px 10px;
  }
  .sou5sx .yfijwz3 {
    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);
  }
  .sou5sx .yfijwz3.rlffu7z { transform: translateX(0); }
  .sou5sx .yfijwz3 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .sou5sx .yfijwz3 li:last-child a { border-bottom: none; }
  .lxf2 .yfijwz3,
  .tz55it .yfijwz3 { background: var(--accent) !important; }
  .lxf2 .yfijwz3 li a,
  .tz55it .yfijwz3 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .btfkwqj .wylb3z {
    padding: 5px 10px;
  }
  .btfkwqj .yfijwz3 {
    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);
  }
  .btfkwqj .yfijwz3::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .btfkwqj .yfijwz3.rlffu7z { transform: translateY(0); }
  .btfkwqj .yfijwz3 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .etfvkoha .wylb3z {
    padding: 5px 10px;
  }
  .etfvkoha .yfijwz3 {
    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;
  }
  .etfvkoha .yfijwz3.rlffu7z { opacity: 1; pointer-events: auto; }
  .etfvkoha .yfijwz3 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .xgt0j     .wylb3z { border-radius: 0 !important; }
  .ktl7wy   .wylb3z { border-radius: 8px !important; }
  .dodwusz .wylb3z { border-radius: 50% !important; }
  .xa4oovp9   .wylb3z { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .briv .vws39e0 { flex-direction: column; align-items: stretch; }
  .briv .iimkr { flex-direction: row; min-width: auto; }
  .briv .kr6rl { align-items: flex-start; text-align: left; }
}
.pnb5bz39,
.pnb5bz39.w2v6z,
.wbmvt41 .pnb5bz39,
.v6fif7 .pnb5bz39,
.wwy4jf3 .pnb5bz39,
.p2kc .pnb5bz39 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.p56jn7c {
  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;
}
.v0id3 { flex: 1 1 280px; min-width: 0; }
.bfl2w {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.y2sidhkl {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.sqjovgdi {
  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;
}
.sqjovgdi:hover { transform: translateY(-1px); opacity: 0.95; }
.nar93lu .p56jn7c {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.nar93lu .bfl2w { color: var(--cta); }
.nar93lu .y2sidhkl { color: var(--text-body); }
.nar93lu .sqjovgdi {
  background: var(--cta) !important;
  color: #fff !important;
}
.uyx642m .p56jn7c {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.uyx642m .bfl2w { color: var(--text-primary); }
.uyx642m .y2sidhkl { color: var(--text-body); }
.uyx642m .sqjovgdi {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .p56jn7c {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .v0id3 { flex: 0 0 auto; }
  .bfl2w { font-size: 1.2rem; }
  .sqjovgdi { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.upjtme .xfu95k { height: 36px; }
.m44no .xfu95k { height: 60px; max-width: 200px; }
.u8lyrem .xfu95k { height: 56px; max-width: 180px; }
.l388swe    .nvkx, .l388swe    .j1cmm { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.ib0lxc67 .v5plr6k {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.ib0lxc67 .tqvhhuh {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .rq3zgzs .dkhamh {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .rq3zgzs .hjuxcrz {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .rq3zgzs .hjuxcrz { padding: 40px 16px 20px; }
  .rq3zgzs .poyf {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .rq3zgzs .drku { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .c1ts .hjuxcrz {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .c1ts .hjuxcrz::before {
    position: absolute; top: 14px; left: 14px;
  }
  .c1ts .q19w7np {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .c1ts .w6h6 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .c1ts .poyf {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .c1ts .drku { width: 100%; min-width: 0; }
  .c1ts .nvkx { min-width: 0; }
}
.wr6trsl6 .r31yxge {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.wr6trsl6 .r31yxge summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.wr6trsl6 .r31yxge p { padding: 0 2px 16px; }
.pohyu .r31yxge { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.pohyu .r31yxge summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.pohyu .r31yxge summary::after { content: "›"; font-size: 1.2em; }
.pohyu .r31yxge[open] summary::after { content: "‹"; }
.pohyu .r31yxge p { padding: 10px 22px 4px; }
.s5f596l .r31yxge {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.s5f596l .r31yxge summary { color: var(--text-primary); padding-left: 16px; }
.s5f596l .r31yxge summary::after { content: "›"; font-size: 1.1em; }
.s5f596l .r31yxge[open] summary::after { content: "‹"; }
.s5f596l .r31yxge p { padding-left: 16px; }
.h06k45 .wpt9gn { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.h06k45 .r31yxge {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.h06k45 .r31yxge:last-child { border-bottom: none; }
.h06k45 .r31yxge summary { color: var(--text-primary); border-radius: 0; }
.h06k45 .r31yxge summary::after { content: "›"; font-size: 1.1em; }
.h06k45 .r31yxge[open] summary::after { content: "‹"; }
.ckbi .r31yxge { overflow: hidden; }
.ckbi .r31yxge summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ckbi .r31yxge summary::after { color: rgba(255,255,255,.75); }
.ckbi .r31yxge[open] summary { border-radius: 0; }
.whvrsnyf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wu9t {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.za8zoo {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.s95fcc1 { color: var(--text-muted); font-size: 1.05rem; }
.kjjko {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.kivjdsx6 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.qhwg { margin-bottom: 20px; }
.o7cb2i {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.rmnwc8n {
  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;
}
.rmnwc8n:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.xyq4qyhz { resize: vertical; min-height: 130px; }
.c09ibbp2 { width: 100%; margin-top: 8px; }
.r0vj {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.jv8pqh8 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.o05vs { color: var(--text-muted); line-height: 1.75; }
.sy3p9c2i { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.sy3p9c2i li { margin-bottom: 6px; }
.kkmhv { max-width: 760px; margin: 0 auto; }
.z4bqg { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.apjt6ny { max-width: 760px; margin: 0 auto; }
.aqx3 ul.sy3p9c2i { margin: 0; }
@media (max-width: 640px) { .gelf99k { grid-template-columns: 1fr; gap: 10px; } }
.zv499h3o { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.bbkbozxq { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.v5r3 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.bbkbozxq p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.bbkbozxq .sy3p9c2i { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zv499h3o { grid-template-columns: 1fr; } }
.axc88yi8 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.axc88yi8:hover .i2xsjdv { color: var(--accent-light); text-decoration: underline; }
.cyfcu4n2 { color: inherit; text-decoration: none; }
.cyfcu4n2:hover { color: var(--accent-light); text-decoration: underline; }
.ev5no9 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rwete1 { margin-bottom: 48px; }
.lom9pc { max-width: 760px; margin: 0 auto; }
.zi4qbu9 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.zi4qbu9:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.tb21f5 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.zi4qbu9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.zi4qbu9 ul.sy3p9c2i { margin: 0; }
.s0q3 { color: var(--text-muted); line-height: 1.75; }
.e4ps6gnx .sy3p9c2i,
.jfwpclj .sy3p9c2i,
.e43t .sy3p9c2i,
.o0pt .sy3p9c2i {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.e4ps6gnx .zi4qbu9,
.jfwpclj .zi4qbu9 { text-align: left; }
.e4ps6gnx .tb21f5,
.jfwpclj .tb21f5 { text-align: center; }
.mkt4nazp { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ra6s5o { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.va16z { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.rkza3yir { margin-top: 12px; }
.ft3pljm4 { 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; }
.ft3pljm4:hover { border-bottom-color: var(--accent-light); }
.kur193 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.kur193 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vm4whra { border-radius: 50%; }
.pzkyri { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.aqee { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.nqpjj { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
.v9hinh { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .v9hinh { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.s0p2dig .va16z, .s0p2dig .ra6s5o { max-width: 640px; }
.yipk .mkt4nazp { font-size: 1.6rem; margin-top: 18px; }
.i3gb .va16z { margin-bottom: 28px; }
@media (max-width: 860px) { .r1xq { grid-template-columns: 1fr; } .yipk { position: static; text-align: center; } }
.bltooe4 .kur193 { margin: 0 auto 18px; }
.bltooe4 .aqee { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .vi0atp4o { grid-template-columns: 1fr; } }
.cgwb1k .mkt4nazp { font-size: 1.6rem; margin-bottom: 6px; }
.o0pt .sy3p9c2i { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cgwb1k { flex-direction: column; text-align: center; } .uu4j7j6 { grid-template-columns: 1fr; } }
.vtmg .mkt4nazp { font-size: 1.35rem; margin: 0 0 4px; }
.vtmg .aqee { margin: 0; }
.kxoh { max-width: 760px; margin: 0 auto; }
.tt02m { position: relative; padding-left: 28px; }
.tt02m::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.m4wfw2u { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.m4wfw2u:last-child { padding-bottom: 0; }
.nj4s { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.zty76 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.zty76 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.w4upev4t {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.w4upev4t .za8zoo { color: var(--accent-light); }
.cpl26 .za8zoo { font-size: 2rem; }
.cpl26 .s95fcc1 { max-width: 680px; }
.oijq3o7b .za8zoo { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.oijq3o7b .s95fcc1  { margin: 0; }
@media (max-width: 640px) { .oijq3o7b { flex-direction: column; } }
.yob8a7l .za8zoo { color: var(--accent-light); }
.azdlcv3p .za8zoo { color: #fff; }
.azdlcv3p .s95fcc1  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .hik0c8 { grid-template-columns: 1fr; } }
.hr0eodbm .rmnwc8n {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.hr0eodbm .rmnwc8n:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.xqaa .rmnwc8n { background: var(--bg-raised); border-color: transparent; }
.xqaa .rmnwc8n:focus { background: var(--bg-card); border-color: var(--accent-light); }
.p6mq5 .rmnwc8n { border-radius: 100px; padding: 11px 20px; }
.p6mq5 .xyq4qyhz { border-radius: 14px; }
.ntq4y {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.ntq4y summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.ntq4y summary::-webkit-details-marker { display: none; }
.ntq4y summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.ntq4y[open] summary::after { content: "−"; }
.t7ju94o {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.cn2fm5y8 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .cn2fm5y8 { grid-template-columns: 1fr; } }
.saa9 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.saa9 h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.saa9 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.i54vyi { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.i54vyi li { margin-bottom: 6px; }
.lzo1o7i{display:none}
.lzo1o7i:empty,.qjg3:empty{display:none}
.xj7vc63{position:relative;overflow:visible}
.ontcxru8 .fayg7yfb,.nh8xob .fayg7yfb,
.ae5odftd .fayg7yfb,.a81wpr .fayg7yfb,
.ovgoetu6 .fayg7yfb,.ekal3duh .fayg7yfb{display:block}
.pqusku .f0h0r3yw{display:block}
.ontcxru8 .fayg7yfb,.nh8xob .fayg7yfb,
.ae5odftd .fayg7yfb,.a81wpr .fayg7yfb,
.ovgoetu6 .fayg7yfb{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}
.ontcxru8 .fayg7yfb .qjg3,.nh8xob .fayg7yfb .qjg3,
.ae5odftd .fayg7yfb .qjg3,.a81wpr .fayg7yfb .qjg3,
.ovgoetu6 .fayg7yfb .qjg3{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}
.ontcxru8 .fayg7yfb,.nh8xob .fayg7yfb{top:12px}
.ontcxru8 .fayg7yfb .qjg3{margin-right:auto}
.nh8xob .fayg7yfb .qjg3{margin-left:auto}
.nh8xob .fayg7yfb{text-align:right}
.ae5odftd .fayg7yfb,.a81wpr .fayg7yfb{bottom:12px}
.ae5odftd .fayg7yfb .qjg3{margin-right:auto}
.a81wpr .fayg7yfb .qjg3{margin-left:auto}
.a81wpr .fayg7yfb{text-align:right}
.ovgoetu6 .fayg7yfb{position:relative;margin-top:16px}
.ovgoetu6 .fayg7yfb .qjg3{margin:0 auto}
.ekal3duh .fayg7yfb{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ekal3duh .fayg7yfb .qjg3{margin:0}
.ekal3duh .bj8xuw~.fayg7yfb,
.ekal3duh .gk9qx5o~.fayg7yfb{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ekal3duh .bj8xuw~.fayg7yfb .qjg3,
.ekal3duh .gk9qx5o~.fayg7yfb .qjg3{justify-content:flex-start}
.bj8xuw~.fayg7yfb,.gk9qx5o~.fayg7yfb{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}
.bj8xuw~.fayg7yfb .qjg3{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gk9qx5o~.fayg7yfb .qjg3{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.f0h0r3yw .qjg3{margin:0 0 12px}
.qjg3{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.i2xsjdv{font-weight:600;color:var(--text-heading);opacity:1}
.veoh89q .qjg3{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.m88d .qjg3{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.sx8i3{--date-bg:var(--accent-bg)}
.j1frqo7 .kuuq::before{content:""}
.h2d0abw{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.zpd4k58m{display:flex;flex-direction:column;gap:3px}
.jmh6bxe{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.p1l5x{font-weight:700;font-size:1rem;color:var(--text-heading)}
.rmlc5pb{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.i0c2u .h2d0abw{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.m1wx .h2d0abw{border-top:3px solid var(--accent);padding-top:18px}
.kfibfbpm .h2d0abw{border-left:3px solid var(--accent);border-radius:0}
.cboly0 .h2d0abw{padding:20px 0}
@media(max-width:640px){
  .h2d0abw{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .rmlc5pb{max-width:100%}
}
.sq2ouhh .eb9rlj{margin:0}
@media (max-width:560px){
  .ucsa0wp7{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) {
  .gpsx3 { padding: 28px 18px 20px; }
  .i3qi1 { font-size: 1.2rem; }
  .ywqp { max-width: 220px; max-height: 80px; }
}
.qw0ha0 .vz45a { border-radius: 22px; }
.ftvh2 .p56jn7c {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .vz45a { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.bjes {
  margin: 28px 0 24px;
}
.bjes .w2v6z {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.bjes .w45z5g {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.bjes .p56jn7c {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .nyux7 { flex-direction: row-reverse; }
[dir="rtl"] .yfijwz3 { flex-direction: row-reverse; }
[dir="rtl"] .k4kf .bvoxa6b { right: auto; left: 32px; }
[dir="rtl"] .cusc  .bvoxa6b { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .k4kf .bvoxa6b { right: auto; left: 20px; }
  [dir="rtl"] .cusc  .bvoxa6b { left: auto;  right: 20px; }
}
[dir="rtl"] .lspom .edel  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .r4t51 .edel { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .bj8xuw,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .lrco77nr, [dir="rtl"] .z5yoz0 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .sen9h { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .me3f1 { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .e2ojaf0 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .p56jn7c { direction: rtl; }
[dir="rtl"] .lcwy7cak { direction: rtl; }
[dir="rtl"] .ekrxfv { direction: rtl; }
[dir="rtl"] .h8v9xl { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .v6p3x8z6 .z5yoz0,
[dir="rtl"] .s9clj .z5yoz0,
[dir="rtl"] .ezrqdy6 .z5yoz0,
[dir="rtl"] .kyyx .z5yoz0 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .v6p3x8z6 .z5yoz0 li::before,
[dir="rtl"] .s9clj .z5yoz0 li::before,
[dir="rtl"] .ezrqdy6 .z5yoz0 li::before,
[dir="rtl"] .kyyx .z5yoz0 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .n2yq64.fr6bot .wvhx2um,
[dir="rtl"] .nibe5c.fr6bot .wvhx2um,
[dir="rtl"] .bmv3lt9.fr6bot .wvhx2um,
[dir="rtl"] .z5chz.fr6bot .wvhx2um,
[dir="rtl"] .vlvhnyu.fr6bot .wvhx2um { text-align: right; }
[dir="rtl"] .bj8xuw.fr6bot .g8cv { align-items: flex-end; text-align: right; }
[dir="rtl"] .bj8xuw.xz4zth7 .g8cv { text-align: center; }
[dir="rtl"] .bj8xuw .g8cv { text-align: right; }
[dir="rtl"] .w45z5g,
[dir="rtl"] .rlaer,
[dir="rtl"] .apqpcf,
[dir="rtl"] .xhblh,
[dir="rtl"] .kivjdsx6,
[dir="rtl"] .o7cb2i,
[dir="rtl"] .va16z,
[dir="rtl"] .rmnwc8n,
[dir="rtl"] .xyq4qyhz { text-align: right; direction: rtl; }
[dir="rtl"] .p6mq5 .rmnwc8n,
[dir="rtl"] .hr0eodbm .rmnwc8n { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #890970;
  --brand:           #890970;
  --brand-light:     #6b0d58;
  --brand-pale:      #8f1b79;
  --grad-start:      #df0eb6;
  --grad-end:        #e743c7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #890970;
  --cta-light:       #650352;
  --cta-hover:       #4f0541;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f5;
  --bg-raised:       #f1edf0;
  --bg-hover:        #f6f3f5;
  --border:          #e9e1e7;
  --border-alt:      #ddcfda;
  --border-section:  #e9e1e7;
  --text-primary:    #1c161b;
  --text-muted:      #62505e;
  --text-body:       #382d36;
  --text-sub:        #544451;
  --text-faint:      #8c7287;
  --text-dim:        #a38e9f;
  --text-label:      #705b6c;
  --text-value:      #463943;
  --accent-bg:       #f6def1;
  --accent-bg-light: #f3c3ea;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #0c968b;
  --c-cons:          #9f2131;
  --c-pros-label:    #0eb3a5;
  --c-tip-border:    #10c6b6;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c968b;
}
:root { --logo-bg-opacity: 42%; }
body, button, input { font-family: "Lato", sans-serif; }
.e2qmy .j3dy { font-size: 0; width: 1.2rem; flex-shrink: 0; }.e2qmy .j3dy::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.e2qmy .uejzaxwg     .j3dy::before { content: "";  color: var(--c-tip-border); }.e2qmy .rqyw .j3dy::before { content: ""; color: var(--c-warn-border); }.e2qmy .tz85    .j3dy::before { content: ""; color: #60a5fa; }.owxd5 .e2qmy .uejzaxwg     .j3dy::before { color: #10b981; }.owxd5 .e2qmy .rqyw .j3dy::before { color: #f43f5e; }.owxd5 .e2qmy .tz85    .j3dy::before { color: #a855f7; }.btuwek4b  .e2qmy .uejzaxwg     .j3dy::before { color: #eab308; }.btuwek4b  .e2qmy .rqyw .j3dy::before { color: #ef4444; }.btuwek4b  .e2qmy .tz85    .j3dy::before { color: #f97316; }.numx1t  .e2qmy .uejzaxwg     .j3dy::before { color: #38bdf8; }.numx1t  .e2qmy .rqyw .j3dy::before { color: #818cf8; }.numx1t  .e2qmy .tz85    .j3dy::before { color: #2dd4bf; }.o7xb .e2qmy .j3dy::before { color: var(--accent-light) !important; }
.rtanay .rj2mw2ew li::before, .rtanay .j2qh li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.rtanay .rj2mw2ew li::before { content: ""; }.rtanay .j2qh li::before { content: ""; }.rtanay .grdg7f10::before, .rtanay .v0b0ip::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.rtanay .grdg7f10::before { content: ""; }.rtanay .v0b0ip::before { content: ""; }
.auyqji .vxdvy, .auyqji .bj8xuw { min-height: 780px; }
.fg18kk .cxd1::after, .fg18kk .kc1l9mjz::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.ahmkh .v5o6::after,.ahmkh .bvoxa6b::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; }
.y4u04::before { content: '/'; }