:root {
  --color-accent: #342ad7;
  --color-cta: #3b82f6;
  --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;
}
.ewgy5w {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.y7hz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.i6046hm {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.wad6j { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.i79zpjmi { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.i79zpjmi a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.i79zpjmi a:hover { color: var(--accent-light); }
.hg54q35t   .qtwwh { border-radius: 0; }
.b7tc .qtwwh li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .qtwwh {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .f50rb:hover .qtwwh,
  .f50rb:focus-within .qtwwh { display: block; }
  .qtwwh li a { padding: 8px 16px; font-size: 0.88rem; }
}
.lchqrw {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.x1q7ngag { display: none; }
@media (max-width: 640px) {
  .x1q7ngag {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .x1q7ngag.pfxb { display: block; }
}
@media (max-width: 640px) {
  .lchqrw { display: block; }
  .i79zpjmi > li + li::before { display: none !important; }
  .i79zpjmi {
    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;
  }
  .i79zpjmi.pfxb { display: flex; }
  .i79zpjmi li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .i79zpjmi li:last-child a { border-bottom: none; }
}
.abxkq06 { min-height: 480px; }
.b8uw {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.nb64mv { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.xjq9 .nb64mv { margin-left: 0; margin-right: 0; }
.tr9lbk {
  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;
}
.tr9lbk:hover { opacity: 0.88; }
.mb3x77vn {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.cljg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.mb3x77vn .jio41c40 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.mb3x77vn .b8uw { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.mb3x77vn .nb64mv { color: #e2e8f0; }
.mb3x77vn.s5i1k .jio41c40 { text-align: center; }
.mb3x77vn.xjq9   .jio41c40 { text-align: left; }
.fm52cyqw .jio41c40 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.fm52cyqw .b8uw { color: var(--text-primary); text-shadow: none; }
.fm52cyqw .nb64mv { color: var(--text-muted); }
.fm52cyqw .tr9lbk { margin-top: 16px; }
.fm52cyqw, .fm52cyqw.abxkq06 { min-height: auto !important; }
.fm52cyqw.s5i1k .jio41c40 { text-align: center; }
.fm52cyqw.xjq9   .jio41c40 { text-align: left; }
.fm52cyqw~.r5pwvf81{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}
.fm52cyqw~.r5pwvf81 .oxgk{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; }
}
.incae .mb3x77vn .cljg {
  overflow: hidden;
}
.incae .mb3x77vn .cljg::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.ebhl9oij .mb3x77vn .cljg {
  overflow: hidden;
}
.ebhl9oij .mb3x77vn .cljg::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.njav3 .ergd5c6,
.njav3 .tv6zpbq,
.njav3 .mb3x77vn .cljg {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.za5j6zdy .mb3x77vn .cljg {
  overflow: hidden;
}
.za5j6zdy .mb3x77vn .cljg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.v8ok47 .mb3x77vn .cljg {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ergd5c6 .cljg {
  background: none;
}
.ergd5c6 .b8uw { color: #fff; }
.ergd5c6 .nb64mv { color: rgba(255,255,255,0.85); }
.ergd5c6 .tr9lbk { background: #fff; color: var(--cta); }
.ergd5c6 .tr9lbk:hover { opacity: 0.92; }
.njav3 .nbw72j {
  animation: hg-fadein 1.2s ease-out both;
}
.nbw72j .b8uw { text-shadow: none; color: var(--text-primary); }
.nbw72j .nb64mv { color: var(--text-muted); }
body.utvz .b8uw {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.a1s58m .b8uw {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.abxkq06.ergd5c6 .b8uw,
section.ergd5c6 .b8uw {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.nbw72j.s5i1k .id4atb2 { align-items: center; text-align: center; }
.abxkq06 .lz3nzs {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.lz3nzs .dmep.bn5dyt {
  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;
}
.lz3nzs .dmep.bn5dyt:hover { opacity: 0.85; }
.kqcdb177 .jio41c40 { padding-bottom: 24px; }
.qnq3srq .jio41c40 { max-width: 1100px; }
@media (max-width: 700px) {
  .nbw72j { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .nbw72j:not(.kjta) .lmpgvlgd { display: none !important; }
  .kjta .lmpgvlgd { padding: 16px; }
  .id4atb2  { padding: 36px 24px; }
  .nbw72j~.r5pwvf81,.ccmjcklj~.r5pwvf81{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .abxkq06, .nbw72j { min-height: 320px !important; }
  .b8uw { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .bnw1b6ru,
  .tv7djq,
  .gjnusw { grid-template-columns: 1fr !important; }

  

  
  .kqcdb177 { display: flex !important; flex-direction: column !important; }
  .kqcdb177 .jio41c40 { display: contents; }
  .kqcdb177 .cljg { order: 0; }
  .kqcdb177 .b8uw { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .kqcdb177 .bnw1b6ru { order: 2; padding: 0 16px 12px !important; }
  .kqcdb177 .nb64mv { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .qnq3srq .jio41c40 { display: flex; flex-direction: column; }
  .qnq3srq .jio41c40 .b8uw { order: 1; }
  .qnq3srq .jio41c40 .gjnusw { order: 2; margin: 8px 0 24px !important; }
  .qnq3srq .jio41c40 .nb64mv { order: 3; }
  .qnq3srq .jio41c40 .tr9lbk { order: 4; align-self: center; margin-top: 0; }

  
  .nbw72j.kjta {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .nbw72j.kjta .id4atb2 { display: contents; padding: 0; }
  .nbw72j.kjta .id4atb2 .b8uw { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .nbw72j.kjta .lmpgvlgd { order: 2; padding: 12px 16px; }
  .nbw72j.kjta .id4atb2 .nb64mv { order: 3; padding: 0 24px; margin: 0 auto; }
  .nbw72j.kjta .id4atb2 .tr9lbk { order: 4; align-self: center; margin: 8px 0 32px; }
}
.guic4pe { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.noade { width: 100%; height: auto; display: block; border-radius: 10px; }
.gl3hjih .guic4pe        { border-radius: 16px; }
.gl3hjih .noade  { border-radius: 16px; }
.jqpu2um7 .guic4pe         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.jqpu2um7 .noade   { border-radius: 8px; }
.rjqxf2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.i2bcij { width: 100%; padding: 32px 0; position: relative; }
.l6v0 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.r8iywq .i2bcij:nth-child(even) { background: var(--bg-surface); }
.r8iywq .i2bcij:nth-child(odd)  { background: var(--bg-page); }
.p8t5 .i2bcij:nth-child(even) { background: var(--bg-card); }
.p8t5 .i2bcij:nth-child(odd)  { background: var(--bg-page); }
.r8iywq .i2bcij:nth-child(odd)  .l6v0 { background: var(--bg-card); border-radius: 6px; }
.r8iywq .i2bcij:nth-child(even) .l6v0 { background: var(--bg-raised); border-radius: 6px; }
.p8t5 .i2bcij:nth-child(odd)  .l6v0 { background: var(--bg-card); border-radius: 6px; }
.p8t5 .i2bcij:nth-child(even) .l6v0 { background: var(--bg-raised); border-radius: 6px; }
.r8iywq .i2bcij:nth-child(even) .xyscd8 .luoo,
.p8t5 .i2bcij:nth-child(even) .xyscd8 .luoo { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.r8iywq .i2bcij:nth-child(odd) .xyscd8 .luoo,
.p8t5 .i2bcij:nth-child(odd) .xyscd8 .luoo { background: var(--bg-card-inner); }
.r8iywq .i2bcij:nth-child(even) .jrqy .luoo:nth-child(odd),
.p8t5 .i2bcij:nth-child(even) .jrqy .luoo:nth-child(odd)  { background: var(--bg-card); }
.r8iywq .i2bcij:nth-child(even) .jrqy .luoo:nth-child(even),
.p8t5 .i2bcij:nth-child(even) .jrqy .luoo:nth-child(even) { background: var(--bg-card-inner); }
h1.b97z { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.b97z {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.f5m0tz17 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.qll963e h2.b97z {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.ynpzl2 h2.b97z {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.axlrk h2.b97z {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.g8m5hdoi h2.b97z::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.v202ul h2.b97z {
  color: var(--text-primary); font-size: 1.7rem;
}
.slhn0as5 h2.b97z::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.xhqfafi h2.b97z {
  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;
}
.atbtrw4 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .atbtrw4 { display: none; } }
.yj5vj { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.echmglr1 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.k73360q {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.afwf { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.c4lua { padding-left: 20px; }
.c4lua li { margin-bottom: 6px; }
.c4lua a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.c4lua a:hover { color: var(--accent-light); }
.m1ay72 .afwf { display: none; }
.l5k8awz .afwf { display: none; }
.l5k8awz .c4lua { padding-left: 0; list-style: none; }
.l5k8awz .c4lua li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.l5k8awz .c4lua a { font-size: 0.92rem; }
.djeo1nx .k73360q { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.djeo1nx .afwf { display: none; }
.djeo1nx .c4lua { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.djeo1nx .c4lua li { margin-bottom: 0; }
.djeo1nx .c4lua 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;
}
.djeo1nx .c4lua a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ojx0c0vp .k73360q { padding: 20px 20px 16px; }
.ojx0c0vp .c4lua {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ojx0c0vp .c4lua li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ojx0c0vp .c4lua 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;
}
.ojx0c0vp .c4lua 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;
}
.ojx0c0vp .c4lua a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ojx0c0vp .c4lua a:focus,
.ojx0c0vp .c4lua a:focus-visible,
.ojx0c0vp .c4lua a:target { outline: none; }
.ojx0c0vp .c4lua li:target a { border-color: var(--border); color: var(--text-muted); }
.wjcm4g .k73360q { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.wjcm4g .afwf { display: none; }
.wjcm4g .c4lua { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.wjcm4g .c4lua li { margin-bottom: 0; }
.wjcm4g .c4lua li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.wjcm4g .c4lua li:last-child::after { content: ""; margin-right: 0; }
.wjcm4g .c4lua a { font-size: 0.9rem; }
.luoo { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.xyscd8 .luoo { background: var(--bg-card); }
.jrqy .luoo:nth-child(odd)  { background: var(--bg-card); }
.jrqy .luoo:nth-child(even) { background: var(--bg-raised); }
.zqk0t0p5 .luoo {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.zqk0t0p5 .luoo:last-child { border-bottom: none; }
.zqk0t0p5 h3.f5m0tz17 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.xfs8l80e .luoo {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.xfs8l80e .luoo + .luoo { margin-top: 4px; }
.b98fh1 .luoo { background: none; border-radius: 0; padding: 12px 0; }
.b98fh1 .luoo + .luoo { border-top: 1px solid var(--border-section); }
.lnd1hbm { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mscaee { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.pmvbxqky { color: var(--text-body); margin-bottom: 10px; }
.wwxw91n, .hnqev { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.wwxw91n li, .hnqev li { margin-bottom: 6px; }
.q6n8yv2     .wwxw91n { list-style-type: "● "; }
.zogak  .wwxw91n { list-style-type: "■ "; }
.t0nxpri .wwxw91n { list-style-type: "◆ "; }
.xomr    .wwxw91n { list-style-type: "★ "; }
.q6n8yv2     .r4cmm0w { list-style-type: "● "; }
.zogak  .r4cmm0w { list-style-type: "■ "; }
.t0nxpri .r4cmm0w { list-style-type: "◆ "; }
.xomr    .r4cmm0w { list-style-type: "★ "; }
.q6n8yv2    .wwxw91n li::marker, .q6n8yv2    .r4cmm0w li::marker,
.zogak .wwxw91n li::marker, .zogak .r4cmm0w li::marker,
.t0nxpri .wwxw91n li::marker, .t0nxpri .r4cmm0w li::marker,
.xomr   .wwxw91n li::marker, .xomr   .r4cmm0w li::marker {
  color: var(--cta); font-size: 1em;
}
.q6n8yv2 .hnqev,
.q6n8yv2 .hnqev li,
.q6n8yv2 .hnqev li::before,
.q6n8yv2     .hnqev li::before { border-radius: 50%; }
.xo23lf .u08x { border: 1px solid var(--border-alt); }
.xo23lf .u08x th,
.xo23lf .u08x td { border: 1px solid var(--border-alt); }
.ufvrzr6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.iu9t1t { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.chicdtv { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.l7lv { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.uepn50 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.r4cmm0w { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.r4cmm0w 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%}
.nzt5 .l7lv { background: transparent; text-align: center; }
.n7qzd .chicdtv {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.n1fbpl .chicdtv {
  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);
}
.psx8tmo .iu9t1t { display: grid; grid-template-columns: auto 1fr; }
.psx8tmo .chicdtv {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.psx8tmo .l7lv { grid-column: 2; }
.psx8tmo .uepn50,
.psx8tmo .r4cmm0w { grid-column: 1 / -1; }
.tijyzc .iu9t1t { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.tijyzc .chicdtv {
  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);
}
.tijyzc .l7lv { grid-column: 2; }
.tijyzc .uepn50,
.tijyzc .r4cmm0w { grid-column: 1 / -1; }
.txxo24 .iu9t1t { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.txxo24 .l7lv { background: none; color: var(--accent-light); font-weight: 700; }
.u2d7o8l .iu9t1t { 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); }
.u2d7o8l .l7lv { background: none; color: var(--accent-light); font-weight: 700; }
.jy6z2ioe .iu9t1t { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.jy6z2ioe .iu9t1t:last-child { border-bottom: none; }
.jy6z2ioe .l7lv { background: none; color: var(--accent-light); font-weight: 700; }
.gcc4us .iu9t1t { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.gcc4us .l7lv { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.llw21 .ufvrzr6 { counter-reset: card-n; }
.llw21 .iu9t1t  { counter-increment: card-n; }
.llw21 .l7lv { display: flex; align-items: center; gap: 10px; }
.llw21 .l7lv::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;
}
.y8e25je .iu9t1t { background: var(--bg-surface); border: 1px solid var(--border); }
.y8e25je .l7lv { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.vsh4f97 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.k1lry3 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.jol0lw { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.vsh4f97 strong { color: var(--text-primary); font-size: 0.95rem; }
.vsh4f97 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.yt4wnp { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.fdj84ucu, .d37s { border-radius: 8px; padding: 14px; }
.fdj84ucu { background: var(--bg-pros); }
.d37s { background: var(--bg-cons); }
.hfrxp { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.fdj84ucu .hfrxp { color: var(--c-pros-label); }
.d37s .hfrxp { color: #f87171; }
.fdj84ucu ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.d37s ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.noade { width: 100%; height: auto; border-radius: 10px; display: block; }
.bn5dyt {
  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;
}
.bn5dyt:hover { opacity: 0.85; }
.h2vsxk .bn5dyt  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.h2vsxk .bn5dyt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.urboj4t0 .bn5dyt  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.urboj4t0 .bn5dyt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.iv1ty9o .tr9lbk { border-radius: 50px; }
.iv1ty9o .bn5dyt  { border-radius: 50px; }
.o4osmg .tr9lbk { padding-left: 22px; padding-right: 22px; }
.o4osmg .bn5dyt  { padding-left: 12px; padding-right: 12px; }
.oto2khy .tr9lbk { padding-left: 44px; padding-right: 44px; }
.oto2khy .bn5dyt  { padding-left: 24px; padding-right: 24px; }
.v5pbgw .tr9lbk { padding-left: 56px; padding-right: 56px; }
.v5pbgw .bn5dyt  { padding-left: 32px; padding-right: 32px; }
.eugnfre   .tr9lbk::after, .eugnfre   .bn5dyt::after,
.heuys .tr9lbk::after, .heuys .bn5dyt::after,
.ch3lbigy    .tr9lbk::after, .ch3lbigy    .bn5dyt::after,
.g6kb    .tr9lbk::after, .g6kb    .bn5dyt::after,
.uoah    .tr9lbk::after, .uoah    .bn5dyt::after,
.ohqmx     .tr9lbk::after, .ohqmx     .bn5dyt::after,
.wjzmn20i    .tr9lbk::after, .wjzmn20i    .bn5dyt::after,
.ylii8   .tr9lbk::after, .ylii8   .bn5dyt::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;
}
.eugnfre .tr9lbk::after, .eugnfre .bn5dyt::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");
}
.heuys .tr9lbk::after, .heuys .bn5dyt::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");
}
.ch3lbigy .tr9lbk::after, .ch3lbigy .bn5dyt::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");
}
.g6kb .tr9lbk::after, .g6kb .bn5dyt::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");
}
.uoah .tr9lbk::after, .uoah .bn5dyt::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");
}
.ohqmx .tr9lbk::after, .ohqmx .bn5dyt::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");
}
.wjzmn20i .tr9lbk::after, .wjzmn20i .bn5dyt::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");
}
.ylii8 .tr9lbk::after, .ylii8 .bn5dyt::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");
}
.oirxsh5   .d7cbp::after, .oirxsh5   .deip::after,
.g6vs .d7cbp::after, .g6vs .deip::after,
.d4d7t    .d7cbp::after, .d4d7t    .deip::after,
.uoz3h05    .d7cbp::after, .uoz3h05    .deip::after,
.k3gv    .d7cbp::after, .k3gv    .deip::after,
.uqkdtxw     .d7cbp::after, .uqkdtxw     .deip::after,
.ktummfql    .d7cbp::after, .ktummfql    .deip::after,
.iabslo   .d7cbp::after, .iabslo   .deip::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;
}
.oirxsh5 .d7cbp::after, .oirxsh5 .deip::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");
}
.g6vs .d7cbp::after, .g6vs .deip::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");
}
.d4d7t .d7cbp::after, .d4d7t .deip::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");
}
.uoz3h05 .d7cbp::after, .uoz3h05 .deip::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");
}
.k3gv .d7cbp::after, .k3gv .deip::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");
}
.uqkdtxw .d7cbp::after, .uqkdtxw .deip::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");
}
.ktummfql .d7cbp::after, .ktummfql .deip::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");
}
.iabslo .d7cbp::after, .iabslo .deip::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");
}
.jxg0d6dv .i0qn0su { background: var(--bg-raised); }
.dmep.bn5dyt {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .wf2jb8du {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .wf2jb8du::before    { grid-area: rank;   }
  .hp5ijgao           { grid-area: ident;  }
  .pf1p5     { grid-area: rating; min-width: 0; width: auto; }
  .zuocki           { grid-area: pills;  }
  .dmep             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .wf2jb8du {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .wf2jb8du::before    { justify-self: center; }
  .hp5ijgao           { width: 100%; }
  .pf1p5     { justify-self: center; }
  .zuocki           { grid-template-columns: 1fr; }
}
.bor47u0e  .jms9g9 li::before { content: "★"; }
.bor47u0e  .m24bl li::before { content: "✕"; }
@media (min-width: 860px) {
  .hcvl .eplcqdl {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .hcvl .v0noq10q { margin: 0; }
}
.n0jg2x7 .s6c2nr { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.n0jg2x7 .hs35 h3 { color: var(--accent-light); }
.n0jg2x7 .dqood29 { background: var(--bg-page); border: 1px solid var(--border); }
.yy8rnq .yt4wnp { gap: 10px; }
.yy8rnq .fdj84ucu, .yy8rnq .d37s { padding: 12px; }
.yy8rnq .fdj84ucu ul, .yy8rnq .d37s ul { margin: 4px 0 0; padding-left: 18px; }
.yy8rnq .fdj84ucu li, .yy8rnq .d37s li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .iwlp5hrr { grid-template-columns: 1fr; }
  .tnve { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .tnve .w2d2lya { width: 72px; height: 50px; }
  .tnve .i28yk { max-width: 180px; }
  .tnve .eg31 { width: auto; }
}
@media (max-width: 720px) {
  .o1mt11ox { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vwhl4xk { padding: 16px; }
  .hnzllgk .exsmzpc3 { min-width: 50%; }
}
.x4l5g6 .yt4wnp { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .kb5nne { grid-template-columns: 1fr; }
  .fzyv341 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x6o6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ioaw { flex-wrap: wrap; padding: 16px; }
}
.kily .yt4wnp { gap: 8px; }
.kily .fdj84ucu, .kily .d37s { padding: 8px; }
@media (max-width: 480px) {
  .ntogseh { flex-direction: column; align-items: stretch; }
}
.hyj5h .eg31 .bn5dyt { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ntuw { flex-direction: column; align-items: stretch; gap: 10px; }
  .hyj5h .eg31 { text-align: center; }
}
@media (max-width: 720px) {
  .xcv1pdji { grid-template-columns: 1fr; }
  .ibpit { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nu57ap { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .a0iily { grid-template-columns: 1fr; }
  .mngzsaeq { width: 100px; height: 100px; margin: 16px auto; }
  .ft9w { font-size: 1.4rem; }
  .ii14x { justify-content: center; }
  .yxqjeq .exsmzpc3 { min-width: 50%; }
}
.utb2og .yt4wnp { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .l6n8owgn { flex-wrap: wrap; padding: 14px 16px; }
  .a2cvdb { padding: 12px 16px; }
  .utb2og .yt4wnp { margin: 0 16px; }
  .utb2og .f5rg { padding: 0 16px; }
  .iuvxy { padding: 12px 16px; }
}
.e913y8 .xih9 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.e913y8 .wf2jb8du {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.e913y8 .wf2jb8du:last-child { border-bottom: none; }
.e913y8 .hp5ijgao,
.e913y8 .pf1p5,
.e913y8 .zuocki {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.x7q8sfho .zuocki .droo {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.x7q8sfho .zuocki .droo:first-child { border-left: none; }
.mrjtw2a .bqg7el5j,
.mrjtw2a .dd9nszd,
.mrjtw2a .dd9nszd { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.mrjtw2a .dd9nszd small { display: none; }
.mrjtw2a .k8uwxwi .on1dx,
.mrjtw2a .k8uwxwi strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.mrjtw2a .fa0arja { display: none; }
.nwhw4c8m { margin: 16px 0; }
.l4w10vc { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.l4w10vc summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.l4w10vc summary::after { content: "+"; color: var(--accent-light); }
.l4w10vc[open] summary::after { content: "−"; }
.l4w10vc p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.i2bcij { margin-bottom: 0; }
.ixy227 h2.b97z { color: var(--text-primary); border-color: var(--accent-light); }
.yd33h h2.b97z { color: var(--text-primary); border-color: var(--accent-light); }
.nznupvc7 .k1lry3 { background: #2d0a1e; border-color: #f43f5e; }
.nznupvc7 .vsh4f97 strong  { color: #f1f5f9; }
.nznupvc7 .vsh4f97 p       { color: #cbd5e1; }
.nznupvc7 .lubvznh    .pes343     .jol0lw::before,
.nznupvc7 .ssc1  .pes343     .jol0lw::before,
.nznupvc7 .soh8hj68  .pes343     .jol0lw::before,
.nznupvc7 .xtu9a8u .pes343     .jol0lw::before { color: #10b981; }
.nznupvc7 .lubvznh    .k1lry3 .jol0lw::before,
.nznupvc7 .ssc1  .k1lry3 .jol0lw::before,
.nznupvc7 .soh8hj68  .k1lry3 .jol0lw::before,
.nznupvc7 .xtu9a8u .k1lry3 .jol0lw::before { color: #f43f5e; }
.nznupvc7 .lubvznh    .tjjom    .jol0lw::before,
.nznupvc7 .ssc1  .tjjom    .jol0lw::before,
.nznupvc7 .soh8hj68  .tjjom    .jol0lw::before,
.nznupvc7 .xtu9a8u .tjjom    .jol0lw::before { color: #a855f7; }
.nw3xsk8 .k1lry3 { background: #2d0b0b; border-color: #ef4444; }
.nw3xsk8 .vsh4f97 strong  { color: #f1f5f9; }
.nw3xsk8 .vsh4f97 p       { color: #cbd5e1; }
.nw3xsk8 .lubvznh    .pes343     .jol0lw::before,
.nw3xsk8 .ssc1  .pes343     .jol0lw::before,
.nw3xsk8 .soh8hj68  .pes343     .jol0lw::before,
.nw3xsk8 .xtu9a8u .pes343     .jol0lw::before { color: #eab308; }
.nw3xsk8 .lubvznh    .k1lry3 .jol0lw::before,
.nw3xsk8 .ssc1  .k1lry3 .jol0lw::before,
.nw3xsk8 .soh8hj68  .k1lry3 .jol0lw::before,
.nw3xsk8 .xtu9a8u .k1lry3 .jol0lw::before { color: #ef4444; }
.nw3xsk8 .lubvznh    .tjjom    .jol0lw::before,
.nw3xsk8 .ssc1  .tjjom    .jol0lw::before,
.nw3xsk8 .soh8hj68  .tjjom    .jol0lw::before,
.nw3xsk8 .xtu9a8u .tjjom    .jol0lw::before { color: #f97316; }
.xrcu6h3n .pes343     { background: #0c1a2e; border-color: #38bdf8; }
.xrcu6h3n .k1lry3 { background: #12103a; border-color: #818cf8; }
.xrcu6h3n .tjjom    { background: #0a2020; border-color: #2dd4bf; }
.xrcu6h3n .vsh4f97 strong  { color: #f1f5f9; }
.xrcu6h3n .vsh4f97 p       { color: #cbd5e1; }
.xrcu6h3n .lubvznh    .pes343     .jol0lw::before,
.xrcu6h3n .ssc1  .pes343     .jol0lw::before,
.xrcu6h3n .soh8hj68  .pes343     .jol0lw::before,
.xrcu6h3n .xtu9a8u .pes343     .jol0lw::before { color: #38bdf8; }
.xrcu6h3n .lubvznh    .k1lry3 .jol0lw::before,
.xrcu6h3n .ssc1  .k1lry3 .jol0lw::before,
.xrcu6h3n .soh8hj68  .k1lry3 .jol0lw::before,
.xrcu6h3n .xtu9a8u .k1lry3 .jol0lw::before { color: #818cf8; }
.xrcu6h3n .lubvznh    .tjjom    .jol0lw::before,
.xrcu6h3n .ssc1  .tjjom    .jol0lw::before,
.xrcu6h3n .soh8hj68  .tjjom    .jol0lw::before,
.xrcu6h3n .xtu9a8u .tjjom    .jol0lw::before { color: #2dd4bf; }
.nrlu6 .k1lry3 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.nrlu6 .lubvznh    .jol0lw::before,
.nrlu6 .ssc1  .jol0lw::before,
.nrlu6 .soh8hj68  .jol0lw::before,
.nrlu6 .xtu9a8u .jol0lw::before { color: var(--accent-light) !important; }
.xg0rvwnq::before,
.q3om::before { margin-right: 5px; }
.j9vio .fdj84ucu ul li,
.j9vio .fdj84ucu .xg0rvwnq { color: #22c55e; }
.j9vio .d37s ul li,
.j9vio .d37s .q3om { color: #ef4444; }
.uqiy .fdj84ucu { background: var(--bg-pros); }
.uqiy .d37s { background: var(--bg-cons); }
.uqiy .fdj84ucu .xg0rvwnq { color: var(--c-pros-label); }
.uqiy .d37s .q3om { color: var(--c-cons); }
.uqiy .fdj84ucu ul li,
.uqiy .jms9g9 li            { color: var(--c-pros); }
.uqiy .d37s ul li,
.uqiy .m24bl li            { color: var(--c-cons); }
.culc .fdj84ucu { background: var(--bg-pros); }
.culc .d37s { background: var(--bg-cons); }
.culc .fdj84ucu .xg0rvwnq { color: var(--c-pros-label); }
.culc .d37s .q3om { color: var(--c-cons); }
.culc .fdj84ucu ul li,
.culc .d37s ul li,
.jbdcmmj0 .xg0rvwnq::before { content: "✓ "; }
.jbdcmmj0 .q3om::before { content: "✗ "; }
.op3or .xg0rvwnq::before { content: "→ "; }
.op3or .q3om::before { content: "← "; }
.bor47u0e .xg0rvwnq::before { content: "★ "; }
.bor47u0e .q3om::before { content: "✕ "; }
.lg946qhx .xg0rvwnq::before { content: "◆ "; }
.lg946qhx .q3om::before { content: "▲ "; }
.toz5p .vsh4f97 { background: transparent; border-left: none; border: 1.5px solid; }
.toz5p .k1lry3 { border-color: var(--c-warn-border); }
.toz5p .vsh4f97 strong { color: var(--text-primary); }
.toz5p .vsh4f97 p      { color: var(--text-muted); }
.krazvg .vsh4f97 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.krazvg .k1lry3 { border-top-color: var(--c-warn-border); }
.lrmqc0u .vsh4f97 { border-left: none; border-radius: 8px; }
.lrmqc0u .k1lry3 { background: #92400e; }
.lrmqc0u .vsh4f97 strong,
.lrmqc0u .vsh4f97 p { color: #fff; }
.lrmqc0u .jol0lw::before { color: rgba(255,255,255,0.85) !important; }
.nznupvc7.lrmqc0u .k1lry3,
.nznupvc7 .lrmqc0u .k1lry3 { background: #2d0a1e; }
.nw3xsk8.lrmqc0u .k1lry3,
.nw3xsk8 .lrmqc0u .k1lry3  { background: #2d0b0b; }
.xrcu6h3n.lrmqc0u .pes343,
.xrcu6h3n .lrmqc0u .pes343      { background: #0c1a2e; }
.xrcu6h3n.lrmqc0u .k1lry3,
.xrcu6h3n .lrmqc0u .k1lry3  { background: #12103a; }
.xrcu6h3n.lrmqc0u .tjjom,
.xrcu6h3n .lrmqc0u .tjjom     { background: #0a2020; }
.vq0zq7u .vsh4f97 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.vq0zq7u .pes343     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.vq0zq7u .k1lry3 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.vq0zq7u .tjjom    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.vq0zq7u .vsh4f97 strong { color: var(--text-primary); }
.vq0zq7u .vsh4f97 p      { color: var(--text-muted); }
.n6zi2cu .vsh4f97 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.lubvznh .jol0lw,
.ssc1 .jol0lw,
.soh8hj68 .jol0lw,
.xtu9a8u .jol0lw { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.lubvznh .jol0lw::before,
.ssc1 .jol0lw::before,
.soh8hj68 .jol0lw::before,
.xtu9a8u .jol0lw::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.lubvznh .pes343     .jol0lw::before { content: "✦"; color: var(--c-tip-border); }
.lubvznh .k1lry3 .jol0lw::before { content: "▲"; color: var(--c-warn-border); }
.lubvznh .tjjom    .jol0lw::before { content: "◉"; color: #60a5fa; }
.ssc1 .pes343     .jol0lw::before { content: "★"; color: var(--c-tip-border); }
.ssc1 .k1lry3 .jol0lw::before { content: "◆"; color: var(--c-warn-border); }
.ssc1 .tjjom    .jol0lw::before { content: "●"; color: #60a5fa; }
.soh8hj68 .pes343     .jol0lw::before { content: "▶"; color: var(--c-tip-border); }
.soh8hj68 .k1lry3 .jol0lw::before { content: "■"; color: var(--c-warn-border); }
.soh8hj68 .tjjom    .jol0lw::before { content: "▸"; color: #60a5fa; }
.xtu9a8u .pes343     .jol0lw::before { content: "→"; color: var(--c-tip-border); }
.xtu9a8u .k1lry3 .jol0lw::before { content: "⬥"; color: var(--c-warn-border); }
.xtu9a8u .tjjom    .jol0lw::before { content: "◈"; color: #60a5fa; }
.t1weh .xyscd8 .luoo,
.t1weh .jrqy .luoo  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.t1weh .iu9t1t                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.t1weh .k73360q                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.wkjq .xyscd8 .luoo,
.wkjq .jrqy .luoo,
.wkjq .iu9t1t,
.wkjq .wf2jb8du,
.wkjq .v0noq10q,
.wkjq .sspysykt,
.wkjq .k73360q,
.wkjq .n6zi2cu .vsh4f97 { box-shadow: none; }
.u0lfo   body, .u0lfo   { font-size: 0.9rem; }
.u0lfo   .pmvbxqky, .u0lfo .lnd1hbm, .u0lfo .mscaee,
.u0lfo   .yj5vj, .u0lfo .echmglr1 { font-size: 0.9rem; }
.u0lfo   .wwxw91n, .u0lfo .hnqev { font-size: 0.9rem; }
.lotwk1s   .pmvbxqky, .lotwk1s .lnd1hbm, .lotwk1s .mscaee,
.lotwk1s   .yj5vj, .lotwk1s .echmglr1 { font-size: 0.95rem; }
.lotwk1s   .wwxw91n, .lotwk1s .hnqev { font-size: 0.95rem; }
.gvvmkd   .pmvbxqky, .gvvmkd .lnd1hbm, .gvvmkd .mscaee,
.gvvmkd   .yj5vj, .gvvmkd .echmglr1 { font-size: 1.08rem; }
.gvvmkd   .wwxw91n, .gvvmkd .hnqev { font-size: 1.05rem; }
.eceh6b .b8uw      { font-size: 3.2rem; }
.eceh6b h2.b97z { font-size: 1.9rem; }
.eceh6b h3.f5m0tz17     { font-size: 1.4rem; }
.dpweoh .b8uw      { font-size: 3.8rem; }
.dpweoh h2.b97z { font-size: 2.2rem; }
.dpweoh h3.f5m0tz17     { font-size: 1.6rem; }
.i2bcij + .i2bcij { position: relative; }
.tzl3   .i2bcij + .i2bcij::before,
.s7e5fc  .i2bcij + .i2bcij::before,
.hrbozvlh   .i2bcij + .i2bcij::before,
.e1y7   .i2bcij + .i2bcij::before,
.auz5t12k   .i2bcij + .i2bcij::before,
.bbdpq .i2bcij + .i2bcij::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.tzl3 .i2bcij + .i2bcij::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.s7e5fc .i2bcij + .i2bcij::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.hrbozvlh .i2bcij + .i2bcij::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;
}
.e1y7 .i2bcij + .i2bcij::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.sroetxz .i2bcij { margin-bottom: 16px; }
.sroetxz .i2bcij + .i2bcij { margin-top: 0; }
.sroetxz .l6v0 { padding-top: 0; padding-bottom: 0; }
.auz5t12k .i2bcij + .i2bcij::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.bbdpq .i2bcij + .i2bcij::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.za3j .i2bcij + .i2bcij::before,
.wlyqtzw2 .i2bcij + .i2bcij::before,
.wzqyh .i2bcij + .i2bcij::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%;
}
.r8iywq .za3j .i2bcij:nth-child(even)::before,
.r8iywq .wlyqtzw2 .i2bcij:nth-child(even)::before,
.r8iywq .wzqyh .i2bcij:nth-child(even)::before { background: var(--bg-surface); }
.p8t5 .za3j .i2bcij:nth-child(even)::before,
.p8t5 .wlyqtzw2 .i2bcij:nth-child(even)::before,
.p8t5 .wzqyh .i2bcij:nth-child(even)::before { background: var(--bg-card); }
.za3j .i2bcij + .i2bcij::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");
}
.wlyqtzw2 .i2bcij + .i2bcij::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");
}
.wzqyh .i2bcij + .i2bcij::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");
}
.h74jsqu4 .mb3x77vn,
.uphjllp .mb3x77vn,
.tyqlc .mb3x77vn { overflow: hidden; }
.h74jsqu4 .jio41c40,
.uphjllp .jio41c40 { margin-bottom: 60px; }
.tyqlc .jio41c40 { margin-bottom: 70px; }
.uphjllp .id4atb2 { padding-bottom: 60px; }
.h74jsqu4 .mb3x77vn::before,
.uphjllp .mb3x77vn::before,
.tyqlc .mb3x77vn::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.h74jsqu4 .mb3x77vn::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");
}
.uphjllp .mb3x77vn::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");
}
.tyqlc .mb3x77vn::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.i9vq9 .mb3x77vn:not(.ergd5c6) .cljg { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xqar02n8 .mb3x77vn:not(.ergd5c6) .cljg { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ct8l  .mb3x77vn:not(.ergd5c6) .cljg { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xe4v  .mb3x77vn:not(.ergd5c6) .cljg { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.vj0nqcu .ergd5c6 .cljg { background: none; }
.vj0nqcu .mb3x77vn:not(.ergd5c6) .cljg { background: rgba(0,0,0,0.6); }
.bte6k4wt .guic4pe { float: left; width: 38%; margin: 0 28px 16px 0; }
.bte6k4wt .guic4pe .noade { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bte6k4wt .l6v0::after { content: ''; display: block; clear: both; }
.fzhm9 .guic4pe { float: right; width: 38%; margin: 0 0 16px 28px; }
.fzhm9 .guic4pe .noade { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.fzhm9 .l6v0::after { content: ''; display: block; clear: both; }
.l03c67ry .i2bcij:nth-child(odd)  .guic4pe { float: left;  width: 38%; margin: 0 28px 16px 0; }
.l03c67ry .i2bcij:nth-child(even) .guic4pe { float: right; width: 38%; margin: 0 0 16px 28px; }
.l03c67ry .guic4pe .noade { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.l03c67ry .l6v0::after { content: ''; display: block; clear: both; }
.bte6k4wt .ufvrzr6,
.fzhm9 .ufvrzr6,
.l03c67ry .ufvrzr6,
@media (max-width: 900px) {
  .bte6k4wt .guic4pe,
  .fzhm9 .guic4pe,
  .l03c67ry .i2bcij:nth-child(odd)  .guic4pe,
  .l03c67ry .i2bcij:nth-child(even) .guic4pe {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .bte6k4wt .guic4pe .noade,
  .fzhm9 .guic4pe .noade,
  .l03c67ry .guic4pe .noade {
    max-height: none !important;
  }
}
.bte6k4wt .wwxw91n,
.fzhm9 .wwxw91n,
.l03c67ry .wwxw91n,
@media (max-width: 640px) {
  .bte6k4wt .guic4pe,
  .fzhm9 .guic4pe,
  .l03c67ry .guic4pe { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ax2hubvh .rjqxf2,
.ax2hubvh .l6v0,
.ax2hubvh .se4t  { max-width: 1100px; }
.z5hd .rjqxf2,
.z5hd .l6v0,
.z5hd .se4t  { max-width: 1200px; }
.ekz5 .rjqxf2,
.ekz5 .l6v0,
.ekz5 .se4t  { max-width: 1320px; }
.dx0zpmy { font-size: 0.82rem; color: var(--text-muted); }
.mddp1ju2 { display: flex; align-items: center; }
.qz8c2duv {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jj2qtv { display: flex; align-items: center; }
.wwb4 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.wwb4:hover { text-decoration: underline; }
.a150 { margin: 0 3px; opacity: 0.45; }
.a150::before { content: '/'; }
.nxvitm1r { padding: 2px 5px; color: var(--text-main); }
.awttbs45 .dx0zpmy {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.awttbs45 .mddp1ju2 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.d63aq .dx0zpmy {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.d63aq .mddp1ju2 { padding: 0 0 0 12px; }
.sorzan .mddp1ju2 { padding: 0 16px; }
.sorzan .dx0zpmy {
  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);
}
.sorzan .rjqxf2 { padding-top: 28px; }
@media (max-width: 720px) {
  .bv0pq5 { margin-top: 18px; padding: 0 16px; }
  .sorzan .rjqxf2 { padding-top: 16px; }
}
.ax2hubvh.awttbs45 .mddp1ju2 { max-width: 1100px; }
.z5hd.awttbs45 .mddp1ju2 { max-width: 1200px; }
.ekz5.awttbs45 .mddp1ju2 { max-width: 1320px; }
.gvzml .i2bcij { padding-top: 16px; padding-bottom: 16px; }
.jt6rfm .i2bcij { padding-top: 24px; padding-bottom: 24px; }
.dzmu .i2bcij { padding-top: 40px; padding-bottom: 40px; }
.xc8eet7 .i2bcij { padding-top: 52px; padding-bottom: 52px; }
.uw8k .i2bcij:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.uw8k .i2bcij:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.uw8k .i2bcij:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.uw8k .i2bcij:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ngdr74 .l6v0 { padding-top: 10px;  padding-bottom: 10px; }
.dorngez .l6v0 { padding-top: 18px;  padding-bottom: 18px; }
.rs9u .l6v0 { padding-top: 36px;  padding-bottom: 36px; }
.j697yy .l6v0 { padding-top: 48px;  padding-bottom: 48px; }
.gdh181 h2.b97z { font-weight: 600; }
.gdh181 h3.f5m0tz17     { font-weight: 600; }
.tqov13e { font-weight: 500; }
.tqov13e h2.b97z { font-weight: 800; }
.tqov13e h3.f5m0tz17     { font-weight: 700; }
.ag5vq h2.b97z { font-weight: 900; }
.ag5vq h3.f5m0tz17     { font-weight: 800; }
.ag5vq .vsh4f97 strong,
.ag5vq .vsh4f97 strong { font-weight: 600; }
.d7cbp {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.zf70lk .d7cbp { display: none; }
@media (max-width: 640px) {
  .iw5g { display: none; }
  .d7cbp {
    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;
  }
}
.d7cbp { background: var(--cta) !important; color: #fff !important; border: none !important; }
.d7cbp:hover { opacity: 0.85; }
.fubrg2w .d7cbp { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.kl1vv .d7cbp,
.apeops  .d7cbp { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.kl1vv .d7cbp:hover,
.apeops  .d7cbp:hover { opacity: 0.88; }
.fubrg2w.kl1vv .d7cbp,
.fubrg2w.apeops  .d7cbp { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.deip {
  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;
}
.deip:hover { transform: translateY(-2px); opacity: 0.92; }
.deip { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qn5ok03 .deip { display: none; }
.ws4a68g4 .deip { right: 32px; }
.m7iy7  .deip { left: 32px; }
@media (max-width: 480px) {
  .ws4a68g4 .deip { right: 20px; bottom: 20px; }
  .m7iy7  .deip { left: 20px; bottom: 20px; }
}
.oy42 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.se4t { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.st45 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ffmm7e78 { color: var(--text-dim); font-size: 0.8rem; }
.ok0yi0 a, .mvbcdw a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ok0yi0 a:hover, .mvbcdw a:hover { color: var(--accent-light); }
.mvbcdw { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.o1pdmrp .se4t { text-align: center; }
.o1pdmrp .mvbcdw { justify-content: center; margin-bottom: 16px; }
.o1pdmrp .st45 { margin-top: 0; }
.fejk0vea { margin-top: 10px; }
.fejk0vea a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .se4t { padding-left: 16px; padding-right: 16px; }
  .rloi0r .se4t { padding: 20px 16px; }
  .mvbcdw { gap: 4px 12px; }
  .st45 { font-size: 0.78rem; }
}
.mbvtz5gr .st45 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.mbvtz5gr .ffmm7e78 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .mbvtz5gr .si8a { grid-template-columns: 1fr 1fr; } .mbvtz5gr .jqlbfl { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mbvtz5gr .si8a { grid-template-columns: 1fr; } }
.h032g .st45 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .h032g .fhpai { gap: 12px; } .h032g .udwxrsi { margin-right: 0; width: 100%; } }
.h68sb .st45 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.h68sb .ffmm7e78 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .h68sb .y52ba5v { grid-template-columns: 1fr 1fr; } .h68sb .akr35 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h68sb .y52ba5v { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .oibc .b695k0 { grid-template-columns: 1fr 1fr; } .oibc .cl9hsy2:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .oibc .b695k0 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .n92w6v8 .b695k0 { grid-template-columns: 1fr; } }
.olrauk .se4t { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.olrauk .mvbcdw { justify-content: center; }
.pes37d .ewgy5w      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.pes37d .oy42 { background: var(--bg-page); border-top-color: var(--border-alt); }
.zfw7kjx9 .ewgy5w      { background: #0d1117; border-bottom-color: #21262d; }
.zfw7kjx9 .i6046hm { color: var(--accent-light); }
.zfw7kjx9 .i79zpjmi { --msep-color: #8b949e; }
.zfw7kjx9 .i79zpjmi a { color: #8b949e; }
.zfw7kjx9 .i79zpjmi a:hover { color: var(--accent-light); }
.zfw7kjx9 .lchqrw { color: #8b949e; }
.zfw7kjx9 .oy42 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.zfw7kjx9 .st45,
.zfw7kjx9 .ffmm7e78 { color: #6e7681; }
.zfw7kjx9 .ok0yi0 a, .zfw7kjx9 .mvbcdw a,
.zfw7kjx9 .ok0yi0 a:hover, .zfw7kjx9 .mvbcdw a:hover,
@media (max-width: 640px) {
  .zfw7kjx9 .i79zpjmi { background: #0d1117; border-top-color: #21262d; }
  .zfw7kjx9 .i79zpjmi li a { border-bottom-color: #21262d; }
}
.pjete1g .ewgy5w      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.pjete1g .i6046hm { color: var(--accent-light); }
.pjete1g .i79zpjmi { --msep-color: #475569; }
.pjete1g .i79zpjmi a { color: #475569; }
.pjete1g .i79zpjmi a:hover { color: var(--accent-light); }
.pjete1g .lchqrw { color: #64748b; }
.pjete1g .oy42 { background: #f0f4f8; border-top-color: #cbd5e1; }
.pjete1g .st45,
.pjete1g .ffmm7e78 { color: #64748b; }
.pjete1g .ok0yi0 a, .pjete1g .mvbcdw a,
.pjete1g .ok0yi0 a:hover, .pjete1g .mvbcdw a:hover,
@media (max-width: 640px) {
  .pjete1g .i79zpjmi { background: #f0f4f8; border-top-color: #cbd5e1; }
  .pjete1g .i79zpjmi li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.kl1vv .ewgy5w      { background: var(--accent); border-bottom-color: var(--accent-light); }
.kl1vv .i6046hm { color: #fff; }
.kl1vv .i79zpjmi { --msep-color: rgba(255,255,255,0.82); }
.kl1vv .i79zpjmi a { color: rgba(255,255,255,0.82); }
.kl1vv .i79zpjmi a:hover { color: #fff; }
.kl1vv .lchqrw { color: rgba(255,255,255,0.9); }
.kl1vv .qtwwh a { color: var(--text-primary) !important; }
.kl1vv .qtwwh a:hover { color: var(--accent-light) !important; }
.kl1vv .oy42 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.kl1vv .st45,
.kl1vv .ffmm7e78 { color: rgba(255,255,255,0.72); }
.kl1vv .ok0yi0 a, .kl1vv .mvbcdw a,
.kl1vv .dm4a57ru a, .kl1vv .zhib a,
.kl1vv .lxw9z a, .kl1vv .udwxrsi { color: #fff; }
.kl1vv .yulwns2w, .kl1vv .fejh0 { color: rgba(255,255,255,0.7); }
.kl1vv .ok0yi0 a:hover, .kl1vv .mvbcdw a:hover,
.kl1vv .dm4a57ru a:hover, .kl1vv .zhib a:hover { color: #fff; }
@media (max-width: 640px) {
  .kl1vv .i79zpjmi { background: var(--accent); border-top-color: var(--accent-light); }
  .kl1vv .i79zpjmi li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.apeops .ewgy5w {
  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);
}
.apeops .oy42 {
  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) {
  .apeops .i79zpjmi {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ejr8va0 .y7hz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.cxagjyi .y7hz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.fkati .y7hz { min-height: 72px; height: auto; }
.g65b2e3y .y7hz { min-height: 84px; height: auto; }
.rloi0r .y7hz { max-width: none; padding: 0 32px; }
.rloi0r .se4t  { max-width: none; padding: 24px 32px; }
.bb5gn.z5hd .y7hz { max-width: 1200px; }
.bb5gn.ekz5 .y7hz { max-width: 1320px; }
.dpky   .i6046hm, .dpky   .udwxrsi { text-transform: capitalize; }
.e60tsyr .i6046hm, .e60tsyr .udwxrsi { text-transform: lowercase; }
.fcwgf .i6046hm, .fcwgf .udwxrsi { text-transform: uppercase; letter-spacing: 0.06em; }
.lelecsif, .d2zp {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.l11o .lelecsif,
.wx94sc6s .lelecsif,
.aemqw3 .lelecsif,
.l73vnmul .lelecsif,
.q6bqm   .i79zpjmi a { font-weight: 500; }
.znau .i79zpjmi a { font-weight: 600; }
.jo1cls     .i79zpjmi a { font-weight: 700; }
.pazcomj    .i79zpjmi a { font-weight: 800; letter-spacing: 0.01em; }
.oodxwyyk     .i79zpjmi > li + li::before,
.slxo2k5    .i79zpjmi > li + li::before,
.td0gf55    .i79zpjmi > li + li::before,
.xpyw5 .i79zpjmi > li + li::before,
.wi4v .i79zpjmi > li + li::before,
.gly2  .i79zpjmi > li + li::before,
.l12t4yuu    .i79zpjmi > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.oodxwyyk     .i79zpjmi > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.slxo2k5    .i79zpjmi > li + li::before { content: "|"; }
.td0gf55    .i79zpjmi > li + li::before { content: "—"; }
.xpyw5 .i79zpjmi > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wi4v .i79zpjmi > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.gly2  .i79zpjmi > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.l12t4yuu    .i79zpjmi > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .dwjp .lchqrw,
  .u03z2357 .lchqrw,
  .vbtr .lchqrw,
  .j4jx5kv2 .lchqrw,
  .i9325 .lchqrw {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .dwjp .lchqrw::before,
  .u03z2357 .lchqrw::before,
  .vbtr .lchqrw::before,
  .j4jx5kv2 .lchqrw::before,
  .i9325 .lchqrw::before { content: ""; display: block; flex-shrink: 0; }

  
  .dwjp .lchqrw::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;
  }

  
  .u03z2357 .lchqrw::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;
  }

  
  .vbtr .lchqrw::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;
  }

  
  .j4jx5kv2 .lchqrw::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;
  }

  
  .i9325 .lchqrw::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) {
  .sn1ami8 .lchqrw {
    padding: 5px 14px;
  }
  .sn1ami8 .i79zpjmi {
    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;
  }
  .sn1ami8 .i79zpjmi li a {
    border-bottom: none; padding: 10px 22px;
  }
  .sn1ami8 .i79zpjmi li a:hover { background: var(--bg-raised); }
  .sn1ami8 .x1q7ngag,
  .w9vccm .x1q7ngag,
  .tyd8l .x1q7ngag { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .rk2ru .lchqrw {
    padding: 5px 10px;
  }
  .rk2ru .i79zpjmi {
    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);
  }
  .rk2ru .i79zpjmi.pfxb { transform: translateX(0); }
  .rk2ru .i79zpjmi li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .rk2ru .i79zpjmi li:last-child a { border-bottom: none; }
  .kl1vv .i79zpjmi,
  .zfw7kjx9 .i79zpjmi { background: var(--accent) !important; }
  .kl1vv .i79zpjmi li a,
  .zfw7kjx9 .i79zpjmi li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .tyd8l .lchqrw {
    padding: 5px 10px;
  }
  .tyd8l .i79zpjmi {
    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);
  }
  .tyd8l .i79zpjmi::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .tyd8l .i79zpjmi.pfxb { transform: translateY(0); }
  .tyd8l .i79zpjmi li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .rtjfcm .lchqrw {
    padding: 5px 10px;
  }
  .rtjfcm .i79zpjmi {
    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;
  }
  .rtjfcm .i79zpjmi.pfxb { opacity: 1; pointer-events: auto; }
  .rtjfcm .i79zpjmi li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ssshrk1     .lchqrw { border-radius: 0 !important; }
  .atd8jd   .lchqrw { border-radius: 8px !important; }
  .x5tpka .lchqrw { border-radius: 50% !important; }
  .dmjj336y   .lchqrw { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .i12dsg3 .gdrvrib { flex-direction: column; align-items: stretch; }
  .i12dsg3 .jty2 { flex-direction: row; min-width: auto; }
  .i12dsg3 .rly174h { align-items: flex-start; text-align: left; }
}
.o0u7,
.o0u7.i2bcij,
.r8iywq .o0u7,
.wgjw8o .o0u7,
.p8t5 .o0u7,
.tee62jh .o0u7 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.npjmc {
  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;
}
.uhzicd67 { flex: 1 1 280px; min-width: 0; }
.q23e05eg {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.wckfgtc {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.csf56wp {
  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;
}
.csf56wp:hover { transform: translateY(-1px); opacity: 0.95; }
.akq3xz .npjmc {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.akq3xz .q23e05eg { color: var(--cta); }
.akq3xz .wckfgtc { color: var(--text-body); }
.akq3xz .csf56wp {
  background: var(--cta) !important;
  color: #fff !important;
}
.b4m2v .npjmc {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.b4m2v .q23e05eg { color: var(--text-primary); }
.b4m2v .wckfgtc { color: var(--text-body); }
.b4m2v .csf56wp {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .npjmc {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .uhzicd67 { flex: 0 0 auto; }
  .q23e05eg { font-size: 1.2rem; }
  .csf56wp { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.pblqg31 .wad6j { height: 36px; }
.r7bk5ml6 .wad6j { height: 60px; max-width: 200px; }
.ve3fo .wad6j { height: 76px; max-width: 240px; }
.ue7s     .bqg7el5j, .ue7s     .on1dx { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.x7q8sfho .droo + .droo {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .fx9ibu .xih9 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .fx9ibu .wf2jb8du {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .fx9ibu .wf2jb8du { padding: 40px 16px 20px; }
  .fx9ibu .droo {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .fx9ibu .dmep { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .qz70ec .wf2jb8du {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .qz70ec .wf2jb8du::before {
    position: absolute; top: 14px; left: 14px;
  }
  .qz70ec .hp5ijgao {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .qz70ec .kga7d79 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .qz70ec .droo {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .qz70ec .dmep { width: 100%; min-width: 0; }
  .qz70ec .bqg7el5j { min-width: 0; }
}
.n3y2u .wf2jb8du::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.yvn9bk .l4w10vc {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.yvn9bk .l4w10vc summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.yvn9bk .l4w10vc p { padding: 0 2px 16px; }
.d3qg1 .l4w10vc { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.d3qg1 .l4w10vc summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.d3qg1 .l4w10vc summary::after { content: "›"; font-size: 1.2em; }
.d3qg1 .l4w10vc[open] summary::after { content: "‹"; }
.d3qg1 .l4w10vc p { padding: 10px 22px 4px; }
.teyws1v .l4w10vc {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.teyws1v .l4w10vc summary { color: var(--text-primary); padding-left: 16px; }
.teyws1v .l4w10vc summary::after { content: "›"; font-size: 1.1em; }
.teyws1v .l4w10vc[open] summary::after { content: "‹"; }
.teyws1v .l4w10vc p { padding-left: 16px; }
.h8eim .nwhw4c8m { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.h8eim .l4w10vc {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.h8eim .l4w10vc:last-child { border-bottom: none; }
.h8eim .l4w10vc summary { color: var(--text-primary); border-radius: 0; }
.h8eim .l4w10vc summary::after { content: "›"; font-size: 1.1em; }
.h8eim .l4w10vc[open] summary::after { content: "‹"; }
.fhx0i .l4w10vc { overflow: hidden; }
.fhx0i .l4w10vc summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.fhx0i .l4w10vc summary::after { color: rgba(255,255,255,.75); }
.fhx0i .l4w10vc[open] summary { border-radius: 0; }
.nb8r { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.dh4ovq9n {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.oqymfsqo {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.r65x2 { color: var(--text-muted); font-size: 1.05rem; }
.i360m {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.o33hz92 { margin-bottom: 20px; }
.ej0xefw {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.gg57px37 {
  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;
}
.gg57px37:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.caa7f { resize: vertical; min-height: 130px; }
.ym2v6p { width: 100%; margin-top: 8px; }
.sjvg {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.tu32 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ig9i4 { color: var(--text-muted); line-height: 1.75; }
.r8k2 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.r8k2 li { margin-bottom: 6px; }
.rhwmrz { max-width: 760px; margin: 0 auto; }
.iy30 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.w2chijsx { max-width: 760px; margin: 0 auto; }
.c5t9kt8u { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.eu8h ul.r8k2 { margin: 0; }
.s5snup1 .c5t9kt8u { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .s5snup1 { grid-template-columns: 1fr; gap: 10px; } }
.ogvrdpu { max-width: 640px; margin: 0 auto; text-align: center; }
.ipk4wo { margin-bottom: 48px; }
.ipk4wo .c5t9kt8u { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ipk4wo p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.sa4b .r8k2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tbn7tii8 { grid-template-columns: 1fr; } }
.b19tf1 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.b19tf1:hover .v4gip { color: var(--accent-light); text-decoration: underline; }
.yihvmu4y { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.iegz6l { margin-bottom: 48px; }
.b0t6aw { max-width: 760px; margin: 0 auto; }
.sduu8xt { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.sduu8xt:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.arjx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.sduu8xt p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.sduu8xt ul.r8k2 { margin: 0; }
.ntk8t2ly { color: var(--text-muted); line-height: 1.75; }
.c6ekh9 .r8k2,
.nfaxzu .r8k2,
.kse3 .r8k2,
.g02t .r8k2 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.c6ekh9 .sduu8xt,
.nfaxzu .sduu8xt { text-align: left; }
.c6ekh9 .arjx,
.nfaxzu .arjx { text-align: center; }
.gi1b3e { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.t0hofu0 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.k3az { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.s773pgl { margin-top: 12px; }
.a2pu { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.a2pu:hover { border-bottom-color: var(--accent-light); }
.xzr2gn { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.xzr2gn img { width: 100%; height: 100%; object-fit: cover; display: block; }
.y91a6 { border-radius: 50%; }
.zkqcj { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.owdu { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
.noag846 { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .noag846 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.as18h .k3az, .as18h .t0hofu0 { max-width: 640px; }
.l23wzkx0 .gi1b3e { font-size: 1.6rem; margin-top: 18px; }
.sgdez .k3az { margin-bottom: 28px; }
@media (max-width: 860px) { .rsh03i { grid-template-columns: 1fr; } .l23wzkx0 { position: static; text-align: center; } }
.yr8ttjv .xzr2gn { margin: 0 auto 18px; }
.yr8ttjv .zkqcj { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .dtwb { grid-template-columns: 1fr; } }
.ik07r8 .gi1b3e { font-size: 1.6rem; margin-bottom: 6px; }
.g02t .r8k2 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ik07r8 { flex-direction: column; text-align: center; } .qw355x { grid-template-columns: 1fr; } }
.b17h4o .gi1b3e { font-size: 1.35rem; margin: 0 0 4px; }
.b17h4o .zkqcj { margin: 0; }
.dv66wu .oqymfsqo { color: var(--accent-light); }
.mj30e .oqymfsqo { font-size: 2rem; }
.mj30e .r65x2 { max-width: 680px; }
.adui20 .oqymfsqo { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.adui20 .r65x2  { margin: 0; }
@media (max-width: 640px) { .adui20 { flex-direction: column; } }
.w5ahp {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.w5ahp .oqymfsqo { color: var(--accent-light); }
.vfiv4f .oqymfsqo { color: #fff; }
.vfiv4f .r65x2  { color: rgba(255,255,255,0.85); }
.svswpe { max-width: 680px; margin: 0 auto; }
.nncvzgwm {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .nncvzgwm { grid-template-columns: 1fr; } }
.s23b { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.s23b .gg57px37 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.s23b .gg57px37:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ifqupumb .gg57px37 { background: var(--bg-raised); border-color: transparent; }
.ifqupumb .gg57px37:focus { background: var(--bg-card); border-color: var(--accent-light); }
.n37d .gg57px37 { border-radius: 100px; padding: 11px 20px; }
.n37d .caa7f { border-radius: 14px; }
.tuq9e {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.tuq9e summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.tuq9e summary::-webkit-details-marker { display: none; }
.tuq9e summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.tuq9e[open] summary::after { content: "−"; }
.aqii4168 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .nrrukg91 { grid-template-columns: 1fr; } }
.lwum { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.lwum li { margin-bottom: 6px; }
.jfl9x{display:none}
.jfl9x:empty,.oxgk:empty{display:none}
.qqtl{position:relative;overflow:visible}
.btxwh .r5pwvf81,.en4p2 .r5pwvf81,
.rhzs .r5pwvf81,.scw6 .r5pwvf81,
.wqobry7s .r5pwvf81,.ethdn .r5pwvf81{display:block}
.t9gjfv0q .ptzyww0z{display:block}
.btxwh .r5pwvf81,.en4p2 .r5pwvf81,
.rhzs .r5pwvf81,.scw6 .r5pwvf81,
.wqobry7s .r5pwvf81{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}
.btxwh .r5pwvf81 .oxgk,.en4p2 .r5pwvf81 .oxgk,
.rhzs .r5pwvf81 .oxgk,.scw6 .r5pwvf81 .oxgk,
.wqobry7s .r5pwvf81 .oxgk{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}
.btxwh .r5pwvf81,.en4p2 .r5pwvf81{top:12px}
.btxwh .r5pwvf81 .oxgk{margin-right:auto}
.en4p2 .r5pwvf81 .oxgk{margin-left:auto}
.en4p2 .r5pwvf81{text-align:right}
.rhzs .r5pwvf81,.scw6 .r5pwvf81{bottom:12px}
.rhzs .r5pwvf81 .oxgk{margin-right:auto}
.scw6 .r5pwvf81 .oxgk{margin-left:auto}
.scw6 .r5pwvf81{text-align:right}
.wqobry7s .r5pwvf81{position:relative;margin-top:16px}
.wqobry7s .r5pwvf81 .oxgk{margin:0 auto}
.ethdn .r5pwvf81{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ethdn .r5pwvf81 .oxgk{margin:0}
.ethdn .nbw72j~.r5pwvf81,
.ethdn .ccmjcklj~.r5pwvf81{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ethdn .nbw72j~.r5pwvf81 .oxgk,
.ethdn .ccmjcklj~.r5pwvf81 .oxgk{justify-content:flex-start}
.nbw72j~.r5pwvf81,.ccmjcklj~.r5pwvf81{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}
.nbw72j~.r5pwvf81 .oxgk{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ccmjcklj~.r5pwvf81 .oxgk{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ptzyww0z .oxgk{margin:0 0 12px}
.oxgk{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.heeu0{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.v4gip{font-weight:600;color:var(--text-heading);opacity:1}
.bb1zo35 .heeu0{display:none}
.lmy2 .oxgk{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.lb3o84p .z3q1abk{color: var(--accent-light);opacity:1;font-weight:500}
.th3z .oxgk{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.qrm71w{--date-bg:transparent}
.cirfhtni .kmhm::before{content:""}
.s4ul4 .ugad{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .ugad{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vijeja{max-width:100%}
}
@media (max-width:560px){
  .mn97jy4{grid-template-columns:repeat(2,1fr);gap:12px}
}
.j28xu {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.j28xu.nfrm91r {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.rll8yjjl {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.rll8yjjl .gg38 {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  font-size: 24px; line-height: 1; color: var(--text-primary, #111) !important;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0; margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.rll8yjjl .gg38:hover { background: rgba(0,0,0,0.12) !important; }
.um1935 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.qztzabt {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.ozlj2c3q {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.rll8yjjl .yg1iz8 {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.rll8yjjl .yg1iz8:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .rll8yjjl { padding: 28px 18px 20px; }
  .ozlj2c3q { font-size: 1.2rem; }
  .um1935 { max-width: 220px; max-height: 80px; }
}
.xjuzt8k8 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.h9s0jp {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.xgl8  .xjuzt8k8 { border-radius: 50%; }
.hcpm  .xjuzt8k8 { border-radius: 6px; }
.m2i4e .xjuzt8k8 { border-radius: 22px; }
.qn8xk6 .npjmc {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .xjuzt8k8 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.cecyddt {
  margin: 0 0 24px;
}
.cecyddt .i2bcij {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.cecyddt .l6v0 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.cecyddt .npjmc {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
:root {
  --accent:          #342ad7;
  --brand:           #342ad7;
  --brand-light:     #312aa1;
  --brand-pale:      #5b54c3;
  --grad-start:      #7d77e5;
  --grad-end:        #b3afea;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #3b82f6;
  --cta-light:       #0d67fa;
  --cta-hover:       #0a5fe9;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f5;
  --bg-raised:       #eeeef1;
  --bg-hover:        #f3f3f5;
  --border:          #e2e2e8;
  --border-alt:      #d0cfdc;
  --border-section:  #e2e2e8;
  --text-primary:    #17171b;
  --text-muted:      #525160;
  --text-body:       #2f2e37;
  --text-sub:        #464652;
  --text-faint:      #767589;
  --text-dim:        #9190a1;
  --text-label:      #5e5d6e;
  --text-value:      #3b3a44;
  --accent-bg:       #e3e2f2;
  --accent-bg-light: #cccaec;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f5;
  --c-pros:          #12916c;
  --c-cons:          #9f2146;
  --c-pros-label:    #15ac80;
  --c-tip-border:    #17be8e;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #12916c;
}
:root { --logo-bg-opacity: 36%; }
body, button, input { font-family: "Noto Sans", sans-serif; }
.zmara .jol0lw { font-size: 0; width: 1.2rem; flex-shrink: 0; }.zmara .jol0lw::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.zmara .pes343     .jol0lw::before { content: "";  color: var(--c-tip-border); }.zmara .k1lry3 .jol0lw::before { content: ""; color: var(--c-warn-border); }.zmara .tjjom    .jol0lw::before { content: ""; color: #60a5fa; }.nznupvc7 .zmara .pes343     .jol0lw::before { color: #10b981; }.nznupvc7 .zmara .k1lry3 .jol0lw::before { color: #f43f5e; }.nznupvc7 .zmara .tjjom    .jol0lw::before { color: #a855f7; }.nw3xsk8  .zmara .pes343     .jol0lw::before { color: #eab308; }.nw3xsk8  .zmara .k1lry3 .jol0lw::before { color: #ef4444; }.nw3xsk8  .zmara .tjjom    .jol0lw::before { color: #f97316; }.xrcu6h3n  .zmara .pes343     .jol0lw::before { color: #38bdf8; }.xrcu6h3n  .zmara .k1lry3 .jol0lw::before { color: #818cf8; }.xrcu6h3n  .zmara .tjjom    .jol0lw::before { color: #2dd4bf; }.nrlu6 .zmara .jol0lw::before { color: var(--accent-light) !important; }
.npx1 .abxkq06, .npx1 .nbw72j { min-height: 420px; }
.a150::before { content: '>'; }