:root {
  --color-accent: #252434;
  --color-cta: #ff2349;
  --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;
}
.nwhs6xo {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.dy3mk4i {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.mm6qgalm {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.rv0xmb { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.sg4nf { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.sg4nf a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.sg4nf a:hover { color: var(--accent-light); }
.eb18t  .tkb5l { border-radius: 14px; }
.eb18t .tkb5l li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.eb18t .tkb5l li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.s00v .tkb5l li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .tkb5l {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ll6rykc6:hover .tkb5l,
  .ll6rykc6:focus-within .tkb5l { display: block; }
  .tkb5l li a { padding: 8px 16px; font-size: 0.88rem; }
}
.nnrt5 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xt1c { display: none; }
@media (max-width: 640px) {
  .xt1c {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xt1c.zbay { display: block; }
}
@media (max-width: 640px) {
  .nnrt5 { display: block; }
  .sg4nf > li + li::before { display: none !important; }
  .sg4nf {
    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;
  }
  .sg4nf.zbay { display: flex; }
  .sg4nf li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .sg4nf li:last-child a { border-bottom: none; }
}
.lflguqpy { min-height: 480px; }
.bizs {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fxrgvx { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.oe70 .fxrgvx { margin-left: 0; margin-right: 0; }
.sng6 {
  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;
}
.sng6:hover { opacity: 0.88; }
.ixzcm {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.zwcp {
  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%);
}
.ixzcm .ztd7ncj8 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ixzcm .bizs { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ixzcm .fxrgvx { color: #e2e8f0; }
.ixzcm.hrtqgd0t .ztd7ncj8 { text-align: center; }
.ixzcm.oe70   .ztd7ncj8 { text-align: left; }
.fe354pnr .ztd7ncj8 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.fe354pnr .bizs { color: var(--text-primary); text-shadow: none; }
.fe354pnr .fxrgvx { color: var(--text-muted); }
.fe354pnr .sng6 { margin-top: 16px; }
.fe354pnr, .fe354pnr.lflguqpy { min-height: auto !important; }
.fe354pnr.hrtqgd0t .ztd7ncj8 { text-align: center; }
.fe354pnr.oe70   .ztd7ncj8 { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.j0r3 .ocbrxnb7,
.j0r3 .ei7sk8m {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.ev619 .ixzcm .zwcp {
  overflow: hidden;
}
.ev619 .ixzcm .zwcp::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.ywhqe .ixzcm .zwcp {
  overflow: hidden;
}
.ywhqe .ixzcm .zwcp::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;
}
.vqyv .ixzcm .zwcp {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.omdir .ixzcm .zwcp {
  overflow: hidden;
}
.omdir .ixzcm .zwcp::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;
}
.j0r3 .ixzcm .zwcp {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ocbrxnb7 .zwcp {
  background: none;
}
.ocbrxnb7 .bizs { color: #fff; }
.ocbrxnb7 .fxrgvx { color: rgba(255,255,255,0.85); }
.ocbrxnb7 .sng6 { background: #fff; color: var(--cta); }
.ocbrxnb7 .sng6:hover { opacity: 0.92; }
.j0r3 .okz36n9b {
  animation: hg-breathe 7s ease-in-out infinite;
}
.okz36n9b .bizs { text-shadow: none; color: var(--text-primary); }
.okz36n9b .fxrgvx { color: var(--text-muted); }
body.mq4utq .bizs {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.t398 .bizs {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.lflguqpy.ocbrxnb7 .bizs,
section.ocbrxnb7 .bizs {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.okz36n9b.oe70   .y6rjtoy { align-items: flex-start; text-align: left; }
.lflguqpy .e8jr4 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.e8jr4 .qvq9j8.z0qq3 {
  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;
}
.e8jr4 .qvq9j8.z0qq3:hover { opacity: 0.85; }
.eojngzl .ztd7ncj8 { padding-bottom: 24px; }
.j21jqlk .ztd7ncj8 { max-width: 1100px; }
@media (max-width: 700px) {
  .okz36n9b { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .okz36n9b:not(.kqcond) .gy3ht { display: none !important; }
  .kqcond .gy3ht { padding: 16px; }
  .y6rjtoy  { padding: 36px 24px; }
  .okz36n9b~.yzbb2q,.kt98sybo~.yzbb2q{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .lflguqpy, .okz36n9b { min-height: 320px !important; }
  .bizs { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .igz6u,
  .crc0r,
  .mt0j { grid-template-columns: 1fr !important; }

  

  
  .eojngzl { display: flex !important; flex-direction: column !important; }
  .eojngzl .ztd7ncj8 { display: contents; }
  .eojngzl .zwcp { order: 0; }
  .eojngzl .bizs { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .eojngzl .igz6u { order: 2; padding: 0 16px 12px !important; }
  .eojngzl .fxrgvx { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .j21jqlk .ztd7ncj8 { display: flex; flex-direction: column; }
  .j21jqlk .ztd7ncj8 .bizs { order: 1; }
  .j21jqlk .ztd7ncj8 .mt0j { order: 2; margin: 8px 0 24px !important; }
  .j21jqlk .ztd7ncj8 .fxrgvx { order: 3; }
  .j21jqlk .ztd7ncj8 .sng6 { order: 4; align-self: center; margin-top: 0; }

  
  .okz36n9b.kqcond {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .okz36n9b.kqcond .y6rjtoy { display: contents; padding: 0; }
  .okz36n9b.kqcond .y6rjtoy .bizs { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .okz36n9b.kqcond .gy3ht { order: 2; padding: 12px 16px; }
  .okz36n9b.kqcond .y6rjtoy .fxrgvx { order: 3; padding: 0 24px; margin: 0 auto; }
  .okz36n9b.kqcond .y6rjtoy .sng6 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.fkvmpbln { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.jo5br { width: 100%; height: auto; display: block; border-radius: 10px; }
.g02wz .fkvmpbln        { border-radius: 16px; }
.g02wz .jo5br  { border-radius: 16px; }
.ivx9k56k .fkvmpbln         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ivx9k56k .jo5br   { border-radius: 8px; }
.mmjqktj { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.x27kkc { width: 100%; padding: 32px 0; position: relative; }
.lny1fj { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.t1skb .x27kkc:nth-child(even) { background: var(--bg-surface); }
.t1skb .x27kkc:nth-child(odd)  { background: var(--bg-page); }
.x3hhas8 .x27kkc:nth-child(even) { background: var(--bg-card); }
.x3hhas8 .x27kkc:nth-child(odd)  { background: var(--bg-page); }
.t1skb .x27kkc:nth-child(odd)  .lny1fj { background: var(--bg-card); border-radius: 6px; }
.t1skb .x27kkc:nth-child(even) .lny1fj { background: var(--bg-raised); border-radius: 6px; }
.x3hhas8 .x27kkc:nth-child(odd)  .lny1fj { background: var(--bg-card); border-radius: 6px; }
.x3hhas8 .x27kkc:nth-child(even) .lny1fj { background: var(--bg-raised); border-radius: 6px; }
.t1skb .x27kkc:nth-child(even) .sq7gsa .vdpg11c7,
.x3hhas8 .x27kkc:nth-child(even) .sq7gsa .vdpg11c7 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.t1skb .x27kkc:nth-child(odd) .sq7gsa .vdpg11c7,
.x3hhas8 .x27kkc:nth-child(odd) .sq7gsa .vdpg11c7 { background: var(--bg-card-inner); }
.t1skb .x27kkc:nth-child(even) .xizd .vdpg11c7:nth-child(odd),
.x3hhas8 .x27kkc:nth-child(even) .xizd .vdpg11c7:nth-child(odd)  { background: var(--bg-card); }
.t1skb .x27kkc:nth-child(even) .xizd .vdpg11c7:nth-child(even),
.x3hhas8 .x27kkc:nth-child(even) .xizd .vdpg11c7:nth-child(even) { background: var(--bg-card-inner); }
h1.a690 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.a690 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.sbh6gm { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.evw3a h2.a690 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.rbq3x h2.a690 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nllngw8 h2.a690 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.v6t1oy01 h2.a690::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.lzmb6 h2.a690 {
  color: var(--text-primary); font-size: 1.7rem;
}
.n5z1al h2.a690::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.jtafowr h2.a690 {
  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;
}
@media (max-width: 640px) { .p09agcx { display: none; } }
.ylpttmg { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.bjwysy { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.qnf2 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.bka00t { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.f9t1 { padding-left: 20px; }
.f9t1 li { margin-bottom: 6px; }
.f9t1 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.f9t1 a:hover { color: var(--accent-light); }
.t8na0 .bka00t { display: none; }
.y2pcx .bka00t { display: none; }
.y2pcx .f9t1 { padding-left: 0; list-style: none; }
.y2pcx .f9t1 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.y2pcx .f9t1 a { font-size: 0.92rem; }
.esrdd .qnf2 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.esrdd .bka00t { display: none; }
.esrdd .f9t1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.esrdd .f9t1 li { margin-bottom: 0; }
.esrdd .f9t1 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;
}
.esrdd .f9t1 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.chmn .qnf2 { padding: 20px 20px 16px; }
.chmn .f9t1 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.chmn .f9t1 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.chmn .f9t1 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;
}
.chmn .f9t1 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;
}
.chmn .f9t1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.chmn .f9t1 a:focus,
.chmn .f9t1 a:focus-visible,
.chmn .f9t1 a:target { outline: none; }
.chmn .f9t1 li:target a { border-color: var(--border); color: var(--text-muted); }
.sz77l4 .qnf2 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.sz77l4 .bka00t { display: none; }
.sz77l4 .f9t1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.sz77l4 .f9t1 li { margin-bottom: 0; }
.sz77l4 .f9t1 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.sz77l4 .f9t1 li:last-child::after { content: ""; margin-right: 0; }
.sz77l4 .f9t1 a { font-size: 0.9rem; }
.vdpg11c7 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.sq7gsa .vdpg11c7 { background: var(--bg-card); }
.xizd .vdpg11c7:nth-child(odd)  { background: var(--bg-card); }
.xizd .vdpg11c7:nth-child(even) { background: var(--bg-raised); }
.hr4gcdw .vdpg11c7 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.hr4gcdw .vdpg11c7:last-child { border-bottom: none; }
.hr4gcdw h3.sbh6gm { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.lkrj .vdpg11c7 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.lkrj .vdpg11c7 + .vdpg11c7 { margin-top: 4px; }
.lgktw7gw .vdpg11c7 { background: none; border-radius: 0; padding: 12px 0; }
.lgktw7gw .vdpg11c7 + .vdpg11c7 { border-top: 1px solid var(--border-section); }
.a6wf { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.ynn8du90 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.tv4il43 { color: var(--text-body); margin-bottom: 10px; }
.b6tdvu, .c81e2 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.b6tdvu li, .c81e2 li { margin-bottom: 6px; }
.c81e2 li { list-style: decimal; }
.s94p     .b6tdvu { list-style-type: "● "; }
.acbr98  .b6tdvu { list-style-type: "■ "; }
.wjsvzthb .b6tdvu { list-style-type: "◆ "; }
.ussecph2    .b6tdvu { list-style-type: "★ "; }
.s94p     .tgbuwxur { list-style-type: "● "; }
.acbr98  .tgbuwxur { list-style-type: "■ "; }
.wjsvzthb .tgbuwxur { list-style-type: "◆ "; }
.ussecph2    .tgbuwxur { list-style-type: "★ "; }
.s94p    .b6tdvu li::marker, .s94p    .tgbuwxur li::marker,
.acbr98 .b6tdvu li::marker, .acbr98 .tgbuwxur li::marker,
.wjsvzthb .b6tdvu li::marker, .wjsvzthb .tgbuwxur li::marker,
.ussecph2   .b6tdvu li::marker, .ussecph2   .tgbuwxur li::marker {
  color: var(--cta); font-size: 1em;
}
.s94p .c81e2,
.acbr98 .c81e2,
.wjsvzthb .c81e2,
.ussecph2 .c81e2 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.s94p .c81e2 li,
.acbr98 .c81e2 li,
.wjsvzthb .c81e2 li,
.ussecph2 .c81e2 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.s94p .c81e2 li::before,
.acbr98 .c81e2 li::before,
.wjsvzthb .c81e2 li::before,
.ussecph2 .c81e2 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;
}
.s94p     .c81e2 li::before { border-radius: 50%; }
.acbr98  .c81e2 li::before { border-radius: 3px; }
.wjsvzthb .c81e2 li::before { border-radius: 3px; }
.ussecph2    .c81e2 li::before { border-radius: 50%; }
.rqfl { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.d4avx .rqfl,
.aqhtr0 .rqfl { background: transparent; border: none; border-radius: 0; }
.sq6lh3b { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.sq6lh3b th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.sq6lh3b td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.sq6lh3b tr:hover td { background: var(--bg-hover); }
.d6odw2sj .sq6lh3b tbody tr:nth-child(even) td { background: var(--bg-surface); }
.hz7zgtv7 .sq6lh3b { border: 1px solid var(--border-alt); }
.hz7zgtv7 .sq6lh3b th,
.hz7zgtv7 .sq6lh3b td { border: 1px solid var(--border-alt); }
.xyym2 .sq6lh3b th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.xyym2 .sq6lh3b td { border-bottom: none; }
.xyym2 .sq6lh3b tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.hsxc .sq6lh3b th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.mxitfb4 .rqfl {
  overflow: hidden;
}
.mxitfb4 .sq6lh3b th { border-bottom: 1px solid var(--border-alt); }
.mxitfb4 .sq6lh3b tr:last-child td { border-bottom: none; }
.vq66cqg { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.bif7j3 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.trj6uu { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.g5y4nhny { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.l7l3h { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.tgbuwxur { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.tgbuwxur 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%}
.t6eg7v .g5y4nhny { background: transparent; text-align: center; }
.urt2q .trj6uu {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.yr378vw .trj6uu {
  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);
}
.auln .bif7j3 { display: grid; grid-template-columns: auto 1fr; }
.auln .trj6uu {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.auln .g5y4nhny { grid-column: 2; }
.auln .l7l3h,
.auln .tgbuwxur { grid-column: 1 / -1; }
.ldpzen5 .bif7j3 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ldpzen5 .trj6uu {
  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);
}
.ldpzen5 .g5y4nhny { grid-column: 2; }
.ldpzen5 .l7l3h,
.ldpzen5 .tgbuwxur { grid-column: 1 / -1; }
.zlml0k .bif7j3 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.zlml0k .g5y4nhny { background: none; color: var(--accent-light); font-weight: 700; }
.xnwjr47 .bif7j3 { 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); }
.xnwjr47 .g5y4nhny { background: none; color: var(--accent-light); font-weight: 700; }
.k96y8b .bif7j3 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.k96y8b .bif7j3:last-child { border-bottom: none; }
.k96y8b .g5y4nhny { background: none; color: var(--accent-light); font-weight: 700; }
.k8oqr6r .bif7j3 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.k8oqr6r .g5y4nhny { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.my0c4 .vq66cqg { counter-reset: card-n; }
.my0c4 .bif7j3  { counter-increment: card-n; }
.my0c4 .g5y4nhny { display: flex; align-items: center; gap: 10px; }
.my0c4 .g5y4nhny::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;
}
.e98bbc .bif7j3 { background: var(--bg-surface); border: 1px solid var(--border); }
.e98bbc .g5y4nhny { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.cwqivd { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.jcy7d  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.fswwt { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.unr90 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.cwqivd strong { color: var(--text-primary); font-size: 0.95rem; }
.cwqivd p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.jo5br { width: 100%; height: auto; border-radius: 10px; display: block; }
.z0qq3 {
  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;
}
.z0qq3:hover { opacity: 0.85; }
.yh7jj1k8 .z0qq3  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.yh7jj1k8 .z0qq3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.n55ehck .z0qq3  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.n55ehck .z0qq3:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.idosf .sng6 { border-radius: 50px; }
.idosf .z0qq3  { border-radius: 50px; }
.j1l1jbz .sng6 { padding-left: 22px; padding-right: 22px; }
.j1l1jbz .z0qq3  { padding-left: 12px; padding-right: 12px; }
.dw24sp .sng6 { padding-left: 44px; padding-right: 44px; }
.dw24sp .z0qq3  { padding-left: 24px; padding-right: 24px; }
.u5po7t .sng6 { padding-left: 56px; padding-right: 56px; }
.u5po7t .z0qq3  { padding-left: 32px; padding-right: 32px; }
.rlkriuz8   .sng6::after, .rlkriuz8   .z0qq3::after,
.dijr .sng6::after, .dijr .z0qq3::after,
.cuwyiotc    .sng6::after, .cuwyiotc    .z0qq3::after,
.hettg3    .sng6::after, .hettg3    .z0qq3::after,
.nqpo    .sng6::after, .nqpo    .z0qq3::after,
.q2bf3l6     .sng6::after, .q2bf3l6     .z0qq3::after,
.jna4z7k7    .sng6::after, .jna4z7k7    .z0qq3::after,
.s5hstj7   .sng6::after, .s5hstj7   .z0qq3::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;
}
.rlkriuz8 .sng6::after, .rlkriuz8 .z0qq3::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");
}
.dijr .sng6::after, .dijr .z0qq3::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");
}
.cuwyiotc .sng6::after, .cuwyiotc .z0qq3::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");
}
.hettg3 .sng6::after, .hettg3 .z0qq3::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");
}
.nqpo .sng6::after, .nqpo .z0qq3::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");
}
.q2bf3l6 .sng6::after, .q2bf3l6 .z0qq3::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");
}
.jna4z7k7 .sng6::after, .jna4z7k7 .z0qq3::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");
}
.s5hstj7 .sng6::after, .s5hstj7 .z0qq3::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");
}
.u7ryy0   .x68lr6::after, .u7ryy0   .vaas::after,
.ouinwg3 .x68lr6::after, .ouinwg3 .vaas::after,
.vw6ls    .x68lr6::after, .vw6ls    .vaas::after,
.xt2d2    .x68lr6::after, .xt2d2    .vaas::after,
.ufbdg9wr    .x68lr6::after, .ufbdg9wr    .vaas::after,
.y8ndk0     .x68lr6::after, .y8ndk0     .vaas::after,
.e8rc024    .x68lr6::after, .e8rc024    .vaas::after,
.enf4   .x68lr6::after, .enf4   .vaas::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;
}
.u7ryy0 .x68lr6::after, .u7ryy0 .vaas::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");
}
.ouinwg3 .x68lr6::after, .ouinwg3 .vaas::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");
}
.vw6ls .x68lr6::after, .vw6ls .vaas::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");
}
.xt2d2 .x68lr6::after, .xt2d2 .vaas::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");
}
.ufbdg9wr .x68lr6::after, .ufbdg9wr .vaas::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");
}
.y8ndk0 .x68lr6::after, .y8ndk0 .vaas::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");
}
.e8rc024 .x68lr6::after, .e8rc024 .vaas::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");
}
.enf4 .x68lr6::after, .enf4 .vaas::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");
}
.dpbu1 .sy7y9   { background: rgba(128,128,128,.12); }
.qvq9j8.z0qq3 {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .i4kw8q6 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .i4kw8q6::before    { grid-area: rank;   }
  .nzhx           { grid-area: ident;  }
  .ygd2     { grid-area: rating; min-width: 0; width: auto; }
  .ytdmaw9           { grid-area: pills;  }
  .qvq9j8             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .i4kw8q6 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .i4kw8q6::before    { justify-self: center; }
  .nzhx           { width: 100%; }
  .ygd2     { justify-self: center; }
  .ytdmaw9           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .bmt9dv .mwf26z4 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .bmt9dv .ym5ys { margin: 0; }
}
.kzhump .ym5ys { border-top: 4px solid var(--accent); }
.kzhump .wrm6m14t { background: var(--bg-card); }
@media (max-width: 720px) {
  .g9d5cd { grid-template-columns: 1fr; }
  .sbxlf3 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .sbxlf3 .ua89ul { width: 72px; height: 50px; }
  .sbxlf3 .qcpl { max-width: 180px; }
  .sbxlf3 .ko84 { width: auto; }
}
@media (max-width: 720px) {
  .nf4ic { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .zkgsl4v { padding: 16px; }
  .drwz .prx0 { min-width: 50%; }
}
@media (max-width: 860px) {
  .h4l0lczz { grid-template-columns: 1fr; }
  .zh5tc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .or6s80 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .u14txzl { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .kr5qbtbg { flex-direction: column; align-items: stretch; }
}
.xnjzvl .ko84 .z0qq3 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .qxxo2ue6 { flex-direction: column; align-items: stretch; gap: 10px; }
  .xnjzvl .ko84 { text-align: center; }
}
@media (max-width: 720px) {
  .ghf2not9 { grid-template-columns: 1fr; }
  .w6i26a { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .nzlnhc4f { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .oy3x0p { grid-template-columns: 1fr; }
  .z5fmyw { width: 100px; height: 100px; margin: 16px auto; }
  .y7lf7 { font-size: 1.4rem; }
  .sji4y { justify-content: center; }
  .rlcjxyq8 .prx0 { min-width: 50%; }
}
@media (max-width: 540px) {
  .iy6nivvc { flex-wrap: wrap; padding: 14px 16px; }
  .m2im { padding: 12px 16px; }
  .j3265d8y .b1nsl7 { margin: 0 16px; }
  .j3265d8y .qxd5f { padding: 0 16px; }
  .ue6w { padding: 12px 16px; }
}
.bmpw .fr9kc {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.bmpw .i4kw8q6 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.bmpw .i4kw8q6:last-child { border-bottom: none; }
.bmpw .nzhx,
.bmpw .ygd2,
.bmpw .ytdmaw9 {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.d2rv3y .ytdmaw9 .ivn7 {
  background: transparent; padding: 4px 8px;
}
.d2rv3y .ytdmaw9 .yqnz { font-size: .65rem; opacity: .65; }
.d2rv3y .ytdmaw9 .gimbc4d6   { font-size: 1.15rem; color: var(--accent-light); }
.xohhwu2 .sdry2 { font-size: 1rem; letter-spacing: 2px; }
.cxsmq7 { margin: 16px 0; }
.pl9o { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.pl9o summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.pl9o summary::after { content: "+"; color: var(--accent-light); }
.pl9o[open] summary::after { content: "−"; }
.pl9o p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.x27kkc { margin-bottom: 0; }
.qcjyq h2.a690 { color: var(--text-primary); border-color: var(--accent-light); }
.liwo1z5i h2.a690 { color: var(--text-primary); border-color: var(--accent-light); }
.byyqsbn .jcy7d     { background: #052e16; border-color: #10b981; }
.byyqsbn .fswwt    { background: #1e1036; border-color: #a855f7; }
.byyqsbn .cwqivd strong  { color: #f1f5f9; }
.byyqsbn .cwqivd p       { color: #cbd5e1; }
.byyqsbn .my0gp    .jcy7d     .unr90::before,
.byyqsbn .irhg  .jcy7d     .unr90::before,
.byyqsbn .jaoe3yq  .jcy7d     .unr90::before,
.byyqsbn .vaqwr .jcy7d     .unr90::before { color: #10b981; }
.byyqsbn .my0gp    .bweic0q .unr90::before,
.byyqsbn .irhg  .bweic0q .unr90::before,
.byyqsbn .jaoe3yq  .bweic0q .unr90::before,
.byyqsbn .vaqwr .bweic0q .unr90::before { color: #f43f5e; }
.byyqsbn .my0gp    .fswwt    .unr90::before,
.byyqsbn .irhg  .fswwt    .unr90::before,
.byyqsbn .jaoe3yq  .fswwt    .unr90::before,
.byyqsbn .vaqwr .fswwt    .unr90::before { color: #a855f7; }
.a2ssk7 .jcy7d     { background: #2d2000; border-color: #eab308; }
.a2ssk7 .fswwt    { background: #2d1600; border-color: #f97316; }
.a2ssk7 .cwqivd strong  { color: #f1f5f9; }
.a2ssk7 .cwqivd p       { color: #cbd5e1; }
.a2ssk7 .my0gp    .jcy7d     .unr90::before,
.a2ssk7 .irhg  .jcy7d     .unr90::before,
.a2ssk7 .jaoe3yq  .jcy7d     .unr90::before,
.a2ssk7 .vaqwr .jcy7d     .unr90::before { color: #eab308; }
.a2ssk7 .my0gp    .bweic0q .unr90::before,
.a2ssk7 .irhg  .bweic0q .unr90::before,
.a2ssk7 .jaoe3yq  .bweic0q .unr90::before,
.a2ssk7 .vaqwr .bweic0q .unr90::before { color: #ef4444; }
.a2ssk7 .my0gp    .fswwt    .unr90::before,
.a2ssk7 .irhg  .fswwt    .unr90::before,
.a2ssk7 .jaoe3yq  .fswwt    .unr90::before,
.a2ssk7 .vaqwr .fswwt    .unr90::before { color: #f97316; }
.mk62vaw .jcy7d     { background: #0c1a2e; border-color: #38bdf8; }
.mk62vaw .fswwt    { background: #0a2020; border-color: #2dd4bf; }
.mk62vaw .cwqivd strong  { color: #f1f5f9; }
.mk62vaw .cwqivd p       { color: #cbd5e1; }
.mk62vaw .my0gp    .jcy7d     .unr90::before,
.mk62vaw .irhg  .jcy7d     .unr90::before,
.mk62vaw .jaoe3yq  .jcy7d     .unr90::before,
.mk62vaw .vaqwr .jcy7d     .unr90::before { color: #38bdf8; }
.mk62vaw .my0gp    .bweic0q .unr90::before,
.mk62vaw .irhg  .bweic0q .unr90::before,
.mk62vaw .jaoe3yq  .bweic0q .unr90::before,
.mk62vaw .vaqwr .bweic0q .unr90::before { color: #818cf8; }
.mk62vaw .my0gp    .fswwt    .unr90::before,
.mk62vaw .irhg  .fswwt    .unr90::before,
.mk62vaw .jaoe3yq  .fswwt    .unr90::before,
.mk62vaw .vaqwr .fswwt    .unr90::before { color: #2dd4bf; }
.opbu18 .jcy7d     { background: var(--accent-bg); border-color: var(--accent-light); }
.opbu18 .fswwt    { background: var(--accent-bg); border-color: var(--accent-pale); }
.opbu18 .my0gp    .unr90::before,
.opbu18 .irhg  .unr90::before,
.opbu18 .jaoe3yq  .unr90::before,
.opbu18 .vaqwr .unr90::before { color: var(--accent-light) !important; }
.s2qvggc .o4e948 { background: var(--bg-pros); }
.s2qvggc .p1shoqx { background: var(--bg-cons); }
.s2qvggc .o4e948 .k9ot7z { color: var(--c-pros-label); }
.s2qvggc .p1shoqx .uuz5derp { color: var(--c-cons); }
.s2qvggc .o4e948 ul li,
.s2qvggc .c4u12z li            { color: var(--c-pros); }
.s2qvggc .p1shoqx ul li,
.s2qvggc .pdz706 li            { color: var(--c-cons); }
.w09t0w .cwqivd { background: transparent; border-left: none; border: 1.5px solid; }
.w09t0w .jcy7d     { border-color: var(--c-tip-border); }
.w09t0w .fswwt    { border-color: #60a5fa; }
.w09t0w .cwqivd strong { color: var(--text-primary); }
.w09t0w .cwqivd p      { color: var(--text-muted); }
.wur6 .cwqivd { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.wur6 .jcy7d     { border-top-color: var(--c-tip-border); }
.wur6 .fswwt    { border-top-color: #60a5fa; }
.usvvc .cwqivd { border-left: none; border-radius: 8px; }
.usvvc .jcy7d     { background: #065f46; }
.usvvc .fswwt    { background: #1e3a8a; }
.usvvc .cwqivd strong,
.usvvc .cwqivd p { color: #fff; }
.usvvc .unr90::before { color: rgba(255,255,255,0.85) !important; }
.byyqsbn.usvvc .jcy7d,
.byyqsbn .usvvc .jcy7d     { background: #052e16; }
.byyqsbn.usvvc .fswwt,
.byyqsbn .usvvc .fswwt    { background: #1e1036; }
.a2ssk7.usvvc .jcy7d,
.a2ssk7 .usvvc .jcy7d      { background: #2d2000; }
.a2ssk7.usvvc .fswwt,
.a2ssk7 .usvvc .fswwt     { background: #2d1600; }
.mk62vaw.usvvc .jcy7d,
.mk62vaw .usvvc .jcy7d      { background: #0c1a2e; }
.mk62vaw.usvvc .fswwt,
.mk62vaw .usvvc .fswwt     { background: #0a2020; }
.gyhpfrg3 .cwqivd { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gyhpfrg3 .jcy7d     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.gyhpfrg3 .fswwt    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gyhpfrg3 .cwqivd strong { color: var(--text-primary); }
.gyhpfrg3 .cwqivd p      { color: var(--text-muted); }
.pjnmyw9z .cwqivd { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.my0gp .unr90,
.irhg .unr90,
.jaoe3yq .unr90,
.vaqwr .unr90 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.my0gp .unr90::before,
.irhg .unr90::before,
.jaoe3yq .unr90::before,
.vaqwr .unr90::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.my0gp .jcy7d     .unr90::before { content: "✦"; color: var(--c-tip-border); }
.my0gp .bweic0q .unr90::before { content: "▲"; color: var(--c-warn-border); }
.my0gp .fswwt    .unr90::before { content: "◉"; color: #60a5fa; }
.irhg .jcy7d     .unr90::before { content: "★"; color: var(--c-tip-border); }
.irhg .bweic0q .unr90::before { content: "◆"; color: var(--c-warn-border); }
.irhg .fswwt    .unr90::before { content: "●"; color: #60a5fa; }
.jaoe3yq .jcy7d     .unr90::before { content: "▶"; color: var(--c-tip-border); }
.jaoe3yq .bweic0q .unr90::before { content: "■"; color: var(--c-warn-border); }
.jaoe3yq .fswwt    .unr90::before { content: "▸"; color: #60a5fa; }
.vaqwr .jcy7d     .unr90::before { content: "→"; color: var(--c-tip-border); }
.vaqwr .bweic0q .unr90::before { content: "⬥"; color: var(--c-warn-border); }
.vaqwr .fswwt    .unr90::before { content: "◈"; color: #60a5fa; }
.obxerds5 .sq7gsa .vdpg11c7,
.obxerds5 .xizd .vdpg11c7  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.obxerds5 .bif7j3                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.obxerds5 .rqfl          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.obxerds5 .qnf2                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.akb85 .sq7gsa .vdpg11c7,
.akb85 .xizd .vdpg11c7,
.akb85 .bif7j3,
.akb85 .i4kw8q6,
.akb85 .ym5ys,
.akb85 .rqfl,
.akb85 .qnf2,
.akb85 .pjnmyw9z .cwqivd { box-shadow: none; }
.jol4z0v   body, .jol4z0v   { font-size: 0.9rem; }
.jol4z0v   .tv4il43, .jol4z0v .a6wf, .jol4z0v .ynn8du90,
.jol4z0v   .ylpttmg, .jol4z0v .bjwysy { font-size: 0.9rem; }
.jol4z0v   .b6tdvu, .jol4z0v .c81e2 { font-size: 0.9rem; }
.o9fdm   .tv4il43, .o9fdm .a6wf, .o9fdm .ynn8du90,
.o9fdm   .ylpttmg, .o9fdm .bjwysy { font-size: 0.95rem; }
.o9fdm   .b6tdvu, .o9fdm .c81e2 { font-size: 0.95rem; }
.gqzi   .tv4il43, .gqzi .a6wf, .gqzi .ynn8du90,
.gqzi   .ylpttmg, .gqzi .bjwysy { font-size: 1.08rem; }
.gqzi   .b6tdvu, .gqzi .c81e2 { font-size: 1.05rem; }
.gqzi   .sq6lh3b { font-size: 0.97rem; }
.tsb3 .bizs      { font-size: 3.2rem; }
.tsb3 h2.a690 { font-size: 1.9rem; }
.tsb3 h3.sbh6gm     { font-size: 1.4rem; }
.tmpx7y1 .bizs      { font-size: 3.8rem; }
.tmpx7y1 h2.a690 { font-size: 2.2rem; }
.tmpx7y1 h3.sbh6gm     { font-size: 1.6rem; }
.x27kkc + .x27kkc { position: relative; }
.i6mc   .x27kkc + .x27kkc::before,
.zmdntjh  .x27kkc + .x27kkc::before,
.pydr   .x27kkc + .x27kkc::before,
.xzqmx   .x27kkc + .x27kkc::before,
.ds9lqy   .x27kkc + .x27kkc::before,
.w9iid .x27kkc + .x27kkc::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.i6mc .x27kkc + .x27kkc::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.zmdntjh .x27kkc + .x27kkc::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.pydr .x27kkc + .x27kkc::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;
}
.xzqmx .x27kkc + .x27kkc::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.so45z .x27kkc { margin-bottom: 16px; }
.so45z .x27kkc + .x27kkc { margin-top: 0; }
.so45z .lny1fj { padding-top: 0; padding-bottom: 0; }
.ds9lqy .x27kkc + .x27kkc::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.w9iid .x27kkc + .x27kkc::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.c5om3vn .x27kkc + .x27kkc::before,
.fx9c .x27kkc + .x27kkc::before,
.r95et .x27kkc + .x27kkc::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%;
}
.t1skb .c5om3vn .x27kkc:nth-child(even)::before,
.t1skb .fx9c .x27kkc:nth-child(even)::before,
.t1skb .r95et .x27kkc:nth-child(even)::before { background: var(--bg-surface); }
.x3hhas8 .c5om3vn .x27kkc:nth-child(even)::before,
.x3hhas8 .fx9c .x27kkc:nth-child(even)::before,
.x3hhas8 .r95et .x27kkc:nth-child(even)::before { background: var(--bg-card); }
.c5om3vn .x27kkc + .x27kkc::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");
}
.fx9c .x27kkc + .x27kkc::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");
}
.r95et .x27kkc + .x27kkc::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");
}
.bmcufum8 .ixzcm,
.t7xv .ixzcm,
.wkb85 .ixzcm { overflow: hidden; }
.bmcufum8 .ztd7ncj8,
.t7xv .ztd7ncj8 { margin-bottom: 60px; }
.wkb85 .ztd7ncj8 { margin-bottom: 70px; }
.bmcufum8 .ixzcm::before,
.t7xv .ixzcm::before,
.wkb85 .ixzcm::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%;
}
.bmcufum8 .ixzcm::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");
}
.t7xv .ixzcm::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");
}
.wkb85 .ixzcm::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");
}
.v731yq .ixzcm:not(.ocbrxnb7) .zwcp { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wipz4 .ixzcm:not(.ocbrxnb7) .zwcp { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.bf22feps  .ixzcm:not(.ocbrxnb7) .zwcp { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bkus  .ixzcm:not(.ocbrxnb7) .zwcp { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bf22feps .ocbrxnb7 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.bf22feps .ei7sk8m { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.bf22feps .okz36n9b { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.y8y7 .ocbrxnb7 .zwcp { background: none; }
.y8y7 .ixzcm:not(.ocbrxnb7) .zwcp { background: rgba(0,0,0,0.6); }
.x27kkc.y03qzn .fkvmpbln { float: left; width: 38%; margin: 0 28px 16px 0; }
.x27kkc.y03qzn .fkvmpbln .jo5br { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.x27kkc.y03qzn .lny1fj::after { content: ''; display: block; clear: both; }
.x27kkc.pr5f5n .fkvmpbln { float: right; width: 38%; margin: 0 0 16px 28px; }
.x27kkc.pr5f5n .fkvmpbln .jo5br { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.x27kkc.pr5f5n .lny1fj::after { content: ''; display: block; clear: both; }
.x27kkc.y03qzn .vq66cqg,
.x27kkc.y03qzn .rqfl,
.x27kkc.y03qzn .cwqivd,
.x27kkc.y03qzn .vdpg11c7,
.x27kkc.y03qzn .bjwysy,
.x27kkc.y03qzn .fr9kc,
.x27kkc.y03qzn .mwf26z4,
.x27kkc.y03qzn .qtp4mgp3,
.x27kkc.pr5f5n .vq66cqg,
.x27kkc.pr5f5n .rqfl,
.x27kkc.pr5f5n .cwqivd,
.x27kkc.pr5f5n .vdpg11c7,
.x27kkc.pr5f5n .bjwysy,
.x27kkc.pr5f5n .fr9kc,
.x27kkc.pr5f5n .mwf26z4,
.x27kkc.pr5f5n .qtp4mgp3 { clear: both; }
@media (max-width: 900px) {
  .x27kkc.y03qzn .fkvmpbln,
  .x27kkc.pr5f5n .fkvmpbln {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .x27kkc.y03qzn .fkvmpbln .jo5br,
  .x27kkc.pr5f5n .fkvmpbln .jo5br {
    max-height: none !important;
  }
}
.x27kkc.y03qzn .b6tdvu,
.x27kkc.y03qzn .c81e2,
.x27kkc.pr5f5n .b6tdvu,
.x27kkc.pr5f5n .c81e2 { overflow: hidden; }
@media (max-width: 640px) {
  .x27kkc.y03qzn .fkvmpbln,
  .x27kkc.pr5f5n .fkvmpbln { float: none; width: 100%; margin: 0 0 16px 0; }
}
.x75037j .mmjqktj,
.x75037j .lny1fj,
.x75037j .sfg1  { max-width: 1100px; }
.me4j6nr .mmjqktj,
.me4j6nr .lny1fj,
.me4j6nr .sfg1  { max-width: 1200px; }
.or95ju .mmjqktj,
.or95ju .lny1fj,
.or95ju .sfg1  { max-width: 1320px; }
.ykxbb { font-size: 0.82rem; color: var(--text-muted); }
.jalpxvhg { display: flex; align-items: center; }
.untxz {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.v5beqjra { display: flex; align-items: center; }
.n5vo { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.n5vo:hover { text-decoration: underline; }
.err7y46 { margin: 0 3px; opacity: 0.45; }
.err7y46::before { content: '/'; }
.tci0o { padding: 2px 5px; color: var(--text-main); }
.axwl5y .ykxbb {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.axwl5y .jalpxvhg { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.gjoyd5tw .ykxbb {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.gjoyd5tw .jalpxvhg { padding: 0 0 0 12px; }
.khym1h {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.bbt38a .jalpxvhg { padding: 0 16px; }
.bbt38a .ykxbb {
  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);
}
.bbt38a .mmjqktj { padding-top: 28px; }
@media (max-width: 720px) {
  .khym1h { margin-top: 18px; padding: 0 16px; }
  .bbt38a .mmjqktj { padding-top: 16px; }
}
.x75037j.axwl5y .jalpxvhg { max-width: 1100px; }
.me4j6nr.axwl5y .jalpxvhg { max-width: 1200px; }
.or95ju.axwl5y .jalpxvhg { max-width: 1320px; }
.x75037j .khym1h { max-width: 1100px; }
.me4j6nr .khym1h { max-width: 1200px; }
.or95ju .khym1h { max-width: 1320px; }
.crvpq0m .x27kkc { padding-top: 16px; padding-bottom: 16px; }
.h3f9nlg .x27kkc { padding-top: 24px; padding-bottom: 24px; }
.zfx07j .x27kkc { padding-top: 40px; padding-bottom: 40px; }
.y4mq35f .x27kkc { padding-top: 52px; padding-bottom: 52px; }
.o2pnf .x27kkc:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.o2pnf .x27kkc:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.o2pnf .x27kkc:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.o2pnf .x27kkc:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.jkts .lny1fj { padding-top: 10px;  padding-bottom: 10px; }
.fw5qjz9h .lny1fj { padding-top: 18px;  padding-bottom: 18px; }
.o5m4 .lny1fj { padding-top: 36px;  padding-bottom: 36px; }
.eoy0 .lny1fj { padding-top: 48px;  padding-bottom: 48px; }
.yfcjdv h2.a690 { font-weight: 600; }
.yfcjdv h3.sbh6gm     { font-weight: 600; }
.djzrz12 h2.a690 { font-weight: 800; }
.djzrz12 h3.sbh6gm     { font-weight: 700; }
.z1aupo8 { font-weight: 600; }
.z1aupo8 h2.a690 { font-weight: 900; }
.z1aupo8 h3.sbh6gm     { font-weight: 800; }
.z1aupo8 .cwqivd strong,
.z1aupo8 .cwqivd strong { font-weight: 600; }
.x68lr6 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.uc9na23 .x68lr6 { display: none; }
@media (max-width: 640px) { .x68lr6 { display: none; } }
.x68lr6 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.x68lr6:hover { opacity: 0.85; }
.xc0kiv8 .x68lr6 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.sgpwwk .x68lr6,
.uxgjq  .x68lr6 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.sgpwwk .x68lr6:hover,
.uxgjq  .x68lr6:hover { opacity: 0.88; }
.xc0kiv8.sgpwwk .x68lr6,
.xc0kiv8.uxgjq  .x68lr6 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.vaas {
  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;
}
.vaas:hover { transform: translateY(-2px); opacity: 0.92; }
.vaas { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xq9shy3s .vaas { display: none; }
.xo58ov .vaas { right: 32px; }
.exyi  .vaas { left: 32px; }
@media (max-width: 480px) {
  .xo58ov .vaas { right: 20px; bottom: 20px; }
  .exyi  .vaas { left: 20px; bottom: 20px; }
}
.ojk8l { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.sfg1 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.wapfvdig { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.g873hlj { color: var(--text-dim); font-size: 0.8rem; }
.z61a1t a, .xcsqlm a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.z61a1t a:hover, .xcsqlm a:hover { color: var(--accent-light); }
.xcsqlm { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.wuwiuq4 .sfg1 { text-align: center; }
.wuwiuq4 .xcsqlm { justify-content: center; margin-bottom: 16px; }
.wuwiuq4 .wapfvdig { margin-top: 0; }
.eym2p { margin-top: 10px; }
.eym2p a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .sfg1 { padding-left: 16px; padding-right: 16px; }
  .fi71ukj .sfg1 { padding: 20px 16px; }
  .xcsqlm { gap: 4px 12px; }
  .wapfvdig { font-size: 0.78rem; }
}
.jevffs .wapfvdig { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.jevffs .g873hlj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .jevffs .puln { grid-template-columns: 1fr 1fr; } .jevffs .nci4q { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jevffs .puln { grid-template-columns: 1fr; } }
.titrtid .wapfvdig { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .titrtid .lpb9hip { gap: 12px; } .titrtid .yva2f6 { margin-right: 0; width: 100%; } }
.tnko .wapfvdig { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tnko .g873hlj { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tnko .m6cjoo11 { grid-template-columns: 1fr 1fr; } .tnko .i8e80hu { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tnko .m6cjoo11 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ogwl2ago .ad1v5gfq { grid-template-columns: 1fr 1fr; } .ogwl2ago .z6x3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ogwl2ago .ad1v5gfq { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .fq1ay9y .ad1v5gfq { grid-template-columns: 1fr; } }
.x5m0n .sfg1 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.x5m0n .xcsqlm { justify-content: center; }
.x5prp .nwhs6xo      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.x5prp .ojk8l { background: var(--bg-page); border-top-color: var(--border-alt); }
.bf1xnshk .nwhs6xo      { background: #0d1117; border-bottom-color: #21262d; }
.bf1xnshk .mm6qgalm { color: var(--accent-light); }
.bf1xnshk .sg4nf { --msep-color: #8b949e; }
.bf1xnshk .sg4nf a { color: #8b949e; }
.bf1xnshk .sg4nf a:hover { color: var(--accent-light); }
.bf1xnshk .nnrt5 { color: #8b949e; }
.bf1xnshk .ojk8l { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bf1xnshk .wapfvdig,
.bf1xnshk .g873hlj { color: #6e7681; }
.bf1xnshk .z61a1t a, .bf1xnshk .xcsqlm a,
.bf1xnshk .z61a1t a:hover, .bf1xnshk .xcsqlm a:hover,
@media (max-width: 640px) {
  .bf1xnshk .sg4nf { background: #0d1117; border-top-color: #21262d; }
  .bf1xnshk .sg4nf li a { border-bottom-color: #21262d; }
}
.o0ec8z9t .nwhs6xo      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.o0ec8z9t .mm6qgalm { color: var(--accent-light); }
.o0ec8z9t .sg4nf { --msep-color: #475569; }
.o0ec8z9t .sg4nf a { color: #475569; }
.o0ec8z9t .sg4nf a:hover { color: var(--accent-light); }
.o0ec8z9t .nnrt5 { color: #64748b; }
.o0ec8z9t .ojk8l { background: #f0f4f8; border-top-color: #cbd5e1; }
.o0ec8z9t .wapfvdig,
.o0ec8z9t .g873hlj { color: #64748b; }
.o0ec8z9t .z61a1t a, .o0ec8z9t .xcsqlm a,
.o0ec8z9t .z61a1t a:hover, .o0ec8z9t .xcsqlm a:hover,
@media (max-width: 640px) {
  .o0ec8z9t .sg4nf { background: #f0f4f8; border-top-color: #cbd5e1; }
  .o0ec8z9t .sg4nf li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.sgpwwk .nwhs6xo      { background: var(--accent); border-bottom-color: var(--accent-light); }
.sgpwwk .mm6qgalm { color: #fff; }
.sgpwwk .sg4nf { --msep-color: rgba(255,255,255,0.82); }
.sgpwwk .sg4nf a { color: rgba(255,255,255,0.82); }
.sgpwwk .sg4nf a:hover { color: #fff; }
.sgpwwk .nnrt5 { color: rgba(255,255,255,0.9); }
.sgpwwk .ojk8l { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.sgpwwk .wapfvdig,
.sgpwwk .g873hlj { color: rgba(255,255,255,0.72); }
.sgpwwk .z61a1t a, .sgpwwk .xcsqlm a,
.sgpwwk .z61a1t a:hover, .sgpwwk .xcsqlm a:hover,
@media (max-width: 640px) {
  .sgpwwk .sg4nf { background: var(--accent); border-top-color: var(--accent-light); }
  .sgpwwk .sg4nf li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.uxgjq .nwhs6xo {
  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);
}
.uxgjq .ojk8l {
  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) {
  .uxgjq .sg4nf {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.s3h6g .dy3mk4i { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.fzr6z0dp .dy3mk4i { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ungbwq .dy3mk4i { min-height: 72px; height: auto; }
.l2vwe0e .dy3mk4i { min-height: 84px; height: auto; }
.fi71ukj .dy3mk4i { max-width: none; padding: 0 32px; }
.fi71ukj .sfg1  { max-width: none; padding: 24px 32px; }
.j7igyqzi.me4j6nr .dy3mk4i { max-width: 1200px; }
.j7igyqzi.or95ju .dy3mk4i { max-width: 1320px; }
.m20n   .mm6qgalm, .m20n   .yva2f6 { text-transform: capitalize; }
.qp12w .mm6qgalm, .qp12w .yva2f6 { text-transform: lowercase; }
.z56z057 .mm6qgalm, .z56z057 .yva2f6 { text-transform: uppercase; letter-spacing: 0.06em; }
.ddhn8h, .o08al1k {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.fqw74t8c .ddhn8h,
.xkx5 .ddhn8h,
.fe3p .ddhn8h,
.x4fvaa .ddhn8h,
.adyw   .sg4nf a { font-weight: 500; }
.n7hhotf .sg4nf a { font-weight: 600; }
.x8fq     .sg4nf a { font-weight: 700; }
.uwybkes    .sg4nf a { font-weight: 800; letter-spacing: 0.01em; }
.k7jwl3pr     .sg4nf > li + li::before,
.k7cpn221    .sg4nf > li + li::before,
.tn7jmd    .sg4nf > li + li::before,
.net6ca .sg4nf > li + li::before,
.y5uo .sg4nf > li + li::before,
.o6u4h2w8  .sg4nf > li + li::before,
.eh4dwknl    .sg4nf > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.k7jwl3pr     .sg4nf > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.k7cpn221    .sg4nf > li + li::before { content: "|"; }
.tn7jmd    .sg4nf > li + li::before { content: "—"; }
.net6ca .sg4nf > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.y5uo .sg4nf > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.o6u4h2w8  .sg4nf > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.eh4dwknl    .sg4nf > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .wfvh4m .nnrt5,
  .sqtz3 .nnrt5,
  .ltwljm .nnrt5,
  .dzdkft .nnrt5,
  .n7eoy7u5 .nnrt5 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .wfvh4m .nnrt5::before,
  .sqtz3 .nnrt5::before,
  .ltwljm .nnrt5::before,
  .dzdkft .nnrt5::before,
  .n7eoy7u5 .nnrt5::before { content: ""; display: block; flex-shrink: 0; }

  
  .wfvh4m .nnrt5::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;
  }

  
  .sqtz3 .nnrt5::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;
  }

  
  .ltwljm .nnrt5::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;
  }

  
  .dzdkft .nnrt5::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;
  }

  
  .n7eoy7u5 .nnrt5::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) {
  .xxph .nnrt5 {
    padding: 5px 14px;
  }
  .xxph .sg4nf {
    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;
  }
  .xxph .sg4nf li a {
    border-bottom: none; padding: 10px 22px;
  }
  .xxph .sg4nf li a:hover { background: var(--bg-raised); }
  .xxph .xt1c,
  .qvfk1 .xt1c,
  .wmzubw .xt1c { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .nl4ad .nnrt5 {
    padding: 5px 10px;
  }
  .nl4ad .sg4nf {
    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);
  }
  .nl4ad .sg4nf.zbay { transform: translateX(0); }
  .nl4ad .sg4nf li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .nl4ad .sg4nf li:last-child a { border-bottom: none; }
  .sgpwwk .sg4nf,
  .bf1xnshk .sg4nf { background: var(--accent) !important; }
  .sgpwwk .sg4nf li a,
  .bf1xnshk .sg4nf li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .wmzubw .nnrt5 {
    padding: 5px 10px;
  }
  .wmzubw .sg4nf {
    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);
  }
  .wmzubw .sg4nf::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .wmzubw .sg4nf.zbay { transform: translateY(0); }
  .wmzubw .sg4nf li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .f5yvt .nnrt5 {
    padding: 5px 10px;
  }
  .f5yvt .sg4nf {
    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;
  }
  .f5yvt .sg4nf.zbay { opacity: 1; pointer-events: auto; }
  .f5yvt .sg4nf li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ao84     .nnrt5 { border-radius: 0 !important; }
  .pzob2   .nnrt5 { border-radius: 8px !important; }
  .k4n8hh .nnrt5 { border-radius: 50% !important; }
  .ep9l9   .nnrt5 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .oumu9h6 .ah6z { flex-direction: column; align-items: stretch; }
  .oumu9h6 .vw4wf { flex-direction: row; min-width: auto; }
  .oumu9h6 .njce8m0 { align-items: flex-start; text-align: left; }
}
.rxq26o1w,
.rxq26o1w.x27kkc,
.t1skb .rxq26o1w,
.oj7g9 .rxq26o1w,
.x3hhas8 .rxq26o1w,
.ynjy6k11 .rxq26o1w {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.zk4dzh8 {
  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;
}
.sa5mcn { flex: 1 1 280px; min-width: 0; }
.m44c {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.r4bf2um4 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.ib9scrsc {
  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;
}
.ib9scrsc:hover { transform: translateY(-1px); opacity: 0.95; }
.oh8a49t .zk4dzh8 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.oh8a49t .m44c { color: var(--cta); }
.oh8a49t .r4bf2um4 { color: var(--text-body); }
.oh8a49t .ib9scrsc {
  background: var(--cta) !important;
  color: #fff !important;
}
.u330f .zk4dzh8 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.u330f .m44c { color: var(--text-primary); }
.u330f .r4bf2um4 { color: var(--text-body); }
.u330f .ib9scrsc {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .zk4dzh8 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .sa5mcn { flex: 0 0 auto; }
  .m44c { font-size: 1.2rem; }
  .ib9scrsc { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.wactdi .rv0xmb { height: 36px; }
.mf31rk .rv0xmb { height: 60px; max-width: 200px; }
.gxi6a .rv0xmb { height: 76px; max-width: 240px; }
.vyl1p    .sdry2, .vyl1p    .ttpab9m0 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.d2rv3y .yqnz {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.d2rv3y .gimbc4d6 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .pxqi .fr9kc {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .pxqi .i4kw8q6 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .pxqi .i4kw8q6 { padding: 40px 16px 20px; }
  .pxqi .ivn7 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .pxqi .qvq9j8 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .olqot .i4kw8q6 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .olqot .i4kw8q6::before {
    position: absolute; top: 14px; left: 14px;
  }
  .olqot .nzhx {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .olqot .tw9n { white-space: normal; text-align: center; font-size: 1.2rem; }
  .olqot .ivn7 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .olqot .qvq9j8 { width: 100%; min-width: 0; }
  .olqot .sdry2 { min-width: 0; }
}
.ej9f .pl9o {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ej9f .pl9o summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ej9f .pl9o p { padding: 0 2px 16px; }
.r69af .pl9o { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.r69af .pl9o summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.r69af .pl9o summary::after { content: "›"; font-size: 1.2em; }
.r69af .pl9o[open] summary::after { content: "‹"; }
.r69af .pl9o p { padding: 10px 22px 4px; }
.qusfj .pl9o {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.qusfj .pl9o summary { color: var(--text-primary); padding-left: 16px; }
.qusfj .pl9o summary::after { content: "›"; font-size: 1.1em; }
.qusfj .pl9o[open] summary::after { content: "‹"; }
.qusfj .pl9o p { padding-left: 16px; }
.kg2wv .cxsmq7 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.kg2wv .pl9o {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.kg2wv .pl9o:last-child { border-bottom: none; }
.kg2wv .pl9o summary { color: var(--text-primary); border-radius: 0; }
.kg2wv .pl9o summary::after { content: "›"; font-size: 1.1em; }
.kg2wv .pl9o[open] summary::after { content: "‹"; }
.fqapl04u .pl9o { overflow: hidden; }
.fqapl04u .pl9o summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.fqapl04u .pl9o summary::after { color: rgba(255,255,255,.75); }
.fqapl04u .pl9o[open] summary { border-radius: 0; }
.c7vo5om5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.upgdf547 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.f3kzv {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.tp7o8 { color: var(--text-muted); font-size: 1.05rem; }
.c5lhnnh {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ij6sd { margin-bottom: 20px; }
.xh6zkb {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.epclb72 {
  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;
}
.epclb72:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.i5g7 { resize: vertical; min-height: 130px; }
.c9c06 { width: 100%; margin-top: 8px; }
.sslsvw {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.sas2pl7 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.a5rf { color: var(--text-muted); line-height: 1.75; }
.cwd9hnbk { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.cwd9hnbk li { margin-bottom: 6px; }
.ol0ioo9 { max-width: 760px; margin: 0 auto; }
.yozhru1p { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.fnkl { max-width: 760px; margin: 0 auto; }
.dhuzo3 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.sp0zm8jd ul.cwd9hnbk { margin: 0; }
.qro4vig .dhuzo3 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .qro4vig { grid-template-columns: 1fr; gap: 10px; } }
.rtfri { max-width: 640px; margin: 0 auto; text-align: center; }
.kqe1up { margin-bottom: 48px; }
.kqe1up .dhuzo3 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.kqe1up p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.gx09 .cwd9hnbk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .zhco2 { grid-template-columns: 1fr; } }
.yage ul.cwd9hnbk { margin: 0; }
.ik2mk .cwd9hnbk,
.sl9hxm92 .cwd9hnbk,
.quezqc .cwd9hnbk,
.r996mlm .cwd9hnbk {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .feq7s { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .xao9 { grid-template-columns: 1fr; } .huw0s { position: static; text-align: center; } }
@media (max-width: 860px) { .fmk9vxav { grid-template-columns: 1fr; } }
.r996mlm .cwd9hnbk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ki67u { flex-direction: column; text-align: center; } .but2wkc9 { grid-template-columns: 1fr; } }
.io8oae .f3kzv { color: var(--accent-light); }
.h67s5x .f3kzv { font-size: 2rem; }
.h67s5x .tp7o8 { max-width: 680px; }
.xc3m3aw {
  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;
}
.xc3m3aw .f3kzv { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.xc3m3aw .tp7o8  { margin: 0; }
@media (max-width: 640px) { .xc3m3aw { flex-direction: column; } }
.plw21wim .f3kzv { color: var(--accent-light); }
.klhfk .f3kzv { color: #fff; }
.klhfk .tp7o8  { color: rgba(255,255,255,0.85); }
.jxc7wvjt { max-width: 680px; margin: 0 auto; }
.t0ergct1 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .t0ergct1 { grid-template-columns: 1fr; } }
.x96es .epclb72 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.x96es .epclb72:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.zzzzw3i .epclb72 { background: var(--bg-raised); border-color: transparent; }
.zzzzw3i .epclb72:focus { background: var(--bg-card); border-color: var(--accent-light); }
.o5qj .epclb72 { border-radius: 100px; padding: 11px 20px; }
.o5qj .i5g7 { border-radius: 14px; }
.apz1wa6n {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.apz1wa6n 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;
}
.apz1wa6n summary::-webkit-details-marker { display: none; }
.apz1wa6n summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.apz1wa6n[open] summary::after { content: "−"; }
.jv3df5 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.vzhcp9 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .vzhcp9 { grid-template-columns: 1fr; } }
.gtm66tcg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.gtm66tcg h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.gtm66tcg p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.g1yl5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.g1yl5 li { margin-bottom: 6px; }
.hfr09n{position:relative;overflow:visible}
.bi48j .pt1mmp7w{display:block}
.okn6oi3t .c5yr{color: var(--accent-light);opacity:1;font-weight:500}
.clz4x69f{--date-bg:transparent}
.x5inpv .b01gww::before{content:""}
.cymiw6 .at7e4an{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .at7e4an{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .gdbbs4bw{max-width:100%}
}
.qtp4mgp3{margin:24px 0 32px;padding:0;list-style:none}
.zw63{margin:18px 0 28px}
.zw63 .rqfl{margin:0}
@media (max-width:560px){
  .fyi8nhcf{grid-template-columns:repeat(2,1fr);gap:12px}
}
.js6osi8q{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));
  gap:14px;
  margin:16px 0;
}
.k4a1{
  display:flex; flex-direction:column;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text-primary);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.k4a1:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.euu88{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.euu88 img{ width:100%; height:100%; object-fit:cover; display:block; }
.b5vnm2c{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.iuf8{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.vfqk{ font-size:.78rem; color:var(--text-muted); }
.gazqx{ font-size:.75rem; color:var(--cta); font-weight:700; }
.y1fl{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.v125{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.majcw{ }
.fisu{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.r9sr{
  display:flex; flex-wrap:wrap; gap:10px;
}
.xsfhrk6{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:90px; min-height:48px; padding:8px 12px;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:6px;
}
.xsfhrk6 img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .js6osi8q{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .iuf8{ font-size:.85rem; }
  .bxqvf8{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.dfqtn5 .js6osi8q{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.dfqtn5 .euu88{ aspect-ratio: 3 / 4; }
.dfqtn5 .b5vnm2c{ padding: 14px 14px 6px; }
.dfqtn5 .y1fl{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.e5u0a .js6osi8q{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.e5u0a .k4a1{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.e5u0a .euu88{ aspect-ratio: 1 / 1; }
.e5u0a .b5vnm2c{ padding: 8px 10px; }
.e5u0a .iuf8{ font-size: .82rem; }
.e5u0a .vfqk, .e5u0a .gazqx{ display: none; }
.e5u0a .y1fl{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.s1rmg9j .js6osi8q{
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px !important;
}
.s1rmg9j .k4a1{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.s1rmg9j .iuf8{ color: var(--text, #fff); }
.s1rmg9j .vfqk{ color: var(--text-muted, #999); }
.jbmb9uo6 .bxqvf8{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px !important;
  align-items: center;
}
.jbmb9uo6 .o7wm{
  background: transparent !important;
  border: none !important;
  padding: 6px !important;
  min-height: auto !important;
  filter: brightness(.92);
  transition: filter .2s ease, transform .2s ease;
}
.jbmb9uo6 .o7wm:hover{ filter: brightness(1.15); transform: scale(1.06); }
.jbmb9uo6 .o7wm img{ max-height: 36px !important; }
.m9vt .fisu{ display: none; }
.m9vt .v125{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.m9vt .majcw{ display: contents; }
.m9vt .r9sr{ display: contents; }
.br5m .xsfhrk6{
  border-radius: 999px !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  gap: 8px;
}
.br5m .xsfhrk6 img{ max-width: 36px !important; max-height: 22px !important; }
.br5m .xsfhrk6::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.pozv .v125{ gap: 10px; }
.pozv .fisu{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.pozv .majcw{
  display: flex; align-items: center; flex-wrap: wrap;
}
.pozv .r9sr{ flex: 1; gap: 8px; }
.pozv .xsfhrk6{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.pozv .xsfhrk6 img{ max-height: 22px !important; }
.cfqrt1h .js6osi8q{
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 14px !important;
}
.cfqrt1h .k4a1{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.cfqrt1h .euu88{
  aspect-ratio: 3 / 4;
  display: block;
}
.cfqrt1h .euu88 img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.cfqrt1h .b5vnm2c{
  
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.cfqrt1h .iuf8{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.cfqrt1h .vfqk,
.cfqrt1h .gazqx{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.cfqrt1h .y1fl{
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -40%);
  margin: 0 !important;
  padding: 10px 22px !important;
  font-size: .9rem !important;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.cfqrt1h .k4a1:hover .euu88 img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.cfqrt1h .k4a1:hover .b5vnm2c{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cfqrt1h .k4a1:hover .y1fl{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .cfqrt1h .js6osi8q{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .cfqrt1h .b5vnm2c{ opacity: 1; transform: none; }
  .cfqrt1h .y1fl{ opacity: 1; transform: translate(-50%, -50%); }
  .cfqrt1h .euu88 img{ filter: brightness(0.8); }
}
.d1eg .ylpttmg::first-letter{
  float: left;
  font-size: 3.4em;
  line-height: .9;
  font-weight: 800;
  color: var(--cta);
  padding: 4px 12px 0 0;
  margin-top: 4px;
}
.d1eg .ylpttmg{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.zjcjgx .ylpttmg,
.zjcjgx .a6wf{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.zjcjgx .xwkowv9l { padding: 8px 0 8px 56px; }
.zjcjgx .xwkowv9l::before {
  content: "\201C"; position: absolute; left: 4px; top: -10px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.zjcjgx .cjyiozi { padding: 8px 56px 8px 0; text-align: right; }
.zjcjgx .cjyiozi::after {
  content: "\201D"; position: absolute; right: 4px; bottom: -18px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.zjcjgx .oo78gy9 { padding: 8px 22px; }
.zjcjgx .oo78gy9::before,
.zjcjgx .oo78gy9::after {
  font-family: Georgia, "Times New Roman", serif; font-size: 1.8em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700; vertical-align: -0.05em;
}
.zjcjgx .oo78gy9::before { content: "\00AB\00A0"; margin-right: 4px; }
.zjcjgx .oo78gy9::after  { content: "\00A0\00BB"; margin-left: 4px; }
.zjcjgx .k3hvk {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.zjcjgx .qdx6p { padding: 32px 0 8px 0; }
.zjcjgx .qdx6p::before {
  content: "\201C"; position: absolute; left: 0; top: -6px;
  font-family: Georgia, "Times New Roman", serif; font-size: 2.6em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.zjcjgx .k1uu {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.vdpg11c7 { padding-top: 6px; }
.vdpg11c7 .sbh6gm{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.vdpg11c7 .sbh6gm::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.vdpg11c7 p { margin: 0 0 10px; }
.vdpg11c7 p:last-child { margin-bottom: 0; }
.bjwysy{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.asrq7f{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.q3n4fc1{
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.q3n4fc1:hover{ border-color: var(--cta); background: var(--bg-hover); }
.ms4v6r93{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.ms4v6r93::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.ijib{ flex: 1; min-width: 0; }
.t0kp6k{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.euwjw{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.asrq7f.oahq .q3n4fc1 { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.asrq7f.oahq .ms4v6r93 { width: 36px; height: 36px; }
.asrq7f.oahq .ijib { text-align: center; }
.asrq7f.hqt0u .q3n4fc1 { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.asrq7f.mjqzdc { counter-reset: fgb-c; }
.asrq7f.mjqzdc .q3n4fc1 { counter-increment: fgb-c; }
.vq66cqg.k3pnc .bif7j3 { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.vq66cqg.k3pnc .trj6uu { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.vq66cqg.k3pnc .ay1sw { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.vq66cqg.k3pnc .g5y4nhny { grid-column: 2; text-align: left; padding: 0; }
.vq66cqg.k3pnc .l7l3h { grid-column: 2; text-align: left; padding: 0; }
.vq66cqg.k3pnc .tgbuwxur { grid-column: 2; padding-left: 18px; }
.vq66cqg.sb97nxs .trj6uu,
.vq66cqg.sb97nxs .ay1sw { display: none; }
.vq66cqg.sb97nxs .bif7j3 { padding: 16px 18px; text-align: left; }
.vq66cqg.sb97nxs .g5y4nhny { text-align: left; }
.vq66cqg.sb97nxs .l7l3h { text-align: left; }
.vq66cqg.pbbsr2jo { counter-reset: clb-n; }
.vq66cqg.pbbsr2jo .bif7j3 { counter-increment: clb-n; }
.vq66cqg.pbbsr2jo .trj6uu { display: none; }
.vq66cqg.pbbsr2jo .ay1sw { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; color: #fff; font-weight: 700; }
.vq66cqg.pbbsr2jo .ay1sw::before { content: counter(clb-n); font-family: inherit; }
.vq66cqg.pbbsr2jo .ay1sw::after { display: none; }
.vq66cqg.pbbsr2jo .bif7j3:not(:has(.ay1sw)) .g5y4nhny::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.u7mry .bif7j3 { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.u7mry .trj6uu { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.u7mry .g5y4nhny { grid-column: 2; text-align: left; padding: 0; }
.u7mry .l7l3h { grid-column: 2; text-align: left; padding: 0; }
.u7mry .tgbuwxur { grid-column: 2; padding-left: 18px; }
.y316 .vq66cqg { counter-reset: cl-n; }
.y316 .bif7j3 { counter-increment: cl-n; }
.y316 .trj6uu { display: none; }
.y316 .bif7j3:not(:has(.ay1sw)) .g5y4nhny::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.xz27s .trj6uu,
.xz27s .bif7j3 { padding: 16px 18px; text-align: left; }
.xz27s .g5y4nhny { text-align: left; }
.xz27s .l7l3h { text-align: left; }
.p962hqqz .q3n4fc1 { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.p962hqqz .ms4v6r93 { display: none; }
.uy7wh .q3n4fc1 { border: 0; background: var(--bg-card-inner); }
.uy7wh .ms4v6r93 { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.uy7wh .ms4v6r93::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.deoo .asrq7f { counter-reset: fg-c; }
.deoo .q3n4fc1 { counter-increment: fg-c; }
.deoo .ms4v6r93 { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.deoo .ms4v6r93::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.foqd7 .q3n4fc1 { border: 0; background: transparent; padding: 10px 4px; }
.foqd7 .q3n4fc1 + .q3n4fc1 { border-top: 1px solid var(--border); }
.foqd7 .ms4v6r93 { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.foqd7 .ms4v6r93::after { display: none; }
.toznv .q3n4fc1 { border: 0; background: var(--bg-card); padding: 12px 14px; }
.toznv .ms4v6r93 { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.toznv .ms4v6r93::after { display: none; }
.y61uu .q3n4fc1 { display: block; position: relative; padding: 14px 16px 14px 44px; }
.y61uu .ms4v6r93 { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.y61uu .ijib { display: block; }
.c19wyla .q3n4fc1 { background: transparent; }
.c19wyla .ms4v6r93 { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.c19wyla .ms4v6r93::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .jgp7a8ql{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .a5wyip{ font-size: 1.4rem; }
}
@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) {
  .p2j3ku { padding: 28px 18px 20px; }
  .gpm8lzg { font-size: 1.2rem; }
  .x3fhh { max-width: 220px; max-height: 80px; }
}
.z0vc .x27kkc {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.z0vc .lny1fj {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.z0vc .zk4dzh8 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.zgc4  .y2bioks { border-radius: 50%; }
.g6t997 .zk4dzh8 { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .y2bioks { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .xpgx9o { display: none; }
  .x68lr6 {
    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;
  }
}
.wza2uk .bizs,
.wza2uk .mmjqktj h2, .wza2uk .mmjqktj h3, .wza2uk .mmjqktj h4,
.wza2uk .g5y4nhny h3, .wza2uk .t0kp6k,
.wza2uk .gu09jtth, .wza2uk .a690 { color: var(--cta) !important; }
.wza2uk .cwqivd,
.wza2uk .jcy7d,
.wza2uk .bweic0q,
.wza2uk .fswwt {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.wza2uk .cwqivd strong { color: var(--cta) !important; }
.wza2uk .cwqivd .unr90,
.wza2uk .cwqivd .unr90::before { color: var(--cta) !important; }
.wza2uk [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.wza2uk .jgp7a8ql, .wza2uk .wlyk3,
.wza2uk .o4e948, .wza2uk .p1shoqx,
.wza2uk .bif7j3 { border-color: var(--cta) !important; }
.wza2uk .a5wyip { color: var(--cta) !important; }
.sng6, .z0qq3, .x68lr6, .vaas,
.ib9scrsc, .kf0adq, .qvq9j8 { text-transform: capitalize; }
:root {
  --accent:          #252434;
  --brand:           #252434;
  --brand-light:     #ff2349;
  --brand-pale:      #ff2349;
  --grad-start:      #000000;
  --grad-end:        #1a1924;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ff2349;
  --cta-light:       #fb738a;
  --cta-hover:       #fe4b6a;
  --bg-page:         #0a0a0f;
  --bg-surface:      #111018;
  --bg-card:         #171721;
  --bg-card-inner:   #1e1d2a;
  --bg-raised:       #242333;
  --bg-hover:        #2a293c;
  --border:          #333248;
  --border-alt:      #403e5a;
  --border-section:  #333248;
  --text-primary:    #e5e4e6;
  --text-muted:      #a4a3a7;
  --text-body:       #cbcacd;
  --text-sub:        #a4a3a7;
  --text-faint:      #707075;
  --text-dim:        #57575b;
  --text-label:      #8a898e;
  --text-value:      #bebdc0;
  --accent-bg:       #1e1e1e;
  --accent-bg-light: #2d2d2d;
  --bg-tip:          #162621;
  --bg-warning:      #272115;
  --bg-info:         #161b26;
  --bg-pros:         #162621;
  --bg-cons:         #26161b;
  --c-pros:          #93dbc6;
  --c-cons:          #e689a4;
  --c-pros-label:    #6dceb2;
  --c-tip-border:    #52c5a4;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #93dbc6;
}
:root { --logo-bg-opacity: 59%; }
body, button, input { font-family: system-ui, -apple-system, sans-serif; }
.hw5s .unr90 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.hw5s .unr90::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.hw5s .jcy7d     .unr90::before { content: "";  color: var(--c-tip-border); }.hw5s .bweic0q .unr90::before { content: ""; color: var(--c-warn-border); }.hw5s .fswwt    .unr90::before { content: ""; color: #60a5fa; }.byyqsbn .hw5s .jcy7d     .unr90::before { color: #10b981; }.byyqsbn .hw5s .bweic0q .unr90::before { color: #f43f5e; }.byyqsbn .hw5s .fswwt    .unr90::before { color: #a855f7; }.a2ssk7  .hw5s .jcy7d     .unr90::before { color: #eab308; }.a2ssk7  .hw5s .bweic0q .unr90::before { color: #ef4444; }.a2ssk7  .hw5s .fswwt    .unr90::before { color: #f97316; }.mk62vaw  .hw5s .jcy7d     .unr90::before { color: #38bdf8; }.mk62vaw  .hw5s .bweic0q .unr90::before { color: #818cf8; }.mk62vaw  .hw5s .fswwt    .unr90::before { color: #2dd4bf; }.opbu18 .hw5s .unr90::before { color: var(--accent-light) !important; }
.lcam .c4u12z li::before, .lcam .pdz706 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.lcam .c4u12z li::before { content: ""; }.lcam .pdz706 li::before { content: ""; }.lcam .k9ot7z::before, .lcam .uuz5derp::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.lcam .k9ot7z::before { content: ""; }.lcam .uuz5derp::before { content: ""; }
.hko9t9 .lflguqpy, .hko9t9 .okz36n9b { min-height: 780px; }
.err7y46::before { content: '•'; }
.pbf1056 .zwcp {  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%,  rgba(0,0,0,0.72) 55%, var(--accent-bg) 100%); }.pbf1056 .qk8lwdff {  filter: brightness(0.42); }.pbf1056 .ei7sk8m {  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.8)); }