:root {
  --color-accent: #0a0a14;
  --color-cta: #f08a00;
  --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;
}
.nnvcgsch {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ll3s {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.o0nypd {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.o6m4jeg1 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.auboy3 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.auboy3 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.auboy3 a:hover { color: var(--accent-light); }
.wr6llv2m     .qf056y { border-radius: 24px; padding: 8px; }
.wr6llv2m .qf056y li a { border-radius: 16px; }
@media (max-width: 640px) {
  .qf056y {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .h41v89yd:hover .qf056y,
  .h41v89yd:focus-within .qf056y { display: block; }
  .qf056y li a { padding: 8px 16px; font-size: 0.88rem; }
}
.wxqlu {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.mehho2c { display: none; }
@media (max-width: 640px) {
  .mehho2c {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .mehho2c.ue14qqx2 { display: block; }
}
@media (max-width: 640px) {
  .wxqlu { display: block; }
  .auboy3 > li + li::before { display: none !important; }
  .auboy3 {
    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;
  }
  .auboy3.ue14qqx2 { display: flex; }
  .auboy3 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .auboy3 li:last-child a { border-bottom: none; }
}
.fn3lvfgf { min-height: 480px; }
.guu0c0 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.lfmhfw { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.lizmgs2p .lfmhfw { margin-left: 0; margin-right: 0; }
.top4dvh1 {
  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;
}
.top4dvh1:hover { opacity: 0.88; }
.c6m1cf6q {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.mgp3h1p {
  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%);
}
.c6m1cf6q .ydj8 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.c6m1cf6q .guu0c0 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.c6m1cf6q .lfmhfw { color: #e2e8f0; }
.c6m1cf6q.ynbxdng .ydj8 { text-align: center; }
.c6m1cf6q.lizmgs2p   .ydj8 { text-align: left; }
.d78w .ydj8 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.d78w .guu0c0 { color: var(--text-primary); text-shadow: none; }
.d78w .lfmhfw { color: var(--text-muted); }
.d78w .top4dvh1 { margin-top: 16px; }
.d78w, .d78w.fn3lvfgf { min-height: auto !important; }
.d78w.ynbxdng .ydj8 { text-align: center; }
.d78w.lizmgs2p   .ydj8 { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.j16s .izvwie,
.j16s .vicro401 {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.bc5t9ls3 .c6m1cf6q .mgp3h1p {
  overflow: hidden;
}
.bc5t9ls3 .c6m1cf6q .mgp3h1p::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); }
}
.n2dv6 .c6m1cf6q .mgp3h1p {
  overflow: hidden;
}
.n2dv6 .c6m1cf6q .mgp3h1p::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;
}
.iwjzc2pi .c6m1cf6q .mgp3h1p {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.e5q0 .c6m1cf6q .mgp3h1p {
  overflow: hidden;
}
.e5q0 .c6m1cf6q .mgp3h1p::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;
}
.j16s .c6m1cf6q .mgp3h1p {
  animation: hg-breathe 10s ease-in-out infinite;
}
.izvwie .mgp3h1p {
  background: none;
}
.izvwie .guu0c0 { color: #fff; }
.izvwie .lfmhfw { color: rgba(255,255,255,0.85); }
.izvwie .top4dvh1 { background: #fff; color: var(--cta); }
.izvwie .top4dvh1:hover { opacity: 0.92; }
.j16s .h4l3epnf {
  animation: hg-breathe 7s ease-in-out infinite;
}
.h4l3epnf .guu0c0 { text-shadow: none; color: var(--text-primary); }
.h4l3epnf .lfmhfw { color: var(--text-muted); }
body.vaswylax .guu0c0 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.gjdxpsg .guu0c0 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.fn3lvfgf.izvwie .guu0c0,
section.izvwie .guu0c0 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.h4l3epnf.ynbxdng .pt6v { align-items: center; text-align: center; }
.fn3lvfgf .ojgg3 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.ojgg3 .j00gtz.e7na {
  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;
}
.ojgg3 .j00gtz.e7na:hover { opacity: 0.85; }
.bzuorh .ydj8 { padding-bottom: 24px; }
.s0yj6mm .ydj8 { max-width: 1100px; }
@media (max-width: 700px) {
  .h4l3epnf { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .h4l3epnf:not(.d1kd) .zumgzr1 { display: none !important; }
  .d1kd .zumgzr1 { padding: 16px; }
  .pt6v  { padding: 36px 24px; }
  .h4l3epnf~.nbn0p,.gm0nav0x~.nbn0p{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .fn3lvfgf, .h4l3epnf { min-height: 320px !important; }
  .guu0c0 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .pfpm5qwt,
  .f5rord3,
  .muxi { grid-template-columns: 1fr !important; }

  

  
  .bzuorh { display: flex !important; flex-direction: column !important; }
  .bzuorh .ydj8 { display: contents; }
  .bzuorh .mgp3h1p { order: 0; }
  .bzuorh .guu0c0 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .bzuorh .pfpm5qwt { order: 2; padding: 0 16px 12px !important; }
  .bzuorh .lfmhfw { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .s0yj6mm .ydj8 { display: flex; flex-direction: column; }
  .s0yj6mm .ydj8 .guu0c0 { order: 1; }
  .s0yj6mm .ydj8 .muxi { order: 2; margin: 8px 0 24px !important; }
  .s0yj6mm .ydj8 .lfmhfw { order: 3; }
  .s0yj6mm .ydj8 .top4dvh1 { order: 4; align-self: center; margin-top: 0; }

  
  .h4l3epnf.d1kd {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .h4l3epnf.d1kd .pt6v { display: contents; padding: 0; }
  .h4l3epnf.d1kd .pt6v .guu0c0 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .h4l3epnf.d1kd .zumgzr1 { order: 2; padding: 12px 16px; }
  .h4l3epnf.d1kd .pt6v .lfmhfw { order: 3; padding: 0 24px; margin: 0 auto; }
  .h4l3epnf.d1kd .pt6v .top4dvh1 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.j0eatf3b { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.bcoc { width: 100%; height: auto; display: block; border-radius: 10px; }
.yjoaju9 .j0eatf3b        { border-radius: 16px; }
.yjoaju9 .bcoc  { border-radius: 16px; }
.g8r1ax .j0eatf3b         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.g8r1ax .bcoc   { border-radius: 8px; }
.onq2gqna { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.zo5wly { width: 100%; padding: 32px 0; position: relative; }
.mis227y { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.itrk64g .zo5wly:nth-child(even) { background: var(--bg-surface); }
.itrk64g .zo5wly:nth-child(odd)  { background: var(--bg-page); }
.vx0nba .zo5wly:nth-child(even) { background: var(--bg-card); }
.vx0nba .zo5wly:nth-child(odd)  { background: var(--bg-page); }
.itrk64g .zo5wly:nth-child(odd)  .mis227y { background: var(--bg-card); border-radius: 6px; }
.itrk64g .zo5wly:nth-child(even) .mis227y { background: var(--bg-raised); border-radius: 6px; }
.vx0nba .zo5wly:nth-child(odd)  .mis227y { background: var(--bg-card); border-radius: 6px; }
.vx0nba .zo5wly:nth-child(even) .mis227y { background: var(--bg-raised); border-radius: 6px; }
.itrk64g .zo5wly:nth-child(even) .vjak .wmxs,
.vx0nba .zo5wly:nth-child(even) .vjak .wmxs { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.itrk64g .zo5wly:nth-child(odd) .vjak .wmxs,
.vx0nba .zo5wly:nth-child(odd) .vjak .wmxs { background: var(--bg-card-inner); }
.itrk64g .zo5wly:nth-child(even) .z6iiki .wmxs:nth-child(odd),
.vx0nba .zo5wly:nth-child(even) .z6iiki .wmxs:nth-child(odd)  { background: var(--bg-card); }
.itrk64g .zo5wly:nth-child(even) .z6iiki .wmxs:nth-child(even),
.vx0nba .zo5wly:nth-child(even) .z6iiki .wmxs:nth-child(even) { background: var(--bg-card-inner); }
h1.azzaja { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.azzaja {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.uqo3eq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.ipj6lzeh h2.azzaja {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.xqjo8vf h2.azzaja {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.xxw3dz h2.azzaja {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.v59y h2.azzaja::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.wxymgh5 h2.azzaja {
  color: var(--text-primary); font-size: 1.7rem;
}
.w8wmofnb h2.azzaja::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.krl9 h2.azzaja {
  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) { .s1raihcb { display: none; } }
.j5up { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.tt8brip2 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.qsqkwmg {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.kw1rj5t { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.rre5zm { padding-left: 20px; }
.rre5zm li { margin-bottom: 6px; }
.rre5zm a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.rre5zm a:hover { color: var(--accent-light); }
.tub4it2h .kw1rj5t { display: none; }
.f2y2 .kw1rj5t { display: none; }
.f2y2 .rre5zm { padding-left: 0; list-style: none; }
.f2y2 .rre5zm li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.f2y2 .rre5zm a { font-size: 0.92rem; }
.uowv5f .qsqkwmg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.uowv5f .kw1rj5t { display: none; }
.uowv5f .rre5zm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.uowv5f .rre5zm li { margin-bottom: 0; }
.uowv5f .rre5zm 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;
}
.uowv5f .rre5zm a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.bu4wl .qsqkwmg { padding: 20px 20px 16px; }
.bu4wl .rre5zm {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.bu4wl .rre5zm li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.bu4wl .rre5zm 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;
}
.bu4wl .rre5zm 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;
}
.bu4wl .rre5zm a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.bu4wl .rre5zm a:focus,
.bu4wl .rre5zm a:focus-visible,
.bu4wl .rre5zm a:target { outline: none; }
.bu4wl .rre5zm li:target a { border-color: var(--border); color: var(--text-muted); }
.svhei4n .qsqkwmg { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.svhei4n .kw1rj5t { display: none; }
.svhei4n .rre5zm { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.svhei4n .rre5zm li { margin-bottom: 0; }
.svhei4n .rre5zm li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.svhei4n .rre5zm li:last-child::after { content: ""; margin-right: 0; }
.svhei4n .rre5zm a { font-size: 0.9rem; }
.wmxs { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.vjak .wmxs { background: var(--bg-card); }
.z6iiki .wmxs:nth-child(odd)  { background: var(--bg-card); }
.z6iiki .wmxs:nth-child(even) { background: var(--bg-raised); }
.gbof .wmxs {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.gbof .wmxs:last-child { border-bottom: none; }
.gbof h3.uqo3eq { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.rscizwg .wmxs {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.rscizwg .wmxs + .wmxs { margin-top: 4px; }
.j5o7 .wmxs { background: none; border-radius: 0; padding: 12px 0; }
.j5o7 .wmxs + .wmxs { border-top: 1px solid var(--border-section); }
.q94m { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.e5s3n03 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.s8aj83ag { color: var(--text-body); margin-bottom: 10px; }
.gwsv, .gyxb { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.gwsv li, .gyxb li { margin-bottom: 6px; }
.gyxb li { list-style: decimal; }
.w6s04ji     .gwsv { list-style-type: "● "; }
.tmck  .gwsv { list-style-type: "■ "; }
.mb8n1gfc .gwsv { list-style-type: "◆ "; }
.nloxd7    .gwsv { list-style-type: "★ "; }
.w6s04ji     .q0vr8wu2 { list-style-type: "● "; }
.tmck  .q0vr8wu2 { list-style-type: "■ "; }
.mb8n1gfc .q0vr8wu2 { list-style-type: "◆ "; }
.nloxd7    .q0vr8wu2 { list-style-type: "★ "; }
.w6s04ji    .gwsv li::marker, .w6s04ji    .q0vr8wu2 li::marker,
.tmck .gwsv li::marker, .tmck .q0vr8wu2 li::marker,
.mb8n1gfc .gwsv li::marker, .mb8n1gfc .q0vr8wu2 li::marker,
.nloxd7   .gwsv li::marker, .nloxd7   .q0vr8wu2 li::marker {
  color: var(--cta); font-size: 1em;
}
.w6s04ji .gyxb,
.tmck .gyxb,
.mb8n1gfc .gyxb,
.nloxd7 .gyxb {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.w6s04ji .gyxb li,
.tmck .gyxb li,
.mb8n1gfc .gyxb li,
.nloxd7 .gyxb li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.w6s04ji .gyxb li::before,
.tmck .gyxb li::before,
.mb8n1gfc .gyxb li::before,
.nloxd7 .gyxb 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;
}
.w6s04ji     .gyxb li::before { border-radius: 50%; }
.tmck  .gyxb li::before { border-radius: 3px; }
.mb8n1gfc .gyxb li::before { border-radius: 3px; }
.nloxd7    .gyxb li::before { border-radius: 50%; }
.ylbkogwd { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.fiyw5i .ylbkogwd,
.fpit79 .ylbkogwd { background: transparent; border: none; border-radius: 0; }
.mhd9ty37 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.mhd9ty37 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.mhd9ty37 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.mhd9ty37 tr:hover td { background: var(--bg-hover); }
.mbnro .mhd9ty37 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.nzkzuu .mhd9ty37 { border: 1px solid var(--border-alt); }
.nzkzuu .mhd9ty37 th,
.nzkzuu .mhd9ty37 td { border: 1px solid var(--border-alt); }
.vvvv5o .mhd9ty37 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.vvvv5o .mhd9ty37 td { border-bottom: none; }
.vvvv5o .mhd9ty37 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.eq08p1ix .mhd9ty37 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.rxuw7ly .ylbkogwd {
  overflow: hidden;
}
.rxuw7ly .mhd9ty37 th { border-bottom: 1px solid var(--border-alt); }
.rxuw7ly .mhd9ty37 tr:last-child td { border-bottom: none; }
.aizgds { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.uz3rmi { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.y44we { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.j0ig { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.fzaq { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.q0vr8wu2 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.q0vr8wu2 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%}
.qrb9duyy .j0ig { background: transparent; text-align: center; }
.cyhgjpq .y44we {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.kqfy .y44we {
  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);
}
.ccd2g .uz3rmi { display: grid; grid-template-columns: auto 1fr; }
.ccd2g .y44we {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ccd2g .j0ig { grid-column: 2; }
.ccd2g .fzaq,
.ccd2g .q0vr8wu2 { grid-column: 1 / -1; }
.gar5 .uz3rmi { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.gar5 .y44we {
  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);
}
.gar5 .j0ig { grid-column: 2; }
.gar5 .fzaq,
.gar5 .q0vr8wu2 { grid-column: 1 / -1; }
.ls6oxo .uz3rmi { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ls6oxo .j0ig { background: none; color: var(--accent-light); font-weight: 700; }
.sfsh .uz3rmi { 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); }
.sfsh .j0ig { background: none; color: var(--accent-light); font-weight: 700; }
.tk4rx2 .uz3rmi { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.tk4rx2 .uz3rmi:last-child { border-bottom: none; }
.tk4rx2 .j0ig { background: none; color: var(--accent-light); font-weight: 700; }
.dl0o .uz3rmi { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.dl0o .j0ig { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.eqaln .aizgds { counter-reset: card-n; }
.eqaln .uz3rmi  { counter-increment: card-n; }
.eqaln .j0ig { display: flex; align-items: center; gap: 10px; }
.eqaln .j0ig::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;
}
.osxd0h .uz3rmi { background: var(--bg-surface); border: 1px solid var(--border); }
.osxd0h .j0ig { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.inpfu { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.q491la0  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.zui5x { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.grdf { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.inpfu strong { color: var(--text-primary); font-size: 0.95rem; }
.inpfu p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bcoc { width: 100%; height: auto; border-radius: 10px; display: block; }
.e7na {
  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;
}
.e7na:hover { opacity: 0.85; }
.a65u69 .e7na  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.a65u69 .e7na:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ds0vxwmu .e7na  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ds0vxwmu .e7na:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.trhnshyr .top4dvh1 { border-radius: 50px; }
.trhnshyr .e7na  { border-radius: 50px; }
.so0t .top4dvh1 { padding-left: 22px; padding-right: 22px; }
.so0t .e7na  { padding-left: 12px; padding-right: 12px; }
.xibgjqt1 .top4dvh1 { padding-left: 44px; padding-right: 44px; }
.xibgjqt1 .e7na  { padding-left: 24px; padding-right: 24px; }
.sfx07 .top4dvh1 { padding-left: 56px; padding-right: 56px; }
.sfx07 .e7na  { padding-left: 32px; padding-right: 32px; }
.xuy29x6k   .top4dvh1::after, .xuy29x6k   .e7na::after,
.qs8y3 .top4dvh1::after, .qs8y3 .e7na::after,
.v4qk    .top4dvh1::after, .v4qk    .e7na::after,
.twr45    .top4dvh1::after, .twr45    .e7na::after,
.cljy5cm    .top4dvh1::after, .cljy5cm    .e7na::after,
.lscf     .top4dvh1::after, .lscf     .e7na::after,
.bdx92y6    .top4dvh1::after, .bdx92y6    .e7na::after,
.w96fku04   .top4dvh1::after, .w96fku04   .e7na::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;
}
.xuy29x6k .top4dvh1::after, .xuy29x6k .e7na::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");
}
.qs8y3 .top4dvh1::after, .qs8y3 .e7na::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");
}
.v4qk .top4dvh1::after, .v4qk .e7na::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");
}
.twr45 .top4dvh1::after, .twr45 .e7na::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");
}
.cljy5cm .top4dvh1::after, .cljy5cm .e7na::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");
}
.lscf .top4dvh1::after, .lscf .e7na::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");
}
.bdx92y6 .top4dvh1::after, .bdx92y6 .e7na::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");
}
.w96fku04 .top4dvh1::after, .w96fku04 .e7na::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");
}
.gu5x   .yuq04377::after, .gu5x   .xrzzq::after,
.dhfb1n .yuq04377::after, .dhfb1n .xrzzq::after,
.w7804t4    .yuq04377::after, .w7804t4    .xrzzq::after,
.yz6ay3s    .yuq04377::after, .yz6ay3s    .xrzzq::after,
.wigyq    .yuq04377::after, .wigyq    .xrzzq::after,
.r72gbj     .yuq04377::after, .r72gbj     .xrzzq::after,
.ujs5    .yuq04377::after, .ujs5    .xrzzq::after,
.nvtmyi6   .yuq04377::after, .nvtmyi6   .xrzzq::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;
}
.gu5x .yuq04377::after, .gu5x .xrzzq::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");
}
.dhfb1n .yuq04377::after, .dhfb1n .xrzzq::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");
}
.w7804t4 .yuq04377::after, .w7804t4 .xrzzq::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");
}
.yz6ay3s .yuq04377::after, .yz6ay3s .xrzzq::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");
}
.wigyq .yuq04377::after, .wigyq .xrzzq::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");
}
.r72gbj .yuq04377::after, .r72gbj .xrzzq::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");
}
.ujs5 .yuq04377::after, .ujs5 .xrzzq::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");
}
.nvtmyi6 .yuq04377::after, .nvtmyi6 .xrzzq::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");
}
.ek1yqt7u .k2360h1   { background: rgba(128,128,128,.12); }
.j00gtz.e7na {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .jsh7 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .jsh7::before    { grid-area: rank;   }
  .v3iq3           { grid-area: ident;  }
  .p8xxqt4     { grid-area: rating; min-width: 0; width: auto; }
  .n1oshx0v           { grid-area: pills;  }
  .j00gtz             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .jsh7 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .jsh7::before    { justify-self: center; }
  .v3iq3           { width: 100%; }
  .p8xxqt4     { justify-self: center; }
  .n1oshx0v           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .ey9nwru8 .dz0nx {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ey9nwru8 .c77mgvt { margin: 0; }
}
.k68h84t .c77mgvt { border-top: 4px solid var(--accent); }
.k68h84t .iq8w { background: var(--bg-card); }
@media (max-width: 720px) {
  .si3c35g9 { grid-template-columns: 1fr; }
  .br0klm { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .br0klm .ewfuj76 { width: 72px; height: 50px; }
  .br0klm .ayjmwwz { max-width: 180px; }
  .br0klm .p2csgj5 { width: auto; }
}
@media (max-width: 720px) {
  .hxfdld4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ntedxn7 { padding: 16px; }
  .zmg20gx .d0abszq { min-width: 50%; }
}
@media (max-width: 860px) {
  .l96my83h { grid-template-columns: 1fr; }
  .j2xv3 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ix9tt { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .icxmaju { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .u31v94p { flex-direction: column; align-items: stretch; }
}
.z7qh .p2csgj5 .e7na { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .tcs0 { flex-direction: column; align-items: stretch; gap: 10px; }
  .z7qh .p2csgj5 { text-align: center; }
}
@media (max-width: 720px) {
  .wniqr { grid-template-columns: 1fr; }
  .vr7r4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .tge0iy { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .zzhuvm { grid-template-columns: 1fr; }
  .ltl6nh { width: 100px; height: 100px; margin: 16px auto; }
  .fuo6kqwf { font-size: 1.4rem; }
  .ut0oi { justify-content: center; }
  .epixn9 .d0abszq { min-width: 50%; }
}
@media (max-width: 540px) {
  .wwmnf15 { flex-wrap: wrap; padding: 14px 16px; }
  .u4kn { padding: 12px 16px; }
  .vh6n .hrlb7 { margin: 0 16px; }
  .vh6n .su9a7ike { padding: 0 16px; }
  .t9jg4b { padding: 12px 16px; }
}
.fj2ux5lm .jsh7 {
  border-left: 4px solid var(--accent);
  padding-left: 18px;
}
.fj2ux5lm .jsh7:first-child {
  border-left-width: 5px;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--accent) 8%, transparent),
    transparent 35%);
}
.kjirq8x .n1oshx0v .ji2pb {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.mm24hy3d { margin: 16px 0; }
.y4ylj { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.y4ylj summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.y4ylj summary::after { content: "+"; color: var(--accent-light); }
.y4ylj[open] summary::after { content: "−"; }
.y4ylj p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.zo5wly { margin-bottom: 0; }
.n9yrtol h2.azzaja { color: var(--text-primary); border-color: var(--accent-light); }
.p5mlz h2.azzaja { color: var(--text-primary); border-color: var(--accent-light); }
.wje9i783 .q491la0     { background: #052e16; border-color: #10b981; }
.wje9i783 .zui5x    { background: #1e1036; border-color: #a855f7; }
.wje9i783 .inpfu strong  { color: #f1f5f9; }
.wje9i783 .inpfu p       { color: #cbd5e1; }
.wje9i783 .a4e6p    .q491la0     .grdf::before,
.wje9i783 .vwss  .q491la0     .grdf::before,
.wje9i783 .b1e6ba  .q491la0     .grdf::before,
.wje9i783 .ivnaih .q491la0     .grdf::before { color: #10b981; }
.wje9i783 .a4e6p    .sew6ddr8 .grdf::before,
.wje9i783 .vwss  .sew6ddr8 .grdf::before,
.wje9i783 .b1e6ba  .sew6ddr8 .grdf::before,
.wje9i783 .ivnaih .sew6ddr8 .grdf::before { color: #f43f5e; }
.wje9i783 .a4e6p    .zui5x    .grdf::before,
.wje9i783 .vwss  .zui5x    .grdf::before,
.wje9i783 .b1e6ba  .zui5x    .grdf::before,
.wje9i783 .ivnaih .zui5x    .grdf::before { color: #a855f7; }
.za51 .q491la0     { background: #2d2000; border-color: #eab308; }
.za51 .zui5x    { background: #2d1600; border-color: #f97316; }
.za51 .inpfu strong  { color: #f1f5f9; }
.za51 .inpfu p       { color: #cbd5e1; }
.za51 .a4e6p    .q491la0     .grdf::before,
.za51 .vwss  .q491la0     .grdf::before,
.za51 .b1e6ba  .q491la0     .grdf::before,
.za51 .ivnaih .q491la0     .grdf::before { color: #eab308; }
.za51 .a4e6p    .sew6ddr8 .grdf::before,
.za51 .vwss  .sew6ddr8 .grdf::before,
.za51 .b1e6ba  .sew6ddr8 .grdf::before,
.za51 .ivnaih .sew6ddr8 .grdf::before { color: #ef4444; }
.za51 .a4e6p    .zui5x    .grdf::before,
.za51 .vwss  .zui5x    .grdf::before,
.za51 .b1e6ba  .zui5x    .grdf::before,
.za51 .ivnaih .zui5x    .grdf::before { color: #f97316; }
.t4ihy .q491la0     { background: #0c1a2e; border-color: #38bdf8; }
.t4ihy .zui5x    { background: #0a2020; border-color: #2dd4bf; }
.t4ihy .inpfu strong  { color: #f1f5f9; }
.t4ihy .inpfu p       { color: #cbd5e1; }
.t4ihy .a4e6p    .q491la0     .grdf::before,
.t4ihy .vwss  .q491la0     .grdf::before,
.t4ihy .b1e6ba  .q491la0     .grdf::before,
.t4ihy .ivnaih .q491la0     .grdf::before { color: #38bdf8; }
.t4ihy .a4e6p    .sew6ddr8 .grdf::before,
.t4ihy .vwss  .sew6ddr8 .grdf::before,
.t4ihy .b1e6ba  .sew6ddr8 .grdf::before,
.t4ihy .ivnaih .sew6ddr8 .grdf::before { color: #818cf8; }
.t4ihy .a4e6p    .zui5x    .grdf::before,
.t4ihy .vwss  .zui5x    .grdf::before,
.t4ihy .b1e6ba  .zui5x    .grdf::before,
.t4ihy .ivnaih .zui5x    .grdf::before { color: #2dd4bf; }
.mbtmw98 .q491la0     { background: var(--accent-bg); border-color: var(--accent-light); }
.mbtmw98 .sew6ddr8 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.mbtmw98 .zui5x    { background: var(--accent-bg); border-color: var(--accent-pale); }
.mbtmw98 .a4e6p    .grdf::before,
.mbtmw98 .vwss  .grdf::before,
.mbtmw98 .b1e6ba  .grdf::before,
.mbtmw98 .ivnaih .grdf::before { color: var(--accent-light) !important; }
.ri6d0eo .l24w6xjj { background: var(--bg-pros); }
.ri6d0eo .jn5rtn1l { background: var(--bg-cons); }
.ri6d0eo .l24w6xjj .lxuij5bl { color: var(--c-pros-label); }
.ri6d0eo .jn5rtn1l .rt3vl7x6 { color: var(--c-cons); }
.ri6d0eo .l24w6xjj ul li,
.ri6d0eo .aj7unxn1 li          { color: var(--c-pros); }
.ri6d0eo .jn5rtn1l ul li,
.ri6d0eo .qqd3x li          { color: var(--c-cons); }
.e6zo .inpfu { background: transparent; border-left: none; border: 1.5px solid; }
.e6zo .q491la0     { border-color: var(--c-tip-border); }
.e6zo .zui5x    { border-color: #60a5fa; }
.e6zo .inpfu strong { color: var(--text-primary); }
.e6zo .inpfu p      { color: var(--text-muted); }
.ci2g7 .inpfu { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ci2g7 .q491la0     { border-top-color: var(--c-tip-border); }
.ci2g7 .zui5x    { border-top-color: #60a5fa; }
.lspoak5m .inpfu { border-left: none; border-radius: 8px; }
.lspoak5m .q491la0     { background: #065f46; }
.lspoak5m .sew6ddr8 { background: #92400e; }
.lspoak5m .zui5x    { background: #1e3a8a; }
.lspoak5m .inpfu strong,
.lspoak5m .inpfu p { color: #fff; }
.lspoak5m .grdf::before { color: rgba(255,255,255,0.85) !important; }
.wje9i783.lspoak5m .q491la0,
.wje9i783 .lspoak5m .q491la0     { background: #052e16; }
.wje9i783.lspoak5m .sew6ddr8,
.wje9i783 .lspoak5m .sew6ddr8 { background: #2d0a1e; }
.wje9i783.lspoak5m .zui5x,
.wje9i783 .lspoak5m .zui5x    { background: #1e1036; }
.za51.lspoak5m .q491la0,
.za51 .lspoak5m .q491la0      { background: #2d2000; }
.za51.lspoak5m .sew6ddr8,
.za51 .lspoak5m .sew6ddr8  { background: #2d0b0b; }
.za51.lspoak5m .zui5x,
.za51 .lspoak5m .zui5x     { background: #2d1600; }
.t4ihy.lspoak5m .q491la0,
.t4ihy .lspoak5m .q491la0      { background: #0c1a2e; }
.t4ihy.lspoak5m .sew6ddr8,
.t4ihy .lspoak5m .sew6ddr8  { background: #12103a; }
.t4ihy.lspoak5m .zui5x,
.t4ihy .lspoak5m .zui5x     { background: #0a2020; }
.gqrg .inpfu { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gqrg .q491la0     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.gqrg .zui5x    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gqrg .inpfu strong { color: var(--text-primary); }
.gqrg .inpfu p      { color: var(--text-muted); }
.zpjz .inpfu { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.a4e6p .grdf,
.vwss .grdf,
.b1e6ba .grdf,
.ivnaih .grdf { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.a4e6p .grdf::before,
.vwss .grdf::before,
.b1e6ba .grdf::before,
.ivnaih .grdf::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.a4e6p .q491la0     .grdf::before { content: "✦"; color: var(--c-tip-border); }
.a4e6p .sew6ddr8 .grdf::before { content: "▲"; color: var(--c-warn-border); }
.a4e6p .zui5x    .grdf::before { content: "◉"; color: #60a5fa; }
.vwss .q491la0     .grdf::before { content: "★"; color: var(--c-tip-border); }
.vwss .sew6ddr8 .grdf::before { content: "◆"; color: var(--c-warn-border); }
.vwss .zui5x    .grdf::before { content: "●"; color: #60a5fa; }
.b1e6ba .q491la0     .grdf::before { content: "▶"; color: var(--c-tip-border); }
.b1e6ba .sew6ddr8 .grdf::before { content: "■"; color: var(--c-warn-border); }
.b1e6ba .zui5x    .grdf::before { content: "▸"; color: #60a5fa; }
.ivnaih .q491la0     .grdf::before { content: "→"; color: var(--c-tip-border); }
.ivnaih .sew6ddr8 .grdf::before { content: "⬥"; color: var(--c-warn-border); }
.ivnaih .zui5x    .grdf::before { content: "◈"; color: #60a5fa; }
.ksi1v9hd .vjak .wmxs,
.ksi1v9hd .z6iiki .wmxs  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ksi1v9hd .uz3rmi                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ksi1v9hd .ylbkogwd          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ksi1v9hd .qsqkwmg                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.a2945 .vjak .wmxs,
.a2945 .z6iiki .wmxs,
.a2945 .uz3rmi,
.a2945 .jsh7,
.a2945 .c77mgvt,
.a2945 .ylbkogwd,
.a2945 .qsqkwmg,
.a2945 .zpjz .inpfu { box-shadow: none; }
.meoyj4   body, .meoyj4   { font-size: 0.9rem; }
.meoyj4   .s8aj83ag, .meoyj4 .q94m, .meoyj4 .e5s3n03,
.meoyj4   .j5up, .meoyj4 .tt8brip2 { font-size: 0.9rem; }
.meoyj4   .gwsv, .meoyj4 .gyxb { font-size: 0.9rem; }
.bdtb6p   .s8aj83ag, .bdtb6p .q94m, .bdtb6p .e5s3n03,
.bdtb6p   .j5up, .bdtb6p .tt8brip2 { font-size: 0.95rem; }
.bdtb6p   .gwsv, .bdtb6p .gyxb { font-size: 0.95rem; }
.wvm6sq   .s8aj83ag, .wvm6sq .q94m, .wvm6sq .e5s3n03,
.wvm6sq   .j5up, .wvm6sq .tt8brip2 { font-size: 1.08rem; }
.wvm6sq   .gwsv, .wvm6sq .gyxb { font-size: 1.05rem; }
.wvm6sq   .mhd9ty37 { font-size: 0.97rem; }
.bdwqflg .guu0c0      { font-size: 3.2rem; }
.bdwqflg h2.azzaja { font-size: 1.9rem; }
.bdwqflg h3.uqo3eq     { font-size: 1.4rem; }
.gupfpj .guu0c0      { font-size: 3.8rem; }
.gupfpj h2.azzaja { font-size: 2.2rem; }
.gupfpj h3.uqo3eq     { font-size: 1.6rem; }
.zo5wly + .zo5wly { position: relative; }
.u3gl5c   .zo5wly + .zo5wly::before,
.s5n5krjp  .zo5wly + .zo5wly::before,
.kf0ca   .zo5wly + .zo5wly::before,
.e9ruh8e4   .zo5wly + .zo5wly::before,
.brws   .zo5wly + .zo5wly::before,
.swoqgi .zo5wly + .zo5wly::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.u3gl5c .zo5wly + .zo5wly::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.s5n5krjp .zo5wly + .zo5wly::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.kf0ca .zo5wly + .zo5wly::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;
}
.e9ruh8e4 .zo5wly + .zo5wly::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.mizb .zo5wly { margin-bottom: 16px; }
.mizb .zo5wly + .zo5wly { margin-top: 0; }
.mizb .mis227y { padding-top: 0; padding-bottom: 0; }
.brws .zo5wly + .zo5wly::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.swoqgi .zo5wly + .zo5wly::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.al6rvm .zo5wly + .zo5wly::before,
.u69qk .zo5wly + .zo5wly::before,
.zlp1yp .zo5wly + .zo5wly::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%;
}
.itrk64g .al6rvm .zo5wly:nth-child(even)::before,
.itrk64g .u69qk .zo5wly:nth-child(even)::before,
.itrk64g .zlp1yp .zo5wly:nth-child(even)::before { background: var(--bg-surface); }
.vx0nba .al6rvm .zo5wly:nth-child(even)::before,
.vx0nba .u69qk .zo5wly:nth-child(even)::before,
.vx0nba .zlp1yp .zo5wly:nth-child(even)::before { background: var(--bg-card); }
.al6rvm .zo5wly + .zo5wly::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");
}
.u69qk .zo5wly + .zo5wly::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");
}
.zlp1yp .zo5wly + .zo5wly::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");
}
.m1v4z .c6m1cf6q,
.erf4ox2 .c6m1cf6q,
.b0wwmagg .c6m1cf6q { overflow: hidden; }
.m1v4z .ydj8,
.erf4ox2 .ydj8 { margin-bottom: 60px; }
.b0wwmagg .ydj8 { margin-bottom: 70px; }
.m1v4z .c6m1cf6q::before,
.erf4ox2 .c6m1cf6q::before,
.b0wwmagg .c6m1cf6q::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%;
}
.m1v4z .c6m1cf6q::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");
}
.erf4ox2 .c6m1cf6q::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");
}
.b0wwmagg .c6m1cf6q::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");
}
.e79pla0q .c6m1cf6q:not(.izvwie) .mgp3h1p { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.banc .c6m1cf6q:not(.izvwie) .mgp3h1p { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.vcnvt  .c6m1cf6q:not(.izvwie) .mgp3h1p { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yumda  .c6m1cf6q:not(.izvwie) .mgp3h1p { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.banc .izvwie { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.banc .vicro401 { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.banc .h4l3epnf { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.jl6nm .izvwie .mgp3h1p { background: none; }
.jl6nm .c6m1cf6q:not(.izvwie) .mgp3h1p { background: rgba(0,0,0,0.6); }
.zo5wly.un7t8 .j0eatf3b { float: left; width: 38%; margin: 0 28px 16px 0; }
.zo5wly.un7t8 .j0eatf3b .bcoc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zo5wly.un7t8 .mis227y::after { content: ''; display: block; clear: both; }
.zo5wly.gmq4noc .j0eatf3b { float: right; width: 38%; margin: 0 0 16px 28px; }
.zo5wly.gmq4noc .j0eatf3b .bcoc { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.zo5wly.gmq4noc .mis227y::after { content: ''; display: block; clear: both; }
.zo5wly.un7t8 .aizgds,
.zo5wly.un7t8 .ylbkogwd,
.zo5wly.un7t8 .inpfu,
.zo5wly.un7t8 .wmxs,
.zo5wly.un7t8 .tt8brip2,
.zo5wly.un7t8 .hk9e,
.zo5wly.un7t8 .dz0nx,
.zo5wly.un7t8 .qi68n,
.zo5wly.gmq4noc .aizgds,
.zo5wly.gmq4noc .ylbkogwd,
.zo5wly.gmq4noc .inpfu,
.zo5wly.gmq4noc .wmxs,
.zo5wly.gmq4noc .tt8brip2,
.zo5wly.gmq4noc .hk9e,
.zo5wly.gmq4noc .dz0nx,
.zo5wly.gmq4noc .qi68n { clear: both; }
@media (max-width: 900px) {
  .zo5wly.un7t8 .j0eatf3b,
  .zo5wly.gmq4noc .j0eatf3b {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zo5wly.un7t8 .j0eatf3b .bcoc,
  .zo5wly.gmq4noc .j0eatf3b .bcoc {
    max-height: none !important;
  }
}
.zo5wly.un7t8 .gwsv,
.zo5wly.un7t8 .gyxb,
.zo5wly.gmq4noc .gwsv,
.zo5wly.gmq4noc .gyxb { overflow: hidden; }
@media (max-width: 640px) {
  .zo5wly.un7t8 .j0eatf3b,
  .zo5wly.gmq4noc .j0eatf3b { float: none; width: 100%; margin: 0 0 16px 0; }
}
.csc95xzo .onq2gqna,
.csc95xzo .mis227y,
.csc95xzo .gutzfq2  { max-width: 1100px; }
.csc95xzo { --content-mw: 1100px; }
.s6hj .onq2gqna,
.s6hj .mis227y,
.s6hj .gutzfq2  { max-width: 1150px; }
.jll7 .onq2gqna,
.jll7 .mis227y,
.jll7 .gutzfq2  { max-width: 1200px; }
.xzsfo { font-size: 0.82rem; color: var(--text-muted); }
.m4vmpizj { display: flex; align-items: center; }
.dqycrsb {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.bosnl8n { display: flex; align-items: center; }
.mf9cn { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.mf9cn:hover { text-decoration: underline; }
.pbgakrnf { margin: 0 3px; opacity: 0.45; }
.pbgakrnf::before { content: '/'; }
.abh9 { padding: 2px 5px; color: var(--text-main); }
.lrukx .xzsfo {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lrukx .m4vmpizj { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.bkulpwk .xzsfo {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.bkulpwk .m4vmpizj { padding: 0 0 0 12px; }
.c0umrwg5 .m4vmpizj { padding: 0 16px; }
.c0umrwg5 .xzsfo {
  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);
}
.c0umrwg5 .onq2gqna { padding-top: 28px; }
@media (max-width: 720px) {
  .szxvag3 { margin-top: 18px; padding: 0 16px; }
  .c0umrwg5 .onq2gqna { padding-top: 16px; }
}
.csc95xzo.lrukx .m4vmpizj { max-width: 1100px; }
.s6hj.lrukx .m4vmpizj { max-width: 1150px; }
.jll7.lrukx .m4vmpizj { max-width: 1200px; }
.csc95xzo .szxvag3 { max-width: 1100px; }
.v04xk .zo5wly { padding-top: 16px; padding-bottom: 16px; }
.pk5ik1gd .zo5wly { padding-top: 24px; padding-bottom: 24px; }
.y9alcoq .zo5wly { padding-top: 40px; padding-bottom: 40px; }
.gn1eqyar .zo5wly { padding-top: 52px; padding-bottom: 52px; }
.ugrl834 .zo5wly:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ugrl834 .zo5wly:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ugrl834 .zo5wly:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ugrl834 .zo5wly:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.soocyoq .mis227y { padding-top: 10px;  padding-bottom: 10px; }
.ocei .mis227y { padding-top: 18px;  padding-bottom: 18px; }
.jttj .mis227y { padding-top: 36px;  padding-bottom: 36px; }
.e2qd .mis227y { padding-top: 48px;  padding-bottom: 48px; }
.bvl5r0f h2.azzaja { font-weight: 600; }
.bvl5r0f h3.uqo3eq     { font-weight: 600; }
.lg2g34xz h2.azzaja { font-weight: 800; }
.lg2g34xz h3.uqo3eq     { font-weight: 700; }
.lj4ws1f { font-weight: 600; }
.lj4ws1f h2.azzaja { font-weight: 900; }
.lj4ws1f h3.uqo3eq     { font-weight: 800; }
.lj4ws1f .inpfu strong,
.lj4ws1f .inpfu strong { font-weight: 600; }
.yuq04377 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.zi6j .yuq04377 { display: none; }
@media (max-width: 640px) { .yuq04377 { display: none; } }
.yuq04377 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yuq04377:hover { opacity: 0.85; }
.qtwcfmz6 .yuq04377 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.shj64fj .yuq04377,
.kev0  .yuq04377 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.shj64fj .yuq04377:hover,
.kev0  .yuq04377:hover { opacity: 0.88; }
.qtwcfmz6.shj64fj .yuq04377,
.qtwcfmz6.kev0  .yuq04377 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.xrzzq {
  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;
}
.xrzzq:hover { transform: translateY(-2px); opacity: 0.92; }
.xrzzq { background: var(--cta) !important; color: #fff !important; border: none !important; }
.v5fz2q .xrzzq { display: none; }
.le7fvo4w .xrzzq { right: 32px; }
.jvrsndx2  .xrzzq { left: 32px; }
@media (max-width: 480px) {
  .le7fvo4w .xrzzq { right: 20px; bottom: 20px; }
  .jvrsndx2  .xrzzq { left: 20px; bottom: 20px; }
}
.adbub { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.gutzfq2 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jp8jv { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.gd7kj { color: var(--text-dim); font-size: 0.8rem; }
.sppakvz a, .tw9bu a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.sppakvz a:hover, .tw9bu a:hover { color: var(--accent-light); }
.tw9bu { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.btckyno .gutzfq2 { text-align: center; }
.btckyno .tw9bu { justify-content: center; margin-bottom: 16px; }
.btckyno .jp8jv { margin-top: 0; }
.ewuw4 { margin-top: 10px; }
.ewuw4 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .gutzfq2 { padding-left: 16px; padding-right: 16px; }
  .ui3ddv0v .gutzfq2 { padding: 20px 16px; }
  .tw9bu { gap: 4px 12px; }
  .jp8jv { font-size: 0.78rem; }
}
.k5gfs .jp8jv { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.k5gfs .gd7kj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .k5gfs .gxdcty { grid-template-columns: 1fr 1fr; } .k5gfs .a4yji { grid-column: 1 / -1; } }
@media (max-width: 480px) { .k5gfs .gxdcty { grid-template-columns: 1fr; } }
.xh4uhe4 .jp8jv { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .xh4uhe4 .zoz1 { gap: 12px; } .xh4uhe4 .qg5klx3 { margin-right: 0; width: 100%; } }
.mdis1eb .jp8jv { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.mdis1eb .gd7kj { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .mdis1eb .msg2 { grid-template-columns: 1fr 1fr; } .mdis1eb .od1xpm5h { grid-column: 1 / -1; } }
@media (max-width: 480px) { .mdis1eb .msg2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .kea1w .s8p78 { grid-template-columns: 1fr 1fr; } .kea1w .su6279l:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kea1w .s8p78 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .zjc7b .s8p78 { grid-template-columns: 1fr; } }
.grzy .gutzfq2 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.grzy .tw9bu { justify-content: center; }
.ymo8 .nnvcgsch      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ymo8 .adbub { background: var(--bg-page); border-top-color: var(--border-alt); }
.bwdsz .nnvcgsch      { background: #0d1117; border-bottom-color: #21262d; }
.bwdsz .o0nypd { color: var(--accent-light); }
.bwdsz .auboy3 { --msep-color: #8b949e; }
.bwdsz .auboy3 a { color: #8b949e; }
.bwdsz .auboy3 a:hover { color: var(--accent-light); }
.bwdsz .wxqlu { color: #8b949e; }
.bwdsz .adbub { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.bwdsz .jp8jv,
.bwdsz .gd7kj { color: #6e7681; }
.bwdsz .sppakvz a, .bwdsz .tw9bu a,
.bwdsz .sppakvz a:hover, .bwdsz .tw9bu a:hover,
@media (max-width: 640px) {
  .bwdsz .auboy3 { background: #0d1117; border-top-color: #21262d; }
  .bwdsz .auboy3 li a { border-bottom-color: #21262d; }
}
.m39k .nnvcgsch      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.m39k .o0nypd { color: var(--accent-light); }
.m39k .auboy3 { --msep-color: #475569; }
.m39k .auboy3 a { color: #475569; }
.m39k .auboy3 a:hover { color: var(--accent-light); }
.m39k .wxqlu { color: #64748b; }
.m39k .adbub { background: #f0f4f8; border-top-color: #cbd5e1; }
.m39k .jp8jv,
.m39k .gd7kj { color: #64748b; }
.m39k .sppakvz a, .m39k .tw9bu a,
.m39k .sppakvz a:hover, .m39k .tw9bu a:hover,
@media (max-width: 640px) {
  .m39k .auboy3 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .m39k .auboy3 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.shj64fj .nnvcgsch      { background: var(--accent); border-bottom-color: var(--accent-light); }
.shj64fj .o0nypd { color: #fff; }
.shj64fj .auboy3 { --msep-color: rgba(255,255,255,0.82); }
.shj64fj .auboy3 a { color: rgba(255,255,255,0.82); }
.shj64fj .auboy3 a:hover { color: #fff; }
.shj64fj .wxqlu { color: rgba(255,255,255,0.9); }
.shj64fj .adbub { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.shj64fj .jp8jv,
.shj64fj .gd7kj { color: rgba(255,255,255,0.72); }
.shj64fj .sppakvz a, .shj64fj .tw9bu a,
.shj64fj .sppakvz a:hover, .shj64fj .tw9bu a:hover,
@media (max-width: 640px) {
  .shj64fj .auboy3 { background: var(--accent); border-top-color: var(--accent-light); }
  .shj64fj .auboy3 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.kev0 .nnvcgsch {
  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);
}
.kev0 .adbub {
  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) {
  .kev0 .auboy3 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.f2wa .ll3s { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.mxl5l .ll3s { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.p4xqav .ll3s { min-height: 72px; height: auto; }
.k2fhee2 .ll3s { min-height: 84px; height: auto; }
.ui3ddv0v .ll3s { max-width: none; padding: 0 32px; }
.ui3ddv0v .gutzfq2  { max-width: none; padding: 24px 32px; }
.lvlwb0.s6hj .ll3s { max-width: 1150px; }
.lvlwb0.jll7 .ll3s { max-width: 1200px; }
.flnekw   .o0nypd, .flnekw   .qg5klx3 { text-transform: capitalize; }
.ut2j .o0nypd, .ut2j .qg5klx3 { text-transform: lowercase; }
.q1cwm60q .o0nypd, .q1cwm60q .qg5klx3 { text-transform: uppercase; letter-spacing: 0.06em; }
.o76qnw6, .d8z5sm40 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lx9z .o76qnw6,
.fma9 .o76qnw6,
.jtfhy .o76qnw6,
.yfrfz99g .o76qnw6,
.eedsg   .auboy3 a { font-weight: 500; }
.ja8n1pqt .auboy3 a { font-weight: 600; }
.fz8n3vf     .auboy3 a { font-weight: 700; }
.fjlbjqgr    .auboy3 a { font-weight: 800; letter-spacing: 0.01em; }
.mbwew5c     .auboy3 > li + li::before,
.ryjlbez    .auboy3 > li + li::before,
.zkzkaj9s    .auboy3 > li + li::before,
.j0erfk .auboy3 > li + li::before,
.dnyvcms .auboy3 > li + li::before,
.lyfb1u  .auboy3 > li + li::before,
.kf04h    .auboy3 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.mbwew5c     .auboy3 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ryjlbez    .auboy3 > li + li::before { content: "|"; }
.zkzkaj9s    .auboy3 > li + li::before { content: "—"; }
.j0erfk .auboy3 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.dnyvcms .auboy3 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.lyfb1u  .auboy3 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.kf04h    .auboy3 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .alao .wxqlu,
  .bflnbgf .wxqlu,
  .cpcps1pq .wxqlu,
  .uwo4 .wxqlu,
  .iban .wxqlu {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .alao .wxqlu::before,
  .bflnbgf .wxqlu::before,
  .cpcps1pq .wxqlu::before,
  .uwo4 .wxqlu::before,
  .iban .wxqlu::before { content: ""; display: block; flex-shrink: 0; }

  
  .alao .wxqlu::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;
  }

  
  .bflnbgf .wxqlu::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;
  }

  
  .cpcps1pq .wxqlu::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;
  }

  
  .uwo4 .wxqlu::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;
  }

  
  .iban .wxqlu::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) {
  .kto0kn .wxqlu {
    padding: 5px 14px;
  }
  .kto0kn .auboy3 {
    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;
  }
  .kto0kn .auboy3 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .kto0kn .auboy3 li a:hover { background: var(--bg-raised); }
  .kto0kn .mehho2c,
  .d7t2wrp .mehho2c,
  .ba0tvv .mehho2c { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .cv1h .wxqlu {
    padding: 5px 10px;
  }
  .cv1h .auboy3 {
    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);
  }
  .cv1h .auboy3.ue14qqx2 { transform: translateX(0); }
  .cv1h .auboy3 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .cv1h .auboy3 li:last-child a { border-bottom: none; }
  .shj64fj .auboy3,
  .bwdsz .auboy3 { background: var(--accent) !important; }
  .shj64fj .auboy3 li a,
  .bwdsz .auboy3 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ba0tvv .wxqlu {
    padding: 5px 10px;
  }
  .ba0tvv .auboy3 {
    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);
  }
  .ba0tvv .auboy3::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ba0tvv .auboy3.ue14qqx2 { transform: translateY(0); }
  .ba0tvv .auboy3 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .c8s2 .wxqlu {
    padding: 5px 10px;
  }
  .c8s2 .auboy3 {
    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;
  }
  .c8s2 .auboy3.ue14qqx2 { opacity: 1; pointer-events: auto; }
  .c8s2 .auboy3 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .r50lziw     .wxqlu { border-radius: 0 !important; }
  .tt7v   .wxqlu { border-radius: 8px !important; }
  .ofeip8 .wxqlu { border-radius: 50% !important; }
  .xleqm4yh   .wxqlu { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .fop6p6n .n4kp4sjq { flex-direction: column; align-items: stretch; }
  .fop6p6n .vmwupu0u { flex-direction: row; min-width: auto; }
  .fop6p6n .bjkas { align-items: flex-start; text-align: left; }
}
.nx2e,
.nx2e.zo5wly,
.itrk64g .nx2e,
.ijfs9w .nx2e,
.vx0nba .nx2e,
.h2qf2jd .nx2e {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.agpu04 {
  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;
}
.dgn8ewmi { flex: 1 1 280px; min-width: 0; }
.vnm8nkcl {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.l4gk2hgn {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.dg4o3t {
  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;
}
.dg4o3t:hover { transform: translateY(-1px); opacity: 0.95; }
.vibcxg1 .agpu04 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.vibcxg1 .vnm8nkcl { color: var(--cta); }
.vibcxg1 .l4gk2hgn { color: var(--text-body); }
.vibcxg1 .dg4o3t {
  background: var(--cta) !important;
  color: #fff !important;
}
.wm444wl .agpu04 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.wm444wl .vnm8nkcl { color: var(--text-primary); }
.wm444wl .l4gk2hgn { color: var(--text-body); }
.wm444wl .dg4o3t {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .agpu04 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .dgn8ewmi { flex: 0 0 auto; }
  .vnm8nkcl { font-size: 1.2rem; }
  .dg4o3t { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.hb4h .o6m4jeg1 { height: 36px; }
.sxs3e .o6m4jeg1 { height: 60px; max-width: 200px; }
.f9tpi .o6m4jeg1 { height: 76px; max-width: 240px; }
.h9n733    .n7wlu, .h9n733    .yo476gt { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.kjirq8x .ji2pb {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .ra7mt8 .hk9e {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .ra7mt8 .jsh7 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .ra7mt8 .jsh7 { padding: 40px 16px 20px; }
  .ra7mt8 .ji2pb {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .ra7mt8 .j00gtz { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .sw34h .jsh7 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .sw34h .jsh7::before {
    position: absolute; top: 14px; left: 14px;
  }
  .sw34h .v3iq3 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .sw34h .pqjtszbs { white-space: normal; text-align: center; font-size: 1.2rem; }
  .sw34h .ji2pb {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .sw34h .j00gtz { width: 100%; min-width: 0; }
  .sw34h .n7wlu { min-width: 0; }
}
.t11xrr .jsh7::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.m6h4 .y4ylj {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.m6h4 .y4ylj summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.m6h4 .y4ylj p { padding: 0 2px 16px; }
.ji7x .y4ylj { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ji7x .y4ylj summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ji7x .y4ylj summary::after { content: "›"; font-size: 1.2em; }
.ji7x .y4ylj[open] summary::after { content: "‹"; }
.ji7x .y4ylj p { padding: 10px 22px 4px; }
.daqq .y4ylj {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.daqq .y4ylj summary { color: var(--text-primary); padding-left: 16px; }
.daqq .y4ylj summary::after { content: "›"; font-size: 1.1em; }
.daqq .y4ylj[open] summary::after { content: "‹"; }
.daqq .y4ylj p { padding-left: 16px; }
.rdna .mm24hy3d { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.rdna .y4ylj {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.rdna .y4ylj:last-child { border-bottom: none; }
.rdna .y4ylj summary { color: var(--text-primary); border-radius: 0; }
.rdna .y4ylj summary::after { content: "›"; font-size: 1.1em; }
.rdna .y4ylj[open] summary::after { content: "‹"; }
.xrar .y4ylj { overflow: hidden; }
.xrar .y4ylj summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.xrar .y4ylj summary::after { color: rgba(255,255,255,.75); }
.xrar .y4ylj[open] summary { border-radius: 0; }
.arkt { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.iv3up {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.j2buq {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.sv2kp0qe { color: var(--text-muted); font-size: 1.05rem; }
.ecm8i {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.uis6h8 { margin-bottom: 20px; }
.bcek {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.e2pvqo {
  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;
}
.e2pvqo:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.se9jjq { resize: vertical; min-height: 130px; }
.t6ro0 { width: 100%; margin-top: 8px; }
.n163umv {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.oxkjj {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.b7260i9 { color: var(--text-muted); line-height: 1.75; }
.ants6z { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ants6z li { margin-bottom: 6px; }
.gfwxh { max-width: 760px; margin: 0 auto; }
.id2b7o6 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.m9x4 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.m9x4:last-child { border-bottom: none; }
.m9x4 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.m9x4 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bgkpxm { max-width: 760px; margin: 0 auto; }
.ytq0 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ytq0:last-child { border-bottom: none; }
.l228 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.ytq0 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ytq0 ul.ants6z { margin: 0; }
.cfsfwcq .l228 { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .cfsfwcq { grid-template-columns: 1fr; gap: 10px; } }
.fngh56 .l228 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.ndpr .ants6z { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .sphi { grid-template-columns: 1fr; } }
.dhhpy ul.ants6z { margin: 0; }
.day8 .ants6z,
.di6j .ants6z,
.dgydljr .ants6z,
.deugglp .ants6z {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .eynxmq9c { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .glfwpud { grid-template-columns: 1fr; } .x29u95cp { position: static; text-align: center; } }
@media (max-width: 860px) { .u31p { grid-template-columns: 1fr; } }
.deugglp .ants6z { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .ed7b { flex-direction: column; text-align: center; } .hbfz9 { grid-template-columns: 1fr; } }
.qviwp .j2buq { color: var(--accent-light); }
.las8c4 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.las8c4 .j2buq { font-size: 2rem; }
.las8c4 .sv2kp0qe { max-width: 680px; }
.lzolc3 .j2buq { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.lzolc3 .sv2kp0qe  { margin: 0; }
@media (max-width: 640px) { .lzolc3 { flex-direction: column; } }
.vhy5ato .j2buq { color: var(--accent-light); }
.vh6o8p .j2buq { color: #fff; }
.vh6o8p .sv2kp0qe  { color: rgba(255,255,255,0.85); }
.hchu { max-width: 680px; margin: 0 auto; }
.qwlz {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .qwlz { grid-template-columns: 1fr; } }
.mdeijsq .e2pvqo {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.mdeijsq .e2pvqo:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ce7cgj94 .e2pvqo { background: var(--bg-raised); border-color: transparent; }
.ce7cgj94 .e2pvqo:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ejmmgjl .e2pvqo { border-radius: 100px; padding: 11px 20px; }
.ejmmgjl .se9jjq { border-radius: 14px; }
@media (max-width: 640px) { .o94c { grid-template-columns: 1fr; } }
.ffvs14y{position:relative;overflow:visible}
.xhr3eytp .y8eqz{display:block}
.e4hn4w7z .ovo7fmx{color: var(--accent-light);opacity:1;font-weight:500}
.tt3mgsit{--date-bg:transparent}
.z8jdjl .c4prf::before{content:""}
.je6db5kx .nygmr13e{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .nygmr13e{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .j5d4rzo{max-width:100%}
}
.qi68n{margin:24px 0 32px;padding:0;list-style:none}
.eahegbc{margin:18px 0 28px}
.eahegbc .ylbkogwd{margin:0}
@media (max-width:560px){
  .lkncf{grid-template-columns:repeat(2,1fr);gap:12px}
}
.rf3k{
  display:grid;
  grid-template-columns:repeat(4, 1fr);  
  gap:14px;
  margin:16px 0;
}
.b0s7{
  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;
}
.b0s7:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.wktv{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.wktv img{ width:100%; height:100%; object-fit:cover; display:block; }
.eic8a{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.eyxx6m68{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.a7q5b41{ font-size:.78rem; color:var(--text-muted); }
.u2xj8{ font-size:.75rem; color:var(--cta); font-weight:700; }
.wca352{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.bxqy6j4{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.drza1xsd{ }
.bggg1r{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.ip1hbg{
  display:flex; flex-wrap:wrap; gap:10px;
}
.gy6ln{
  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;
}
.gy6ln img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .rf3k{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .eyxx6m68{ font-size:.85rem; }
  .f47ikhdy{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.b6bq .rf3k{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.b6bq .wktv{ aspect-ratio: 3 / 4; }
.b6bq .eic8a{ padding: 14px 14px 6px; }
.b6bq .wca352{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.gupcgr .rf3k{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.gupcgr .b0s7{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.gupcgr .wktv{ aspect-ratio: 1 / 1; }
.gupcgr .eic8a{ padding: 8px 10px; }
.gupcgr .eyxx6m68{ font-size: .82rem; }
.gupcgr .a7q5b41, .gupcgr .u2xj8{ display: none; }
.gupcgr .wca352{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.ammnlo .rf3k{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}
.ammnlo .b0s7{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.ammnlo .eyxx6m68{ color: var(--text, #fff); }
.ammnlo .a7q5b41{ color: var(--text-muted, #999); }
@media (max-width: 700px) {
  .b6bq .rf3k,
  .ammnlo .rf3k {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (max-width: 560px) {
  .gy6ln { min-width: 72px !important; }
  .gy6ln img { max-width: 64px !important; }
}
.dvut65cf .bm31{
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.dvut65cf .bm31:hover{
  background: rgba(255,255,255,0.07) !important;
  box-shadow: 0 0 0 1px var(--accent), inset 0 1px 0 rgba(255,255,255,0.06);
}
.ljjjnk6 .bggg1r{ display: none; }
.ljjjnk6 .bxqy6j4{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.ljjjnk6 .drza1xsd{ display: contents; }
.ljjjnk6 .ip1hbg{ display: contents; }
.rgd5yy .gy6ln{
  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;
}
.rgd5yy .gy6ln img{ max-width: 36px !important; max-height: 22px !important; }
.rgd5yy .gy6ln::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.gz8qi4 .bxqy6j4{ gap: 10px; }
.gz8qi4 .bggg1r{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.gz8qi4 .drza1xsd{
  display: flex; align-items: center; flex-wrap: wrap;
}
.gz8qi4 .ip1hbg{ flex: 1; gap: 8px; }
.gz8qi4 .gy6ln{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.gz8qi4 .gy6ln img{ max-height: 22px !important; }
.mv1e3e .rf3k{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.mv1e3e .b0s7{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.mv1e3e .wktv{
  aspect-ratio: 3 / 4;
  display: block;
}
.mv1e3e .wktv img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.mv1e3e .eic8a{
  
  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;
}
.mv1e3e .eyxx6m68{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.mv1e3e .a7q5b41,
.mv1e3e .u2xj8{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.mv1e3e .wca352{
  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;
}
.mv1e3e .b0s7:hover .wktv img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.mv1e3e .b0s7:hover .eic8a{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mv1e3e .b0s7:hover .wca352{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .mv1e3e .rf3k{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .mv1e3e .eic8a{ opacity: 1; transform: none; }
  .mv1e3e .wca352{ opacity: 1; transform: translate(-50%, -50%); }
  .mv1e3e .wktv img{ filter: brightness(0.8); }
}
.vc5cmfnn .j5up::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;
}
.vc5cmfnn .j5up{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.zbd5x .j5up,
.zbd5x .q94m{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.zbd5x .lmm43d8s { padding: 8px 0 8px 56px; }
.zbd5x .lmm43d8s::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;
}
.zbd5x .seyj7t { padding: 8px 56px 8px 0; text-align: right; }
.zbd5x .seyj7t::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;
}
.zbd5x .tn63iq { padding: 8px 22px; }
.zbd5x .tn63iq::before,
.zbd5x .tn63iq::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;
}
.zbd5x .tn63iq::before { content: "\00AB\00A0"; margin-right: 4px; }
.zbd5x .tn63iq::after  { content: "\00A0\00BB"; margin-left: 4px; }
.zbd5x .pb3khai {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.zbd5x .q3pu2 { padding: 32px 0 8px 0; }
.zbd5x .q3pu2::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;
}
.zbd5x .xv0l {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.wmxs { padding-top: 6px; }
.wmxs .uqo3eq{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.wmxs .uqo3eq::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.wmxs p { margin: 0 0 10px; }
.wmxs p:last-child { margin-bottom: 0; }
.tt8brip2{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.l44i8ur{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.uifxv5n{
  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;
}
.uifxv5n:hover{ border-color: var(--cta); background: var(--bg-hover); }
.eyh2jmrt{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.eyh2jmrt::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.blofcr2d{ flex: 1; min-width: 0; }
.c12t{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.tygi6m{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.l44i8ur.fg3p7l .uifxv5n { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.l44i8ur.fg3p7l .eyh2jmrt { width: 36px; height: 36px; }
.l44i8ur.fg3p7l .blofcr2d { text-align: center; }
.l44i8ur.vo1j .uifxv5n { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.l44i8ur.cgp38vdk { counter-reset: fgb-c; }
.l44i8ur.cgp38vdk .uifxv5n { counter-increment: fgb-c; }
.c94nsc {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.aizgds.h990qpzl .uz3rmi { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.aizgds.h990qpzl .y44we { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.aizgds.h990qpzl .bybn { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.aizgds.h990qpzl .j0ig { grid-column: 2; text-align: left; padding: 0; }
.aizgds.h990qpzl .fzaq { grid-column: 2; text-align: left; padding: 0; }
.aizgds.h990qpzl .q0vr8wu2 { grid-column: 2; padding-left: 18px; }
.aizgds.adtkai0l .y44we,
.aizgds.adtkai0l .bybn { display: none; }
.aizgds.adtkai0l .uz3rmi { padding: 16px 18px; text-align: left; }
.aizgds.adtkai0l .j0ig { text-align: left; }
.aizgds.adtkai0l .fzaq { text-align: left; }
.aizgds.pp8e { counter-reset: clb-n; }
.aizgds.pp8e .uz3rmi { counter-increment: clb-n; }
.aizgds.pp8e .y44we { display: none; }
.aizgds.pp8e .bybn { 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; }
.aizgds.pp8e .bybn::before { content: counter(clb-n); font-family: inherit; }
.aizgds.pp8e .bybn::after { display: none; }
.aizgds.pp8e .uz3rmi:not(:has(.bybn)) .j0ig::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.mra605 .uz3rmi { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.mra605 .y44we { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.mra605 .j0ig { grid-column: 2; text-align: left; padding: 0; }
.mra605 .fzaq { grid-column: 2; text-align: left; padding: 0; }
.mra605 .q0vr8wu2 { grid-column: 2; padding-left: 18px; }
.fbmn3chl .aizgds { counter-reset: cl-n; }
.fbmn3chl .uz3rmi { counter-increment: cl-n; }
.fbmn3chl .y44we { display: none; }
.fbmn3chl .uz3rmi:not(:has(.bybn)) .j0ig::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.iqyz8k .y44we,
.iqyz8k .uz3rmi { padding: 16px 18px; text-align: left; }
.iqyz8k .j0ig { text-align: left; }
.iqyz8k .fzaq { text-align: left; }
.gueg .uifxv5n { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.gueg .eyh2jmrt { display: none; }
.we0458n .uifxv5n { border: 0; background: var(--bg-card-inner); }
.we0458n .eyh2jmrt { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.we0458n .eyh2jmrt::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.nmgx50 .l44i8ur { counter-reset: fg-c; }
.nmgx50 .uifxv5n { counter-increment: fg-c; }
.nmgx50 .eyh2jmrt { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.nmgx50 .eyh2jmrt::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.qmqz .uifxv5n { border: 0; background: transparent; padding: 10px 4px; }
.qmqz .uifxv5n + .uifxv5n { border-top: 1px solid var(--border); }
.qmqz .eyh2jmrt { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.qmqz .eyh2jmrt::after { display: none; }
.ah3lf4c .uifxv5n { border: 0; background: var(--bg-card); padding: 12px 14px; }
.ah3lf4c .eyh2jmrt { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.ah3lf4c .eyh2jmrt::after { display: none; }
.anqr .uifxv5n { display: block; position: relative; padding: 14px 16px 14px 44px; }
.anqr .eyh2jmrt { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.anqr .blofcr2d { display: block; }
.gfp3 .uifxv5n { background: transparent; }
.gfp3 .eyh2jmrt { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.gfp3 .eyh2jmrt::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .s51h{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .xj0pk5q{ 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) {
  .fq4q { padding: 28px 18px 20px; }
  .veegm { font-size: 1.2rem; }
  .mcj5sjl { max-width: 220px; max-height: 80px; }
}
.ep9bk .zo5wly {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ep9bk .mis227y {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ep9bk .agpu04 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ki1u  .zhsppba { border-radius: 50%; }
.ak09 .agpu04 { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .zhsppba { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .ger3ewp { display: none; }
  .yuq04377 {
    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;
  }
}
.asg6e .guu0c0,
.asg6e .onq2gqna h2, .asg6e .onq2gqna h3, .asg6e .onq2gqna h4,
.asg6e .j0ig h3, .asg6e .c12t,
.asg6e .bwxnm, .asg6e .azzaja { color: var(--cta) !important; }
.asg6e .inpfu,
.asg6e .q491la0,
.asg6e .sew6ddr8,
.asg6e .zui5x {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.asg6e .inpfu strong { color: var(--cta) !important; }
.asg6e .inpfu .grdf,
.asg6e .inpfu .grdf::before { color: var(--cta) !important; }
.asg6e [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.asg6e .s51h, .asg6e .meo1,
.asg6e .l24w6xjj, .asg6e .jn5rtn1l,
.asg6e .uz3rmi { border-color: var(--cta) !important; }
.asg6e .xj0pk5q { color: var(--cta) !important; }
.top4dvh1, .e7na, .yuq04377, .xrzzq,
.dg4o3t, .d3ic1, .j00gtz { text-transform: capitalize; }
:root {
  --accent:          #0a0a14;
  --brand:           #0a0a14;
  --brand-light:     #f08a00;
  --brand-pale:      #f08a00;
  --grad-start:      #000000;
  --grad-end:        #010102;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #f08a00;
  --cta-light:       #faac42;
  --cta-hover:       #ff9d19;
  --bg-page:         #0c0c0c;
  --bg-surface:      #141414;
  --bg-card:         #1c1c1c;
  --bg-card-inner:   #232323;
  --bg-raised:       #2b2b2b;
  --bg-hover:        #333333;
  --border:          #3d3d3d;
  --border-alt:      #4c4c4c;
  --border-section:  #3d3d3d;
  --text-primary:    #e5e5e5;
  --text-muted:      #a5a5a5;
  --text-body:       #cccccc;
  --text-sub:        #a5a5a5;
  --text-faint:      #727272;
  --text-dim:        #595959;
  --text-label:      #8c8c8c;
  --text-value:      #bfbfbf;
  --accent-bg:       #1d1d1f;
  --accent-bg-light: #2a2a31;
  --bg-tip:          #162621;
  --bg-warning:      #272115;
  --bg-info:         #161c26;
  --bg-pros:         #162621;
  --bg-cons:         #26161b;
  --c-pros:          #91ddc6;
  --c-cons:          #e689a5;
  --c-pros-label:    #6ad1b2;
  --c-tip-border:    #4fc9a4;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #91ddc6;
}
:root { --logo-bg-opacity: 75%; }
body, button, input { font-family: "Outfit", sans-serif; }
.wxtm .aj7unxn1 li::before, .wxtm .qqd3x 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; }.wxtm .aj7unxn1 li::before { content: ""; }.wxtm .qqd3x li::before { content: ""; }.wxtm .lxuij5bl::before, .wxtm .rt3vl7x6::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.wxtm .lxuij5bl::before { content: ""; }.wxtm .rt3vl7x6::before { content: ""; }
.phao .fn3lvfgf, .phao .h4l3epnf { min-height: 320px; }
.pbgakrnf::before { content: '|'; opacity: 0.3; }
.yw7iyw .mgp3h1p {  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%,  rgba(0,0,0,0.72) 55%, var(--accent-bg) 100%); }.yw7iyw .rai4 {  filter: brightness(0.42); }.yw7iyw .vicro401 {  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.8)); }