:root {
  --color-accent: #9c7122;
  --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;
}
.da07 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.a2giyr4m {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.to5k0h4 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.p4s9q { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.szlnog { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.szlnog a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.szlnog a:hover { color: var(--accent-light); }
.ztt8r6   .hewsf6 { border-radius: 0; }
@media (max-width: 640px) {
  .hewsf6 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .yo91:hover .hewsf6,
  .yo91:focus-within .hewsf6 { display: block; }
  .hewsf6 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.hobr2 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.a5pg { display: none; }
@media (max-width: 640px) {
  .a5pg {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .a5pg.acrg2hd9 { display: block; }
}
@media (max-width: 640px) {
  .hobr2 { display: block; }
  .szlnog > li + li::before { display: none !important; }
  .szlnog {
    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;
  }
  .szlnog.acrg2hd9 { display: flex; }
  .szlnog li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .szlnog li:last-child a { border-bottom: none; }
}
.wwtt { min-height: 480px; }
.urwznvg {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.neh5r { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.r9p4b .neh5r { margin-left: 0; margin-right: 0; }
.i2uo94q {
  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;
}
.y4bnmyo .i2uo94q { margin-top: 24px; }
.i2uo94q:hover { opacity: 0.88; }
.ukc3j {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.cwr5t {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.ukc3j .a3ir8 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ukc3j .urwznvg { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ukc3j .neh5r { color: #e2e8f0; }
.ukc3j.hr54141 .a3ir8 { text-align: center; }
.ukc3j.r9p4b   .a3ir8 { text-align: left; }
.bu6i .a3ir8 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.bu6i .urwznvg { color: var(--text-primary); text-shadow: none; }
.bu6i .neh5r { color: var(--text-muted); }
.bu6i .i2uo94q { margin-top: 16px; }
.bu6i, .bu6i.wwtt { min-height: auto !important; }
.bu6i.hr54141 .a3ir8 { text-align: center; }
.bu6i.r9p4b   .a3ir8 { text-align: left; }
.bu6i~.pduux{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}
.bu6i~.pduux .y9m06j{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; }
}
.ncuwr .vfncy98r,
.ncuwr .elcxi,
.ncuwr .ukc3j .cwr5t {
  overflow: hidden;
}
.ncuwr .vfncy98r::after,
.ncuwr .elcxi::after,
.ncuwr .ukc3j .cwr5t::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.vhuiq96 .ukc3j .cwr5t {
  overflow: hidden;
}
.vhuiq96 .ukc3j .cwr5t::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;
}
.zfhjgupu .ukc3j .cwr5t {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.mc40nu .ukc3j .cwr5t {
  overflow: hidden;
}
.mc40nu .ukc3j .cwr5t::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.qtgz79y6 .ukc3j .cwr5t {
  animation: hg-breathe 10s ease-in-out infinite;
}
.vfncy98r .cwr5t {
  background: none;
}
.vfncy98r .urwznvg { color: #fff; }
.vfncy98r .neh5r { color: rgba(255,255,255,0.85); }
.vfncy98r .i2uo94q { background: #fff; color: var(--cta); }
.vfncy98r .i2uo94q:hover { opacity: 0.92; }
.ncuwr .w549q0j5 { position: relative; overflow: hidden; }
.ncuwr .w549q0j5::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;
}
.w549q0j5 .urwznvg { text-shadow: none; color: var(--text-primary); }
.w549q0j5 .neh5r { color: var(--text-muted); }
body.b13eqbx .urwznvg {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.cws7ga .urwznvg {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.wwtt.vfncy98r .urwznvg,
section.vfncy98r .urwznvg {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.w549q0j5.r9p4b   .qlihcnr { align-items: flex-start; text-align: left; }
.wwtt .ehjuzce {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ehjuzce .qp533.yyeex3 {
  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;
}
.ehjuzce .qp533.yyeex3:hover { opacity: 0.85; }
.b1pq3 .a3ir8 { padding-bottom: 24px; }
.y4bnmyo .a3ir8 { max-width: 1100px; }
@media (max-width: 700px) {
  .w549q0j5 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .w549q0j5:not(.affkgyx) .e7mg { display: none !important; }
  .affkgyx .e7mg { padding: 16px; }
  .qlihcnr  { padding: 36px 24px; }
  .w549q0j5~.pduux,.gg1zxqn~.pduux{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .wwtt, .w549q0j5 { min-height: 320px !important; }
  .urwznvg { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .ld6v,
  .ktvra9,
  .so0y { grid-template-columns: 1fr !important; }

  

  
  .b1pq3 { display: flex !important; flex-direction: column !important; }
  .b1pq3 .a3ir8 { display: contents; }
  .b1pq3 .cwr5t { order: 0; }
  .b1pq3 .urwznvg { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .b1pq3 .ld6v { order: 2; padding: 0 16px 12px !important; }
  .b1pq3 .neh5r { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .y4bnmyo .a3ir8 { display: flex; flex-direction: column; }
  .y4bnmyo .a3ir8 .urwznvg { order: 1; }
  .y4bnmyo .a3ir8 .so0y { order: 2; margin: 8px 0 24px !important; }
  .y4bnmyo .a3ir8 .neh5r { order: 3; }
  .y4bnmyo .a3ir8 .i2uo94q { order: 4; align-self: center; margin-top: 0; }

  
  .w549q0j5.affkgyx {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .w549q0j5.affkgyx .qlihcnr { display: contents; padding: 0; }
  .w549q0j5.affkgyx .qlihcnr .urwznvg { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .w549q0j5.affkgyx .e7mg { order: 2; padding: 12px 16px; }
  .w549q0j5.affkgyx .qlihcnr .neh5r { order: 3; padding: 0 24px; margin: 0 auto; }
  .w549q0j5.affkgyx .qlihcnr .i2uo94q { order: 4; align-self: center; margin: 8px 0 32px; }
}
.u2otc4n { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.fh41 { width: 100%; height: auto; display: block; border-radius: 10px; }
.ydody9ft .u2otc4n        { border-radius: 16px; }
.ydody9ft .fh41  { border-radius: 16px; }
.bfp0m5 .u2otc4n         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.bfp0m5 .fh41   { border-radius: 8px; }
.q6btr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.rwld { width: 100%; padding: 32px 0; position: relative; }
.qlop { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.gq7tva2 .rwld:nth-child(even) { background: var(--bg-surface); }
.gq7tva2 .rwld:nth-child(odd)  { background: var(--bg-page); }
.w97manb .rwld:nth-child(even) { background: var(--bg-card); }
.w97manb .rwld:nth-child(odd)  { background: var(--bg-page); }
.gq7tva2 .rwld:nth-child(odd)  .qlop { background: var(--bg-card); border-radius: 6px; }
.gq7tva2 .rwld:nth-child(even) .qlop { background: var(--bg-raised); border-radius: 6px; }
.w97manb .rwld:nth-child(odd)  .qlop { background: var(--bg-card); border-radius: 6px; }
.w97manb .rwld:nth-child(even) .qlop { background: var(--bg-raised); border-radius: 6px; }
.gq7tva2 .rwld:nth-child(even) .hegr5o .or0j,
.w97manb .rwld:nth-child(even) .hegr5o .or0j { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.gq7tva2 .rwld:nth-child(odd) .hegr5o .or0j,
.w97manb .rwld:nth-child(odd) .hegr5o .or0j { background: var(--bg-card-inner); }
.gq7tva2 .rwld:nth-child(even) .avnmk .or0j:nth-child(odd),
.w97manb .rwld:nth-child(even) .avnmk .or0j:nth-child(odd)  { background: var(--bg-card); }
.gq7tva2 .rwld:nth-child(even) .avnmk .or0j:nth-child(even),
.w97manb .rwld:nth-child(even) .avnmk .or0j:nth-child(even) { background: var(--bg-card-inner); }
h1.ulzhqe { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ulzhqe {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.tjh2n { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.xhbvp h2.ulzhqe {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.wlwi h2.ulzhqe {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.m5f4vmw h2.ulzhqe {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ewtul h2.ulzhqe::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.pqibss9 h2.ulzhqe {
  color: var(--text-primary); font-size: 1.7rem;
}
.bjp5 h2.ulzhqe::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.svgviymn h2.ulzhqe {
  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;
}
.i8x356w { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .i8x356w { display: none; } }
.hj11mp92 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.md3nh0e { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.t8i9wj {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.c9l5 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.lssibt7 { padding-left: 20px; }
.lssibt7 li { margin-bottom: 6px; }
.lssibt7 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.lssibt7 a:hover { color: var(--accent-light); }
.oxmkem .c9l5 { display: none; }
.eto5v .c9l5 { display: none; }
.eto5v .lssibt7 { padding-left: 0; list-style: none; }
.eto5v .lssibt7 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.eto5v .lssibt7 a { font-size: 0.92rem; }
.k3jokk .t8i9wj { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.k3jokk .c9l5 { display: none; }
.k3jokk .lssibt7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.k3jokk .lssibt7 li { margin-bottom: 0; }
.k3jokk .lssibt7 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;
}
.k3jokk .lssibt7 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.hk1g8 .t8i9wj { padding: 20px 20px 16px; }
.hk1g8 .lssibt7 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.hk1g8 .lssibt7 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.hk1g8 .lssibt7 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;
}
.hk1g8 .lssibt7 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;
}
.hk1g8 .lssibt7 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hk1g8 .lssibt7 a:focus,
.hk1g8 .lssibt7 a:focus-visible,
.hk1g8 .lssibt7 a:target { outline: none; }
.hk1g8 .lssibt7 li:target a { border-color: var(--border); color: var(--text-muted); }
.ep0g .t8i9wj { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ep0g .c9l5 { display: none; }
.ep0g .lssibt7 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ep0g .lssibt7 li { margin-bottom: 0; }
.ep0g .lssibt7 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ep0g .lssibt7 li:last-child::after { content: ""; margin-right: 0; }
.ep0g .lssibt7 a { font-size: 0.9rem; }
.or0j { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.hegr5o .or0j { background: var(--bg-card); }
.avnmk .or0j:nth-child(odd)  { background: var(--bg-card); }
.avnmk .or0j:nth-child(even) { background: var(--bg-raised); }
.ai7h1cvq .or0j {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ai7h1cvq .or0j:last-child { border-bottom: none; }
.ai7h1cvq h3.tjh2n { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.sx1jedo4 .or0j {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.sx1jedo4 .or0j + .or0j { margin-top: 4px; }
.ijl267 .or0j { background: none; border-radius: 0; padding: 12px 0; }
.ijl267 .or0j + .or0j { border-top: 1px solid var(--border-section); }
.hfzfbe2a { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.qbq2a { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.xco8, .ctnno { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xco8 li, .ctnno li { margin-bottom: 6px; }
.ctnno li { list-style: decimal; }
.u3bve     .xco8 { list-style-type: "● "; }
.jwf7eq8  .xco8 { list-style-type: "■ "; }
.jontahk .xco8 { list-style-type: "◆ "; }
.sxl2l1q    .xco8 { list-style-type: "★ "; }
.u3bve     .rve4h { list-style-type: "● "; }
.jwf7eq8  .rve4h { list-style-type: "■ "; }
.jontahk .rve4h { list-style-type: "◆ "; }
.sxl2l1q    .rve4h { list-style-type: "★ "; }
.u3bve    .xco8 li::marker, .u3bve    .rve4h li::marker,
.jwf7eq8 .xco8 li::marker, .jwf7eq8 .rve4h li::marker,
.jontahk .xco8 li::marker, .jontahk .rve4h li::marker,
.sxl2l1q   .xco8 li::marker, .sxl2l1q   .rve4h li::marker {
  color: var(--cta); font-size: 1em;
}
.u3bve .ctnno,
.jwf7eq8 .ctnno,
.jontahk .ctnno,
.sxl2l1q .ctnno {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.u3bve .ctnno li,
.jwf7eq8 .ctnno li,
.jontahk .ctnno li,
.sxl2l1q .ctnno li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.u3bve .ctnno li::before,
.jwf7eq8 .ctnno li::before,
.jontahk .ctnno li::before,
.sxl2l1q .ctnno 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;
}
.u3bve     .ctnno li::before { border-radius: 50%; }
.jwf7eq8  .ctnno li::before { border-radius: 3px; }
.jontahk .ctnno li::before { border-radius: 3px; }
.sxl2l1q    .ctnno li::before { border-radius: 50%; }
.jivq1 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.vrbx3 .jivq1,
.sha8 .jivq1 { background: transparent; border: none; border-radius: 0; }
.h1xk026p { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.h1xk026p th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.h1xk026p td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.h1xk026p tr:hover td { background: var(--bg-hover); }
.c2n2gi .h1xk026p tbody tr:nth-child(even) td { background: var(--bg-surface); }
.wwv2 .h1xk026p { border: 1px solid var(--border-alt); }
.wwv2 .h1xk026p th,
.wwv2 .h1xk026p td { border: 1px solid var(--border-alt); }
.m6u4 .h1xk026p th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.m6u4 .h1xk026p td { border-bottom: none; }
.m6u4 .h1xk026p tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.vi21e8tw .h1xk026p th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.p0y5 .jivq1 {
  overflow: hidden;
}
.p0y5 .h1xk026p th { border-bottom: 1px solid var(--border-alt); }
.p0y5 .h1xk026p tr:last-child td { border-bottom: none; }
.y9e8fz { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.l7rgra0 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.jduavfvz { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.uihopfs { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.lynx { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.rve4h { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.rve4h li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.abdz7a2j .uihopfs { background: transparent; text-align: center; }
.uivd68 .jduavfvz {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ashpfvlc .jduavfvz {
  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);
}
.d5tvmspi .l7rgra0 { display: grid; grid-template-columns: auto 1fr; }
.d5tvmspi .jduavfvz {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.d5tvmspi .uihopfs { grid-column: 2; }
.d5tvmspi .lynx,
.d5tvmspi .rve4h { grid-column: 1 / -1; }
.tzqooo7 .l7rgra0 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.tzqooo7 .jduavfvz {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.tzqooo7 .uihopfs { grid-column: 2; }
.tzqooo7 .lynx,
.tzqooo7 .rve4h { grid-column: 1 / -1; }
.ybf3c5 .l7rgra0 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ybf3c5 .uihopfs { background: none; color: var(--accent-light); font-weight: 700; }
.n0naruj .l7rgra0 { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.n0naruj .uihopfs { background: none; color: var(--accent-light); font-weight: 700; }
.jm46r6u .l7rgra0 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.jm46r6u .l7rgra0:last-child { border-bottom: none; }
.jm46r6u .uihopfs { background: none; color: var(--accent-light); font-weight: 700; }
.c2nlmmgp .l7rgra0 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.c2nlmmgp .uihopfs { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.u3vs0lr .y9e8fz { counter-reset: card-n; }
.u3vs0lr .l7rgra0  { counter-increment: card-n; }
.u3vs0lr .uihopfs { display: flex; align-items: center; gap: 10px; }
.u3vs0lr .uihopfs::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.yq8i0mbn .l7rgra0 { background: var(--bg-surface); border: 1px solid var(--border); }
.yq8i0mbn .uihopfs { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.it8c82 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.sqs4  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.e3nyv1 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.iusji { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.it8c82 strong { color: var(--text-primary); font-size: 0.95rem; }
.it8c82 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.fh41 { width: 100%; height: auto; border-radius: 10px; display: block; }
.yyeex3 {
  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;
}
.yyeex3:hover { opacity: 0.85; }
.kn6iv885 .yyeex3  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.kn6iv885 .yyeex3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vif411sl .yyeex3  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vif411sl .yyeex3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zzd0t .i2uo94q { border-radius: 50px; }
.zzd0t .yyeex3  { border-radius: 50px; }
.ar6wyhe .i2uo94q { padding-left: 22px; padding-right: 22px; }
.ar6wyhe .yyeex3  { padding-left: 12px; padding-right: 12px; }
.riny9mab .i2uo94q { padding-left: 44px; padding-right: 44px; }
.riny9mab .yyeex3  { padding-left: 24px; padding-right: 24px; }
.pe5kyu9b .i2uo94q { padding-left: 56px; padding-right: 56px; }
.pe5kyu9b .yyeex3  { padding-left: 32px; padding-right: 32px; }
.ck2t7g   .i2uo94q::after, .ck2t7g   .yyeex3::after,
.wtfz2 .i2uo94q::after, .wtfz2 .yyeex3::after,
.mhfnfejf    .i2uo94q::after, .mhfnfejf    .yyeex3::after,
.oe5dwlz    .i2uo94q::after, .oe5dwlz    .yyeex3::after,
.ttb335    .i2uo94q::after, .ttb335    .yyeex3::after,
.mz5h     .i2uo94q::after, .mz5h     .yyeex3::after,
.nlmpg2    .i2uo94q::after, .nlmpg2    .yyeex3::after,
.ayw3kwv   .i2uo94q::after, .ayw3kwv   .yyeex3::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;
}
.ck2t7g .i2uo94q::after, .ck2t7g .yyeex3::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");
}
.wtfz2 .i2uo94q::after, .wtfz2 .yyeex3::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");
}
.mhfnfejf .i2uo94q::after, .mhfnfejf .yyeex3::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");
}
.oe5dwlz .i2uo94q::after, .oe5dwlz .yyeex3::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");
}
.ttb335 .i2uo94q::after, .ttb335 .yyeex3::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");
}
.mz5h .i2uo94q::after, .mz5h .yyeex3::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");
}
.nlmpg2 .i2uo94q::after, .nlmpg2 .yyeex3::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");
}
.ayw3kwv .i2uo94q::after, .ayw3kwv .yyeex3::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");
}
.e83ua   .xq9pyhy::after, .e83ua   .f2h6eio::after,
.jpxkppf .xq9pyhy::after, .jpxkppf .f2h6eio::after,
.dd8zr92    .xq9pyhy::after, .dd8zr92    .f2h6eio::after,
.jboym0    .xq9pyhy::after, .jboym0    .f2h6eio::after,
.xiq5154q    .xq9pyhy::after, .xiq5154q    .f2h6eio::after,
.fadu78     .xq9pyhy::after, .fadu78     .f2h6eio::after,
.ot4pzoa4    .xq9pyhy::after, .ot4pzoa4    .f2h6eio::after,
.oh719vf0   .xq9pyhy::after, .oh719vf0   .f2h6eio::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;
}
.e83ua .xq9pyhy::after, .e83ua .f2h6eio::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");
}
.jpxkppf .xq9pyhy::after, .jpxkppf .f2h6eio::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");
}
.dd8zr92 .xq9pyhy::after, .dd8zr92 .f2h6eio::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");
}
.jboym0 .xq9pyhy::after, .jboym0 .f2h6eio::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");
}
.xiq5154q .xq9pyhy::after, .xiq5154q .f2h6eio::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");
}
.fadu78 .xq9pyhy::after, .fadu78 .f2h6eio::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");
}
.ot4pzoa4 .xq9pyhy::after, .ot4pzoa4 .f2h6eio::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");
}
.oh719vf0 .xq9pyhy::after, .oh719vf0 .f2h6eio::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");
}
.o068861 .ij5inkv    { background: transparent; padding: 0; }
.qp533.yyeex3 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .p4mccx5k {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .p4mccx5k::before    { grid-area: rank;   }
  .uv0q16           { grid-area: ident;  }
  .nwv9t     { grid-area: rating; min-width: 0; width: auto; }
  .q3ws           { grid-area: pills;  }
  .qp533             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .p4mccx5k {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .p4mccx5k::before    { justify-self: center; }
  .uv0q16           { width: 100%; }
  .nwv9t     { justify-self: center; }
  .q3ws           { grid-template-columns: 1fr; }
}
.rh554g .byq2 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .gy48fzk .gc8c6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .gy48fzk .x5p8n { margin: 0; }
}
@media (max-width: 720px) {
  .wdrscho1 { grid-template-columns: 1fr; }
  .bggc { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .bggc .im4j { width: 72px; height: 50px; }
  .bggc .i49ul0 { max-width: 180px; }
  .bggc .uf54yvzv { width: auto; }
}
@media (max-width: 720px) {
  .ondb7we2 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .f86jx { padding: 16px; }
  .etnouc .s9e4sp1 { min-width: 50%; }
}
@media (max-width: 860px) {
  .otqpxwp { grid-template-columns: 1fr; }
  .fwu70bu { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .berttu { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .ysrzz { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .dv7z { flex-direction: column; align-items: stretch; }
}
.zwp88ry .uf54yvzv .yyeex3 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .lhpkf { flex-direction: column; align-items: stretch; gap: 10px; }
  .zwp88ry .uf54yvzv { text-align: center; }
}
@media (max-width: 720px) {
  .idhbn6 { grid-template-columns: 1fr; }
  .gm2p { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lmqc9 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .nye8963 { grid-template-columns: 1fr; }
  .dtdbul9 { width: 100px; height: 100px; margin: 16px auto; }
  .xs49h96b { font-size: 1.4rem; }
  .egb083v { justify-content: center; }
  .dz3cy8 .s9e4sp1 { min-width: 50%; }
}
@media (max-width: 540px) {
  .n49jww8 { flex-wrap: wrap; padding: 14px 16px; }
  .m5c27 { padding: 12px 16px; }
  .le3t .hb8vljx { margin: 0 16px; }
  .le3t .d7u3 { padding: 0 16px; }
  .k9v2y4 { padding: 12px 16px; }
}
.r1h4rt4y .wph7 { gap: 18px; }
.r1h4rt4y .p4mccx5k {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.r1h4rt4y .p4mccx5k:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.m5sfw .q3ws .nzi02x8r {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.m5sfw .q3ws .nzi02x8r:first-child { border-left: none; }
.v6rrbz16 { margin: 16px 0; }
.d6c6 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.d6c6 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.d6c6 summary::after { content: "+"; color: var(--accent-light); }
.d6c6[open] summary::after { content: "−"; }
.d6c6 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.rwld { margin-bottom: 0; }
.h8rhduw h2.ulzhqe { color: var(--text-primary); border-color: var(--accent-light); }
.o3oc h2.ulzhqe { color: var(--text-primary); border-color: var(--accent-light); }
.g5anxcx .sqs4     { background: #052e16; border-color: #10b981; }
.g5anxcx .ni9nd { background: #2d0a1e; border-color: #f43f5e; }
.g5anxcx .e3nyv1    { background: #1e1036; border-color: #a855f7; }
.g5anxcx .it8c82 strong  { color: #f1f5f9; }
.g5anxcx .it8c82 p       { color: #cbd5e1; }
.g5anxcx .qk1pbd6s    .sqs4     .iusji::before,
.g5anxcx .mxf3  .sqs4     .iusji::before,
.g5anxcx .j9h5l  .sqs4     .iusji::before,
.g5anxcx .e2hah .sqs4     .iusji::before { color: #10b981; }
.g5anxcx .qk1pbd6s    .ni9nd .iusji::before,
.g5anxcx .mxf3  .ni9nd .iusji::before,
.g5anxcx .j9h5l  .ni9nd .iusji::before,
.g5anxcx .e2hah .ni9nd .iusji::before { color: #f43f5e; }
.g5anxcx .qk1pbd6s    .e3nyv1    .iusji::before,
.g5anxcx .mxf3  .e3nyv1    .iusji::before,
.g5anxcx .j9h5l  .e3nyv1    .iusji::before,
.g5anxcx .e2hah .e3nyv1    .iusji::before { color: #a855f7; }
.u2gfzx .sqs4     { background: #2d2000; border-color: #eab308; }
.u2gfzx .e3nyv1    { background: #2d1600; border-color: #f97316; }
.u2gfzx .it8c82 strong  { color: #f1f5f9; }
.u2gfzx .it8c82 p       { color: #cbd5e1; }
.u2gfzx .qk1pbd6s    .sqs4     .iusji::before,
.u2gfzx .mxf3  .sqs4     .iusji::before,
.u2gfzx .j9h5l  .sqs4     .iusji::before,
.u2gfzx .e2hah .sqs4     .iusji::before { color: #eab308; }
.u2gfzx .qk1pbd6s    .ni9nd .iusji::before,
.u2gfzx .mxf3  .ni9nd .iusji::before,
.u2gfzx .j9h5l  .ni9nd .iusji::before,
.u2gfzx .e2hah .ni9nd .iusji::before { color: #ef4444; }
.u2gfzx .qk1pbd6s    .e3nyv1    .iusji::before,
.u2gfzx .mxf3  .e3nyv1    .iusji::before,
.u2gfzx .j9h5l  .e3nyv1    .iusji::before,
.u2gfzx .e2hah .e3nyv1    .iusji::before { color: #f97316; }
.g5pq .sqs4     { background: #0c1a2e; border-color: #38bdf8; }
.g5pq .e3nyv1    { background: #0a2020; border-color: #2dd4bf; }
.g5pq .it8c82 strong  { color: #f1f5f9; }
.g5pq .it8c82 p       { color: #cbd5e1; }
.g5pq .qk1pbd6s    .sqs4     .iusji::before,
.g5pq .mxf3  .sqs4     .iusji::before,
.g5pq .j9h5l  .sqs4     .iusji::before,
.g5pq .e2hah .sqs4     .iusji::before { color: #38bdf8; }
.g5pq .qk1pbd6s    .ni9nd .iusji::before,
.g5pq .mxf3  .ni9nd .iusji::before,
.g5pq .j9h5l  .ni9nd .iusji::before,
.g5pq .e2hah .ni9nd .iusji::before { color: #818cf8; }
.g5pq .qk1pbd6s    .e3nyv1    .iusji::before,
.g5pq .mxf3  .e3nyv1    .iusji::before,
.g5pq .j9h5l  .e3nyv1    .iusji::before,
.g5pq .e2hah .e3nyv1    .iusji::before { color: #2dd4bf; }
.ggiq5 .sqs4     { background: var(--accent-bg); border-color: var(--accent-light); }
.ggiq5 .e3nyv1    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ggiq5 .qk1pbd6s    .iusji::before,
.ggiq5 .mxf3  .iusji::before,
.ggiq5 .j9h5l  .iusji::before,
.ggiq5 .e2hah .iusji::before { color: var(--accent-light) !important; }
.vd9t .vxga5yen { background: var(--bg-pros); }
.vd9t .ij6mm { background: var(--bg-cons); }
.vd9t .vxga5yen .og5q { color: var(--c-pros-label); }
.vd9t .ij6mm .vv2d0yc { color: var(--c-cons); }
.vd9t .vxga5yen ul li,
.vd9t .jihosf li          { color: var(--c-pros); }
.vd9t .ij6mm ul li,
.vd9t .rgh97 li          { color: var(--c-cons); }
.cr70jr2g .og5q::before { content: "✓ "; }
.cr70jr2g .vv2d0yc::before { content: "✗ "; }
.h5meg .it8c82 { background: transparent; border-left: none; border: 1.5px solid; }
.h5meg .sqs4     { border-color: var(--c-tip-border); }
.h5meg .e3nyv1    { border-color: #60a5fa; }
.h5meg .it8c82 strong { color: var(--text-primary); }
.h5meg .it8c82 p      { color: var(--text-muted); }
.rh554g .it8c82 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.rh554g .sqs4     { border-top-color: var(--c-tip-border); }
.rh554g .ni9nd { border-top-color: var(--c-warn-border); }
.rh554g .e3nyv1    { border-top-color: #60a5fa; }
.vk7xui .it8c82 { border-left: none; border-radius: 8px; }
.vk7xui .sqs4     { background: #065f46; }
.vk7xui .e3nyv1    { background: #1e3a8a; }
.vk7xui .it8c82 strong,
.vk7xui .it8c82 p { color: #fff; }
.vk7xui .iusji::before { color: rgba(255,255,255,0.85) !important; }
.g5anxcx.vk7xui .sqs4,
.g5anxcx .vk7xui .sqs4     { background: #052e16; }
.g5anxcx.vk7xui .ni9nd,
.g5anxcx .vk7xui .ni9nd { background: #2d0a1e; }
.g5anxcx.vk7xui .e3nyv1,
.g5anxcx .vk7xui .e3nyv1    { background: #1e1036; }
.u2gfzx.vk7xui .sqs4,
.u2gfzx .vk7xui .sqs4      { background: #2d2000; }
.u2gfzx.vk7xui .e3nyv1,
.u2gfzx .vk7xui .e3nyv1     { background: #2d1600; }
.g5pq.vk7xui .sqs4,
.g5pq .vk7xui .sqs4      { background: #0c1a2e; }
.g5pq.vk7xui .e3nyv1,
.g5pq .vk7xui .e3nyv1     { background: #0a2020; }
.gkttw .it8c82 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gkttw .sqs4     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.gkttw .e3nyv1    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gkttw .it8c82 strong { color: var(--text-primary); }
.gkttw .it8c82 p      { color: var(--text-muted); }
.swahk6 .it8c82 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.qk1pbd6s .iusji,
.mxf3 .iusji,
.j9h5l .iusji,
.e2hah .iusji { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.qk1pbd6s .iusji::before,
.mxf3 .iusji::before,
.j9h5l .iusji::before,
.e2hah .iusji::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.qk1pbd6s .sqs4     .iusji::before { content: "✦"; color: var(--c-tip-border); }
.qk1pbd6s .ni9nd .iusji::before { content: "▲"; color: var(--c-warn-border); }
.qk1pbd6s .e3nyv1    .iusji::before { content: "◉"; color: #60a5fa; }
.mxf3 .sqs4     .iusji::before { content: "★"; color: var(--c-tip-border); }
.mxf3 .ni9nd .iusji::before { content: "◆"; color: var(--c-warn-border); }
.mxf3 .e3nyv1    .iusji::before { content: "●"; color: #60a5fa; }
.j9h5l .sqs4     .iusji::before { content: "▶"; color: var(--c-tip-border); }
.j9h5l .ni9nd .iusji::before { content: "■"; color: var(--c-warn-border); }
.j9h5l .e3nyv1    .iusji::before { content: "▸"; color: #60a5fa; }
.e2hah .sqs4     .iusji::before { content: "→"; color: var(--c-tip-border); }
.e2hah .ni9nd .iusji::before { content: "⬥"; color: var(--c-warn-border); }
.e2hah .e3nyv1    .iusji::before { content: "◈"; color: #60a5fa; }
.ofleia .hegr5o .or0j,
.ofleia .avnmk .or0j  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ofleia .l7rgra0                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ofleia .jivq1          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ofleia .t8i9wj                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.x4bffg3 .hegr5o .or0j,
.x4bffg3 .avnmk .or0j,
.x4bffg3 .l7rgra0,
.x4bffg3 .p4mccx5k,
.x4bffg3 .x5p8n,
.x4bffg3 .jivq1,
.x4bffg3 .t8i9wj,
.x4bffg3 .swahk6 .it8c82 { box-shadow: none; }
.iumcx   .n85b1, .iumcx .hfzfbe2a, .iumcx .qbq2a,
.iumcx   .hj11mp92, .iumcx .md3nh0e { font-size: 0.9rem; }
.iumcx   .xco8, .iumcx .ctnno { font-size: 0.9rem; }
.w57lkuny   .n85b1, .w57lkuny .hfzfbe2a, .w57lkuny .qbq2a,
.w57lkuny   .hj11mp92, .w57lkuny .md3nh0e { font-size: 0.95rem; }
.w57lkuny   .xco8, .w57lkuny .ctnno { font-size: 0.95rem; }
.uu6pism   .n85b1, .uu6pism .hfzfbe2a, .uu6pism .qbq2a,
.uu6pism   .hj11mp92, .uu6pism .md3nh0e { font-size: 1.08rem; }
.uu6pism   .xco8, .uu6pism .ctnno { font-size: 1.05rem; }
.uu6pism   .h1xk026p { font-size: 0.97rem; }
.zsjrw3 .urwznvg      { font-size: 3.2rem; }
.zsjrw3 h2.ulzhqe { font-size: 1.9rem; }
.zsjrw3 h3.tjh2n     { font-size: 1.4rem; }
.qn2qr .urwznvg      { font-size: 3.8rem; }
.qn2qr h2.ulzhqe { font-size: 2.2rem; }
.qn2qr h3.tjh2n     { font-size: 1.6rem; }
.rwld + .rwld { position: relative; }
.o0i5   .rwld + .rwld::before,
.vtwu4g  .rwld + .rwld::before,
.wlui   .rwld + .rwld::before,
.v40a   .rwld + .rwld::before,
.iw3k   .rwld + .rwld::before,
.n2rd8u .rwld + .rwld::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.o0i5 .rwld + .rwld::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vtwu4g .rwld + .rwld::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.wlui .rwld + .rwld::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;
}
.v40a .rwld + .rwld::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.m0tidte .rwld { margin-bottom: 16px; }
.m0tidte .rwld + .rwld { margin-top: 0; }
.m0tidte .qlop { padding-top: 0; padding-bottom: 0; }
.iw3k .rwld + .rwld::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.n2rd8u .rwld + .rwld::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.dgdu .rwld + .rwld::before,
.c3ly97 .rwld + .rwld::before,
.gqyd .rwld + .rwld::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%;
}
.gq7tva2 .dgdu .rwld:nth-child(even)::before,
.gq7tva2 .c3ly97 .rwld:nth-child(even)::before,
.gq7tva2 .gqyd .rwld:nth-child(even)::before { background: var(--bg-surface); }
.w97manb .dgdu .rwld:nth-child(even)::before,
.w97manb .c3ly97 .rwld:nth-child(even)::before,
.w97manb .gqyd .rwld:nth-child(even)::before { background: var(--bg-card); }
.dgdu .rwld + .rwld::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");
}
.c3ly97 .rwld + .rwld::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");
}
.gqyd .rwld + .rwld::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");
}
.q9g97p0 .ukc3j,
.b5amykb9 .ukc3j,
.loax .ukc3j { overflow: hidden; }
.q9g97p0 .a3ir8,
.b5amykb9 .a3ir8 { margin-bottom: 60px; }
.loax .a3ir8 { margin-bottom: 70px; }
.loax .qlihcnr { padding-bottom: 70px; }
.q9g97p0 .ukc3j::before,
.b5amykb9 .ukc3j::before,
.loax .ukc3j::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.q9g97p0 .ukc3j::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");
}
.b5amykb9 .ukc3j::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");
}
.loax .ukc3j::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.f2wc8z .ukc3j:not(.vfncy98r) .cwr5t { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.c6mibs3 .ukc3j:not(.vfncy98r) .cwr5t { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.r31so8  .ukc3j:not(.vfncy98r) .cwr5t { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.e6t8j  .ukc3j:not(.vfncy98r) .cwr5t { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.allzy93 .vfncy98r { background: var(--accent); }
.allzy93 .vfncy98r .cwr5t { background: none; }
.allzy93 .elcxi { background: var(--accent); }
.allzy93 .w549q0j5 { background: var(--accent-bg); }
.allzy93 .ukc3j:not(.vfncy98r) .cwr5t { background: rgba(0,0,0,0.6); }
.ih0bq5i .u2otc4n { float: left; width: 38%; margin: 0 28px 16px 0; }
.ih0bq5i .u2otc4n .fh41 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ih0bq5i .qlop::after { content: ''; display: block; clear: both; }
.d0mk .u2otc4n { float: right; width: 38%; margin: 0 0 16px 28px; }
.d0mk .u2otc4n .fh41 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.d0mk .qlop::after { content: ''; display: block; clear: both; }
.f3tx .rwld:nth-child(odd)  .u2otc4n { float: left;  width: 38%; margin: 0 28px 16px 0; }
.f3tx .rwld:nth-child(even) .u2otc4n { float: right; width: 38%; margin: 0 0 16px 28px; }
.f3tx .u2otc4n .fh41 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.f3tx .qlop::after { content: ''; display: block; clear: both; }
.ih0bq5i .y9e8fz,
.d0mk .y9e8fz,
.f3tx .y9e8fz,
@media (max-width: 900px) {
  .ih0bq5i .u2otc4n,
  .d0mk .u2otc4n,
  .f3tx .rwld:nth-child(odd)  .u2otc4n,
  .f3tx .rwld:nth-child(even) .u2otc4n {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ih0bq5i .u2otc4n .fh41,
  .d0mk .u2otc4n .fh41,
  .f3tx .u2otc4n .fh41 {
    max-height: none !important;
  }
}
.ih0bq5i .xco8,
.ih0bq5i .ctnno,
.d0mk .xco8,
.d0mk .ctnno,
.f3tx .xco8,
.f3tx .ctnno { overflow: hidden; }
@media (max-width: 640px) {
  .ih0bq5i .u2otc4n,
  .d0mk .u2otc4n,
  .f3tx .u2otc4n { float: none; width: 100%; margin: 0 0 16px 0; }
}
.m9m98lap .q6btr,
.m9m98lap .qlop,
.m9m98lap .aodds  { max-width: 1100px; }
.m9m98lap { --content-mw: 1100px; }
.sv6a1cxg .q6btr,
.sv6a1cxg .qlop,
.sv6a1cxg .aodds  { max-width: 1200px; }
.ohwzatsp .q6btr,
.ohwzatsp .qlop,
.ohwzatsp .aodds  { max-width: 1320px; }
.szecs { font-size: 0.82rem; color: var(--text-muted); }
.z8wqj { display: flex; align-items: center; }
.tvgahop {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.sgtwk7 { display: flex; align-items: center; }
.mx8mk { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.mx8mk:hover { text-decoration: underline; }
.mqu84zus { margin: 0 3px; opacity: 0.45; }
.mqu84zus::before { content: '/'; }
.lvlru { padding: 2px 5px; color: var(--text-main); }
.rsrdp5s4 .szecs {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.rsrdp5s4 .z8wqj { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.jz6pnjq6 .szecs {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.jz6pnjq6 .z8wqj { padding: 0 0 0 12px; }
.vedpt {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.wqws5j0 .z8wqj { padding: 0 16px; }
.wqws5j0 .szecs {
  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);
}
.wqws5j0 .q6btr { padding-top: 28px; }
@media (max-width: 720px) {
  .vedpt { margin-top: 18px; padding: 0 16px; }
  .wqws5j0 .q6btr { padding-top: 16px; }
}
.m9m98lap.rsrdp5s4 .z8wqj { max-width: 1100px; }
.sv6a1cxg.rsrdp5s4 .z8wqj { max-width: 1200px; }
.ohwzatsp.rsrdp5s4 .z8wqj { max-width: 1320px; }
.m9m98lap .vedpt { max-width: 1100px; }
.sv6a1cxg .vedpt { max-width: 1200px; }
.ohwzatsp .vedpt { max-width: 1320px; }
.gdtz .rwld { padding-top: 16px; padding-bottom: 16px; }
.pr3j .rwld { padding-top: 24px; padding-bottom: 24px; }
.jrzs .rwld { padding-top: 40px; padding-bottom: 40px; }
.z8zt .rwld { padding-top: 52px; padding-bottom: 52px; }
.devg .rwld:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.devg .rwld:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.devg .rwld:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.devg .rwld:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hg5zjdn .qlop { padding-top: 10px;  padding-bottom: 10px; }
.emvwiy4h .qlop { padding-top: 18px;  padding-bottom: 18px; }
.tmuhykj8 .qlop { padding-top: 36px;  padding-bottom: 36px; }
.qtyye .qlop { padding-top: 48px;  padding-bottom: 48px; }
.sfo619ki h2.ulzhqe { font-weight: 600; }
.sfo619ki h3.tjh2n     { font-weight: 600; }
.he7xo h2.ulzhqe { font-weight: 800; }
.he7xo h3.tjh2n     { font-weight: 700; }
.h575h h2.ulzhqe { font-weight: 900; }
.h575h h3.tjh2n     { font-weight: 800; }
.h575h .it8c82 strong,
.h575h .it8c82 strong { font-weight: 600; }
.xq9pyhy {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.vbnczn3 .xq9pyhy { display: none; }
@media (max-width: 640px) {
  .dg1qces { display: none; }
  .xq9pyhy {
    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;
  }
}
.xq9pyhy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xq9pyhy:hover { opacity: 0.85; }
.hn7nm .xq9pyhy { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.ug3w .xq9pyhy,
.zo2el8x  .xq9pyhy { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.ug3w .xq9pyhy:hover,
.zo2el8x  .xq9pyhy:hover { opacity: 0.88; }
.hn7nm.ug3w .xq9pyhy,
.hn7nm.zo2el8x  .xq9pyhy { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.f2h6eio {
  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;
}
.f2h6eio:hover { transform: translateY(-2px); opacity: 0.92; }
.f2h6eio { background: var(--cta) !important; color: #fff !important; border: none !important; }
.hwwl22hx .f2h6eio { display: none; }
.h50y .f2h6eio { right: 32px; }
.shl84  .f2h6eio { left: 32px; }
@media (max-width: 480px) {
  .h50y .f2h6eio { right: 20px; bottom: 20px; }
  .shl84  .f2h6eio { left: 20px; bottom: 20px; }
}
.nr3xn8gr { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.aodds { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ls8o2wt { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.v6cka { color: var(--text-dim); font-size: 0.8rem; }
.eike5gi a, .srzu a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.eike5gi a:hover, .srzu a:hover { color: var(--accent-light); }
.srzu { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.aeuadp08 .aodds { text-align: center; }
.aeuadp08 .srzu { justify-content: center; margin-bottom: 16px; }
.aeuadp08 .ls8o2wt { margin-top: 0; }
.gqdcu { margin-top: 10px; }
.gqdcu a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .aodds { padding-left: 16px; padding-right: 16px; }
  .ixm5fg .aodds { padding: 20px 16px; }
  .srzu { gap: 4px 12px; }
  .ls8o2wt { font-size: 0.78rem; }
}
.x37sf6y .ls8o2wt { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.x37sf6y .v6cka { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .x37sf6y .d9q1y077 { grid-template-columns: 1fr 1fr; } .x37sf6y .xh248y { grid-column: 1 / -1; } }
@media (max-width: 480px) { .x37sf6y .d9q1y077 { grid-template-columns: 1fr; } }
.w6q9pc .ls8o2wt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .w6q9pc .rfjvoi { gap: 12px; } .w6q9pc .pzms18j { margin-right: 0; width: 100%; } }
.h5457ur .ls8o2wt { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.h5457ur .v6cka { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .h5457ur .otecy3 { grid-template-columns: 1fr 1fr; } .h5457ur .g269w47q { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h5457ur .otecy3 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .zaucaf .pmsr { grid-template-columns: 1fr 1fr; } .zaucaf .chmgja:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .zaucaf .pmsr { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .p66t .pmsr { grid-template-columns: 1fr; } }
.n3zcs16n .aodds { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.n3zcs16n .srzu { justify-content: center; }
.vnoxif .da07      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vnoxif .nr3xn8gr { background: var(--bg-page); border-top-color: var(--border-alt); }
.yo07b .da07      { background: #0d1117; border-bottom-color: #21262d; }
.yo07b .to5k0h4 { color: var(--accent-light); }
.yo07b .szlnog { --msep-color: #8b949e; }
.yo07b .szlnog a { color: #8b949e; }
.yo07b .szlnog a:hover { color: var(--accent-light); }
.yo07b .hobr2 { color: #8b949e; }
.yo07b .nr3xn8gr { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.yo07b .ls8o2wt,
.yo07b .v6cka { color: #6e7681; }
.yo07b .eike5gi a, .yo07b .srzu a,
.yo07b .hkfjkuoe a, .yo07b .kj9cy5 a,
.yo07b .dvsh a { color: #8b949e; }
.yo07b .pzms18j { color: #e6edf3; }
.yo07b .eike5gi a:hover, .yo07b .srzu a:hover,
.yo07b .hkfjkuoe a:hover, .yo07b .kj9cy5 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .yo07b .szlnog { background: #0d1117; border-top-color: #21262d; }
  .yo07b .szlnog li a { border-bottom-color: #21262d; }
}
.ju6tc0m4 .da07      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ju6tc0m4 .to5k0h4 { color: var(--accent-light); }
.ju6tc0m4 .szlnog { --msep-color: #475569; }
.ju6tc0m4 .szlnog a { color: #475569; }
.ju6tc0m4 .szlnog a:hover { color: var(--accent-light); }
.ju6tc0m4 .hobr2 { color: #64748b; }
.ju6tc0m4 .nr3xn8gr { background: #f0f4f8; border-top-color: #cbd5e1; }
.ju6tc0m4 .ls8o2wt,
.ju6tc0m4 .v6cka { color: #64748b; }
.ju6tc0m4 .eike5gi a, .ju6tc0m4 .srzu a,
.ju6tc0m4 .eike5gi a:hover, .ju6tc0m4 .srzu a:hover,
@media (max-width: 640px) {
  .ju6tc0m4 .szlnog { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ju6tc0m4 .szlnog li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.ug3w .da07      { background: var(--accent); border-bottom-color: var(--accent-light); }
.ug3w .to5k0h4 { color: #fff; }
.ug3w .szlnog { --msep-color: rgba(255,255,255,0.82); }
.ug3w .szlnog a { color: rgba(255,255,255,0.82); }
.ug3w .szlnog a:hover { color: #fff; }
.ug3w .hobr2 { color: rgba(255,255,255,0.9); }
.ug3w .nr3xn8gr { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.ug3w .ls8o2wt,
.ug3w .v6cka { color: rgba(255,255,255,0.72); }
.ug3w .eike5gi a, .ug3w .srzu a,
.ug3w .eike5gi a:hover, .ug3w .srzu a:hover,
@media (max-width: 640px) {
  .ug3w .szlnog { background: var(--accent); border-top-color: var(--accent-light); }
  .ug3w .szlnog li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.zo2el8x .da07 {
  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);
}
.zo2el8x .nr3xn8gr {
  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) {
  .zo2el8x .szlnog {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.hnb7i .a2giyr4m { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ara9j5n .a2giyr4m { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.lf03 .a2giyr4m { min-height: 72px; height: auto; }
.bkkppa3z .a2giyr4m { min-height: 84px; height: auto; }
.ixm5fg .a2giyr4m { max-width: none; padding: 0 32px; }
.ixm5fg .aodds  { max-width: none; padding: 24px 32px; }
.sz3dz2.sv6a1cxg .a2giyr4m { max-width: 1200px; }
.sz3dz2.ohwzatsp .a2giyr4m { max-width: 1320px; }
.sm6v64   .to5k0h4, .sm6v64   .pzms18j { text-transform: capitalize; }
.su1tq .to5k0h4, .su1tq .pzms18j { text-transform: lowercase; }
.lywaef2t .to5k0h4, .lywaef2t .pzms18j { text-transform: uppercase; letter-spacing: 0.06em; }
.z0qx5, .ry5jmmfo {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.om454ni .z0qx5,
.ahls6 .z0qx5,
.apnogcau .z0qx5,
.lml8q .z0qx5,
.x77ml   .szlnog a { font-weight: 500; }
.z379t3 .szlnog a { font-weight: 600; }
.y2vtahd3     .szlnog a { font-weight: 700; }
.lmambj4    .szlnog a { font-weight: 800; letter-spacing: 0.01em; }
.frgcr     .szlnog > li + li::before,
.w9aeeq    .szlnog > li + li::before,
.hrgiyhq    .szlnog > li + li::before,
.sjebo1h7 .szlnog > li + li::before,
.evoi .szlnog > li + li::before,
.nu4mx1v  .szlnog > li + li::before,
.vww4    .szlnog > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.frgcr     .szlnog > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.w9aeeq    .szlnog > li + li::before { content: "|"; }
.hrgiyhq    .szlnog > li + li::before { content: "—"; }
.sjebo1h7 .szlnog > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.evoi .szlnog > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.nu4mx1v  .szlnog > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.vww4    .szlnog > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .h46he .hobr2,
  .ub3j .hobr2,
  .lf0y .hobr2,
  .c537ar .hobr2,
  .owt2v7 .hobr2 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .h46he .hobr2::before,
  .ub3j .hobr2::before,
  .lf0y .hobr2::before,
  .c537ar .hobr2::before,
  .owt2v7 .hobr2::before { content: ""; display: block; flex-shrink: 0; }

  
  .h46he .hobr2::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;
  }

  
  .ub3j .hobr2::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;
  }

  
  .lf0y .hobr2::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;
  }

  
  .c537ar .hobr2::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;
  }

  
  .owt2v7 .hobr2::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) {
  .qt6vx2 .hobr2 {
    padding: 5px 14px;
  }
  .qt6vx2 .szlnog {
    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;
  }
  .qt6vx2 .szlnog li a {
    border-bottom: none; padding: 10px 22px;
  }
  .qt6vx2 .szlnog li a:hover { background: var(--bg-raised); }
  .qt6vx2 .a5pg,
  .hn5aegs7 .a5pg,
  .bqxaymu .a5pg { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .tzgnhxq .hobr2 {
    padding: 5px 10px;
  }
  .tzgnhxq .szlnog {
    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);
  }
  .tzgnhxq .szlnog.acrg2hd9 { transform: translateX(0); }
  .tzgnhxq .szlnog li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .tzgnhxq .szlnog li:last-child a { border-bottom: none; }
  .ug3w .szlnog,
  .yo07b .szlnog { background: var(--accent) !important; }
  .ug3w .szlnog li a,
  .yo07b .szlnog li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .bqxaymu .hobr2 {
    padding: 5px 10px;
  }
  .bqxaymu .szlnog {
    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);
  }
  .bqxaymu .szlnog::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .bqxaymu .szlnog.acrg2hd9 { transform: translateY(0); }
  .bqxaymu .szlnog li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .xhn45 .hobr2 {
    padding: 5px 10px;
  }
  .xhn45 .szlnog {
    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;
  }
  .xhn45 .szlnog.acrg2hd9 { opacity: 1; pointer-events: auto; }
  .xhn45 .szlnog li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .fwrbc25     .hobr2 { border-radius: 0 !important; }
  .edp9   .hobr2 { border-radius: 8px !important; }
  .mxdzsf .hobr2 { border-radius: 50% !important; }
  .k1z5   .hobr2 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .y6k7h .og94kizt { flex-direction: column; align-items: stretch; }
  .y6k7h .x6qlvm { flex-direction: row; min-width: auto; }
  .y6k7h .h6aq4uhz { align-items: flex-start; text-align: left; }
}
.j6v62sz3,
.j6v62sz3.rwld,
.gq7tva2 .j6v62sz3,
.uccqo7 .j6v62sz3,
.w97manb .j6v62sz3,
.bb9xnjn .j6v62sz3 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.nruodij {
  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;
}
.jqctt2 { flex: 1 1 280px; min-width: 0; }
.nhjqw7jd {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.fd1xfyt2 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.hiq0 {
  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;
}
.hiq0:hover { transform: translateY(-1px); opacity: 0.95; }
.nyn8gdpk .nruodij {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.nyn8gdpk .nhjqw7jd { color: var(--cta); }
.nyn8gdpk .fd1xfyt2 { color: var(--text-body); }
.nyn8gdpk .hiq0 {
  background: var(--cta) !important;
  color: #fff !important;
}
.b0b3uxpt .nruodij {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.b0b3uxpt .nhjqw7jd { color: var(--text-primary); }
.b0b3uxpt .fd1xfyt2 { color: var(--text-body); }
.b0b3uxpt .hiq0 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .nruodij {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .jqctt2 { flex: 0 0 auto; }
  .nhjqw7jd { font-size: 1.2rem; }
  .hiq0 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ye6zu7l .p4s9q { height: 36px; }
.guyxt .p4s9q { height: 60px; max-width: 200px; }
.rwlvh5rp .p4s9q { height: 56px; max-width: 180px; }
.exeib5f0    .bef9teu, .exeib5f0    .njidapl { color: #f59e0b; }
.m5sfw .nzi02x8r + .nzi02x8r {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .x06pua .wph7 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .x06pua .p4mccx5k {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .x06pua .p4mccx5k { padding: 40px 16px 20px; }
  .x06pua .nzi02x8r {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .x06pua .qp533 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .rt250 .p4mccx5k {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .rt250 .p4mccx5k::before {
    position: absolute; top: 14px; left: 14px;
  }
  .rt250 .uv0q16 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .rt250 .v4mrci { white-space: normal; text-align: center; font-size: 1.2rem; }
  .rt250 .nzi02x8r {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .rt250 .qp533 { width: 100%; min-width: 0; }
  .rt250 .bef9teu { min-width: 0; }
}
.khb3qma .p4mccx5k::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.yfgba1 .d6c6 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.yfgba1 .d6c6 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.yfgba1 .d6c6 p { padding: 0 2px 16px; }
.nh1q .d6c6 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.nh1q .d6c6 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.nh1q .d6c6 summary::after { content: "›"; font-size: 1.2em; }
.nh1q .d6c6[open] summary::after { content: "‹"; }
.nh1q .d6c6 p { padding: 10px 22px 4px; }
.v1qws7 .d6c6 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.v1qws7 .d6c6 summary { color: var(--text-primary); padding-left: 16px; }
.v1qws7 .d6c6 summary::after { content: "›"; font-size: 1.1em; }
.v1qws7 .d6c6[open] summary::after { content: "‹"; }
.v1qws7 .d6c6 p { padding-left: 16px; }
.lqd28 .v6rrbz16 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.lqd28 .d6c6 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.lqd28 .d6c6:last-child { border-bottom: none; }
.lqd28 .d6c6 summary { color: var(--text-primary); border-radius: 0; }
.lqd28 .d6c6 summary::after { content: "›"; font-size: 1.1em; }
.lqd28 .d6c6[open] summary::after { content: "‹"; }
.lbagztx .d6c6 { overflow: hidden; }
.lbagztx .d6c6 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.lbagztx .d6c6 summary::after { color: rgba(255,255,255,.75); }
.lbagztx .d6c6[open] summary { border-radius: 0; }
.uz8ad5td { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.lmfgwq {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.fbpw {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.pzg8 { color: var(--text-muted); font-size: 1.05rem; }
.ifuz {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.l51b8 { margin-bottom: 20px; }
.qlqejs {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.gfdbjjnk {
  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;
}
.gfdbjjnk:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.a4rng { resize: vertical; min-height: 130px; }
.ue6ueit { width: 100%; margin-top: 8px; }
.uj0jg {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.e2tpb02y {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.apze { color: var(--text-muted); line-height: 1.75; }
.wpwr { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.wpwr li { margin-bottom: 6px; }
.enfyjks8 { max-width: 760px; margin: 0 auto; }
.yvc1 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.wd3wio { max-width: 760px; margin: 0 auto; }
.bfjss { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ktbmo ul.wpwr { margin: 0; }
.ycvzx71k { max-width: 900px; margin: 0 auto; }
.s72k5pq { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.s72k5pq:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.s72k5pq .bfjss { margin: 0; font-size: 1rem; }
.s72k5pq .pb5lb p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .s72k5pq { grid-template-columns: 1fr; gap: 10px; } }
.jp0ejj .bfjss { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.kyfhxc9 .wpwr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nsety8jp { grid-template-columns: 1fr; } }
.t8typ { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.t8typ:hover .zaxlin { color: var(--accent-light); text-decoration: underline; }
.hsjg { color: inherit; text-decoration: none; }
.hsjg:hover { color: var(--accent-light); text-decoration: underline; }
.qvjkj { display: inline-block; line-height: 0; }
.csq24kf { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.g61g { max-width: 760px; margin: 0 auto; }
.iw8u ul.wpwr { margin: 0; }
.b23see { color: var(--text-muted); line-height: 1.75; }
.wtwjoj .wpwr,
.d96lf7p .wpwr,
.g9d2c6 .wpwr,
.a5r9jbpn .wpwr {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.yxy7 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.i3nz4 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.nngj3j { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.zhlor44u { margin-top: 12px; }
.yyiz7g { 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; }
.yyiz7g:hover { border-bottom-color: var(--accent-light); }
.fblgqoj9 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.fblgqoj9 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.alygg { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.z90cwm { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.bd48 { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .h9yngz8d { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ca98p .nngj3j, .ca98p .i3nz4 { max-width: 640px; }
.bdz1 .yxy7 { font-size: 1.6rem; margin-top: 18px; }
.qn7c3 .nngj3j { margin-bottom: 28px; }
@media (max-width: 860px) { .fuguu5z { grid-template-columns: 1fr; } .bdz1 { position: static; text-align: center; } }
.n1xx1v .fblgqoj9 { margin: 0 auto 18px; }
.n1xx1v .z90cwm { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .tcbi { grid-template-columns: 1fr; } }
.p7xry { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.a04k079 { flex: 1; }
.p7xry .yxy7 { font-size: 1.6rem; margin-bottom: 6px; }
.c9ny0n { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.a5r9jbpn { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.kdq3iyc { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.a5r9jbpn p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.a5r9jbpn .wpwr { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .p7xry { flex-direction: column; text-align: center; } .c9ny0n { grid-template-columns: 1fr; } }
.y1c8 .yxy7 { font-size: 1.35rem; margin: 0 0 4px; }
.y1c8 .z90cwm { margin: 0; }
.dqvjxw { max-width: 760px; margin: 0 auto; }
.huvjzj9e { position: relative; padding-left: 28px; }
.huvjzj9e::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.n50fbdo { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.n50fbdo:last-child { padding-bottom: 0; }
.vaokpt { 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; }
.fo9w7h h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.fo9w7h p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.cji2ytpc .fbpw { color: var(--accent-light); }
.gutn8 .fbpw { font-size: 2rem; }
.gutn8 .pzg8 { max-width: 680px; }
.s7bdble .fbpw { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.s7bdble .pzg8  { margin: 0; }
@media (max-width: 640px) { .s7bdble { flex-direction: column; } }
.xgmmybu {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.xgmmybu .fbpw { color: var(--accent-light); }
.nvl2f .fbpw { color: #fff; }
.nvl2f .pzg8  { color: rgba(255,255,255,0.85); }
.jbs5iwa { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .wk1w { grid-template-columns: 1fr; } }
.a0teu { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.a0teu .gfdbjjnk {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.a0teu .gfdbjjnk:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.yzas7dq .gfdbjjnk { background: var(--bg-raised); border-color: transparent; }
.yzas7dq .gfdbjjnk:focus { background: var(--bg-card); border-color: var(--accent-light); }
.b2xk8p73 .gfdbjjnk { border-radius: 100px; padding: 11px 20px; }
.b2xk8p73 .a4rng { border-radius: 14px; }
.jog7a5 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .jog7a5 { grid-template-columns: 1fr; } }
.b0qtg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.b0qtg h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.b0qtg p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.pxixcb { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.pxixcb li { margin-bottom: 6px; }
.khnzs7{display:none}
.khnzs7:empty,.y9m06j:empty{display:none}
.ax5k8{position:relative;overflow:visible}
.h7xo0 .pduux,.bvo21ull .pduux,
.wl4q80m .pduux,.invdj .pduux,
.eof2q6 .pduux,.u1qcz .pduux{display:block}
.mwpqp6m .o5t0zzx{display:block}
.h7xo0 .pduux,.bvo21ull .pduux,
.wl4q80m .pduux,.invdj .pduux,
.eof2q6 .pduux{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}
.h7xo0 .pduux .y9m06j,.bvo21ull .pduux .y9m06j,
.wl4q80m .pduux .y9m06j,.invdj .pduux .y9m06j,
.eof2q6 .pduux .y9m06j{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}
.h7xo0 .yfzqav4f,.bvo21ull .yfzqav4f,
.wl4q80m .yfzqav4f,.invdj .yfzqav4f,
.eof2q6 .yfzqav4f{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.h7xo0 .pduux,.bvo21ull .pduux{top:12px}
.h7xo0 .pduux .y9m06j{margin-right:auto}
.bvo21ull .pduux .y9m06j{margin-left:auto}
.bvo21ull .pduux{text-align:right}
.wl4q80m .pduux,.invdj .pduux{bottom:12px}
.wl4q80m .pduux .y9m06j{margin-right:auto}
.invdj .pduux .y9m06j{margin-left:auto}
.invdj .pduux{text-align:right}
.eof2q6 .pduux{position:relative;margin-top:16px}
.eof2q6 .pduux .y9m06j{margin:0 auto}
.u1qcz .pduux{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.u1qcz .pduux .y9m06j{margin:0}
.u1qcz .w549q0j5~.pduux,
.u1qcz .gg1zxqn~.pduux{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.u1qcz .w549q0j5~.pduux .y9m06j,
.u1qcz .gg1zxqn~.pduux .y9m06j{justify-content:flex-start}
.w549q0j5~.pduux,.gg1zxqn~.pduux{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}
.w549q0j5~.pduux .y9m06j{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gg1zxqn~.pduux .y9m06j{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.o5t0zzx .y9m06j{margin:0 0 12px}
.y9m06j{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.yh0o{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.zaxlin{font-weight:600;color:var(--text-heading);opacity:1}
.lcwh5le::before{content:"·";margin:0 2px;opacity:.5}
.yfzqav4f{white-space:nowrap}
.p6ga1 .yh0o{display:none}
.edm1nf2 .yfzqav4f{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.edm1nf2 .lcwh5le::before{content:""}
.yjf5jdu .yfzqav4f{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}
.yjf5jdu .lcwh5le::before{content:""}
.a9bzc2e .y9m06j{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.mj1fp .yfzqav4f{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.mj1fp .lcwh5le::before{content:""}
.kp58dz .yfzqav4f{color: var(--accent-light);opacity:1;font-weight:500}
.bglm90 .yfzqav4f{border-bottom:1px solid currentColor;padding-bottom:2px}
.xgd29vle .y9m06j{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.hmzj{--date-bg:var(--accent-bg)}
.ivn4qpun .lcwh5le::before{content:""}
.oakslf .lcwh5le::before{content:"•";opacity:.4}
.oakslf .yfzqav4f + .yfzqav4f::before{content:"•";margin-right:6px;opacity:.4}
.jjtd .lcwh5le::before{content:"/";opacity:.35}
.jjtd .yfzqav4f + .yfzqav4f::before{content:"/";margin-right:6px;opacity:.35}
.im7if .lcwh5le::before{content:"|";opacity:.3}
.im7if .yfzqav4f + .yfzqav4f::before{content:"|";margin-right:6px;opacity:.3}
.x53va .lcwh5le::before{content:"—";opacity:.3}
.x53va .yfzqav4f + .yfzqav4f::before{content:"—";margin-right:6px;opacity:.3}
.oup7 .lcwh5le::before{content:"◆";font-size:.5em;opacity:.35}
.oup7 .yfzqav4f + .yfzqav4f::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.mynam .lcwh5le::before{content:"·";opacity:.4}
.mynam .yfzqav4f + .yfzqav4f::before{content:"·";margin-right:6px;opacity:.4}
.qa7t .lcwh5le::before{content:"›";opacity:.4}
.qa7t .yfzqav4f + .yfzqav4f::before{content:"›";margin-right:6px;opacity:.4}
.y7r7yk3 .lcwh5le::before{content:"→";opacity:.35;font-size:.85em}
.y7r7yk3 .yfzqav4f + .yfzqav4f::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.fs8c9{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.ku1cu4l{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.s6fe52pq{display:flex;flex-direction:column;gap:3px}
.d1wx81{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.q6oe838{font-weight:700;font-size:1rem;color:var(--text-heading)}
.nvnu{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.jw90v4 .fs8c9{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.thjab .fs8c9{border-top:3px solid var(--accent);padding-top:18px}
.t4ag1 .fs8c9{border-left:3px solid var(--accent);border-radius:0}
.crb1at .fs8c9{padding:20px 0}
@media(max-width:640px){
  .fs8c9{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .nvnu{max-width:100%}
}
.swl9fsj .jivq1{margin:0}
@media (max-width:560px){
  .rkjf99dr{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .vad45x { padding: 28px 18px 20px; }
  .wyh8 { font-size: 1.2rem; }
  .ptodb5l { max-width: 220px; max-height: 80px; }
}
.zjfr2  .mo2i { border-radius: 6px; }
.p9zt .nruodij {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .mo2i { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.hnekjp {
  margin: 28px 0 24px;
}
.hnekjp .rwld {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.hnekjp .qlop {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.hnekjp .nruodij {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .a2giyr4m { flex-direction: row-reverse; }
[dir="rtl"] .szlnog { flex-direction: row-reverse; }
[dir="rtl"] .h50y .f2h6eio { right: auto; left: 32px; }
[dir="rtl"] .shl84  .f2h6eio { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .h50y .f2h6eio { right: auto; left: 20px; }
  [dir="rtl"] .shl84  .f2h6eio { left: auto;  right: 20px; }
}
[dir="rtl"] .ih0bq5i .u2otc4n  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .d0mk .u2otc4n { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .xco8, [dir="rtl"] .ctnno { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .it8c82 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .nruodij { direction: rtl; }
[dir="rtl"] .szecs { direction: rtl; }
[dir="rtl"] .t8i9wj { direction: rtl; }
[dir="rtl"] .lssibt7 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .u3bve .ctnno,
[dir="rtl"] .jwf7eq8 .ctnno,
[dir="rtl"] .jontahk .ctnno,
[dir="rtl"] .sxl2l1q .ctnno {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .u3bve .ctnno li::before,
[dir="rtl"] .jwf7eq8 .ctnno li::before,
[dir="rtl"] .jontahk .ctnno li::before,
[dir="rtl"] .sxl2l1q .ctnno li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .ukc3j.r9p4b .a3ir8,
[dir="rtl"] .bu6i.r9p4b .a3ir8,
[dir="rtl"] .vfncy98r.r9p4b .a3ir8,
[dir="rtl"] .b1pq3.r9p4b .a3ir8,
[dir="rtl"] .y4bnmyo.r9p4b .a3ir8 { text-align: right; }
[dir="rtl"] .w549q0j5.r9p4b .qlihcnr { align-items: flex-end; text-align: right; }
[dir="rtl"] .qlop,
[dir="rtl"] .hj11mp92,
[dir="rtl"] .md3nh0e,
[dir="rtl"] .i8x356w,
[dir="rtl"] .a3ir8 { text-align: right; }
[dir="rtl"] .ifuz,
[dir="rtl"] .qlqejs,
[dir="rtl"] .nngj3j,
[dir="rtl"] .gfdbjjnk,
[dir="rtl"] .a4rng { text-align: right; direction: rtl; }
[dir="rtl"] .b2xk8p73 .gfdbjjnk,
[dir="rtl"] .a0teu .gfdbjjnk { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #9c7122;
  --brand:           #9c7122;
  --brand-light:     #7e5f25;
  --brand-pale:      #9b793c;
  --grad-start:      #d6a243;
  --grad-end:        #d8b87e;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #9c7122;
  --cta-light:       #7e5916;
  --cta-hover:       #694c17;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f1f0ee;
  --bg-hover:        #f5f5f3;
  --border:          #e8e6e2;
  --border-alt:      #dcd7d0;
  --border-section:  #e8e6e2;
  --text-primary:    #1b1a17;
  --text-muted:      #605b52;
  --text-body:       #36342f;
  --text-sub:        #524e46;
  --text-faint:      #898275;
  --text-dim:        #a09b91;
  --text-label:      #6d685e;
  --text-value:      #44413a;
  --accent-bg:       #f1ece3;
  --accent-bg-light: #ebdfcb;
  --bg-tip:          #f0f9f1;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f9f9;
  --bg-pros:         #f0f9f1;
  --bg-cons:         #faf4f3;
  --c-pros:          #148e20;
  --c-cons:          #9f2e21;
  --c-pros-label:    #18a926;
  --c-tip-border:    #1abb2a;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #148e20;
}
:root { --logo-bg-opacity: 66%; }
body, button, input { font-family: "Raleway", sans-serif; }
.gcu1e .wwtt, .gcu1e .w549q0j5 { min-height: 320px; }
.apc0k3fx .xq9pyhy::after,.apc0k3fx .f2h6eio::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; }
.mqu84zus::before { content: '/'; }