:root {
  --color-accent: #a32d9b;
  --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;
}
.n598 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.lr94iivh {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.zi0a {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.o8g2k { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.ypg0o94h { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ypg0o94h a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.ypg0o94h a:hover { color: var(--accent-light); }
.y0mvt   .q4szv8dq { border-radius: 0; }
.k49lvydo  .q4szv8dq li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .q4szv8dq {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .pge2:hover .q4szv8dq,
  .pge2:focus-within .q4szv8dq { display: block; }
  .q4szv8dq li a { padding: 8px 16px; font-size: 0.88rem; }
}
.txrte {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.f5kyc { display: none; }
@media (max-width: 640px) {
  .f5kyc {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .f5kyc.if1m { display: block; }
}
@media (max-width: 640px) {
  .txrte { display: block; }
  .ypg0o94h > li + li::before { display: none !important; }
  .ypg0o94h {
    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;
  }
  .ypg0o94h.if1m { display: flex; }
  .ypg0o94h li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .ypg0o94h li:last-child a { border-bottom: none; }
}
.vylu0kq { min-height: 480px; }
.hmktz3ra {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fjs6 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.jkrkq .fjs6 { margin-left: 0; margin-right: 0; }
.tvocjvv {
  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;
}
.hvc684ih .tvocjvv { margin-top: 24px; }
.tvocjvv:hover { opacity: 0.88; }
.r7ecteuy {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.y87r78s {
  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%);
}
.r7ecteuy .y7gwmqe3 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.r7ecteuy .hmktz3ra { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.r7ecteuy .fjs6 { color: #e2e8f0; }
.r7ecteuy.d62c1j4n .y7gwmqe3 { text-align: center; }
.r7ecteuy.jkrkq   .y7gwmqe3 { text-align: left; }
.swpgva .y7gwmqe3 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.swpgva .hmktz3ra { color: var(--text-primary); text-shadow: none; }
.swpgva .fjs6 { color: var(--text-muted); }
.swpgva .tvocjvv { margin-top: 16px; }
.swpgva, .swpgva.vylu0kq { min-height: auto !important; }
.swpgva.d62c1j4n .y7gwmqe3 { text-align: center; }
.swpgva.jkrkq   .y7gwmqe3 { text-align: left; }
.b4umu {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.e87o .b4umu,
.e87o .b4umu::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.fgj0u .b4umu,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.vt7ked .b4umu,
.vt7ked .r7ecteuy .y87r78s {
  overflow: hidden;
}
.vt7ked .b4umu::after,
.vt7ked .r7ecteuy .y87r78s::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%); }
}
.mhummk9 .b4umu,
.mhummk9 .b4umu::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); }
}
.mhummk9 .r7ecteuy .y87r78s {
  overflow: hidden;
}
.mhummk9 .r7ecteuy .y87r78s::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;
}
.gli6o .b4umu,
.gli6o .r7ecteuy .y87r78s {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.e87o .r7ecteuy .y87r78s {
  overflow: hidden;
}
.e87o .r7ecteuy .y87r78s::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;
}
.fgj0u .r7ecteuy .y87r78s {
  animation: hg-breathe 10s ease-in-out infinite;
}
.b4umu .y87r78s {
  background: none;
}
.b4umu .hmktz3ra { color: #fff; }
.b4umu .fjs6 { color: rgba(255,255,255,0.85); }
.b4umu .tvocjvv { background: #fff; color: var(--cta); }
.b4umu .tvocjvv:hover { opacity: 0.92; }
.dg4us8c .hmktz3ra { text-shadow: none; color: var(--text-primary); }
.dg4us8c .fjs6 { color: var(--text-muted); }
body.iwcdz .hmktz3ra {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.z14kec5n .hmktz3ra {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.vylu0kq.b4umu .hmktz3ra,
section.b4umu .hmktz3ra {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.dg4us8c.d62c1j4n .g37gl50 { align-items: center; text-align: center; }
.vylu0kq .yuy183u {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.yuy183u .n0iqf08.xvvh7 {
  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;
}
.yuy183u .n0iqf08.xvvh7:hover { opacity: 0.85; }
.ozwd1rd .y7gwmqe3 { padding-bottom: 24px; }
.hvc684ih .y7gwmqe3 { max-width: 1100px; }
@media (max-width: 700px) {
  .dg4us8c { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .dg4us8c:not(.ig7hbfjh) .scfc7 { display: none !important; }
  .ig7hbfjh .scfc7 { padding: 16px; }
  .g37gl50  { padding: 36px 24px; }
  .dg4us8c~.ydlbmj33,.h1mbq~.ydlbmj33{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .vylu0kq, .dg4us8c { min-height: 320px !important; }
  .hmktz3ra { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yk7mjk6,
  .a7lnq34,
  .fhv5alm { grid-template-columns: 1fr !important; }

  

  
  .ozwd1rd { display: flex !important; flex-direction: column !important; }
  .ozwd1rd .y7gwmqe3 { display: contents; }
  .ozwd1rd .y87r78s { order: 0; }
  .ozwd1rd .hmktz3ra { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .ozwd1rd .yk7mjk6 { order: 2; padding: 0 16px 12px !important; }
  .ozwd1rd .fjs6 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .hvc684ih .y7gwmqe3 { display: flex; flex-direction: column; }
  .hvc684ih .y7gwmqe3 .hmktz3ra { order: 1; }
  .hvc684ih .y7gwmqe3 .fhv5alm { order: 2; margin: 8px 0 24px !important; }
  .hvc684ih .y7gwmqe3 .fjs6 { order: 3; }
  .hvc684ih .y7gwmqe3 .tvocjvv { order: 4; align-self: center; margin-top: 0; }

  
  .dg4us8c.ig7hbfjh {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .dg4us8c.ig7hbfjh .g37gl50 { display: contents; padding: 0; }
  .dg4us8c.ig7hbfjh .g37gl50 .hmktz3ra { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .dg4us8c.ig7hbfjh .scfc7 { order: 2; padding: 12px 16px; }
  .dg4us8c.ig7hbfjh .g37gl50 .fjs6 { order: 3; padding: 0 24px; margin: 0 auto; }
  .dg4us8c.ig7hbfjh .g37gl50 .tvocjvv { order: 4; align-self: center; margin: 8px 0 32px; }
}
.hm2f5 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ag38n { width: 100%; height: auto; display: block; border-radius: 10px; }
.ovtorzg6 .hm2f5        { border-radius: 16px; }
.ovtorzg6 .ag38n  { border-radius: 16px; }
.otup566i .hm2f5         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.otup566i .ag38n   { border-radius: 8px; }
.dn1ud0 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.bm73qtjf { width: 100%; padding: 32px 0; position: relative; }
.u5gesws { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.bkkow15 .bm73qtjf:nth-child(even) { background: var(--bg-surface); }
.bkkow15 .bm73qtjf:nth-child(odd)  { background: var(--bg-page); }
.pq3ckw .bm73qtjf:nth-child(even) { background: var(--bg-card); }
.pq3ckw .bm73qtjf:nth-child(odd)  { background: var(--bg-page); }
.bkkow15 .bm73qtjf:nth-child(odd)  .u5gesws { background: var(--bg-card); border-radius: 6px; }
.bkkow15 .bm73qtjf:nth-child(even) .u5gesws { background: var(--bg-raised); border-radius: 6px; }
.pq3ckw .bm73qtjf:nth-child(odd)  .u5gesws { background: var(--bg-card); border-radius: 6px; }
.pq3ckw .bm73qtjf:nth-child(even) .u5gesws { background: var(--bg-raised); border-radius: 6px; }
.bkkow15 .bm73qtjf:nth-child(even) .dsusi .arucl2,
.pq3ckw .bm73qtjf:nth-child(even) .dsusi .arucl2 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.bkkow15 .bm73qtjf:nth-child(odd) .dsusi .arucl2,
.pq3ckw .bm73qtjf:nth-child(odd) .dsusi .arucl2 { background: var(--bg-card-inner); }
.bkkow15 .bm73qtjf:nth-child(even) .fh8b1ofz .arucl2:nth-child(odd),
.pq3ckw .bm73qtjf:nth-child(even) .fh8b1ofz .arucl2:nth-child(odd)  { background: var(--bg-card); }
.bkkow15 .bm73qtjf:nth-child(even) .fh8b1ofz .arucl2:nth-child(even),
.pq3ckw .bm73qtjf:nth-child(even) .fh8b1ofz .arucl2:nth-child(even) { background: var(--bg-card-inner); }
h1.uf6j { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.uf6j {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.xqhhw8y9 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.jm8bwv5 h2.uf6j {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.aaphx7 h2.uf6j {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.reln h2.uf6j {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.z4uvr h2.uf6j::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.yfn59h8z h2.uf6j {
  color: var(--text-primary); font-size: 1.7rem;
}
.ezsc4ht h2.uf6j::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.x4nx8t56 h2.uf6j {
  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;
}
.aiakne { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .aiakne { display: none; } }
.uabxkj { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.lpzqh9r { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.vcez {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.b74xd5te { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.jqjv4vwk { padding-left: 20px; }
.jqjv4vwk li { margin-bottom: 6px; }
.jqjv4vwk a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.jqjv4vwk a:hover { color: var(--accent-light); }
.f37lwwno .b74xd5te { display: none; }
.zufr7 .b74xd5te { display: none; }
.zufr7 .jqjv4vwk { padding-left: 0; list-style: none; }
.zufr7 .jqjv4vwk li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.zufr7 .jqjv4vwk a { font-size: 0.92rem; }
.xv8p .vcez { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.xv8p .b74xd5te { display: none; }
.xv8p .jqjv4vwk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.xv8p .jqjv4vwk li { margin-bottom: 0; }
.xv8p .jqjv4vwk 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;
}
.xv8p .jqjv4vwk a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.xc9vtj .vcez { padding: 20px 20px 16px; }
.xc9vtj .jqjv4vwk {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.xc9vtj .jqjv4vwk li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.xc9vtj .jqjv4vwk 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;
}
.xc9vtj .jqjv4vwk 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;
}
.xc9vtj .jqjv4vwk a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.xc9vtj .jqjv4vwk a:focus,
.xc9vtj .jqjv4vwk a:focus-visible,
.xc9vtj .jqjv4vwk a:target { outline: none; }
.xc9vtj .jqjv4vwk li:target a { border-color: var(--border); color: var(--text-muted); }
.q9pbo .vcez { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.q9pbo .b74xd5te { display: none; }
.q9pbo .jqjv4vwk { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.q9pbo .jqjv4vwk li { margin-bottom: 0; }
.q9pbo .jqjv4vwk li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.q9pbo .jqjv4vwk li:last-child::after { content: ""; margin-right: 0; }
.q9pbo .jqjv4vwk a { font-size: 0.9rem; }
.arucl2 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.dsusi .arucl2 { background: var(--bg-card); }
.fh8b1ofz .arucl2:nth-child(odd)  { background: var(--bg-card); }
.fh8b1ofz .arucl2:nth-child(even) { background: var(--bg-raised); }
.e2mskz .arucl2 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.e2mskz .arucl2:last-child { border-bottom: none; }
.e2mskz h3.xqhhw8y9 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.kfe9ea .arucl2 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.kfe9ea .arucl2 + .arucl2 { margin-top: 4px; }
.k0ek .arucl2 { background: none; border-radius: 0; padding: 12px 0; }
.k0ek .arucl2 + .arucl2 { border-top: 1px solid var(--border-section); }
.k5nb { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.up01c { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.jckzbm { color: var(--text-body); margin-bottom: 10px; }
.s14fvg, .mmtdh2 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.s14fvg li, .mmtdh2 li { margin-bottom: 6px; }
.mmtdh2 li { list-style: decimal; }
.fwn6a     .s14fvg { list-style-type: "● "; }
.oamvm  .s14fvg { list-style-type: "■ "; }
.nqa3as .s14fvg { list-style-type: "◆ "; }
.m0y9    .s14fvg { list-style-type: "★ "; }
.fwn6a     .lzk0b5w { list-style-type: "● "; }
.oamvm  .lzk0b5w { list-style-type: "■ "; }
.nqa3as .lzk0b5w { list-style-type: "◆ "; }
.m0y9    .lzk0b5w { list-style-type: "★ "; }
.fwn6a    .s14fvg li::marker, .fwn6a    .lzk0b5w li::marker,
.oamvm .s14fvg li::marker, .oamvm .lzk0b5w li::marker,
.nqa3as .s14fvg li::marker, .nqa3as .lzk0b5w li::marker,
.m0y9   .s14fvg li::marker, .m0y9   .lzk0b5w li::marker {
  color: var(--cta); font-size: 1em;
}
.fwn6a .mmtdh2,
.oamvm .mmtdh2,
.nqa3as .mmtdh2,
.m0y9 .mmtdh2 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.fwn6a .mmtdh2 li,
.oamvm .mmtdh2 li,
.nqa3as .mmtdh2 li,
.m0y9 .mmtdh2 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.fwn6a .mmtdh2 li::before,
.oamvm .mmtdh2 li::before,
.nqa3as .mmtdh2 li::before,
.m0y9 .mmtdh2 li::before {
  content: counter(el-step);
  position: absolute; left: -2.2em; top: 0.05em;
  width: 1.45em; height: 1.45em;
  background: var(--accent); color: #fff;
  font-size: 0.72em; font-weight: 700;
  line-height: 1.45em; text-align: center;
}
.fwn6a     .mmtdh2 li::before { border-radius: 50%; }
.oamvm  .mmtdh2 li::before { border-radius: 3px; }
.nqa3as .mmtdh2 li::before { border-radius: 3px; }
.m0y9    .mmtdh2 li::before { border-radius: 50%; }
.v1apgt1x { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.lsbm3b .v1apgt1x,
.kf0uw4l .v1apgt1x { background: transparent; border: none; border-radius: 0; }
.l6tpvcrk { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.l6tpvcrk th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.l6tpvcrk td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.l6tpvcrk tr:hover td { background: var(--bg-hover); }
.b4o4hl .l6tpvcrk tbody tr:nth-child(even) td { background: var(--bg-surface); }
.qzbw .l6tpvcrk { border: 1px solid var(--border-alt); }
.qzbw .l6tpvcrk th,
.qzbw .l6tpvcrk td { border: 1px solid var(--border-alt); }
.xl95vx1 .l6tpvcrk th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xl95vx1 .l6tpvcrk td { border-bottom: none; }
.xl95vx1 .l6tpvcrk tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.eygcmn .l6tpvcrk th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.i4s76 .v1apgt1x {
  overflow: hidden;
}
.i4s76 .l6tpvcrk th { border-bottom: 1px solid var(--border-alt); }
.i4s76 .l6tpvcrk tr:last-child td { border-bottom: none; }
.lciq { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.emq0l { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.f3sed { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.w6lox29e { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.owldjd4 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.lzk0b5w { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.lzk0b5w 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%}
.a3bo9j .w6lox29e { background: transparent; text-align: center; }
.zubw1gp .f3sed {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.zvu0 .f3sed {
  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);
}
.vhlqv .emq0l { display: grid; grid-template-columns: auto 1fr; }
.vhlqv .f3sed {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vhlqv .w6lox29e { grid-column: 2; }
.vhlqv .owldjd4,
.vhlqv .lzk0b5w { grid-column: 1 / -1; }
.zpmnnkd .emq0l { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.zpmnnkd .f3sed {
  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);
}
.zpmnnkd .w6lox29e { grid-column: 2; }
.zpmnnkd .owldjd4,
.zpmnnkd .lzk0b5w { grid-column: 1 / -1; }
.giq7p1 .emq0l { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.giq7p1 .w6lox29e { background: none; color: var(--accent-light); font-weight: 700; }
.t89606l .emq0l { 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); }
.t89606l .w6lox29e { background: none; color: var(--accent-light); font-weight: 700; }
.yi7pqs .emq0l { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.yi7pqs .emq0l:last-child { border-bottom: none; }
.yi7pqs .w6lox29e { background: none; color: var(--accent-light); font-weight: 700; }
.yuc0k7v .emq0l { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.yuc0k7v .w6lox29e { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.t72v .lciq { counter-reset: card-n; }
.t72v .emq0l  { counter-increment: card-n; }
.t72v .w6lox29e { display: flex; align-items: center; gap: 10px; }
.t72v .w6lox29e::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;
}
.kexeoxvb .emq0l { background: var(--bg-surface); border: 1px solid var(--border); }
.kexeoxvb .w6lox29e { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.yz2z5st { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.esbv07ct  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.e9y65w { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.h1sbg9 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.tnet { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.yz2z5st strong { color: var(--text-primary); font-size: 0.95rem; }
.yz2z5st p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ag38n { width: 100%; height: auto; border-radius: 10px; display: block; }
.xvvh7 {
  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;
}
.xvvh7:hover { opacity: 0.85; }
.usg5vrbe .xvvh7  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.usg5vrbe .xvvh7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.d8wm5pi8 .xvvh7  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.d8wm5pi8 .xvvh7:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xh2tud .tvocjvv { border-radius: 50px; }
.xh2tud .xvvh7  { border-radius: 50px; }
.pzd8nke1 .tvocjvv { padding-left: 22px; padding-right: 22px; }
.pzd8nke1 .xvvh7  { padding-left: 12px; padding-right: 12px; }
.e23a .tvocjvv { padding-left: 44px; padding-right: 44px; }
.e23a .xvvh7  { padding-left: 24px; padding-right: 24px; }
.yiwrfa .tvocjvv { padding-left: 56px; padding-right: 56px; }
.yiwrfa .xvvh7  { padding-left: 32px; padding-right: 32px; }
.pkho6pz   .tvocjvv::after, .pkho6pz   .xvvh7::after,
.in103 .tvocjvv::after, .in103 .xvvh7::after,
.pkwbcxxv    .tvocjvv::after, .pkwbcxxv    .xvvh7::after,
.i346afk    .tvocjvv::after, .i346afk    .xvvh7::after,
.fa1w9e6    .tvocjvv::after, .fa1w9e6    .xvvh7::after,
.qq0j     .tvocjvv::after, .qq0j     .xvvh7::after,
.c0a0973    .tvocjvv::after, .c0a0973    .xvvh7::after,
.fb9k4hx0   .tvocjvv::after, .fb9k4hx0   .xvvh7::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;
}
.pkho6pz .tvocjvv::after, .pkho6pz .xvvh7::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");
}
.in103 .tvocjvv::after, .in103 .xvvh7::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");
}
.pkwbcxxv .tvocjvv::after, .pkwbcxxv .xvvh7::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");
}
.i346afk .tvocjvv::after, .i346afk .xvvh7::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");
}
.fa1w9e6 .tvocjvv::after, .fa1w9e6 .xvvh7::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");
}
.qq0j .tvocjvv::after, .qq0j .xvvh7::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");
}
.c0a0973 .tvocjvv::after, .c0a0973 .xvvh7::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");
}
.fb9k4hx0 .tvocjvv::after, .fb9k4hx0 .xvvh7::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");
}
.iwcd   .znuonb::after, .iwcd   .yp77::after,
.qjv9 .znuonb::after, .qjv9 .yp77::after,
.ncdod    .znuonb::after, .ncdod    .yp77::after,
.ssrpvu5g    .znuonb::after, .ssrpvu5g    .yp77::after,
.lexs2h    .znuonb::after, .lexs2h    .yp77::after,
.cihxqb8     .znuonb::after, .cihxqb8     .yp77::after,
.qgal04    .znuonb::after, .qgal04    .yp77::after,
.ofwd7ejf   .znuonb::after, .ofwd7ejf   .yp77::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;
}
.iwcd .znuonb::after, .iwcd .yp77::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");
}
.qjv9 .znuonb::after, .qjv9 .yp77::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");
}
.ncdod .znuonb::after, .ncdod .yp77::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");
}
.ssrpvu5g .znuonb::after, .ssrpvu5g .yp77::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");
}
.lexs2h .znuonb::after, .lexs2h .yp77::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");
}
.cihxqb8 .znuonb::after, .cihxqb8 .yp77::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");
}
.qgal04 .znuonb::after, .qgal04 .yp77::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");
}
.ofwd7ejf .znuonb::after, .ofwd7ejf .yp77::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");
}
.iaps .l6juh2 { background: var(--bg-raised); }
.n0iqf08.xvvh7 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .rt7ve {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .rt7ve::before    { grid-area: rank;   }
  .mp04nvq           { grid-area: ident;  }
  .jlzz     { grid-area: rating; min-width: 0; width: auto; }
  .qg0hpq0x           { grid-area: pills;  }
  .n0iqf08             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .rt7ve {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .rt7ve::before    { justify-self: center; }
  .mp04nvq           { width: 100%; }
  .jlzz     { justify-self: center; }
  .qg0hpq0x           { grid-template-columns: 1fr; }
}
.b54lraa    .nbmka2eq li::before { content: "◆"; }
.b54lraa    .v0cpuid li::before { content: "▲"; }
@media (min-width: 860px) {
  .c7g83c0z .ddinm {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .c7g83c0z .ub55ggf { margin: 0; }
}
.fli8 .fwspbusd { padding: 0; gap: 0; overflow: hidden; }
.fli8 .mubkas { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.fli8 .shcny74c { padding: 16px 20px; }
.fli8 .qk3z { padding: 16px 20px; align-self: center; }
@media (max-width: 720px) {
  .fddz0 { grid-template-columns: 1fr; }
  .ejhcit { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ejhcit .o7anoag { width: 72px; height: 50px; }
  .ejhcit .ivpbno { max-width: 180px; }
  .ejhcit .fnfcad { width: auto; }
}
@media (max-width: 720px) {
  .jedcib { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .s5cx8z { padding: 16px; }
  .t5z6u .udw1zm { min-width: 50%; }
}
@media (max-width: 860px) {
  .a0020g { grid-template-columns: 1fr; }
  .irllv { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .r2kjeh { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .doldefo { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .nk084o { flex-direction: column; align-items: stretch; }
}
.otlxyr .fnfcad .xvvh7 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gvf69i5w { flex-direction: column; align-items: stretch; gap: 10px; }
  .otlxyr .fnfcad { text-align: center; }
}
@media (max-width: 720px) {
  .irupf { grid-template-columns: 1fr; }
  .e6v9w38o { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .yhgqyzh5 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .py6oe5vt { grid-template-columns: 1fr; }
  .qluvs23 { width: 100px; height: 100px; margin: 16px auto; }
  .zgoa { font-size: 1.4rem; }
  .e8l305e { justify-content: center; }
  .eljwh5ak .udw1zm { min-width: 50%; }
}
@media (max-width: 540px) {
  .wia2fy2o { flex-wrap: wrap; padding: 14px 16px; }
  .lwyi8 { padding: 12px 16px; }
  .b9wk .bzb7r7 { margin: 0 16px; }
  .b9wk .k5k1mc88 { padding: 0 16px; }
  .o8fo { padding: 12px 16px; }
}
.frokn6t .qg0hpq0x .y3s2dkci {
  background: transparent; border-radius: 0; padding: 4px 12px;
  border-left: 1px solid var(--border);
}
.frokn6t .qg0hpq0x .y3s2dkci:first-child { border-left: none; }
.fxum64 .h3op,
.fxum64 .q54o,
.fxum64 .q54o { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.fxum64 .q54o small { display: none; }
.fxum64 .uqf4gu5j .v4ahg,
.fxum64 .uqf4gu5j strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.fxum64 .yiy94 { display: none; }
.jl76mmb8 { margin: 16px 0; }
.eeqp { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.eeqp summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.eeqp summary::after { content: "+"; color: var(--accent-light); }
.eeqp[open] summary::after { content: "−"; }
.eeqp p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.bm73qtjf { margin-bottom: 0; }
.a2yzhsv h2.uf6j { color: var(--text-primary); border-color: var(--accent-light); }
.w9mspl h2.uf6j { color: var(--text-primary); border-color: var(--accent-light); }
.gitd9tss .esbv07ct     { background: #052e16; border-color: #10b981; }
.gitd9tss .e9y65w { background: #2d0a1e; border-color: #f43f5e; }
.gitd9tss .h1sbg9    { background: #1e1036; border-color: #a855f7; }
.gitd9tss .yz2z5st strong  { color: #f1f5f9; }
.gitd9tss .yz2z5st p       { color: #cbd5e1; }
.gitd9tss .j437an    .esbv07ct     .tnet::before,
.gitd9tss .ilurq2k  .esbv07ct     .tnet::before,
.gitd9tss .ym9t7  .esbv07ct     .tnet::before,
.gitd9tss .t0fmg9vf .esbv07ct     .tnet::before { color: #10b981; }
.gitd9tss .j437an    .e9y65w .tnet::before,
.gitd9tss .ilurq2k  .e9y65w .tnet::before,
.gitd9tss .ym9t7  .e9y65w .tnet::before,
.gitd9tss .t0fmg9vf .e9y65w .tnet::before { color: #f43f5e; }
.gitd9tss .j437an    .h1sbg9    .tnet::before,
.gitd9tss .ilurq2k  .h1sbg9    .tnet::before,
.gitd9tss .ym9t7  .h1sbg9    .tnet::before,
.gitd9tss .t0fmg9vf .h1sbg9    .tnet::before { color: #a855f7; }
.zmkj .esbv07ct     { background: #2d2000; border-color: #eab308; }
.zmkj .e9y65w { background: #2d0b0b; border-color: #ef4444; }
.zmkj .h1sbg9    { background: #2d1600; border-color: #f97316; }
.zmkj .yz2z5st strong  { color: #f1f5f9; }
.zmkj .yz2z5st p       { color: #cbd5e1; }
.zmkj .j437an    .esbv07ct     .tnet::before,
.zmkj .ilurq2k  .esbv07ct     .tnet::before,
.zmkj .ym9t7  .esbv07ct     .tnet::before,
.zmkj .t0fmg9vf .esbv07ct     .tnet::before { color: #eab308; }
.zmkj .j437an    .e9y65w .tnet::before,
.zmkj .ilurq2k  .e9y65w .tnet::before,
.zmkj .ym9t7  .e9y65w .tnet::before,
.zmkj .t0fmg9vf .e9y65w .tnet::before { color: #ef4444; }
.zmkj .j437an    .h1sbg9    .tnet::before,
.zmkj .ilurq2k  .h1sbg9    .tnet::before,
.zmkj .ym9t7  .h1sbg9    .tnet::before,
.zmkj .t0fmg9vf .h1sbg9    .tnet::before { color: #f97316; }
.jywp .esbv07ct     { background: #0c1a2e; border-color: #38bdf8; }
.jywp .e9y65w { background: #12103a; border-color: #818cf8; }
.jywp .h1sbg9    { background: #0a2020; border-color: #2dd4bf; }
.jywp .yz2z5st strong  { color: #f1f5f9; }
.jywp .yz2z5st p       { color: #cbd5e1; }
.jywp .j437an    .esbv07ct     .tnet::before,
.jywp .ilurq2k  .esbv07ct     .tnet::before,
.jywp .ym9t7  .esbv07ct     .tnet::before,
.jywp .t0fmg9vf .esbv07ct     .tnet::before { color: #38bdf8; }
.jywp .j437an    .e9y65w .tnet::before,
.jywp .ilurq2k  .e9y65w .tnet::before,
.jywp .ym9t7  .e9y65w .tnet::before,
.jywp .t0fmg9vf .e9y65w .tnet::before { color: #818cf8; }
.jywp .j437an    .h1sbg9    .tnet::before,
.jywp .ilurq2k  .h1sbg9    .tnet::before,
.jywp .ym9t7  .h1sbg9    .tnet::before,
.jywp .t0fmg9vf .h1sbg9    .tnet::before { color: #2dd4bf; }
.o9ub95 .esbv07ct     { background: var(--accent-bg); border-color: var(--accent-light); }
.o9ub95 .e9y65w { background: var(--accent-bg-light); border-color: var(--accent-light); }
.o9ub95 .h1sbg9    { background: var(--accent-bg); border-color: var(--accent-pale); }
.o9ub95 .j437an    .tnet::before,
.o9ub95 .ilurq2k  .tnet::before,
.o9ub95 .ym9t7  .tnet::before,
.o9ub95 .t0fmg9vf .tnet::before { color: var(--accent-light) !important; }
.r2usffw .cgre ul li,
.r2usffw .nbmka2eq li         { color: #4ade80; }
.r2usffw .cgre .lwjotgr { color: #22c55e; }
.r2usffw .go8p7c ul li,
.r2usffw .v0cpuid li         { color: #f87171; }
.r2usffw .go8p7c .nrm83m6 { color: #ef4444; }
.b54lraa .lwjotgr::before { content: "◆ "; }
.b54lraa .nrm83m6::before { content: "▲ "; }
.hih3r .yz2z5st { background: transparent; border-left: none; border: 1.5px solid; }
.hih3r .esbv07ct     { border-color: var(--c-tip-border); }
.hih3r .e9y65w { border-color: var(--c-warn-border); }
.hih3r .h1sbg9    { border-color: #60a5fa; }
.hih3r .yz2z5st strong { color: var(--text-primary); }
.hih3r .yz2z5st p      { color: var(--text-muted); }
.zzg38j .yz2z5st { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.zzg38j .esbv07ct     { border-top-color: var(--c-tip-border); }
.zzg38j .e9y65w { border-top-color: var(--c-warn-border); }
.zzg38j .h1sbg9    { border-top-color: #60a5fa; }
.ae73ky .yz2z5st { border-left: none; border-radius: 8px; }
.ae73ky .esbv07ct     { background: #065f46; }
.ae73ky .e9y65w { background: #92400e; }
.ae73ky .h1sbg9    { background: #1e3a8a; }
.ae73ky .yz2z5st strong,
.ae73ky .yz2z5st p { color: #fff; }
.ae73ky .tnet::before { color: rgba(255,255,255,0.85) !important; }
.gitd9tss.ae73ky .esbv07ct,
.gitd9tss .ae73ky .esbv07ct     { background: #052e16; }
.gitd9tss.ae73ky .e9y65w,
.gitd9tss .ae73ky .e9y65w { background: #2d0a1e; }
.gitd9tss.ae73ky .h1sbg9,
.gitd9tss .ae73ky .h1sbg9    { background: #1e1036; }
.zmkj.ae73ky .esbv07ct,
.zmkj .ae73ky .esbv07ct      { background: #2d2000; }
.zmkj.ae73ky .e9y65w,
.zmkj .ae73ky .e9y65w  { background: #2d0b0b; }
.zmkj.ae73ky .h1sbg9,
.zmkj .ae73ky .h1sbg9     { background: #2d1600; }
.jywp.ae73ky .esbv07ct,
.jywp .ae73ky .esbv07ct      { background: #0c1a2e; }
.jywp.ae73ky .e9y65w,
.jywp .ae73ky .e9y65w  { background: #12103a; }
.jywp.ae73ky .h1sbg9,
.jywp .ae73ky .h1sbg9     { background: #0a2020; }
.dzo063 .yz2z5st { border-left: none; border-radius: 6px; padding: 10px 14px; }
.dzo063 .esbv07ct     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.dzo063 .e9y65w { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.dzo063 .h1sbg9    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.dzo063 .yz2z5st strong { color: var(--text-primary); }
.dzo063 .yz2z5st p      { color: var(--text-muted); }
.ntjcbha .yz2z5st { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.j437an .tnet,
.ilurq2k .tnet,
.ym9t7 .tnet,
.t0fmg9vf .tnet { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.j437an .tnet::before,
.ilurq2k .tnet::before,
.ym9t7 .tnet::before,
.t0fmg9vf .tnet::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.j437an .esbv07ct     .tnet::before { content: "✦"; color: var(--c-tip-border); }
.j437an .e9y65w .tnet::before { content: "▲"; color: var(--c-warn-border); }
.j437an .h1sbg9    .tnet::before { content: "◉"; color: #60a5fa; }
.ilurq2k .esbv07ct     .tnet::before { content: "★"; color: var(--c-tip-border); }
.ilurq2k .e9y65w .tnet::before { content: "◆"; color: var(--c-warn-border); }
.ilurq2k .h1sbg9    .tnet::before { content: "●"; color: #60a5fa; }
.ym9t7 .esbv07ct     .tnet::before { content: "▶"; color: var(--c-tip-border); }
.ym9t7 .e9y65w .tnet::before { content: "■"; color: var(--c-warn-border); }
.ym9t7 .h1sbg9    .tnet::before { content: "▸"; color: #60a5fa; }
.t0fmg9vf .esbv07ct     .tnet::before { content: "→"; color: var(--c-tip-border); }
.t0fmg9vf .e9y65w .tnet::before { content: "⬥"; color: var(--c-warn-border); }
.t0fmg9vf .h1sbg9    .tnet::before { content: "◈"; color: #60a5fa; }
.lmnzltk8 .dsusi .arucl2,
.lmnzltk8 .fh8b1ofz .arucl2  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.lmnzltk8 .emq0l                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.lmnzltk8 .v1apgt1x          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lmnzltk8 .vcez                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.teslgql .dsusi .arucl2,
.teslgql .fh8b1ofz .arucl2,
.teslgql .emq0l,
.teslgql .rt7ve,
.teslgql .ub55ggf,
.teslgql .v1apgt1x,
.teslgql .vcez,
.teslgql .ntjcbha .yz2z5st { box-shadow: none; }
.nu912z   body, .nu912z   { font-size: 0.9rem; }
.nu912z   .jckzbm, .nu912z .k5nb, .nu912z .up01c,
.nu912z   .uabxkj, .nu912z .lpzqh9r { font-size: 0.9rem; }
.nu912z   .s14fvg, .nu912z .mmtdh2 { font-size: 0.9rem; }
.kvvto   .jckzbm, .kvvto .k5nb, .kvvto .up01c,
.kvvto   .uabxkj, .kvvto .lpzqh9r { font-size: 0.95rem; }
.kvvto   .s14fvg, .kvvto .mmtdh2 { font-size: 0.95rem; }
.u6u370   .jckzbm, .u6u370 .k5nb, .u6u370 .up01c,
.u6u370   .uabxkj, .u6u370 .lpzqh9r { font-size: 1.08rem; }
.u6u370   .s14fvg, .u6u370 .mmtdh2 { font-size: 1.05rem; }
.u6u370   .l6tpvcrk { font-size: 0.97rem; }
.g516 .hmktz3ra      { font-size: 3.2rem; }
.g516 h2.uf6j { font-size: 1.9rem; }
.g516 h3.xqhhw8y9     { font-size: 1.4rem; }
.bc6kpop .hmktz3ra      { font-size: 3.8rem; }
.bc6kpop h2.uf6j { font-size: 2.2rem; }
.bc6kpop h3.xqhhw8y9     { font-size: 1.6rem; }
.bm73qtjf + .bm73qtjf { position: relative; }
.vgzffu60   .bm73qtjf + .bm73qtjf::before,
.emvnkv  .bm73qtjf + .bm73qtjf::before,
.k09nga6   .bm73qtjf + .bm73qtjf::before,
.y4nv3jl   .bm73qtjf + .bm73qtjf::before,
.igd2y   .bm73qtjf + .bm73qtjf::before,
.au7ozsf .bm73qtjf + .bm73qtjf::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.vgzffu60 .bm73qtjf + .bm73qtjf::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.emvnkv .bm73qtjf + .bm73qtjf::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.k09nga6 .bm73qtjf + .bm73qtjf::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;
}
.y4nv3jl .bm73qtjf + .bm73qtjf::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.obtu .bm73qtjf { margin-bottom: 16px; }
.obtu .bm73qtjf + .bm73qtjf { margin-top: 0; }
.obtu .u5gesws { padding-top: 0; padding-bottom: 0; }
.igd2y .bm73qtjf + .bm73qtjf::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.au7ozsf .bm73qtjf + .bm73qtjf::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.khvq .bm73qtjf + .bm73qtjf::before,
.fxceeq6 .bm73qtjf + .bm73qtjf::before,
.lkoam8 .bm73qtjf + .bm73qtjf::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%;
}
.bkkow15 .khvq .bm73qtjf:nth-child(even)::before,
.bkkow15 .fxceeq6 .bm73qtjf:nth-child(even)::before,
.bkkow15 .lkoam8 .bm73qtjf:nth-child(even)::before { background: var(--bg-surface); }
.pq3ckw .khvq .bm73qtjf:nth-child(even)::before,
.pq3ckw .fxceeq6 .bm73qtjf:nth-child(even)::before,
.pq3ckw .lkoam8 .bm73qtjf:nth-child(even)::before { background: var(--bg-card); }
.khvq .bm73qtjf + .bm73qtjf::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");
}
.fxceeq6 .bm73qtjf + .bm73qtjf::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");
}
.lkoam8 .bm73qtjf + .bm73qtjf::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");
}
.ln5lw7u .r7ecteuy,
.ae0s .r7ecteuy,
.hcv6 .r7ecteuy { overflow: hidden; }
.ln5lw7u .y7gwmqe3,
.ae0s .y7gwmqe3 { margin-bottom: 60px; }
.hcv6 .y7gwmqe3 { margin-bottom: 70px; }
.ln5lw7u .r7ecteuy::before,
.ae0s .r7ecteuy::before,
.hcv6 .r7ecteuy::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%;
}
.ln5lw7u .r7ecteuy::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");
}
.ae0s .r7ecteuy::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");
}
.hcv6 .r7ecteuy::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");
}
.hssd3i .r7ecteuy:not(.b4umu) .y87r78s { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gfsn89dj .r7ecteuy:not(.b4umu) .y87r78s { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.mmmfvr  .r7ecteuy:not(.b4umu) .y87r78s { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qcvldv  .r7ecteuy:not(.b4umu) .y87r78s { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hssd3i .b4umu { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.hssd3i .qjkj { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.hssd3i .dg4us8c { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.gfsn89dj .b4umu { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.mmmfvr .b4umu { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.qcvldv .b4umu { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.nldw .b4umu { background: var(--accent); }
.nldw .b4umu .y87r78s { background: none; }
.nldw .r7ecteuy:not(.b4umu) .y87r78s { background: rgba(0,0,0,0.6); }
.oegau .hm2f5 { float: left; width: 38%; margin: 0 28px 16px 0; }
.oegau .hm2f5 .ag38n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oegau .u5gesws::after { content: ''; display: block; clear: both; }
.bf8i6 .hm2f5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.bf8i6 .hm2f5 .ag38n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bf8i6 .u5gesws::after { content: ''; display: block; clear: both; }
.u4guw .bm73qtjf:nth-child(odd)  .hm2f5 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.u4guw .bm73qtjf:nth-child(even) .hm2f5 { float: right; width: 38%; margin: 0 0 16px 28px; }
.u4guw .hm2f5 .ag38n { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.u4guw .u5gesws::after { content: ''; display: block; clear: both; }
.oegau .lciq,
.oegau .wqjy1ziv,
.bf8i6 .lciq,
.u4guw .lciq,
@media (max-width: 900px) {
  .oegau .hm2f5,
  .bf8i6 .hm2f5,
  .u4guw .bm73qtjf:nth-child(odd)  .hm2f5,
  .u4guw .bm73qtjf:nth-child(even) .hm2f5 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .oegau .hm2f5 .ag38n,
  .bf8i6 .hm2f5 .ag38n,
  .u4guw .hm2f5 .ag38n {
    max-height: none !important;
  }
}
.oegau .s14fvg,
.oegau .mmtdh2,
.bf8i6 .s14fvg,
.bf8i6 .mmtdh2,
.u4guw .s14fvg,
.u4guw .mmtdh2 { overflow: hidden; }
@media (max-width: 640px) {
  .oegau .hm2f5,
  .bf8i6 .hm2f5,
  .u4guw .hm2f5 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.t91aoq .dn1ud0,
.t91aoq .u5gesws,
.t91aoq .uuazfg  { max-width: 1100px; }
.t91aoq { --content-mw: 1100px; }
.kjneasry .dn1ud0,
.kjneasry .u5gesws,
.kjneasry .uuazfg  { max-width: 1200px; }
.abq7njx .dn1ud0,
.abq7njx .u5gesws,
.abq7njx .uuazfg  { max-width: 1320px; }
.r6koze { font-size: 0.82rem; color: var(--text-muted); }
.wmcai { display: flex; align-items: center; }
.nalw2 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.rut3 { display: flex; align-items: center; }
.wext5pjg { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.wext5pjg:hover { text-decoration: underline; }
.bcxazq59 { margin: 0 3px; opacity: 0.45; }
.bcxazq59::before { content: '/'; }
.t0zzh8 { padding: 2px 5px; color: var(--text-main); }
.n30a .r6koze {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.n30a .wmcai { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.m4lnoalz .r6koze {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.m4lnoalz .wmcai { padding: 0 0 0 12px; }
.wnw8pp .wmcai { padding: 0 16px; }
.wnw8pp .r6koze {
  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);
}
.wnw8pp .dn1ud0 { padding-top: 28px; }
@media (max-width: 720px) {
  .gz8w2 { margin-top: 18px; padding: 0 16px; }
  .wnw8pp .dn1ud0 { padding-top: 16px; }
}
.t91aoq.n30a .wmcai { max-width: 1100px; }
.kjneasry.n30a .wmcai { max-width: 1200px; }
.abq7njx.n30a .wmcai { max-width: 1320px; }
.t91aoq .gz8w2 { max-width: 1100px; }
.zwid0y .bm73qtjf { padding-top: 16px; padding-bottom: 16px; }
.ktrf0ou .bm73qtjf { padding-top: 24px; padding-bottom: 24px; }
.yd3wl .bm73qtjf { padding-top: 40px; padding-bottom: 40px; }
.fblsh .bm73qtjf { padding-top: 52px; padding-bottom: 52px; }
.e06x .bm73qtjf:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.e06x .bm73qtjf:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.e06x .bm73qtjf:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.e06x .bm73qtjf:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.xnp8k6 .u5gesws { padding-top: 10px;  padding-bottom: 10px; }
.ctnk4 .u5gesws { padding-top: 18px;  padding-bottom: 18px; }
.wjgzlq .u5gesws { padding-top: 36px;  padding-bottom: 36px; }
.vy60e .u5gesws { padding-top: 48px;  padding-bottom: 48px; }
.haj07m h2.uf6j { font-weight: 600; }
.haj07m h3.xqhhw8y9     { font-weight: 600; }
.hjwqivgc h2.uf6j { font-weight: 800; }
.hjwqivgc h3.xqhhw8y9     { font-weight: 700; }
.gwrppj { font-weight: 600; }
.gwrppj h2.uf6j { font-weight: 900; }
.gwrppj h3.xqhhw8y9     { font-weight: 800; }
.gwrppj .yz2z5st strong,
.gwrppj .yz2z5st strong { font-weight: 600; }
.znuonb {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.ze4mb9 .znuonb { display: none; }
@media (max-width: 640px) {
  .pl066su { display: none; }
  .znuonb {
    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;
  }
}
.znuonb { background: var(--cta) !important; color: #fff !important; border: none !important; }
.znuonb:hover { opacity: 0.85; }
.b3jyxp .znuonb { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.w9mbkup .znuonb,
.efj6ps  .znuonb { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.w9mbkup .znuonb:hover,
.efj6ps  .znuonb:hover { opacity: 0.88; }
.b3jyxp.w9mbkup .znuonb,
.b3jyxp.efj6ps  .znuonb { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.yp77 {
  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;
}
.yp77:hover { transform: translateY(-2px); opacity: 0.92; }
.yp77 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.q2r9 .yp77 { display: none; }
.dt9jc01t .yp77 { right: 32px; }
.pw3fbs  .yp77 { left: 32px; }
@media (max-width: 480px) {
  .dt9jc01t .yp77 { right: 20px; bottom: 20px; }
  .pw3fbs  .yp77 { left: 20px; bottom: 20px; }
}
.qel5xh { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.uuazfg { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.svjimn { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.m92kf6 { color: var(--text-dim); font-size: 0.8rem; }
.tcfrm a, .drdg a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.tcfrm a:hover, .drdg a:hover { color: var(--accent-light); }
.drdg { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.akgdhuse .uuazfg { text-align: center; }
.akgdhuse .drdg { justify-content: center; margin-bottom: 16px; }
.akgdhuse .svjimn { margin-top: 0; }
.mv6t248m { margin-top: 10px; }
.mv6t248m a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .uuazfg { padding-left: 16px; padding-right: 16px; }
  .adcc .uuazfg { padding: 20px 16px; }
  .drdg { gap: 4px 12px; }
  .svjimn { font-size: 0.78rem; }
}
.dzptlr .svjimn { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.dzptlr .m92kf6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .dzptlr .xp5p { grid-template-columns: 1fr 1fr; } .dzptlr .ruon2fx { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dzptlr .xp5p { grid-template-columns: 1fr; } }
.rm3id .svjimn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .rm3id .xn5pvjz4 { gap: 12px; } .rm3id .qkjxih6h { margin-right: 0; width: 100%; } }
.g65e .svjimn { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.g65e .m92kf6 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .g65e .htgk6r9 { grid-template-columns: 1fr 1fr; } .g65e .mggc { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g65e .htgk6r9 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .fxliqlt6 .b6cf { grid-template-columns: 1fr 1fr; } .fxliqlt6 .joaiob:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fxliqlt6 .b6cf { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ypa0fn7 .b6cf { grid-template-columns: 1fr; } }
.n6wt1rr2 .uuazfg { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.n6wt1rr2 .drdg { justify-content: center; }
.jrxmum22 .n598      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.jrxmum22 .qel5xh { background: var(--bg-page); border-top-color: var(--border-alt); }
.kmqy .n598      { background: #0d1117; border-bottom-color: #21262d; }
.kmqy .zi0a { color: var(--accent-light); }
.kmqy .ypg0o94h { --msep-color: #8b949e; }
.kmqy .ypg0o94h a { color: #8b949e; }
.kmqy .ypg0o94h a:hover { color: var(--accent-light); }
.kmqy .txrte { color: #8b949e; }
.kmqy .qel5xh { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.kmqy .svjimn,
.kmqy .m92kf6 { color: #6e7681; }
.kmqy .tcfrm a, .kmqy .drdg a,
.kmqy .tcfrm a:hover, .kmqy .drdg a:hover,
@media (max-width: 640px) {
  .kmqy .ypg0o94h { background: #0d1117; border-top-color: #21262d; }
  .kmqy .ypg0o94h li a { border-bottom-color: #21262d; }
}
.tzbbi4u .n598      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.tzbbi4u .zi0a { color: var(--accent-light); }
.tzbbi4u .ypg0o94h { --msep-color: #475569; }
.tzbbi4u .ypg0o94h a { color: #475569; }
.tzbbi4u .ypg0o94h a:hover { color: var(--accent-light); }
.tzbbi4u .txrte { color: #64748b; }
.tzbbi4u .qel5xh { background: #f0f4f8; border-top-color: #cbd5e1; }
.tzbbi4u .svjimn,
.tzbbi4u .m92kf6 { color: #64748b; }
.tzbbi4u .tcfrm a, .tzbbi4u .drdg a,
.tzbbi4u .tcfrm a:hover, .tzbbi4u .drdg a:hover,
@media (max-width: 640px) {
  .tzbbi4u .ypg0o94h { background: #f0f4f8; border-top-color: #cbd5e1; }
  .tzbbi4u .ypg0o94h li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.w9mbkup .n598      { background: var(--accent); border-bottom-color: var(--accent-light); }
.w9mbkup .zi0a { color: #fff; }
.w9mbkup .ypg0o94h { --msep-color: rgba(255,255,255,0.82); }
.w9mbkup .ypg0o94h a { color: rgba(255,255,255,0.82); }
.w9mbkup .ypg0o94h a:hover { color: #fff; }
.w9mbkup .txrte { color: rgba(255,255,255,0.9); }
.w9mbkup .qel5xh { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.w9mbkup .svjimn,
.w9mbkup .m92kf6 { color: rgba(255,255,255,0.72); }
.w9mbkup .tcfrm a, .w9mbkup .drdg a,
.w9mbkup .tcfrm a:hover, .w9mbkup .drdg a:hover,
@media (max-width: 640px) {
  .w9mbkup .ypg0o94h { background: var(--accent); border-top-color: var(--accent-light); }
  .w9mbkup .ypg0o94h li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.efj6ps .n598 {
  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);
}
.efj6ps .qel5xh {
  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) {
  .efj6ps .ypg0o94h {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.eykft9x .lr94iivh { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.oh1w .lr94iivh { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ymf1s812 .lr94iivh { min-height: 72px; height: auto; }
.p909 .lr94iivh { min-height: 84px; height: auto; }
.adcc .lr94iivh { max-width: none; padding: 0 32px; }
.adcc .uuazfg  { max-width: none; padding: 24px 32px; }
.kajz.kjneasry .lr94iivh { max-width: 1200px; }
.kajz.abq7njx .lr94iivh { max-width: 1320px; }
.hrxww1   .zi0a, .hrxww1   .qkjxih6h { text-transform: capitalize; }
.zpjj02 .zi0a, .zpjj02 .qkjxih6h { text-transform: lowercase; }
.dhoywy .zi0a, .dhoywy .qkjxih6h { text-transform: uppercase; letter-spacing: 0.06em; }
.fbc2, .nstpx {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vv8j1aw .fbc2,
.hm664oj .fbc2,
.a3icd6x .fbc2,
.r8wb7 .fbc2,
.t9lwz   .ypg0o94h a { font-weight: 500; }
.zz98fdip .ypg0o94h a { font-weight: 600; }
.ppo2     .ypg0o94h a { font-weight: 700; }
.jvqx    .ypg0o94h a { font-weight: 800; letter-spacing: 0.01em; }
.yit6x5rq     .ypg0o94h > li + li::before,
.kwzws    .ypg0o94h > li + li::before,
.dwg41h    .ypg0o94h > li + li::before,
.jp93nra .ypg0o94h > li + li::before,
.v1cc .ypg0o94h > li + li::before,
.tk9qm9xq  .ypg0o94h > li + li::before,
.a197e8    .ypg0o94h > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.yit6x5rq     .ypg0o94h > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.kwzws    .ypg0o94h > li + li::before { content: "|"; }
.dwg41h    .ypg0o94h > li + li::before { content: "—"; }
.jp93nra .ypg0o94h > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.v1cc .ypg0o94h > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.tk9qm9xq  .ypg0o94h > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.a197e8    .ypg0o94h > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .zerpbrlr .txrte,
  .xb3wd .txrte,
  .hn5e2d1b .txrte,
  .qfonox .txrte,
  .lydnqomg .txrte {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .zerpbrlr .txrte::before,
  .xb3wd .txrte::before,
  .hn5e2d1b .txrte::before,
  .qfonox .txrte::before,
  .lydnqomg .txrte::before { content: ""; display: block; flex-shrink: 0; }

  
  .zerpbrlr .txrte::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;
  }

  
  .xb3wd .txrte::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;
  }

  
  .hn5e2d1b .txrte::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;
  }

  
  .qfonox .txrte::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;
  }

  
  .lydnqomg .txrte::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) {
  .kuc4wiu .txrte {
    padding: 5px 14px;
  }
  .kuc4wiu .ypg0o94h {
    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;
  }
  .kuc4wiu .ypg0o94h li a {
    border-bottom: none; padding: 10px 22px;
  }
  .kuc4wiu .ypg0o94h li a:hover { background: var(--bg-raised); }
  .kuc4wiu .f5kyc,
  .c8zdkzh .f5kyc,
  .ujzh5i4 .f5kyc { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .vtj47y91 .txrte {
    padding: 5px 10px;
  }
  .vtj47y91 .ypg0o94h {
    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);
  }
  .vtj47y91 .ypg0o94h.if1m { transform: translateX(0); }
  .vtj47y91 .ypg0o94h li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .vtj47y91 .ypg0o94h li:last-child a { border-bottom: none; }
  .w9mbkup .ypg0o94h,
  .kmqy .ypg0o94h { background: var(--accent) !important; }
  .w9mbkup .ypg0o94h li a,
  .kmqy .ypg0o94h li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ujzh5i4 .txrte {
    padding: 5px 10px;
  }
  .ujzh5i4 .ypg0o94h {
    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);
  }
  .ujzh5i4 .ypg0o94h::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ujzh5i4 .ypg0o94h.if1m { transform: translateY(0); }
  .ujzh5i4 .ypg0o94h li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .krppc1 .txrte {
    padding: 5px 10px;
  }
  .krppc1 .ypg0o94h {
    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;
  }
  .krppc1 .ypg0o94h.if1m { opacity: 1; pointer-events: auto; }
  .krppc1 .ypg0o94h li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .n5qaf2r     .txrte { border-radius: 0 !important; }
  .z5wj   .txrte { border-radius: 8px !important; }
  .xpx6x2v .txrte { border-radius: 50% !important; }
  .ygxvfs   .txrte { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .um2js4 .yoc9h7 { flex-direction: column; align-items: stretch; }
  .um2js4 .lth1iao { flex-direction: row; min-width: auto; }
  .um2js4 .p8l2h { align-items: flex-start; text-align: left; }
}
.bizi,
.bizi.bm73qtjf,
.bkkow15 .bizi,
.gbjgkyg5 .bizi,
.pq3ckw .bizi,
.ixnj6l8 .bizi {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.avqxh {
  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;
}
.yw0a0ce { flex: 1 1 280px; min-width: 0; }
.cqdgz {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.teae {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.pt61i22 {
  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;
}
.pt61i22:hover { transform: translateY(-1px); opacity: 0.95; }
.xbkcbxq .avqxh {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.xbkcbxq .cqdgz { color: var(--cta); }
.xbkcbxq .teae { color: var(--text-body); }
.xbkcbxq .pt61i22 {
  background: var(--cta) !important;
  color: #fff !important;
}
.uaym6jjg .avqxh {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.uaym6jjg .cqdgz { color: var(--text-primary); }
.uaym6jjg .teae { color: var(--text-body); }
.uaym6jjg .pt61i22 {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .avqxh {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .yw0a0ce { flex: 0 0 auto; }
  .cqdgz { font-size: 1.2rem; }
  .pt61i22 { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.q0x6ayq .o8g2k { height: 36px; }
.gutdkvj .o8g2k { height: 60px; max-width: 200px; }
.gtlzri .o8g2k { height: 56px; max-width: 180px; }
.hjzrqp5r    .h3op, .hjzrqp5r    .v4ahg { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.frokn6t .y3s2dkci + .y3s2dkci {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .que68a .wqjy1ziv {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .que68a .rt7ve {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .que68a .rt7ve { padding: 40px 16px 20px; }
  .que68a .y3s2dkci {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .que68a .n0iqf08 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .a4sa2 .rt7ve {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .a4sa2 .rt7ve::before {
    position: absolute; top: 14px; left: 14px;
  }
  .a4sa2 .mp04nvq {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .a4sa2 .if86n { white-space: normal; text-align: center; font-size: 1.2rem; }
  .a4sa2 .y3s2dkci {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .a4sa2 .n0iqf08 { width: 100%; min-width: 0; }
  .a4sa2 .h3op { min-width: 0; }
}
.eha70p .eeqp {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.eha70p .eeqp summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.eha70p .eeqp p { padding: 0 2px 16px; }
.q3kxaogw .eeqp { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.q3kxaogw .eeqp summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.q3kxaogw .eeqp summary::after { content: "›"; font-size: 1.2em; }
.q3kxaogw .eeqp[open] summary::after { content: "‹"; }
.q3kxaogw .eeqp p { padding: 10px 22px 4px; }
.dobv3 .eeqp {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.dobv3 .eeqp summary { color: var(--text-primary); padding-left: 16px; }
.dobv3 .eeqp summary::after { content: "›"; font-size: 1.1em; }
.dobv3 .eeqp[open] summary::after { content: "‹"; }
.dobv3 .eeqp p { padding-left: 16px; }
.mp98c .jl76mmb8 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.mp98c .eeqp {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.mp98c .eeqp:last-child { border-bottom: none; }
.mp98c .eeqp summary { color: var(--text-primary); border-radius: 0; }
.mp98c .eeqp summary::after { content: "›"; font-size: 1.1em; }
.mp98c .eeqp[open] summary::after { content: "‹"; }
.ws5gg .eeqp { overflow: hidden; }
.ws5gg .eeqp summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ws5gg .eeqp summary::after { color: rgba(255,255,255,.75); }
.ws5gg .eeqp[open] summary { border-radius: 0; }
.vfgz6nc6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.rjtandq1 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.t84m {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.wfeddef { color: var(--text-muted); font-size: 1.05rem; }
.orum {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ulxfkpk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.oxyj2b6t { margin-bottom: 20px; }
.ldb0yrgk {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.t1lr {
  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;
}
.t1lr:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.vpxb { resize: vertical; min-height: 130px; }
.v8ab { width: 100%; margin-top: 8px; }
.p2949z {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.cglirl {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.wwfhc6b { color: var(--text-muted); line-height: 1.75; }
.glz7z { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.glz7z li { margin-bottom: 6px; }
.vfcv { max-width: 760px; margin: 0 auto; }
.no16k { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.h70c1x7 { max-width: 760px; margin: 0 auto; }
.l8fww3u6 ul.glz7z { margin: 0; }
@media (max-width: 640px) { .ev35mb { grid-template-columns: 1fr; gap: 10px; } }
.ymzjg { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ov5flr59 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ot338i { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.ov5flr59 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.ov5flr59 .glz7z { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ymzjg { grid-template-columns: 1fr; } }
.hk5lc ul.glz7z { margin: 0; }
.g5r2ba1 .glz7z,
.nlr1r .glz7z,
.dene7g .glz7z,
.gerlnq7o .glz7z {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .jbni1me { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .hqg6rf4 { grid-template-columns: 1fr; } .xumdnws { position: static; text-align: center; } }
@media (max-width: 860px) { .wv8p { grid-template-columns: 1fr; } }
.gerlnq7o .glz7z { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gif4 { flex-direction: column; text-align: center; } .wz9k { grid-template-columns: 1fr; } }
.dbt4c { max-width: 760px; margin: 0 auto; }
.ishwl { position: relative; padding-left: 28px; }
.ishwl::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.ff1tu0b { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.ff1tu0b:last-child { padding-bottom: 0; }
.p3kost6 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.dtlinyv h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.dtlinyv p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.d4ozu .t84m { color: var(--accent-light); }
.wtjb2s .t84m { font-size: 2rem; }
.wtjb2s .wfeddef { max-width: 680px; }
.edg5 .t84m { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.edg5 .wfeddef  { margin: 0; }
@media (max-width: 640px) { .edg5 { flex-direction: column; } }
.xckxrp .t84m { color: var(--accent-light); }
.qkbc .t84m { color: #fff; }
.qkbc .wfeddef  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .x5icc { grid-template-columns: 1fr; } }
.c7c9 .t1lr {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.c7c9 .t1lr:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.sm1lz .t1lr { background: var(--bg-raised); border-color: transparent; }
.sm1lz .t1lr:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wg2ib .t1lr { border-radius: 100px; padding: 11px 20px; }
.wg2ib .vpxb { border-radius: 14px; }
.bn4b9hi4 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .bn4b9hi4 { grid-template-columns: 1fr; } }
.bt5hs7p {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.bt5hs7p h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.bt5hs7p p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.zn0ku9 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.zn0ku9 li { margin-bottom: 6px; }
.o87p{position:relative;overflow:visible}
.y4p9e9zs .jqs2me3{display:block}
.tjw3x4v .l539x{border-bottom:1px solid currentColor;padding-bottom:2px}
.wh5a5owx{--date-bg:var(--accent-bg)}
.vi7rc6pm .ttq1ftwy::before{content:""}
.dezn .ohc6{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .ohc6{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .l57l{max-width:100%}
}
.b0wn6 .v1apgt1x{margin:0}
@media (max-width:560px){
  .o64it6{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) {
  .m2ksfwd9 { padding: 28px 18px 20px; }
  .navi { font-size: 1.2rem; }
  .o2uj7gy { max-width: 220px; max-height: 80px; }
}
.svpr1sl .ftd56 { border-radius: 22px; }
.wm87ns5 .avqxh {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ftd56 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.m843621z {
  margin: 28px 0 24px;
}
.m843621z .bm73qtjf {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.m843621z .u5gesws {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.m843621z .avqxh {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .lr94iivh { flex-direction: row-reverse; }
[dir="rtl"] .ypg0o94h { flex-direction: row-reverse; }
[dir="rtl"] .dt9jc01t .yp77 { right: auto; left: 32px; }
[dir="rtl"] .pw3fbs  .yp77 { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .dt9jc01t .yp77 { right: auto; left: 20px; }
  [dir="rtl"] .pw3fbs  .yp77 { left: auto;  right: 20px; }
}
[dir="rtl"] .oegau .hm2f5  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .bf8i6 .hm2f5 { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .s14fvg, [dir="rtl"] .mmtdh2 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .yz2z5st { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .avqxh { direction: rtl; }
[dir="rtl"] .r6koze { direction: rtl; }
[dir="rtl"] .vcez { direction: rtl; }
[dir="rtl"] .jqjv4vwk { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .fwn6a .mmtdh2,
[dir="rtl"] .oamvm .mmtdh2,
[dir="rtl"] .nqa3as .mmtdh2,
[dir="rtl"] .m0y9 .mmtdh2 {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .fwn6a .mmtdh2 li::before,
[dir="rtl"] .oamvm .mmtdh2 li::before,
[dir="rtl"] .nqa3as .mmtdh2 li::before,
[dir="rtl"] .m0y9 .mmtdh2 li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .r7ecteuy.jkrkq .y7gwmqe3,
[dir="rtl"] .swpgva.jkrkq .y7gwmqe3,
[dir="rtl"] .b4umu.jkrkq .y7gwmqe3,
[dir="rtl"] .ozwd1rd.jkrkq .y7gwmqe3,
[dir="rtl"] .hvc684ih.jkrkq .y7gwmqe3 { text-align: right; }
[dir="rtl"] .dg4us8c.d62c1j4n .g37gl50 { text-align: center; }
[dir="rtl"] .u5gesws,
[dir="rtl"] .uabxkj,
[dir="rtl"] .lpzqh9r,
[dir="rtl"] .aiakne,
[dir="rtl"] .y7gwmqe3 { text-align: right; }
[dir="rtl"] .ulxfkpk,
[dir="rtl"] .ldb0yrgk,
[dir="rtl"] .t1lr,
[dir="rtl"] .vpxb { text-align: right; direction: rtl; }
[dir="rtl"] .wg2ib .t1lr,
[dir="rtl"] .c7c9 .t1lr { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #a32d9b;
  --brand:           #a32d9b;
  --brand-light:     #853080;
  --brand-pale:      #9f4999;
  --grad-start:      #d15ac9;
  --grad-end:        #d791d2;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #a32d9b;
  --cta-light:       #871f80;
  --cta-hover:       #731f6d;
  --bg-page:         #f8f6f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f5;
  --bg-raised:       #f1eef0;
  --bg-hover:        #f5f3f5;
  --border:          #e8e2e8;
  --border-alt:      #dbd0da;
  --border-section:  #e8e2e8;
  --text-primary:    #1b171b;
  --text-muted:      #5f535e;
  --text-body:       #362f36;
  --text-sub:        #514751;
  --text-faint:      #887687;
  --text-dim:        #9f929f;
  --text-label:      #6c5f6c;
  --text-value:      #443b43;
  --accent-bg:       #f0e5ef;
  --accent-bg-light: #e8cee6;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f4;
  --c-pros:          #188a7e;
  --c-cons:          #9f2133;
  --c-pros-label:    #1da496;
  --c-tip-border:    #20b5a5;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #188a7e;
}
:root { --logo-bg-opacity: 75%; }
body, button, input { font-family: "Plus Jakarta Sans", sans-serif; }
.hls445a .vylu0kq, .hls445a .dg4us8c { min-height: 320px; }
.heendyp .znuonb::after,.heendyp .yp77::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; }
.bcxazq59::before { content: '|'; opacity: 0.3; }