:root {
  --color-accent: #2d217f;
  --color-cta: #42bea5;
  --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;
}
.ia5st {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.kcj7zdv {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.v6k0k {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.o4t1q { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.nhqpk4lc { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.nhqpk4lc a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.nhqpk4lc a:hover { color: var(--accent-light); }
.jfe6y     .lfjc0 { border-radius: 24px; padding: 8px; }
.jfe6y .lfjc0 li a { border-radius: 16px; }
.zz92 .lfjc0 li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .lfjc0 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .oqvh0mo:hover .lfjc0,
  .oqvh0mo:focus-within .lfjc0 { display: block; }
  .lfjc0 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.cr0e {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ws8d { display: none; }
@media (max-width: 640px) {
  .ws8d {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ws8d.biuia { display: block; }
}
@media (max-width: 640px) {
  .cr0e { display: block; }
  .nhqpk4lc > li + li::before { display: none !important; }
  .nhqpk4lc {
    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;
  }
  .nhqpk4lc.biuia { display: flex; }
  .nhqpk4lc li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .nhqpk4lc li:last-child a { border-bottom: none; }
}
.s9t5e { min-height: 480px; }
.u6pqtcq {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.wf7rmwqt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ydv5 .wf7rmwqt { margin-left: 0; margin-right: 0; }
.l3duez {
  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;
}
.jakwi .l3duez { margin-top: 24px; }
.l3duez:hover { opacity: 0.88; }
.w5gh5x {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.nwlf {
  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%);
}
.w5gh5x .q1c3 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.w5gh5x .u6pqtcq { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.w5gh5x .wf7rmwqt { color: #e2e8f0; }
.w5gh5x.ujaw0u8f .q1c3 { text-align: center; }
.w5gh5x.ydv5   .q1c3 { text-align: left; }
.wgb2ib .q1c3 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.wgb2ib .u6pqtcq { color: var(--text-primary); text-shadow: none; }
.wgb2ib .wf7rmwqt { color: var(--text-muted); }
.wgb2ib .l3duez { margin-top: 16px; }
.wgb2ib, .wgb2ib.s9t5e { min-height: auto !important; }
.wgb2ib.ujaw0u8f .q1c3 { text-align: center; }
.wgb2ib.ydv5   .q1c3 { text-align: left; }
.wgb2ib~.wa40{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.wgb2ib~.wa40 .ctwdm7wp{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.xqjz1q {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.l1n8cpl .xqjz1q,
.l1n8cpl .xqjz1q::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.hfpq .xqjz1q,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.d7ir26b9 .xqjz1q,
.d7ir26b9 .hx1bognw,
.d7ir26b9 .w5gh5x .nwlf {
  overflow: hidden;
}
.d7ir26b9 .xqjz1q::after,
.d7ir26b9 .hx1bognw::after,
.d7ir26b9 .w5gh5x .nwlf::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%); }
}
.ndueld .xqjz1q,
.ndueld .xqjz1q::after,
@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); }
}
.ndueld .w5gh5x .nwlf {
  overflow: hidden;
}
.ndueld .w5gh5x .nwlf::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;
}
.i0zg4yjl .xqjz1q,
.i0zg4yjl .w5gh5x .nwlf {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.l1n8cpl .w5gh5x .nwlf {
  overflow: hidden;
}
.l1n8cpl .w5gh5x .nwlf::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;
}
.hfpq .w5gh5x .nwlf {
  animation: hg-breathe 10s ease-in-out infinite;
}
.xqjz1q .nwlf {
  background: none;
}
.xqjz1q .u6pqtcq { color: #fff; }
.xqjz1q .wf7rmwqt { color: rgba(255,255,255,0.85); }
.xqjz1q .l3duez { background: #fff; color: var(--cta); }
.xqjz1q .l3duez:hover { opacity: 0.92; }
.d7ir26b9 .h05bcc { position: relative; overflow: hidden; }
.d7ir26b9 .h05bcc::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;
}
.h05bcc .u6pqtcq { text-shadow: none; color: var(--text-primary); }
.h05bcc .wf7rmwqt { color: var(--text-muted); }
body.keuk0l3 .u6pqtcq {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.yee6w8a .u6pqtcq {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.s9t5e.xqjz1q .u6pqtcq,
section.xqjz1q .u6pqtcq {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.h05bcc.ydv5   .tjgyzpf { align-items: flex-start; text-align: left; }
.s9t5e .rhf5ky2 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.rhf5ky2 .hoynjukr.jvrea {
  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;
}
.rhf5ky2 .hoynjukr.jvrea:hover { opacity: 0.85; }
.rbpmeg .q1c3 { padding-bottom: 24px; }
.jakwi .q1c3 { max-width: 1100px; }
@media (max-width: 700px) {
  .h05bcc { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .h05bcc:not(.fk3r) .yj62yfq { display: none !important; }
  .fk3r .yj62yfq { padding: 16px; }
  .tjgyzpf  { padding: 36px 24px; }
  .h05bcc~.wa40,.wwhigk~.wa40{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .s9t5e, .h05bcc { min-height: 320px !important; }
  .u6pqtcq { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .cr7yj84,
  .q5xak4m,
  .za21t91u { grid-template-columns: 1fr !important; }

  

  
  .rbpmeg { display: flex !important; flex-direction: column !important; }
  .rbpmeg .q1c3 { display: contents; }
  .rbpmeg .nwlf { order: 0; }
  .rbpmeg .u6pqtcq { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .rbpmeg .cr7yj84 { order: 2; padding: 0 16px 12px !important; }
  .rbpmeg .wf7rmwqt { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .jakwi .q1c3 { display: flex; flex-direction: column; }
  .jakwi .q1c3 .u6pqtcq { order: 1; }
  .jakwi .q1c3 .za21t91u { order: 2; margin: 8px 0 24px !important; }
  .jakwi .q1c3 .wf7rmwqt { order: 3; }
  .jakwi .q1c3 .l3duez { order: 4; align-self: center; margin-top: 0; }

  
  .h05bcc.fk3r {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .h05bcc.fk3r .tjgyzpf { display: contents; padding: 0; }
  .h05bcc.fk3r .tjgyzpf .u6pqtcq { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .h05bcc.fk3r .yj62yfq { order: 2; padding: 12px 16px; }
  .h05bcc.fk3r .tjgyzpf .wf7rmwqt { order: 3; padding: 0 24px; margin: 0 auto; }
  .h05bcc.fk3r .tjgyzpf .l3duez { order: 4; align-self: center; margin: 8px 0 32px; }
}
.v46t { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.f3de57lr { width: 100%; height: auto; display: block; border-radius: 10px; }
.fe7j .v46t        { border-radius: 16px; }
.fe7j .f3de57lr  { border-radius: 16px; }
.fklood .v46t         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.fklood .f3de57lr   { border-radius: 8px; }
.ag0byn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.adipyaj9 { width: 100%; padding: 32px 0; position: relative; }
.b55iji { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.msy7 .adipyaj9:nth-child(even) { background: var(--bg-surface); }
.msy7 .adipyaj9:nth-child(odd)  { background: var(--bg-page); }
.pbw1pe .adipyaj9:nth-child(even) { background: var(--bg-card); }
.pbw1pe .adipyaj9:nth-child(odd)  { background: var(--bg-page); }
.msy7 .adipyaj9:nth-child(odd)  .b55iji { background: var(--bg-card); border-radius: 6px; }
.msy7 .adipyaj9:nth-child(even) .b55iji { background: var(--bg-raised); border-radius: 6px; }
.pbw1pe .adipyaj9:nth-child(odd)  .b55iji { background: var(--bg-card); border-radius: 6px; }
.pbw1pe .adipyaj9:nth-child(even) .b55iji { background: var(--bg-raised); border-radius: 6px; }
.msy7 .adipyaj9:nth-child(even) .ipdqaydn .ybf4nfdh,
.pbw1pe .adipyaj9:nth-child(even) .ipdqaydn .ybf4nfdh { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.msy7 .adipyaj9:nth-child(odd) .ipdqaydn .ybf4nfdh,
.pbw1pe .adipyaj9:nth-child(odd) .ipdqaydn .ybf4nfdh { background: var(--bg-card-inner); }
.msy7 .adipyaj9:nth-child(even) .pmfrzp5w .ybf4nfdh:nth-child(odd),
.pbw1pe .adipyaj9:nth-child(even) .pmfrzp5w .ybf4nfdh:nth-child(odd)  { background: var(--bg-card); }
.msy7 .adipyaj9:nth-child(even) .pmfrzp5w .ybf4nfdh:nth-child(even),
.pbw1pe .adipyaj9:nth-child(even) .pmfrzp5w .ybf4nfdh:nth-child(even) { background: var(--bg-card-inner); }
h1.kuq4 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.kuq4 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.l6pb3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.mke1 h2.kuq4 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.v017 h2.kuq4 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nvn939m h2.kuq4 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qu5i0qu h2.kuq4::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.xx1qvv h2.kuq4 {
  color: var(--text-primary); font-size: 1.7rem;
}
.tkqsk h2.kuq4::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.yxsfm h2.kuq4 {
  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;
}
.d0u4u { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .d0u4u { display: none; } }
.v0yr { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.j25fg5p { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ad7z3mu {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.k2gd5lt { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.y1t0w5v { padding-left: 20px; }
.y1t0w5v li { margin-bottom: 6px; }
.y1t0w5v a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.y1t0w5v a:hover { color: var(--accent-light); }
.kpb7 .k2gd5lt { display: none; }
.acf3 .k2gd5lt { display: none; }
.acf3 .y1t0w5v { padding-left: 0; list-style: none; }
.acf3 .y1t0w5v li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.acf3 .y1t0w5v a { font-size: 0.92rem; }
.psfgoj .ad7z3mu { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.psfgoj .k2gd5lt { display: none; }
.psfgoj .y1t0w5v { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.psfgoj .y1t0w5v li { margin-bottom: 0; }
.psfgoj .y1t0w5v 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;
}
.psfgoj .y1t0w5v a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.dei352g .ad7z3mu { padding: 20px 20px 16px; }
.dei352g .y1t0w5v {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.dei352g .y1t0w5v li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.dei352g .y1t0w5v 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;
}
.dei352g .y1t0w5v 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;
}
.dei352g .y1t0w5v a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.dei352g .y1t0w5v a:focus,
.dei352g .y1t0w5v a:focus-visible,
.dei352g .y1t0w5v a:target { outline: none; }
.dei352g .y1t0w5v li:target a { border-color: var(--border); color: var(--text-muted); }
.na4e9 .ad7z3mu { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.na4e9 .k2gd5lt { display: none; }
.na4e9 .y1t0w5v { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.na4e9 .y1t0w5v li { margin-bottom: 0; }
.na4e9 .y1t0w5v li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.na4e9 .y1t0w5v li:last-child::after { content: ""; margin-right: 0; }
.na4e9 .y1t0w5v a { font-size: 0.9rem; }
.ybf4nfdh { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ipdqaydn .ybf4nfdh { background: var(--bg-card); }
.pmfrzp5w .ybf4nfdh:nth-child(odd)  { background: var(--bg-card); }
.pmfrzp5w .ybf4nfdh:nth-child(even) { background: var(--bg-raised); }
.xtud .ybf4nfdh {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.xtud .ybf4nfdh:last-child { border-bottom: none; }
.xtud h3.l6pb3 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.knanh762 .ybf4nfdh {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.knanh762 .ybf4nfdh + .ybf4nfdh { margin-top: 4px; }
.wiof5zu1 .ybf4nfdh { background: none; border-radius: 0; padding: 12px 0; }
.wiof5zu1 .ybf4nfdh + .ybf4nfdh { border-top: 1px solid var(--border-section); }
.o3upt { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.e2653doo { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.s61ysc { color: var(--text-body); margin-bottom: 10px; }
.fxns0, .xi9pi { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.fxns0 li, .xi9pi li { margin-bottom: 6px; }
.lhg3sakq     .fxns0 { list-style-type: "● "; }
.kwu35  .fxns0 { list-style-type: "■ "; }
.waetz9s .fxns0 { list-style-type: "◆ "; }
.yhmobh9    .fxns0 { list-style-type: "★ "; }
.lhg3sakq     .bkji { list-style-type: "● "; }
.kwu35  .bkji { list-style-type: "■ "; }
.waetz9s .bkji { list-style-type: "◆ "; }
.yhmobh9    .bkji { list-style-type: "★ "; }
.lhg3sakq    .fxns0 li::marker, .lhg3sakq    .bkji li::marker,
.kwu35 .fxns0 li::marker, .kwu35 .bkji li::marker,
.waetz9s .fxns0 li::marker, .waetz9s .bkji li::marker,
.yhmobh9   .fxns0 li::marker, .yhmobh9   .bkji li::marker {
  color: var(--cta); font-size: 1em;
}
.kwu35 .xi9pi,
.kwu35 .xi9pi li,
.kwu35 .xi9pi li::before,
.kwu35  .xi9pi li::before { border-radius: 3px; }
.t2v9jp { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.gkw386p .t2v9jp,
.l25ft1er .t2v9jp { background: transparent; border: none; border-radius: 0; }
.zuclh { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.zuclh th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.zuclh td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.zuclh tr:hover td { background: var(--bg-hover); }
.an0wl .zuclh tbody tr:nth-child(even) td { background: var(--bg-surface); }
.f6bv8 .zuclh { border: 1px solid var(--border-alt); }
.f6bv8 .zuclh th,
.f6bv8 .zuclh td { border: 1px solid var(--border-alt); }
.s5ws7 .zuclh th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.s5ws7 .zuclh td { border-bottom: none; }
.s5ws7 .zuclh tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.vnu8ixw .zuclh th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.sdufi62 .t2v9jp {
  overflow: hidden;
}
.sdufi62 .zuclh th { border-bottom: 1px solid var(--border-alt); }
.sdufi62 .zuclh tr:last-child td { border-bottom: none; }
.dymcz7a9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.s2z7 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.g4nlyx { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.ng7lw { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.h4w7fp { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.bkji { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.bkji 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%}
.bqus5n .ng7lw { background: transparent; text-align: center; }
.isjd .g4nlyx {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.kftukzkv .g4nlyx {
  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);
}
.lnib .s2z7 { display: grid; grid-template-columns: auto 1fr; }
.lnib .g4nlyx {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.lnib .ng7lw { grid-column: 2; }
.lnib .h4w7fp,
.lnib .bkji { grid-column: 1 / -1; }
.so4lwt .s2z7 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.so4lwt .g4nlyx {
  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);
}
.so4lwt .ng7lw { grid-column: 2; }
.so4lwt .h4w7fp,
.so4lwt .bkji { grid-column: 1 / -1; }
.hdbtzg .s2z7 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.hdbtzg .ng7lw { background: none; color: var(--accent-light); font-weight: 700; }
.aklju .s2z7 { 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); }
.aklju .ng7lw { background: none; color: var(--accent-light); font-weight: 700; }
.yd2h .s2z7 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.yd2h .s2z7:last-child { border-bottom: none; }
.yd2h .ng7lw { background: none; color: var(--accent-light); font-weight: 700; }
.i0tw .s2z7 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.i0tw .ng7lw { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ehg85 .dymcz7a9 { counter-reset: card-n; }
.ehg85 .s2z7  { counter-increment: card-n; }
.ehg85 .ng7lw { display: flex; align-items: center; gap: 10px; }
.ehg85 .ng7lw::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;
}
.i5zhex3 .s2z7 { background: var(--bg-surface); border: 1px solid var(--border); }
.i5zhex3 .ng7lw { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.pp52l34q { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.xv2jlj { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.tezuklm { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.pp52l34q strong { color: var(--text-primary); font-size: 0.95rem; }
.pp52l34q p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.f3de57lr { width: 100%; height: auto; border-radius: 10px; display: block; }
.jvrea {
  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;
}
.jvrea:hover { opacity: 0.85; }
.cgzltlb8 .jvrea  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.cgzltlb8 .jvrea:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.gvotzn .jvrea  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.gvotzn .jvrea:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ifz1ino .l3duez { border-radius: 50px; }
.ifz1ino .jvrea  { border-radius: 50px; }
.nm6af2 .l3duez { padding-left: 22px; padding-right: 22px; }
.nm6af2 .jvrea  { padding-left: 12px; padding-right: 12px; }
.uft8 .l3duez { padding-left: 44px; padding-right: 44px; }
.uft8 .jvrea  { padding-left: 24px; padding-right: 24px; }
.mcwoj21n .l3duez { padding-left: 56px; padding-right: 56px; }
.mcwoj21n .jvrea  { padding-left: 32px; padding-right: 32px; }
.vdiw5iq   .l3duez::after, .vdiw5iq   .jvrea::after,
.vjd3l .l3duez::after, .vjd3l .jvrea::after,
.u6q8516    .l3duez::after, .u6q8516    .jvrea::after,
.dmd7y    .l3duez::after, .dmd7y    .jvrea::after,
.wh9tvtjf    .l3duez::after, .wh9tvtjf    .jvrea::after,
.v9tm2     .l3duez::after, .v9tm2     .jvrea::after,
.y9s9jjy    .l3duez::after, .y9s9jjy    .jvrea::after,
.exsi0n66   .l3duez::after, .exsi0n66   .jvrea::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;
}
.vdiw5iq .l3duez::after, .vdiw5iq .jvrea::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");
}
.vjd3l .l3duez::after, .vjd3l .jvrea::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");
}
.u6q8516 .l3duez::after, .u6q8516 .jvrea::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");
}
.dmd7y .l3duez::after, .dmd7y .jvrea::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");
}
.wh9tvtjf .l3duez::after, .wh9tvtjf .jvrea::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");
}
.v9tm2 .l3duez::after, .v9tm2 .jvrea::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");
}
.y9s9jjy .l3duez::after, .y9s9jjy .jvrea::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");
}
.exsi0n66 .l3duez::after, .exsi0n66 .jvrea::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");
}
.bdo3q9qu   .mnb4me3::after, .bdo3q9qu   .esun5::after,
.nkukzhoa .mnb4me3::after, .nkukzhoa .esun5::after,
.kftaq    .mnb4me3::after, .kftaq    .esun5::after,
.nb5y    .mnb4me3::after, .nb5y    .esun5::after,
.a857    .mnb4me3::after, .a857    .esun5::after,
.vs2eih     .mnb4me3::after, .vs2eih     .esun5::after,
.rwj6lh3    .mnb4me3::after, .rwj6lh3    .esun5::after,
.qwg5h13   .mnb4me3::after, .qwg5h13   .esun5::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;
}
.bdo3q9qu .mnb4me3::after, .bdo3q9qu .esun5::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");
}
.nkukzhoa .mnb4me3::after, .nkukzhoa .esun5::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");
}
.kftaq .mnb4me3::after, .kftaq .esun5::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");
}
.nb5y .mnb4me3::after, .nb5y .esun5::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");
}
.a857 .mnb4me3::after, .a857 .esun5::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");
}
.vs2eih .mnb4me3::after, .vs2eih .esun5::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");
}
.rwj6lh3 .mnb4me3::after, .rwj6lh3 .esun5::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");
}
.qwg5h13 .mnb4me3::after, .qwg5h13 .esun5::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");
}
.uk4grc9l .dkzq6zi { background: var(--bg-raised); }
.hoynjukr.jvrea {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .ektx {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .ektx::before    { grid-area: rank;   }
  .e00klkx           { grid-area: ident;  }
  .xihrbn4o     { grid-area: rating; min-width: 0; width: auto; }
  .lm01           { grid-area: pills;  }
  .hoynjukr             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .ektx {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .ektx::before    { justify-self: center; }
  .e00klkx           { width: 100%; }
  .xihrbn4o     { justify-self: center; }
  .lm01           { grid-template-columns: 1fr; }
}
.nwpr39  .fqyo03ts li::before { content: "★"; }
.nwpr39  .p0dbm6b li::before { content: "✕"; }
@media (min-width: 860px) {
  .tga1 .un95z {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .tga1 .oeax { margin: 0; }
}
@media (max-width: 720px) {
  .axvq { grid-template-columns: 1fr; }
  .vkvewslz { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .vkvewslz .c1p86loo { width: 72px; height: 50px; }
  .vkvewslz .kyozg { max-width: 180px; }
  .vkvewslz .aanux91 { width: auto; }
}
@media (max-width: 720px) {
  .olaw8sj { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .wjhue { padding: 16px; }
  .jmbyxa .tsbgbmzi { min-width: 50%; }
}
@media (max-width: 860px) {
  .p6sy { grid-template-columns: 1fr; }
  .hxfh { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .n6495nk { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .l7gm { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .gn9jf5 { flex-direction: column; align-items: stretch; }
}
.mfalp71 .aanux91 .jvrea { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .ukega9j { flex-direction: column; align-items: stretch; gap: 10px; }
  .mfalp71 .aanux91 { text-align: center; }
}
@media (max-width: 720px) {
  .tkg11wk { grid-template-columns: 1fr; }
  .qfiy { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .lyuv { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .kh1xdl28 { grid-template-columns: 1fr; }
  .xbxxh64 { width: 100px; height: 100px; margin: 16px auto; }
  .ka7bjgb6 { font-size: 1.4rem; }
  .wfsfe2 { justify-content: center; }
  .pzsvw3 .tsbgbmzi { min-width: 50%; }
}
@media (max-width: 540px) {
  .wwj12ux { flex-wrap: wrap; padding: 14px 16px; }
  .fbjqr { padding: 12px 16px; }
  .z4c3erf .ycyutz { margin: 0 16px; }
  .z4c3erf .c7huuy1 { padding: 0 16px; }
  .kd9n { padding: 12px 16px; }
}
.gs0gl876 .ektx {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.obna .lm01 .pbwtkbo {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.boqf .ig3kwao,
.boqf .w6o9,
.boqf .w6o9 { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.boqf .w6o9 small { display: none; }
.boqf .uq6jbdc3 .zw6lk,
.boqf .uq6jbdc3 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.boqf .wnb7x { display: none; }
.dxbbokpx { margin: 16px 0; }
.zk0p58 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.zk0p58 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.zk0p58 summary::after { content: "+"; color: var(--accent-light); }
.zk0p58[open] summary::after { content: "−"; }
.zk0p58 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.adipyaj9 { margin-bottom: 0; }
.svbh h2.kuq4 { color: var(--text-primary); border-color: var(--accent-light); }
.vmgk28q h2.kuq4 { color: var(--text-primary); border-color: var(--accent-light); }
.g86enm .xv2jlj    { background: #1e1036; border-color: #a855f7; }
.g86enm .pp52l34q strong  { color: #f1f5f9; }
.g86enm .pp52l34q p       { color: #cbd5e1; }
.g86enm .a5y6wmr    .igyb     .tezuklm::before,
.g86enm .emoxm1  .igyb     .tezuklm::before,
.g86enm .p9iklreb  .igyb     .tezuklm::before,
.g86enm .pakoj1nb .igyb     .tezuklm::before { color: #10b981; }
.g86enm .a5y6wmr    .ky0c .tezuklm::before,
.g86enm .emoxm1  .ky0c .tezuklm::before,
.g86enm .p9iklreb  .ky0c .tezuklm::before,
.g86enm .pakoj1nb .ky0c .tezuklm::before { color: #f43f5e; }
.g86enm .a5y6wmr    .xv2jlj    .tezuklm::before,
.g86enm .emoxm1  .xv2jlj    .tezuklm::before,
.g86enm .p9iklreb  .xv2jlj    .tezuklm::before,
.g86enm .pakoj1nb .xv2jlj    .tezuklm::before { color: #a855f7; }
.nuilu1ib .xv2jlj    { background: #2d1600; border-color: #f97316; }
.nuilu1ib .pp52l34q strong  { color: #f1f5f9; }
.nuilu1ib .pp52l34q p       { color: #cbd5e1; }
.nuilu1ib .a5y6wmr    .igyb     .tezuklm::before,
.nuilu1ib .emoxm1  .igyb     .tezuklm::before,
.nuilu1ib .p9iklreb  .igyb     .tezuklm::before,
.nuilu1ib .pakoj1nb .igyb     .tezuklm::before { color: #eab308; }
.nuilu1ib .a5y6wmr    .ky0c .tezuklm::before,
.nuilu1ib .emoxm1  .ky0c .tezuklm::before,
.nuilu1ib .p9iklreb  .ky0c .tezuklm::before,
.nuilu1ib .pakoj1nb .ky0c .tezuklm::before { color: #ef4444; }
.nuilu1ib .a5y6wmr    .xv2jlj    .tezuklm::before,
.nuilu1ib .emoxm1  .xv2jlj    .tezuklm::before,
.nuilu1ib .p9iklreb  .xv2jlj    .tezuklm::before,
.nuilu1ib .pakoj1nb .xv2jlj    .tezuklm::before { color: #f97316; }
.wj4fnk .xv2jlj    { background: #0a2020; border-color: #2dd4bf; }
.wj4fnk .pp52l34q strong  { color: #f1f5f9; }
.wj4fnk .pp52l34q p       { color: #cbd5e1; }
.wj4fnk .a5y6wmr    .igyb     .tezuklm::before,
.wj4fnk .emoxm1  .igyb     .tezuklm::before,
.wj4fnk .p9iklreb  .igyb     .tezuklm::before,
.wj4fnk .pakoj1nb .igyb     .tezuklm::before { color: #38bdf8; }
.wj4fnk .a5y6wmr    .ky0c .tezuklm::before,
.wj4fnk .emoxm1  .ky0c .tezuklm::before,
.wj4fnk .p9iklreb  .ky0c .tezuklm::before,
.wj4fnk .pakoj1nb .ky0c .tezuklm::before { color: #818cf8; }
.wj4fnk .a5y6wmr    .xv2jlj    .tezuklm::before,
.wj4fnk .emoxm1  .xv2jlj    .tezuklm::before,
.wj4fnk .p9iklreb  .xv2jlj    .tezuklm::before,
.wj4fnk .pakoj1nb .xv2jlj    .tezuklm::before { color: #2dd4bf; }
.f0vvcc .igyb     { background: var(--accent-bg); border-color: var(--accent-light); }
.f0vvcc .ky0c { background: var(--accent-bg-light); border-color: var(--accent-light); }
.f0vvcc .xv2jlj    { background: var(--accent-bg); border-color: var(--accent-pale); }
.f0vvcc .a5y6wmr    .tezuklm::before,
.f0vvcc .emoxm1  .tezuklm::before,
.f0vvcc .p9iklreb  .tezuklm::before,
.f0vvcc .pakoj1nb .tezuklm::before { color: var(--accent-light) !important; }
.asl9lq .agr8 { background: var(--bg-pros); }
.asl9lq .fkew7r { background: var(--bg-cons); }
.asl9lq .agr8 .wzvc { color: var(--c-pros-label); }
.asl9lq .fkew7r .ju5b0a { color: var(--c-cons); }
.asl9lq .agr8 ul li,
.asl9lq .fqyo03ts li            { color: var(--c-pros); }
.asl9lq .fkew7r ul li,
.asl9lq .p0dbm6b li            { color: var(--c-cons); }
.nwpr39 .wzvc::before { content: "★ "; }
.nwpr39 .ju5b0a::before { content: "✕ "; }
.n6cg6 .pp52l34q { background: transparent; border-left: none; border: 1.5px solid; }
.n6cg6 .xv2jlj    { border-color: #60a5fa; }
.n6cg6 .pp52l34q strong { color: var(--text-primary); }
.n6cg6 .pp52l34q p      { color: var(--text-muted); }
.xsn14pl1 .pp52l34q { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.xsn14pl1 .xv2jlj    { border-top-color: #60a5fa; }
.n9wx .pp52l34q { border-left: none; border-radius: 8px; }
.n9wx .xv2jlj    { background: #1e3a8a; }
.n9wx .pp52l34q strong,
.n9wx .pp52l34q p { color: #fff; }
.n9wx .tezuklm::before { color: rgba(255,255,255,0.85) !important; }
.g86enm.n9wx .xv2jlj,
.g86enm .n9wx .xv2jlj    { background: #1e1036; }
.nuilu1ib.n9wx .xv2jlj,
.nuilu1ib .n9wx .xv2jlj     { background: #2d1600; }
.wj4fnk.n9wx .xv2jlj,
.wj4fnk .n9wx .xv2jlj     { background: #0a2020; }
.o1szb5 .pp52l34q { border-left: none; border-radius: 6px; padding: 10px 14px; }
.o1szb5 .xv2jlj    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.o1szb5 .pp52l34q strong { color: var(--text-primary); }
.o1szb5 .pp52l34q p      { color: var(--text-muted); }
.o4wlvfbp .pp52l34q { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.a5y6wmr .tezuklm,
.emoxm1 .tezuklm,
.p9iklreb .tezuklm,
.pakoj1nb .tezuklm { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.a5y6wmr .tezuklm::before,
.emoxm1 .tezuklm::before,
.p9iklreb .tezuklm::before,
.pakoj1nb .tezuklm::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.a5y6wmr .igyb     .tezuklm::before { content: "✦"; color: var(--c-tip-border); }
.a5y6wmr .ky0c .tezuklm::before { content: "▲"; color: var(--c-warn-border); }
.a5y6wmr .xv2jlj    .tezuklm::before { content: "◉"; color: #60a5fa; }
.emoxm1 .igyb     .tezuklm::before { content: "★"; color: var(--c-tip-border); }
.emoxm1 .ky0c .tezuklm::before { content: "◆"; color: var(--c-warn-border); }
.emoxm1 .xv2jlj    .tezuklm::before { content: "●"; color: #60a5fa; }
.p9iklreb .igyb     .tezuklm::before { content: "▶"; color: var(--c-tip-border); }
.p9iklreb .ky0c .tezuklm::before { content: "■"; color: var(--c-warn-border); }
.p9iklreb .xv2jlj    .tezuklm::before { content: "▸"; color: #60a5fa; }
.pakoj1nb .igyb     .tezuklm::before { content: "→"; color: var(--c-tip-border); }
.pakoj1nb .ky0c .tezuklm::before { content: "⬥"; color: var(--c-warn-border); }
.pakoj1nb .xv2jlj    .tezuklm::before { content: "◈"; color: #60a5fa; }
.w6c8m2b .ipdqaydn .ybf4nfdh,
.w6c8m2b .pmfrzp5w .ybf4nfdh  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.w6c8m2b .s2z7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.w6c8m2b .t2v9jp          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.w6c8m2b .ad7z3mu                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.vskg .ipdqaydn .ybf4nfdh,
.vskg .pmfrzp5w .ybf4nfdh,
.vskg .s2z7,
.vskg .ektx,
.vskg .oeax,
.vskg .t2v9jp,
.vskg .ad7z3mu,
.vskg .o4wlvfbp .pp52l34q { box-shadow: none; }
.l2edb   .s61ysc, .l2edb .o3upt, .l2edb .e2653doo,
.l2edb   .v0yr, .l2edb .j25fg5p { font-size: 0.9rem; }
.l2edb   .fxns0, .l2edb .xi9pi { font-size: 0.9rem; }
.smp0whpy   .s61ysc, .smp0whpy .o3upt, .smp0whpy .e2653doo,
.smp0whpy   .v0yr, .smp0whpy .j25fg5p { font-size: 0.95rem; }
.smp0whpy   .fxns0, .smp0whpy .xi9pi { font-size: 0.95rem; }
.ep7mp   .s61ysc, .ep7mp .o3upt, .ep7mp .e2653doo,
.ep7mp   .v0yr, .ep7mp .j25fg5p { font-size: 1.08rem; }
.ep7mp   .fxns0, .ep7mp .xi9pi { font-size: 1.05rem; }
.ep7mp   .zuclh { font-size: 0.97rem; }
.c9ounq .u6pqtcq      { font-size: 3.2rem; }
.c9ounq h2.kuq4 { font-size: 1.9rem; }
.c9ounq h3.l6pb3     { font-size: 1.4rem; }
.y04epuq .u6pqtcq      { font-size: 3.8rem; }
.y04epuq h2.kuq4 { font-size: 2.2rem; }
.y04epuq h3.l6pb3     { font-size: 1.6rem; }
.adipyaj9 + .adipyaj9 { position: relative; }
.x9fjdo0   .adipyaj9 + .adipyaj9::before,
.vc2n  .adipyaj9 + .adipyaj9::before,
.aekllqa3   .adipyaj9 + .adipyaj9::before,
.ssmtv48h   .adipyaj9 + .adipyaj9::before,
.upd3l0   .adipyaj9 + .adipyaj9::before,
.qyt8wv .adipyaj9 + .adipyaj9::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.x9fjdo0 .adipyaj9 + .adipyaj9::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vc2n .adipyaj9 + .adipyaj9::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.aekllqa3 .adipyaj9 + .adipyaj9::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;
}
.ssmtv48h .adipyaj9 + .adipyaj9::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.yxdp6ra .adipyaj9 { margin-bottom: 16px; }
.yxdp6ra .adipyaj9 + .adipyaj9 { margin-top: 0; }
.yxdp6ra .b55iji { padding-top: 0; padding-bottom: 0; }
.upd3l0 .adipyaj9 + .adipyaj9::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.qyt8wv .adipyaj9 + .adipyaj9::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.b28n4 .adipyaj9 + .adipyaj9::before,
.pvoc2g .adipyaj9 + .adipyaj9::before,
.m8v5 .adipyaj9 + .adipyaj9::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%;
}
.msy7 .b28n4 .adipyaj9:nth-child(even)::before,
.msy7 .pvoc2g .adipyaj9:nth-child(even)::before,
.msy7 .m8v5 .adipyaj9:nth-child(even)::before { background: var(--bg-surface); }
.pbw1pe .b28n4 .adipyaj9:nth-child(even)::before,
.pbw1pe .pvoc2g .adipyaj9:nth-child(even)::before,
.pbw1pe .m8v5 .adipyaj9:nth-child(even)::before { background: var(--bg-card); }
.b28n4 .adipyaj9 + .adipyaj9::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");
}
.pvoc2g .adipyaj9 + .adipyaj9::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");
}
.m8v5 .adipyaj9 + .adipyaj9::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");
}
.n73m .w5gh5x,
.gwm5 .w5gh5x,
.j8sh9 .w5gh5x { overflow: hidden; }
.n73m .q1c3,
.gwm5 .q1c3 { margin-bottom: 60px; }
.j8sh9 .q1c3 { margin-bottom: 70px; }
.n73m .w5gh5x::before,
.gwm5 .w5gh5x::before,
.j8sh9 .w5gh5x::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%;
}
.n73m .w5gh5x::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");
}
.gwm5 .w5gh5x::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");
}
.j8sh9 .w5gh5x::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");
}
.zw0m5 .w5gh5x:not(.xqjz1q) .nwlf { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.oehsy .w5gh5x:not(.xqjz1q) .nwlf { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.qqk7om  .w5gh5x:not(.xqjz1q) .nwlf { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.fh7b  .w5gh5x:not(.xqjz1q) .nwlf { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.zw0m5 .xqjz1q { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.oehsy .xqjz1q { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.qqk7om .xqjz1q { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.fh7b .xqjz1q { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.ovyx5 .xqjz1q { background: var(--accent); }
.ovyx5 .xqjz1q .nwlf { background: none; }
.ovyx5 .hx1bognw { background: var(--accent); }
.ovyx5 .h05bcc { background: var(--accent-bg); }
.ovyx5 .w5gh5x:not(.xqjz1q) .nwlf { background: rgba(0,0,0,0.6); }
.k7co3i .v46t { float: left; width: 38%; margin: 0 28px 16px 0; }
.k7co3i .v46t .f3de57lr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k7co3i .b55iji::after { content: ''; display: block; clear: both; }
.ghser2 .v46t { float: right; width: 38%; margin: 0 0 16px 28px; }
.ghser2 .v46t .f3de57lr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ghser2 .b55iji::after { content: ''; display: block; clear: both; }
.spzrb .adipyaj9:nth-child(odd)  .v46t { float: left;  width: 38%; margin: 0 28px 16px 0; }
.spzrb .adipyaj9:nth-child(even) .v46t { float: right; width: 38%; margin: 0 0 16px 28px; }
.spzrb .v46t .f3de57lr { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.spzrb .b55iji::after { content: ''; display: block; clear: both; }
.k7co3i .dymcz7a9,
.ghser2 .dymcz7a9,
.ghser2 .p2yw,
.spzrb .dymcz7a9,
@media (max-width: 900px) {
  .k7co3i .v46t,
  .ghser2 .v46t,
  .spzrb .adipyaj9:nth-child(odd)  .v46t,
  .spzrb .adipyaj9:nth-child(even) .v46t {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .k7co3i .v46t .f3de57lr,
  .ghser2 .v46t .f3de57lr,
  .spzrb .v46t .f3de57lr {
    max-height: none !important;
  }
}
.k7co3i .fxns0,
.ghser2 .fxns0,
.ghser2 .xi9pi,
.spzrb .fxns0,
@media (max-width: 640px) {
  .k7co3i .v46t,
  .ghser2 .v46t,
  .spzrb .v46t { float: none; width: 100%; margin: 0 0 16px 0; }
}
.mbt7 .ag0byn,
.mbt7 .b55iji,
.mbt7 .fr1fvu  { max-width: 1100px; }
.mbt7 { --content-mw: 1100px; }
.hdflrzn .ag0byn,
.hdflrzn .b55iji,
.hdflrzn .fr1fvu  { max-width: 1200px; }
.lda6 .ag0byn,
.lda6 .b55iji,
.lda6 .fr1fvu  { max-width: 1320px; }
.vfqbtzeu { font-size: 0.82rem; color: var(--text-muted); }
.b6phl0 { display: flex; align-items: center; }
.v54y1ce {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.up46d { display: flex; align-items: center; }
.ebxs { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ebxs:hover { text-decoration: underline; }
.uw52db { margin: 0 3px; opacity: 0.45; }
.uw52db::before { content: '/'; }
.p3m2n { padding: 2px 5px; color: var(--text-main); }
.rhrpjy .vfqbtzeu {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.rhrpjy .b6phl0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.gsdrj .vfqbtzeu {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.gsdrj .b6phl0 { padding: 0 0 0 12px; }
.ir1zn6e .b6phl0 { padding: 0 16px; }
.ir1zn6e .vfqbtzeu {
  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);
}
.ir1zn6e .ag0byn { padding-top: 28px; }
@media (max-width: 720px) {
  .uwpyab { margin-top: 18px; padding: 0 16px; }
  .ir1zn6e .ag0byn { padding-top: 16px; }
}
.mbt7.rhrpjy .b6phl0 { max-width: 1100px; }
.hdflrzn.rhrpjy .b6phl0 { max-width: 1200px; }
.lda6.rhrpjy .b6phl0 { max-width: 1320px; }
.mbt7 .uwpyab { max-width: 1100px; }
.vv3nixrv .adipyaj9 { padding-top: 16px; padding-bottom: 16px; }
.yokog .adipyaj9 { padding-top: 24px; padding-bottom: 24px; }
.pe4ftp .adipyaj9 { padding-top: 40px; padding-bottom: 40px; }
.ocv0 .adipyaj9 { padding-top: 52px; padding-bottom: 52px; }
.uqce .adipyaj9:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.uqce .adipyaj9:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.uqce .adipyaj9:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.uqce .adipyaj9:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ocw3ac .b55iji { padding-top: 10px;  padding-bottom: 10px; }
.kz06r9g .b55iji { padding-top: 18px;  padding-bottom: 18px; }
.x9poxwlr .b55iji { padding-top: 36px;  padding-bottom: 36px; }
.nbfu3w .b55iji { padding-top: 48px;  padding-bottom: 48px; }
.k1eju2 h2.kuq4 { font-weight: 600; }
.k1eju2 h3.l6pb3     { font-weight: 600; }
.hyk9e h2.kuq4 { font-weight: 800; }
.hyk9e h3.l6pb3     { font-weight: 700; }
.g8fl0vvz { font-weight: 600; }
.g8fl0vvz h2.kuq4 { font-weight: 900; }
.g8fl0vvz h3.l6pb3     { font-weight: 800; }
.g8fl0vvz .pp52l34q strong,
.g8fl0vvz .pp52l34q strong { font-weight: 600; }
.mnb4me3 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.g26rqv .mnb4me3 { display: none; }
@media (max-width: 640px) {
  .o6w6tgt { display: none; }
  .mnb4me3 {
    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;
  }
}
.mnb4me3 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.mnb4me3:hover { opacity: 0.85; }
.qxv8 .mnb4me3 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.xc5sf .mnb4me3,
.x54bm2b  .mnb4me3 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.xc5sf .mnb4me3:hover,
.x54bm2b  .mnb4me3:hover { opacity: 0.88; }
.qxv8.xc5sf .mnb4me3,
.qxv8.x54bm2b  .mnb4me3 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.esun5 {
  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;
}
.esun5:hover { transform: translateY(-2px); opacity: 0.92; }
.esun5 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.wdmv .esun5 { display: none; }
.o7xt .esun5 { right: 32px; }
.e6wy  .esun5 { left: 32px; }
@media (max-width: 480px) {
  .o7xt .esun5 { right: 20px; bottom: 20px; }
  .e6wy  .esun5 { left: 20px; bottom: 20px; }
}
.x7emmvg { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.fr1fvu { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.medfzudw { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.robj { color: var(--text-dim); font-size: 0.8rem; }
.tkbuem81 a, .yqt1w9q a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.tkbuem81 a:hover, .yqt1w9q a:hover { color: var(--accent-light); }
.yqt1w9q { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.eszgh .fr1fvu { text-align: center; }
.eszgh .yqt1w9q { justify-content: center; margin-bottom: 16px; }
.eszgh .medfzudw { margin-top: 0; }
.yonmq { margin-top: 10px; }
.yonmq a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .fr1fvu { padding-left: 16px; padding-right: 16px; }
  .f85ht .fr1fvu { padding: 20px 16px; }
  .yqt1w9q { gap: 4px 12px; }
  .medfzudw { font-size: 0.78rem; }
}
.k4fdz .medfzudw { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.k4fdz .robj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .k4fdz .kxs1q { grid-template-columns: 1fr 1fr; } .k4fdz .j5xlk { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k4fdz .kxs1q { grid-template-columns: 1fr; } }
.jt7mc .medfzudw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jt7mc .lxddtfjs { gap: 12px; } .jt7mc .u6sr { margin-right: 0; width: 100%; } }
.pbqn .medfzudw { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.pbqn .robj { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .pbqn .ns9k { grid-template-columns: 1fr 1fr; } .pbqn .ma8ulhz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pbqn .ns9k { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .lr6bujz .rl42 { grid-template-columns: 1fr 1fr; } .lr6bujz .gmm9dc:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .lr6bujz .rl42 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .w9uq6 .rl42 { grid-template-columns: 1fr; } }
.s2iy3 .fr1fvu { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.s2iy3 .yqt1w9q { justify-content: center; }
.k09c .ia5st      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.k09c .x7emmvg { background: var(--bg-page); border-top-color: var(--border-alt); }
.nra0x13b .ia5st      { background: #0d1117; border-bottom-color: #21262d; }
.nra0x13b .v6k0k { color: var(--accent-light); }
.nra0x13b .nhqpk4lc { --msep-color: #8b949e; }
.nra0x13b .nhqpk4lc a { color: #8b949e; }
.nra0x13b .nhqpk4lc a:hover { color: var(--accent-light); }
.nra0x13b .cr0e { color: #8b949e; }
.nra0x13b .x7emmvg { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.nra0x13b .medfzudw,
.nra0x13b .robj { color: #6e7681; }
.nra0x13b .tkbuem81 a, .nra0x13b .yqt1w9q a,
.nra0x13b .tkbuem81 a:hover, .nra0x13b .yqt1w9q a:hover,
@media (max-width: 640px) {
  .nra0x13b .nhqpk4lc { background: #0d1117; border-top-color: #21262d; }
  .nra0x13b .nhqpk4lc li a { border-bottom-color: #21262d; }
}
.pupu6 .ia5st      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.pupu6 .v6k0k { color: var(--accent-light); }
.pupu6 .nhqpk4lc { --msep-color: #475569; }
.pupu6 .nhqpk4lc a { color: #475569; }
.pupu6 .nhqpk4lc a:hover { color: var(--accent-light); }
.pupu6 .cr0e { color: #64748b; }
.pupu6 .x7emmvg { background: #f0f4f8; border-top-color: #cbd5e1; }
.pupu6 .medfzudw,
.pupu6 .robj { color: #64748b; }
.pupu6 .tkbuem81 a, .pupu6 .yqt1w9q a,
.pupu6 .tkbuem81 a:hover, .pupu6 .yqt1w9q a:hover,
@media (max-width: 640px) {
  .pupu6 .nhqpk4lc { background: #f0f4f8; border-top-color: #cbd5e1; }
  .pupu6 .nhqpk4lc li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.xc5sf .ia5st      { background: var(--accent); border-bottom-color: var(--accent-light); }
.xc5sf .v6k0k { color: #fff; }
.xc5sf .nhqpk4lc { --msep-color: rgba(255,255,255,0.82); }
.xc5sf .nhqpk4lc a { color: rgba(255,255,255,0.82); }
.xc5sf .nhqpk4lc a:hover { color: #fff; }
.xc5sf .cr0e { color: rgba(255,255,255,0.9); }
.xc5sf .x7emmvg { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.xc5sf .medfzudw,
.xc5sf .robj { color: rgba(255,255,255,0.72); }
.xc5sf .tkbuem81 a, .xc5sf .yqt1w9q a,
.xc5sf .tkbuem81 a:hover, .xc5sf .yqt1w9q a:hover,
@media (max-width: 640px) {
  .xc5sf .nhqpk4lc { background: var(--accent); border-top-color: var(--accent-light); }
  .xc5sf .nhqpk4lc li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.x54bm2b .ia5st {
  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);
}
.x54bm2b .x7emmvg {
  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) {
  .x54bm2b .nhqpk4lc {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.p6efed5d .kcj7zdv { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.xragad .kcj7zdv { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.eczh .kcj7zdv { min-height: 72px; height: auto; }
.qqtpu2wu .kcj7zdv { min-height: 84px; height: auto; }
.f85ht .kcj7zdv { max-width: none; padding: 0 32px; }
.f85ht .fr1fvu  { max-width: none; padding: 24px 32px; }
.c0aurswv.hdflrzn .kcj7zdv { max-width: 1200px; }
.c0aurswv.lda6 .kcj7zdv { max-width: 1320px; }
.ne2pm   .v6k0k, .ne2pm   .u6sr { text-transform: capitalize; }
.xbxl1b .v6k0k, .xbxl1b .u6sr { text-transform: lowercase; }
.yqw3rvg .v6k0k, .yqw3rvg .u6sr { text-transform: uppercase; letter-spacing: 0.06em; }
.i8ti, .apmk9jr {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tpkm .i8ti,
.dhl3afim .i8ti,
.z5bsz438 .i8ti,
.q7q9dlj .i8ti,
.v29xmvc   .nhqpk4lc a { font-weight: 500; }
.oxkats .nhqpk4lc a { font-weight: 600; }
.m7nu     .nhqpk4lc a { font-weight: 700; }
.tb0wbb8l    .nhqpk4lc a { font-weight: 800; letter-spacing: 0.01em; }
.yjxhh     .nhqpk4lc > li + li::before,
.m8pmxid    .nhqpk4lc > li + li::before,
.d89pwcr    .nhqpk4lc > li + li::before,
.v9i16 .nhqpk4lc > li + li::before,
.t0ak3l7 .nhqpk4lc > li + li::before,
.l89yztpf  .nhqpk4lc > li + li::before,
.t9yy    .nhqpk4lc > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.yjxhh     .nhqpk4lc > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.m8pmxid    .nhqpk4lc > li + li::before { content: "|"; }
.d89pwcr    .nhqpk4lc > li + li::before { content: "—"; }
.v9i16 .nhqpk4lc > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.t0ak3l7 .nhqpk4lc > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.l89yztpf  .nhqpk4lc > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.t9yy    .nhqpk4lc > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .o0yg7 .cr0e,
  .fc3a4ra3 .cr0e,
  .qebp0 .cr0e,
  .zc8zg0ss .cr0e,
  .ah6ha .cr0e {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .o0yg7 .cr0e::before,
  .fc3a4ra3 .cr0e::before,
  .qebp0 .cr0e::before,
  .zc8zg0ss .cr0e::before,
  .ah6ha .cr0e::before { content: ""; display: block; flex-shrink: 0; }

  
  .o0yg7 .cr0e::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;
  }

  
  .fc3a4ra3 .cr0e::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;
  }

  
  .qebp0 .cr0e::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;
  }

  
  .zc8zg0ss .cr0e::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;
  }

  
  .ah6ha .cr0e::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) {
  .qcqs .cr0e {
    padding: 5px 14px;
  }
  .qcqs .nhqpk4lc {
    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;
  }
  .qcqs .nhqpk4lc li a {
    border-bottom: none; padding: 10px 22px;
  }
  .qcqs .nhqpk4lc li a:hover { background: var(--bg-raised); }
  .qcqs .ws8d,
  .kdrmwpt .ws8d,
  .m4bc1a7 .ws8d { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .ee5j4eg .cr0e {
    padding: 5px 10px;
  }
  .ee5j4eg .nhqpk4lc {
    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);
  }
  .ee5j4eg .nhqpk4lc.biuia { transform: translateX(0); }
  .ee5j4eg .nhqpk4lc li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .ee5j4eg .nhqpk4lc li:last-child a { border-bottom: none; }
  .xc5sf .nhqpk4lc,
  .nra0x13b .nhqpk4lc { background: var(--accent) !important; }
  .xc5sf .nhqpk4lc li a,
  .nra0x13b .nhqpk4lc li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .m4bc1a7 .cr0e {
    padding: 5px 10px;
  }
  .m4bc1a7 .nhqpk4lc {
    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);
  }
  .m4bc1a7 .nhqpk4lc::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .m4bc1a7 .nhqpk4lc.biuia { transform: translateY(0); }
  .m4bc1a7 .nhqpk4lc li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .uykstp .cr0e {
    padding: 5px 10px;
  }
  .uykstp .nhqpk4lc {
    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;
  }
  .uykstp .nhqpk4lc.biuia { opacity: 1; pointer-events: auto; }
  .uykstp .nhqpk4lc li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .sy0hk86     .cr0e { border-radius: 0 !important; }
  .oxxng7   .cr0e { border-radius: 8px !important; }
  .tpm185a .cr0e { border-radius: 50% !important; }
  .jzyct0   .cr0e { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .dosn9c .iywlr { flex-direction: column; align-items: stretch; }
  .dosn9c .hsus { flex-direction: row; min-width: auto; }
  .dosn9c .vgpnujo { align-items: flex-start; text-align: left; }
}
.uhqyq0a,
.uhqyq0a.adipyaj9,
.msy7 .uhqyq0a,
.x5jay1 .uhqyq0a,
.pbw1pe .uhqyq0a,
.rf3yyfr .uhqyq0a {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.gftx74 {
  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;
}
.vadu8 { flex: 1 1 280px; min-width: 0; }
.fxu274 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.pia424 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.e74zkw {
  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;
}
.e74zkw:hover { transform: translateY(-1px); opacity: 0.95; }
.vr4fr0uh .gftx74 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.vr4fr0uh .fxu274 { color: var(--cta); }
.vr4fr0uh .pia424 { color: var(--text-body); }
.vr4fr0uh .e74zkw {
  background: var(--cta) !important;
  color: #fff !important;
}
.z7z7j .gftx74 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.z7z7j .fxu274 { color: var(--text-primary); }
.z7z7j .pia424 { color: var(--text-body); }
.z7z7j .e74zkw {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .gftx74 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .vadu8 { flex: 0 0 auto; }
  .fxu274 { font-size: 1.2rem; }
  .e74zkw { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.nmpz .o4t1q { height: 36px; }
.ih0bg .o4t1q { height: 60px; max-width: 200px; }
.ij0evax .o4t1q { height: 56px; max-width: 180px; }
.j0ja    .ig3kwao, .j0ja    .zw6lk { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.obna .pbwtkbo {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .j68i93k .p2yw {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .j68i93k .ektx {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .j68i93k .ektx { padding: 40px 16px 20px; }
  .j68i93k .pbwtkbo {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .j68i93k .hoynjukr { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .zihjwewc .ektx {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .zihjwewc .ektx::before {
    position: absolute; top: 14px; left: 14px;
  }
  .zihjwewc .e00klkx {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .zihjwewc .oauwjk { white-space: normal; text-align: center; font-size: 1.2rem; }
  .zihjwewc .pbwtkbo {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .zihjwewc .hoynjukr { width: 100%; min-width: 0; }
  .zihjwewc .ig3kwao { min-width: 0; }
}
.tqyoh .zk0p58 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.tqyoh .zk0p58 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.tqyoh .zk0p58 p { padding: 0 2px 16px; }
.q6jms5 .zk0p58 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.q6jms5 .zk0p58 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.q6jms5 .zk0p58 summary::after { content: "›"; font-size: 1.2em; }
.q6jms5 .zk0p58[open] summary::after { content: "‹"; }
.q6jms5 .zk0p58 p { padding: 10px 22px 4px; }
.yzqmbce .zk0p58 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.yzqmbce .zk0p58 summary { color: var(--text-primary); padding-left: 16px; }
.yzqmbce .zk0p58 summary::after { content: "›"; font-size: 1.1em; }
.yzqmbce .zk0p58[open] summary::after { content: "‹"; }
.yzqmbce .zk0p58 p { padding-left: 16px; }
.d0bcpr7 .dxbbokpx { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.d0bcpr7 .zk0p58 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.d0bcpr7 .zk0p58:last-child { border-bottom: none; }
.d0bcpr7 .zk0p58 summary { color: var(--text-primary); border-radius: 0; }
.d0bcpr7 .zk0p58 summary::after { content: "›"; font-size: 1.1em; }
.d0bcpr7 .zk0p58[open] summary::after { content: "‹"; }
.dnezjd .zk0p58 { overflow: hidden; }
.dnezjd .zk0p58 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.dnezjd .zk0p58 summary::after { color: rgba(255,255,255,.75); }
.dnezjd .zk0p58[open] summary { border-radius: 0; }
.mjq7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.d0b7qxjk {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.mhmgn6 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.ngen9pm { color: var(--text-muted); font-size: 1.05rem; }
.vg2r {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.yoncqtt2 { margin-bottom: 20px; }
.faqz {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.q72b {
  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;
}
.q72b:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.u4gzbo { resize: vertical; min-height: 130px; }
.ryx8 { width: 100%; margin-top: 8px; }
.xigykaub {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.gnc7ups {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.gb96wpqc { color: var(--text-muted); line-height: 1.75; }
.o0wa { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.o0wa li { margin-bottom: 6px; }
.ohhzt7 { max-width: 760px; margin: 0 auto; }
.goj3 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.dqavf85l { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.dqavf85l:last-child { border-bottom: none; }
.dqavf85l h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.dqavf85l p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.p4hk2z9p { max-width: 760px; margin: 0 auto; }
.tj6yo { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tj6yo:last-child { border-bottom: none; }
.axqtsrn { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.tj6yo p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tj6yo ul.o0wa { margin: 0; }
.s9wl .axqtsrn { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .s9wl { grid-template-columns: 1fr; gap: 10px; } }
.wwblpql .axqtsrn { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.oo5zap9 .o0wa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .g2ddmte { grid-template-columns: 1fr; } }
.ih0bp8m { color: inherit; text-decoration: none; }
.ih0bp8m:hover { color: var(--accent-light); text-decoration: underline; }
.kd1hfkj5 { display: inline-block; line-height: 0; }
.wbp7y { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.mprg { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.mprg:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.j4q1b { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.mprg p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mprg ul.o0wa { margin: 0; }
.zvwhp { color: var(--text-muted); line-height: 1.75; }
.zmkwdq .o0wa,
.nww53a8 .o0wa,
.euebv .o0wa,
.m7w73 .o0wa {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.zmkwdq .mprg,
.nww53a8 .mprg { text-align: left; }
.zmkwdq .j4q1b,
.nww53a8 .j4q1b { text-align: center; }
.qavfr { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.itxts { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.zjz3d { font-size: 1.1rem; }
.if62sy { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.drqvmbe4 { margin-top: 12px; }
.mtvhi { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.mtvhi:hover { border-bottom-color: var(--accent-light); }
.sczw7w { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.sczw7w img { width: 100%; height: 100%; object-fit: cover; display: block; }
.d93t { width: 260px; height: 260px; }
.hasyef9 { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.k9n2 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.cvtt { padding-left: 14px; position: relative; color: var(--text-primary); font-weight: 600; }
.cvtt::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 2px; background: var(--accent); }
@media (max-width: 640px) { .ptqg7 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.zccsyh .if62sy, .zccsyh .itxts { max-width: 640px; }
.x8nxb { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.a989i { position: sticky; top: 96px; align-self: start; }
.a989i .qavfr { font-size: 1.6rem; margin-top: 18px; }
.q32vk .if62sy { margin-bottom: 28px; }
@media (max-width: 860px) { .x8nxb { grid-template-columns: 1fr; } .a989i { position: static; text-align: center; } }
.rpd4i .sczw7w { margin: 0 auto 18px; }
.rpd4i .k9n2 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .c5y0b { grid-template-columns: 1fr; } }
.f0efqlo .qavfr { font-size: 1.6rem; margin-bottom: 6px; }
.m7w73 .o0wa { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .f0efqlo { flex-direction: column; text-align: center; } .wusec { grid-template-columns: 1fr; } }
.qv8j .qavfr { font-size: 1.35rem; margin: 0 0 4px; }
.qv8j .k9n2 { margin: 0; }
.rhh2 .mhmgn6 { color: var(--accent-light); }
.b3u1q .mhmgn6 { font-size: 2rem; }
.b3u1q .ngen9pm { max-width: 680px; }
.qobouyc {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qobouyc .mhmgn6 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.qobouyc .ngen9pm  { margin: 0; }
@media (max-width: 640px) { .qobouyc { flex-direction: column; } }
.v2j64 .mhmgn6 { color: var(--accent-light); }
.kohogek .mhmgn6 { color: #fff; }
.kohogek .ngen9pm  { color: rgba(255,255,255,0.85); }
.n3j1t0wf { max-width: 680px; margin: 0 auto; }
.gp0f8 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .gp0f8 { grid-template-columns: 1fr; } }
.q9s75 .q72b {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.q9s75 .q72b:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.p7zey .q72b { background: var(--bg-raised); border-color: transparent; }
.p7zey .q72b:focus { background: var(--bg-card); border-color: var(--accent-light); }
.y2jh8 .q72b { border-radius: 100px; padding: 11px 20px; }
.y2jh8 .u4gzbo { border-radius: 14px; }
.jzvlt {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.jzvlt summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.jzvlt summary::-webkit-details-marker { display: none; }
.jzvlt summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.jzvlt[open] summary::after { content: "−"; }
.lh5j9ke0 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .zv33h { grid-template-columns: 1fr; } }
.mdjxjfry { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.mdjxjfry li { margin-bottom: 6px; }
.me98{display:none}
.me98:empty,.ctwdm7wp:empty{display:none}
.snrmg{position:relative;overflow:visible}
.lf4e1 .wa40,.kydvg37 .wa40,
.o6r6q5 .wa40,.dmtpu1r .wa40,
.mc1a .wa40,.rbqfol .wa40{display:block}
.dx5ql .xjfm{display:block}
.lf4e1 .wa40,.kydvg37 .wa40,
.o6r6q5 .wa40,.dmtpu1r .wa40,
.mc1a .wa40{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.lf4e1 .wa40 .ctwdm7wp,.kydvg37 .wa40 .ctwdm7wp,
.o6r6q5 .wa40 .ctwdm7wp,.dmtpu1r .wa40 .ctwdm7wp,
.mc1a .wa40 .ctwdm7wp{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.lf4e1 .zm8q,.kydvg37 .zm8q,
.o6r6q5 .zm8q,.dmtpu1r .zm8q,
.mc1a .zm8q{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.lf4e1 .wa40,.kydvg37 .wa40{top:12px}
.lf4e1 .wa40 .ctwdm7wp{margin-right:auto}
.kydvg37 .wa40 .ctwdm7wp{margin-left:auto}
.kydvg37 .wa40{text-align:right}
.o6r6q5 .wa40,.dmtpu1r .wa40{bottom:12px}
.o6r6q5 .wa40 .ctwdm7wp{margin-right:auto}
.dmtpu1r .wa40 .ctwdm7wp{margin-left:auto}
.dmtpu1r .wa40{text-align:right}
.mc1a .wa40{position:relative;margin-top:16px}
.mc1a .wa40 .ctwdm7wp{margin:0 auto}
.rbqfol .wa40{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.rbqfol .wa40 .ctwdm7wp{margin:0}
.rbqfol .h05bcc~.wa40,
.rbqfol .wwhigk~.wa40{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.rbqfol .h05bcc~.wa40 .ctwdm7wp,
.rbqfol .wwhigk~.wa40 .ctwdm7wp{justify-content:flex-start}
.h05bcc~.wa40,.wwhigk~.wa40{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.h05bcc~.wa40 .ctwdm7wp{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.wwhigk~.wa40 .ctwdm7wp{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.xjfm .ctwdm7wp{margin:0 0 12px}
.ctwdm7wp{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.zm8q{white-space:nowrap}
.zksso .zm8q{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.lv49 .zm8q{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.iuhou .ctwdm7wp{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.rt98lz0 .zm8q{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.xuf3vu .zm8q{color: var(--accent-light);opacity:1;font-weight:500}
.fr3avv4 .zm8q{border-bottom:1px solid currentColor;padding-bottom:2px}
.kou3tx3 .ctwdm7wp{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.v7rxfd{--date-bg:transparent}
.duom9 .mw7z95d::before{content:""}
.eknqi .zm8q + .zm8q::before{content:"•";margin-right:6px;opacity:.4}
.kbn4 .zm8q + .zm8q::before{content:"/";margin-right:6px;opacity:.35}
.bkrf .zm8q + .zm8q::before{content:"|";margin-right:6px;opacity:.3}
.q3mps .zm8q + .zm8q::before{content:"—";margin-right:6px;opacity:.3}
.g7iw .zm8q + .zm8q::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.lup90 .zm8q + .zm8q::before{content:"·";margin-right:6px;opacity:.4}
.tlhaggw5 .zm8q + .zm8q::before{content:"›";margin-right:6px;opacity:.4}
.lqud47 .zm8q + .zm8q::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.gal570y9{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.q4p8{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.wp0767ci{display:flex;flex-direction:column;gap:3px}
.l0ychu{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.nlp6{font-weight:700;font-size:1rem;color:var(--text-heading)}
.qqvlzz0{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.n9djms3 .gal570y9{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.niwq4 .gal570y9{border-top:3px solid var(--accent);padding-top:18px}
.g6tvzs .gal570y9{border-left:3px solid var(--accent);border-radius:0}
.f7b1c .gal570y9{padding:20px 0}
@media(max-width:640px){
  .gal570y9{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .qqvlzz0{max-width:100%}
}
.yx4i .t2v9jp{margin:0}
@media (max-width:560px){
  .bnmlqgu{grid-template-columns:repeat(2,1fr);gap:12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .z4fwkjpq { padding: 28px 18px 20px; }
  .m11jnbaf { font-size: 1.2rem; }
  .rkmgwv { max-width: 220px; max-height: 80px; }
}
.m28o .gbsss { border-radius: 22px; }
.uio5elyk .gftx74 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .gbsss { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ghtuc {
  margin: 28px 0 24px;
}
.ghtuc .adipyaj9 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ghtuc .b55iji {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ghtuc .gftx74 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .kcj7zdv { flex-direction: row-reverse; }
[dir="rtl"] .nhqpk4lc { flex-direction: row-reverse; }
[dir="rtl"] .o7xt .esun5 { right: auto; left: 32px; }
[dir="rtl"] .e6wy  .esun5 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .o7xt .esun5 { right: auto; left: 20px; }
  [dir="rtl"] .e6wy  .esun5 { left: auto;  right: 20px; }
}
[dir="rtl"] .k7co3i .v46t  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ghser2 .v46t { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .fxns0, [dir="rtl"] .xi9pi { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .pp52l34q { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .gftx74 { direction: rtl; }
[dir="rtl"] .vfqbtzeu { direction: rtl; }
[dir="rtl"] .ad7z3mu { direction: rtl; }
[dir="rtl"] .y1t0w5v { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .kwu35 .xi9pi,
[dir="rtl"] .kwu35 .xi9pi li::before,
[dir="rtl"] .w5gh5x.ydv5 .q1c3,
[dir="rtl"] .wgb2ib.ydv5 .q1c3,
[dir="rtl"] .xqjz1q.ydv5 .q1c3,
[dir="rtl"] .rbpmeg.ydv5 .q1c3,
[dir="rtl"] .jakwi.ydv5 .q1c3 { text-align: right; }
[dir="rtl"] .h05bcc.ydv5 .tjgyzpf { align-items: flex-end; text-align: right; }
[dir="rtl"] .b55iji,
[dir="rtl"] .v0yr,
[dir="rtl"] .j25fg5p,
[dir="rtl"] .d0u4u,
[dir="rtl"] .q1c3 { text-align: right; }
[dir="rtl"] .vg2r,
[dir="rtl"] .faqz,
[dir="rtl"] .if62sy,
[dir="rtl"] .q72b,
[dir="rtl"] .u4gzbo { text-align: right; direction: rtl; }
[dir="rtl"] .y2jh8 .q72b,
[dir="rtl"] .q9s75 .q72b { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #2d217f;
  --brand:           #2d217f;
  --brand-light:     #776ad2;
  --brand-pale:      #aaa3db;
  --grad-start:      #100b2e;
  --grad-end:        #251b6a;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #42bea5;
  --cta-light:       #7fcdbd;
  --cta-hover:       #60c8b3;
  --bg-page:         #080613;
  --bg-surface:      #0c0a1e;
  --bg-card:         #110e2a;
  --bg-card-inner:   #161135;
  --bg-raised:       #1b1540;
  --bg-hover:        #20194c;
  --border:          #261e5b;
  --border-alt:      #302672;
  --border-section:  #261e5b;
  --text-primary:    #e4e3e7;
  --text-muted:      #a19fac;
  --text-body:       #c9c8cf;
  --text-sub:        #a19fac;
  --text-faint:      #6c6a7a;
  --text-dim:        #54525f;
  --text-label:      #868494;
  --text-value:      #bbbac3;
  --accent-bg:       #181527;
  --accent-bg-light: #221e3d;
  --bg-tip:          #162622;
  --bg-warning:      #272115;
  --bg-info:         #161b26;
  --bg-pros:         #162622;
  --bg-cons:         #26161b;
  --c-pros:          #84eace;
  --c-cons:          #e689a3;
  --c-pros-label:    #59e3bd;
  --c-tip-border:    #3addb0;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #84eace;
}
:root { --logo-bg-opacity: 76%; }
body, button, input { font-family: "Figtree", sans-serif; }
.zqay90q .tezuklm { font-size: 0; width: 1.2rem; flex-shrink: 0; }.zqay90q .tezuklm::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.zqay90q .igyb     .tezuklm::before { content: "";  color: var(--c-tip-border); }.zqay90q .ky0c .tezuklm::before { content: ""; color: var(--c-warn-border); }.zqay90q .xv2jlj    .tezuklm::before { content: ""; color: #60a5fa; }.g86enm .zqay90q .igyb     .tezuklm::before { color: #10b981; }.g86enm .zqay90q .ky0c .tezuklm::before { color: #f43f5e; }.g86enm .zqay90q .xv2jlj    .tezuklm::before { color: #a855f7; }.nuilu1ib  .zqay90q .igyb     .tezuklm::before { color: #eab308; }.nuilu1ib  .zqay90q .ky0c .tezuklm::before { color: #ef4444; }.nuilu1ib  .zqay90q .xv2jlj    .tezuklm::before { color: #f97316; }.wj4fnk  .zqay90q .igyb     .tezuklm::before { color: #38bdf8; }.wj4fnk  .zqay90q .ky0c .tezuklm::before { color: #818cf8; }.wj4fnk  .zqay90q .xv2jlj    .tezuklm::before { color: #2dd4bf; }.f0vvcc .zqay90q .tezuklm::before { color: var(--accent-light) !important; }
.p93fwe .s9t5e, .p93fwe .h05bcc { min-height: 320px; }
.lt3vxy .l3duez::after, .lt3vxy .jvrea::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; }
.zhyycd0l .mnb4me3::after,.zhyycd0l .esun5::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; }
.uw52db::before { content: '>'; }