:root {
  --color-accent: #672587;
  --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;
}
.mb9vdk {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.amansux {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.i1llw {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.dhuexfgx { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.xq6tu { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.xq6tu a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.xq6tu a:hover { color: var(--accent-light); }
.iremf     .vkojr76z { border-radius: 6px; }
.iremf .vkojr76z li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.iremf .vkojr76z li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.h5klym .vkojr76z li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .vkojr76z {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .jy8bxqt:hover .vkojr76z,
  .jy8bxqt:focus-within .vkojr76z { display: block; }
  .vkojr76z li a { padding: 8px 16px; font-size: 0.88rem; }
}
.ourlvdk {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.sfzf { display: none; }
@media (max-width: 640px) {
  .sfzf {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .sfzf.zodl9 { display: block; }
}
@media (max-width: 640px) {
  .ourlvdk { display: block; }
  .xq6tu > li + li::before { display: none !important; }
  .xq6tu {
    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;
  }
  .xq6tu.zodl9 { display: flex; }
  .xq6tu li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .xq6tu li:last-child a { border-bottom: none; }
}
.j4xwy { min-height: 480px; }
.bfxg8kc5 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.mgx5p7zb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.svbfbup7 .mgx5p7zb { margin-left: 0; margin-right: 0; }
.mj63aq {
  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;
}
.lrzy3bag .mj63aq { margin-top: 24px; }
.mj63aq:hover { opacity: 0.88; }
.nbry {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.ewnkz6p {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.nbry .pho8978 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.nbry .bfxg8kc5 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.nbry .mgx5p7zb { color: #e2e8f0; }
.nbry.t6ldacrb .pho8978 { text-align: center; }
.nbry.svbfbup7   .pho8978 { text-align: left; }
.a607 .pho8978 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.a607 .bfxg8kc5 { color: var(--text-primary); text-shadow: none; }
.a607 .mgx5p7zb { color: var(--text-muted); }
.a607 .mj63aq { margin-top: 16px; }
.a607, .a607.j4xwy { min-height: auto !important; }
.a607.t6ldacrb .pho8978 { text-align: center; }
.a607.svbfbup7   .pho8978 { text-align: left; }
.a607~.px5inoho{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}
.a607~.px5inoho .gycgxey5{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}
.gimfl {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.bep90xr0 .gimfl,
.bep90xr0 .gimfl::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.cfci .gimfl,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.stn637l .gimfl,
.stn637l .nbry .ewnkz6p {
  overflow: hidden;
}
.stn637l .gimfl::after,
.stn637l .nbry .ewnkz6p::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%); }
}
.g0j35jy2 .gimfl,
.g0j35jy2 .sb3y5ph {
  position: relative; overflow: hidden;
}
.g0j35jy2 .gimfl::after,
.g0j35jy2 .sb3y5ph::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.g0j35jy2 .nbry .ewnkz6p {
  overflow: hidden;
}
.g0j35jy2 .nbry .ewnkz6p::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.qjuw .gimfl,
.qjuw .nbry .ewnkz6p {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.bep90xr0 .nbry .ewnkz6p {
  overflow: hidden;
}
.bep90xr0 .nbry .ewnkz6p::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.cfci .nbry .ewnkz6p {
  animation: hg-breathe 10s ease-in-out infinite;
}
.gimfl .ewnkz6p {
  background: none;
}
.gimfl .bfxg8kc5 { color: #fff; }
.gimfl .mgx5p7zb { color: rgba(255,255,255,0.85); }
.gimfl .mj63aq { background: #fff; color: var(--cta); }
.gimfl .mj63aq:hover { opacity: 0.92; }
.g0j35jy2 .swx0 { position: relative; overflow: hidden; }
.g0j35jy2 .swx0::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;
}
.swx0 .bfxg8kc5 { text-shadow: none; color: var(--text-primary); }
.swx0 .mgx5p7zb { color: var(--text-muted); }
body.f42uwqu .bfxg8kc5 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.w5fq8 .bfxg8kc5 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.j4xwy.gimfl .bfxg8kc5,
section.gimfl .bfxg8kc5 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.swx0.t6ldacrb .rsooxkxn { align-items: center; text-align: center; }
.j4xwy .weybxnqv {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.weybxnqv .szyjifsy.r5o9z {
  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;
}
.weybxnqv .szyjifsy.r5o9z:hover { opacity: 0.85; }
.tt2kedrv .pho8978 { padding-bottom: 24px; }
.lrzy3bag .pho8978 { max-width: 1100px; }
@media (max-width: 700px) {
  .swx0 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .swx0:not(.ge3kx9) .fhteis74 { display: none !important; }
  .ge3kx9 .fhteis74 { padding: 16px; }
  .rsooxkxn  { padding: 36px 24px; }
  .swx0~.px5inoho,.aj0r6i~.px5inoho{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .j4xwy, .swx0 { min-height: 320px !important; }
  .bfxg8kc5 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .m497km,
  .lxleclau,
  .lsyqb { grid-template-columns: 1fr !important; }

  

  
  .tt2kedrv { display: flex !important; flex-direction: column !important; }
  .tt2kedrv .pho8978 { display: contents; }
  .tt2kedrv .ewnkz6p { order: 0; }
  .tt2kedrv .bfxg8kc5 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .tt2kedrv .m497km { order: 2; padding: 0 16px 12px !important; }
  .tt2kedrv .mgx5p7zb { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .lrzy3bag .pho8978 { display: flex; flex-direction: column; }
  .lrzy3bag .pho8978 .bfxg8kc5 { order: 1; }
  .lrzy3bag .pho8978 .lsyqb { order: 2; margin: 8px 0 24px !important; }
  .lrzy3bag .pho8978 .mgx5p7zb { order: 3; }
  .lrzy3bag .pho8978 .mj63aq { order: 4; align-self: center; margin-top: 0; }

  
  .swx0.ge3kx9 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .swx0.ge3kx9 .rsooxkxn { display: contents; padding: 0; }
  .swx0.ge3kx9 .rsooxkxn .bfxg8kc5 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .swx0.ge3kx9 .fhteis74 { order: 2; padding: 12px 16px; }
  .swx0.ge3kx9 .rsooxkxn .mgx5p7zb { order: 3; padding: 0 24px; margin: 0 auto; }
  .swx0.ge3kx9 .rsooxkxn .mj63aq { order: 4; align-self: center; margin: 8px 0 32px; }
}
.f0ox8 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.yv3ksc { width: 100%; height: auto; display: block; border-radius: 10px; }
.p54o .f0ox8        { border-radius: 16px; }
.p54o .yv3ksc  { border-radius: 16px; }
.fa61bi65 .f0ox8         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fa61bi65 .yv3ksc   { border-radius: 8px; }
.pqp5v1bc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.s1bp16 { width: 100%; padding: 32px 0; position: relative; }
.d3elygu { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.v5mpcn3m .s1bp16:nth-child(even) { background: var(--bg-surface); }
.v5mpcn3m .s1bp16:nth-child(odd)  { background: var(--bg-page); }
.yhmhwj .s1bp16:nth-child(even) { background: var(--bg-card); }
.yhmhwj .s1bp16:nth-child(odd)  { background: var(--bg-page); }
.v5mpcn3m .s1bp16:nth-child(odd)  .d3elygu { background: var(--bg-card); border-radius: 6px; }
.v5mpcn3m .s1bp16:nth-child(even) .d3elygu { background: var(--bg-raised); border-radius: 6px; }
.yhmhwj .s1bp16:nth-child(odd)  .d3elygu { background: var(--bg-card); border-radius: 6px; }
.yhmhwj .s1bp16:nth-child(even) .d3elygu { background: var(--bg-raised); border-radius: 6px; }
.v5mpcn3m .s1bp16:nth-child(even) .ocn2w .njgu0e,
.yhmhwj .s1bp16:nth-child(even) .ocn2w .njgu0e { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.v5mpcn3m .s1bp16:nth-child(odd) .ocn2w .njgu0e,
.yhmhwj .s1bp16:nth-child(odd) .ocn2w .njgu0e { background: var(--bg-card-inner); }
.v5mpcn3m .s1bp16:nth-child(even) .t6j1ld2 .njgu0e:nth-child(odd),
.yhmhwj .s1bp16:nth-child(even) .t6j1ld2 .njgu0e:nth-child(odd)  { background: var(--bg-card); }
.v5mpcn3m .s1bp16:nth-child(even) .t6j1ld2 .njgu0e:nth-child(even),
.yhmhwj .s1bp16:nth-child(even) .t6j1ld2 .njgu0e:nth-child(even) { background: var(--bg-card-inner); }
h1.hrznx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.hrznx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.basjjp8u { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.upq5gyi h2.hrznx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.prpz h2.hrznx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nw6ajf h2.hrznx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.lc59w84b h2.hrznx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.kefrb9l6 h2.hrznx {
  color: var(--text-primary); font-size: 1.7rem;
}
.sfiagfpo h2.hrznx::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.k0bqv h2.hrznx {
  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;
}
.kmov { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .kmov { display: none; } }
.otbhvvm { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.yf3xk { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.gt6nbs {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.z9doa037 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.r31wy4d { padding-left: 20px; }
.r31wy4d li { margin-bottom: 6px; }
.r31wy4d a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.r31wy4d a:hover { color: var(--accent-light); }
.u4k4c .z9doa037 { display: none; }
.mhfgshkl .z9doa037 { display: none; }
.mhfgshkl .r31wy4d { padding-left: 0; list-style: none; }
.mhfgshkl .r31wy4d li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.mhfgshkl .r31wy4d a { font-size: 0.92rem; }
.wctpv .gt6nbs { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.wctpv .z9doa037 { display: none; }
.wctpv .r31wy4d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.wctpv .r31wy4d li { margin-bottom: 0; }
.wctpv .r31wy4d 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;
}
.wctpv .r31wy4d a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.jwahxkmp .gt6nbs { padding: 20px 20px 16px; }
.jwahxkmp .r31wy4d {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.jwahxkmp .r31wy4d li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.jwahxkmp .r31wy4d 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;
}
.jwahxkmp .r31wy4d 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;
}
.jwahxkmp .r31wy4d a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jwahxkmp .r31wy4d a:focus,
.jwahxkmp .r31wy4d a:focus-visible,
.jwahxkmp .r31wy4d a:target { outline: none; }
.jwahxkmp .r31wy4d li:target a { border-color: var(--border); color: var(--text-muted); }
.fn2ebj .gt6nbs { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.fn2ebj .z9doa037 { display: none; }
.fn2ebj .r31wy4d { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.fn2ebj .r31wy4d li { margin-bottom: 0; }
.fn2ebj .r31wy4d li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.fn2ebj .r31wy4d li:last-child::after { content: ""; margin-right: 0; }
.fn2ebj .r31wy4d a { font-size: 0.9rem; }
.njgu0e { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ocn2w .njgu0e { background: var(--bg-card); }
.t6j1ld2 .njgu0e:nth-child(odd)  { background: var(--bg-card); }
.t6j1ld2 .njgu0e:nth-child(even) { background: var(--bg-raised); }
.tukno0t .njgu0e {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.tukno0t .njgu0e:last-child { border-bottom: none; }
.tukno0t h3.basjjp8u { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.eyyu .njgu0e {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.eyyu .njgu0e + .njgu0e { margin-top: 4px; }
.b7yvvq5w .njgu0e { background: none; border-radius: 0; padding: 12px 0; }
.b7yvvq5w .njgu0e + .njgu0e { border-top: 1px solid var(--border-section); }
.bpzzfmdw { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.uejps { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.z5m9toc1 { color: var(--text-body); margin-bottom: 10px; }
.mjcl, .sk36j { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.mjcl li, .sk36j li { margin-bottom: 6px; }
.c0dsyx2h     .mjcl { list-style-type: "● "; }
.ni58itpc  .mjcl { list-style-type: "■ "; }
.n6cy .mjcl { list-style-type: "◆ "; }
.aaxh    .mjcl { list-style-type: "★ "; }
.c0dsyx2h     .j6ndi5u { list-style-type: "● "; }
.ni58itpc  .j6ndi5u { list-style-type: "■ "; }
.n6cy .j6ndi5u { list-style-type: "◆ "; }
.aaxh    .j6ndi5u { list-style-type: "★ "; }
.c0dsyx2h    .mjcl li::marker, .c0dsyx2h    .j6ndi5u li::marker,
.ni58itpc .mjcl li::marker, .ni58itpc .j6ndi5u li::marker,
.n6cy .mjcl li::marker, .n6cy .j6ndi5u li::marker,
.aaxh   .mjcl li::marker, .aaxh   .j6ndi5u li::marker {
  color: var(--cta); font-size: 1em;
}
.ni58itpc .sk36j,
.ni58itpc .sk36j li,
.ni58itpc .sk36j li::before,
.ni58itpc  .sk36j li::before { border-radius: 3px; }
.etev9bgc { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.gnfwj9 .etev9bgc,
.ek2jz7dk .etev9bgc { background: transparent; border: none; border-radius: 0; }
.w4lpoq { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.w4lpoq th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.w4lpoq td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.w4lpoq tr:hover td { background: var(--bg-hover); }
.rqvi9a .w4lpoq tbody tr:nth-child(even) td { background: var(--bg-surface); }
.seclj .w4lpoq { border: 1px solid var(--border-alt); }
.seclj .w4lpoq th,
.seclj .w4lpoq td { border: 1px solid var(--border-alt); }
.ebx7 .w4lpoq th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ebx7 .w4lpoq td { border-bottom: none; }
.ebx7 .w4lpoq tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.xna5j .w4lpoq th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.unbiz .etev9bgc {
  overflow: hidden;
}
.unbiz .w4lpoq th { border-bottom: 1px solid var(--border-alt); }
.unbiz .w4lpoq tr:last-child td { border-bottom: none; }
.p5enshzr { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.o2vl7afd { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.klmp8r { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.xnakf7 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.v5b5 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.j6ndi5u { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.j6ndi5u 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%}
.yuh8 .xnakf7 { background: transparent; text-align: center; }
.nk75p .klmp8r {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.jtieua .klmp8r {
  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);
}
.j7f0 .o2vl7afd { display: grid; grid-template-columns: auto 1fr; }
.j7f0 .klmp8r {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.j7f0 .xnakf7 { grid-column: 2; }
.j7f0 .v5b5,
.j7f0 .j6ndi5u { grid-column: 1 / -1; }
.gwzqa7c .o2vl7afd { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gwzqa7c .klmp8r {
  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);
}
.gwzqa7c .xnakf7 { grid-column: 2; }
.gwzqa7c .v5b5,
.gwzqa7c .j6ndi5u { grid-column: 1 / -1; }
.elfh .o2vl7afd { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.elfh .xnakf7 { background: none; color: var(--accent-light); font-weight: 700; }
.juv6bwk .o2vl7afd { 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); }
.juv6bwk .xnakf7 { background: none; color: var(--accent-light); font-weight: 700; }
.ukls9j8b .o2vl7afd { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ukls9j8b .o2vl7afd:last-child { border-bottom: none; }
.ukls9j8b .xnakf7 { background: none; color: var(--accent-light); font-weight: 700; }
.cl3y76 .o2vl7afd { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.cl3y76 .xnakf7 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.arozzp .p5enshzr { counter-reset: card-n; }
.arozzp .o2vl7afd  { counter-increment: card-n; }
.arozzp .xnakf7 { display: flex; align-items: center; gap: 10px; }
.arozzp .xnakf7::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;
}
.hd32uvq .o2vl7afd { background: var(--bg-surface); border: 1px solid var(--border); }
.hd32uvq .xnakf7 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.gxvakmc7 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jda84b22 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.d78q { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.gxvakmc7 strong { color: var(--text-primary); font-size: 0.95rem; }
.gxvakmc7 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.yv3ksc { width: 100%; height: auto; border-radius: 10px; display: block; }
.r5o9z {
  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;
}
.r5o9z:hover { opacity: 0.85; }
.c0oxu1xf .r5o9z  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.c0oxu1xf .r5o9z:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ivi4m3 .r5o9z  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ivi4m3 .r5o9z:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.y36l .mj63aq { border-radius: 50px; }
.y36l .r5o9z  { border-radius: 50px; }
.xzm28 .mj63aq { padding-left: 22px; padding-right: 22px; }
.xzm28 .r5o9z  { padding-left: 12px; padding-right: 12px; }
.yse3fhjq .mj63aq { padding-left: 44px; padding-right: 44px; }
.yse3fhjq .r5o9z  { padding-left: 24px; padding-right: 24px; }
.s1271e0b .mj63aq { padding-left: 56px; padding-right: 56px; }
.s1271e0b .r5o9z  { padding-left: 32px; padding-right: 32px; }
.w602xwiq   .mj63aq::after, .w602xwiq   .r5o9z::after,
.cx7uy .mj63aq::after, .cx7uy .r5o9z::after,
.uxp4voy0    .mj63aq::after, .uxp4voy0    .r5o9z::after,
.vqcp5xr    .mj63aq::after, .vqcp5xr    .r5o9z::after,
.d8gc57h    .mj63aq::after, .d8gc57h    .r5o9z::after,
.anrr0d3     .mj63aq::after, .anrr0d3     .r5o9z::after,
.nog5    .mj63aq::after, .nog5    .r5o9z::after,
.ylv7   .mj63aq::after, .ylv7   .r5o9z::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;
}
.w602xwiq .mj63aq::after, .w602xwiq .r5o9z::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");
}
.cx7uy .mj63aq::after, .cx7uy .r5o9z::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");
}
.uxp4voy0 .mj63aq::after, .uxp4voy0 .r5o9z::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");
}
.vqcp5xr .mj63aq::after, .vqcp5xr .r5o9z::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");
}
.d8gc57h .mj63aq::after, .d8gc57h .r5o9z::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");
}
.anrr0d3 .mj63aq::after, .anrr0d3 .r5o9z::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");
}
.nog5 .mj63aq::after, .nog5 .r5o9z::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");
}
.ylv7 .mj63aq::after, .ylv7 .r5o9z::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");
}
.l6iq   .m6pj::after, .l6iq   .ejqa9::after,
.rndff .m6pj::after, .rndff .ejqa9::after,
.ast7    .m6pj::after, .ast7    .ejqa9::after,
.y3a9y    .m6pj::after, .y3a9y    .ejqa9::after,
.qgyn8f5p    .m6pj::after, .qgyn8f5p    .ejqa9::after,
.lwvtra     .m6pj::after, .lwvtra     .ejqa9::after,
.k7qk    .m6pj::after, .k7qk    .ejqa9::after,
.a34s   .m6pj::after, .a34s   .ejqa9::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;
}
.l6iq .m6pj::after, .l6iq .ejqa9::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");
}
.rndff .m6pj::after, .rndff .ejqa9::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");
}
.ast7 .m6pj::after, .ast7 .ejqa9::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");
}
.y3a9y .m6pj::after, .y3a9y .ejqa9::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");
}
.qgyn8f5p .m6pj::after, .qgyn8f5p .ejqa9::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");
}
.lwvtra .m6pj::after, .lwvtra .ejqa9::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");
}
.k7qk .m6pj::after, .k7qk .ejqa9::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");
}
.a34s .m6pj::after, .a34s .ejqa9::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");
}
.ydixp4op .kldtu10   { background: rgba(128,128,128,.12); }
.szyjifsy.r5o9z {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .m85z4mfs {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .m85z4mfs::before    { grid-area: rank;   }
  .eczf7qk           { grid-area: ident;  }
  .qsozq2m     { grid-area: rating; min-width: 0; width: auto; }
  .zismu6bl           { grid-area: pills;  }
  .szyjifsy             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .m85z4mfs {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .m85z4mfs::before    { justify-self: center; }
  .eczf7qk           { width: 100%; }
  .qsozq2m     { justify-self: center; }
  .zismu6bl           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .ios20i .bew4r {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ios20i .pvhwn5u { margin: 0; }
}
.xc38uyoz .pvhwn5u { border-top: 4px solid var(--accent); }
.xc38uyoz .soolzh1 { background: var(--bg-card); }
@media (max-width: 720px) {
  .jxj7e { grid-template-columns: 1fr; }
  .mrsu2 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .mrsu2 .upj7o { width: 72px; height: 50px; }
  .mrsu2 .v9ccp5w { max-width: 180px; }
  .mrsu2 .omd88y5w { width: auto; }
}
@media (max-width: 720px) {
  .h84c { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .xk404 { padding: 16px; }
  .ilb3xd .zpxcw7w2 { min-width: 50%; }
}
@media (max-width: 860px) {
  .pv4mdbe { grid-template-columns: 1fr; }
  .quwn8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .u5dziybu { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .w3pipruj { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .cypfqi { flex-direction: column; align-items: stretch; }
}
.zab4we1 .omd88y5w .r5o9z { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .v7p0o { flex-direction: column; align-items: stretch; gap: 10px; }
  .zab4we1 .omd88y5w { text-align: center; }
}
@media (max-width: 720px) {
  .bq7lm182 { grid-template-columns: 1fr; }
  .eyw03dq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nue5g { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .s9473q { grid-template-columns: 1fr; }
  .whnxrn { width: 100px; height: 100px; margin: 16px auto; }
  .nr6oo { font-size: 1.4rem; }
  .prurspug { justify-content: center; }
  .gyqc .zpxcw7w2 { min-width: 50%; }
}
@media (max-width: 540px) {
  .vdku { flex-wrap: wrap; padding: 14px 16px; }
  .xilq { padding: 12px 16px; }
  .s6il4o .jbq3 { margin: 0 16px; }
  .s6il4o .h4hw { padding: 0 16px; }
  .j0tk623m { padding: 12px 16px; }
}
.fjkyykj .m85z4mfs {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.fjkyykj .m85z4mfs:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.f0sf .vf07,
.f0sf .fodxw3,
.f0sf .fodxw3 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.f0sf .fodxw3 small { display: none; }
.f0sf .il93 .r0syf,
.f0sf .il93 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.f0sf .hkyvz { display: none; }
.n50y0j { margin: 16px 0; }
.oddz7ei8 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.oddz7ei8 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.oddz7ei8 summary::after { content: "+"; color: var(--accent-light); }
.oddz7ei8[open] summary::after { content: "−"; }
.oddz7ei8 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.s1bp16 { margin-bottom: 0; }
.l3hi1tma h2.hrznx { color: var(--text-primary); border-color: var(--accent-light); }
.c5ki4h08 h2.hrznx { color: var(--text-primary); border-color: var(--accent-light); }
.xrq0vcqv .jda84b22    { background: #1e1036; border-color: #a855f7; }
.xrq0vcqv .gxvakmc7 strong  { color: #f1f5f9; }
.xrq0vcqv .gxvakmc7 p       { color: #cbd5e1; }
.xrq0vcqv .kgan    .r10t     .d78q::before,
.xrq0vcqv .ptz15i5  .r10t     .d78q::before,
.xrq0vcqv .v4io4phy  .r10t     .d78q::before,
.xrq0vcqv .go1det .r10t     .d78q::before { color: #10b981; }
.xrq0vcqv .kgan    .djq9daa .d78q::before,
.xrq0vcqv .ptz15i5  .djq9daa .d78q::before,
.xrq0vcqv .v4io4phy  .djq9daa .d78q::before,
.xrq0vcqv .go1det .djq9daa .d78q::before { color: #f43f5e; }
.xrq0vcqv .kgan    .jda84b22    .d78q::before,
.xrq0vcqv .ptz15i5  .jda84b22    .d78q::before,
.xrq0vcqv .v4io4phy  .jda84b22    .d78q::before,
.xrq0vcqv .go1det .jda84b22    .d78q::before { color: #a855f7; }
.n9rz .r10t     { background: #2d2000; border-color: #eab308; }
.n9rz .djq9daa { background: #2d0b0b; border-color: #ef4444; }
.n9rz .jda84b22    { background: #2d1600; border-color: #f97316; }
.n9rz .gxvakmc7 strong  { color: #f1f5f9; }
.n9rz .gxvakmc7 p       { color: #cbd5e1; }
.n9rz .kgan    .r10t     .d78q::before,
.n9rz .ptz15i5  .r10t     .d78q::before,
.n9rz .v4io4phy  .r10t     .d78q::before,
.n9rz .go1det .r10t     .d78q::before { color: #eab308; }
.n9rz .kgan    .djq9daa .d78q::before,
.n9rz .ptz15i5  .djq9daa .d78q::before,
.n9rz .v4io4phy  .djq9daa .d78q::before,
.n9rz .go1det .djq9daa .d78q::before { color: #ef4444; }
.n9rz .kgan    .jda84b22    .d78q::before,
.n9rz .ptz15i5  .jda84b22    .d78q::before,
.n9rz .v4io4phy  .jda84b22    .d78q::before,
.n9rz .go1det .jda84b22    .d78q::before { color: #f97316; }
.rugph9v .jda84b22    { background: #0a2020; border-color: #2dd4bf; }
.rugph9v .gxvakmc7 strong  { color: #f1f5f9; }
.rugph9v .gxvakmc7 p       { color: #cbd5e1; }
.rugph9v .kgan    .r10t     .d78q::before,
.rugph9v .ptz15i5  .r10t     .d78q::before,
.rugph9v .v4io4phy  .r10t     .d78q::before,
.rugph9v .go1det .r10t     .d78q::before { color: #38bdf8; }
.rugph9v .kgan    .djq9daa .d78q::before,
.rugph9v .ptz15i5  .djq9daa .d78q::before,
.rugph9v .v4io4phy  .djq9daa .d78q::before,
.rugph9v .go1det .djq9daa .d78q::before { color: #818cf8; }
.rugph9v .kgan    .jda84b22    .d78q::before,
.rugph9v .ptz15i5  .jda84b22    .d78q::before,
.rugph9v .v4io4phy  .jda84b22    .d78q::before,
.rugph9v .go1det .jda84b22    .d78q::before { color: #2dd4bf; }
.ntl33o .jda84b22    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ntl33o .kgan    .d78q::before,
.ntl33o .ptz15i5  .d78q::before,
.ntl33o .v4io4phy  .d78q::before,
.ntl33o .go1det .d78q::before { color: var(--accent-light) !important; }
.a3dguz .yttc ul li,
.a3dguz .wzwbzq li         { color: #4ade80; }
.a3dguz .yttc .dxei { color: #22c55e; }
.a3dguz .s6419418 ul li,
.a3dguz .o0yezb li         { color: #f87171; }
.a3dguz .s6419418 .v3p4ylwk { color: #ef4444; }
.hn75 .gxvakmc7 { background: transparent; border-left: none; border: 1.5px solid; }
.hn75 .jda84b22    { border-color: #60a5fa; }
.hn75 .gxvakmc7 strong { color: var(--text-primary); }
.hn75 .gxvakmc7 p      { color: var(--text-muted); }
.lral .gxvakmc7 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.lral .jda84b22    { border-top-color: #60a5fa; }
.ll92ys15 .gxvakmc7 { border-left: none; border-radius: 8px; }
.ll92ys15 .jda84b22    { background: #1e3a8a; }
.ll92ys15 .gxvakmc7 strong,
.ll92ys15 .gxvakmc7 p { color: #fff; }
.ll92ys15 .d78q::before { color: rgba(255,255,255,0.85) !important; }
.xrq0vcqv.ll92ys15 .jda84b22,
.xrq0vcqv .ll92ys15 .jda84b22    { background: #1e1036; }
.n9rz.ll92ys15 .r10t,
.n9rz .ll92ys15 .r10t      { background: #2d2000; }
.n9rz.ll92ys15 .djq9daa,
.n9rz .ll92ys15 .djq9daa  { background: #2d0b0b; }
.n9rz.ll92ys15 .jda84b22,
.n9rz .ll92ys15 .jda84b22     { background: #2d1600; }
.rugph9v.ll92ys15 .jda84b22,
.rugph9v .ll92ys15 .jda84b22     { background: #0a2020; }
.tvrbtg .gxvakmc7 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.tvrbtg .r10t     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.tvrbtg .djq9daa { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.tvrbtg .jda84b22    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.tvrbtg .gxvakmc7 strong { color: var(--text-primary); }
.tvrbtg .gxvakmc7 p      { color: var(--text-muted); }
.i9knt .gxvakmc7 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.kgan .d78q,
.ptz15i5 .d78q,
.v4io4phy .d78q,
.go1det .d78q { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.kgan .d78q::before,
.ptz15i5 .d78q::before,
.v4io4phy .d78q::before,
.go1det .d78q::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.kgan .r10t     .d78q::before { content: "✦"; color: var(--c-tip-border); }
.kgan .djq9daa .d78q::before { content: "▲"; color: var(--c-warn-border); }
.kgan .jda84b22    .d78q::before { content: "◉"; color: #60a5fa; }
.ptz15i5 .r10t     .d78q::before { content: "★"; color: var(--c-tip-border); }
.ptz15i5 .djq9daa .d78q::before { content: "◆"; color: var(--c-warn-border); }
.ptz15i5 .jda84b22    .d78q::before { content: "●"; color: #60a5fa; }
.v4io4phy .r10t     .d78q::before { content: "▶"; color: var(--c-tip-border); }
.v4io4phy .djq9daa .d78q::before { content: "■"; color: var(--c-warn-border); }
.v4io4phy .jda84b22    .d78q::before { content: "▸"; color: #60a5fa; }
.go1det .r10t     .d78q::before { content: "→"; color: var(--c-tip-border); }
.go1det .djq9daa .d78q::before { content: "⬥"; color: var(--c-warn-border); }
.go1det .jda84b22    .d78q::before { content: "◈"; color: #60a5fa; }
.u4wm .ocn2w .njgu0e,
.u4wm .t6j1ld2 .njgu0e  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.u4wm .o2vl7afd                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.u4wm .etev9bgc          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.u4wm .gt6nbs                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.o8bftl .ocn2w .njgu0e,
.o8bftl .t6j1ld2 .njgu0e,
.o8bftl .o2vl7afd,
.o8bftl .m85z4mfs,
.o8bftl .pvhwn5u,
.o8bftl .etev9bgc,
.o8bftl .gt6nbs,
.o8bftl .i9knt .gxvakmc7 { box-shadow: none; }
.rr4ym   .z5m9toc1, .rr4ym .bpzzfmdw, .rr4ym .uejps,
.rr4ym   .otbhvvm, .rr4ym .yf3xk { font-size: 0.9rem; }
.rr4ym   .mjcl, .rr4ym .sk36j { font-size: 0.9rem; }
.vi6zz   .z5m9toc1, .vi6zz .bpzzfmdw, .vi6zz .uejps,
.vi6zz   .otbhvvm, .vi6zz .yf3xk { font-size: 0.95rem; }
.vi6zz   .mjcl, .vi6zz .sk36j { font-size: 0.95rem; }
.g86hqt   .z5m9toc1, .g86hqt .bpzzfmdw, .g86hqt .uejps,
.g86hqt   .otbhvvm, .g86hqt .yf3xk { font-size: 1.08rem; }
.g86hqt   .mjcl, .g86hqt .sk36j { font-size: 1.05rem; }
.g86hqt   .w4lpoq { font-size: 0.97rem; }
.dyk5ob .bfxg8kc5      { font-size: 3.2rem; }
.dyk5ob h2.hrznx { font-size: 1.9rem; }
.dyk5ob h3.basjjp8u     { font-size: 1.4rem; }
.fwkw0ny .bfxg8kc5      { font-size: 3.8rem; }
.fwkw0ny h2.hrznx { font-size: 2.2rem; }
.fwkw0ny h3.basjjp8u     { font-size: 1.6rem; }
.s1bp16 + .s1bp16 { position: relative; }
.pg6aw   .s1bp16 + .s1bp16::before,
.j7xae0j  .s1bp16 + .s1bp16::before,
.sn915ll   .s1bp16 + .s1bp16::before,
.xb4sb   .s1bp16 + .s1bp16::before,
.zzzx   .s1bp16 + .s1bp16::before,
.lhmnq9g .s1bp16 + .s1bp16::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.pg6aw .s1bp16 + .s1bp16::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.j7xae0j .s1bp16 + .s1bp16::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.sn915ll .s1bp16 + .s1bp16::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;
}
.xb4sb .s1bp16 + .s1bp16::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.miurp5 .s1bp16 { margin-bottom: 16px; }
.miurp5 .s1bp16 + .s1bp16 { margin-top: 0; }
.miurp5 .d3elygu { padding-top: 0; padding-bottom: 0; }
.zzzx .s1bp16 + .s1bp16::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.lhmnq9g .s1bp16 + .s1bp16::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.dsn8ghxl .s1bp16 + .s1bp16::before,
.aqsmyyi0 .s1bp16 + .s1bp16::before,
.ukuw30p .s1bp16 + .s1bp16::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%;
}
.v5mpcn3m .dsn8ghxl .s1bp16:nth-child(even)::before,
.v5mpcn3m .aqsmyyi0 .s1bp16:nth-child(even)::before,
.v5mpcn3m .ukuw30p .s1bp16:nth-child(even)::before { background: var(--bg-surface); }
.yhmhwj .dsn8ghxl .s1bp16:nth-child(even)::before,
.yhmhwj .aqsmyyi0 .s1bp16:nth-child(even)::before,
.yhmhwj .ukuw30p .s1bp16:nth-child(even)::before { background: var(--bg-card); }
.dsn8ghxl .s1bp16 + .s1bp16::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");
}
.aqsmyyi0 .s1bp16 + .s1bp16::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");
}
.ukuw30p .s1bp16 + .s1bp16::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");
}
.m2rzo .nbry,
.kp8et7ba .nbry,
.xf4c07 .nbry { overflow: hidden; }
.m2rzo .pho8978,
.kp8et7ba .pho8978 { margin-bottom: 60px; }
.xf4c07 .pho8978 { margin-bottom: 70px; }
.kp8et7ba .rsooxkxn { padding-bottom: 60px; }
.m2rzo .nbry::before,
.kp8et7ba .nbry::before,
.xf4c07 .nbry::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.m2rzo .nbry::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");
}
.kp8et7ba .nbry::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");
}
.xf4c07 .nbry::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.hgkl2 .nbry:not(.gimfl) .ewnkz6p { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.tg9q .nbry:not(.gimfl) .ewnkz6p { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.eai9m1np  .nbry:not(.gimfl) .ewnkz6p { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ka2l8rt  .nbry:not(.gimfl) .ewnkz6p { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hgkl2 .gimfl { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.tg9q .gimfl { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.eai9m1np .gimfl { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.ka2l8rt .gimfl { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.zu2ycnt .gimfl { background: var(--accent); }
.zu2ycnt .gimfl .ewnkz6p { background: none; }
.zu2ycnt .sb3y5ph { background: var(--accent); }
.zu2ycnt .swx0 { background: var(--accent-bg); }
.zu2ycnt .nbry:not(.gimfl) .ewnkz6p { background: rgba(0,0,0,0.6); }
.w25b .f0ox8 { float: left; width: 38%; margin: 0 28px 16px 0; }
.w25b .f0ox8 .yv3ksc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.w25b .d3elygu::after { content: ''; display: block; clear: both; }
.n8e1tzz .f0ox8 { float: right; width: 38%; margin: 0 0 16px 28px; }
.n8e1tzz .f0ox8 .yv3ksc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.n8e1tzz .d3elygu::after { content: ''; display: block; clear: both; }
.nyy9toz .s1bp16:nth-child(odd)  .f0ox8 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.nyy9toz .s1bp16:nth-child(even) .f0ox8 { float: right; width: 38%; margin: 0 0 16px 28px; }
.nyy9toz .f0ox8 .yv3ksc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nyy9toz .d3elygu::after { content: ''; display: block; clear: both; }
.w25b .p5enshzr,
.n8e1tzz .p5enshzr,
.nyy9toz .p5enshzr,
@media (max-width: 900px) {
  .w25b .f0ox8,
  .n8e1tzz .f0ox8,
  .nyy9toz .s1bp16:nth-child(odd)  .f0ox8,
  .nyy9toz .s1bp16:nth-child(even) .f0ox8 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .w25b .f0ox8 .yv3ksc,
  .n8e1tzz .f0ox8 .yv3ksc,
  .nyy9toz .f0ox8 .yv3ksc {
    max-height: none !important;
  }
}
.w25b .mjcl,
.n8e1tzz .mjcl,
.nyy9toz .mjcl,
@media (max-width: 640px) {
  .w25b .f0ox8,
  .n8e1tzz .f0ox8,
  .nyy9toz .f0ox8 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wf8ta .pqp5v1bc,
.wf8ta .d3elygu,
.wf8ta .mcuc8z4i  { max-width: 1100px; }
.wf8ta { --content-mw: 1100px; }
.ilvicmfz .pqp5v1bc,
.ilvicmfz .d3elygu,
.ilvicmfz .mcuc8z4i  { max-width: 1200px; }
.xf8pr .pqp5v1bc,
.xf8pr .d3elygu,
.xf8pr .mcuc8z4i  { max-width: 1320px; }
.zjz0 { font-size: 0.82rem; color: var(--text-muted); }
.d6h4c0t { display: flex; align-items: center; }
.fj3ev {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lis1j0v2 { display: flex; align-items: center; }
.ua2cz { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ua2cz:hover { text-decoration: underline; }
.kguhrgqu { margin: 0 3px; opacity: 0.45; }
.kguhrgqu::before { content: '/'; }
.g639056 { padding: 2px 5px; color: var(--text-main); }
.zvwtahav .zjz0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.zvwtahav .d6h4c0t { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.kd7sz .zjz0 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.kd7sz .d6h4c0t { padding: 0 0 0 12px; }
.ryvm .d6h4c0t { padding: 0 16px; }
.ryvm .zjz0 {
  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);
}
.ryvm .pqp5v1bc { padding-top: 28px; }
@media (max-width: 720px) {
  .mgq7ok4 { margin-top: 18px; padding: 0 16px; }
  .ryvm .pqp5v1bc { padding-top: 16px; }
}
.wf8ta.zvwtahav .d6h4c0t { max-width: 1100px; }
.ilvicmfz.zvwtahav .d6h4c0t { max-width: 1200px; }
.xf8pr.zvwtahav .d6h4c0t { max-width: 1320px; }
.wf8ta .mgq7ok4 { max-width: 1100px; }
.dxxob .s1bp16 { padding-top: 16px; padding-bottom: 16px; }
.xr0m .s1bp16 { padding-top: 24px; padding-bottom: 24px; }
.mbbc .s1bp16 { padding-top: 40px; padding-bottom: 40px; }
.uiwmg06 .s1bp16 { padding-top: 52px; padding-bottom: 52px; }
.y9fep2a .s1bp16:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.y9fep2a .s1bp16:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.y9fep2a .s1bp16:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.y9fep2a .s1bp16:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.jdis5 .d3elygu { padding-top: 10px;  padding-bottom: 10px; }
.fh4l .d3elygu { padding-top: 18px;  padding-bottom: 18px; }
.nxyvae .d3elygu { padding-top: 36px;  padding-bottom: 36px; }
.u4j2vl .d3elygu { padding-top: 48px;  padding-bottom: 48px; }
.g849lqyh h2.hrznx { font-weight: 600; }
.g849lqyh h3.basjjp8u     { font-weight: 600; }
.b086o99u h2.hrznx { font-weight: 800; }
.b086o99u h3.basjjp8u     { font-weight: 700; }
.j7whtv h2.hrznx { font-weight: 900; }
.j7whtv h3.basjjp8u     { font-weight: 800; }
.j7whtv .gxvakmc7 strong,
.j7whtv .gxvakmc7 strong { font-weight: 600; }
.m6pj {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.q96oflfk .m6pj { display: none; }
@media (max-width: 640px) {
  .fekrfpb1 { display: none; }
  .m6pj {
    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;
  }
}
.m6pj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.m6pj:hover { opacity: 0.85; }
.kdkq4r .m6pj { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.lryp595g .m6pj,
.fc8lym  .m6pj { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.lryp595g .m6pj:hover,
.fc8lym  .m6pj:hover { opacity: 0.88; }
.kdkq4r.lryp595g .m6pj,
.kdkq4r.fc8lym  .m6pj { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ejqa9 {
  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;
}
.ejqa9:hover { transform: translateY(-2px); opacity: 0.92; }
.ejqa9 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vhy9v8 .ejqa9 { display: none; }
.kh4pvdt .ejqa9 { right: 32px; }
.jok7yu  .ejqa9 { left: 32px; }
@media (max-width: 480px) {
  .kh4pvdt .ejqa9 { right: 20px; bottom: 20px; }
  .jok7yu  .ejqa9 { left: 20px; bottom: 20px; }
}
.ngr8np { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.mcuc8z4i { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.wpoox250 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.abajgb { color: var(--text-dim); font-size: 0.8rem; }
.l79cc { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.l79cc img { height: 26px; width: auto; object-fit: contain; }
.k3p0p2ra a, .yf90 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.k3p0p2ra a:hover, .yf90 a:hover { color: var(--accent-light); }
.yf90 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.gcry54ve .mcuc8z4i { text-align: center; }
.gcry54ve .yf90 { justify-content: center; margin-bottom: 16px; }
.gcry54ve .wpoox250 { margin-top: 0; }
.bvqxgbv2 { margin-top: 10px; }
.bvqxgbv2 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .mcuc8z4i { padding-left: 16px; padding-right: 16px; }
  .b88f .mcuc8z4i { padding: 20px 16px; }
  .yf90 { gap: 4px 12px; }
  .wpoox250 { font-size: 0.78rem; }
}
.k5hfqyfv .vvua .l79cc { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.k5hfqyfv .wpoox250 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.k5hfqyfv .abajgb { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .k5hfqyfv .lan20ew { grid-template-columns: 1fr 1fr; } .k5hfqyfv .vvua { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k5hfqyfv .lan20ew { grid-template-columns: 1fr; } }
.u2gi3i4 .l79cc { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.u2gi3i4 .wpoox250 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .u2gi3i4 .tk98lj6 { gap: 12px; } .u2gi3i4 .l79cc { margin-right: 0; width: 100%; } }
.h4j2 .pmxl04zo .l79cc { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.h4j2 .wpoox250 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.h4j2 .abajgb { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .h4j2 .exbt { grid-template-columns: 1fr 1fr; } .h4j2 .pmxl04zo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h4j2 .exbt { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ym5ag .m0kr1d { grid-template-columns: 1fr 1fr; } .ym5ag .a1vis8d:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ym5ag .m0kr1d { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .gc8vcla .m0kr1d { grid-template-columns: 1fr; } }
.po5dijk .mcuc8z4i { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.po5dijk .yf90 { justify-content: center; }
.dlaqtyi .mb9vdk      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.dlaqtyi .ngr8np { background: var(--bg-page); border-top-color: var(--border-alt); }
.bziu2ek .mb9vdk      { background: #0d1117; border-bottom-color: #21262d; }
.bziu2ek .i1llw { color: var(--accent-light); }
.bziu2ek .xq6tu { --msep-color: #8b949e; }
.bziu2ek .xq6tu a { color: #8b949e; }
.bziu2ek .xq6tu a:hover { color: var(--accent-light); }
.bziu2ek .ourlvdk { color: #8b949e; }
.bziu2ek .ngr8np { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bziu2ek .wpoox250,
.bziu2ek .abajgb { color: #6e7681; }
.bziu2ek .k3p0p2ra a, .bziu2ek .yf90 a,
.bziu2ek .l79cc { color: #e6edf3; }
.bziu2ek .k3p0p2ra a:hover, .bziu2ek .yf90 a:hover,
@media (max-width: 640px) {
  .bziu2ek .xq6tu { background: #0d1117; border-top-color: #21262d; }
  .bziu2ek .xq6tu li a { border-bottom-color: #21262d; }
}
.l1ouhvw5 .mb9vdk      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.l1ouhvw5 .i1llw { color: var(--accent-light); }
.l1ouhvw5 .xq6tu { --msep-color: #475569; }
.l1ouhvw5 .xq6tu a { color: #475569; }
.l1ouhvw5 .xq6tu a:hover { color: var(--accent-light); }
.l1ouhvw5 .ourlvdk { color: #64748b; }
.l1ouhvw5 .ngr8np { background: #f0f4f8; border-top-color: #cbd5e1; }
.l1ouhvw5 .wpoox250,
.l1ouhvw5 .abajgb { color: #64748b; }
.l1ouhvw5 .k3p0p2ra a, .l1ouhvw5 .yf90 a,
.l1ouhvw5 .knk6m9zz a, .l1ouhvw5 .l79cc { color: #374151; }
.l1ouhvw5 .k3p0p2ra a:hover, .l1ouhvw5 .yf90 a:hover,
@media (max-width: 640px) {
  .l1ouhvw5 .xq6tu { background: #f0f4f8; border-top-color: #cbd5e1; }
  .l1ouhvw5 .xq6tu li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.lryp595g .mb9vdk      { background: var(--accent); border-bottom-color: var(--accent-light); }
.lryp595g .i1llw { color: #fff; }
.lryp595g .xq6tu { --msep-color: rgba(255,255,255,0.82); }
.lryp595g .xq6tu a { color: rgba(255,255,255,0.82); }
.lryp595g .xq6tu a:hover { color: #fff; }
.lryp595g .ourlvdk { color: rgba(255,255,255,0.9); }
.lryp595g .vkojr76z a { color: var(--text-primary) !important; }
.lryp595g .vkojr76z a:hover { color: var(--accent-light) !important; }
.lryp595g .ngr8np { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.lryp595g .wpoox250,
.lryp595g .abajgb { color: rgba(255,255,255,0.72); }
.lryp595g .k3p0p2ra a, .lryp595g .yf90 a,
.lryp595g .qzt081ep a, .lryp595g .cld2d98d a,
.lryp595g .knk6m9zz a, .lryp595g .l79cc { color: #fff; }
.lryp595g .m37f2, .lryp595g .y7m67 { color: rgba(255,255,255,0.7); }
.lryp595g .k3p0p2ra a:hover, .lryp595g .yf90 a:hover,
.lryp595g .qzt081ep a:hover, .lryp595g .cld2d98d a:hover { color: #fff; }
@media (max-width: 640px) {
  .lryp595g .xq6tu { background: var(--accent); border-top-color: var(--accent-light); }
  .lryp595g .xq6tu li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.fc8lym .mb9vdk {
  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);
}
.fc8lym .ngr8np {
  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) {
  .fc8lym .xq6tu {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.uivscf .amansux { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.z7ef25a .amansux { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.tskol .amansux { min-height: 72px; height: auto; }
.vu3yantf .amansux { min-height: 84px; height: auto; }
.b88f .amansux { max-width: none; padding: 0 32px; }
.b88f .mcuc8z4i  { max-width: none; padding: 24px 32px; }
.af17k.ilvicmfz .amansux { max-width: 1200px; }
.af17k.xf8pr .amansux { max-width: 1320px; }
.bnthdvmz   .i1llw, .bnthdvmz   .l79cc { text-transform: capitalize; }
.r1wfu4f .i1llw, .r1wfu4f .l79cc { text-transform: lowercase; }
.b5qggy5j .i1llw, .b5qggy5j .l79cc { text-transform: uppercase; letter-spacing: 0.06em; }
.xu5fp, .r0dg2d0 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lqkj4p .xu5fp,
.lqkj4p .r0dg2d0 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ke63ts .xu5fp,
.ke63ts .r0dg2d0 { 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; }
.updnfvvt .xu5fp,
.updnfvvt .r0dg2d0 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.wypahn2 .xu5fp,
.wypahn2 .r0dg2d0 { 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; }
.dt6gng   .xq6tu a { font-weight: 500; }
.kq5it75y .xq6tu a { font-weight: 600; }
.dmm7     .xq6tu a { font-weight: 700; }
.fkhvlwby    .xq6tu a { font-weight: 800; letter-spacing: 0.01em; }
.h3e8vgpu     .xq6tu > li + li::before,
.k0zf    .xq6tu > li + li::before,
.dxxf7f5    .xq6tu > li + li::before,
.s5ufumud .xq6tu > li + li::before,
.ubc90z04 .xq6tu > li + li::before,
.zemx6d4a  .xq6tu > li + li::before,
.mhln    .xq6tu > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.h3e8vgpu     .xq6tu > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.k0zf    .xq6tu > li + li::before { content: "|"; }
.dxxf7f5    .xq6tu > li + li::before { content: "—"; }
.s5ufumud .xq6tu > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ubc90z04 .xq6tu > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.zemx6d4a  .xq6tu > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.mhln    .xq6tu > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .bp1w .ourlvdk,
  .o651t6v9 .ourlvdk,
  .m8v2b .ourlvdk,
  .xo8euq .ourlvdk,
  .icinfry .ourlvdk {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .bp1w .ourlvdk::before,
  .o651t6v9 .ourlvdk::before,
  .m8v2b .ourlvdk::before,
  .xo8euq .ourlvdk::before,
  .icinfry .ourlvdk::before { content: ""; display: block; flex-shrink: 0; }

  
  .bp1w .ourlvdk::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;
  }

  
  .o651t6v9 .ourlvdk::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;
  }

  
  .m8v2b .ourlvdk::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;
  }

  
  .xo8euq .ourlvdk::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;
  }

  
  .icinfry .ourlvdk::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) {
  .na6pxd58 .ourlvdk {
    padding: 5px 14px;
  }
  .na6pxd58 .xq6tu {
    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;
  }
  .na6pxd58 .xq6tu li a {
    border-bottom: none; padding: 10px 22px;
  }
  .na6pxd58 .xq6tu li a:hover { background: var(--bg-raised); }
  .na6pxd58 .sfzf,
  .cmme1 .sfzf,
  .ghkxe .sfzf { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .v18lt3z .ourlvdk {
    padding: 5px 10px;
  }
  .v18lt3z .xq6tu {
    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);
  }
  .v18lt3z .xq6tu.zodl9 { transform: translateX(0); }
  .v18lt3z .xq6tu li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .v18lt3z .xq6tu li:last-child a { border-bottom: none; }
  .lryp595g .xq6tu,
  .bziu2ek .xq6tu { background: var(--accent) !important; }
  .lryp595g .xq6tu li a,
  .bziu2ek .xq6tu li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ghkxe .ourlvdk {
    padding: 5px 10px;
  }
  .ghkxe .xq6tu {
    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);
  }
  .ghkxe .xq6tu::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ghkxe .xq6tu.zodl9 { transform: translateY(0); }
  .ghkxe .xq6tu li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ikr9l .ourlvdk {
    padding: 5px 10px;
  }
  .ikr9l .xq6tu {
    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;
  }
  .ikr9l .xq6tu.zodl9 { opacity: 1; pointer-events: auto; }
  .ikr9l .xq6tu li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ki5r     .ourlvdk { border-radius: 0 !important; }
  .xtucu   .ourlvdk { border-radius: 8px !important; }
  .mw2c4 .ourlvdk { border-radius: 50% !important; }
  .ozj2   .ourlvdk { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .jtmdejd .l92d { flex-direction: column; align-items: stretch; }
  .jtmdejd .r1n2b2f4 { flex-direction: row; min-width: auto; }
  .jtmdejd .f5xboe { align-items: flex-start; text-align: left; }
}
.ibxk9k7t,
.ibxk9k7t.s1bp16,
.v5mpcn3m .ibxk9k7t,
.rmhoo .ibxk9k7t,
.yhmhwj .ibxk9k7t,
.hlk7 .ibxk9k7t {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.f522 {
  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;
}
.ob3otj { flex: 1 1 280px; min-width: 0; }
.pbqz1 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.y1yaslp {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.c0sjuj87 {
  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;
}
.c0sjuj87:hover { transform: translateY(-1px); opacity: 0.95; }
.g8gf48 .f522 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.g8gf48 .pbqz1 { color: var(--cta); }
.g8gf48 .y1yaslp { color: var(--text-body); }
.g8gf48 .c0sjuj87 {
  background: var(--cta) !important;
  color: #fff !important;
}
.ckv7vu .f522 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ckv7vu .pbqz1 { color: var(--text-primary); }
.ckv7vu .y1yaslp { color: var(--text-body); }
.ckv7vu .c0sjuj87 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .f522 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ob3otj { flex: 0 0 auto; }
  .pbqz1 { font-size: 1.2rem; }
  .c0sjuj87 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.laxb8 .dhuexfgx { height: 36px; }
.qcb4vah .dhuexfgx { height: 60px; max-width: 200px; }
.ouism .dhuexfgx { height: 56px; max-width: 180px; }
.jvma9vz     .vf07, .jvma9vz     .r0syf { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .ijbk2xl .ns8iohw {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ijbk2xl .m85z4mfs {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ijbk2xl .m85z4mfs { padding: 40px 16px 20px; }
  .ijbk2xl .jaehis7 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ijbk2xl .szyjifsy { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .i74s2eug .m85z4mfs {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .i74s2eug .m85z4mfs::before {
    position: absolute; top: 14px; left: 14px;
  }
  .i74s2eug .eczf7qk {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .i74s2eug .qhrqea { white-space: normal; text-align: center; font-size: 1.2rem; }
  .i74s2eug .jaehis7 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .i74s2eug .szyjifsy { width: 100%; min-width: 0; }
  .i74s2eug .vf07 { min-width: 0; }
}
.dej0x38v .oddz7ei8 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.dej0x38v .oddz7ei8 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.dej0x38v .oddz7ei8 p { padding: 0 2px 16px; }
.jugm .oddz7ei8 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.jugm .oddz7ei8 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.jugm .oddz7ei8 summary::after { content: "›"; font-size: 1.2em; }
.jugm .oddz7ei8[open] summary::after { content: "‹"; }
.jugm .oddz7ei8 p { padding: 10px 22px 4px; }
.di1o8ng .oddz7ei8 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.di1o8ng .oddz7ei8 summary { color: var(--text-primary); padding-left: 16px; }
.di1o8ng .oddz7ei8 summary::after { content: "›"; font-size: 1.1em; }
.di1o8ng .oddz7ei8[open] summary::after { content: "‹"; }
.di1o8ng .oddz7ei8 p { padding-left: 16px; }
.vrnzz56 .n50y0j { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.vrnzz56 .oddz7ei8 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.vrnzz56 .oddz7ei8:last-child { border-bottom: none; }
.vrnzz56 .oddz7ei8 summary { color: var(--text-primary); border-radius: 0; }
.vrnzz56 .oddz7ei8 summary::after { content: "›"; font-size: 1.1em; }
.vrnzz56 .oddz7ei8[open] summary::after { content: "‹"; }
.zgu5976 .oddz7ei8 { overflow: hidden; }
.zgu5976 .oddz7ei8 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.zgu5976 .oddz7ei8 summary::after { color: rgba(255,255,255,.75); }
.zgu5976 .oddz7ei8[open] summary { border-radius: 0; }
.ouyhe { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wsbwzbw {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.u14piob {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.y242jiio { color: var(--text-muted); font-size: 1.05rem; }
.vhqd6zvz {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.nbj6bff7 { margin-bottom: 20px; }
.invv7 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.iv4r {
  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;
}
.iv4r:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.y0vz50m2 { resize: vertical; min-height: 130px; }
.go40pc { width: 100%; margin-top: 8px; }
.fe27kijh {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.mzxz8 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.zfawec { color: var(--text-muted); line-height: 1.75; }
.l3wri62d { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.l3wri62d li { margin-bottom: 6px; }
.txsc { max-width: 760px; margin: 0 auto; }
.ewph6qb { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.shox { max-width: 760px; margin: 0 auto; }
.tmetl ul.l3wri62d { margin: 0; }
@media (max-width: 640px) { .ttre9l { grid-template-columns: 1fr; gap: 10px; } }
.ffetug { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.vgtr9 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.jed0h9 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.vgtr9 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.vgtr9 .l3wri62d { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ffetug { grid-template-columns: 1fr; } }
.mwv4vn { color: inherit; text-decoration: none; }
.mwv4vn:hover { color: var(--accent-light); text-decoration: underline; }
.vexwsr3t { display: inline-block; line-height: 0; }
.sbvzvl { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.l3ry { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.l3ry:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ptl3n0r1 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.l3ry p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.l3ry ul.l3wri62d { margin: 0; }
.dgf4bg { color: var(--text-muted); line-height: 1.75; }
.pwwk .l3wri62d,
.t46al6u .l3wri62d,
.rd5jhvfd .l3wri62d,
.pl43ip .l3wri62d {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.pwwk .l3ry,
.t46al6u .l3ry { text-align: left; }
.pwwk .ptl3n0r1,
.t46al6u .ptl3n0r1 { text-align: center; }
.oex4f { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ooqh2pwa { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.hi1ex { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.g4ts91to { margin-top: 12px; }
.uhe83gj { 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; }
.uhe83gj:hover { border-bottom-color: var(--accent-light); }
.b3ve0st0 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.b3ve0st0 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tkvf4 { width: 200px; height: 200px; }
.agbpn7 { border-radius: 10px; }
.qoop6zs { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.q0z9pyrk { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.q0z9pyrk::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .dtlwmh { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ktg5oc .hi1ex, .ktg5oc .ooqh2pwa { max-width: 640px; }
.iv74eq7 .oex4f { font-size: 1.6rem; margin-top: 18px; }
.rfvyel .hi1ex { margin-bottom: 28px; }
@media (max-width: 860px) { .yfmd { grid-template-columns: 1fr; } .iv74eq7 { position: static; text-align: center; } }
.ywczu { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.y3d19 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; text-align: center; }
.y3d19 .b3ve0st0 { margin: 0 auto 18px; }
.y3d19 .qoop6zs { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ywczu { grid-template-columns: 1fr; } }
.ckiw .oex4f { font-size: 1.6rem; margin-bottom: 6px; }
.pl43ip .l3wri62d { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ckiw { flex-direction: column; text-align: center; } .clpy7dj { grid-template-columns: 1fr; } }
.zn627bv .oex4f { font-size: 1.35rem; margin: 0 0 4px; }
.zn627bv .qoop6zs { margin: 0; }
.tv7ejd .u14piob { color: var(--accent-light); }
.vzra3 .u14piob { font-size: 2rem; }
.vzra3 .y242jiio { max-width: 680px; }
.ye3ueio .u14piob { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ye3ueio .y242jiio  { margin: 0; }
@media (max-width: 640px) { .ye3ueio { flex-direction: column; } }
.s2ayfgph {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.s2ayfgph .u14piob { color: var(--accent-light); }
.y9khzv .u14piob { color: #fff; }
.y9khzv .y242jiio  { color: rgba(255,255,255,0.85); }
.zb1gu1f { max-width: 680px; margin: 0 auto; }
.umycp5mh {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .umycp5mh { grid-template-columns: 1fr; } }
.hl3k4vs6 .iv4r {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.hl3k4vs6 .iv4r:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.dxbh3f2b .iv4r { background: var(--bg-raised); border-color: transparent; }
.dxbh3f2b .iv4r:focus { background: var(--bg-card); border-color: var(--accent-light); }
.clb01qs .iv4r { border-radius: 100px; padding: 11px 20px; }
.clb01qs .y0vz50m2 { border-radius: 14px; }
.jlkan6 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .jlkan6 { grid-template-columns: 1fr; } }
.fdfy0xjc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.fdfy0xjc h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.fdfy0xjc p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.u0zusj{display:none}
.u0zusj:empty,.gycgxey5:empty{display:none}
.gp7fe4f{position:relative;overflow:visible}
.l4auou .px5inoho,.o9xxlh .px5inoho,
.rvqs .px5inoho,.u3lqy .px5inoho,
.aejartzv .px5inoho,.uct27019 .px5inoho{display:block}
.ymeq2mc .aqbkq5{display:block}
.l4auou .px5inoho,.o9xxlh .px5inoho,
.rvqs .px5inoho,.u3lqy .px5inoho,
.aejartzv .px5inoho{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}
.l4auou .px5inoho .gycgxey5,.o9xxlh .px5inoho .gycgxey5,
.rvqs .px5inoho .gycgxey5,.u3lqy .px5inoho .gycgxey5,
.aejartzv .px5inoho .gycgxey5{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}
.l4auou .hch0r8i,.o9xxlh .hch0r8i,
.rvqs .hch0r8i,.u3lqy .hch0r8i,
.aejartzv .hch0r8i{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.l4auou .px5inoho,.o9xxlh .px5inoho{top:12px}
.l4auou .px5inoho .gycgxey5{margin-right:auto}
.o9xxlh .px5inoho .gycgxey5{margin-left:auto}
.o9xxlh .px5inoho{text-align:right}
.rvqs .px5inoho,.u3lqy .px5inoho{bottom:12px}
.rvqs .px5inoho .gycgxey5{margin-right:auto}
.u3lqy .px5inoho .gycgxey5{margin-left:auto}
.u3lqy .px5inoho{text-align:right}
.aejartzv .px5inoho{position:relative;margin-top:16px}
.aejartzv .px5inoho .gycgxey5{margin:0 auto}
.uct27019 .px5inoho{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.uct27019 .px5inoho .gycgxey5{margin:0}
.uct27019 .swx0~.px5inoho,
.uct27019 .aj0r6i~.px5inoho{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.uct27019 .swx0~.px5inoho .gycgxey5,
.uct27019 .aj0r6i~.px5inoho .gycgxey5{justify-content:flex-start}
.swx0~.px5inoho,.aj0r6i~.px5inoho{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}
.swx0~.px5inoho .gycgxey5{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.aj0r6i~.px5inoho .gycgxey5{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.aqbkq5 .gycgxey5{margin:0 0 12px}
.gycgxey5{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.hch0r8i{white-space:nowrap}
.rz3y .hch0r8i{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.jazlm821 .hch0r8i{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.hcgrg .gycgxey5{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.jh8po .hch0r8i{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.yif8tb .hch0r8i{color: var(--accent-light);opacity:1;font-weight:500}
.fi77 .hch0r8i{border-bottom:1px solid currentColor;padding-bottom:2px}
.l97fna .gycgxey5{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.yp70{--date-bg:var(--accent-bg)}
.y3j7matd .v4vasvf::before{content:""}
.ikghyfrw .hch0r8i + .hch0r8i::before{content:"•";margin-right:6px;opacity:.4}
.bst4i67d .hch0r8i + .hch0r8i::before{content:"/";margin-right:6px;opacity:.35}
.nm7pqe .hch0r8i + .hch0r8i::before{content:"|";margin-right:6px;opacity:.3}
.o0ogi .hch0r8i + .hch0r8i::before{content:"—";margin-right:6px;opacity:.3}
.sb4o .hch0r8i + .hch0r8i::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.q42ten .hch0r8i + .hch0r8i::before{content:"·";margin-right:6px;opacity:.4}
.u1r9u .hch0r8i + .hch0r8i::before{content:"›";margin-right:6px;opacity:.4}
.ocd96p .hch0r8i + .hch0r8i::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.cu81co2h{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.egpkudh{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.fiteua{display:flex;flex-direction:column;gap:3px}
.z1hnp{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.vv6hr{font-weight:700;font-size:1rem;color:var(--text-heading)}
.l26033o{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.h2kh8 .cu81co2h{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.wjdtow2 .cu81co2h{border-top:3px solid var(--accent);padding-top:18px}
.xnbzhoyo .cu81co2h{border-left:3px solid var(--accent);border-radius:0}
.yo65442d .cu81co2h{padding:20px 0}
@media(max-width:640px){
  .cu81co2h{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .l26033o{max-width:100%}
}
.pu678 .etev9bgc{margin:0}
@media (max-width:560px){
  .kqfzvw4{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) {
  .yq9xhj7m { padding: 28px 18px 20px; }
  .n62j { font-size: 1.2rem; }
  .qt0xz2c { max-width: 220px; max-height: 80px; }
}
.hqhl7x0  .lu8hpx { border-radius: 50%; }
.s1mo .f522 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .lu8hpx { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.lekdz {
  margin: 28px 0 24px;
}
.lekdz .s1bp16 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.lekdz .d3elygu {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.lekdz .f522 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .amansux { flex-direction: row-reverse; }
[dir="rtl"] .xq6tu { flex-direction: row-reverse; }
[dir="rtl"] .kh4pvdt .ejqa9 { right: auto; left: 32px; }
[dir="rtl"] .jok7yu  .ejqa9 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .kh4pvdt .ejqa9 { right: auto; left: 20px; }
  [dir="rtl"] .jok7yu  .ejqa9 { left: auto;  right: 20px; }
}
[dir="rtl"] .w25b .f0ox8  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .n8e1tzz .f0ox8 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .mjcl, [dir="rtl"] .sk36j { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .gxvakmc7 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .f522 { direction: rtl; }
[dir="rtl"] .zjz0 { direction: rtl; }
[dir="rtl"] .gt6nbs { direction: rtl; }
[dir="rtl"] .r31wy4d { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ni58itpc .sk36j,
[dir="rtl"] .ni58itpc .sk36j li::before,
[dir="rtl"] .nbry.svbfbup7 .pho8978,
[dir="rtl"] .a607.svbfbup7 .pho8978,
[dir="rtl"] .gimfl.svbfbup7 .pho8978,
[dir="rtl"] .tt2kedrv.svbfbup7 .pho8978,
[dir="rtl"] .lrzy3bag.svbfbup7 .pho8978 { text-align: right; }
[dir="rtl"] .swx0.t6ldacrb .rsooxkxn { text-align: center; }
[dir="rtl"] .d3elygu,
[dir="rtl"] .otbhvvm,
[dir="rtl"] .yf3xk,
[dir="rtl"] .kmov,
[dir="rtl"] .pho8978 { text-align: right; }
[dir="rtl"] .vhqd6zvz,
[dir="rtl"] .invv7,
[dir="rtl"] .hi1ex,
[dir="rtl"] .iv4r,
[dir="rtl"] .y0vz50m2 { text-align: right; direction: rtl; }
[dir="rtl"] .clb01qs .iv4r,
[dir="rtl"] .hl3k4vs6 .iv4r { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #672587;
  --brand:           #672587;
  --brand-light:     #55266b;
  --brand-pale:      #6f3e87;
  --grad-start:      #9c3dca;
  --grad-end:        #b177cd;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #672587;
  --cta-light:       #4f186a;
  --cta-hover:       #421756;
  --bg-page:         #f7f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f0eef1;
  --bg-hover:        #f5f3f5;
  --border:          #e6e2e8;
  --border-alt:      #d8d0db;
  --border-section:  #e6e2e8;
  --text-primary:    #1a171b;
  --text-muted:      #5b535f;
  --text-body:       #342f36;
  --text-sub:        #4e4751;
  --text-faint:      #827688;
  --text-dim:        #9b929f;
  --text-label:      #685f6c;
  --text-value:      #413b44;
  --accent-bg:       #ece5f0;
  --accent-bg-light: #dfcee8;
  --bg-tip:          #f0f9f7;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f2f9;
  --bg-pros:         #f0f9f7;
  --bg-cons:         #faf3f5;
  --c-pros:          #188a76;
  --c-cons:          #9f213a;
  --c-pros-label:    #1da48c;
  --c-tip-border:    #20b59b;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #188a76;
}
:root { --logo-bg-opacity: 76%; }
body, button, input { font-family: "Maven Pro", sans-serif; }
.o2gz1 .d78q { font-size: 0; width: 1.2rem; flex-shrink: 0; }.o2gz1 .d78q::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.o2gz1 .r10t     .d78q::before { content: "";  color: var(--c-tip-border); }.o2gz1 .djq9daa .d78q::before { content: ""; color: var(--c-warn-border); }.o2gz1 .jda84b22    .d78q::before { content: ""; color: #60a5fa; }.xrq0vcqv .o2gz1 .r10t     .d78q::before { color: #10b981; }.xrq0vcqv .o2gz1 .djq9daa .d78q::before { color: #f43f5e; }.xrq0vcqv .o2gz1 .jda84b22    .d78q::before { color: #a855f7; }.n9rz  .o2gz1 .r10t     .d78q::before { color: #eab308; }.n9rz  .o2gz1 .djq9daa .d78q::before { color: #ef4444; }.n9rz  .o2gz1 .jda84b22    .d78q::before { color: #f97316; }.rugph9v  .o2gz1 .r10t     .d78q::before { color: #38bdf8; }.rugph9v  .o2gz1 .djq9daa .d78q::before { color: #818cf8; }.rugph9v  .o2gz1 .jda84b22    .d78q::before { color: #2dd4bf; }.ntl33o .o2gz1 .d78q::before { color: var(--accent-light) !important; }
.sl0dz93k .wzwbzq li::before, .sl0dz93k .o0yezb 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; }.sl0dz93k .wzwbzq li::before { content: ""; }.sl0dz93k .o0yezb li::before { content: ""; }.sl0dz93k .dxei::before, .sl0dz93k .v3p4ylwk::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.sl0dz93k .dxei::before { content: ""; }.sl0dz93k .v3p4ylwk::before { content: ""; }
.ls0g .j4xwy, .ls0g .swx0 { min-height: 780px; }
.ukbaxw .mj63aq::after, .ukbaxw .r5o9z::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; }
.kguhrgqu::before { content: '›'; font-size: 1.1em; }