:root {
  --color-accent: #b96853;
  --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;
}
.ogpvj {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.e8p8 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ha0ygh {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.uo70 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.bgrse { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.bgrse a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.bgrse a:hover { color: var(--accent-light); }
.p2i269     .ajal4j4m { border-radius: 6px; }
.p2i269 .ajal4j4m li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.p2i269 .ajal4j4m li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.ncdl .ajal4j4m li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .ajal4j4m {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .xnl7:hover .ajal4j4m,
  .xnl7:focus-within .ajal4j4m { display: block; }
  .ajal4j4m li a { padding: 8px 16px; font-size: 0.88rem; }
}
.k4al {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.gu0uxj { display: none; }
@media (max-width: 640px) {
  .gu0uxj {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .gu0uxj.pt70 { display: block; }
}
@media (max-width: 640px) {
  .k4al { display: block; }
  .bgrse > li + li::before { display: none !important; }
  .bgrse {
    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;
  }
  .bgrse.pt70 { display: flex; }
  .bgrse li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .bgrse li:last-child a { border-bottom: none; }
}
.hep9it { min-height: 480px; }
.ow1r {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.rlmgnc { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ffdh .rlmgnc { margin-left: 0; margin-right: 0; }
.lzugykc5 {
  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;
}
.cs7tt6g .lzugykc5 { margin-top: 24px; }
.lzugykc5:hover { opacity: 0.88; }
.tzd2m0hv {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.rx18vwk2 {
  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%);
}
.tzd2m0hv .wvwrbgm {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.tzd2m0hv .ow1r { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.tzd2m0hv .rlmgnc { color: #e2e8f0; }
.tzd2m0hv.att7 .wvwrbgm { text-align: center; }
.tzd2m0hv.ffdh   .wvwrbgm { text-align: left; }
.ex40q .wvwrbgm {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.ex40q .ow1r { color: var(--text-primary); text-shadow: none; }
.ex40q .rlmgnc { color: var(--text-muted); }
.ex40q .lzugykc5 { margin-top: 16px; }
.ex40q, .ex40q.hep9it { min-height: auto !important; }
.ex40q.att7 .wvwrbgm { text-align: center; }
.ex40q.ffdh   .wvwrbgm { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.bbjptt .r5gkks,
.bbjptt .x7d3pz,
.bbjptt .tzd2m0hv .rx18vwk2 {
  overflow: hidden;
}
.bbjptt .r5gkks::after,
.bbjptt .x7d3pz::after,
.bbjptt .tzd2m0hv .rx18vwk2::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); }
}
.ts8fp .tzd2m0hv .rx18vwk2 {
  overflow: hidden;
}
.ts8fp .tzd2m0hv .rx18vwk2::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;
}
.sokn6 .tzd2m0hv .rx18vwk2 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.g4nrj8ry .tzd2m0hv .rx18vwk2 {
  overflow: hidden;
}
.g4nrj8ry .tzd2m0hv .rx18vwk2::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;
}
.u2xpmqv7 .tzd2m0hv .rx18vwk2 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.r5gkks .rx18vwk2 {
  background: none;
}
.r5gkks .ow1r { color: #fff; }
.r5gkks .rlmgnc { color: rgba(255,255,255,0.85); }
.r5gkks .lzugykc5 { background: #fff; color: var(--cta); }
.r5gkks .lzugykc5:hover { opacity: 0.92; }
.bbjptt .h8mr4q { position: relative; overflow: hidden; }
.bbjptt .h8mr4q::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;
}
.h8mr4q .ow1r { text-shadow: none; color: var(--text-primary); }
.h8mr4q .rlmgnc { color: var(--text-muted); }
body.n97xcm .ow1r {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.rwmi .ow1r {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.hep9it.r5gkks .ow1r,
section.r5gkks .ow1r {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.h8mr4q.ffdh   .gs21iyh { align-items: flex-start; text-align: left; }
.hep9it .qdl8 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.qdl8 .lygxil0.qqor {
  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;
}
.qdl8 .lygxil0.qqor:hover { opacity: 0.85; }
.ayv4jm .wvwrbgm { padding-bottom: 24px; }
.cs7tt6g .wvwrbgm { max-width: 1100px; }
@media (max-width: 700px) {
  .h8mr4q { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .h8mr4q:not(.s2xzbm5) .uymg { display: none !important; }
  .s2xzbm5 .uymg { padding: 16px; }
  .gs21iyh  { padding: 36px 24px; }
  .h8mr4q~.g8sq,.g7n383~.g8sq{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .hep9it, .h8mr4q { min-height: 320px !important; }
  .ow1r { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .n1u1u,
  .r50ztut9,
  .sd2f { grid-template-columns: 1fr !important; }

  

  
  .ayv4jm { display: flex !important; flex-direction: column !important; }
  .ayv4jm .wvwrbgm { display: contents; }
  .ayv4jm .rx18vwk2 { order: 0; }
  .ayv4jm .ow1r { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ayv4jm .n1u1u { order: 2; padding: 0 16px 12px !important; }
  .ayv4jm .rlmgnc { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .cs7tt6g .wvwrbgm { display: flex; flex-direction: column; }
  .cs7tt6g .wvwrbgm .ow1r { order: 1; }
  .cs7tt6g .wvwrbgm .sd2f { order: 2; margin: 8px 0 24px !important; }
  .cs7tt6g .wvwrbgm .rlmgnc { order: 3; }
  .cs7tt6g .wvwrbgm .lzugykc5 { order: 4; align-self: center; margin-top: 0; }

  
  .h8mr4q.s2xzbm5 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .h8mr4q.s2xzbm5 .gs21iyh { display: contents; padding: 0; }
  .h8mr4q.s2xzbm5 .gs21iyh .ow1r { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .h8mr4q.s2xzbm5 .uymg { order: 2; padding: 12px 16px; }
  .h8mr4q.s2xzbm5 .gs21iyh .rlmgnc { order: 3; padding: 0 24px; margin: 0 auto; }
  .h8mr4q.s2xzbm5 .gs21iyh .lzugykc5 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.yhaa9n { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.kes9qg { width: 100%; height: auto; display: block; border-radius: 10px; }
.yx1h .yhaa9n        { border-radius: 16px; }
.yx1h .kes9qg  { border-radius: 16px; }
.lzpzs .yhaa9n         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.lzpzs .kes9qg   { border-radius: 8px; }
.a97e0p { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.fw7j { width: 100%; padding: 32px 0; position: relative; }
.opn0 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.xs7ce9 .fw7j:nth-child(even) { background: var(--bg-surface); }
.xs7ce9 .fw7j:nth-child(odd)  { background: var(--bg-page); }
.rmby2t6 .fw7j:nth-child(even) { background: var(--bg-card); }
.rmby2t6 .fw7j:nth-child(odd)  { background: var(--bg-page); }
.xs7ce9 .fw7j:nth-child(odd)  .opn0 { background: var(--bg-card); border-radius: 6px; }
.xs7ce9 .fw7j:nth-child(even) .opn0 { background: var(--bg-raised); border-radius: 6px; }
.rmby2t6 .fw7j:nth-child(odd)  .opn0 { background: var(--bg-card); border-radius: 6px; }
.rmby2t6 .fw7j:nth-child(even) .opn0 { background: var(--bg-raised); border-radius: 6px; }
.xs7ce9 .fw7j:nth-child(even) .v0n4f .w04lf6,
.rmby2t6 .fw7j:nth-child(even) .v0n4f .w04lf6 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.xs7ce9 .fw7j:nth-child(odd) .v0n4f .w04lf6,
.rmby2t6 .fw7j:nth-child(odd) .v0n4f .w04lf6 { background: var(--bg-card-inner); }
.xs7ce9 .fw7j:nth-child(even) .ic7274b .w04lf6:nth-child(odd),
.rmby2t6 .fw7j:nth-child(even) .ic7274b .w04lf6:nth-child(odd)  { background: var(--bg-card); }
.xs7ce9 .fw7j:nth-child(even) .ic7274b .w04lf6:nth-child(even),
.rmby2t6 .fw7j:nth-child(even) .ic7274b .w04lf6:nth-child(even) { background: var(--bg-card-inner); }
h1.eqn49 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.eqn49 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kt2gdxv { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.hq2ltgp6 h2.eqn49 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.o3te h2.eqn49 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.cf4gvu h2.eqn49 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.cpoqwe h2.eqn49::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.d7z5s h2.eqn49 {
  color: var(--text-primary); font-size: 1.7rem;
}
.k2znbx h2.eqn49::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.sbkn0qzc h2.eqn49 {
  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;
}
.z03del5 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .z03del5 { display: none; } }
.hpcv { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.ujlx5bro { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.o3pt {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.t4hn5i9 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ipouzx { padding-left: 20px; }
.ipouzx li { margin-bottom: 6px; }
.ipouzx a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ipouzx a:hover { color: var(--accent-light); }
.zuvliw4b .t4hn5i9 { display: none; }
.h8wxz .t4hn5i9 { display: none; }
.h8wxz .ipouzx { padding-left: 0; list-style: none; }
.h8wxz .ipouzx li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.h8wxz .ipouzx a { font-size: 0.92rem; }
.t2cvmrs6 .o3pt { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.t2cvmrs6 .t4hn5i9 { display: none; }
.t2cvmrs6 .ipouzx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.t2cvmrs6 .ipouzx li { margin-bottom: 0; }
.t2cvmrs6 .ipouzx 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;
}
.t2cvmrs6 .ipouzx a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.jaoiih .o3pt { padding: 20px 20px 16px; }
.jaoiih .ipouzx {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.jaoiih .ipouzx li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.jaoiih .ipouzx 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;
}
.jaoiih .ipouzx 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;
}
.jaoiih .ipouzx a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.jaoiih .ipouzx a:focus,
.jaoiih .ipouzx a:focus-visible,
.jaoiih .ipouzx a:target { outline: none; }
.jaoiih .ipouzx li:target a { border-color: var(--border); color: var(--text-muted); }
.hfi8d8dj .o3pt { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.hfi8d8dj .t4hn5i9 { display: none; }
.hfi8d8dj .ipouzx { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.hfi8d8dj .ipouzx li { margin-bottom: 0; }
.hfi8d8dj .ipouzx li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.hfi8d8dj .ipouzx li:last-child::after { content: ""; margin-right: 0; }
.hfi8d8dj .ipouzx a { font-size: 0.9rem; }
.w04lf6 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.v0n4f .w04lf6 { background: var(--bg-card); }
.ic7274b .w04lf6:nth-child(odd)  { background: var(--bg-card); }
.ic7274b .w04lf6:nth-child(even) { background: var(--bg-raised); }
.hms9e .w04lf6 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hms9e .w04lf6:last-child { border-bottom: none; }
.hms9e h3.kt2gdxv { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.uqqzr .w04lf6 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.uqqzr .w04lf6 + .w04lf6 { margin-top: 4px; }
.p1t4b .w04lf6 { background: none; border-radius: 0; padding: 12px 0; }
.p1t4b .w04lf6 + .w04lf6 { border-top: 1px solid var(--border-section); }
.ob6cjk { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.tjirpp { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.h5pr { color: var(--text-body); margin-bottom: 10px; }
.oxj6ng, .is940i7 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.oxj6ng li, .is940i7 li { margin-bottom: 6px; }
.is940i7 li { list-style: decimal; }
.lfm7     .oxj6ng { list-style-type: "● "; }
.vmnzuw  .oxj6ng { list-style-type: "■ "; }
.emdc0 .oxj6ng { list-style-type: "◆ "; }
.wb66    .oxj6ng { list-style-type: "★ "; }
.lfm7     .pn97igrz { list-style-type: "● "; }
.vmnzuw  .pn97igrz { list-style-type: "■ "; }
.emdc0 .pn97igrz { list-style-type: "◆ "; }
.wb66    .pn97igrz { list-style-type: "★ "; }
.lfm7    .oxj6ng li::marker, .lfm7    .pn97igrz li::marker,
.vmnzuw .oxj6ng li::marker, .vmnzuw .pn97igrz li::marker,
.emdc0 .oxj6ng li::marker, .emdc0 .pn97igrz li::marker,
.wb66   .oxj6ng li::marker, .wb66   .pn97igrz li::marker {
  color: var(--cta); font-size: 1em;
}
.lfm7 .is940i7,
.vmnzuw .is940i7,
.emdc0 .is940i7,
.wb66 .is940i7 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.lfm7 .is940i7 li,
.vmnzuw .is940i7 li,
.emdc0 .is940i7 li,
.wb66 .is940i7 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.lfm7 .is940i7 li::before,
.vmnzuw .is940i7 li::before,
.emdc0 .is940i7 li::before,
.wb66 .is940i7 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;
}
.lfm7     .is940i7 li::before { border-radius: 50%; }
.vmnzuw  .is940i7 li::before { border-radius: 3px; }
.emdc0 .is940i7 li::before { border-radius: 3px; }
.wb66    .is940i7 li::before { border-radius: 50%; }
.i9xq { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.o00w .i9xq,
.n1t64e .i9xq { background: transparent; border: none; border-radius: 0; }
.tl64f55g { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.tl64f55g th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.tl64f55g td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.tl64f55g tr:hover td { background: var(--bg-hover); }
.y3gpzq .tl64f55g tbody tr:nth-child(even) td { background: var(--bg-surface); }
.f1uh2f13 .tl64f55g { border: 1px solid var(--border-alt); }
.f1uh2f13 .tl64f55g th,
.f1uh2f13 .tl64f55g td { border: 1px solid var(--border-alt); }
.xlrmr .tl64f55g th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xlrmr .tl64f55g td { border-bottom: none; }
.xlrmr .tl64f55g tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.i112whvw .tl64f55g th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.x2ogw8sd .i9xq {
  overflow: hidden;
}
.x2ogw8sd .tl64f55g th { border-bottom: 1px solid var(--border-alt); }
.x2ogw8sd .tl64f55g tr:last-child td { border-bottom: none; }
.anhpr { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.khh2smh5 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.uaeu8 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.b10zt1z { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.p4xm { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.pn97igrz { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.pn97igrz 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%}
.dmjov .b10zt1z { background: transparent; text-align: center; }
.hd4ke9 .uaeu8 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.hh92q1b .uaeu8 {
  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);
}
.amle34 .khh2smh5 { display: grid; grid-template-columns: auto 1fr; }
.amle34 .uaeu8 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.amle34 .b10zt1z { grid-column: 2; }
.amle34 .p4xm,
.amle34 .pn97igrz { grid-column: 1 / -1; }
.l1ucs .khh2smh5 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.l1ucs .uaeu8 {
  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);
}
.l1ucs .b10zt1z { grid-column: 2; }
.l1ucs .p4xm,
.l1ucs .pn97igrz { grid-column: 1 / -1; }
.e2olv .khh2smh5 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.e2olv .b10zt1z { background: none; color: var(--accent-light); font-weight: 700; }
.oa2km .khh2smh5 { 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); }
.oa2km .b10zt1z { background: none; color: var(--accent-light); font-weight: 700; }
.wj6pw .khh2smh5 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.wj6pw .khh2smh5:last-child { border-bottom: none; }
.wj6pw .b10zt1z { background: none; color: var(--accent-light); font-weight: 700; }
.dw9gy8vo .khh2smh5 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.dw9gy8vo .b10zt1z { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.mock .anhpr { counter-reset: card-n; }
.mock .khh2smh5  { counter-increment: card-n; }
.mock .b10zt1z { display: flex; align-items: center; gap: 10px; }
.mock .b10zt1z::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;
}
.w4aibck .khh2smh5 { background: var(--bg-surface); border: 1px solid var(--border); }
.w4aibck .b10zt1z { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.qf4h32i { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.kulfr  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.g63q5r0 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.qf4h32i strong { color: var(--text-primary); font-size: 0.95rem; }
.qf4h32i p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.kes9qg { width: 100%; height: auto; border-radius: 10px; display: block; }
.qqor {
  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;
}
.qqor:hover { opacity: 0.85; }
.s46c5d .qqor  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.s46c5d .qqor:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qdvu1lr0 .qqor  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qdvu1lr0 .qqor:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.pferlo .lzugykc5 { border-radius: 50px; }
.pferlo .qqor  { border-radius: 50px; }
.ml3qgg .lzugykc5 { padding-left: 22px; padding-right: 22px; }
.ml3qgg .qqor  { padding-left: 12px; padding-right: 12px; }
.v9uv .lzugykc5 { padding-left: 44px; padding-right: 44px; }
.v9uv .qqor  { padding-left: 24px; padding-right: 24px; }
.o794qqth .lzugykc5 { padding-left: 56px; padding-right: 56px; }
.o794qqth .qqor  { padding-left: 32px; padding-right: 32px; }
.h0ge   .lzugykc5::after, .h0ge   .qqor::after,
.ucwh1gwe .lzugykc5::after, .ucwh1gwe .qqor::after,
.z3heln    .lzugykc5::after, .z3heln    .qqor::after,
.m3b3sifp    .lzugykc5::after, .m3b3sifp    .qqor::after,
.ip0ldm3f    .lzugykc5::after, .ip0ldm3f    .qqor::after,
.gcol0c9c     .lzugykc5::after, .gcol0c9c     .qqor::after,
.fgcii    .lzugykc5::after, .fgcii    .qqor::after,
.r99i   .lzugykc5::after, .r99i   .qqor::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;
}
.h0ge .lzugykc5::after, .h0ge .qqor::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");
}
.ucwh1gwe .lzugykc5::after, .ucwh1gwe .qqor::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");
}
.z3heln .lzugykc5::after, .z3heln .qqor::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");
}
.m3b3sifp .lzugykc5::after, .m3b3sifp .qqor::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");
}
.ip0ldm3f .lzugykc5::after, .ip0ldm3f .qqor::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");
}
.gcol0c9c .lzugykc5::after, .gcol0c9c .qqor::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");
}
.fgcii .lzugykc5::after, .fgcii .qqor::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");
}
.r99i .lzugykc5::after, .r99i .qqor::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");
}
.b3wtir   .nl761::after, .b3wtir   .vtfpg::after,
.ogjjivt .nl761::after, .ogjjivt .vtfpg::after,
.u1mvmp0    .nl761::after, .u1mvmp0    .vtfpg::after,
.z49l5    .nl761::after, .z49l5    .vtfpg::after,
.zycbn0e    .nl761::after, .zycbn0e    .vtfpg::after,
.xisc     .nl761::after, .xisc     .vtfpg::after,
.l9oib08    .nl761::after, .l9oib08    .vtfpg::after,
.w9gj   .nl761::after, .w9gj   .vtfpg::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;
}
.b3wtir .nl761::after, .b3wtir .vtfpg::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");
}
.ogjjivt .nl761::after, .ogjjivt .vtfpg::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");
}
.u1mvmp0 .nl761::after, .u1mvmp0 .vtfpg::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");
}
.z49l5 .nl761::after, .z49l5 .vtfpg::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");
}
.zycbn0e .nl761::after, .zycbn0e .vtfpg::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");
}
.xisc .nl761::after, .xisc .vtfpg::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");
}
.l9oib08 .nl761::after, .l9oib08 .vtfpg::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");
}
.w9gj .nl761::after, .w9gj .vtfpg::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");
}
.aldt .g7jg { background: var(--bg-raised); }
.lygxil0.qqor {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .lt7fc8p {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .lt7fc8p::before    { grid-area: rank;   }
  .rlink7           { grid-area: ident;  }
  .up4pq0     { grid-area: rating; min-width: 0; width: auto; }
  .elay5hxw           { grid-area: pills;  }
  .lygxil0             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .lt7fc8p {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .lt7fc8p::before    { justify-self: center; }
  .rlink7           { width: 100%; }
  .up4pq0     { justify-self: center; }
  .elay5hxw           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .lpow .ondj {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .lpow .ex3gvfg { margin: 0; }
}
.le8db .kocuer4 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.le8db .m91f h3 { color: var(--accent-light); }
.le8db .rbl83 { background: var(--bg-page); border: 1px solid var(--border); }
@media (max-width: 720px) {
  .ehn7rhxo { grid-template-columns: 1fr; }
  .bm4hoep { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .bm4hoep .r8hegv8w { width: 72px; height: 50px; }
  .bm4hoep .p747sdw { max-width: 180px; }
  .bm4hoep .e86wt { width: auto; }
}
@media (max-width: 720px) {
  .qq3m { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .lz9ya71 { padding: 16px; }
  .yiohevgh .b7tqj { min-width: 50%; }
}
@media (max-width: 860px) {
  .fj9t6j { grid-template-columns: 1fr; }
  .yit3p6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ut0atl7 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .wdpwqv { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .xdw6kck { flex-direction: column; align-items: stretch; }
}
.vm1dk8 .e86wt .qqor { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .e9bzpq { flex-direction: column; align-items: stretch; gap: 10px; }
  .vm1dk8 .e86wt { text-align: center; }
}
@media (max-width: 720px) {
  .e1tz { grid-template-columns: 1fr; }
  .wp0m { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .tkwq6 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .fw1apz { grid-template-columns: 1fr; }
  .a3g4po9 { width: 100px; height: 100px; margin: 16px auto; }
  .hoxil { font-size: 1.4rem; }
  .s3i7jsk { justify-content: center; }
  .ofc3tw .b7tqj { min-width: 50%; }
}
@media (max-width: 540px) {
  .xf9quq { flex-wrap: wrap; padding: 14px 16px; }
  .ry4n9ct6 { padding: 12px 16px; }
  .j0037 .f36vor { margin: 0 16px; }
  .j0037 .pc9eq3y { padding: 0 16px; }
  .ppzkq { padding: 12px 16px; }
}
.hj0pw8m .n1qic34 { gap: 18px; }
.hj0pw8m .lt7fc8p {
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  border-color: transparent;
}
.hj0pw8m .lt7fc8p:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.mrty .kg8l { font-size: 1rem; letter-spacing: 2px; }
.jqm9n { margin: 16px 0; }
.b2hd5t9l { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.b2hd5t9l summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.b2hd5t9l summary::after { content: "+"; color: var(--accent-light); }
.b2hd5t9l[open] summary::after { content: "−"; }
.b2hd5t9l p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.fw7j { margin-bottom: 0; }
.bmjjav h2.eqn49 { color: var(--text-primary); border-color: var(--accent-light); }
.u74v8q h2.eqn49 { color: var(--text-primary); border-color: var(--accent-light); }
.gtm9qz .kulfr     { background: #052e16; border-color: #10b981; }
.gtm9qz .qf4h32i strong  { color: #f1f5f9; }
.gtm9qz .qf4h32i p       { color: #cbd5e1; }
.gtm9qz .dguq6z8d    .kulfr     .g63q5r0::before,
.gtm9qz .c6f7  .kulfr     .g63q5r0::before,
.gtm9qz .ym28lh  .kulfr     .g63q5r0::before,
.gtm9qz .xdic31kd .kulfr     .g63q5r0::before { color: #10b981; }
.gtm9qz .dguq6z8d    .rkgv1 .g63q5r0::before,
.gtm9qz .c6f7  .rkgv1 .g63q5r0::before,
.gtm9qz .ym28lh  .rkgv1 .g63q5r0::before,
.gtm9qz .xdic31kd .rkgv1 .g63q5r0::before { color: #f43f5e; }
.gtm9qz .dguq6z8d    .ekaz    .g63q5r0::before,
.gtm9qz .c6f7  .ekaz    .g63q5r0::before,
.gtm9qz .ym28lh  .ekaz    .g63q5r0::before,
.gtm9qz .xdic31kd .ekaz    .g63q5r0::before { color: #a855f7; }
.fxsa .kulfr     { background: #2d2000; border-color: #eab308; }
.fxsa .qf4h32i strong  { color: #f1f5f9; }
.fxsa .qf4h32i p       { color: #cbd5e1; }
.fxsa .dguq6z8d    .kulfr     .g63q5r0::before,
.fxsa .c6f7  .kulfr     .g63q5r0::before,
.fxsa .ym28lh  .kulfr     .g63q5r0::before,
.fxsa .xdic31kd .kulfr     .g63q5r0::before { color: #eab308; }
.fxsa .dguq6z8d    .rkgv1 .g63q5r0::before,
.fxsa .c6f7  .rkgv1 .g63q5r0::before,
.fxsa .ym28lh  .rkgv1 .g63q5r0::before,
.fxsa .xdic31kd .rkgv1 .g63q5r0::before { color: #ef4444; }
.fxsa .dguq6z8d    .ekaz    .g63q5r0::before,
.fxsa .c6f7  .ekaz    .g63q5r0::before,
.fxsa .ym28lh  .ekaz    .g63q5r0::before,
.fxsa .xdic31kd .ekaz    .g63q5r0::before { color: #f97316; }
.wcbyrj .kulfr     { background: #0c1a2e; border-color: #38bdf8; }
.wcbyrj .qf4h32i strong  { color: #f1f5f9; }
.wcbyrj .qf4h32i p       { color: #cbd5e1; }
.wcbyrj .dguq6z8d    .kulfr     .g63q5r0::before,
.wcbyrj .c6f7  .kulfr     .g63q5r0::before,
.wcbyrj .ym28lh  .kulfr     .g63q5r0::before,
.wcbyrj .xdic31kd .kulfr     .g63q5r0::before { color: #38bdf8; }
.wcbyrj .dguq6z8d    .rkgv1 .g63q5r0::before,
.wcbyrj .c6f7  .rkgv1 .g63q5r0::before,
.wcbyrj .ym28lh  .rkgv1 .g63q5r0::before,
.wcbyrj .xdic31kd .rkgv1 .g63q5r0::before { color: #818cf8; }
.wcbyrj .dguq6z8d    .ekaz    .g63q5r0::before,
.wcbyrj .c6f7  .ekaz    .g63q5r0::before,
.wcbyrj .ym28lh  .ekaz    .g63q5r0::before,
.wcbyrj .xdic31kd .ekaz    .g63q5r0::before { color: #2dd4bf; }
.jfippa0d .kulfr     { background: var(--accent-bg); border-color: var(--accent-light); }
.jfippa0d .rkgv1 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.jfippa0d .ekaz    { background: var(--accent-bg); border-color: var(--accent-pale); }
.jfippa0d .dguq6z8d    .g63q5r0::before,
.jfippa0d .c6f7  .g63q5r0::before,
.jfippa0d .ym28lh  .g63q5r0::before,
.jfippa0d .xdic31kd .g63q5r0::before { color: var(--accent-light) !important; }
.q04ybvbe .f1pqz7ur ul li,
.q04ybvbe .oyt2 li         { color: #4ade80; }
.q04ybvbe .f1pqz7ur .vc78p { color: #22c55e; }
.q04ybvbe .hkdjud75 ul li,
.q04ybvbe .t39us7 li         { color: #f87171; }
.q04ybvbe .hkdjud75 .aubij0 { color: #ef4444; }
.na9l .qf4h32i { background: transparent; border-left: none; border: 1.5px solid; }
.na9l .kulfr     { border-color: var(--c-tip-border); }
.na9l .qf4h32i strong { color: var(--text-primary); }
.na9l .qf4h32i p      { color: var(--text-muted); }
.tqo1 .qf4h32i { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.tqo1 .kulfr     { border-top-color: var(--c-tip-border); }
.w98ta2j .qf4h32i { border-left: none; border-radius: 8px; }
.w98ta2j .kulfr     { background: #065f46; }
.w98ta2j .qf4h32i strong,
.w98ta2j .qf4h32i p { color: #fff; }
.w98ta2j .g63q5r0::before { color: rgba(255,255,255,0.85) !important; }
.gtm9qz.w98ta2j .kulfr,
.gtm9qz .w98ta2j .kulfr     { background: #052e16; }
.fxsa.w98ta2j .kulfr,
.fxsa .w98ta2j .kulfr      { background: #2d2000; }
.wcbyrj.w98ta2j .kulfr,
.wcbyrj .w98ta2j .kulfr      { background: #0c1a2e; }
.esk1ush0 .qf4h32i { border-left: none; border-radius: 6px; padding: 10px 14px; }
.esk1ush0 .kulfr     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.esk1ush0 .qf4h32i strong { color: var(--text-primary); }
.esk1ush0 .qf4h32i p      { color: var(--text-muted); }
.ssatj .qf4h32i { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.dguq6z8d .g63q5r0,
.c6f7 .g63q5r0,
.ym28lh .g63q5r0,
.xdic31kd .g63q5r0 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.dguq6z8d .g63q5r0::before,
.c6f7 .g63q5r0::before,
.ym28lh .g63q5r0::before,
.xdic31kd .g63q5r0::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.dguq6z8d .kulfr     .g63q5r0::before { content: "✦"; color: var(--c-tip-border); }
.dguq6z8d .rkgv1 .g63q5r0::before { content: "▲"; color: var(--c-warn-border); }
.dguq6z8d .ekaz    .g63q5r0::before { content: "◉"; color: #60a5fa; }
.c6f7 .kulfr     .g63q5r0::before { content: "★"; color: var(--c-tip-border); }
.c6f7 .rkgv1 .g63q5r0::before { content: "◆"; color: var(--c-warn-border); }
.c6f7 .ekaz    .g63q5r0::before { content: "●"; color: #60a5fa; }
.ym28lh .kulfr     .g63q5r0::before { content: "▶"; color: var(--c-tip-border); }
.ym28lh .rkgv1 .g63q5r0::before { content: "■"; color: var(--c-warn-border); }
.ym28lh .ekaz    .g63q5r0::before { content: "▸"; color: #60a5fa; }
.xdic31kd .kulfr     .g63q5r0::before { content: "→"; color: var(--c-tip-border); }
.xdic31kd .rkgv1 .g63q5r0::before { content: "⬥"; color: var(--c-warn-border); }
.xdic31kd .ekaz    .g63q5r0::before { content: "◈"; color: #60a5fa; }
.qext .v0n4f .w04lf6,
.qext .ic7274b .w04lf6  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.qext .khh2smh5                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.qext .i9xq          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.qext .o3pt                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.hlbd .v0n4f .w04lf6,
.hlbd .ic7274b .w04lf6,
.hlbd .khh2smh5,
.hlbd .lt7fc8p,
.hlbd .ex3gvfg,
.hlbd .i9xq,
.hlbd .o3pt,
.hlbd .ssatj .qf4h32i { box-shadow: none; }
.gl4l7   body, .gl4l7   { font-size: 0.9rem; }
.gl4l7   .h5pr, .gl4l7 .ob6cjk, .gl4l7 .tjirpp,
.gl4l7   .hpcv, .gl4l7 .ujlx5bro { font-size: 0.9rem; }
.gl4l7   .oxj6ng, .gl4l7 .is940i7 { font-size: 0.9rem; }
.nk997q   .h5pr, .nk997q .ob6cjk, .nk997q .tjirpp,
.nk997q   .hpcv, .nk997q .ujlx5bro { font-size: 0.95rem; }
.nk997q   .oxj6ng, .nk997q .is940i7 { font-size: 0.95rem; }
.f7ihq7n   .h5pr, .f7ihq7n .ob6cjk, .f7ihq7n .tjirpp,
.f7ihq7n   .hpcv, .f7ihq7n .ujlx5bro { font-size: 1.08rem; }
.f7ihq7n   .oxj6ng, .f7ihq7n .is940i7 { font-size: 1.05rem; }
.f7ihq7n   .tl64f55g { font-size: 0.97rem; }
.x2r6t8 .ow1r      { font-size: 3.2rem; }
.x2r6t8 h2.eqn49 { font-size: 1.9rem; }
.x2r6t8 h3.kt2gdxv     { font-size: 1.4rem; }
.d1ohfe .ow1r      { font-size: 3.8rem; }
.d1ohfe h2.eqn49 { font-size: 2.2rem; }
.d1ohfe h3.kt2gdxv     { font-size: 1.6rem; }
.fw7j + .fw7j { position: relative; }
.i03j5ggi   .fw7j + .fw7j::before,
.j2k8c40g  .fw7j + .fw7j::before,
.eeum   .fw7j + .fw7j::before,
.mwaij2   .fw7j + .fw7j::before,
.z25w3im   .fw7j + .fw7j::before,
.g72l .fw7j + .fw7j::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.i03j5ggi .fw7j + .fw7j::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.j2k8c40g .fw7j + .fw7j::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.eeum .fw7j + .fw7j::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;
}
.mwaij2 .fw7j + .fw7j::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.g2q1 .fw7j { margin-bottom: 16px; }
.g2q1 .fw7j + .fw7j { margin-top: 0; }
.g2q1 .opn0 { padding-top: 0; padding-bottom: 0; }
.z25w3im .fw7j + .fw7j::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.g72l .fw7j + .fw7j::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.wr160uil .fw7j + .fw7j::before,
.ij3kb2o .fw7j + .fw7j::before,
.x74932 .fw7j + .fw7j::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%;
}
.xs7ce9 .wr160uil .fw7j:nth-child(even)::before,
.xs7ce9 .ij3kb2o .fw7j:nth-child(even)::before,
.xs7ce9 .x74932 .fw7j:nth-child(even)::before { background: var(--bg-surface); }
.rmby2t6 .wr160uil .fw7j:nth-child(even)::before,
.rmby2t6 .ij3kb2o .fw7j:nth-child(even)::before,
.rmby2t6 .x74932 .fw7j:nth-child(even)::before { background: var(--bg-card); }
.wr160uil .fw7j + .fw7j::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");
}
.ij3kb2o .fw7j + .fw7j::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");
}
.x74932 .fw7j + .fw7j::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");
}
.oyubbl9i .tzd2m0hv,
.jzr9f .tzd2m0hv,
.be68q .tzd2m0hv { overflow: hidden; }
.oyubbl9i .wvwrbgm,
.jzr9f .wvwrbgm { margin-bottom: 60px; }
.be68q .wvwrbgm { margin-bottom: 70px; }
.be68q .gs21iyh { padding-bottom: 70px; }
.oyubbl9i .tzd2m0hv::before,
.jzr9f .tzd2m0hv::before,
.be68q .tzd2m0hv::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%;
}
.oyubbl9i .tzd2m0hv::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");
}
.jzr9f .tzd2m0hv::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");
}
.be68q .tzd2m0hv::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");
}
.nzc2 .tzd2m0hv:not(.r5gkks) .rx18vwk2 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.taqndx2n .tzd2m0hv:not(.r5gkks) .rx18vwk2 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.is9l  .tzd2m0hv:not(.r5gkks) .rx18vwk2 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.biuojxom  .tzd2m0hv:not(.r5gkks) .rx18vwk2 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.p7mnvo1 .r5gkks .rx18vwk2 { background: none; }
.p7mnvo1 .tzd2m0hv:not(.r5gkks) .rx18vwk2 { background: rgba(0,0,0,0.6); }
.n0jsez .yhaa9n { float: left; width: 38%; margin: 0 28px 16px 0; }
.n0jsez .yhaa9n .kes9qg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.n0jsez .opn0::after { content: ''; display: block; clear: both; }
.olnn .yhaa9n { float: right; width: 38%; margin: 0 0 16px 28px; }
.olnn .yhaa9n .kes9qg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.olnn .opn0::after { content: ''; display: block; clear: both; }
.i14t .fw7j:nth-child(odd)  .yhaa9n { float: left;  width: 38%; margin: 0 28px 16px 0; }
.i14t .fw7j:nth-child(even) .yhaa9n { float: right; width: 38%; margin: 0 0 16px 28px; }
.i14t .yhaa9n .kes9qg { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.i14t .opn0::after { content: ''; display: block; clear: both; }
.n0jsez .anhpr,
.olnn .anhpr,
.i14t .anhpr,
@media (max-width: 900px) {
  .n0jsez .yhaa9n,
  .olnn .yhaa9n,
  .i14t .fw7j:nth-child(odd)  .yhaa9n,
  .i14t .fw7j:nth-child(even) .yhaa9n {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .n0jsez .yhaa9n .kes9qg,
  .olnn .yhaa9n .kes9qg,
  .i14t .yhaa9n .kes9qg {
    max-height: none !important;
  }
}
.n0jsez .oxj6ng,
.n0jsez .is940i7,
.olnn .oxj6ng,
.olnn .is940i7,
.i14t .oxj6ng,
.i14t .is940i7 { overflow: hidden; }
@media (max-width: 640px) {
  .n0jsez .yhaa9n,
  .olnn .yhaa9n,
  .i14t .yhaa9n { float: none; width: 100%; margin: 0 0 16px 0; }
}
.oftk3 .a97e0p,
.oftk3 .opn0,
.oftk3 .gjmqoh  { max-width: 1100px; }
.oftk3 { --content-mw: 1100px; }
.ilth .a97e0p,
.ilth .opn0,
.ilth .gjmqoh  { max-width: 1200px; }
.o6xe5c .a97e0p,
.o6xe5c .opn0,
.o6xe5c .gjmqoh  { max-width: 1320px; }
.sz6yqpc { font-size: 0.82rem; color: var(--text-muted); }
.h08ri40w { display: flex; align-items: center; }
.m7lgfh8 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.cz4u1f { display: flex; align-items: center; }
.kxrubny { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.kxrubny:hover { text-decoration: underline; }
.nsx6gugg { margin: 0 3px; opacity: 0.45; }
.nsx6gugg::before { content: '/'; }
.o30r { padding: 2px 5px; color: var(--text-main); }
.qr6m2 .sz6yqpc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.qr6m2 .h08ri40w { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.u6b7qj .sz6yqpc {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.u6b7qj .h08ri40w { padding: 0 0 0 12px; }
.pjukcpuc .h08ri40w { padding: 0 16px; }
.pjukcpuc .sz6yqpc {
  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);
}
.pjukcpuc .a97e0p { padding-top: 28px; }
@media (max-width: 720px) {
  .i5i7ryi { margin-top: 18px; padding: 0 16px; }
  .pjukcpuc .a97e0p { padding-top: 16px; }
}
.oftk3.qr6m2 .h08ri40w { max-width: 1100px; }
.ilth.qr6m2 .h08ri40w { max-width: 1200px; }
.o6xe5c.qr6m2 .h08ri40w { max-width: 1320px; }
.oftk3 .i5i7ryi { max-width: 1100px; }
.ndc94c .fw7j { padding-top: 16px; padding-bottom: 16px; }
.k11805jf .fw7j { padding-top: 24px; padding-bottom: 24px; }
.ymxpd .fw7j { padding-top: 40px; padding-bottom: 40px; }
.v55114hq .fw7j { padding-top: 52px; padding-bottom: 52px; }
.vhpu24xh .fw7j:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.vhpu24xh .fw7j:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.vhpu24xh .fw7j:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.vhpu24xh .fw7j:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.vo94syow .opn0 { padding-top: 10px;  padding-bottom: 10px; }
.ydcm1e .opn0 { padding-top: 18px;  padding-bottom: 18px; }
.m1ghj .opn0 { padding-top: 36px;  padding-bottom: 36px; }
.obvy1e .opn0 { padding-top: 48px;  padding-bottom: 48px; }
.z6mw h2.eqn49 { font-weight: 600; }
.z6mw h3.kt2gdxv     { font-weight: 600; }
.n190g { font-weight: 500; }
.n190g h2.eqn49 { font-weight: 800; }
.n190g h3.kt2gdxv     { font-weight: 700; }
.jhm9 h2.eqn49 { font-weight: 900; }
.jhm9 h3.kt2gdxv     { font-weight: 800; }
.jhm9 .qf4h32i strong,
.jhm9 .qf4h32i strong { font-weight: 600; }
.nl761 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.e6a5g63q .nl761 { display: none; }
@media (max-width: 640px) {
  .nnus8c2 { display: none; }
  .nl761 {
    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;
  }
}
.nl761 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.nl761:hover { opacity: 0.85; }
.qm5mgqja .nl761 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.gc7qr .nl761,
.sqs4dru  .nl761 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.gc7qr .nl761:hover,
.sqs4dru  .nl761:hover { opacity: 0.88; }
.qm5mgqja.gc7qr .nl761,
.qm5mgqja.sqs4dru  .nl761 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.vtfpg {
  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;
}
.vtfpg:hover { transform: translateY(-2px); opacity: 0.92; }
.vtfpg { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gpwt8aa8 .vtfpg { display: none; }
.xfe8 .vtfpg { right: 32px; }
.j9mf  .vtfpg { left: 32px; }
@media (max-width: 480px) {
  .xfe8 .vtfpg { right: 20px; bottom: 20px; }
  .j9mf  .vtfpg { left: 20px; bottom: 20px; }
}
.njqdg5ws { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.gjmqoh { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.pmh4 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.a4u0rt { color: var(--text-dim); font-size: 0.8rem; }
.ww2a a, .l0t3s a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ww2a a:hover, .l0t3s a:hover { color: var(--accent-light); }
.l0t3s { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.y5ly3t .gjmqoh { text-align: center; }
.y5ly3t .l0t3s { justify-content: center; margin-bottom: 16px; }
.y5ly3t .pmh4 { margin-top: 0; }
.y0box { margin-top: 10px; }
.y0box a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .gjmqoh { padding-left: 16px; padding-right: 16px; }
  .pys53y .gjmqoh { padding: 20px 16px; }
  .l0t3s { gap: 4px 12px; }
  .pmh4 { font-size: 0.78rem; }
}
.qgnsga .pmh4 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.qgnsga .a4u0rt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .qgnsga .dgk2zw5 { grid-template-columns: 1fr 1fr; } .qgnsga .sbh79lph { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qgnsga .dgk2zw5 { grid-template-columns: 1fr; } }
.te9yr .pmh4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .te9yr .n28dz1 { gap: 12px; } .te9yr .wjpd { margin-right: 0; width: 100%; } }
.hu77o .pmh4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hu77o .a4u0rt { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hu77o .n6y86b { grid-template-columns: 1fr 1fr; } .hu77o .irjlzp { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hu77o .n6y86b { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .qeip .rq93 { grid-template-columns: 1fr 1fr; } .qeip .uuy8:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qeip .rq93 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .xrfey .rq93 { grid-template-columns: 1fr; } }
.olkq8ri .gjmqoh { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.olkq8ri .l0t3s { justify-content: center; }
.ko40khv .ogpvj      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ko40khv .njqdg5ws { background: var(--bg-page); border-top-color: var(--border-alt); }
.wusnkw .ogpvj      { background: #0d1117; border-bottom-color: #21262d; }
.wusnkw .ha0ygh { color: var(--accent-light); }
.wusnkw .bgrse { --msep-color: #8b949e; }
.wusnkw .bgrse a { color: #8b949e; }
.wusnkw .bgrse a:hover { color: var(--accent-light); }
.wusnkw .k4al { color: #8b949e; }
.wusnkw .njqdg5ws { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.wusnkw .pmh4,
.wusnkw .a4u0rt { color: #6e7681; }
.wusnkw .ww2a a, .wusnkw .l0t3s a,
.wusnkw .ww2a a:hover, .wusnkw .l0t3s a:hover,
@media (max-width: 640px) {
  .wusnkw .bgrse { background: #0d1117; border-top-color: #21262d; }
  .wusnkw .bgrse li a { border-bottom-color: #21262d; }
}
.hl763f .ogpvj      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.hl763f .ha0ygh { color: var(--accent-light); }
.hl763f .bgrse { --msep-color: #475569; }
.hl763f .bgrse a { color: #475569; }
.hl763f .bgrse a:hover { color: var(--accent-light); }
.hl763f .k4al { color: #64748b; }
.hl763f .njqdg5ws { background: #f0f4f8; border-top-color: #cbd5e1; }
.hl763f .pmh4,
.hl763f .a4u0rt { color: #64748b; }
.hl763f .ww2a a, .hl763f .l0t3s a,
.hl763f .ww2a a:hover, .hl763f .l0t3s a:hover,
@media (max-width: 640px) {
  .hl763f .bgrse { background: #f0f4f8; border-top-color: #cbd5e1; }
  .hl763f .bgrse li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.gc7qr .ogpvj      { background: var(--accent); border-bottom-color: var(--accent-light); }
.gc7qr .ha0ygh { color: #fff; }
.gc7qr .bgrse { --msep-color: rgba(255,255,255,0.82); }
.gc7qr .bgrse a { color: rgba(255,255,255,0.82); }
.gc7qr .bgrse a:hover { color: #fff; }
.gc7qr .k4al { color: rgba(255,255,255,0.9); }
.gc7qr .njqdg5ws { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.gc7qr .pmh4,
.gc7qr .a4u0rt { color: rgba(255,255,255,0.72); }
.gc7qr .ww2a a, .gc7qr .l0t3s a,
.gc7qr .ww2a a:hover, .gc7qr .l0t3s a:hover,
@media (max-width: 640px) {
  .gc7qr .bgrse { background: var(--accent); border-top-color: var(--accent-light); }
  .gc7qr .bgrse li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.sqs4dru .ogpvj {
  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);
}
.sqs4dru .njqdg5ws {
  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) {
  .sqs4dru .bgrse {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ums4a .e8p8 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.x6gv .e8p8 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.vtcdxkl .e8p8 { min-height: 72px; height: auto; }
.hf96n .e8p8 { min-height: 84px; height: auto; }
.pys53y .e8p8 { max-width: none; padding: 0 32px; }
.pys53y .gjmqoh  { max-width: none; padding: 24px 32px; }
.l3dj.ilth .e8p8 { max-width: 1200px; }
.l3dj.o6xe5c .e8p8 { max-width: 1320px; }
.xujrp50e   .ha0ygh, .xujrp50e   .wjpd { text-transform: capitalize; }
.sj8p6 .ha0ygh, .sj8p6 .wjpd { text-transform: lowercase; }
.kk178i1 .ha0ygh, .kk178i1 .wjpd { text-transform: uppercase; letter-spacing: 0.06em; }
.lsa113kb, .iykt3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.q45qn9 .lsa113kb,
.pz11bx .lsa113kb,
.fpboze .lsa113kb,
.fk87z .lsa113kb,
.um9x65l   .bgrse a { font-weight: 500; }
.swziz .bgrse a { font-weight: 600; }
.c32536w     .bgrse a { font-weight: 700; }
.gfuvz    .bgrse a { font-weight: 800; letter-spacing: 0.01em; }
.m4if3xs     .bgrse > li + li::before,
.oyjigk3u    .bgrse > li + li::before,
.dzfzt    .bgrse > li + li::before,
.pb7b8oke .bgrse > li + li::before,
.lcgi333l .bgrse > li + li::before,
.ubdasm8  .bgrse > li + li::before,
.h0mj    .bgrse > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.m4if3xs     .bgrse > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.oyjigk3u    .bgrse > li + li::before { content: "|"; }
.dzfzt    .bgrse > li + li::before { content: "—"; }
.pb7b8oke .bgrse > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.lcgi333l .bgrse > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ubdasm8  .bgrse > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.h0mj    .bgrse > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .bxgghi .k4al,
  .lixd .k4al,
  .by1nw .k4al,
  .cae8mqf .k4al,
  .l70u06ls .k4al {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .bxgghi .k4al::before,
  .lixd .k4al::before,
  .by1nw .k4al::before,
  .cae8mqf .k4al::before,
  .l70u06ls .k4al::before { content: ""; display: block; flex-shrink: 0; }

  
  .bxgghi .k4al::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;
  }

  
  .lixd .k4al::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;
  }

  
  .by1nw .k4al::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;
  }

  
  .cae8mqf .k4al::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;
  }

  
  .l70u06ls .k4al::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) {
  .lx17ntc .k4al {
    padding: 5px 14px;
  }
  .lx17ntc .bgrse {
    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;
  }
  .lx17ntc .bgrse li a {
    border-bottom: none; padding: 10px 22px;
  }
  .lx17ntc .bgrse li a:hover { background: var(--bg-raised); }
  .lx17ntc .gu0uxj,
  .dzj3ul2m .gu0uxj,
  .jxvkdy4f .gu0uxj { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .mbufrp .k4al {
    padding: 5px 10px;
  }
  .mbufrp .bgrse {
    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);
  }
  .mbufrp .bgrse.pt70 { transform: translateX(0); }
  .mbufrp .bgrse li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .mbufrp .bgrse li:last-child a { border-bottom: none; }
  .gc7qr .bgrse,
  .wusnkw .bgrse { background: var(--accent) !important; }
  .gc7qr .bgrse li a,
  .wusnkw .bgrse li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .jxvkdy4f .k4al {
    padding: 5px 10px;
  }
  .jxvkdy4f .bgrse {
    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);
  }
  .jxvkdy4f .bgrse::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .jxvkdy4f .bgrse.pt70 { transform: translateY(0); }
  .jxvkdy4f .bgrse li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .pkt6tso7 .k4al {
    padding: 5px 10px;
  }
  .pkt6tso7 .bgrse {
    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;
  }
  .pkt6tso7 .bgrse.pt70 { opacity: 1; pointer-events: auto; }
  .pkt6tso7 .bgrse li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .d01a     .k4al { border-radius: 0 !important; }
  .tv49i6m   .k4al { border-radius: 8px !important; }
  .jma3jqs .k4al { border-radius: 50% !important; }
  .cfcqf8   .k4al { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .h8c84 .arhjrw75 { flex-direction: column; align-items: stretch; }
  .h8c84 .mhxbp7 { flex-direction: row; min-width: auto; }
  .h8c84 .gj7hau { align-items: flex-start; text-align: left; }
}
.gnksrlq,
.gnksrlq.fw7j,
.xs7ce9 .gnksrlq,
.bt86l44 .gnksrlq,
.rmby2t6 .gnksrlq,
.kp4ox .gnksrlq {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.wb3x8f {
  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;
}
.txn5eu { flex: 1 1 280px; min-width: 0; }
.s4p153r {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.bhpklpsl {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.deyxcan7 {
  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;
}
.deyxcan7:hover { transform: translateY(-1px); opacity: 0.95; }
.jzju .wb3x8f {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.jzju .s4p153r { color: var(--cta); }
.jzju .bhpklpsl { color: var(--text-body); }
.jzju .deyxcan7 {
  background: var(--cta) !important;
  color: #fff !important;
}
.xexpia .wb3x8f {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.xexpia .s4p153r { color: var(--text-primary); }
.xexpia .bhpklpsl { color: var(--text-body); }
.xexpia .deyxcan7 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .wb3x8f {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .txn5eu { flex: 0 0 auto; }
  .s4p153r { font-size: 1.2rem; }
  .deyxcan7 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.ef02xfo .uo70 { height: 36px; }
.w6tft .uo70 { height: 60px; max-width: 200px; }
.lb1cozi .uo70 { height: 56px; max-width: 180px; }
.sk5u4qm    .kg8l, .sk5u4qm    .o7i7kx6 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
@media (min-width: 720px) {
  .swt1l .n1qic34 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .swt1l .lt7fc8p {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .swt1l .lt7fc8p { padding: 40px 16px 20px; }
  .swt1l .c5tapsa5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .swt1l .lygxil0 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .fxsd .lt7fc8p {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .fxsd .lt7fc8p::before {
    position: absolute; top: 14px; left: 14px;
  }
  .fxsd .rlink7 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .fxsd .bhdy { white-space: normal; text-align: center; font-size: 1.2rem; }
  .fxsd .c5tapsa5 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .fxsd .lygxil0 { width: 100%; min-width: 0; }
  .fxsd .kg8l { min-width: 0; }
}
.x391ga .b2hd5t9l {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.x391ga .b2hd5t9l summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.x391ga .b2hd5t9l p { padding: 0 2px 16px; }
.x41b .b2hd5t9l { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.x41b .b2hd5t9l summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.x41b .b2hd5t9l summary::after { content: "›"; font-size: 1.2em; }
.x41b .b2hd5t9l[open] summary::after { content: "‹"; }
.x41b .b2hd5t9l p { padding: 10px 22px 4px; }
.t7wm3 .b2hd5t9l {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.t7wm3 .b2hd5t9l summary { color: var(--text-primary); padding-left: 16px; }
.t7wm3 .b2hd5t9l summary::after { content: "›"; font-size: 1.1em; }
.t7wm3 .b2hd5t9l[open] summary::after { content: "‹"; }
.t7wm3 .b2hd5t9l p { padding-left: 16px; }
.jrl8bov .jqm9n { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.jrl8bov .b2hd5t9l {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.jrl8bov .b2hd5t9l:last-child { border-bottom: none; }
.jrl8bov .b2hd5t9l summary { color: var(--text-primary); border-radius: 0; }
.jrl8bov .b2hd5t9l summary::after { content: "›"; font-size: 1.1em; }
.jrl8bov .b2hd5t9l[open] summary::after { content: "‹"; }
.jlt8vou .b2hd5t9l { overflow: hidden; }
.jlt8vou .b2hd5t9l summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.jlt8vou .b2hd5t9l summary::after { color: rgba(255,255,255,.75); }
.jlt8vou .b2hd5t9l[open] summary { border-radius: 0; }
.wbxj7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.xg0165m6 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zfzo2q {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.sbxrh { color: var(--text-muted); font-size: 1.05rem; }
.yj5fhsr {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.neagj { margin-bottom: 20px; }
.ojn1j {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.r90fcqh {
  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;
}
.r90fcqh:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.elnapd9d { resize: vertical; min-height: 130px; }
.rc4snq { width: 100%; margin-top: 8px; }
.rgzy57v {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ezpzb {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ssk2j { color: var(--text-muted); line-height: 1.75; }
.kguu4 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.kguu4 li { margin-bottom: 6px; }
.k0av8m8 { max-width: 760px; margin: 0 auto; }
.p9xnc { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.vehgib { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.vehgib:last-child { border-bottom: none; }
.vehgib h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.vehgib p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.g0y4g4 { max-width: 760px; margin: 0 auto; }
.orh3adha { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.orh3adha:last-child { border-bottom: none; }
.rzu9w { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.orh3adha p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.orh3adha ul.kguu4 { margin: 0; }
.u7xh8 .rzu9w { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .u7xh8 { grid-template-columns: 1fr; gap: 10px; } }
.jwj7d56 .rzu9w { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.mz66rmhq .kguu4 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gyxh7k5r { grid-template-columns: 1fr; } }
.qcv9 ul.kguu4 { margin: 0; }
.yn114 .kguu4,
.bgyn .kguu4,
.b6fw65 .kguu4,
.gw1x .kguu4 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .pghps98 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .ldpp { grid-template-columns: 1fr; } .y9ncjfn { position: static; text-align: center; } }
@media (max-width: 860px) { .h8a38 { grid-template-columns: 1fr; } }
.gw1x .kguu4 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dlkitpz { flex-direction: column; text-align: center; } .lzsfdm6 { grid-template-columns: 1fr; } }
.xp42 .zfzo2q { color: var(--accent-light); }
.qbn0n4 .zfzo2q { font-size: 2rem; }
.qbn0n4 .sbxrh { max-width: 680px; }
.lpbzw .zfzo2q { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lpbzw .sbxrh  { margin: 0; }
@media (max-width: 640px) { .lpbzw { flex-direction: column; } }
.b9dcrjf .zfzo2q { color: var(--accent-light); }
.pnfqe {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.pnfqe .zfzo2q { color: #fff; }
.pnfqe .sbxrh  { color: rgba(255,255,255,0.85); }
.l6dpt { max-width: 680px; margin: 0 auto; }
.i9hms4 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .i9hms4 { grid-template-columns: 1fr; } }
.bd445zg .r90fcqh {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.bd445zg .r90fcqh:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.bwl7 .r90fcqh { background: var(--bg-raised); border-color: transparent; }
.bwl7 .r90fcqh:focus { background: var(--bg-card); border-color: var(--accent-light); }
.g9zxa .r90fcqh { border-radius: 100px; padding: 11px 20px; }
.g9zxa .elnapd9d { border-radius: 14px; }
@media (max-width: 640px) { .fuxsiqlj { grid-template-columns: 1fr; } }
.zq3ay2 { counter-reset: priv-count; }
.ymqwi {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.ymqwi:last-child { border-bottom: none; }
.f6sp9 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.ymqwi h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ymqwi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.fdxaac{position:relative;overflow:visible}
.j8p2peu .jtnyt8{display:block}
.vhem7 .gb33tgi9{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.c2ja{--date-bg:transparent}
.m6rdtk .yfqxzf1::before{content:""}
.roxj6xg .u771zvf{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .u771zvf{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .smvppe{max-width:100%}
}
.wnr7p .i9xq{margin:0}
@media (max-width:560px){
  .cv9k{grid-template-columns:repeat(2,1fr);gap:12px}
}
.ato7owx {
  position: fixed; inset: 0; z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ato7owx.p2p7t {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
.p1vm {
  position: relative;
  width: 100%; max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(.2,.9,.3,1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.p1vm .zt9lqb {
  position: absolute; top: 6px; right: 8px;
  background: rgba(0,0,0,0.06) !important; border: 0 !important; cursor: pointer;
  font-size: 24px; line-height: 1; color: var(--text-primary, #111) !important;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  padding: 0; margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.p1vm .zt9lqb:hover { background: rgba(0,0,0,0.12) !important; }
.caw7fqx {
  display: block; margin: 0 auto 16px;
  max-width: 240px; max-height: 88px; object-fit: contain;
}
.oht4nx {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cta, #ff2349); font-weight: 700;
  margin-bottom: 6px;
}
.tibcqe {
  margin: 0 0 8px; font-size: 1.4rem; font-weight: 800;
  color: var(--text-primary, #111);
}
.p1vm .fv0u0 {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition: transform 0.15s, opacity 0.15s;
}
.p1vm .fv0u0:hover { transform: translateY(-1px); opacity: 0.95; }
@media (max-width: 480px) {
  .p1vm { padding: 28px 18px 20px; }
  .tibcqe { font-size: 1.2rem; }
  .caw7fqx { max-width: 220px; max-height: 80px; }
}
.z6g3 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.hgci {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.qzq5mr  .z6g3 { border-radius: 50%; }
.byy3ay  .z6g3 { border-radius: 6px; }
.rf19swvm .z6g3 { border-radius: 22px; }
.qs7muo .wb3x8f {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .z6g3 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ticf92 {
  margin: 28px 0 24px;
}
.ticf92 .fw7j {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ticf92 .opn0 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ticf92 .wb3x8f {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .e8p8 { flex-direction: row-reverse; }
[dir="rtl"] .bgrse { flex-direction: row-reverse; }
[dir="rtl"] .xfe8 .vtfpg { right: auto; left: 32px; }
[dir="rtl"] .j9mf  .vtfpg { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .xfe8 .vtfpg { right: auto; left: 20px; }
  [dir="rtl"] .j9mf  .vtfpg { left: auto;  right: 20px; }
}
[dir="rtl"] .n0jsez .yhaa9n  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .olnn .yhaa9n { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .oxj6ng, [dir="rtl"] .is940i7 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .qf4h32i { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .wb3x8f { direction: rtl; }
[dir="rtl"] .z6g3 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .sz6yqpc { direction: rtl; }
[dir="rtl"] .o3pt { direction: rtl; }
[dir="rtl"] .ipouzx { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .lfm7 .is940i7,
[dir="rtl"] .vmnzuw .is940i7,
[dir="rtl"] .emdc0 .is940i7,
[dir="rtl"] .wb66 .is940i7 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .lfm7 .is940i7 li::before,
[dir="rtl"] .vmnzuw .is940i7 li::before,
[dir="rtl"] .emdc0 .is940i7 li::before,
[dir="rtl"] .wb66 .is940i7 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .tzd2m0hv.ffdh .wvwrbgm,
[dir="rtl"] .ex40q.ffdh .wvwrbgm,
[dir="rtl"] .r5gkks.ffdh .wvwrbgm,
[dir="rtl"] .ayv4jm.ffdh .wvwrbgm,
[dir="rtl"] .cs7tt6g.ffdh .wvwrbgm { text-align: right; }
[dir="rtl"] .h8mr4q.ffdh .gs21iyh { align-items: flex-end; text-align: right; }
[dir="rtl"] .opn0,
[dir="rtl"] .hpcv,
[dir="rtl"] .ujlx5bro,
[dir="rtl"] .z03del5,
[dir="rtl"] .wvwrbgm { text-align: right; }
[dir="rtl"] .yj5fhsr,
[dir="rtl"] .ojn1j,
[dir="rtl"] .r90fcqh,
[dir="rtl"] .elnapd9d { text-align: right; direction: rtl; }
[dir="rtl"] .g9zxa .r90fcqh,
[dir="rtl"] .bd445zg .r90fcqh { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #b96853;
  --brand:           #b96853;
  --brand-light:     #865245;
  --brand-pale:      #a57d72;
  --grad-start:      #d3a194;
  --grad-end:        #e0cac4;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #b96853;
  --cta-light:       #a7523c;
  --cta-hover:       #924d3b;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0efee;
  --bg-hover:        #f5f4f4;
  --border:          #e7e4e3;
  --border-alt:      #dad3d1;
  --border-section:  #e7e4e3;
  --text-primary:    #1a1818;
  --text-muted:      #5d5654;
  --text-body:       #353130;
  --text-sub:        #504a48;
  --text-faint:      #857b79;
  --text-dim:        #9e9593;
  --text-label:      #6b6260;
  --text-value:      #423d3c;
  --accent-bg:       #ede9e8;
  --accent-bg-light: #e3d6d3;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #218222;
  --c-cons:          #9f2521;
  --c-pros-label:    #279a29;
  --c-tip-border:    #2baa2d;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #218222;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: "Cabin", sans-serif; }
.xvqx8jk .g63q5r0 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.xvqx8jk .g63q5r0::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.xvqx8jk .kulfr     .g63q5r0::before { content: "";  color: var(--c-tip-border); }.xvqx8jk .rkgv1 .g63q5r0::before { content: ""; color: var(--c-warn-border); }.xvqx8jk .ekaz    .g63q5r0::before { content: ""; color: #60a5fa; }.gtm9qz .xvqx8jk .kulfr     .g63q5r0::before { color: #10b981; }.gtm9qz .xvqx8jk .rkgv1 .g63q5r0::before { color: #f43f5e; }.gtm9qz .xvqx8jk .ekaz    .g63q5r0::before { color: #a855f7; }.fxsa  .xvqx8jk .kulfr     .g63q5r0::before { color: #eab308; }.fxsa  .xvqx8jk .rkgv1 .g63q5r0::before { color: #ef4444; }.fxsa  .xvqx8jk .ekaz    .g63q5r0::before { color: #f97316; }.wcbyrj  .xvqx8jk .kulfr     .g63q5r0::before { color: #38bdf8; }.wcbyrj  .xvqx8jk .rkgv1 .g63q5r0::before { color: #818cf8; }.wcbyrj  .xvqx8jk .ekaz    .g63q5r0::before { color: #2dd4bf; }.jfippa0d .xvqx8jk .g63q5r0::before { color: var(--accent-light) !important; }
.wrr10 .oyt2 li::before, .wrr10 .t39us7 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.wrr10 .oyt2 li::before { content: ""; }.wrr10 .t39us7 li::before { content: ""; }.wrr10 .vc78p::before, .wrr10 .aubij0::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.wrr10 .vc78p::before { content: ""; }.wrr10 .aubij0::before { content: ""; }
.kavps .hep9it, .kavps .h8mr4q { min-height: 520px; }
.yq3yzy .lzugykc5::after, .yq3yzy .qqor::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.ezwz .nl761::after,.ezwz .vtfpg::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; }
.nsx6gugg::before { content: '>'; }