:root {
  --color-accent: #95c402;
  --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;
}
.sg9ao3 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ilg31k9 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rw0isfod {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.l8an6pv { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.cdqgix { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.cdqgix a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.cdqgix a:hover { color: var(--accent-light); }
.tj8q3j     .beymmf { border-radius: 6px; }
.tj8q3j .beymmf li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.tj8q3j .beymmf li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.ta34 .beymmf li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .beymmf {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ynkgik:hover .beymmf,
  .ynkgik:focus-within .beymmf { display: block; }
  .beymmf li a { padding: 8px 16px; font-size: 0.88rem; }
}
.fsza4 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.qocui { display: none; }
@media (max-width: 640px) {
  .qocui {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .qocui.ljoe0 { display: block; }
}
@media (max-width: 640px) {
  .fsza4 { display: block; }
  .cdqgix > li + li::before { display: none !important; }
  .cdqgix {
    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;
  }
  .cdqgix.ljoe0 { display: flex; }
  .cdqgix li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .cdqgix li:last-child a { border-bottom: none; }
}
.qx83ao8 { min-height: 480px; }
.pl3h0q62 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.kaa4b { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.kue1 .kaa4b { margin-left: 0; margin-right: 0; }
.sj0b7 {
  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;
}
.tv2ibn6o .sj0b7 { margin-top: 24px; }
.sj0b7:hover { opacity: 0.88; }
.sl6ou1 .pl3h0q62 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.sl6ou1 .kaa4b { color: #e2e8f0; }
.sl6ou1.j8dpt .xsas { text-align: center; }
.rv9myk .pl3h0q62 { color: var(--text-primary); text-shadow: none; }
.rv9myk .kaa4b { color: var(--text-muted); }
.rv9myk .sj0b7 { margin-top: 16px; }
.rv9myk, .rv9myk.qx83ao8 { min-height: auto !important; }
.rv9myk.j8dpt .xsas { text-align: center; }
.rv9myk~.rgarl{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}
.rv9myk~.rgarl .h8joo0dk{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.xny3 .x6a60lp,
.xny3 .dlg4qq {
  position: relative; overflow: hidden;
}
.xny3 .x6a60lp::after,
.xny3 .dlg4qq::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.xny3 .sl6ou1 .c0kocd {
  overflow: hidden;
}
.xny3 .sl6ou1 .c0kocd::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;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.x6a60lp .pl3h0q62 { color: #fff; }
.x6a60lp .kaa4b { color: rgba(255,255,255,0.85); }
.x6a60lp .sj0b7 { background: #fff; color: var(--cta); }
.x6a60lp .sj0b7:hover { opacity: 0.92; }
.ohwcwsep .zly2 { position: relative; overflow: hidden; }
.ohwcwsep .zly2::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.y2bkphw .zly2 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.bnd902h .zly2 { position: relative; overflow: hidden; }
.bnd902h .zly2::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;
}
.xny3 .zly2 { position: relative; overflow: hidden; }
.xny3 .zly2::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.wfoumc8e .zly2 {
  animation: hg-fadein 1.2s ease-out both;
}
.zly2 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.bxchqbv {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.rvu8hp4 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.x2d2 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.zly2 .pl3h0q62 { text-shadow: none; color: var(--text-primary); }
.zly2 .kaa4b { color: var(--text-muted); }
body.dhqlw6q .pl3h0q62 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.xholqu1 .pl3h0q62 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qx83ao8.x6a60lp .pl3h0q62,
section.x6a60lp .pl3h0q62 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.zly2.j8dpt .bxchqbv { align-items: center; text-align: center; }
.zly2.kue1   .bxchqbv { align-items: flex-start; text-align: left; }
.kqb4ipqa .rvu8hp4 { position: relative; }
.kqb4ipqa .rvu8hp4::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.kqb4ipqa.bwc0fc24 .rvu8hp4::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.rccdtf .rvu8hp4 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.rccdtf .x2d2 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.rccdtf.bwc0fc24 .rvu8hp4 { padding: 32px 0 32px 32px; }
.gai4hu .rvu8hp4 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.gai4hu .x2d2 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.bwc0fc24 .bxchqbv {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.gai4hu.bwc0fc24 .rvu8hp4 { padding: 40px 16px 40px 48px; }
.qx83ao8 .at0m24mn {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.at0m24mn .l9iub.owtbz {
  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;
}
.at0m24mn .l9iub.owtbz:hover { opacity: 0.85; }
.w9qc9 .rvu8hp4 {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .zly2 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .zly2:not(.w9qc9) .rvu8hp4 { display: none !important; }
  .w9qc9 .rvu8hp4 { padding: 16px; }
  .bxchqbv  { padding: 36px 24px; }
  .zly2~.rgarl,.bwc0fc24~.rgarl{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .qx83ao8, .zly2 { min-height: 320px !important; }
  .pl3h0q62 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .dcy09ja,
  .t6o5d,
  .epmdbv1f { grid-template-columns: 1fr !important; }

  

  
  .zhsr { display: flex !important; flex-direction: column !important; }
  .zhsr .xsas { display: contents; }
  .zhsr .c0kocd { order: 0; }
  .zhsr .pl3h0q62 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .zhsr .dcy09ja { order: 2; padding: 0 16px 12px !important; }
  .zhsr .kaa4b { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .tv2ibn6o .xsas { display: flex; flex-direction: column; }
  .tv2ibn6o .xsas .pl3h0q62 { order: 1; }
  .tv2ibn6o .xsas .epmdbv1f { order: 2; margin: 8px 0 24px !important; }
  .tv2ibn6o .xsas .kaa4b { order: 3; }
  .tv2ibn6o .xsas .sj0b7 { order: 4; align-self: center; margin-top: 0; }

  
  .zly2.w9qc9 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .zly2.w9qc9 .bxchqbv { display: contents; padding: 0; }
  .zly2.w9qc9 .bxchqbv .pl3h0q62 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .zly2.w9qc9 .rvu8hp4 { order: 2; padding: 12px 16px; }
  .zly2.w9qc9 .bxchqbv .kaa4b { order: 3; padding: 0 24px; margin: 0 auto; }
  .zly2.w9qc9 .bxchqbv .sj0b7 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.buld3u { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ekp80 { width: 100%; height: auto; display: block; border-radius: 10px; }
.j8ryd8io .buld3u        { border-radius: 16px; }
.j8ryd8io .ekp80  { border-radius: 16px; }
.lf90 .buld3u         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.lf90 .ekp80   { border-radius: 8px; }
.cvp90yaz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.f2r2w2zi { width: 100%; padding: 32px 0; position: relative; }
.d34k1l { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ohtss .f2r2w2zi:nth-child(even) { background: var(--bg-surface); }
.ohtss .f2r2w2zi:nth-child(odd)  { background: var(--bg-page); }
.tgg3 .f2r2w2zi:nth-child(even) { background: var(--bg-card); }
.tgg3 .f2r2w2zi:nth-child(odd)  { background: var(--bg-page); }
.ohtss .f2r2w2zi:nth-child(odd)  .d34k1l { background: var(--bg-card); border-radius: 6px; }
.ohtss .f2r2w2zi:nth-child(even) .d34k1l { background: var(--bg-raised); border-radius: 6px; }
.tgg3 .f2r2w2zi:nth-child(odd)  .d34k1l { background: var(--bg-card); border-radius: 6px; }
.tgg3 .f2r2w2zi:nth-child(even) .d34k1l { background: var(--bg-raised); border-radius: 6px; }
.ohtss .f2r2w2zi:nth-child(even) .np0u .rju9x,
.tgg3 .f2r2w2zi:nth-child(even) .np0u .rju9x { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ohtss .f2r2w2zi:nth-child(odd) .np0u .rju9x,
.tgg3 .f2r2w2zi:nth-child(odd) .np0u .rju9x { background: var(--bg-card-inner); }
.ohtss .f2r2w2zi:nth-child(even) .dzb6 .rju9x:nth-child(odd),
.tgg3 .f2r2w2zi:nth-child(even) .dzb6 .rju9x:nth-child(odd)  { background: var(--bg-card); }
.ohtss .f2r2w2zi:nth-child(even) .dzb6 .rju9x:nth-child(even),
.tgg3 .f2r2w2zi:nth-child(even) .dzb6 .rju9x:nth-child(even) { background: var(--bg-card-inner); }
h1.yixfnwbz { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.yixfnwbz {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.s08l0o3g { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.izcjabn4 h2.yixfnwbz {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.m8z018m h2.yixfnwbz {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.zy3cdf h2.yixfnwbz {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.iatn2n9 h2.yixfnwbz::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.a3hqj5a h2.yixfnwbz {
  color: var(--text-primary); font-size: 1.7rem;
}
.c0y1 h2.yixfnwbz::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.gye0pmei h2.yixfnwbz {
  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;
}
.ctpw { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ctpw { display: none; } }
.a5sai { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ktfk { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mjrasd7 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.v8rq { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.gv8u7p1t { padding-left: 20px; }
.gv8u7p1t li { margin-bottom: 6px; }
.gv8u7p1t a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.gv8u7p1t a:hover { color: var(--accent-light); }
.td90z .v8rq { display: none; }
.ld0w5k3 .v8rq { display: none; }
.ld0w5k3 .gv8u7p1t { padding-left: 0; list-style: none; }
.ld0w5k3 .gv8u7p1t li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ld0w5k3 .gv8u7p1t a { font-size: 0.92rem; }
.e7wnbk .mjrasd7 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.e7wnbk .v8rq { display: none; }
.e7wnbk .gv8u7p1t { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.e7wnbk .gv8u7p1t li { margin-bottom: 0; }
.e7wnbk .gv8u7p1t 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;
}
.e7wnbk .gv8u7p1t a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.bk6d .mjrasd7 { padding: 20px 20px 16px; }
.bk6d .gv8u7p1t {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.bk6d .gv8u7p1t li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.bk6d .gv8u7p1t 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;
}
.bk6d .gv8u7p1t 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;
}
.bk6d .gv8u7p1t a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.bk6d .gv8u7p1t a:focus,
.bk6d .gv8u7p1t a:focus-visible,
.bk6d .gv8u7p1t a:target { outline: none; }
.bk6d .gv8u7p1t li:target a { border-color: var(--border); color: var(--text-muted); }
.yx06yprz .mjrasd7 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.yx06yprz .v8rq { display: none; }
.yx06yprz .gv8u7p1t { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.yx06yprz .gv8u7p1t li { margin-bottom: 0; }
.yx06yprz .gv8u7p1t li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.yx06yprz .gv8u7p1t li:last-child::after { content: ""; margin-right: 0; }
.yx06yprz .gv8u7p1t a { font-size: 0.9rem; }
.rju9x { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.np0u .rju9x { background: var(--bg-card); }
.dzb6 .rju9x:nth-child(odd)  { background: var(--bg-card); }
.dzb6 .rju9x:nth-child(even) { background: var(--bg-raised); }
.wy4n2vvu .rju9x {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.wy4n2vvu .rju9x:last-child { border-bottom: none; }
.wy4n2vvu h3.s08l0o3g { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.u36oo .rju9x {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.u36oo .rju9x + .rju9x { margin-top: 4px; }
.s1zwnttd .rju9x { background: none; border-radius: 0; padding: 12px 0; }
.s1zwnttd .rju9x + .rju9x { border-top: 1px solid var(--border-section); }
.moged534 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.jyra { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.omeud { color: var(--text-body); margin-bottom: 10px; }
.uku0sfv, .or59h06 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.uku0sfv li, .or59h06 li { margin-bottom: 6px; }
.or59h06 li { list-style: decimal; }
.rmw4t     .uku0sfv { list-style-type: "● "; }
.o3ne  .uku0sfv { list-style-type: "■ "; }
.lq1kr6md .uku0sfv { list-style-type: "◆ "; }
.g6xv8eyj    .uku0sfv { list-style-type: "★ "; }
.rmw4t    .uku0sfv li::marker, .rmw4t    .dzmu li::marker,
.o3ne .uku0sfv li::marker, .o3ne .dzmu li::marker,
.lq1kr6md .uku0sfv li::marker, .lq1kr6md .dzmu li::marker,
.g6xv8eyj   .uku0sfv li::marker, .g6xv8eyj   .dzmu li::marker {
  color: var(--cta); font-size: 1em;
}
.rmw4t .or59h06,
.o3ne .or59h06,
.lq1kr6md .or59h06,
.g6xv8eyj .or59h06 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.rmw4t .or59h06 li,
.o3ne .or59h06 li,
.lq1kr6md .or59h06 li,
.g6xv8eyj .or59h06 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.rmw4t .or59h06 li::before,
.o3ne .or59h06 li::before,
.lq1kr6md .or59h06 li::before,
.g6xv8eyj .or59h06 li::before {
  content: counter(el-step);
  position: absolute; left: -2.2em; top: 0.05em;
  width: 1.45em; height: 1.45em;
  background: var(--accent); color: #fff;
  font-size: 0.72em; font-weight: 700;
  line-height: 1.45em; text-align: center;
}
.rmw4t     .or59h06 li::before { border-radius: 50%; }
.o3ne  .or59h06 li::before { border-radius: 3px; }
.lq1kr6md .or59h06 li::before { border-radius: 3px; }
.g6xv8eyj    .or59h06 li::before { border-radius: 50%; }
.f0c9unh { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.a20x3m .f0c9unh,
.jk0sc .f0c9unh { background: transparent; border: none; border-radius: 0; }
.wx77hq { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.wx77hq th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.wx77hq td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.wx77hq tr:hover td { background: var(--bg-hover); }
.nnvk6 .wx77hq tbody tr:nth-child(even) td { background: var(--bg-surface); }
.h7jcdw3 .wx77hq { border: 1px solid var(--border-alt); }
.h7jcdw3 .wx77hq th,
.h7jcdw3 .wx77hq td { border: 1px solid var(--border-alt); }
.kl7l .wx77hq th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.kl7l .wx77hq td { border-bottom: none; }
.kl7l .wx77hq tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.pbrkw .wx77hq th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.v65smm .f0c9unh {
  overflow: hidden;
}
.v65smm .wx77hq th { border-bottom: 1px solid var(--border-alt); }
.v65smm .wx77hq tr:last-child td { border-bottom: none; }
[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%}
.g8v9 .zt0khg {
  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);
}
.bytf34pn .nttr { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.bytf34pn .nttr:last-child { border-bottom: none; }
.bytf34pn .hofz2jdp { background: none; color: var(--accent-light); font-weight: 700; }
.ktbq9ek1 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.qah4tn  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.gptk { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.hmuhw3y { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.hzev6fj { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ktbq9ek1 strong { color: var(--text-primary); font-size: 0.95rem; }
.ktbq9ek1 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.hian { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.dm4fyt, .enleejq { border-radius: 8px; padding: 14px; }
.dm4fyt { background: var(--bg-pros); }
.enleejq { background: var(--bg-cons); }
.e5grhsld { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.dm4fyt .e5grhsld { color: var(--c-pros-label); }
.enleejq .e5grhsld { color: #f87171; }
.dm4fyt ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.enleejq ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ekp80 { width: 100%; height: auto; border-radius: 10px; display: block; }
.owtbz {
  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;
}
.owtbz:hover { opacity: 0.85; }
.f89x .owtbz  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.f89x .owtbz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.itrz .owtbz  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.itrz .owtbz:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gdak3y6 .sj0b7 { border-radius: 50px; }
.gdak3y6 .owtbz  { border-radius: 50px; }
.e00mei3 .sj0b7 { padding-left: 22px; padding-right: 22px; }
.e00mei3 .owtbz  { padding-left: 12px; padding-right: 12px; }
.lfpum1 .sj0b7 { padding-left: 44px; padding-right: 44px; }
.lfpum1 .owtbz  { padding-left: 24px; padding-right: 24px; }
.tj7rot .sj0b7 { padding-left: 56px; padding-right: 56px; }
.tj7rot .owtbz  { padding-left: 32px; padding-right: 32px; }
.n4ys04   .sj0b7::after, .n4ys04   .owtbz::after,
.da5h8o5 .sj0b7::after, .da5h8o5 .owtbz::after,
.h4udp7    .sj0b7::after, .h4udp7    .owtbz::after,
.k5xim    .sj0b7::after, .k5xim    .owtbz::after,
.qpjpa    .sj0b7::after, .qpjpa    .owtbz::after,
.d66p     .sj0b7::after, .d66p     .owtbz::after,
.mzgu1j    .sj0b7::after, .mzgu1j    .owtbz::after,
.gehjne   .sj0b7::after, .gehjne   .owtbz::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;
}
.n4ys04 .sj0b7::after, .n4ys04 .owtbz::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");
}
.da5h8o5 .sj0b7::after, .da5h8o5 .owtbz::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");
}
.h4udp7 .sj0b7::after, .h4udp7 .owtbz::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");
}
.k5xim .sj0b7::after, .k5xim .owtbz::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");
}
.qpjpa .sj0b7::after, .qpjpa .owtbz::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");
}
.d66p .sj0b7::after, .d66p .owtbz::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");
}
.mzgu1j .sj0b7::after, .mzgu1j .owtbz::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");
}
.gehjne .sj0b7::after, .gehjne .owtbz::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");
}
.qz72   .zp2u4n::after, .qz72   .t21dyqo::after,
.srht2s .zp2u4n::after, .srht2s .t21dyqo::after,
.xs25cumi    .zp2u4n::after, .xs25cumi    .t21dyqo::after,
.a2p5h63    .zp2u4n::after, .a2p5h63    .t21dyqo::after,
.upiwd    .zp2u4n::after, .upiwd    .t21dyqo::after,
.gpbhf     .zp2u4n::after, .gpbhf     .t21dyqo::after,
.p3uhni    .zp2u4n::after, .p3uhni    .t21dyqo::after,
.cdyk   .zp2u4n::after, .cdyk   .t21dyqo::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;
}
.qz72 .zp2u4n::after, .qz72 .t21dyqo::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");
}
.srht2s .zp2u4n::after, .srht2s .t21dyqo::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");
}
.xs25cumi .zp2u4n::after, .xs25cumi .t21dyqo::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");
}
.a2p5h63 .zp2u4n::after, .a2p5h63 .t21dyqo::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");
}
.upiwd .zp2u4n::after, .upiwd .t21dyqo::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");
}
.gpbhf .zp2u4n::after, .gpbhf .t21dyqo::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");
}
.p3uhni .zp2u4n::after, .p3uhni .t21dyqo::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");
}
.cdyk .zp2u4n::after, .cdyk .t21dyqo::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");
}
.mc3po5 .k0hm   { background: rgba(128,128,128,.12); }
.l9iub.owtbz {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .k0kvo {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .k0kvo::before    { grid-area: rank;   }
  .kjc1           { grid-area: ident;  }
  .erwqi     { grid-area: rating; min-width: 0; width: auto; }
  .yjx8x553           { grid-area: pills;  }
  .l9iub             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .k0kvo {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .k0kvo::before    { justify-self: center; }
  .kjc1           { width: 100%; }
  .erwqi     { justify-self: center; }
  .yjx8x553           { grid-template-columns: 1fr; }
}
.mwzf .z8c0ypf { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .aogi5 .b7eg2k09 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .aogi5 .b1lfg { margin: 0; }
}
.jk0sc .hian { gap: 10px; }
.jk0sc .dm4fyt, .jk0sc .enleejq { padding: 12px; }
.jk0sc .dm4fyt ul, .jk0sc .enleejq ul { margin: 4px 0 0; padding-left: 18px; }
.jk0sc .dm4fyt li, .jk0sc .enleejq li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .zmel { grid-template-columns: 1fr; }
  .x9vg0 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .x9vg0 .z6cps1vx { width: 72px; height: 50px; }
  .x9vg0 .seavtln { max-width: 180px; }
  .x9vg0 .vkxfj9 { width: auto; }
}
@media (max-width: 720px) {
  .dv7f { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .vvr8r { padding: 16px; }
  .y6kpzfm .eah5pe6n { min-width: 50%; }
}
.awh00xri .hian { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .vfzy09e { grid-template-columns: 1fr; }
  .gay14s { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .tbf1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .lczm { flex-wrap: wrap; padding: 16px; }
}
.orml .hian { gap: 8px; }
.orml .dm4fyt, .orml .enleejq { padding: 8px; }
@media (max-width: 480px) {
  .sblntsr6 { flex-direction: column; align-items: stretch; }
}
.afolljl .vkxfj9 .owtbz { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .yqpv9qr4 { flex-direction: column; align-items: stretch; gap: 10px; }
  .afolljl .vkxfj9 { text-align: center; }
}
@media (max-width: 720px) {
  .ckvx { grid-template-columns: 1fr; }
  .v4enk1uq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .u4rn7i { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .bqo1 { grid-template-columns: 1fr; }
  .sme89c2r { width: 100px; height: 100px; margin: 16px auto; }
  .ekzhi5wx { font-size: 1.4rem; }
  .lu5ppx6 { justify-content: center; }
  .lomexb0 .eah5pe6n { min-width: 50%; }
}
.alr6b4b .hian { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .f0zg5q { flex-wrap: wrap; padding: 14px 16px; }
  .xj4sz { padding: 12px 16px; }
  .alr6b4b .hian { margin: 0 16px; }
  .alr6b4b .qdgy { padding: 0 16px; }
  .rs9wqdy { padding: 12px 16px; }
}
.aqff .hmn40p { gap: 18px; }
.aqff .k0kvo {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.aqff .k0kvo:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.r0x0wnj .aevres { font-size: 1rem; letter-spacing: 2px; }
.gf8s2 { margin: 16px 0; }
.tl1j37ty { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.tl1j37ty summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.tl1j37ty summary::after { content: "+"; color: var(--accent-light); }
.tl1j37ty[open] summary::after { content: "−"; }
.tl1j37ty p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.f2r2w2zi { margin-bottom: 0; }
.nvgu98 h2.yixfnwbz { color: var(--text-primary); border-color: var(--accent-light); }
.yud0gpe h2.yixfnwbz { color: var(--text-primary); border-color: var(--accent-light); }
.kku0ig8 .qah4tn     { background: #052e16; border-color: #10b981; }
.kku0ig8 .gptk { background: #2d0a1e; border-color: #f43f5e; }
.kku0ig8 .hmuhw3y    { background: #1e1036; border-color: #a855f7; }
.kku0ig8 .ktbq9ek1 strong  { color: #f1f5f9; }
.kku0ig8 .ktbq9ek1 p       { color: #cbd5e1; }
.kku0ig8 .zkpph5    .qah4tn     .hzev6fj::before,
.kku0ig8 .j7hl  .qah4tn     .hzev6fj::before,
.kku0ig8 .xd9b  .qah4tn     .hzev6fj::before,
.kku0ig8 .y797ap0t .qah4tn     .hzev6fj::before { color: #10b981; }
.kku0ig8 .zkpph5    .gptk .hzev6fj::before,
.kku0ig8 .j7hl  .gptk .hzev6fj::before,
.kku0ig8 .xd9b  .gptk .hzev6fj::before,
.kku0ig8 .y797ap0t .gptk .hzev6fj::before { color: #f43f5e; }
.kku0ig8 .zkpph5    .hmuhw3y    .hzev6fj::before,
.kku0ig8 .j7hl  .hmuhw3y    .hzev6fj::before,
.kku0ig8 .xd9b  .hmuhw3y    .hzev6fj::before,
.kku0ig8 .y797ap0t .hmuhw3y    .hzev6fj::before { color: #a855f7; }
.fp8o .qah4tn     { background: #2d2000; border-color: #eab308; }
.fp8o .gptk { background: #2d0b0b; border-color: #ef4444; }
.fp8o .hmuhw3y    { background: #2d1600; border-color: #f97316; }
.fp8o .ktbq9ek1 strong  { color: #f1f5f9; }
.fp8o .ktbq9ek1 p       { color: #cbd5e1; }
.fp8o .zkpph5    .qah4tn     .hzev6fj::before,
.fp8o .j7hl  .qah4tn     .hzev6fj::before,
.fp8o .xd9b  .qah4tn     .hzev6fj::before,
.fp8o .y797ap0t .qah4tn     .hzev6fj::before { color: #eab308; }
.fp8o .zkpph5    .gptk .hzev6fj::before,
.fp8o .j7hl  .gptk .hzev6fj::before,
.fp8o .xd9b  .gptk .hzev6fj::before,
.fp8o .y797ap0t .gptk .hzev6fj::before { color: #ef4444; }
.fp8o .zkpph5    .hmuhw3y    .hzev6fj::before,
.fp8o .j7hl  .hmuhw3y    .hzev6fj::before,
.fp8o .xd9b  .hmuhw3y    .hzev6fj::before,
.fp8o .y797ap0t .hmuhw3y    .hzev6fj::before { color: #f97316; }
.zhydr8q2 .qah4tn     { background: #0c1a2e; border-color: #38bdf8; }
.zhydr8q2 .gptk { background: #12103a; border-color: #818cf8; }
.zhydr8q2 .hmuhw3y    { background: #0a2020; border-color: #2dd4bf; }
.zhydr8q2 .ktbq9ek1 strong  { color: #f1f5f9; }
.zhydr8q2 .ktbq9ek1 p       { color: #cbd5e1; }
.zhydr8q2 .zkpph5    .qah4tn     .hzev6fj::before,
.zhydr8q2 .j7hl  .qah4tn     .hzev6fj::before,
.zhydr8q2 .xd9b  .qah4tn     .hzev6fj::before,
.zhydr8q2 .y797ap0t .qah4tn     .hzev6fj::before { color: #38bdf8; }
.zhydr8q2 .zkpph5    .gptk .hzev6fj::before,
.zhydr8q2 .j7hl  .gptk .hzev6fj::before,
.zhydr8q2 .xd9b  .gptk .hzev6fj::before,
.zhydr8q2 .y797ap0t .gptk .hzev6fj::before { color: #818cf8; }
.zhydr8q2 .zkpph5    .hmuhw3y    .hzev6fj::before,
.zhydr8q2 .j7hl  .hmuhw3y    .hzev6fj::before,
.zhydr8q2 .xd9b  .hmuhw3y    .hzev6fj::before,
.zhydr8q2 .y797ap0t .hmuhw3y    .hzev6fj::before { color: #2dd4bf; }
.aoslnh .qah4tn     { background: var(--accent-bg); border-color: var(--accent-light); }
.aoslnh .gptk { background: var(--accent-bg-light); border-color: var(--accent-light); }
.aoslnh .hmuhw3y    { background: var(--accent-bg); border-color: var(--accent-pale); }
.aoslnh .zkpph5    .hzev6fj::before,
.aoslnh .j7hl  .hzev6fj::before,
.aoslnh .xd9b  .hzev6fj::before,
.aoslnh .y797ap0t .hzev6fj::before { color: var(--accent-light) !important; }
.tt111::before,
.cztp1r::before { margin-right: 5px; }
.b3k3gz2g .dm4fyt ul li,
.b3k3gz2g .dm4fyt .tt111 { color: #22c55e; }
.b3k3gz2g .enleejq ul li,
.b3k3gz2g .enleejq .cztp1r { color: #ef4444; }
.f33277 .dm4fyt { background: var(--bg-pros); }
.f33277 .enleejq { background: var(--bg-cons); }
.f33277 .dm4fyt .tt111 { color: var(--c-pros-label); }
.f33277 .enleejq .cztp1r { color: var(--c-cons); }
.f33277 .dm4fyt ul li,
.f33277 .enleejq ul li,
.j5smdw .dm4fyt { background: var(--bg-pros); }
.j5smdw .enleejq { background: var(--bg-cons); }
.j5smdw .dm4fyt .tt111 { color: var(--c-pros-label); }
.j5smdw .enleejq .cztp1r { color: var(--c-cons); }
.j5smdw .dm4fyt ul li,
.j5smdw .rqgo6d li          { color: var(--c-pros); }
.j5smdw .enleejq ul li,
.j5smdw .lzumcx5 li          { color: var(--c-cons); }
.xf3z9 .tt111::before { content: "✓ "; }
.xf3z9 .cztp1r::before { content: "✗ "; }
.rxxyknjh .tt111::before { content: "→ "; }
.rxxyknjh .cztp1r::before { content: "← "; }
.w6x1 .tt111::before { content: "★ "; }
.w6x1 .cztp1r::before { content: "✕ "; }
.uv4kp .tt111::before { content: "◆ "; }
.uv4kp .cztp1r::before { content: "▲ "; }
.ma4srsdi .ktbq9ek1 { background: transparent; border-left: none; border: 1.5px solid; }
.ma4srsdi .qah4tn     { border-color: var(--c-tip-border); }
.ma4srsdi .gptk { border-color: var(--c-warn-border); }
.ma4srsdi .hmuhw3y    { border-color: #60a5fa; }
.ma4srsdi .ktbq9ek1 strong { color: var(--text-primary); }
.ma4srsdi .ktbq9ek1 p      { color: var(--text-muted); }
.mwzf .ktbq9ek1 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.mwzf .qah4tn     { border-top-color: var(--c-tip-border); }
.mwzf .gptk { border-top-color: var(--c-warn-border); }
.mwzf .hmuhw3y    { border-top-color: #60a5fa; }
.p1cecs .ktbq9ek1 { border-left: none; border-radius: 8px; }
.p1cecs .qah4tn     { background: #065f46; }
.p1cecs .gptk { background: #92400e; }
.p1cecs .hmuhw3y    { background: #1e3a8a; }
.p1cecs .ktbq9ek1 strong,
.p1cecs .ktbq9ek1 p { color: #fff; }
.p1cecs .hzev6fj::before { color: rgba(255,255,255,0.85) !important; }
.kku0ig8.p1cecs .qah4tn,
.kku0ig8 .p1cecs .qah4tn     { background: #052e16; }
.kku0ig8.p1cecs .gptk,
.kku0ig8 .p1cecs .gptk { background: #2d0a1e; }
.kku0ig8.p1cecs .hmuhw3y,
.kku0ig8 .p1cecs .hmuhw3y    { background: #1e1036; }
.fp8o.p1cecs .qah4tn,
.fp8o .p1cecs .qah4tn      { background: #2d2000; }
.fp8o.p1cecs .gptk,
.fp8o .p1cecs .gptk  { background: #2d0b0b; }
.fp8o.p1cecs .hmuhw3y,
.fp8o .p1cecs .hmuhw3y     { background: #2d1600; }
.zhydr8q2.p1cecs .qah4tn,
.zhydr8q2 .p1cecs .qah4tn      { background: #0c1a2e; }
.zhydr8q2.p1cecs .gptk,
.zhydr8q2 .p1cecs .gptk  { background: #12103a; }
.zhydr8q2.p1cecs .hmuhw3y,
.zhydr8q2 .p1cecs .hmuhw3y     { background: #0a2020; }
.rwi6n80x .ktbq9ek1 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.rwi6n80x .qah4tn     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.rwi6n80x .gptk { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.rwi6n80x .hmuhw3y    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.rwi6n80x .ktbq9ek1 strong { color: var(--text-primary); }
.rwi6n80x .ktbq9ek1 p      { color: var(--text-muted); }
.tael .ktbq9ek1 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.zkpph5 .hzev6fj,
.j7hl .hzev6fj,
.xd9b .hzev6fj,
.y797ap0t .hzev6fj { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.zkpph5 .hzev6fj::before,
.j7hl .hzev6fj::before,
.xd9b .hzev6fj::before,
.y797ap0t .hzev6fj::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.zkpph5 .qah4tn     .hzev6fj::before { content: "✦"; color: var(--c-tip-border); }
.zkpph5 .gptk .hzev6fj::before { content: "▲"; color: var(--c-warn-border); }
.zkpph5 .hmuhw3y    .hzev6fj::before { content: "◉"; color: #60a5fa; }
.j7hl .qah4tn     .hzev6fj::before { content: "★"; color: var(--c-tip-border); }
.j7hl .gptk .hzev6fj::before { content: "◆"; color: var(--c-warn-border); }
.j7hl .hmuhw3y    .hzev6fj::before { content: "●"; color: #60a5fa; }
.xd9b .qah4tn     .hzev6fj::before { content: "▶"; color: var(--c-tip-border); }
.xd9b .gptk .hzev6fj::before { content: "■"; color: var(--c-warn-border); }
.xd9b .hmuhw3y    .hzev6fj::before { content: "▸"; color: #60a5fa; }
.y797ap0t .qah4tn     .hzev6fj::before { content: "→"; color: var(--c-tip-border); }
.y797ap0t .gptk .hzev6fj::before { content: "⬥"; color: var(--c-warn-border); }
.y797ap0t .hmuhw3y    .hzev6fj::before { content: "◈"; color: #60a5fa; }
.y237 .np0u .rju9x,
.y237 .dzb6 .rju9x  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.y237 .f0c9unh          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.y237 .mjrasd7                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.oy8apq6m .np0u .rju9x,
.oy8apq6m .dzb6 .rju9x,
.oy8apq6m .nttr,
.oy8apq6m .k0kvo,
.oy8apq6m .b1lfg,
.oy8apq6m .f0c9unh,
.oy8apq6m .mjrasd7,
.oy8apq6m .tael .ktbq9ek1 { box-shadow: none; }
.bjxtri   .omeud, .bjxtri .moged534, .bjxtri .jyra,
.bjxtri   .a5sai, .bjxtri .ktfk { font-size: 0.9rem; }
.bjxtri   .uku0sfv, .bjxtri .or59h06 { font-size: 0.9rem; }
.uca7t4   .omeud, .uca7t4 .moged534, .uca7t4 .jyra,
.uca7t4   .a5sai, .uca7t4 .ktfk { font-size: 0.95rem; }
.uca7t4   .uku0sfv, .uca7t4 .or59h06 { font-size: 0.95rem; }
.g4r9c7v   .omeud, .g4r9c7v .moged534, .g4r9c7v .jyra,
.g4r9c7v   .a5sai, .g4r9c7v .ktfk { font-size: 1.08rem; }
.g4r9c7v   .uku0sfv, .g4r9c7v .or59h06 { font-size: 1.05rem; }
.g4r9c7v   .wx77hq { font-size: 0.97rem; }
.dfmc .pl3h0q62      { font-size: 3.2rem; }
.dfmc h2.yixfnwbz { font-size: 1.9rem; }
.dfmc h3.s08l0o3g     { font-size: 1.4rem; }
.qxckzvv .pl3h0q62      { font-size: 3.8rem; }
.qxckzvv h2.yixfnwbz { font-size: 2.2rem; }
.qxckzvv h3.s08l0o3g     { font-size: 1.6rem; }
.f2r2w2zi + .f2r2w2zi { position: relative; }
.rduypspm   .f2r2w2zi + .f2r2w2zi::before,
.tnqu99q  .f2r2w2zi + .f2r2w2zi::before,
.nbsc8vz0   .f2r2w2zi + .f2r2w2zi::before,
.jmhwx1i3   .f2r2w2zi + .f2r2w2zi::before,
.a4s3   .f2r2w2zi + .f2r2w2zi::before,
.rwtm5j8 .f2r2w2zi + .f2r2w2zi::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.rduypspm .f2r2w2zi + .f2r2w2zi::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.tnqu99q .f2r2w2zi + .f2r2w2zi::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nbsc8vz0 .f2r2w2zi + .f2r2w2zi::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;
}
.jmhwx1i3 .f2r2w2zi + .f2r2w2zi::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qzpaqhk .f2r2w2zi { margin-bottom: 16px; }
.qzpaqhk .f2r2w2zi + .f2r2w2zi { margin-top: 0; }
.qzpaqhk .d34k1l { padding-top: 0; padding-bottom: 0; }
.a4s3 .f2r2w2zi + .f2r2w2zi::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.rwtm5j8 .f2r2w2zi + .f2r2w2zi::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.zet9 .f2r2w2zi + .f2r2w2zi::before,
.p0a8kw .f2r2w2zi + .f2r2w2zi::before,
.o1f4oji3 .f2r2w2zi + .f2r2w2zi::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%;
}
.ohtss .zet9 .f2r2w2zi:nth-child(even)::before,
.ohtss .p0a8kw .f2r2w2zi:nth-child(even)::before,
.ohtss .o1f4oji3 .f2r2w2zi:nth-child(even)::before { background: var(--bg-surface); }
.tgg3 .zet9 .f2r2w2zi:nth-child(even)::before,
.tgg3 .p0a8kw .f2r2w2zi:nth-child(even)::before,
.tgg3 .o1f4oji3 .f2r2w2zi:nth-child(even)::before { background: var(--bg-card); }
.zet9 .f2r2w2zi + .f2r2w2zi::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");
}
.p0a8kw .f2r2w2zi + .f2r2w2zi::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");
}
.o1f4oji3 .f2r2w2zi + .f2r2w2zi::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");
}
.iuik .sl6ou1,
.iuik .xsas,
.iuik .bxchqbv,
.r5sxfdk2 .bxchqbv { padding-bottom: 60px; }
.gndnaicw .bxchqbv { padding-bottom: 70px; }
.iuik .sl6ou1::before,
.iuik .sl6ou1::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");
}
.v94gj .zly2 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.wv8kd .zly2 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.to1ds8u .zly2 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.tvl0nfb .zly2 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.rzpsa8 .zly2 { background: var(--accent-bg); }
.df8ok .buld3u { float: left; width: 38%; margin: 0 28px 16px 0; }
.df8ok .buld3u .ekp80 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.df8ok .d34k1l::after { content: ''; display: block; clear: both; }
.nyxsyb9 .buld3u { float: right; width: 38%; margin: 0 0 16px 28px; }
.nyxsyb9 .buld3u .ekp80 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nyxsyb9 .d34k1l::after { content: ''; display: block; clear: both; }
.ce10ql .f2r2w2zi:nth-child(odd)  .buld3u { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ce10ql .f2r2w2zi:nth-child(even) .buld3u { float: right; width: 38%; margin: 0 0 16px 28px; }
.ce10ql .buld3u .ekp80 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ce10ql .d34k1l::after { content: ''; display: block; clear: both; }
@media (max-width: 900px) {
  .df8ok .buld3u,
  .nyxsyb9 .buld3u,
  .ce10ql .f2r2w2zi:nth-child(odd)  .buld3u,
  .ce10ql .f2r2w2zi:nth-child(even) .buld3u {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .df8ok .buld3u .ekp80,
  .nyxsyb9 .buld3u .ekp80,
  .ce10ql .buld3u .ekp80 {
    max-height: none !important;
  }
}
.df8ok .uku0sfv,
.df8ok .or59h06,
.nyxsyb9 .uku0sfv,
.nyxsyb9 .or59h06,
.ce10ql .uku0sfv,
.ce10ql .or59h06 { overflow: hidden; }
@media (max-width: 640px) {
  .df8ok .buld3u,
  .nyxsyb9 .buld3u,
  .ce10ql .buld3u { float: none; width: 100%; margin: 0 0 16px 0; }
}
.kij72qu .cvp90yaz,
.kij72qu .d34k1l,
.kij72qu .m4l99  { max-width: 1100px; }
.ybu2 .cvp90yaz,
.ybu2 .d34k1l,
.ybu2 .m4l99  { max-width: 1200px; }
.dqfekb .cvp90yaz,
.dqfekb .d34k1l,
.dqfekb .m4l99  { max-width: 1320px; }
.cna6wwx { font-size: 0.82rem; color: var(--text-muted); }
.ow1t0d { display: flex; align-items: center; }
.ulovsjav {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ba27 { display: flex; align-items: center; }
.zd9r { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.zd9r:hover { text-decoration: underline; }
.likme { margin: 0 3px; opacity: 0.45; }
.likme::before { content: '/'; }
.pbfh { padding: 2px 5px; color: var(--text-main); }
.g0ov6e .cna6wwx {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.g0ov6e .ow1t0d { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ffns0sh .cna6wwx {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ffns0sh .ow1t0d { padding: 0 0 0 12px; }
.r1l4l .ow1t0d { padding: 0 16px; }
.r1l4l .cna6wwx {
  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);
}
.r1l4l .cvp90yaz { padding-top: 28px; }
@media (max-width: 720px) {
  .j8kle { margin-top: 18px; padding: 0 16px; }
  .r1l4l .cvp90yaz { padding-top: 16px; }
}
.kij72qu.g0ov6e .ow1t0d { max-width: 1100px; }
.ybu2.g0ov6e .ow1t0d { max-width: 1200px; }
.dqfekb.g0ov6e .ow1t0d { max-width: 1320px; }
.xeuf .f2r2w2zi { padding-top: 16px; padding-bottom: 16px; }
.fw5lt .f2r2w2zi { padding-top: 24px; padding-bottom: 24px; }
.hbwfhxq .f2r2w2zi { padding-top: 40px; padding-bottom: 40px; }
.ibjibg11 .f2r2w2zi { padding-top: 52px; padding-bottom: 52px; }
.d5g7d .f2r2w2zi:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.d5g7d .f2r2w2zi:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.d5g7d .f2r2w2zi:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.d5g7d .f2r2w2zi:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.l1hevimd .d34k1l { padding-top: 10px;  padding-bottom: 10px; }
.jsu9k .d34k1l { padding-top: 18px;  padding-bottom: 18px; }
.s2zmn .d34k1l { padding-top: 36px;  padding-bottom: 36px; }
.fo6j .d34k1l { padding-top: 48px;  padding-bottom: 48px; }
.k1du0 h2.yixfnwbz { font-weight: 600; }
.k1du0 h3.s08l0o3g     { font-weight: 600; }
.e4pmibd { font-weight: 500; }
.e4pmibd h2.yixfnwbz { font-weight: 800; }
.e4pmibd h3.s08l0o3g     { font-weight: 700; }
.to3hk h2.yixfnwbz { font-weight: 900; }
.to3hk h3.s08l0o3g     { font-weight: 800; }
.to3hk .ktbq9ek1 strong,
.to3hk .ktbq9ek1 strong { font-weight: 600; }
.zp2u4n {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qj91 .zp2u4n { display: none; }
@media (max-width: 640px) {
  .hpfcv1 { display: none; }
  .zp2u4n {
    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;
  }
}
.zp2u4n { background: var(--cta) !important; color: #fff !important; border: none !important; }
.zp2u4n:hover { opacity: 0.85; }
.qo95t .zp2u4n { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.fhd4y4 .zp2u4n,
.r7krfa  .zp2u4n { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.fhd4y4 .zp2u4n:hover,
.r7krfa  .zp2u4n:hover { opacity: 0.88; }
.qo95t.fhd4y4 .zp2u4n,
.qo95t.r7krfa  .zp2u4n { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.t21dyqo {
  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;
}
.t21dyqo:hover { transform: translateY(-2px); opacity: 0.92; }
.t21dyqo { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ftr0 .t21dyqo { display: none; }
.kspi .t21dyqo { right: 32px; }
.ohp85cel  .t21dyqo { left: 32px; }
@media (max-width: 480px) {
  .kspi .t21dyqo { right: 20px; bottom: 20px; }
  .ohp85cel  .t21dyqo { left: 20px; bottom: 20px; }
}
.i8ezo9s { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.m4l99 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.kacw { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.nvum9m { color: var(--text-dim); font-size: 0.8rem; }
.gm24m a, .rx9pswd a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.gm24m a:hover, .rx9pswd a:hover { color: var(--accent-light); }
.rx9pswd { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.aglrbuh .m4l99 { text-align: center; }
.aglrbuh .rx9pswd { justify-content: center; margin-bottom: 16px; }
.aglrbuh .kacw { margin-top: 0; }
.rsiyks { margin-top: 10px; }
.rsiyks a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .m4l99 { padding-left: 16px; padding-right: 16px; }
  .bgnatx .m4l99 { padding: 20px 16px; }
  .rx9pswd { gap: 4px 12px; }
  .kacw { font-size: 0.78rem; }
}
.lampgeof .kacw { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.lampgeof .nvum9m { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .lampgeof .tv00 { grid-template-columns: 1fr 1fr; } .lampgeof .jslr9 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lampgeof .tv00 { grid-template-columns: 1fr; } }
.za6g .kacw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .za6g .pmjn5 { gap: 12px; } .za6g .bsx8zxlp { margin-right: 0; width: 100%; } }
.chph .kacw { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.chph .nvum9m { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .chph .kzpn { grid-template-columns: 1fr 1fr; } .chph .a447x72w { grid-column: 1 / -1; } }
@media (max-width: 480px) { .chph .kzpn { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .qjmsn5 .ks9st { grid-template-columns: 1fr 1fr; } .qjmsn5 .j7vy9:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qjmsn5 .ks9st { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .n5178 .ks9st { grid-template-columns: 1fr; } }
.tka5ieg2 .m4l99 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.tka5ieg2 .rx9pswd { justify-content: center; }
.vrufhc .sg9ao3      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vrufhc .i8ezo9s { background: var(--bg-page); border-top-color: var(--border-alt); }
.yhb6 .sg9ao3      { background: #0d1117; border-bottom-color: #21262d; }
.yhb6 .rw0isfod { color: var(--accent-light); }
.yhb6 .cdqgix { --msep-color: #8b949e; }
.yhb6 .cdqgix a { color: #8b949e; }
.yhb6 .cdqgix a:hover { color: var(--accent-light); }
.yhb6 .fsza4 { color: #8b949e; }
.yhb6 .i8ezo9s { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.yhb6 .kacw,
.yhb6 .nvum9m { color: #6e7681; }
.yhb6 .gm24m a, .yhb6 .rx9pswd a,
.yhb6 .gm24m a:hover, .yhb6 .rx9pswd a:hover,
@media (max-width: 640px) {
  .yhb6 .cdqgix { background: #0d1117; border-top-color: #21262d; }
  .yhb6 .cdqgix li a { border-bottom-color: #21262d; }
}
.f5s5j .sg9ao3      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.f5s5j .rw0isfod { color: var(--accent-light); }
.f5s5j .cdqgix { --msep-color: #475569; }
.f5s5j .cdqgix a { color: #475569; }
.f5s5j .cdqgix a:hover { color: var(--accent-light); }
.f5s5j .fsza4 { color: #64748b; }
.f5s5j .i8ezo9s { background: #f0f4f8; border-top-color: #cbd5e1; }
.f5s5j .kacw,
.f5s5j .nvum9m { color: #64748b; }
.f5s5j .gm24m a, .f5s5j .rx9pswd a,
.f5s5j .gm24m a:hover, .f5s5j .rx9pswd a:hover,
@media (max-width: 640px) {
  .f5s5j .cdqgix { background: #f0f4f8; border-top-color: #cbd5e1; }
  .f5s5j .cdqgix li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.fhd4y4 .sg9ao3      { background: var(--accent); border-bottom-color: var(--accent-light); }
.fhd4y4 .rw0isfod { color: #fff; }
.fhd4y4 .cdqgix { --msep-color: rgba(255,255,255,0.82); }
.fhd4y4 .cdqgix a { color: rgba(255,255,255,0.82); }
.fhd4y4 .cdqgix a:hover { color: #fff; }
.fhd4y4 .fsza4 { color: rgba(255,255,255,0.9); }
.fhd4y4 .i8ezo9s { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.fhd4y4 .kacw,
.fhd4y4 .nvum9m { color: rgba(255,255,255,0.72); }
.fhd4y4 .gm24m a, .fhd4y4 .rx9pswd a,
.fhd4y4 .gm24m a:hover, .fhd4y4 .rx9pswd a:hover,
@media (max-width: 640px) {
  .fhd4y4 .cdqgix { background: var(--accent); border-top-color: var(--accent-light); }
  .fhd4y4 .cdqgix li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.r7krfa .sg9ao3 {
  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);
}
.r7krfa .i8ezo9s {
  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) {
  .r7krfa .cdqgix {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.x5hx .ilg31k9 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.p52y .ilg31k9 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.j91k8ogs .ilg31k9 { min-height: 72px; height: auto; }
.vn3c .ilg31k9 { min-height: 84px; height: auto; }
.bgnatx .ilg31k9 { max-width: none; padding: 0 32px; }
.bgnatx .m4l99  { max-width: none; padding: 24px 32px; }
.zua3gtxp.ybu2 .ilg31k9 { max-width: 1200px; }
.zua3gtxp.dqfekb .ilg31k9 { max-width: 1320px; }
.u05fz   .rw0isfod, .u05fz   .bsx8zxlp { text-transform: capitalize; }
.zrttks .rw0isfod, .zrttks .bsx8zxlp { text-transform: lowercase; }
.ho5xom .rw0isfod, .ho5xom .bsx8zxlp { text-transform: uppercase; letter-spacing: 0.06em; }
.alhjbq6l, .oz0842 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.okxn .alhjbq6l,
.ypc0 .alhjbq6l,
.m3aa .alhjbq6l,
.cmw5 .alhjbq6l,
.j3h1   .cdqgix a { font-weight: 500; }
.wt8y .cdqgix a { font-weight: 600; }
.bepu     .cdqgix a { font-weight: 700; }
.q5c5eddf    .cdqgix a { font-weight: 800; letter-spacing: 0.01em; }
.bsqkiu     .cdqgix > li + li::before,
.aa30    .cdqgix > li + li::before,
.r5bp0    .cdqgix > li + li::before,
.nnmoph .cdqgix > li + li::before,
.vubyqc0z .cdqgix > li + li::before,
.pydtq  .cdqgix > li + li::before,
.cs9695v    .cdqgix > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.bsqkiu     .cdqgix > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.aa30    .cdqgix > li + li::before { content: "|"; }
.r5bp0    .cdqgix > li + li::before { content: "—"; }
.nnmoph .cdqgix > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.vubyqc0z .cdqgix > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.pydtq  .cdqgix > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.cs9695v    .cdqgix > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .w4t5 .fsza4,
  .mfubllrp .fsza4,
  .d70g5q0 .fsza4,
  .e7n9 .fsza4,
  .wl1l .fsza4 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .w4t5 .fsza4::before,
  .mfubllrp .fsza4::before,
  .d70g5q0 .fsza4::before,
  .e7n9 .fsza4::before,
  .wl1l .fsza4::before { content: ""; display: block; flex-shrink: 0; }

  
  .w4t5 .fsza4::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;
  }

  
  .mfubllrp .fsza4::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;
  }

  
  .d70g5q0 .fsza4::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;
  }

  
  .e7n9 .fsza4::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;
  }

  
  .wl1l .fsza4::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) {
  .cebkdw63 .fsza4 {
    padding: 5px 14px;
  }
  .cebkdw63 .cdqgix {
    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;
  }
  .cebkdw63 .cdqgix li a {
    border-bottom: none; padding: 10px 22px;
  }
  .cebkdw63 .cdqgix li a:hover { background: var(--bg-raised); }
  .cebkdw63 .qocui,
  .qoxvdcc3 .qocui,
  .mkzt2i .qocui { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .yuyo3e .fsza4 {
    padding: 5px 10px;
  }
  .yuyo3e .cdqgix {
    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);
  }
  .yuyo3e .cdqgix.ljoe0 { transform: translateX(0); }
  .yuyo3e .cdqgix li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .yuyo3e .cdqgix li:last-child a { border-bottom: none; }
  .fhd4y4 .cdqgix,
  .yhb6 .cdqgix { background: var(--accent) !important; }
  .fhd4y4 .cdqgix li a,
  .yhb6 .cdqgix li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .mkzt2i .fsza4 {
    padding: 5px 10px;
  }
  .mkzt2i .cdqgix {
    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);
  }
  .mkzt2i .cdqgix::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .mkzt2i .cdqgix.ljoe0 { transform: translateY(0); }
  .mkzt2i .cdqgix li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .f6ofe .fsza4 {
    padding: 5px 10px;
  }
  .f6ofe .cdqgix {
    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;
  }
  .f6ofe .cdqgix.ljoe0 { opacity: 1; pointer-events: auto; }
  .f6ofe .cdqgix li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .laa3es4     .fsza4 { border-radius: 0 !important; }
  .e4uy   .fsza4 { border-radius: 8px !important; }
  .dipqqkm .fsza4 { border-radius: 50% !important; }
  .xz3vd9tx   .fsza4 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .nqgs .f90qq { flex-direction: column; align-items: stretch; }
  .nqgs .v16s { flex-direction: row; min-width: auto; }
  .nqgs .chokc2 { align-items: flex-start; text-align: left; }
}
.xju9ch1,
.xju9ch1.f2r2w2zi,
.ohtss .xju9ch1,
.rkwa9lm .xju9ch1,
.tgg3 .xju9ch1,
.npm3h .xju9ch1 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.wawgdm {
  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;
}
.ynss { flex: 1 1 280px; min-width: 0; }
.b2vel {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.d1bp {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.re7e {
  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;
}
.re7e:hover { transform: translateY(-1px); opacity: 0.95; }
.y7hswvw3 .wawgdm {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.y7hswvw3 .b2vel { color: var(--cta); }
.y7hswvw3 .d1bp { color: var(--text-body); }
.y7hswvw3 .re7e {
  background: var(--cta) !important;
  color: #fff !important;
}
.otpnb .wawgdm {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.otpnb .b2vel { color: var(--text-primary); }
.otpnb .d1bp { color: var(--text-body); }
.otpnb .re7e {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .wawgdm {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ynss { flex: 0 0 auto; }
  .b2vel { font-size: 1.2rem; }
  .re7e { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.dcc8k17q .l8an6pv { height: 36px; }
.bjjp9xig .l8an6pv { height: 60px; max-width: 200px; }
.lerqa .l8an6pv { height: 56px; max-width: 180px; }
@media (min-width: 720px) {
  .umyh0ca .hmn40p {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .umyh0ca .k0kvo {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .umyh0ca .k0kvo { padding: 40px 16px 20px; }
  .umyh0ca .lcd2ijb {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .umyh0ca .l9iub { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .s8a52s1 .k0kvo {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .s8a52s1 .k0kvo::before {
    position: absolute; top: 14px; left: 14px;
  }
  .s8a52s1 .kjc1 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .s8a52s1 .bogwoza1 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .s8a52s1 .lcd2ijb {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .s8a52s1 .l9iub { width: 100%; min-width: 0; }
  .s8a52s1 .aevres { min-width: 0; }
}
.b1ds .tl1j37ty {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.b1ds .tl1j37ty summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.b1ds .tl1j37ty p { padding: 0 2px 16px; }
.ll2nofz .tl1j37ty { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ll2nofz .tl1j37ty summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ll2nofz .tl1j37ty summary::after { content: "›"; font-size: 1.2em; }
.ll2nofz .tl1j37ty[open] summary::after { content: "‹"; }
.ll2nofz .tl1j37ty p { padding: 10px 22px 4px; }
.rixe .tl1j37ty {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.rixe .tl1j37ty summary { color: var(--text-primary); padding-left: 16px; }
.rixe .tl1j37ty summary::after { content: "›"; font-size: 1.1em; }
.rixe .tl1j37ty[open] summary::after { content: "‹"; }
.rixe .tl1j37ty p { padding-left: 16px; }
.zuvk .gf8s2 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.zuvk .tl1j37ty {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.zuvk .tl1j37ty:last-child { border-bottom: none; }
.zuvk .tl1j37ty summary { color: var(--text-primary); border-radius: 0; }
.zuvk .tl1j37ty summary::after { content: "›"; font-size: 1.1em; }
.zuvk .tl1j37ty[open] summary::after { content: "‹"; }
.mfdncpp .tl1j37ty { overflow: hidden; }
.mfdncpp .tl1j37ty summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.mfdncpp .tl1j37ty summary::after { color: rgba(255,255,255,.75); }
.mfdncpp .tl1j37ty[open] summary { border-radius: 0; }
.tlhcwlu4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.uxu1qtln {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.e1o8 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.twe9 { color: var(--text-muted); font-size: 1.05rem; }
.il3k2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.vf4rgt { margin-bottom: 20px; }
.urjj {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.x0ftg6nv {
  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;
}
.x0ftg6nv:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.hdx4vjj { resize: vertical; min-height: 130px; }
.oyp1vw { width: 100%; margin-top: 8px; }
.cn57h {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ka1o5yn {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.vbrbr { color: var(--text-muted); line-height: 1.75; }
.hzp985 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.hzp985 li { margin-bottom: 6px; }
.bhpp1 { max-width: 760px; margin: 0 auto; }
.hgmxws { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.gp1kl5e { max-width: 760px; margin: 0 auto; }
.su1gj ul.hzp985 { margin: 0; }
@media (max-width: 640px) { .pv4qy { grid-template-columns: 1fr; gap: 10px; } }
.nqhtmm5c { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.kjayp2n6 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.uc0zd { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.kjayp2n6 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.kjayp2n6 .hzp985 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nqhtmm5c { grid-template-columns: 1fr; } }
.j3qt { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.j3qt:hover .v9y4uy3 { color: var(--accent-light); text-decoration: underline; }
.no0y { color: inherit; text-decoration: none; }
.no0y:hover { color: var(--accent-light); text-decoration: underline; }
.z0y7 { display: inline-block; line-height: 0; }
.qi8a1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ybl314b7 { margin-bottom: 48px; }
.f2f0kh6 { max-width: 760px; margin: 0 auto; }
.bisa60 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.bisa60:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.pmm8ks { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.bisa60 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bisa60 ul.hzp985 { margin: 0; }
.m39h { color: var(--text-muted); line-height: 1.75; }
.p9m6l5 .hzp985,
.byll .hzp985,
.vxi2 .hzp985,
.ao7i .hzp985 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.p9m6l5 .bisa60,
.byll .bisa60 { text-align: left; }
.p9m6l5 .pmm8ks,
.byll .pmm8ks { text-align: center; }
.fpvhg { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.q8fpf { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.r6ys2 { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.hxlt { margin-top: 12px; }
.mj7tlx { 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; }
.mj7tlx:hover { border-bottom-color: var(--accent-light); }
.c7xwt7aq { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.c7xwt7aq img { width: 100%; height: 100%; object-fit: cover; display: block; }
.t87ke2b { border-radius: 10px; }
.ey4h { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.kyu4vq65 { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
.zdme2e6h { 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) { .zdme2e6h { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.l7r89yb3 .r6ys2, .l7r89yb3 .q8fpf { max-width: 640px; }
.ajhc63o9 .fpvhg { font-size: 1.6rem; margin-top: 18px; }
.rmbic .r6ys2 { margin-bottom: 28px; }
@media (max-width: 860px) { .gev4bds { grid-template-columns: 1fr; } .ajhc63o9 { position: static; text-align: center; } }
.z4c9e .c7xwt7aq { margin: 0 auto 18px; }
.z4c9e .ey4h { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .hgmxf { grid-template-columns: 1fr; } }
.iva6xvko .fpvhg { font-size: 1.6rem; margin-bottom: 6px; }
.ao7i .hzp985 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .iva6xvko { flex-direction: column; text-align: center; } .d3k9 { grid-template-columns: 1fr; } }
.jg3j4gul .fpvhg { font-size: 1.35rem; margin: 0 0 4px; }
.jg3j4gul .ey4h { margin: 0; }
.qhe4g9w { max-width: 760px; margin: 0 auto; }
.ot64pqxt { position: relative; padding-left: 28px; }
.ot64pqxt::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.mc50e { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.mc50e:last-child { padding-bottom: 0; }
.x7h8 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.wigpwy h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.wigpwy p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nku21 .e1o8 { color: var(--accent-light); }
.h2otwf4 .e1o8 { font-size: 2rem; }
.h2otwf4 .twe9 { max-width: 680px; }
.bpdq .e1o8 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.bpdq .twe9  { margin: 0; }
@media (max-width: 640px) { .bpdq { flex-direction: column; } }
.jxok .e1o8 { color: var(--accent-light); }
.l5av6r .e1o8 { color: #fff; }
.l5av6r .twe9  { color: rgba(255,255,255,0.85); }
.k4r00b { max-width: 680px; margin: 0 auto; }
.qzq8q {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .qzq8q { grid-template-columns: 1fr; } }
.heps0r6h .x0ftg6nv {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.heps0r6h .x0ftg6nv:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.hdus3amz .x0ftg6nv { background: var(--bg-raised); border-color: transparent; }
.hdus3amz .x0ftg6nv:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ikggz2 .x0ftg6nv { border-radius: 100px; padding: 11px 20px; }
.ikggz2 .hdx4vjj { border-radius: 14px; }
.orl6cya {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .orl6cya { grid-template-columns: 1fr; } }
.qavxex {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.qavxex h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qavxex p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.z23yjx { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.z23yjx li { margin-bottom: 6px; }
.panix{display:none}
.panix:empty,.h8joo0dk:empty{display:none}
.h9d9jli{position:relative;overflow:visible}
.ykefzzl .rgarl,.ojpne .rgarl,
.vzo9c .rgarl,.h37qvmm .rgarl,
.k6oe .rgarl,.j7u33 .rgarl{display:block}
.gp8ci85 .sdk7{display:block}
.ykefzzl .rgarl,.ojpne .rgarl,
.vzo9c .rgarl,.h37qvmm .rgarl,
.k6oe .rgarl{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}
.ykefzzl .rgarl .h8joo0dk,.ojpne .rgarl .h8joo0dk,
.vzo9c .rgarl .h8joo0dk,.h37qvmm .rgarl .h8joo0dk,
.k6oe .rgarl .h8joo0dk{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}
.ykefzzl .oso0gl,.ojpne .oso0gl,
.vzo9c .oso0gl,.h37qvmm .oso0gl,
.k6oe .oso0gl{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ykefzzl .rgarl,.ojpne .rgarl{top:12px}
.ykefzzl .rgarl .h8joo0dk{margin-right:auto}
.ojpne .rgarl .h8joo0dk{margin-left:auto}
.ojpne .rgarl{text-align:right}
.vzo9c .rgarl,.h37qvmm .rgarl{bottom:12px}
.vzo9c .rgarl .h8joo0dk{margin-right:auto}
.h37qvmm .rgarl .h8joo0dk{margin-left:auto}
.h37qvmm .rgarl{text-align:right}
.k6oe .rgarl{position:relative;margin-top:16px}
.k6oe .rgarl .h8joo0dk{margin:0 auto}
.j7u33 .rgarl{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.j7u33 .rgarl .h8joo0dk{margin:0}
.j7u33 .zly2~.rgarl,
.j7u33 .bwc0fc24~.rgarl{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.j7u33 .zly2~.rgarl .h8joo0dk,
.j7u33 .bwc0fc24~.rgarl .h8joo0dk{justify-content:flex-start}
.zly2~.rgarl,.bwc0fc24~.rgarl{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}
.zly2~.rgarl .h8joo0dk{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bwc0fc24~.rgarl .h8joo0dk{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.sdk7 .h8joo0dk{margin:0 0 12px}
.h8joo0dk{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.cn1veco{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.v9y4uy3{font-weight:600;color:var(--text-heading);opacity:1}
.k4syg::before{content:"·";margin:0 2px;opacity:.5}
.oso0gl{white-space:nowrap}
.no8pd .cn1veco{display:none}
.qspxsz .oso0gl{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.qspxsz .k4syg::before{content:""}
.u0ychh3x .oso0gl{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.u0ychh3x .k4syg::before{content:""}
.sufr823x .h8joo0dk{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.ejhyld .oso0gl{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.ejhyld .k4syg::before{content:""}
.g81d9 .oso0gl{color: var(--accent-light);opacity:1;font-weight:500}
.mm9i .oso0gl{border-bottom:1px solid currentColor;padding-bottom:2px}
.rp9w .h8joo0dk{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.qtozv{--date-bg:var(--accent-bg)}
.y11nz .k4syg::before{content:""}
.ud3k3c .k4syg::before{content:"•";opacity:.4}
.ud3k3c .oso0gl + .oso0gl::before{content:"•";margin-right:6px;opacity:.4}
.v5p8bo .k4syg::before{content:"/";opacity:.35}
.v5p8bo .oso0gl + .oso0gl::before{content:"/";margin-right:6px;opacity:.35}
.shw0c .k4syg::before{content:"|";opacity:.3}
.shw0c .oso0gl + .oso0gl::before{content:"|";margin-right:6px;opacity:.3}
.khfc .k4syg::before{content:"—";opacity:.3}
.khfc .oso0gl + .oso0gl::before{content:"—";margin-right:6px;opacity:.3}
.tgkw2 .k4syg::before{content:"◆";font-size:.5em;opacity:.35}
.tgkw2 .oso0gl + .oso0gl::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.emk5s .k4syg::before{content:"·";opacity:.4}
.emk5s .oso0gl + .oso0gl::before{content:"·";margin-right:6px;opacity:.4}
.sqnd5y6 .k4syg::before{content:"›";opacity:.4}
.sqnd5y6 .oso0gl + .oso0gl::before{content:"›";margin-right:6px;opacity:.4}
.gkob .k4syg::before{content:"→";opacity:.35;font-size:.85em}
.gkob .oso0gl + .oso0gl::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.gj29{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.bu4m57vy{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.fm4s7p{display:flex;flex-direction:column;gap:3px}
.k1yyrh3{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.il2n{font-weight:700;font-size:1rem;color:var(--text-heading)}
.vggo8y{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.lzbsco .gj29{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.ixhafhd .gj29{border-top:3px solid var(--accent);padding-top:18px}
.syid .gj29{border-left:3px solid var(--accent);border-radius:0}
.o7xkh4nj .gj29{padding:20px 0}
@media(max-width:640px){
  .gj29{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vggo8y{max-width:100%}
}
.s6eoh417 .f0c9unh{margin:0}
@media (max-width:560px){
  .bplovo{grid-template-columns:repeat(2,1fr);gap:12px}
}
.ufi8a {
  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;
}
.ufi8a.vbdk02 {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.al51 {
  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; } }
.al51 .s5sxsa1 {
  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;
}
.al51 .s5sxsa1:hover { background: rgba(0,0,0,0.12) !important; }
.j5qn8 {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.n2iz {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.zfwt {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.al51 .vtyf {
  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;
}
.al51 .vtyf:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .al51 { padding: 28px 18px 20px; }
  .zfwt { font-size: 1.2rem; }
  .j5qn8 { max-width: 220px; max-height: 80px; }
}
.ztxty {
  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);
}
.dc7ccso {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.vtqptt0  .ztxty { border-radius: 50%; }
.s1b5emi  .ztxty { border-radius: 6px; }
.ulne2ai9 .ztxty { border-radius: 22px; }
.dpjocle5 .wawgdm {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ztxty { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.y4konyg {
  margin: 28px 0 24px;
}
.y4konyg .f2r2w2zi {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.y4konyg .d34k1l {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.y4konyg .wawgdm {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .ilg31k9 { flex-direction: row-reverse; }
[dir="rtl"] .cdqgix { flex-direction: row-reverse; }
[dir="rtl"] .kspi .t21dyqo { right: auto; left: 32px; }
[dir="rtl"] .ohp85cel  .t21dyqo { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .kspi .t21dyqo { right: auto; left: 20px; }
  [dir="rtl"] .ohp85cel  .t21dyqo { left: auto;  right: 20px; }
}
[dir="rtl"] .df8ok .buld3u  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .nyxsyb9 .buld3u { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .zly2,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .uku0sfv, [dir="rtl"] .or59h06 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .dm4fyt { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .enleejq { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .ktbq9ek1 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .wawgdm { direction: rtl; }
[dir="rtl"] .ztxty { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .cna6wwx { direction: rtl; }
[dir="rtl"] .mjrasd7 { direction: rtl; }
[dir="rtl"] .gv8u7p1t { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .rmw4t .or59h06,
[dir="rtl"] .o3ne .or59h06,
[dir="rtl"] .lq1kr6md .or59h06,
[dir="rtl"] .g6xv8eyj .or59h06 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .rmw4t .or59h06 li::before,
[dir="rtl"] .o3ne .or59h06 li::before,
[dir="rtl"] .lq1kr6md .or59h06 li::before,
[dir="rtl"] .g6xv8eyj .or59h06 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .zly2.kue1 .bxchqbv { align-items: flex-end; text-align: right; }
[dir="rtl"] .zly2.j8dpt .bxchqbv { text-align: center; }
[dir="rtl"] .zly2 .bxchqbv { text-align: right; }
[dir="rtl"] .d34k1l,
[dir="rtl"] .a5sai,
[dir="rtl"] .ktfk,
[dir="rtl"] .ctpw,
[dir="rtl"] .il3k2,
[dir="rtl"] .urjj,
[dir="rtl"] .r6ys2,
[dir="rtl"] .x0ftg6nv,
[dir="rtl"] .hdx4vjj { text-align: right; direction: rtl; }
[dir="rtl"] .ikggz2 .x0ftg6nv,
[dir="rtl"] .heps0r6h .x0ftg6nv { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #95c402;
  --brand:           #95c402;
  --brand-light:     #7da20a;
  --brand-pale:      #9cc618;
  --grad-start:      #c8fc25;
  --grad-end:        #d3f569;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #95c402;
  --cta-light:       #779d00;
  --cta-hover:       #668701;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f6f3;
  --bg-raised:       #f0f1ed;
  --bg-hover:        #f5f6f3;
  --border:          #e7e9e1;
  --border-alt:      #d9ddcf;
  --border-section:  #e7e9e1;
  --text-primary:    #1a1c16;
  --text-muted:      #5d6250;
  --text-body:       #35382d;
  --text-sub:        #505444;
  --text-faint:      #868c72;
  --text-dim:        #9ea38e;
  --text-label:      #6b705b;
  --text-value:      #434639;
  --accent-bg:       #f1f8dc;
  --accent-bg-light: #e9f7bf;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0c9628;
  --c-cons:          #9f3921;
  --c-pros-label:    #0eb330;
  --c-tip-border:    #10c635;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9628;
}
:root { --logo-bg-opacity: 79%; }
body, button, input { font-family: "Inter", sans-serif; }
.vcqv8 .rqgo6d li::before, .vcqv8 .lzumcx5 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.vcqv8 .rqgo6d li::before { content: ""; }.vcqv8 .lzumcx5 li::before { content: ""; }.vcqv8 .tt111::before, .vcqv8 .cztp1r::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.vcqv8 .tt111::before { content: ""; }.vcqv8 .cztp1r::before { content: ""; }
.bqvw .qx83ao8, .bqvw .zly2 { min-height: 780px; }
.zhek3f28 .sj0b7::after, .zhek3f28 .owtbz::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.kgjb .zp2u4n::after,.kgjb .t21dyqo::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.likme::before { content: '|'; opacity: 0.3; }