:root {
  --color-accent: #b00f58;
  --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;
}
.tvzvqj {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.l405hod {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.t0p6fu6 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ty3a1h { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ko3ttw { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ko3ttw a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ko3ttw a:hover { color: var(--accent-light); }
.qvg0ucke     .sb3rwcqi { border-radius: 24px; padding: 8px; }
.qvg0ucke .sb3rwcqi li a { border-radius: 16px; }
@media (max-width: 640px) {
  .sb3rwcqi {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ak5moc:hover .sb3rwcqi,
  .ak5moc:focus-within .sb3rwcqi { display: block; }
  .sb3rwcqi li a { padding: 8px 16px; font-size: 0.88rem; }
}
.qbrj {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.az9ek { display: none; }
@media (max-width: 640px) {
  .az9ek {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .az9ek.ic0zsa { display: block; }
}
@media (max-width: 640px) {
  .qbrj { display: block; }
  .ko3ttw > li + li::before { display: none !important; }
  .ko3ttw {
    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;
  }
  .ko3ttw.ic0zsa { display: flex; }
  .ko3ttw li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ko3ttw li:last-child a { border-bottom: none; }
}
.nyj3dwa { min-height: 480px; }
.rgmzc {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.q5ea { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wb9jb .q5ea { margin-left: 0; margin-right: 0; }
.ccu8xq {
  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;
}
.gcme .ccu8xq { margin-top: 24px; }
.ccu8xq:hover { opacity: 0.88; }
.urxheh4 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.zhjke0s7 {
  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%);
}
.urxheh4 .bd69vr {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.urxheh4 .rgmzc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.urxheh4 .q5ea { color: #e2e8f0; }
.urxheh4.h2jgc3 .bd69vr { text-align: center; }
.urxheh4.wb9jb   .bd69vr { text-align: left; }
.ski706 .bd69vr {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ski706 .rgmzc { color: var(--text-primary); text-shadow: none; }
.ski706 .q5ea { color: var(--text-muted); }
.ski706 .ccu8xq { margin-top: 16px; }
.ski706, .ski706.nyj3dwa { min-height: auto !important; }
.ski706.h2jgc3 .bd69vr { text-align: center; }
.ski706.wb9jb   .bd69vr { text-align: left; }
.ski706~.hvmgihkr{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}
.ski706~.hvmgihkr .q1ktt9y{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}
.azh95 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.v24qr .azh95,
.v24qr .azh95::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.eyojq6ki .azh95,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.mwow .azh95,
.mwow .urxheh4 .zhjke0s7 {
  overflow: hidden;
}
.mwow .azh95::after,
.mwow .urxheh4 .zhjke0s7::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%); }
}
.erm7j .azh95,
.erm7j .azh95::after,
@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); }
}
.erm7j .urxheh4 .zhjke0s7 {
  overflow: hidden;
}
.erm7j .urxheh4 .zhjke0s7::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;
}
.pa3onx .azh95,
.pa3onx .urxheh4 .zhjke0s7 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.v24qr .urxheh4 .zhjke0s7 {
  overflow: hidden;
}
.v24qr .urxheh4 .zhjke0s7::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;
}
.eyojq6ki .urxheh4 .zhjke0s7 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.azh95 .zhjke0s7 {
  background: none;
}
.azh95 .rgmzc { color: #fff; }
.azh95 .q5ea { color: rgba(255,255,255,0.85); }
.azh95 .ccu8xq { background: #fff; color: var(--cta); }
.azh95 .ccu8xq:hover { opacity: 0.92; }
.q9p90w .rgmzc { text-shadow: none; color: var(--text-primary); }
.q9p90w .q5ea { color: var(--text-muted); }
body.q6c4zy .rgmzc {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.g1dy .rgmzc {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.nyj3dwa.azh95 .rgmzc,
section.azh95 .rgmzc {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.q9p90w.h2jgc3 .edy663md { align-items: center; text-align: center; }
.nyj3dwa .r3tpxyq4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.r3tpxyq4 .b185scm.offl5 {
  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;
}
.r3tpxyq4 .b185scm.offl5:hover { opacity: 0.85; }
.z8iz .bd69vr { padding-bottom: 24px; }
.gcme .bd69vr { max-width: 1100px; }
@media (max-width: 700px) {
  .q9p90w { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .q9p90w:not(.drbv0) .qalxeau { display: none !important; }
  .drbv0 .qalxeau { padding: 16px; }
  .edy663md  { padding: 36px 24px; }
  .q9p90w~.hvmgihkr,.fxsue9c4~.hvmgihkr{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .nyj3dwa, .q9p90w { min-height: 320px !important; }
  .rgmzc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ml0srk,
  .rrso,
  .bxregu { grid-template-columns: 1fr !important; }

  

  
  .z8iz { display: flex !important; flex-direction: column !important; }
  .z8iz .bd69vr { display: contents; }
  .z8iz .zhjke0s7 { order: 0; }
  .z8iz .rgmzc { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .z8iz .ml0srk { order: 2; padding: 0 16px 12px !important; }
  .z8iz .q5ea { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .gcme .bd69vr { display: flex; flex-direction: column; }
  .gcme .bd69vr .rgmzc { order: 1; }
  .gcme .bd69vr .bxregu { order: 2; margin: 8px 0 24px !important; }
  .gcme .bd69vr .q5ea { order: 3; }
  .gcme .bd69vr .ccu8xq { order: 4; align-self: center; margin-top: 0; }

  
  .q9p90w.drbv0 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .q9p90w.drbv0 .edy663md { display: contents; padding: 0; }
  .q9p90w.drbv0 .edy663md .rgmzc { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .q9p90w.drbv0 .qalxeau { order: 2; padding: 12px 16px; }
  .q9p90w.drbv0 .edy663md .q5ea { order: 3; padding: 0 24px; margin: 0 auto; }
  .q9p90w.drbv0 .edy663md .ccu8xq { order: 4; align-self: center; margin: 8px 0 32px; }
}
.r974o0 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ymdpct { width: 100%; height: auto; display: block; border-radius: 10px; }
.f0418g .r974o0        { border-radius: 16px; }
.f0418g .ymdpct  { border-radius: 16px; }
.x63qsham .r974o0         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.x63qsham .ymdpct   { border-radius: 8px; }
.cncal { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.hj6ei { width: 100%; padding: 32px 0; position: relative; }
.wgxa5 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.z2gywe .hj6ei:nth-child(even) { background: var(--bg-surface); }
.z2gywe .hj6ei:nth-child(odd)  { background: var(--bg-page); }
.iue57 .hj6ei:nth-child(even) { background: var(--bg-card); }
.iue57 .hj6ei:nth-child(odd)  { background: var(--bg-page); }
.z2gywe .hj6ei:nth-child(odd)  .wgxa5 { background: var(--bg-card); border-radius: 6px; }
.z2gywe .hj6ei:nth-child(even) .wgxa5 { background: var(--bg-raised); border-radius: 6px; }
.iue57 .hj6ei:nth-child(odd)  .wgxa5 { background: var(--bg-card); border-radius: 6px; }
.iue57 .hj6ei:nth-child(even) .wgxa5 { background: var(--bg-raised); border-radius: 6px; }
.z2gywe .hj6ei:nth-child(even) .zkljl5vl .pjie6g,
.iue57 .hj6ei:nth-child(even) .zkljl5vl .pjie6g { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.z2gywe .hj6ei:nth-child(odd) .zkljl5vl .pjie6g,
.iue57 .hj6ei:nth-child(odd) .zkljl5vl .pjie6g { background: var(--bg-card-inner); }
.z2gywe .hj6ei:nth-child(even) .rtpl .pjie6g:nth-child(odd),
.iue57 .hj6ei:nth-child(even) .rtpl .pjie6g:nth-child(odd)  { background: var(--bg-card); }
.z2gywe .hj6ei:nth-child(even) .rtpl .pjie6g:nth-child(even),
.iue57 .hj6ei:nth-child(even) .rtpl .pjie6g:nth-child(even) { background: var(--bg-card-inner); }
h1.oue0 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.oue0 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.vg0k3cx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.hz1w h2.oue0 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.c2g2 h2.oue0 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.iyki0 h2.oue0 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.evlu h2.oue0::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.q6lvn4i h2.oue0 {
  color: var(--text-primary); font-size: 1.7rem;
}
.bbjunyy h2.oue0::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.mhox h2.oue0 {
  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;
}
.gycsq5do { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .gycsq5do { display: none; } }
.voyh7fu { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.nfdrh4 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.i3t7nn4 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.y8mg { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.a5aw { padding-left: 20px; }
.a5aw li { margin-bottom: 6px; }
.a5aw a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.a5aw a:hover { color: var(--accent-light); }
.zfw78tpa .y8mg { display: none; }
.t5oogy5 .y8mg { display: none; }
.t5oogy5 .a5aw { padding-left: 0; list-style: none; }
.t5oogy5 .a5aw li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.t5oogy5 .a5aw a { font-size: 0.92rem; }
.eyekx4px .i3t7nn4 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.eyekx4px .y8mg { display: none; }
.eyekx4px .a5aw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.eyekx4px .a5aw li { margin-bottom: 0; }
.eyekx4px .a5aw 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;
}
.eyekx4px .a5aw a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.i6g3g1p0 .i3t7nn4 { padding: 20px 20px 16px; }
.i6g3g1p0 .a5aw {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.i6g3g1p0 .a5aw li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.i6g3g1p0 .a5aw 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;
}
.i6g3g1p0 .a5aw 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;
}
.i6g3g1p0 .a5aw a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.i6g3g1p0 .a5aw a:focus,
.i6g3g1p0 .a5aw a:focus-visible,
.i6g3g1p0 .a5aw a:target { outline: none; }
.i6g3g1p0 .a5aw li:target a { border-color: var(--border); color: var(--text-muted); }
.pxzwt .i3t7nn4 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.pxzwt .y8mg { display: none; }
.pxzwt .a5aw { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.pxzwt .a5aw li { margin-bottom: 0; }
.pxzwt .a5aw li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.pxzwt .a5aw li:last-child::after { content: ""; margin-right: 0; }
.pxzwt .a5aw a { font-size: 0.9rem; }
.pjie6g { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.zkljl5vl .pjie6g { background: var(--bg-card); }
.rtpl .pjie6g:nth-child(odd)  { background: var(--bg-card); }
.rtpl .pjie6g:nth-child(even) { background: var(--bg-raised); }
.rzsm .pjie6g {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.rzsm .pjie6g:last-child { border-bottom: none; }
.rzsm h3.vg0k3cx { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.rf9ikc .pjie6g {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.rf9ikc .pjie6g + .pjie6g { margin-top: 4px; }
.ruoy854 .pjie6g { background: none; border-radius: 0; padding: 12px 0; }
.ruoy854 .pjie6g + .pjie6g { border-top: 1px solid var(--border-section); }
.g2yuix4p { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ywki { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.brag { color: var(--text-body); margin-bottom: 10px; }
.yr63s, .hu3m5 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.yr63s li, .hu3m5 li { margin-bottom: 6px; }
.hu3m5 li { list-style: decimal; }
.jncts     .yr63s { list-style-type: "● "; }
.h0a1  .yr63s { list-style-type: "■ "; }
.k1qt39 .yr63s { list-style-type: "◆ "; }
.o8ynsvat    .yr63s { list-style-type: "★ "; }
.jncts     .x8bt486t { list-style-type: "● "; }
.h0a1  .x8bt486t { list-style-type: "■ "; }
.k1qt39 .x8bt486t { list-style-type: "◆ "; }
.o8ynsvat    .x8bt486t { list-style-type: "★ "; }
.jncts    .yr63s li::marker, .jncts    .x8bt486t li::marker,
.h0a1 .yr63s li::marker, .h0a1 .x8bt486t li::marker,
.k1qt39 .yr63s li::marker, .k1qt39 .x8bt486t li::marker,
.o8ynsvat   .yr63s li::marker, .o8ynsvat   .x8bt486t li::marker {
  color: var(--cta); font-size: 1em;
}
.jncts .hu3m5,
.h0a1 .hu3m5,
.k1qt39 .hu3m5,
.o8ynsvat .hu3m5 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.jncts .hu3m5 li,
.h0a1 .hu3m5 li,
.k1qt39 .hu3m5 li,
.o8ynsvat .hu3m5 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.jncts .hu3m5 li::before,
.h0a1 .hu3m5 li::before,
.k1qt39 .hu3m5 li::before,
.o8ynsvat .hu3m5 li::before {
  content: counter(el-step);
  position: absolute; left: -2.2em; top: 0.05em;
  width: 1.45em; height: 1.45em;
  background: var(--accent); color: #fff;
  font-size: 0.72em; font-weight: 700;
  line-height: 1.45em; text-align: center;
}
.jncts     .hu3m5 li::before { border-radius: 50%; }
.h0a1  .hu3m5 li::before { border-radius: 3px; }
.k1qt39 .hu3m5 li::before { border-radius: 3px; }
.o8ynsvat    .hu3m5 li::before { border-radius: 50%; }
.c8p0b { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.focre .c8p0b,
.s05cp .c8p0b { background: transparent; border: none; border-radius: 0; }
.ryzdo { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ryzdo th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ryzdo td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ryzdo tr:hover td { background: var(--bg-hover); }
.g8oqd .ryzdo tbody tr:nth-child(even) td { background: var(--bg-surface); }
.r7euge7 .ryzdo { border: 1px solid var(--border-alt); }
.r7euge7 .ryzdo th,
.r7euge7 .ryzdo td { border: 1px solid var(--border-alt); }
.pvza .ryzdo th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.pvza .ryzdo td { border-bottom: none; }
.pvza .ryzdo tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.k9pmh7 .ryzdo th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.hkmy98 .c8p0b {
  overflow: hidden;
}
.hkmy98 .ryzdo th { border-bottom: 1px solid var(--border-alt); }
.hkmy98 .ryzdo tr:last-child td { border-bottom: none; }
.ucfxhv { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.e6sh66p { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.eklb03o6 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.bmkws { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.waj6yk { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.x8bt486t { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.x8bt486t 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%}
.ferey .bmkws { background: transparent; text-align: center; }
.x9kagd9 .eklb03o6 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.u5mr .eklb03o6 {
  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);
}
.yci5 .e6sh66p { display: grid; grid-template-columns: auto 1fr; }
.yci5 .eklb03o6 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.yci5 .bmkws { grid-column: 2; }
.yci5 .waj6yk,
.yci5 .x8bt486t { grid-column: 1 / -1; }
.l71s .e6sh66p { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.l71s .eklb03o6 {
  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);
}
.l71s .bmkws { grid-column: 2; }
.l71s .waj6yk,
.l71s .x8bt486t { grid-column: 1 / -1; }
.c5vkc .e6sh66p { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.c5vkc .bmkws { background: none; color: var(--accent-light); font-weight: 700; }
.ijvqb3 .e6sh66p { 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); }
.ijvqb3 .bmkws { background: none; color: var(--accent-light); font-weight: 700; }
.h3s8xo .e6sh66p { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.h3s8xo .e6sh66p:last-child { border-bottom: none; }
.h3s8xo .bmkws { background: none; color: var(--accent-light); font-weight: 700; }
.vd7h396e .e6sh66p { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.vd7h396e .bmkws { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ef2n .ucfxhv { counter-reset: card-n; }
.ef2n .e6sh66p  { counter-increment: card-n; }
.ef2n .bmkws { display: flex; align-items: center; gap: 10px; }
.ef2n .bmkws::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;
}
.efpjnlh5 .e6sh66p { background: var(--bg-surface); border: 1px solid var(--border); }
.efpjnlh5 .bmkws { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.psbqjh { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.zd9p7  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.w38z { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.i91e1648 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.psbqjh strong { color: var(--text-primary); font-size: 0.95rem; }
.psbqjh p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.nyqgywqx { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.fzac, .gcxk { border-radius: 8px; padding: 14px; }
.fzac { background: var(--bg-pros); }
.gcxk { background: var(--bg-cons); }
.nktkkm { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.fzac .nktkkm { color: var(--c-pros-label); }
.gcxk .nktkkm { color: #f87171; }
.fzac ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.gcxk ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ymdpct { width: 100%; height: auto; border-radius: 10px; display: block; }
.offl5 {
  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;
}
.offl5:hover { opacity: 0.85; }
.rkz1bagx .offl5  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.rkz1bagx .offl5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.oiqtc .offl5  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.oiqtc .offl5:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pt039j9 .ccu8xq { border-radius: 50px; }
.pt039j9 .offl5  { border-radius: 50px; }
.jw16jso9 .ccu8xq { padding-left: 22px; padding-right: 22px; }
.jw16jso9 .offl5  { padding-left: 12px; padding-right: 12px; }
.yqmmqs1 .ccu8xq { padding-left: 44px; padding-right: 44px; }
.yqmmqs1 .offl5  { padding-left: 24px; padding-right: 24px; }
.zvk2lht .ccu8xq { padding-left: 56px; padding-right: 56px; }
.zvk2lht .offl5  { padding-left: 32px; padding-right: 32px; }
.bxjigjk   .ccu8xq::after, .bxjigjk   .offl5::after,
.int0l .ccu8xq::after, .int0l .offl5::after,
.j1267    .ccu8xq::after, .j1267    .offl5::after,
.flv0n    .ccu8xq::after, .flv0n    .offl5::after,
.p1egcotl    .ccu8xq::after, .p1egcotl    .offl5::after,
.d5atx     .ccu8xq::after, .d5atx     .offl5::after,
.j6pwkc    .ccu8xq::after, .j6pwkc    .offl5::after,
.y09yo   .ccu8xq::after, .y09yo   .offl5::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;
}
.bxjigjk .ccu8xq::after, .bxjigjk .offl5::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");
}
.int0l .ccu8xq::after, .int0l .offl5::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");
}
.j1267 .ccu8xq::after, .j1267 .offl5::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");
}
.flv0n .ccu8xq::after, .flv0n .offl5::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");
}
.p1egcotl .ccu8xq::after, .p1egcotl .offl5::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");
}
.d5atx .ccu8xq::after, .d5atx .offl5::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");
}
.j6pwkc .ccu8xq::after, .j6pwkc .offl5::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");
}
.y09yo .ccu8xq::after, .y09yo .offl5::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");
}
.f1jbb   .u5na::after, .f1jbb   .h7cj3u::after,
.ajaln6go .u5na::after, .ajaln6go .h7cj3u::after,
.w1s1vm    .u5na::after, .w1s1vm    .h7cj3u::after,
.yr9r8f    .u5na::after, .yr9r8f    .h7cj3u::after,
.kp3qd    .u5na::after, .kp3qd    .h7cj3u::after,
.v43muptf     .u5na::after, .v43muptf     .h7cj3u::after,
.wf7dzgg4    .u5na::after, .wf7dzgg4    .h7cj3u::after,
.jnmbhm4   .u5na::after, .jnmbhm4   .h7cj3u::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;
}
.f1jbb .u5na::after, .f1jbb .h7cj3u::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");
}
.ajaln6go .u5na::after, .ajaln6go .h7cj3u::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");
}
.w1s1vm .u5na::after, .w1s1vm .h7cj3u::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");
}
.yr9r8f .u5na::after, .yr9r8f .h7cj3u::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");
}
.kp3qd .u5na::after, .kp3qd .h7cj3u::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");
}
.v43muptf .u5na::after, .v43muptf .h7cj3u::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");
}
.wf7dzgg4 .u5na::after, .wf7dzgg4 .h7cj3u::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");
}
.jnmbhm4 .u5na::after, .jnmbhm4 .h7cj3u::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");
}
.drr1fsx .r57y    { background: transparent; padding: 0; }
.b185scm.offl5 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .kk21 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .kk21::before    { grid-area: rank;   }
  .enk9           { grid-area: ident;  }
  .hufq     { grid-area: rating; min-width: 0; width: auto; }
  .t5a7           { grid-area: pills;  }
  .b185scm             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .kk21 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .kk21::before    { justify-self: center; }
  .enk9           { width: 100%; }
  .hufq     { justify-self: center; }
  .t5a7           { grid-template-columns: 1fr; }
}
.x05ui  .uu5on54 li::before { content: "★"; }
.x05ui  .m0qf li::before { content: "✕"; }
.by32u .tp2n50p6 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .zhmgn .ooxq1x {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .zhmgn .jkkwqivj { margin: 0; }
}
.nv79my6i .is95 { padding: 0; gap: 0; overflow: hidden; }
.nv79my6i .butdw { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.nv79my6i .m2likt6h { padding: 16px 20px; }
.nv79my6i .ry9shj { padding: 16px 20px; align-self: center; }
.s05cp .nyqgywqx { gap: 10px; }
.s05cp .fzac, .s05cp .gcxk { padding: 12px; }
.s05cp .fzac ul, .s05cp .gcxk ul { margin: 4px 0 0; padding-left: 18px; }
.s05cp .fzac li, .s05cp .gcxk li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .vbfm1i { grid-template-columns: 1fr; }
  .uqbt { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .uqbt .isbhi4it { width: 72px; height: 50px; }
  .uqbt .u8yuwt { max-width: 180px; }
  .uqbt .robd { width: auto; }
}
@media (max-width: 720px) {
  .zrnsp { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .t68ft { padding: 16px; }
  .bl1bcvv .w2rn4mhv { min-width: 50%; }
}
.vc7ah .nyqgywqx { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fk8feoq8 { grid-template-columns: 1fr; }
  .re2dbmix { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .p8pb5i { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .k9w0 { flex-wrap: wrap; padding: 16px; }
}
.dz7fc1gn .nyqgywqx { gap: 8px; }
.dz7fc1gn .fzac, .dz7fc1gn .gcxk { padding: 8px; }
@media (max-width: 480px) {
  .rfqde1u5 { flex-direction: column; align-items: stretch; }
}
.ywc6t .robd .offl5 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gq25j { flex-direction: column; align-items: stretch; gap: 10px; }
  .ywc6t .robd { text-align: center; }
}
@media (max-width: 720px) {
  .x01lqgyj { grid-template-columns: 1fr; }
  .ja1w { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .eiw4 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .fxuw0u { grid-template-columns: 1fr; }
  .ca2cb2l { width: 100px; height: 100px; margin: 16px auto; }
  .zzeyt { font-size: 1.4rem; }
  .xer1h { justify-content: center; }
  .zcwtm0 .w2rn4mhv { min-width: 50%; }
}
.vjmtrknh .nyqgywqx { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .u9o59bwi { flex-wrap: wrap; padding: 14px 16px; }
  .mag9feq { padding: 12px 16px; }
  .vjmtrknh .nyqgywqx { margin: 0 16px; }
  .vjmtrknh .esx85c { padding: 0 16px; }
  .flp3gg { padding: 12px 16px; }
}
.yhjq8g .vute { gap: 0; }
.yhjq8g .kk21 {
  border-radius: 0;
  border-left: none; border-right: none; border-top: none;
  border-bottom: 1px solid var(--border);
  padding-top: 14px; padding-bottom: 14px;
}
.yhjq8g .kk21:last-child { border-bottom: none; }
.yhjq8g .kk21:nth-child(even) { background: var(--accent-bg, rgba(0,0,0,.03)); }
.yhjq8g .kk21:nth-child(even):hover { background: var(--bg-hover); }
.s2nrm1b .t5a7 .h4c5yg {
  background: transparent; padding: 4px 8px;
}
.s2nrm1b .t5a7 .eape { font-size: .65rem; opacity: .65; }
.s2nrm1b .t5a7 .xbowvhcb   { font-size: 1.15rem; color: var(--accent-light); }
.fb7zlxkr { margin: 16px 0; }
.jjuzg { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.jjuzg summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.jjuzg summary::after { content: "+"; color: var(--accent-light); }
.jjuzg[open] summary::after { content: "−"; }
.jjuzg p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.hj6ei { margin-bottom: 0; }
.bqy8vy h2.oue0 { color: var(--text-primary); border-color: var(--accent-light); }
.gozjcuot h2.oue0 { color: var(--text-primary); border-color: var(--accent-light); }
.klo96e .zd9p7     { background: #052e16; border-color: #10b981; }
.klo96e .w38z    { background: #1e1036; border-color: #a855f7; }
.klo96e .psbqjh strong  { color: #f1f5f9; }
.klo96e .psbqjh p       { color: #cbd5e1; }
.klo96e .jnghf    .zd9p7     .i91e1648::before,
.klo96e .b3a61  .zd9p7     .i91e1648::before,
.klo96e .vzcblj  .zd9p7     .i91e1648::before,
.klo96e .fq0n49c .zd9p7     .i91e1648::before { color: #10b981; }
.klo96e .jnghf    .uxbht .i91e1648::before,
.klo96e .b3a61  .uxbht .i91e1648::before,
.klo96e .vzcblj  .uxbht .i91e1648::before,
.klo96e .fq0n49c .uxbht .i91e1648::before { color: #f43f5e; }
.klo96e .jnghf    .w38z    .i91e1648::before,
.klo96e .b3a61  .w38z    .i91e1648::before,
.klo96e .vzcblj  .w38z    .i91e1648::before,
.klo96e .fq0n49c .w38z    .i91e1648::before { color: #a855f7; }
.i6fo .zd9p7     { background: #2d2000; border-color: #eab308; }
.i6fo .uxbht { background: #2d0b0b; border-color: #ef4444; }
.i6fo .w38z    { background: #2d1600; border-color: #f97316; }
.i6fo .psbqjh strong  { color: #f1f5f9; }
.i6fo .psbqjh p       { color: #cbd5e1; }
.i6fo .jnghf    .zd9p7     .i91e1648::before,
.i6fo .b3a61  .zd9p7     .i91e1648::before,
.i6fo .vzcblj  .zd9p7     .i91e1648::before,
.i6fo .fq0n49c .zd9p7     .i91e1648::before { color: #eab308; }
.i6fo .jnghf    .uxbht .i91e1648::before,
.i6fo .b3a61  .uxbht .i91e1648::before,
.i6fo .vzcblj  .uxbht .i91e1648::before,
.i6fo .fq0n49c .uxbht .i91e1648::before { color: #ef4444; }
.i6fo .jnghf    .w38z    .i91e1648::before,
.i6fo .b3a61  .w38z    .i91e1648::before,
.i6fo .vzcblj  .w38z    .i91e1648::before,
.i6fo .fq0n49c .w38z    .i91e1648::before { color: #f97316; }
.igsu .zd9p7     { background: #0c1a2e; border-color: #38bdf8; }
.igsu .w38z    { background: #0a2020; border-color: #2dd4bf; }
.igsu .psbqjh strong  { color: #f1f5f9; }
.igsu .psbqjh p       { color: #cbd5e1; }
.igsu .jnghf    .zd9p7     .i91e1648::before,
.igsu .b3a61  .zd9p7     .i91e1648::before,
.igsu .vzcblj  .zd9p7     .i91e1648::before,
.igsu .fq0n49c .zd9p7     .i91e1648::before { color: #38bdf8; }
.igsu .jnghf    .uxbht .i91e1648::before,
.igsu .b3a61  .uxbht .i91e1648::before,
.igsu .vzcblj  .uxbht .i91e1648::before,
.igsu .fq0n49c .uxbht .i91e1648::before { color: #818cf8; }
.igsu .jnghf    .w38z    .i91e1648::before,
.igsu .b3a61  .w38z    .i91e1648::before,
.igsu .vzcblj  .w38z    .i91e1648::before,
.igsu .fq0n49c .w38z    .i91e1648::before { color: #2dd4bf; }
.la9hn .zd9p7     { background: var(--accent-bg); border-color: var(--accent-light); }
.la9hn .w38z    { background: var(--accent-bg); border-color: var(--accent-pale); }
.la9hn .jnghf    .i91e1648::before,
.la9hn .b3a61  .i91e1648::before,
.la9hn .vzcblj  .i91e1648::before,
.la9hn .fq0n49c .i91e1648::before { color: var(--accent-light) !important; }
.to9z::before,
.x4wie5::before { margin-right: 5px; }
.r8mdm .fzac ul li,
.r8mdm .fzac .to9z { color: #22c55e; }
.r8mdm .gcxk ul li,
.r8mdm .gcxk .x4wie5 { color: #ef4444; }
.osbh .fzac { background: var(--bg-pros); }
.osbh .gcxk { background: var(--bg-cons); }
.osbh .fzac .to9z { color: var(--c-pros-label); }
.osbh .gcxk .x4wie5 { color: var(--c-cons); }
.osbh .fzac ul li,
.osbh .uu5on54 li            { color: var(--c-pros); }
.osbh .gcxk ul li,
.osbh .m0qf li            { color: var(--c-cons); }
.pgdjp5e .fzac { background: var(--bg-pros); }
.pgdjp5e .gcxk { background: var(--bg-cons); }
.pgdjp5e .fzac .to9z { color: var(--c-pros-label); }
.pgdjp5e .gcxk .x4wie5 { color: var(--c-cons); }
.pgdjp5e .fzac ul li,
.pgdjp5e .gcxk ul li,
.la2xj5 .to9z::before { content: "✓ "; }
.la2xj5 .x4wie5::before { content: "✗ "; }
.w0ytiv09 .to9z::before { content: "→ "; }
.w0ytiv09 .x4wie5::before { content: "← "; }
.x05ui .to9z::before { content: "★ "; }
.x05ui .x4wie5::before { content: "✕ "; }
.zr3nr2l .to9z::before { content: "◆ "; }
.zr3nr2l .x4wie5::before { content: "▲ "; }
.cb6ztt0 .psbqjh { background: transparent; border-left: none; border: 1.5px solid; }
.cb6ztt0 .zd9p7     { border-color: var(--c-tip-border); }
.cb6ztt0 .w38z    { border-color: #60a5fa; }
.cb6ztt0 .psbqjh strong { color: var(--text-primary); }
.cb6ztt0 .psbqjh p      { color: var(--text-muted); }
.by32u .psbqjh { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.by32u .zd9p7     { border-top-color: var(--c-tip-border); }
.by32u .uxbht { border-top-color: var(--c-warn-border); }
.by32u .w38z    { border-top-color: #60a5fa; }
.k9jli .psbqjh { border-left: none; border-radius: 8px; }
.k9jli .zd9p7     { background: #065f46; }
.k9jli .w38z    { background: #1e3a8a; }
.k9jli .psbqjh strong,
.k9jli .psbqjh p { color: #fff; }
.k9jli .i91e1648::before { color: rgba(255,255,255,0.85) !important; }
.klo96e.k9jli .zd9p7,
.klo96e .k9jli .zd9p7     { background: #052e16; }
.klo96e.k9jli .w38z,
.klo96e .k9jli .w38z    { background: #1e1036; }
.i6fo.k9jli .zd9p7,
.i6fo .k9jli .zd9p7      { background: #2d2000; }
.i6fo.k9jli .uxbht,
.i6fo .k9jli .uxbht  { background: #2d0b0b; }
.i6fo.k9jli .w38z,
.i6fo .k9jli .w38z     { background: #2d1600; }
.igsu.k9jli .zd9p7,
.igsu .k9jli .zd9p7      { background: #0c1a2e; }
.igsu.k9jli .w38z,
.igsu .k9jli .w38z     { background: #0a2020; }
.z9rn .psbqjh { border-left: none; border-radius: 6px; padding: 10px 14px; }
.z9rn .zd9p7     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.z9rn .w38z    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.z9rn .psbqjh strong { color: var(--text-primary); }
.z9rn .psbqjh p      { color: var(--text-muted); }
.furxyncl .psbqjh { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.jnghf .i91e1648,
.b3a61 .i91e1648,
.vzcblj .i91e1648,
.fq0n49c .i91e1648 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.jnghf .i91e1648::before,
.b3a61 .i91e1648::before,
.vzcblj .i91e1648::before,
.fq0n49c .i91e1648::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.jnghf .zd9p7     .i91e1648::before { content: "✦"; color: var(--c-tip-border); }
.jnghf .uxbht .i91e1648::before { content: "▲"; color: var(--c-warn-border); }
.jnghf .w38z    .i91e1648::before { content: "◉"; color: #60a5fa; }
.b3a61 .zd9p7     .i91e1648::before { content: "★"; color: var(--c-tip-border); }
.b3a61 .uxbht .i91e1648::before { content: "◆"; color: var(--c-warn-border); }
.b3a61 .w38z    .i91e1648::before { content: "●"; color: #60a5fa; }
.vzcblj .zd9p7     .i91e1648::before { content: "▶"; color: var(--c-tip-border); }
.vzcblj .uxbht .i91e1648::before { content: "■"; color: var(--c-warn-border); }
.vzcblj .w38z    .i91e1648::before { content: "▸"; color: #60a5fa; }
.fq0n49c .zd9p7     .i91e1648::before { content: "→"; color: var(--c-tip-border); }
.fq0n49c .uxbht .i91e1648::before { content: "⬥"; color: var(--c-warn-border); }
.fq0n49c .w38z    .i91e1648::before { content: "◈"; color: #60a5fa; }
.w95fj .zkljl5vl .pjie6g,
.w95fj .rtpl .pjie6g  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.w95fj .e6sh66p                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.w95fj .c8p0b          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.w95fj .i3t7nn4                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.x2zvl8 .zkljl5vl .pjie6g,
.x2zvl8 .rtpl .pjie6g,
.x2zvl8 .e6sh66p,
.x2zvl8 .kk21,
.x2zvl8 .jkkwqivj,
.x2zvl8 .c8p0b,
.x2zvl8 .i3t7nn4,
.x2zvl8 .furxyncl .psbqjh { box-shadow: none; }
.io2x   .brag, .io2x .g2yuix4p, .io2x .ywki,
.io2x   .voyh7fu, .io2x .nfdrh4 { font-size: 0.9rem; }
.io2x   .yr63s, .io2x .hu3m5 { font-size: 0.9rem; }
.f0ktkv   .brag, .f0ktkv .g2yuix4p, .f0ktkv .ywki,
.f0ktkv   .voyh7fu, .f0ktkv .nfdrh4 { font-size: 0.95rem; }
.f0ktkv   .yr63s, .f0ktkv .hu3m5 { font-size: 0.95rem; }
.d1umkf7n   .brag, .d1umkf7n .g2yuix4p, .d1umkf7n .ywki,
.d1umkf7n   .voyh7fu, .d1umkf7n .nfdrh4 { font-size: 1.08rem; }
.d1umkf7n   .yr63s, .d1umkf7n .hu3m5 { font-size: 1.05rem; }
.d1umkf7n   .ryzdo { font-size: 0.97rem; }
.xl8n .rgmzc      { font-size: 3.2rem; }
.xl8n h2.oue0 { font-size: 1.9rem; }
.xl8n h3.vg0k3cx     { font-size: 1.4rem; }
.ana2rx .rgmzc      { font-size: 3.8rem; }
.ana2rx h2.oue0 { font-size: 2.2rem; }
.ana2rx h3.vg0k3cx     { font-size: 1.6rem; }
.hj6ei + .hj6ei { position: relative; }
.t3rjw   .hj6ei + .hj6ei::before,
.bj65  .hj6ei + .hj6ei::before,
.exatr   .hj6ei + .hj6ei::before,
.deh0pg7   .hj6ei + .hj6ei::before,
.vuaf5y   .hj6ei + .hj6ei::before,
.wr997k6g .hj6ei + .hj6ei::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.t3rjw .hj6ei + .hj6ei::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.bj65 .hj6ei + .hj6ei::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.exatr .hj6ei + .hj6ei::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;
}
.deh0pg7 .hj6ei + .hj6ei::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.c3trke .hj6ei { margin-bottom: 16px; }
.c3trke .hj6ei + .hj6ei { margin-top: 0; }
.c3trke .wgxa5 { padding-top: 0; padding-bottom: 0; }
.vuaf5y .hj6ei + .hj6ei::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wr997k6g .hj6ei + .hj6ei::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.n3lt3 .hj6ei + .hj6ei::before,
.gh8c .hj6ei + .hj6ei::before,
.lbom3ol .hj6ei + .hj6ei::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%;
}
.z2gywe .n3lt3 .hj6ei:nth-child(even)::before,
.z2gywe .gh8c .hj6ei:nth-child(even)::before,
.z2gywe .lbom3ol .hj6ei:nth-child(even)::before { background: var(--bg-surface); }
.iue57 .n3lt3 .hj6ei:nth-child(even)::before,
.iue57 .gh8c .hj6ei:nth-child(even)::before,
.iue57 .lbom3ol .hj6ei:nth-child(even)::before { background: var(--bg-card); }
.n3lt3 .hj6ei + .hj6ei::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");
}
.gh8c .hj6ei + .hj6ei::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");
}
.lbom3ol .hj6ei + .hj6ei::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");
}
.smi3pmog .urxheh4,
.rhfcz8 .urxheh4,
.d1jh7 .urxheh4 { overflow: hidden; }
.smi3pmog .bd69vr,
.rhfcz8 .bd69vr { margin-bottom: 60px; }
.d1jh7 .bd69vr { margin-bottom: 70px; }
.d1jh7 .edy663md { padding-bottom: 70px; }
.smi3pmog .urxheh4::before,
.rhfcz8 .urxheh4::before,
.d1jh7 .urxheh4::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%;
}
.smi3pmog .urxheh4::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");
}
.rhfcz8 .urxheh4::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");
}
.d1jh7 .urxheh4::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");
}
.howaq .urxheh4:not(.azh95) .zhjke0s7 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qpx75 .urxheh4:not(.azh95) .zhjke0s7 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.cpk7  .urxheh4:not(.azh95) .zhjke0s7 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yhwza6  .urxheh4:not(.azh95) .zhjke0s7 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.howaq .azh95 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.qpx75 .azh95 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.cpk7 .azh95 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.yhwza6 .azh95 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.yhwza6 .trnzvw3x { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.yhwza6 .q9p90w { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.k3r9tkv .azh95 { background: var(--accent); }
.k3r9tkv .azh95 .zhjke0s7 { background: none; }
.k3r9tkv .urxheh4:not(.azh95) .zhjke0s7 { background: rgba(0,0,0,0.6); }
.n6fkzv6 .r974o0 { float: left; width: 38%; margin: 0 28px 16px 0; }
.n6fkzv6 .r974o0 .ymdpct { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.n6fkzv6 .wgxa5::after { content: ''; display: block; clear: both; }
.xv5w0 .r974o0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.xv5w0 .r974o0 .ymdpct { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xv5w0 .wgxa5::after { content: ''; display: block; clear: both; }
.t7m9d .hj6ei:nth-child(odd)  .r974o0 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.t7m9d .hj6ei:nth-child(even) .r974o0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.t7m9d .r974o0 .ymdpct { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.t7m9d .wgxa5::after { content: ''; display: block; clear: both; }
.n6fkzv6 .ucfxhv,
.xv5w0 .ucfxhv,
.t7m9d .ucfxhv,
@media (max-width: 900px) {
  .n6fkzv6 .r974o0,
  .xv5w0 .r974o0,
  .t7m9d .hj6ei:nth-child(odd)  .r974o0,
  .t7m9d .hj6ei:nth-child(even) .r974o0 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .n6fkzv6 .r974o0 .ymdpct,
  .xv5w0 .r974o0 .ymdpct,
  .t7m9d .r974o0 .ymdpct {
    max-height: none !important;
  }
}
.n6fkzv6 .yr63s,
.n6fkzv6 .hu3m5,
.xv5w0 .yr63s,
.xv5w0 .hu3m5,
.t7m9d .yr63s,
.t7m9d .hu3m5 { overflow: hidden; }
@media (max-width: 640px) {
  .n6fkzv6 .r974o0,
  .xv5w0 .r974o0,
  .t7m9d .r974o0 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.jjxc .cncal,
.jjxc .wgxa5,
.jjxc .h74okwja  { max-width: 1100px; }
.luz949 .cncal,
.luz949 .wgxa5,
.luz949 .h74okwja  { max-width: 1200px; }
.ut4sgp .cncal,
.ut4sgp .wgxa5,
.ut4sgp .h74okwja  { max-width: 1320px; }
.ut4sgp { --content-mw: 1320px; }
.nhdet06 { font-size: 0.82rem; color: var(--text-muted); }
.el5c39 { display: flex; align-items: center; }
.luh5z31d {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.cjxdy { display: flex; align-items: center; }
.vd8m9 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.vd8m9:hover { text-decoration: underline; }
.c1cwdb1 { margin: 0 3px; opacity: 0.45; }
.c1cwdb1::before { content: '/'; }
.iycjcta { padding: 2px 5px; color: var(--text-main); }
.vsvvc8dw .nhdet06 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.vsvvc8dw .el5c39 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.yowf .nhdet06 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.yowf .el5c39 { padding: 0 0 0 12px; }
.furqho1u {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.mpjy9yvi .el5c39 { padding: 0 16px; }
.mpjy9yvi .nhdet06 {
  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);
}
.mpjy9yvi .cncal { padding-top: 28px; }
@media (max-width: 720px) {
  .furqho1u { margin-top: 18px; padding: 0 16px; }
  .mpjy9yvi .cncal { padding-top: 16px; }
}
.jjxc.vsvvc8dw .el5c39 { max-width: 1100px; }
.luz949.vsvvc8dw .el5c39 { max-width: 1200px; }
.ut4sgp.vsvvc8dw .el5c39 { max-width: 1320px; }
.jjxc .furqho1u { max-width: 1100px; }
.luz949 .furqho1u { max-width: 1200px; }
.ut4sgp .furqho1u { max-width: 1320px; }
.oygevlgr .hj6ei { padding-top: 16px; padding-bottom: 16px; }
.hhemp38n .hj6ei { padding-top: 24px; padding-bottom: 24px; }
.qfb3ydx .hj6ei { padding-top: 40px; padding-bottom: 40px; }
.hmfrhbb .hj6ei { padding-top: 52px; padding-bottom: 52px; }
.dx53ud3 .hj6ei:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.dx53ud3 .hj6ei:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.dx53ud3 .hj6ei:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.dx53ud3 .hj6ei:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.j3qit9 .wgxa5 { padding-top: 10px;  padding-bottom: 10px; }
.bs0wcwb .wgxa5 { padding-top: 18px;  padding-bottom: 18px; }
.khofxeei .wgxa5 { padding-top: 36px;  padding-bottom: 36px; }
.uuf3 .wgxa5 { padding-top: 48px;  padding-bottom: 48px; }
.og43p h2.oue0 { font-weight: 600; }
.og43p h3.vg0k3cx     { font-weight: 600; }
.kudyoek { font-weight: 500; }
.kudyoek h2.oue0 { font-weight: 800; }
.kudyoek h3.vg0k3cx     { font-weight: 700; }
.wqdos1j1 h2.oue0 { font-weight: 900; }
.wqdos1j1 h3.vg0k3cx     { font-weight: 800; }
.wqdos1j1 .psbqjh strong,
.wqdos1j1 .psbqjh strong { font-weight: 600; }
.u5na {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.bzr9oj9b .u5na { display: none; }
@media (max-width: 640px) {
  .n547xph { display: none; }
  .u5na {
    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;
  }
}
.u5na { background: var(--cta) !important; color: #fff !important; border: none !important; }
.u5na:hover { opacity: 0.85; }
.oh37 .u5na { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.aufvii .u5na,
.xat62  .u5na { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.aufvii .u5na:hover,
.xat62  .u5na:hover { opacity: 0.88; }
.oh37.aufvii .u5na,
.oh37.xat62  .u5na { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.h7cj3u {
  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;
}
.h7cj3u:hover { transform: translateY(-2px); opacity: 0.92; }
.h7cj3u { background: var(--cta) !important; color: #fff !important; border: none !important; }
.n6ny2 .h7cj3u { display: none; }
.qxs0jj2 .h7cj3u { right: 32px; }
.aeja3l0  .h7cj3u { left: 32px; }
@media (max-width: 480px) {
  .qxs0jj2 .h7cj3u { right: 20px; bottom: 20px; }
  .aeja3l0  .h7cj3u { left: 20px; bottom: 20px; }
}
.jevvzme { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.h74okwja { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.f3hg4 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.lyvq7awf { color: var(--text-dim); font-size: 0.8rem; }
.cugc a, .fywsz6e9 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.cugc a:hover, .fywsz6e9 a:hover { color: var(--accent-light); }
.fywsz6e9 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.by4h .h74okwja { text-align: center; }
.by4h .fywsz6e9 { justify-content: center; margin-bottom: 16px; }
.by4h .f3hg4 { margin-top: 0; }
.gyar0uwm { margin-top: 10px; }
.gyar0uwm a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .h74okwja { padding-left: 16px; padding-right: 16px; }
  .tiy14 .h74okwja { padding: 20px 16px; }
  .fywsz6e9 { gap: 4px 12px; }
  .f3hg4 { font-size: 0.78rem; }
}
.uo1p .f3hg4 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.uo1p .lyvq7awf { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .uo1p .qz0f { grid-template-columns: 1fr 1fr; } .uo1p .rii6l { grid-column: 1 / -1; } }
@media (max-width: 480px) { .uo1p .qz0f { grid-template-columns: 1fr; } }
.pki487 .f3hg4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .pki487 .ynat6 { gap: 12px; } .pki487 .xvon { margin-right: 0; width: 100%; } }
.yu85fr7 .f3hg4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.yu85fr7 .lyvq7awf { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .yu85fr7 .ts4f3rpw { grid-template-columns: 1fr 1fr; } .yu85fr7 .npyi { grid-column: 1 / -1; } }
@media (max-width: 480px) { .yu85fr7 .ts4f3rpw { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ru5em .e0l2pzk { grid-template-columns: 1fr 1fr; } .ru5em .vwno3hs:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ru5em .e0l2pzk { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .kr8fd0e .e0l2pzk { grid-template-columns: 1fr; } }
.bdo8jpn .h74okwja { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.bdo8jpn .fywsz6e9 { justify-content: center; }
.gf59fzyo .tvzvqj      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.gf59fzyo .jevvzme { background: var(--bg-page); border-top-color: var(--border-alt); }
.c90hvf .tvzvqj      { background: #0d1117; border-bottom-color: #21262d; }
.c90hvf .t0p6fu6 { color: var(--accent-light); }
.c90hvf .ko3ttw { --msep-color: #8b949e; }
.c90hvf .ko3ttw a { color: #8b949e; }
.c90hvf .ko3ttw a:hover { color: var(--accent-light); }
.c90hvf .qbrj { color: #8b949e; }
.c90hvf .jevvzme { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.c90hvf .f3hg4,
.c90hvf .lyvq7awf { color: #6e7681; }
.c90hvf .cugc a, .c90hvf .fywsz6e9 a,
.c90hvf .cugc a:hover, .c90hvf .fywsz6e9 a:hover,
@media (max-width: 640px) {
  .c90hvf .ko3ttw { background: #0d1117; border-top-color: #21262d; }
  .c90hvf .ko3ttw li a { border-bottom-color: #21262d; }
}
.du23 .tvzvqj      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.du23 .t0p6fu6 { color: var(--accent-light); }
.du23 .ko3ttw { --msep-color: #475569; }
.du23 .ko3ttw a { color: #475569; }
.du23 .ko3ttw a:hover { color: var(--accent-light); }
.du23 .qbrj { color: #64748b; }
.du23 .jevvzme { background: #f0f4f8; border-top-color: #cbd5e1; }
.du23 .f3hg4,
.du23 .lyvq7awf { color: #64748b; }
.du23 .cugc a, .du23 .fywsz6e9 a,
.du23 .cugc a:hover, .du23 .fywsz6e9 a:hover,
@media (max-width: 640px) {
  .du23 .ko3ttw { background: #f0f4f8; border-top-color: #cbd5e1; }
  .du23 .ko3ttw li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.aufvii .tvzvqj      { background: var(--accent); border-bottom-color: var(--accent-light); }
.aufvii .t0p6fu6 { color: #fff; }
.aufvii .ko3ttw { --msep-color: rgba(255,255,255,0.82); }
.aufvii .ko3ttw a { color: rgba(255,255,255,0.82); }
.aufvii .ko3ttw a:hover { color: #fff; }
.aufvii .qbrj { color: rgba(255,255,255,0.9); }
.aufvii .jevvzme { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.aufvii .f3hg4,
.aufvii .lyvq7awf { color: rgba(255,255,255,0.72); }
.aufvii .cugc a, .aufvii .fywsz6e9 a,
.aufvii .cugc a:hover, .aufvii .fywsz6e9 a:hover,
@media (max-width: 640px) {
  .aufvii .ko3ttw { background: var(--accent); border-top-color: var(--accent-light); }
  .aufvii .ko3ttw li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.xat62 .tvzvqj {
  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);
}
.xat62 .jevvzme {
  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) {
  .xat62 .ko3ttw {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.lrhu1y .l405hod { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.powu3xgu .l405hod { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ok07x .l405hod { min-height: 72px; height: auto; }
.j8t2 .l405hod { min-height: 84px; height: auto; }
.tiy14 .l405hod { max-width: none; padding: 0 32px; }
.tiy14 .h74okwja  { max-width: none; padding: 24px 32px; }
.jl5r.luz949 .l405hod { max-width: 1200px; }
.jl5r.ut4sgp .l405hod { max-width: 1320px; }
.hxxuc   .t0p6fu6, .hxxuc   .xvon { text-transform: capitalize; }
.wb4a .t0p6fu6, .wb4a .xvon { text-transform: lowercase; }
.isqo .t0p6fu6, .isqo .xvon { text-transform: uppercase; letter-spacing: 0.06em; }
.h8b8qr, .e5n1 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zce0k .h8b8qr,
.j043wek .h8b8qr,
.hf2ig7t .h8b8qr,
.q7bs9r .h8b8qr,
.w6i883i   .ko3ttw a { font-weight: 500; }
.w9n4f3a .ko3ttw a { font-weight: 600; }
.lumwqxq     .ko3ttw a { font-weight: 700; }
.eptntl    .ko3ttw a { font-weight: 800; letter-spacing: 0.01em; }
.ahh10m8     .ko3ttw > li + li::before,
.tkqhy    .ko3ttw > li + li::before,
.on4qaot    .ko3ttw > li + li::before,
.t7m7yk .ko3ttw > li + li::before,
.zuar1ff5 .ko3ttw > li + li::before,
.oa6t  .ko3ttw > li + li::before,
.rk5v    .ko3ttw > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ahh10m8     .ko3ttw > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.tkqhy    .ko3ttw > li + li::before { content: "|"; }
.on4qaot    .ko3ttw > li + li::before { content: "—"; }
.t7m7yk .ko3ttw > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.zuar1ff5 .ko3ttw > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.oa6t  .ko3ttw > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.rk5v    .ko3ttw > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .dldzbjok .qbrj,
  .gkt2n .qbrj,
  .ve8tvb .qbrj,
  .i996qb9 .qbrj,
  .ueajq59l .qbrj {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .dldzbjok .qbrj::before,
  .gkt2n .qbrj::before,
  .ve8tvb .qbrj::before,
  .i996qb9 .qbrj::before,
  .ueajq59l .qbrj::before { content: ""; display: block; flex-shrink: 0; }

  
  .dldzbjok .qbrj::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;
  }

  
  .gkt2n .qbrj::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;
  }

  
  .ve8tvb .qbrj::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;
  }

  
  .i996qb9 .qbrj::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;
  }

  
  .ueajq59l .qbrj::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) {
  .htebckjd .qbrj {
    padding: 5px 14px;
  }
  .htebckjd .ko3ttw {
    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;
  }
  .htebckjd .ko3ttw li a {
    border-bottom: none; padding: 10px 22px;
  }
  .htebckjd .ko3ttw li a:hover { background: var(--bg-raised); }
  .htebckjd .az9ek,
  .mooj4b6 .az9ek,
  .y6vm51x6 .az9ek { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vrhb .qbrj {
    padding: 5px 10px;
  }
  .vrhb .ko3ttw {
    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);
  }
  .vrhb .ko3ttw.ic0zsa { transform: translateX(0); }
  .vrhb .ko3ttw li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vrhb .ko3ttw li:last-child a { border-bottom: none; }
  .aufvii .ko3ttw,
  .c90hvf .ko3ttw { background: var(--accent) !important; }
  .aufvii .ko3ttw li a,
  .c90hvf .ko3ttw li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .y6vm51x6 .qbrj {
    padding: 5px 10px;
  }
  .y6vm51x6 .ko3ttw {
    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);
  }
  .y6vm51x6 .ko3ttw::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .y6vm51x6 .ko3ttw.ic0zsa { transform: translateY(0); }
  .y6vm51x6 .ko3ttw li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ba8tk22j .qbrj {
    padding: 5px 10px;
  }
  .ba8tk22j .ko3ttw {
    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;
  }
  .ba8tk22j .ko3ttw.ic0zsa { opacity: 1; pointer-events: auto; }
  .ba8tk22j .ko3ttw li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .j5g5     .qbrj { border-radius: 0 !important; }
  .asz5c0oz   .qbrj { border-radius: 8px !important; }
  .xxh099 .qbrj { border-radius: 50% !important; }
  .hx3xllbd   .qbrj { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .q94i .d94h7 { flex-direction: column; align-items: stretch; }
  .q94i .o9jw { flex-direction: row; min-width: auto; }
  .q94i .n35zp { align-items: flex-start; text-align: left; }
}
.ie1105b,
.ie1105b.hj6ei,
.z2gywe .ie1105b,
.tjt2h .ie1105b,
.iue57 .ie1105b,
.rbm14ry .ie1105b {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.mns2p5d {
  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;
}
.dr8oak { flex: 1 1 280px; min-width: 0; }
.ydea8ks {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.c4gs {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.mv3qe81b {
  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;
}
.mv3qe81b:hover { transform: translateY(-1px); opacity: 0.95; }
.acyu11 .mns2p5d {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.acyu11 .ydea8ks { color: var(--cta); }
.acyu11 .c4gs { color: var(--text-body); }
.acyu11 .mv3qe81b {
  background: var(--cta) !important;
  color: #fff !important;
}
.ouyz4 .mns2p5d {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ouyz4 .ydea8ks { color: var(--text-primary); }
.ouyz4 .c4gs { color: var(--text-body); }
.ouyz4 .mv3qe81b {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .mns2p5d {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .dr8oak { flex: 0 0 auto; }
  .ydea8ks { font-size: 1.2rem; }
  .mv3qe81b { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.zlarxbh .ty3a1h { height: 36px; }
.l5f4n .ty3a1h { height: 60px; max-width: 200px; }
.pfkke .ty3a1h { height: 56px; max-width: 180px; }
.n92eo     .d7xu, .n92eo     .msz5x { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.s2nrm1b .eape {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.s2nrm1b .xbowvhcb {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .ehxo .vute {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ehxo .kk21 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ehxo .kk21 { padding: 40px 16px 20px; }
  .ehxo .h4c5yg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ehxo .b185scm { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .dnt2 .kk21 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .dnt2 .kk21::before {
    position: absolute; top: 14px; left: 14px;
  }
  .dnt2 .enk9 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .dnt2 .w3kitri { white-space: normal; text-align: center; font-size: 1.2rem; }
  .dnt2 .h4c5yg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .dnt2 .b185scm { width: 100%; min-width: 0; }
  .dnt2 .d7xu { min-width: 0; }
}
.hgaec .kk21::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.o6jfi .jjuzg {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.o6jfi .jjuzg summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.o6jfi .jjuzg p { padding: 0 2px 16px; }
.sgjrf .jjuzg { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.sgjrf .jjuzg summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.sgjrf .jjuzg summary::after { content: "›"; font-size: 1.2em; }
.sgjrf .jjuzg[open] summary::after { content: "‹"; }
.sgjrf .jjuzg p { padding: 10px 22px 4px; }
.b7snc8hw .jjuzg {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.b7snc8hw .jjuzg summary { color: var(--text-primary); padding-left: 16px; }
.b7snc8hw .jjuzg summary::after { content: "›"; font-size: 1.1em; }
.b7snc8hw .jjuzg[open] summary::after { content: "‹"; }
.b7snc8hw .jjuzg p { padding-left: 16px; }
.vu6s .fb7zlxkr { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.vu6s .jjuzg {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.vu6s .jjuzg:last-child { border-bottom: none; }
.vu6s .jjuzg summary { color: var(--text-primary); border-radius: 0; }
.vu6s .jjuzg summary::after { content: "›"; font-size: 1.1em; }
.vu6s .jjuzg[open] summary::after { content: "‹"; }
.fmu7guk .jjuzg { overflow: hidden; }
.fmu7guk .jjuzg summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.fmu7guk .jjuzg summary::after { color: rgba(255,255,255,.75); }
.fmu7guk .jjuzg[open] summary { border-radius: 0; }
.uq0uq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.f8wiumxc {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.fqmshq {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.bmv9j { color: var(--text-muted); font-size: 1.05rem; }
.thebi4i {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.hh7t3sch { margin-bottom: 20px; }
.yh2v {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.cmg4nb {
  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;
}
.cmg4nb:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.b0fc { resize: vertical; min-height: 130px; }
.w2kcscfa { width: 100%; margin-top: 8px; }
.noz87 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.q23yugs {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.hd3w7 { color: var(--text-muted); line-height: 1.75; }
.rgs76v { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.rgs76v li { margin-bottom: 6px; }
.gkz1 { max-width: 760px; margin: 0 auto; }
.bcxtq { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.pn5eg5j { max-width: 760px; margin: 0 auto; }
.vxn1dl { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.vxn1dl:last-child { border-bottom: none; }
.cyak99g { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.vxn1dl p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.vxn1dl ul.rgs76v { margin: 0; }
.tkinmk .cyak99g { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .tkinmk { grid-template-columns: 1fr; gap: 10px; } }
.bnp5 .cyak99g { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.mcxj02 .rgs76v { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gfbh { grid-template-columns: 1fr; } }
.g84qo { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.g84qo:hover .nh2a6pcv { color: var(--accent-light); text-decoration: underline; }
.dysxmuis { color: inherit; text-decoration: none; }
.dysxmuis:hover { color: var(--accent-light); text-decoration: underline; }
.yblgz3 { display: inline-block; line-height: 0; }
.l31i8f { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fae9b6 { margin-bottom: 48px; }
.ri0b5e { max-width: 760px; margin: 0 auto; }
.p16j1 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.p16j1:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.nrgqp { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.p16j1 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.p16j1 ul.rgs76v { margin: 0; }
.vcva0w { color: var(--text-muted); line-height: 1.75; }
.jvhvvo .rgs76v,
.fwfogcz4 .rgs76v,
.yj4f8 .rgs76v,
.ifrtygl .rgs76v {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.jvhvvo .p16j1,
.fwfogcz4 .p16j1 { text-align: left; }
.jvhvvo .nrgqp,
.fwfogcz4 .nrgqp { text-align: center; }
.xspd3 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.rfk3 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.r58ee7 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.nwzijtq { margin-top: 12px; }
.utykkl66 { 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; }
.utykkl66:hover { border-bottom-color: var(--accent-light); }
.cfk31m4 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.cfk31m4 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.frohl { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.i8m53w { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.mjjfw { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
.s2kta { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .s2kta { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.dch3x .r58ee7, .dch3x .rfk3 { max-width: 640px; }
.a0sm .xspd3 { font-size: 1.6rem; margin-top: 18px; }
.s27l4 .r58ee7 { margin-bottom: 28px; }
@media (max-width: 860px) { .j18m9 { grid-template-columns: 1fr; } .a0sm { position: static; text-align: center; } }
.o8xl4zxe .cfk31m4 { margin: 0 auto 18px; }
.o8xl4zxe .i8m53w { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .s3gb { grid-template-columns: 1fr; } }
.qgklw .xspd3 { font-size: 1.6rem; margin-bottom: 6px; }
.ifrtygl .rgs76v { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .qgklw { flex-direction: column; text-align: center; } .gv40pz { grid-template-columns: 1fr; } }
.ubzt .xspd3 { font-size: 1.35rem; margin: 0 0 4px; }
.ubzt .i8m53w { margin: 0; }
.tzaw1 .fqmshq { color: var(--accent-light); }
.rwo6 .fqmshq { font-size: 2rem; }
.rwo6 .bmv9j { max-width: 680px; }
.ibxi .fqmshq { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ibxi .bmv9j  { margin: 0; }
@media (max-width: 640px) { .ibxi { flex-direction: column; } }
.vibenll .fqmshq { color: var(--accent-light); }
.sync {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.sync .fqmshq { color: #fff; }
.sync .bmv9j  { color: rgba(255,255,255,0.85); }
.o6ml41hd { max-width: 680px; margin: 0 auto; }
.buuuyhlv {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .buuuyhlv { grid-template-columns: 1fr; } }
.yfl55 .cmg4nb {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.yfl55 .cmg4nb:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.gwx5 .cmg4nb { background: var(--bg-raised); border-color: transparent; }
.gwx5 .cmg4nb:focus { background: var(--bg-card); border-color: var(--accent-light); }
.y1xbzzk .cmg4nb { border-radius: 100px; padding: 11px 20px; }
.y1xbzzk .b0fc { border-radius: 14px; }
.n1wmq2ak {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.n1wmq2ak summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.n1wmq2ak summary::-webkit-details-marker { display: none; }
.n1wmq2ak summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.n1wmq2ak[open] summary::after { content: "−"; }
.a4gw {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .vr34 { grid-template-columns: 1fr; } }
.b972 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.b972 li { margin-bottom: 6px; }
.m8upw{display:none}
.m8upw:empty,.q1ktt9y:empty{display:none}
.p133a{position:relative;overflow:visible}
.v0bsb4 .hvmgihkr,.ein3rm6 .hvmgihkr,
.bqmva .hvmgihkr,.uul3j5b3 .hvmgihkr,
.ibc11p .hvmgihkr,.yxmxpr9f .hvmgihkr{display:block}
.qtsuqbd0 .v0g1w{display:block}
.v0bsb4 .hvmgihkr,.ein3rm6 .hvmgihkr,
.bqmva .hvmgihkr,.uul3j5b3 .hvmgihkr,
.ibc11p .hvmgihkr{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}
.v0bsb4 .hvmgihkr .q1ktt9y,.ein3rm6 .hvmgihkr .q1ktt9y,
.bqmva .hvmgihkr .q1ktt9y,.uul3j5b3 .hvmgihkr .q1ktt9y,
.ibc11p .hvmgihkr .q1ktt9y{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}
.v0bsb4 .hvmgihkr,.ein3rm6 .hvmgihkr{top:12px}
.v0bsb4 .hvmgihkr .q1ktt9y{margin-right:auto}
.ein3rm6 .hvmgihkr .q1ktt9y{margin-left:auto}
.ein3rm6 .hvmgihkr{text-align:right}
.bqmva .hvmgihkr,.uul3j5b3 .hvmgihkr{bottom:12px}
.bqmva .hvmgihkr .q1ktt9y{margin-right:auto}
.uul3j5b3 .hvmgihkr .q1ktt9y{margin-left:auto}
.uul3j5b3 .hvmgihkr{text-align:right}
.ibc11p .hvmgihkr{position:relative;margin-top:16px}
.ibc11p .hvmgihkr .q1ktt9y{margin:0 auto}
.yxmxpr9f .hvmgihkr{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.yxmxpr9f .hvmgihkr .q1ktt9y{margin:0}
.yxmxpr9f .q9p90w~.hvmgihkr,
.yxmxpr9f .fxsue9c4~.hvmgihkr{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.yxmxpr9f .q9p90w~.hvmgihkr .q1ktt9y,
.yxmxpr9f .fxsue9c4~.hvmgihkr .q1ktt9y{justify-content:flex-start}
.q9p90w~.hvmgihkr,.fxsue9c4~.hvmgihkr{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}
.q9p90w~.hvmgihkr .q1ktt9y{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fxsue9c4~.hvmgihkr .q1ktt9y{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.v0g1w .q1ktt9y{margin:0 0 12px}
.q1ktt9y{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.fba7ru{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.nh2a6pcv{font-weight:600;color:var(--text-heading);opacity:1}
.hzasp7jv .fba7ru{display:none}
.ilks18s .q1ktt9y{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.iqmtp .y9ug{color: var(--accent-light);opacity:1;font-weight:500}
.tm13g9u .q1ktt9y{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.rmp3un{--date-bg:transparent}
.t2eixx8m .qodn::before{content:""}
.j1uzoh8{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.pfoj{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.x6num5gp{display:flex;flex-direction:column;gap:3px}
.ctsb{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.xc0v{font-weight:700;font-size:1rem;color:var(--text-heading)}
.bf3c{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.odn599 .j1uzoh8{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.bt9tm70q .j1uzoh8{border-top:3px solid var(--accent);padding-top:18px}
.z37sxqn .j1uzoh8{border-left:3px solid var(--accent);border-radius:0}
.lxo5h .j1uzoh8{padding:20px 0}
@media(max-width:640px){
  .j1uzoh8{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .bf3c{max-width:100%}
}
.vxdjv .c8p0b{margin:0}
@media (max-width:560px){
  .wt09{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) {
  .mdfbtt3v { padding: 28px 18px 20px; }
  .tsiim { font-size: 1.2rem; }
  .n489hjw { max-width: 220px; max-height: 80px; }
}
.x7wmhnun  .fz97 { border-radius: 50%; }
.zi1b04q .mns2p5d {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .fz97 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.t91jxt {
  margin: 28px 0 24px;
}
.t91jxt .hj6ei {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.t91jxt .wgxa5 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.t91jxt .mns2p5d {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .l405hod { flex-direction: row-reverse; }
[dir="rtl"] .ko3ttw { flex-direction: row-reverse; }
[dir="rtl"] .qxs0jj2 .h7cj3u { right: auto; left: 32px; }
[dir="rtl"] .aeja3l0  .h7cj3u { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .qxs0jj2 .h7cj3u { right: auto; left: 20px; }
  [dir="rtl"] .aeja3l0  .h7cj3u { left: auto;  right: 20px; }
}
[dir="rtl"] .n6fkzv6 .r974o0  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .xv5w0 .r974o0 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .yr63s, [dir="rtl"] .hu3m5 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fzac { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .gcxk { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .psbqjh { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .mns2p5d { direction: rtl; }
[dir="rtl"] .nhdet06 { direction: rtl; }
[dir="rtl"] .i3t7nn4 { direction: rtl; }
[dir="rtl"] .a5aw { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .jncts .hu3m5,
[dir="rtl"] .h0a1 .hu3m5,
[dir="rtl"] .k1qt39 .hu3m5,
[dir="rtl"] .o8ynsvat .hu3m5 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .jncts .hu3m5 li::before,
[dir="rtl"] .h0a1 .hu3m5 li::before,
[dir="rtl"] .k1qt39 .hu3m5 li::before,
[dir="rtl"] .o8ynsvat .hu3m5 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .urxheh4.wb9jb .bd69vr,
[dir="rtl"] .ski706.wb9jb .bd69vr,
[dir="rtl"] .azh95.wb9jb .bd69vr,
[dir="rtl"] .z8iz.wb9jb .bd69vr,
[dir="rtl"] .gcme.wb9jb .bd69vr { text-align: right; }
[dir="rtl"] .q9p90w.h2jgc3 .edy663md { text-align: center; }
[dir="rtl"] .wgxa5,
[dir="rtl"] .voyh7fu,
[dir="rtl"] .nfdrh4,
[dir="rtl"] .gycsq5do,
[dir="rtl"] .bd69vr { text-align: right; }
[dir="rtl"] .thebi4i,
[dir="rtl"] .yh2v,
[dir="rtl"] .r58ee7,
[dir="rtl"] .cmg4nb,
[dir="rtl"] .b0fc { text-align: right; direction: rtl; }
[dir="rtl"] .y1xbzzk .cmg4nb,
[dir="rtl"] .yfl55 .cmg4nb { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #b00f58;
  --brand:           #b00f58;
  --brand-light:     #90154d;
  --brand-pale:      #b12665;
  --grad-start:      #ed2d84;
  --grad-end:        #e96ea6;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #b00f58;
  --cta-light:       #8e0844;
  --cta-hover:       #770a3b;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f3f4;
  --bg-raised:       #f1edef;
  --bg-hover:        #f6f3f4;
  --border:          #e9e1e5;
  --border-alt:      #ddcfd5;
  --border-section:  #e9e1e5;
  --text-primary:    #1c1619;
  --text-muted:      #625058;
  --text-body:       #382d32;
  --text-sub:        #54444b;
  --text-faint:      #8c727e;
  --text-dim:        #a38e98;
  --text-label:      #705b65;
  --text-value:      #46393f;
  --accent-bg:       #f5dfe9;
  --accent-bg-light: #f2c4d9;
  --bg-tip:          #f1f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f1f9f0;
  --bg-cons:         #faf3f4;
  --c-pros:          #1a960c;
  --c-cons:          #9f212a;
  --c-pros-label:    #1eb30e;
  --c-tip-border:    #22c610;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1a960c;
}
:root { --logo-bg-opacity: 64%; }
body, button, input { font-family: "Quicksand", sans-serif; }
.fq8qrx .nyj3dwa, .fq8qrx .q9p90w { min-height: 320px; }
.gyumuf .u5na::after,.gyumuf .h7cj3u::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.c1cwdb1::before { content: '|'; opacity: 0.3; }