:root {
  --color-accent: #c97f5a;
  --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;
}
.rwp16 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.bohpsd {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.i782lfq {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.uhvee4cs { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.p8ky { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.p8ky a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.p8ky a:hover { color: var(--accent-light); }
.ntc1   .shby6vc { border-radius: 0; }
.mtem .shby6vc li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .shby6vc {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .o1qm:hover .shby6vc,
  .o1qm:focus-within .shby6vc { display: block; }
  .shby6vc li a { padding: 8px 16px; font-size: 0.88rem; }
}
.h046p {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ypssiru { display: none; }
@media (max-width: 640px) {
  .ypssiru {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ypssiru.xjgg4 { display: block; }
}
@media (max-width: 640px) {
  .h046p { display: block; }
  .p8ky > li + li::before { display: none !important; }
  .p8ky {
    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;
  }
  .p8ky.xjgg4 { display: flex; }
  .p8ky li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .p8ky li:last-child a { border-bottom: none; }
}
.asc7sir { min-height: 480px; }
.c2twps {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fboiij { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.w4zg6f2 .fboiij { margin-left: 0; margin-right: 0; }
.q0357m2 {
  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;
}
.jakzrnq9 .q0357m2 { margin-top: 24px; }
.q0357m2:hover { opacity: 0.88; }
.lmvx .ua9kck5d {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.lmvx .c2twps { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.lmvx .fboiij { color: #e2e8f0; }
.lmvx.pb3q8 .ua9kck5d { text-align: center; }
.lmvx.w4zg6f2   .ua9kck5d { text-align: left; }
.yrre {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.yrre .ua9kck5d {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.yrre .c2twps { color: var(--text-primary); text-shadow: none; }
.yrre .fboiij { color: var(--text-muted); }
.yrre .q0357m2 { margin-top: 16px; }
.yrre, .yrre.asc7sir { min-height: auto !important; }
.yrre.pb3q8 .ua9kck5d { text-align: center; }
.yrre.w4zg6f2   .ua9kck5d { text-align: left; }
.yrre~.jg13{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}
.yrre~.jg13 .h2ay{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.c69ag .c2twps { color: #fff; }
.c69ag .fboiij { color: rgba(255,255,255,0.85); }
.c69ag .q0357m2 { background: #fff; color: var(--cta); }
.c69ag .q0357m2:hover { opacity: 0.92; }
.kix2 .c2twps { text-shadow: none; color: var(--text-primary); }
.kix2 .fboiij { color: var(--text-muted); }
body.wmhb .c2twps {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.zyprysp .c2twps {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.asc7sir.c69ag .c2twps,
section.c69ag .c2twps {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.kix2.w4zg6f2   .hvw3 { align-items: flex-start; text-align: left; }
.asc7sir .hpmf {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.hpmf .o28t3l.usyfixgk {
  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;
}
.hpmf .o28t3l.usyfixgk:hover { opacity: 0.85; }
.il7ih .ua9kck5d { padding-bottom: 24px; }
.jakzrnq9 .ua9kck5d { max-width: 1100px; }
@media (max-width: 700px) {
  .kix2 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .kix2:not(.iyne0k2) .dfjpqqb { display: none !important; }
  .iyne0k2 .dfjpqqb { padding: 16px; }
  .hvw3  { padding: 36px 24px; }
  .kix2~.jg13,.y986a~.jg13{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .asc7sir, .kix2 { min-height: 320px !important; }
  .c2twps { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .kqsb5c,
  .ra25w56,
  .fdu5b { grid-template-columns: 1fr !important; }

  

  
  .il7ih { display: flex !important; flex-direction: column !important; }
  .il7ih .ua9kck5d { display: contents; }
  .il7ih .w8jvyubi { order: 0; }
  .il7ih .c2twps { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .il7ih .kqsb5c { order: 2; padding: 0 16px 12px !important; }
  .il7ih .fboiij { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .jakzrnq9 .ua9kck5d { display: flex; flex-direction: column; }
  .jakzrnq9 .ua9kck5d .c2twps { order: 1; }
  .jakzrnq9 .ua9kck5d .fdu5b { order: 2; margin: 8px 0 24px !important; }
  .jakzrnq9 .ua9kck5d .fboiij { order: 3; }
  .jakzrnq9 .ua9kck5d .q0357m2 { order: 4; align-self: center; margin-top: 0; }

  
  .kix2.iyne0k2 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .kix2.iyne0k2 .hvw3 { display: contents; padding: 0; }
  .kix2.iyne0k2 .hvw3 .c2twps { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .kix2.iyne0k2 .dfjpqqb { order: 2; padding: 12px 16px; }
  .kix2.iyne0k2 .hvw3 .fboiij { order: 3; padding: 0 24px; margin: 0 auto; }
  .kix2.iyne0k2 .hvw3 .q0357m2 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.s0h31z { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.b7d2csbd { width: 100%; height: auto; display: block; border-radius: 10px; }
.loga8h .s0h31z        { border-radius: 16px; }
.loga8h .b7d2csbd  { border-radius: 16px; }
.em7i .s0h31z         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.em7i .b7d2csbd   { border-radius: 8px; }
.ew33e5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.b9st37 { width: 100%; padding: 32px 0; position: relative; }
.h63wao { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.j05xaou .b9st37:nth-child(even) { background: var(--bg-surface); }
.j05xaou .b9st37:nth-child(odd)  { background: var(--bg-page); }
.c3uexf9 .b9st37:nth-child(even) { background: var(--bg-card); }
.c3uexf9 .b9st37:nth-child(odd)  { background: var(--bg-page); }
.j05xaou .b9st37:nth-child(odd)  .h63wao { background: var(--bg-card); border-radius: 6px; }
.j05xaou .b9st37:nth-child(even) .h63wao { background: var(--bg-raised); border-radius: 6px; }
.c3uexf9 .b9st37:nth-child(odd)  .h63wao { background: var(--bg-card); border-radius: 6px; }
.c3uexf9 .b9st37:nth-child(even) .h63wao { background: var(--bg-raised); border-radius: 6px; }
.j05xaou .b9st37:nth-child(even) .pqpnm .tppy,
.c3uexf9 .b9st37:nth-child(even) .pqpnm .tppy { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.j05xaou .b9st37:nth-child(odd) .pqpnm .tppy,
.c3uexf9 .b9st37:nth-child(odd) .pqpnm .tppy { background: var(--bg-card-inner); }
.j05xaou .b9st37:nth-child(even) .y0tka .tppy:nth-child(odd),
.c3uexf9 .b9st37:nth-child(even) .y0tka .tppy:nth-child(odd)  { background: var(--bg-card); }
.j05xaou .b9st37:nth-child(even) .y0tka .tppy:nth-child(even),
.c3uexf9 .b9st37:nth-child(even) .y0tka .tppy:nth-child(even) { background: var(--bg-card-inner); }
h1.wyau { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.wyau {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.k4szq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.clnx h2.wyau {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ssvj h2.wyau {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.mqogvkm4 h2.wyau {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.enbz6 h2.wyau::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.b33qumke h2.wyau {
  color: var(--text-primary); font-size: 1.7rem;
}
.jkufckgg h2.wyau::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.wh34x h2.wyau {
  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;
}
.podbo16 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .podbo16 { display: none; } }
.wdwxoi { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.zozp { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.e8jt {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.kc3qd { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.nypslx { padding-left: 20px; }
.nypslx li { margin-bottom: 6px; }
.nypslx a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.nypslx a:hover { color: var(--accent-light); }
.s2uu8mf .kc3qd { display: none; }
.jjr3 .kc3qd { display: none; }
.jjr3 .nypslx { padding-left: 0; list-style: none; }
.jjr3 .nypslx li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.jjr3 .nypslx a { font-size: 0.92rem; }
.p8nx .e8jt { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.p8nx .kc3qd { display: none; }
.p8nx .nypslx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.p8nx .nypslx li { margin-bottom: 0; }
.p8nx .nypslx 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;
}
.p8nx .nypslx a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.l0rh9kez .e8jt { padding: 20px 20px 16px; }
.l0rh9kez .nypslx {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.l0rh9kez .nypslx li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.l0rh9kez .nypslx 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;
}
.l0rh9kez .nypslx 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;
}
.l0rh9kez .nypslx a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.l0rh9kez .nypslx a:focus,
.l0rh9kez .nypslx a:focus-visible,
.l0rh9kez .nypslx a:target { outline: none; }
.l0rh9kez .nypslx li:target a { border-color: var(--border); color: var(--text-muted); }
.rgt9xp .e8jt { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.rgt9xp .kc3qd { display: none; }
.rgt9xp .nypslx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.rgt9xp .nypslx li { margin-bottom: 0; }
.rgt9xp .nypslx li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.rgt9xp .nypslx li:last-child::after { content: ""; margin-right: 0; }
.rgt9xp .nypslx a { font-size: 0.9rem; }
.tppy { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.pqpnm .tppy { background: var(--bg-card); }
.y0tka .tppy:nth-child(odd)  { background: var(--bg-card); }
.y0tka .tppy:nth-child(even) { background: var(--bg-raised); }
.ycrkz .tppy {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ycrkz .tppy:last-child { border-bottom: none; }
.ycrkz h3.k4szq { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.a1ghas .tppy {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.a1ghas .tppy + .tppy { margin-top: 4px; }
.bz9vgyn .tppy { background: none; border-radius: 0; padding: 12px 0; }
.bz9vgyn .tppy + .tppy { border-top: 1px solid var(--border-section); }
.omjcqfb { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ynba0mvw { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.f6yr9tf2 { color: var(--text-body); margin-bottom: 10px; }
.u094w, .s6nv84va { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.u094w li, .s6nv84va li { margin-bottom: 6px; }
.s6nv84va li { list-style: decimal; }
.cf64     .u094w { list-style-type: "● "; }
.noqxrnhk  .u094w { list-style-type: "■ "; }
.mo2gwju .u094w { list-style-type: "◆ "; }
.m2aq3e8    .u094w { list-style-type: "★ "; }
.cf64     .arik { list-style-type: "● "; }
.noqxrnhk  .arik { list-style-type: "■ "; }
.mo2gwju .arik { list-style-type: "◆ "; }
.m2aq3e8    .arik { list-style-type: "★ "; }
.cf64    .u094w li::marker, .cf64    .arik li::marker,
.noqxrnhk .u094w li::marker, .noqxrnhk .arik li::marker,
.mo2gwju .u094w li::marker, .mo2gwju .arik li::marker,
.m2aq3e8   .u094w li::marker, .m2aq3e8   .arik li::marker {
  color: var(--cta); font-size: 1em;
}
.cf64 .s6nv84va,
.noqxrnhk .s6nv84va,
.mo2gwju .s6nv84va,
.m2aq3e8 .s6nv84va {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.cf64 .s6nv84va li,
.noqxrnhk .s6nv84va li,
.mo2gwju .s6nv84va li,
.m2aq3e8 .s6nv84va li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.cf64 .s6nv84va li::before,
.noqxrnhk .s6nv84va li::before,
.mo2gwju .s6nv84va li::before,
.m2aq3e8 .s6nv84va 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;
}
.cf64     .s6nv84va li::before { border-radius: 50%; }
.noqxrnhk  .s6nv84va li::before { border-radius: 3px; }
.mo2gwju .s6nv84va li::before { border-radius: 3px; }
.m2aq3e8    .s6nv84va li::before { border-radius: 50%; }
.nqh6c { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.y1idbvm7 .nqh6c,
.eta02ca .nqh6c { background: transparent; border: none; border-radius: 0; }
.mmzk0vzo { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.mmzk0vzo th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.mmzk0vzo td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.mmzk0vzo tr:hover td { background: var(--bg-hover); }
.f9ujcea .mmzk0vzo tbody tr:nth-child(even) td { background: var(--bg-surface); }
.dt42qs9l .mmzk0vzo { border: 1px solid var(--border-alt); }
.dt42qs9l .mmzk0vzo th,
.dt42qs9l .mmzk0vzo td { border: 1px solid var(--border-alt); }
.ovv6 .mmzk0vzo th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ovv6 .mmzk0vzo td { border-bottom: none; }
.ovv6 .mmzk0vzo tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.iu4km .mmzk0vzo th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.j8gtgh4v .nqh6c {
  overflow: hidden;
}
.j8gtgh4v .mmzk0vzo th { border-bottom: 1px solid var(--border-alt); }
.j8gtgh4v .mmzk0vzo tr:last-child td { border-bottom: none; }
.kj5z { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.rag7uyr { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.q837 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.rh5g { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.i73km3 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.arik { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.arik 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%}
.ux84 .rh5g { background: transparent; text-align: center; }
.squ5 .q837 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.zji8o .q837 {
  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);
}
.nkj6 .rag7uyr { display: grid; grid-template-columns: auto 1fr; }
.nkj6 .q837 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.nkj6 .rh5g { grid-column: 2; }
.nkj6 .i73km3,
.nkj6 .arik { grid-column: 1 / -1; }
.hinwya .rag7uyr { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hinwya .q837 {
  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);
}
.hinwya .rh5g { grid-column: 2; }
.hinwya .i73km3,
.hinwya .arik { grid-column: 1 / -1; }
.y3enuz .rag7uyr { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.y3enuz .rh5g { background: none; color: var(--accent-light); font-weight: 700; }
.xkjic .rag7uyr { 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); }
.xkjic .rh5g { background: none; color: var(--accent-light); font-weight: 700; }
.pfxa2e0m .rag7uyr { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.pfxa2e0m .rag7uyr:last-child { border-bottom: none; }
.pfxa2e0m .rh5g { background: none; color: var(--accent-light); font-weight: 700; }
.mc0r .rag7uyr { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.mc0r .rh5g { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.k8ew0m0 .kj5z { counter-reset: card-n; }
.k8ew0m0 .rag7uyr  { counter-increment: card-n; }
.k8ew0m0 .rh5g { display: flex; align-items: center; gap: 10px; }
.k8ew0m0 .rh5g::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;
}
.ak6p .rag7uyr { background: var(--bg-surface); border: 1px solid var(--border); }
.ak6p .rh5g { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.onenjzk { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.fkhyw { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.baeyr9f { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.s56a5vs { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.onenjzk strong { color: var(--text-primary); font-size: 0.95rem; }
.onenjzk p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bxmio { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.eskbzhh4, .lb2l7e { border-radius: 8px; padding: 14px; }
.eskbzhh4 { background: var(--bg-pros); }
.lb2l7e { background: var(--bg-cons); }
.d9a32 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.eskbzhh4 .d9a32 { color: var(--c-pros-label); }
.lb2l7e .d9a32 { color: #f87171; }
.eskbzhh4 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.lb2l7e ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.b7d2csbd { width: 100%; height: auto; border-radius: 10px; display: block; }
.usyfixgk {
  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;
}
.usyfixgk:hover { opacity: 0.85; }
.bp9cuy .usyfixgk  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.bp9cuy .usyfixgk:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.p0ev3j0 .usyfixgk  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.p0ev3j0 .usyfixgk:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.r5neqln2 .q0357m2 { border-radius: 50px; }
.r5neqln2 .usyfixgk  { border-radius: 50px; }
.hl91frm .q0357m2 { padding-left: 22px; padding-right: 22px; }
.hl91frm .usyfixgk  { padding-left: 12px; padding-right: 12px; }
.btbi726 .q0357m2 { padding-left: 44px; padding-right: 44px; }
.btbi726 .usyfixgk  { padding-left: 24px; padding-right: 24px; }
.dsme .q0357m2 { padding-left: 56px; padding-right: 56px; }
.dsme .usyfixgk  { padding-left: 32px; padding-right: 32px; }
.mcxbrqxq   .q0357m2::after, .mcxbrqxq   .usyfixgk::after,
.drdp .q0357m2::after, .drdp .usyfixgk::after,
.f6lh    .q0357m2::after, .f6lh    .usyfixgk::after,
.vyaefpb1    .q0357m2::after, .vyaefpb1    .usyfixgk::after,
.i1tfkk    .q0357m2::after, .i1tfkk    .usyfixgk::after,
.wgo89pa     .q0357m2::after, .wgo89pa     .usyfixgk::after,
.lsb8upoy    .q0357m2::after, .lsb8upoy    .usyfixgk::after,
.c7oh87zm   .q0357m2::after, .c7oh87zm   .usyfixgk::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;
}
.mcxbrqxq .q0357m2::after, .mcxbrqxq .usyfixgk::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");
}
.drdp .q0357m2::after, .drdp .usyfixgk::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");
}
.f6lh .q0357m2::after, .f6lh .usyfixgk::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");
}
.vyaefpb1 .q0357m2::after, .vyaefpb1 .usyfixgk::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");
}
.i1tfkk .q0357m2::after, .i1tfkk .usyfixgk::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");
}
.wgo89pa .q0357m2::after, .wgo89pa .usyfixgk::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");
}
.lsb8upoy .q0357m2::after, .lsb8upoy .usyfixgk::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");
}
.c7oh87zm .q0357m2::after, .c7oh87zm .usyfixgk::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");
}
.nknw   .uudalyxb::after, .nknw   .ufj2::after,
.kwuyva7 .uudalyxb::after, .kwuyva7 .ufj2::after,
.v260r7g    .uudalyxb::after, .v260r7g    .ufj2::after,
.iej4    .uudalyxb::after, .iej4    .ufj2::after,
.v2hlgst    .uudalyxb::after, .v2hlgst    .ufj2::after,
.qg576x     .uudalyxb::after, .qg576x     .ufj2::after,
.b5g0    .uudalyxb::after, .b5g0    .ufj2::after,
.oghcfr   .uudalyxb::after, .oghcfr   .ufj2::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;
}
.nknw .uudalyxb::after, .nknw .ufj2::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");
}
.kwuyva7 .uudalyxb::after, .kwuyva7 .ufj2::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");
}
.v260r7g .uudalyxb::after, .v260r7g .ufj2::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");
}
.iej4 .uudalyxb::after, .iej4 .ufj2::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");
}
.v2hlgst .uudalyxb::after, .v2hlgst .ufj2::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");
}
.qg576x .uudalyxb::after, .qg576x .ufj2::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");
}
.b5g0 .uudalyxb::after, .b5g0 .ufj2::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");
}
.oghcfr .uudalyxb::after, .oghcfr .ufj2::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");
}
.rint4jan .ig3uou    { background: transparent; padding: 0; }
.o28t3l.usyfixgk {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .jpz3h {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .jpz3h::before    { grid-area: rank;   }
  .rjxq           { grid-area: ident;  }
  .oh4rb     { grid-area: rating; min-width: 0; width: auto; }
  .uizq4g           { grid-area: pills;  }
  .o28t3l             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .jpz3h {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .jpz3h::before    { justify-self: center; }
  .rjxq           { width: 100%; }
  .oh4rb     { justify-self: center; }
  .uizq4g           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .tpz29yy3 .qmr2wk {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .tpz29yy3 .zh84mm { margin: 0; }
}
.y63r .qxj4kr9 { padding: 0; gap: 0; overflow: hidden; }
.y63r .u4zm92t { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.y63r .fdy442t { padding: 16px 20px; }
.y63r .z9na { padding: 16px 20px; align-self: center; }
.eta02ca .bxmio { gap: 10px; }
.eta02ca .eskbzhh4, .eta02ca .lb2l7e { padding: 12px; }
.eta02ca .eskbzhh4 ul, .eta02ca .lb2l7e ul { margin: 4px 0 0; padding-left: 18px; }
.eta02ca .eskbzhh4 li, .eta02ca .lb2l7e li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .wv56obv9 { grid-template-columns: 1fr; }
  .a0o7kba { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .a0o7kba .kr17 { width: 72px; height: 50px; }
  .a0o7kba .mdoa3a7u { max-width: 180px; }
  .a0o7kba .ove38t { width: auto; }
}
@media (max-width: 720px) {
  .q3jz { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dout { padding: 16px; }
  .injashtv .k2wb12l { min-width: 50%; }
}
.tean .bxmio { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .qqa7s { grid-template-columns: 1fr; }
  .bifovq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .l7hsx { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jmvcur { flex-wrap: wrap; padding: 16px; }
}
.as6s0ap .bxmio { gap: 8px; }
.as6s0ap .eskbzhh4, .as6s0ap .lb2l7e { padding: 8px; }
@media (max-width: 480px) {
  .ry6dgofu { flex-direction: column; align-items: stretch; }
}
.ojdz .ove38t .usyfixgk { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .j2m9ypf { flex-direction: column; align-items: stretch; gap: 10px; }
  .ojdz .ove38t { text-align: center; }
}
@media (max-width: 720px) {
  .kk4v { grid-template-columns: 1fr; }
  .esa9z06 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .eshsf { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .shb3c { grid-template-columns: 1fr; }
  .bxdyub { width: 100px; height: 100px; margin: 16px auto; }
  .u0ytg { font-size: 1.4rem; }
  .cstfwl { justify-content: center; }
  .flpnk6sb .k2wb12l { min-width: 50%; }
}
.gakfqf .bxmio { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .fe2u { flex-wrap: wrap; padding: 14px 16px; }
  .dk4zssl7 { padding: 12px 16px; }
  .gakfqf .bxmio { margin: 0 16px; }
  .gakfqf .fw40d1ni { padding: 0 16px; }
  .uzfwg4q { padding: 12px 16px; }
}
.a9m8ozks .jpz3h {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.a9m8ozks .jpz3h:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.goecb09x { margin: 16px 0; }
.cmp7lz6q { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.cmp7lz6q summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.cmp7lz6q summary::after { content: "+"; color: var(--accent-light); }
.cmp7lz6q[open] summary::after { content: "−"; }
.cmp7lz6q p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.b9st37 { margin-bottom: 0; }
.mtmlvvd h2.wyau { color: var(--text-primary); border-color: var(--accent-light); }
.q6pgjm49 h2.wyau { color: var(--text-primary); border-color: var(--accent-light); }
.sv9g .mutisy2q     { background: #052e16; border-color: #10b981; }
.sv9g .fkhyw { background: #2d0a1e; border-color: #f43f5e; }
.sv9g .baeyr9f    { background: #1e1036; border-color: #a855f7; }
.sv9g .onenjzk strong  { color: #f1f5f9; }
.sv9g .onenjzk p       { color: #cbd5e1; }
.sv9g .dn0wfl    .mutisy2q     .s56a5vs::before,
.sv9g .u55yl  .mutisy2q     .s56a5vs::before,
.sv9g .byokbnqs  .mutisy2q     .s56a5vs::before,
.sv9g .fdg2i .mutisy2q     .s56a5vs::before { color: #10b981; }
.sv9g .dn0wfl    .fkhyw .s56a5vs::before,
.sv9g .u55yl  .fkhyw .s56a5vs::before,
.sv9g .byokbnqs  .fkhyw .s56a5vs::before,
.sv9g .fdg2i .fkhyw .s56a5vs::before { color: #f43f5e; }
.sv9g .dn0wfl    .baeyr9f    .s56a5vs::before,
.sv9g .u55yl  .baeyr9f    .s56a5vs::before,
.sv9g .byokbnqs  .baeyr9f    .s56a5vs::before,
.sv9g .fdg2i .baeyr9f    .s56a5vs::before { color: #a855f7; }
.pn98 .fkhyw { background: #2d0b0b; border-color: #ef4444; }
.pn98 .baeyr9f    { background: #2d1600; border-color: #f97316; }
.pn98 .onenjzk strong  { color: #f1f5f9; }
.pn98 .onenjzk p       { color: #cbd5e1; }
.pn98 .dn0wfl    .mutisy2q     .s56a5vs::before,
.pn98 .u55yl  .mutisy2q     .s56a5vs::before,
.pn98 .byokbnqs  .mutisy2q     .s56a5vs::before,
.pn98 .fdg2i .mutisy2q     .s56a5vs::before { color: #eab308; }
.pn98 .dn0wfl    .fkhyw .s56a5vs::before,
.pn98 .u55yl  .fkhyw .s56a5vs::before,
.pn98 .byokbnqs  .fkhyw .s56a5vs::before,
.pn98 .fdg2i .fkhyw .s56a5vs::before { color: #ef4444; }
.pn98 .dn0wfl    .baeyr9f    .s56a5vs::before,
.pn98 .u55yl  .baeyr9f    .s56a5vs::before,
.pn98 .byokbnqs  .baeyr9f    .s56a5vs::before,
.pn98 .fdg2i .baeyr9f    .s56a5vs::before { color: #f97316; }
.aaljju .fkhyw { background: #12103a; border-color: #818cf8; }
.aaljju .baeyr9f    { background: #0a2020; border-color: #2dd4bf; }
.aaljju .onenjzk strong  { color: #f1f5f9; }
.aaljju .onenjzk p       { color: #cbd5e1; }
.aaljju .dn0wfl    .mutisy2q     .s56a5vs::before,
.aaljju .u55yl  .mutisy2q     .s56a5vs::before,
.aaljju .byokbnqs  .mutisy2q     .s56a5vs::before,
.aaljju .fdg2i .mutisy2q     .s56a5vs::before { color: #38bdf8; }
.aaljju .dn0wfl    .fkhyw .s56a5vs::before,
.aaljju .u55yl  .fkhyw .s56a5vs::before,
.aaljju .byokbnqs  .fkhyw .s56a5vs::before,
.aaljju .fdg2i .fkhyw .s56a5vs::before { color: #818cf8; }
.aaljju .dn0wfl    .baeyr9f    .s56a5vs::before,
.aaljju .u55yl  .baeyr9f    .s56a5vs::before,
.aaljju .byokbnqs  .baeyr9f    .s56a5vs::before,
.aaljju .fdg2i .baeyr9f    .s56a5vs::before { color: #2dd4bf; }
.p935 .fkhyw { background: var(--accent-bg-light); border-color: var(--accent-light); }
.p935 .baeyr9f    { background: var(--accent-bg); border-color: var(--accent-pale); }
.p935 .dn0wfl    .s56a5vs::before,
.p935 .u55yl  .s56a5vs::before,
.p935 .byokbnqs  .s56a5vs::before,
.p935 .fdg2i .s56a5vs::before { color: var(--accent-light) !important; }
.bpwa::before,
.bgfukvu::before { margin-right: 5px; }
.nkv3 .eskbzhh4 ul li,
.nkv3 .v9wvh li         { color: #4ade80; }
.nkv3 .eskbzhh4 .bpwa { color: #22c55e; }
.nkv3 .lb2l7e ul li,
.nkv3 .gaxjve li         { color: #f87171; }
.nkv3 .lb2l7e .bgfukvu { color: #ef4444; }
.x3m9vzlj .eskbzhh4 { background: var(--bg-pros); }
.x3m9vzlj .lb2l7e { background: var(--bg-cons); }
.x3m9vzlj .eskbzhh4 .bpwa { color: var(--c-pros-label); }
.x3m9vzlj .lb2l7e .bgfukvu { color: var(--c-cons); }
.x3m9vzlj .eskbzhh4 ul li,
.x3m9vzlj .lb2l7e ul li,
.zd0kxfg6 .eskbzhh4 { background: var(--bg-pros); }
.zd0kxfg6 .lb2l7e { background: var(--bg-cons); }
.zd0kxfg6 .eskbzhh4 .bpwa { color: var(--c-pros-label); }
.zd0kxfg6 .lb2l7e .bgfukvu { color: var(--c-cons); }
.zd0kxfg6 .eskbzhh4 ul li,
.zd0kxfg6 .lb2l7e ul li,
.n0qqztp .bpwa::before { content: "✓ "; }
.n0qqztp .bgfukvu::before { content: "✗ "; }
.v5xn4m .bpwa::before { content: "→ "; }
.v5xn4m .bgfukvu::before { content: "← "; }
.hlnw0ww .bpwa::before { content: "★ "; }
.hlnw0ww .bgfukvu::before { content: "✕ "; }
.cqxj .bpwa::before { content: "◆ "; }
.cqxj .bgfukvu::before { content: "▲ "; }
.o3h4y9 .onenjzk { background: transparent; border-left: none; border: 1.5px solid; }
.o3h4y9 .fkhyw { border-color: var(--c-warn-border); }
.o3h4y9 .baeyr9f    { border-color: #60a5fa; }
.o3h4y9 .onenjzk strong { color: var(--text-primary); }
.o3h4y9 .onenjzk p      { color: var(--text-muted); }
.aruoc .onenjzk { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.aruoc .fkhyw { border-top-color: var(--c-warn-border); }
.aruoc .baeyr9f    { border-top-color: #60a5fa; }
.tpcgg .onenjzk { border-left: none; border-radius: 8px; }
.tpcgg .mutisy2q     { background: #065f46; }
.tpcgg .fkhyw { background: #92400e; }
.tpcgg .baeyr9f    { background: #1e3a8a; }
.tpcgg .onenjzk strong,
.tpcgg .onenjzk p { color: #fff; }
.tpcgg .s56a5vs::before { color: rgba(255,255,255,0.85) !important; }
.sv9g.tpcgg .mutisy2q,
.sv9g .tpcgg .mutisy2q     { background: #052e16; }
.sv9g.tpcgg .fkhyw,
.sv9g .tpcgg .fkhyw { background: #2d0a1e; }
.sv9g.tpcgg .baeyr9f,
.sv9g .tpcgg .baeyr9f    { background: #1e1036; }
.pn98.tpcgg .mutisy2q,
.pn98 .tpcgg .mutisy2q      { background: #2d2000; }
.pn98.tpcgg .fkhyw,
.pn98 .tpcgg .fkhyw  { background: #2d0b0b; }
.pn98.tpcgg .baeyr9f,
.pn98 .tpcgg .baeyr9f     { background: #2d1600; }
.aaljju.tpcgg .mutisy2q,
.aaljju .tpcgg .mutisy2q      { background: #0c1a2e; }
.aaljju.tpcgg .fkhyw,
.aaljju .tpcgg .fkhyw  { background: #12103a; }
.aaljju.tpcgg .baeyr9f,
.aaljju .tpcgg .baeyr9f     { background: #0a2020; }
.exzjev .onenjzk { border-left: none; border-radius: 6px; padding: 10px 14px; }
.exzjev .fkhyw { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.exzjev .baeyr9f    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.exzjev .onenjzk strong { color: var(--text-primary); }
.exzjev .onenjzk p      { color: var(--text-muted); }
.pcowv .onenjzk { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.dn0wfl .s56a5vs,
.u55yl .s56a5vs,
.byokbnqs .s56a5vs,
.fdg2i .s56a5vs { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.dn0wfl .s56a5vs::before,
.u55yl .s56a5vs::before,
.byokbnqs .s56a5vs::before,
.fdg2i .s56a5vs::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.dn0wfl .mutisy2q     .s56a5vs::before { content: "✦"; color: var(--c-tip-border); }
.dn0wfl .fkhyw .s56a5vs::before { content: "▲"; color: var(--c-warn-border); }
.dn0wfl .baeyr9f    .s56a5vs::before { content: "◉"; color: #60a5fa; }
.u55yl .mutisy2q     .s56a5vs::before { content: "★"; color: var(--c-tip-border); }
.u55yl .fkhyw .s56a5vs::before { content: "◆"; color: var(--c-warn-border); }
.u55yl .baeyr9f    .s56a5vs::before { content: "●"; color: #60a5fa; }
.byokbnqs .mutisy2q     .s56a5vs::before { content: "▶"; color: var(--c-tip-border); }
.byokbnqs .fkhyw .s56a5vs::before { content: "■"; color: var(--c-warn-border); }
.byokbnqs .baeyr9f    .s56a5vs::before { content: "▸"; color: #60a5fa; }
.fdg2i .mutisy2q     .s56a5vs::before { content: "→"; color: var(--c-tip-border); }
.fdg2i .fkhyw .s56a5vs::before { content: "⬥"; color: var(--c-warn-border); }
.fdg2i .baeyr9f    .s56a5vs::before { content: "◈"; color: #60a5fa; }
.l68jocz .pqpnm .tppy,
.l68jocz .y0tka .tppy  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.l68jocz .rag7uyr                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.l68jocz .nqh6c          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.l68jocz .e8jt                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.mnpvh6q2 .pqpnm .tppy,
.mnpvh6q2 .y0tka .tppy,
.mnpvh6q2 .rag7uyr,
.mnpvh6q2 .jpz3h,
.mnpvh6q2 .zh84mm,
.mnpvh6q2 .nqh6c,
.mnpvh6q2 .e8jt,
.mnpvh6q2 .pcowv .onenjzk { box-shadow: none; }
.kw6597z   .f6yr9tf2, .kw6597z .omjcqfb, .kw6597z .ynba0mvw,
.kw6597z   .wdwxoi, .kw6597z .zozp { font-size: 0.9rem; }
.kw6597z   .u094w, .kw6597z .s6nv84va { font-size: 0.9rem; }
.zkzo   .f6yr9tf2, .zkzo .omjcqfb, .zkzo .ynba0mvw,
.zkzo   .wdwxoi, .zkzo .zozp { font-size: 0.95rem; }
.zkzo   .u094w, .zkzo .s6nv84va { font-size: 0.95rem; }
.svh8mfjw   .f6yr9tf2, .svh8mfjw .omjcqfb, .svh8mfjw .ynba0mvw,
.svh8mfjw   .wdwxoi, .svh8mfjw .zozp { font-size: 1.08rem; }
.svh8mfjw   .u094w, .svh8mfjw .s6nv84va { font-size: 1.05rem; }
.svh8mfjw   .mmzk0vzo { font-size: 0.97rem; }
.fsdv .c2twps      { font-size: 3.2rem; }
.fsdv h2.wyau { font-size: 1.9rem; }
.fsdv h3.k4szq     { font-size: 1.4rem; }
.cw3tt .c2twps      { font-size: 3.8rem; }
.cw3tt h2.wyau { font-size: 2.2rem; }
.cw3tt h3.k4szq     { font-size: 1.6rem; }
.b9st37 + .b9st37 { position: relative; }
.h3l0put   .b9st37 + .b9st37::before,
.o5bc4sa  .b9st37 + .b9st37::before,
.pgaw7s6o   .b9st37 + .b9st37::before,
.fc6e5vi   .b9st37 + .b9st37::before,
.xo1em4   .b9st37 + .b9st37::before,
.qyepz9j .b9st37 + .b9st37::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.h3l0put .b9st37 + .b9st37::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.o5bc4sa .b9st37 + .b9st37::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.pgaw7s6o .b9st37 + .b9st37::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;
}
.fc6e5vi .b9st37 + .b9st37::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.sxxa .b9st37 { margin-bottom: 16px; }
.sxxa .b9st37 + .b9st37 { margin-top: 0; }
.sxxa .h63wao { padding-top: 0; padding-bottom: 0; }
.xo1em4 .b9st37 + .b9st37::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.qyepz9j .b9st37 + .b9st37::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.abbi .b9st37 + .b9st37::before,
.oloc74za .b9st37 + .b9st37::before,
.dqxe5k .b9st37 + .b9st37::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%;
}
.j05xaou .abbi .b9st37:nth-child(even)::before,
.j05xaou .oloc74za .b9st37:nth-child(even)::before,
.j05xaou .dqxe5k .b9st37:nth-child(even)::before { background: var(--bg-surface); }
.c3uexf9 .abbi .b9st37:nth-child(even)::before,
.c3uexf9 .oloc74za .b9st37:nth-child(even)::before,
.c3uexf9 .dqxe5k .b9st37:nth-child(even)::before { background: var(--bg-card); }
.abbi .b9st37 + .b9st37::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");
}
.oloc74za .b9st37 + .b9st37::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");
}
.dqxe5k .b9st37 + .b9st37::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");
}
.fhtd .ua9kck5d,
.uqnc7gth .ua9kck5d { margin-bottom: 60px; }
.mfl714z .ua9kck5d { margin-bottom: 70px; }
.mhwbux8g  .lmvx:not(.c69ag) .w8jvyubi { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.mhwbux8g .c69ag { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.mhwbux8g .ccjvk { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.mhwbux8g .kix2 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.do8t7 .s0h31z { float: left; width: 38%; margin: 0 28px 16px 0; }
.do8t7 .s0h31z .b7d2csbd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.do8t7 .h63wao::after { content: ''; display: block; clear: both; }
.o596u6 .s0h31z { float: right; width: 38%; margin: 0 0 16px 28px; }
.o596u6 .s0h31z .b7d2csbd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o596u6 .h63wao::after { content: ''; display: block; clear: both; }
.k05d .b9st37:nth-child(odd)  .s0h31z { float: left;  width: 38%; margin: 0 28px 16px 0; }
.k05d .b9st37:nth-child(even) .s0h31z { float: right; width: 38%; margin: 0 0 16px 28px; }
.k05d .s0h31z .b7d2csbd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k05d .h63wao::after { content: ''; display: block; clear: both; }
.do8t7 .kj5z,
.do8t7 .ogsy,
.o596u6 .kj5z,
.k05d .kj5z,
@media (max-width: 900px) {
  .do8t7 .s0h31z,
  .o596u6 .s0h31z,
  .k05d .b9st37:nth-child(odd)  .s0h31z,
  .k05d .b9st37:nth-child(even) .s0h31z {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .do8t7 .s0h31z .b7d2csbd,
  .o596u6 .s0h31z .b7d2csbd,
  .k05d .s0h31z .b7d2csbd {
    max-height: none !important;
  }
}
.do8t7 .u094w,
.do8t7 .s6nv84va,
.o596u6 .u094w,
.o596u6 .s6nv84va,
.k05d .u094w,
.k05d .s6nv84va { overflow: hidden; }
@media (max-width: 640px) {
  .do8t7 .s0h31z,
  .o596u6 .s0h31z,
  .k05d .s0h31z { float: none; width: 100%; margin: 0 0 16px 0; }
}
.tznq .ew33e5,
.tznq .h63wao,
.tznq .hzho  { max-width: 1100px; }
.tnmtp5 .ew33e5,
.tnmtp5 .h63wao,
.tnmtp5 .hzho  { max-width: 1200px; }
.tnmtp5 { --content-mw: 1200px; }
.v6xqmhyl .ew33e5,
.v6xqmhyl .h63wao,
.v6xqmhyl .hzho  { max-width: 1320px; }
.zeer2mm { font-size: 0.82rem; color: var(--text-muted); }
.cxib1w { display: flex; align-items: center; }
.dhuhjs {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.tt8x6c { display: flex; align-items: center; }
.w899fu { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.w899fu:hover { text-decoration: underline; }
.d4awv2 { margin: 0 3px; opacity: 0.45; }
.d4awv2::before { content: '/'; }
.gtb0 { padding: 2px 5px; color: var(--text-main); }
.v77it .zeer2mm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.v77it .cxib1w { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rogodp1f .zeer2mm {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rogodp1f .cxib1w { padding: 0 0 0 12px; }
.cvhiw .cxib1w { padding: 0 16px; }
.cvhiw .zeer2mm {
  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);
}
.cvhiw .ew33e5 { padding-top: 28px; }
@media (max-width: 720px) {
  .ydrg { margin-top: 18px; padding: 0 16px; }
  .cvhiw .ew33e5 { padding-top: 16px; }
}
.tznq.v77it .cxib1w { max-width: 1100px; }
.tnmtp5.v77it .cxib1w { max-width: 1200px; }
.v6xqmhyl.v77it .cxib1w { max-width: 1320px; }
.tnmtp5 .ydrg { max-width: 1200px; }
.qxk2eupt .b9st37 { padding-top: 16px; padding-bottom: 16px; }
.u1er .b9st37 { padding-top: 24px; padding-bottom: 24px; }
.riwui3u6 .b9st37 { padding-top: 40px; padding-bottom: 40px; }
.sfyd8 .b9st37 { padding-top: 52px; padding-bottom: 52px; }
.ja5yd .b9st37:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ja5yd .b9st37:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ja5yd .b9st37:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ja5yd .b9st37:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ijxu .h63wao { padding-top: 10px;  padding-bottom: 10px; }
.lhb7r6k .h63wao { padding-top: 18px;  padding-bottom: 18px; }
.s85noap .h63wao { padding-top: 36px;  padding-bottom: 36px; }
.fwewc .h63wao { padding-top: 48px;  padding-bottom: 48px; }
.rarjd3 h2.wyau { font-weight: 600; }
.rarjd3 h3.k4szq     { font-weight: 600; }
.db6u { font-weight: 500; }
.db6u h2.wyau { font-weight: 800; }
.db6u h3.k4szq     { font-weight: 700; }
.i1lz0nhm h2.wyau { font-weight: 900; }
.i1lz0nhm h3.k4szq     { font-weight: 800; }
.i1lz0nhm .onenjzk strong,
.i1lz0nhm .onenjzk strong { font-weight: 600; }
.uudalyxb {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.h798d2a .uudalyxb { display: none; }
@media (max-width: 640px) {
  .u6s9r5 { display: none; }
  .uudalyxb {
    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;
  }
}
.uudalyxb { background: var(--cta) !important; color: #fff !important; border: none !important; }
.uudalyxb:hover { opacity: 0.85; }
.krae7jk .uudalyxb { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ra8mv .uudalyxb,
.dlo4et  .uudalyxb { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ra8mv .uudalyxb:hover,
.dlo4et  .uudalyxb:hover { opacity: 0.88; }
.krae7jk.ra8mv .uudalyxb,
.krae7jk.dlo4et  .uudalyxb { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ufj2 {
  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;
}
.ufj2:hover { transform: translateY(-2px); opacity: 0.92; }
.ufj2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.l2ipgl1a .ufj2 { display: none; }
.hrzm50a .ufj2 { right: 32px; }
.pixqso0a  .ufj2 { left: 32px; }
@media (max-width: 480px) {
  .hrzm50a .ufj2 { right: 20px; bottom: 20px; }
  .pixqso0a  .ufj2 { left: 20px; bottom: 20px; }
}
.iq2tw { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.hzho { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.rm3v64 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.l1iaqz0t { color: var(--text-dim); font-size: 0.8rem; }
.qtu1vty a, .qtai a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.qtu1vty a:hover, .qtai a:hover { color: var(--accent-light); }
.qtai { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.s1ls2ub .hzho { text-align: center; }
.s1ls2ub .qtai { justify-content: center; margin-bottom: 16px; }
.s1ls2ub .rm3v64 { margin-top: 0; }
.ute9 { margin-top: 10px; }
.ute9 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .hzho { padding-left: 16px; padding-right: 16px; }
  .z5ul .hzho { padding: 20px 16px; }
  .qtai { gap: 4px 12px; }
  .rm3v64 { font-size: 0.78rem; }
}
.xa3n9cgs .rm3v64 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xa3n9cgs .l1iaqz0t { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xa3n9cgs .ojn1h3e { grid-template-columns: 1fr 1fr; } .xa3n9cgs .itzpsdcr { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xa3n9cgs .ojn1h3e { grid-template-columns: 1fr; } }
.xcmc .rm3v64 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .xcmc .y3u3ux { gap: 12px; } .xcmc .k4g9jd2 { margin-right: 0; width: 100%; } }
.h277dvdr .rm3v64 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.h277dvdr .l1iaqz0t { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .h277dvdr .v7a1fkd { grid-template-columns: 1fr 1fr; } .h277dvdr .gewg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h277dvdr .v7a1fkd { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pwaqk4xf .uphpy { grid-template-columns: 1fr 1fr; } .pwaqk4xf .yu6jhqof:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pwaqk4xf .uphpy { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .igce .uphpy { grid-template-columns: 1fr; } }
.r2g41iox .hzho { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.r2g41iox .qtai { justify-content: center; }
.z835y5 .rwp16      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.z835y5 .iq2tw { background: var(--bg-page); border-top-color: var(--border-alt); }
.hes7 .rwp16      { background: #0d1117; border-bottom-color: #21262d; }
.hes7 .i782lfq { color: var(--accent-light); }
.hes7 .p8ky { --msep-color: #8b949e; }
.hes7 .p8ky a { color: #8b949e; }
.hes7 .p8ky a:hover { color: var(--accent-light); }
.hes7 .h046p { color: #8b949e; }
.hes7 .iq2tw { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.hes7 .rm3v64,
.hes7 .l1iaqz0t { color: #6e7681; }
.hes7 .qtu1vty a, .hes7 .qtai a,
.hes7 .qtu1vty a:hover, .hes7 .qtai a:hover,
@media (max-width: 640px) {
  .hes7 .p8ky { background: #0d1117; border-top-color: #21262d; }
  .hes7 .p8ky li a { border-bottom-color: #21262d; }
}
.egm4ekqq .rwp16      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.egm4ekqq .i782lfq { color: var(--accent-light); }
.egm4ekqq .p8ky { --msep-color: #475569; }
.egm4ekqq .p8ky a { color: #475569; }
.egm4ekqq .p8ky a:hover { color: var(--accent-light); }
.egm4ekqq .h046p { color: #64748b; }
.egm4ekqq .iq2tw { background: #f0f4f8; border-top-color: #cbd5e1; }
.egm4ekqq .rm3v64,
.egm4ekqq .l1iaqz0t { color: #64748b; }
.egm4ekqq .qtu1vty a, .egm4ekqq .qtai a,
.egm4ekqq .qtu1vty a:hover, .egm4ekqq .qtai a:hover,
@media (max-width: 640px) {
  .egm4ekqq .p8ky { background: #f0f4f8; border-top-color: #cbd5e1; }
  .egm4ekqq .p8ky li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ra8mv .rwp16      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ra8mv .i782lfq { color: #fff; }
.ra8mv .p8ky { --msep-color: rgba(255,255,255,0.82); }
.ra8mv .p8ky a { color: rgba(255,255,255,0.82); }
.ra8mv .p8ky a:hover { color: #fff; }
.ra8mv .h046p { color: rgba(255,255,255,0.9); }
.ra8mv .iq2tw { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ra8mv .rm3v64,
.ra8mv .l1iaqz0t { color: rgba(255,255,255,0.72); }
.ra8mv .qtu1vty a, .ra8mv .qtai a,
.ra8mv .qtu1vty a:hover, .ra8mv .qtai a:hover,
@media (max-width: 640px) {
  .ra8mv .p8ky { background: var(--accent); border-top-color: var(--accent-light); }
  .ra8mv .p8ky li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.dlo4et .rwp16 {
  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);
}
.dlo4et .iq2tw {
  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) {
  .dlo4et .p8ky {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.uobjt .bohpsd { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.qkwoqlj .bohpsd { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.uwhqn .bohpsd { min-height: 72px; height: auto; }
.e0r7bi .bohpsd { min-height: 84px; height: auto; }
.z5ul .bohpsd { max-width: none; padding: 0 32px; }
.z5ul .hzho  { max-width: none; padding: 24px 32px; }
.oici.tnmtp5 .bohpsd { max-width: 1200px; }
.oici.v6xqmhyl .bohpsd { max-width: 1320px; }
.nb4ww   .i782lfq, .nb4ww   .k4g9jd2 { text-transform: capitalize; }
.i5phb1 .i782lfq, .i5phb1 .k4g9jd2 { text-transform: lowercase; }
.na58d3 .i782lfq, .na58d3 .k4g9jd2 { text-transform: uppercase; letter-spacing: 0.06em; }
.gx5fj, .qmjm {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.s5fd5x .gx5fj,
.prino .gx5fj,
.wq5r .gx5fj,
.uclajam .gx5fj,
.vtfh   .p8ky a { font-weight: 500; }
.r58uyuyi .p8ky a { font-weight: 600; }
.o7b18at     .p8ky a { font-weight: 700; }
.trqr    .p8ky a { font-weight: 800; letter-spacing: 0.01em; }
.crzcw     .p8ky > li + li::before,
.jxm0    .p8ky > li + li::before,
.n9w0k    .p8ky > li + li::before,
.pgmxo .p8ky > li + li::before,
.cibah95 .p8ky > li + li::before,
.ltv4w  .p8ky > li + li::before,
.fq6ne    .p8ky > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.crzcw     .p8ky > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.jxm0    .p8ky > li + li::before { content: "|"; }
.n9w0k    .p8ky > li + li::before { content: "—"; }
.pgmxo .p8ky > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.cibah95 .p8ky > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ltv4w  .p8ky > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fq6ne    .p8ky > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .g6ab04vs .h046p,
  .tkzmx .h046p,
  .d5rewi .h046p,
  .etzogew .h046p,
  .j9f5rif6 .h046p {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .g6ab04vs .h046p::before,
  .tkzmx .h046p::before,
  .d5rewi .h046p::before,
  .etzogew .h046p::before,
  .j9f5rif6 .h046p::before { content: ""; display: block; flex-shrink: 0; }

  
  .g6ab04vs .h046p::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;
  }

  
  .tkzmx .h046p::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;
  }

  
  .d5rewi .h046p::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;
  }

  
  .etzogew .h046p::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;
  }

  
  .j9f5rif6 .h046p::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) {
  .d5ubopey .h046p {
    padding: 5px 14px;
  }
  .d5ubopey .p8ky {
    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;
  }
  .d5ubopey .p8ky li a {
    border-bottom: none; padding: 10px 22px;
  }
  .d5ubopey .p8ky li a:hover { background: var(--bg-raised); }
  .d5ubopey .ypssiru,
  .jc43k0 .ypssiru,
  .keajeud2 .ypssiru { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .c76vb4 .h046p {
    padding: 5px 10px;
  }
  .c76vb4 .p8ky {
    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);
  }
  .c76vb4 .p8ky.xjgg4 { transform: translateX(0); }
  .c76vb4 .p8ky li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .c76vb4 .p8ky li:last-child a { border-bottom: none; }
  .ra8mv .p8ky,
  .hes7 .p8ky { background: var(--accent) !important; }
  .ra8mv .p8ky li a,
  .hes7 .p8ky li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .keajeud2 .h046p {
    padding: 5px 10px;
  }
  .keajeud2 .p8ky {
    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);
  }
  .keajeud2 .p8ky::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .keajeud2 .p8ky.xjgg4 { transform: translateY(0); }
  .keajeud2 .p8ky li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .itbt .h046p {
    padding: 5px 10px;
  }
  .itbt .p8ky {
    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;
  }
  .itbt .p8ky.xjgg4 { opacity: 1; pointer-events: auto; }
  .itbt .p8ky li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lmuc4pd     .h046p { border-radius: 0 !important; }
  .v4y2aqc9   .h046p { border-radius: 8px !important; }
  .p9pj .h046p { border-radius: 50% !important; }
  .gzehgwlz   .h046p { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .qbgm4 .jj1zgqn { flex-direction: column; align-items: stretch; }
  .qbgm4 .ob8y5 { flex-direction: row; min-width: auto; }
  .qbgm4 .o0fiib { align-items: flex-start; text-align: left; }
}
.x8fwd3,
.x8fwd3.b9st37,
.j05xaou .x8fwd3,
.haba .x8fwd3,
.c3uexf9 .x8fwd3,
.gdb5azi9 .x8fwd3 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.di78fbj {
  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;
}
.yrvnt { flex: 1 1 280px; min-width: 0; }
.wo2l4gvd {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.xe9a9kbl {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.q0n9xwv {
  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;
}
.q0n9xwv:hover { transform: translateY(-1px); opacity: 0.95; }
.wee221 .di78fbj {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.wee221 .wo2l4gvd { color: var(--cta); }
.wee221 .xe9a9kbl { color: var(--text-body); }
.wee221 .q0n9xwv {
  background: var(--cta) !important;
  color: #fff !important;
}
.pypioe8 .di78fbj {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.pypioe8 .wo2l4gvd { color: var(--text-primary); }
.pypioe8 .xe9a9kbl { color: var(--text-body); }
.pypioe8 .q0n9xwv {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .di78fbj {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .yrvnt { flex: 0 0 auto; }
  .wo2l4gvd { font-size: 1.2rem; }
  .q0n9xwv { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.yyx5uolh .uhvee4cs { height: 36px; }
.y2vk4 .uhvee4cs { height: 60px; max-width: 200px; }
.zolw6t .uhvee4cs { height: 56px; max-width: 180px; }
.c95h8     .tagh34, .c95h8     .tlu7ot { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
@media (min-width: 720px) {
  .wm9u48qv .ogsy {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .wm9u48qv .jpz3h {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .wm9u48qv .jpz3h { padding: 40px 16px 20px; }
  .wm9u48qv .vds1p {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .wm9u48qv .o28t3l { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .b7kp .jpz3h {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .b7kp .jpz3h::before {
    position: absolute; top: 14px; left: 14px;
  }
  .b7kp .rjxq {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .b7kp .oahx { white-space: normal; text-align: center; font-size: 1.2rem; }
  .b7kp .vds1p {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .b7kp .o28t3l { width: 100%; min-width: 0; }
  .b7kp .tagh34 { min-width: 0; }
}
.h6cy1jhp .cmp7lz6q {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.h6cy1jhp .cmp7lz6q summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.h6cy1jhp .cmp7lz6q p { padding: 0 2px 16px; }
.golu3v .cmp7lz6q { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.golu3v .cmp7lz6q summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.golu3v .cmp7lz6q summary::after { content: "›"; font-size: 1.2em; }
.golu3v .cmp7lz6q[open] summary::after { content: "‹"; }
.golu3v .cmp7lz6q p { padding: 10px 22px 4px; }
.y2l7tpw2 .cmp7lz6q {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.y2l7tpw2 .cmp7lz6q summary { color: var(--text-primary); padding-left: 16px; }
.y2l7tpw2 .cmp7lz6q summary::after { content: "›"; font-size: 1.1em; }
.y2l7tpw2 .cmp7lz6q[open] summary::after { content: "‹"; }
.y2l7tpw2 .cmp7lz6q p { padding-left: 16px; }
.fz7rraqp .goecb09x { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.fz7rraqp .cmp7lz6q {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.fz7rraqp .cmp7lz6q:last-child { border-bottom: none; }
.fz7rraqp .cmp7lz6q summary { color: var(--text-primary); border-radius: 0; }
.fz7rraqp .cmp7lz6q summary::after { content: "›"; font-size: 1.1em; }
.fz7rraqp .cmp7lz6q[open] summary::after { content: "‹"; }
.qqv8d .cmp7lz6q { overflow: hidden; }
.qqv8d .cmp7lz6q summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.qqv8d .cmp7lz6q summary::after { color: rgba(255,255,255,.75); }
.qqv8d .cmp7lz6q[open] summary { border-radius: 0; }
.k5ia1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hhbtlga {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.vw33b8r9 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.fnkr5qb { color: var(--text-muted); font-size: 1.05rem; }
.fsbbq6dp {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.xyqvmoit {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.qa06u0rh { margin-bottom: 20px; }
.md8m {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.goh6659s {
  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;
}
.goh6659s:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.fqj69c { resize: vertical; min-height: 130px; }
.ip5r { width: 100%; margin-top: 8px; }
.abqba {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.w33gdaa {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.s03bs9ac { color: var(--text-muted); line-height: 1.75; }
.cbeqh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.cbeqh li { margin-bottom: 6px; }
.y66ul { max-width: 760px; margin: 0 auto; }
.fvp7bwy { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.vdlz3 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.vdlz3:last-child { border-bottom: none; }
.vdlz3 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.vdlz3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ze93po { max-width: 760px; margin: 0 auto; }
.cem9w { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.zgwid1m ul.cbeqh { margin: 0; }
.ithpxc5i { max-width: 900px; margin: 0 auto; }
.z4h8q { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.z4h8q:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.z4h8q .cem9w { margin: 0; font-size: 1rem; }
.z4h8q .mijk1w p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .z4h8q { grid-template-columns: 1fr; gap: 10px; } }
.r2x83ht .cem9w { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.pzwsjf7j .cbeqh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .rxoq5bbn { grid-template-columns: 1fr; } }
.mn21to8 ul.cbeqh { margin: 0; }
.mrihqkb3 .cbeqh,
.vlox .cbeqh,
.suoh .cbeqh,
.ao5ta7 .cbeqh {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .mnfqbvh { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .i7jb { grid-template-columns: 1fr; } .dh391lb { position: static; text-align: center; } }
@media (max-width: 860px) { .ck7l4to { grid-template-columns: 1fr; } }
.ao5ta7 .cbeqh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .flbl { flex-direction: column; text-align: center; } .xe8alpu { grid-template-columns: 1fr; } }
.iemx { max-width: 760px; margin: 0 auto; }
.ctp6t9me { position: relative; padding-left: 28px; }
.ctp6t9me::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.a6ihwlp { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.a6ihwlp:last-child { padding-bottom: 0; }
.d934es8b { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.siyo7ud h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.siyo7ud p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kscf4a8a {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.kscf4a8a .vw33b8r9 { color: var(--accent-light); }
.jg6oi .vw33b8r9 { font-size: 2rem; }
.jg6oi .fnkr5qb { max-width: 680px; }
.s057 .vw33b8r9 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.s057 .fnkr5qb  { margin: 0; }
@media (max-width: 640px) { .s057 { flex-direction: column; } }
.somvk .vw33b8r9 { color: var(--accent-light); }
.cwxr .vw33b8r9 { color: #fff; }
.cwxr .fnkr5qb  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .lisecb { grid-template-columns: 1fr; } }
.mjm4d .goh6659s {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.mjm4d .goh6659s:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.dpsetu .goh6659s { background: var(--bg-raised); border-color: transparent; }
.dpsetu .goh6659s:focus { background: var(--bg-card); border-color: var(--accent-light); }
.afkcrz .goh6659s { border-radius: 100px; padding: 11px 20px; }
.afkcrz .fqj69c { border-radius: 14px; }
@media (max-width: 640px) { .u4cguh { grid-template-columns: 1fr; } }
.vxxc { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.vxxc li { margin-bottom: 6px; }
.d0o9m{display:none}
.d0o9m:empty,.h2ay:empty{display:none}
.kim24lq{position:relative;overflow:visible}
.ilxu .jg13,.oh9m99a .jg13,
.er3f6me .jg13,.scdc1xqd .jg13,
.zynzph0 .jg13,.wedr5 .jg13{display:block}
.iomi .oq81g2v{display:block}
.ilxu .jg13,.oh9m99a .jg13,
.er3f6me .jg13,.scdc1xqd .jg13,
.zynzph0 .jg13{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}
.ilxu .jg13 .h2ay,.oh9m99a .jg13 .h2ay,
.er3f6me .jg13 .h2ay,.scdc1xqd .jg13 .h2ay,
.zynzph0 .jg13 .h2ay{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}
.ilxu .h59ct,.oh9m99a .h59ct,
.er3f6me .h59ct,.scdc1xqd .h59ct,
.zynzph0 .h59ct{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ilxu .jg13,.oh9m99a .jg13{top:12px}
.ilxu .jg13 .h2ay{margin-right:auto}
.oh9m99a .jg13 .h2ay{margin-left:auto}
.oh9m99a .jg13{text-align:right}
.er3f6me .jg13,.scdc1xqd .jg13{bottom:12px}
.er3f6me .jg13 .h2ay{margin-right:auto}
.scdc1xqd .jg13 .h2ay{margin-left:auto}
.scdc1xqd .jg13{text-align:right}
.zynzph0 .jg13{position:relative;margin-top:16px}
.zynzph0 .jg13 .h2ay{margin:0 auto}
.wedr5 .jg13{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.wedr5 .jg13 .h2ay{margin:0}
.wedr5 .kix2~.jg13,
.wedr5 .y986a~.jg13{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.wedr5 .kix2~.jg13 .h2ay,
.wedr5 .y986a~.jg13 .h2ay{justify-content:flex-start}
.kix2~.jg13,.y986a~.jg13{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}
.kix2~.jg13 .h2ay{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.y986a~.jg13 .h2ay{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.oq81g2v .h2ay{margin:0 0 12px}
.h2ay{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.h59ct{white-space:nowrap}
.trkp .h59ct{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.svkcdo .h59ct{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.ws4jddk .h2ay{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.dipkty .h59ct{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.msb2n .h59ct{color: var(--accent-light);opacity:1;font-weight:500}
.utu6j4 .h59ct{border-bottom:1px solid currentColor;padding-bottom:2px}
.kgc0xjt .h2ay{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.aeqd5{--date-bg:transparent}
.uv9b6814 .hyur::before{content:""}
.xfn6 .h59ct + .h59ct::before{content:"•";margin-right:6px;opacity:.4}
.wtetj9b .h59ct + .h59ct::before{content:"/";margin-right:6px;opacity:.35}
.ud2ruxn .h59ct + .h59ct::before{content:"|";margin-right:6px;opacity:.3}
.jdiai4 .h59ct + .h59ct::before{content:"—";margin-right:6px;opacity:.3}
.tbiiym .h59ct + .h59ct::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.u6h25m82 .h59ct + .h59ct::before{content:"·";margin-right:6px;opacity:.4}
.h29p .h59ct + .h59ct::before{content:"›";margin-right:6px;opacity:.4}
.b2m1chd .h59ct + .h59ct::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.onbk .nimvdp8{padding:20px 0}
@media(max-width:640px){
  .nimvdp8{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .yxbalxd1{max-width:100%}
}
.gyhu4vow .nqh6c{margin:0}
@media (max-width:560px){
  .u1apmz{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) {
  .snna { padding: 28px 18px 20px; }
  .k3w82 { font-size: 1.2rem; }
  .rlnwh4m { max-width: 220px; max-height: 80px; }
}
.ok0vjgg  .ko17ahp { border-radius: 6px; }
.mbt0e .di78fbj {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ko17ahp { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.vop8z {
  margin: 28px 0 24px;
}
.vop8z .b9st37 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.vop8z .h63wao {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.vop8z .di78fbj {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .bohpsd { flex-direction: row-reverse; }
[dir="rtl"] .p8ky { flex-direction: row-reverse; }
[dir="rtl"] .hrzm50a .ufj2 { right: auto; left: 32px; }
[dir="rtl"] .pixqso0a  .ufj2 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .hrzm50a .ufj2 { right: auto; left: 20px; }
  [dir="rtl"] .pixqso0a  .ufj2 { left: auto;  right: 20px; }
}
[dir="rtl"] .do8t7 .s0h31z  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .o596u6 .s0h31z { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .u094w, [dir="rtl"] .s6nv84va { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .eskbzhh4 { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .lb2l7e { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .onenjzk { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .di78fbj { direction: rtl; }
[dir="rtl"] .zeer2mm { direction: rtl; }
[dir="rtl"] .e8jt { direction: rtl; }
[dir="rtl"] .nypslx { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .cf64 .s6nv84va,
[dir="rtl"] .noqxrnhk .s6nv84va,
[dir="rtl"] .mo2gwju .s6nv84va,
[dir="rtl"] .m2aq3e8 .s6nv84va {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .cf64 .s6nv84va li::before,
[dir="rtl"] .noqxrnhk .s6nv84va li::before,
[dir="rtl"] .mo2gwju .s6nv84va li::before,
[dir="rtl"] .m2aq3e8 .s6nv84va li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .lmvx.w4zg6f2 .ua9kck5d,
[dir="rtl"] .yrre.w4zg6f2 .ua9kck5d,
[dir="rtl"] .c69ag.w4zg6f2 .ua9kck5d,
[dir="rtl"] .il7ih.w4zg6f2 .ua9kck5d,
[dir="rtl"] .jakzrnq9.w4zg6f2 .ua9kck5d { text-align: right; }
[dir="rtl"] .kix2.w4zg6f2 .hvw3 { align-items: flex-end; text-align: right; }
[dir="rtl"] .h63wao,
[dir="rtl"] .wdwxoi,
[dir="rtl"] .zozp,
[dir="rtl"] .podbo16,
[dir="rtl"] .ua9kck5d { text-align: right; }
[dir="rtl"] .xyqvmoit,
[dir="rtl"] .md8m,
[dir="rtl"] .goh6659s,
[dir="rtl"] .fqj69c { text-align: right; direction: rtl; }
[dir="rtl"] .afkcrz .goh6659s,
[dir="rtl"] .mjm4d .goh6659s { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #c97f5a;
  --brand:           #c97f5a;
  --brand-light:     #8f583c;
  --brand-pale:      #af8069;
  --grad-start:      #dfb49f;
  --grad-end:        #ebd9d0;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c97f5a;
  --cta-light:       #c26537;
  --cta-hover:       #ad5f38;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0efee;
  --bg-hover:        #f5f4f4;
  --border:          #e8e4e2;
  --border-alt:      #dbd4d1;
  --border-section:  #e8e4e2;
  --text-primary:    #1b1817;
  --text-muted:      #5e5753;
  --text-body:       #36312f;
  --text-sub:        #514a47;
  --text-faint:      #877c77;
  --text-dim:        #9f9692;
  --text-label:      #6c635f;
  --text-value:      #433e3b;
  --accent-bg:       #eee9e6;
  --accent-bg-light: #e6d7d0;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #1c8720;
  --c-cons:          #9f2821;
  --c-pros-label:    #21a026;
  --c-tip-border:    #24b12a;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1c8720;
}
:root { --logo-bg-opacity: 75%; }
body, button, input { font-family: "Work Sans", sans-serif; }
.bsjxv .s56a5vs { font-size: 0; width: 1.2rem; flex-shrink: 0; }.bsjxv .s56a5vs::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.bsjxv .mutisy2q     .s56a5vs::before { content: "";  color: var(--c-tip-border); }.bsjxv .fkhyw .s56a5vs::before { content: ""; color: var(--c-warn-border); }.bsjxv .baeyr9f    .s56a5vs::before { content: ""; color: #60a5fa; }.sv9g .bsjxv .mutisy2q     .s56a5vs::before { color: #10b981; }.sv9g .bsjxv .fkhyw .s56a5vs::before { color: #f43f5e; }.sv9g .bsjxv .baeyr9f    .s56a5vs::before { color: #a855f7; }.pn98  .bsjxv .mutisy2q     .s56a5vs::before { color: #eab308; }.pn98  .bsjxv .fkhyw .s56a5vs::before { color: #ef4444; }.pn98  .bsjxv .baeyr9f    .s56a5vs::before { color: #f97316; }.aaljju  .bsjxv .mutisy2q     .s56a5vs::before { color: #38bdf8; }.aaljju  .bsjxv .fkhyw .s56a5vs::before { color: #818cf8; }.aaljju  .bsjxv .baeyr9f    .s56a5vs::before { color: #2dd4bf; }.p935 .bsjxv .s56a5vs::before { color: var(--accent-light) !important; }
.sa2vf .asc7sir, .sa2vf .kix2 { min-height: 780px; }
.d4awv2::before { content: '•'; }