: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;
}
.nx0izukw {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.mp0qz7h {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.i2vu {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.tjgn2rof { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.wsraj8q0 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.wsraj8q0 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.wsraj8q0 a:hover { color: var(--accent-light); }
.iofu  .styl { border-radius: 14px; }
.iofu .styl li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.iofu .styl li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.arigx .styl li + li { border-top: 1px dashed var(--border-alt); }
@media (max-width: 640px) {
  .styl {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .p4pm:hover .styl,
  .p4pm:focus-within .styl { display: block; }
  .styl li a { padding: 8px 16px; font-size: 0.88rem; }
}
.q81fjpn {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.vdfrcv4 { display: none; }
@media (max-width: 640px) {
  .vdfrcv4 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .vdfrcv4.r0lbe2 { display: block; }
}
@media (max-width: 640px) {
  .q81fjpn { display: block; }
  .wsraj8q0 > li + li::before { display: none !important; }
  .wsraj8q0 {
    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;
  }
  .wsraj8q0.r0lbe2 { display: flex; }
  .wsraj8q0 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .wsraj8q0 li:last-child a { border-bottom: none; }
}
.pzn36vqc { min-height: 480px; }
.zh0m9 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.plnn { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.hl2p .plnn { margin-left: 0; margin-right: 0; }
.bflcpd8 {
  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;
}
.bflcpd8:hover { opacity: 0.88; }
.pm26 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.vcpm {
  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%);
}
.pm26 .yxo8i0xs {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.pm26 .zh0m9 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.pm26 .plnn { color: #e2e8f0; }
.pm26.c4uu .yxo8i0xs { text-align: center; }
.pm26.hl2p   .yxo8i0xs { text-align: left; }
.eyv29 .yxo8i0xs {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.eyv29 .zh0m9 { color: var(--text-primary); text-shadow: none; }
.eyv29 .plnn { color: var(--text-muted); }
.eyv29 .bflcpd8 { margin-top: 16px; }
.eyv29, .eyv29.pzn36vqc { min-height: auto !important; }
.eyv29.c4uu .yxo8i0xs { text-align: center; }
.eyv29.hl2p   .yxo8i0xs { text-align: left; }
.eyv29~.zeidi8{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.eyv29~.zeidi8 .d49m{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.t8rex8bf .avt83odk,
.t8rex8bf .doir52 {
  position: relative; overflow: hidden;
}
.t8rex8bf .avt83odk::after,
.t8rex8bf .doir52::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.erqp2m .pm26 .vcpm {
  overflow: hidden;
}
.erqp2m .pm26 .vcpm::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); }
}
.r2netm .pm26 .vcpm {
  overflow: hidden;
}
.r2netm .pm26 .vcpm::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;
}
.rcfb1 .pm26 .vcpm {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.t8rex8bf .pm26 .vcpm {
  overflow: hidden;
}
.t8rex8bf .pm26 .vcpm::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;
}
.a34bq .pm26 .vcpm {
  animation: hg-breathe 10s ease-in-out infinite;
}
.avt83odk .vcpm {
  background: none;
}
.avt83odk .zh0m9 { color: #fff; }
.avt83odk .plnn { color: rgba(255,255,255,0.85); }
.avt83odk .bflcpd8 { background: #fff; color: var(--cta); }
.avt83odk .bflcpd8:hover { opacity: 0.92; }
.t8rex8bf .dgd7 { position: relative; overflow: hidden; }
.t8rex8bf .dgd7::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.dgd7 .zh0m9 { text-shadow: none; color: var(--text-primary); }
.dgd7 .plnn { color: var(--text-muted); }
body.lirq .zh0m9 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.apn5ii .zh0m9 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.dgd7.c4uu .lxk2lknv { align-items: center; text-align: center; }
.bedl .yxo8i0xs { padding-bottom: 24px; }
.exr4 .yxo8i0xs { max-width: 960px; }
@media (max-width: 700px) {
  .dgd7 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .dgd7 .gwdt1gfg { display: none !important; }
  .ti1kr .gwdt1gfg { display: none !important; }
  .uy4d .uy767t { display: none !important; }
  .n8m2 .ojbx { display: none !important; }
  .lxk2lknv  { padding: 36px 24px; }
  .dgd7~.zeidi8,.mzs1g~.zeidi8{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .pzn36vqc, .dgd7 { min-height: 320px !important; }
  
  .zh0m9 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .y0qee0 { display: none !important; }
  
  .jjq0 { flex-direction: column; align-items: center; }
  .ob21xou { width: 100%; max-width: 340px; }
}
.d4k3v { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.aux1 { width: 100%; height: auto; display: block; border-radius: 10px; }
.nv9gkjnz .d4k3v        { border-radius: 16px; }
.nv9gkjnz .aux1  { border-radius: 16px; }
.kz9pt .d4k3v         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.kz9pt .aux1   { border-radius: 8px; }
.yla35 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.z8o16 { width: 100%; padding: 32px 0; position: relative; }
.jldg03 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ckcs571e .z8o16:nth-child(even) { background: var(--bg-surface); }
.ckcs571e .z8o16:nth-child(odd)  { background: var(--bg-page); }
.kfyvg5 .z8o16:nth-child(even) { background: var(--bg-card); }
.kfyvg5 .z8o16:nth-child(odd)  { background: var(--bg-page); }
.ckcs571e .z8o16:nth-child(odd)  .jldg03 { background: var(--bg-card); border-radius: 6px; }
.ckcs571e .z8o16:nth-child(even) .jldg03 { background: var(--bg-raised); border-radius: 6px; }
.kfyvg5 .z8o16:nth-child(odd)  .jldg03 { background: var(--bg-card); border-radius: 6px; }
.kfyvg5 .z8o16:nth-child(even) .jldg03 { background: var(--bg-raised); border-radius: 6px; }
.ckcs571e .z8o16:nth-child(even) .io9vm .m1se8971,
.kfyvg5 .z8o16:nth-child(even) .io9vm .m1se8971 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.ckcs571e .z8o16:nth-child(odd) .io9vm .m1se8971,
.kfyvg5 .z8o16:nth-child(odd) .io9vm .m1se8971 { background: var(--bg-card-inner); }
.ckcs571e .z8o16:nth-child(even) .oyadft4 .m1se8971:nth-child(odd),
.kfyvg5 .z8o16:nth-child(even) .oyadft4 .m1se8971:nth-child(odd)  { background: var(--bg-card); }
.ckcs571e .z8o16:nth-child(even) .oyadft4 .m1se8971:nth-child(even),
.kfyvg5 .z8o16:nth-child(even) .oyadft4 .m1se8971:nth-child(even) { background: var(--bg-card-inner); }
h1.y8065 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.y8065 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.g7d35dnt { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.e37aknry h2.y8065 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.n5uy6yt8 h2.y8065 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ll7w59t6 h2.y8065 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.mjhbhiz7 h2.y8065::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.q2mf21 h2.y8065 {
  color: var(--text-primary); font-size: 1.7rem;
}
.u2g3sdn h2.y8065::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.vpxuh h2.y8065 {
  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;
}
.iqxaqsbf { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .iqxaqsbf { display: none; } }
.v4mk { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.nbgv9g { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.pftn {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.z15lhb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.jdn0ltn { padding-left: 20px; }
.jdn0ltn li { margin-bottom: 6px; }
.jdn0ltn a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.jdn0ltn a:hover { color: var(--accent-light); }
.frvmzzx .z15lhb { display: none; }
.pbj7aev .z15lhb { display: none; }
.pbj7aev .jdn0ltn { padding-left: 0; list-style: none; }
.pbj7aev .jdn0ltn li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.pbj7aev .jdn0ltn a { font-size: 0.92rem; }
.ml51 .pftn { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ml51 .z15lhb { display: none; }
.ml51 .jdn0ltn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ml51 .jdn0ltn li { margin-bottom: 0; }
.ml51 .jdn0ltn 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;
}
.ml51 .jdn0ltn a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.co0c13 .pftn { padding: 20px 20px 16px; }
.co0c13 .jdn0ltn {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.co0c13 .jdn0ltn li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.co0c13 .jdn0ltn 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;
}
.co0c13 .jdn0ltn 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;
}
.co0c13 .jdn0ltn a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.co0c13 .jdn0ltn a:focus,
.co0c13 .jdn0ltn a:focus-visible,
.co0c13 .jdn0ltn a:target { outline: none; }
.co0c13 .jdn0ltn li:target a { border-color: var(--border); color: var(--text-muted); }
.utc0b0 .pftn { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.utc0b0 .z15lhb { display: none; }
.utc0b0 .jdn0ltn { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.utc0b0 .jdn0ltn li { margin-bottom: 0; }
.utc0b0 .jdn0ltn li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.utc0b0 .jdn0ltn li:last-child::after { content: ""; margin-right: 0; }
.utc0b0 .jdn0ltn a { font-size: 0.9rem; }
.m1se8971 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.io9vm .m1se8971 { background: var(--bg-card); }
.oyadft4 .m1se8971:nth-child(odd)  { background: var(--bg-card); }
.oyadft4 .m1se8971:nth-child(even) { background: var(--bg-raised); }
.qmu1ylyk .m1se8971 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.qmu1ylyk .m1se8971:last-child { border-bottom: none; }
.qmu1ylyk h3.g7d35dnt { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.x5h0isg5 .m1se8971 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.x5h0isg5 .m1se8971 + .m1se8971 { margin-top: 4px; }
.tjsoh68 .m1se8971 { background: none; border-radius: 0; padding: 12px 0; }
.tjsoh68 .m1se8971 + .m1se8971 { border-top: 1px solid var(--border-section); }
.ryfl289 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.etku { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.w97c9 { color: var(--text-body); margin-bottom: 10px; }
.exu4dh14, .emifl6 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.exu4dh14 li, .emifl6 li { margin-bottom: 6px; }
.emifl6 li { list-style: decimal; }
.pwzfydq     .exu4dh14 { list-style-type: "● "; }
.ev7u0kh8  .exu4dh14 { list-style-type: "■ "; }
.kxts4lsg .exu4dh14 { list-style-type: "◆ "; }
.knaho    .exu4dh14 { list-style-type: "★ "; }
.pwzfydq     .hf81 { list-style-type: "● "; }
.ev7u0kh8  .hf81 { list-style-type: "■ "; }
.kxts4lsg .hf81 { list-style-type: "◆ "; }
.knaho    .hf81 { list-style-type: "★ "; }
.pwzfydq    .exu4dh14 li::marker, .pwzfydq    .hf81 li::marker,
.ev7u0kh8 .exu4dh14 li::marker, .ev7u0kh8 .hf81 li::marker,
.kxts4lsg .exu4dh14 li::marker, .kxts4lsg .hf81 li::marker,
.knaho   .exu4dh14 li::marker, .knaho   .hf81 li::marker {
  color: var(--cta); font-size: 1em;
}
.pwzfydq .emifl6,
.ev7u0kh8 .emifl6,
.kxts4lsg .emifl6,
.knaho .emifl6 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.pwzfydq .emifl6 li,
.ev7u0kh8 .emifl6 li,
.kxts4lsg .emifl6 li,
.knaho .emifl6 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.pwzfydq .emifl6 li::before,
.ev7u0kh8 .emifl6 li::before,
.kxts4lsg .emifl6 li::before,
.knaho .emifl6 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;
}
.pwzfydq     .emifl6 li::before { border-radius: 50%; }
.ev7u0kh8  .emifl6 li::before { border-radius: 3px; }
.kxts4lsg .emifl6 li::before { border-radius: 3px; }
.knaho    .emifl6 li::before { border-radius: 50%; }
.ljbov { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.fv08097z .ljbov,
.hzk2 .ljbov { background: transparent; border: none; border-radius: 0; }
.c5ctrxmd { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.c5ctrxmd th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.c5ctrxmd td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.c5ctrxmd tr:hover td { background: var(--bg-hover); }
.d2gvvv5e .c5ctrxmd tbody tr:nth-child(even) td { background: var(--bg-surface); }
.pofcjpi .c5ctrxmd { border: 1px solid var(--border-alt); }
.pofcjpi .c5ctrxmd th,
.pofcjpi .c5ctrxmd td { border: 1px solid var(--border-alt); }
.pp3o6dh .c5ctrxmd th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.pp3o6dh .c5ctrxmd td { border-bottom: none; }
.pp3o6dh .c5ctrxmd tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.uvickz .c5ctrxmd th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.pywn .ljbov {
  overflow: hidden;
}
.pywn .c5ctrxmd th { border-bottom: 1px solid var(--border-alt); }
.pywn .c5ctrxmd tr:last-child td { border-bottom: none; }
.gqhi4iwk { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.rqr5 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.jva1j9t { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.yjq0q { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.hpvh6 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.hf81 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.hf81 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%}
.p0ftw .yjq0q { background: transparent; text-align: center; }
.gs225bf8 .jva1j9t {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.btyzwi2 .jva1j9t {
  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);
}
.cnpb5q9y .rqr5 { display: grid; grid-template-columns: auto 1fr; }
.cnpb5q9y .jva1j9t {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.cnpb5q9y .yjq0q { grid-column: 2; }
.cnpb5q9y .hpvh6,
.cnpb5q9y .hf81 { grid-column: 1 / -1; }
.ua6gpkt .rqr5 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.ua6gpkt .jva1j9t {
  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);
}
.ua6gpkt .yjq0q { grid-column: 2; }
.ua6gpkt .hpvh6,
.ua6gpkt .hf81 { grid-column: 1 / -1; }
.qz8o4ra1 .rqr5 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.qz8o4ra1 .yjq0q { background: none; color: var(--accent-light); font-weight: 700; }
.fooqoze .rqr5 { 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); }
.fooqoze .yjq0q { background: none; color: var(--accent-light); font-weight: 700; }
.b1q9w34c .rqr5 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.b1q9w34c .rqr5:last-child { border-bottom: none; }
.b1q9w34c .yjq0q { background: none; color: var(--accent-light); font-weight: 700; }
.wm6tg5 .rqr5 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.wm6tg5 .yjq0q { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.qg0fkbe .gqhi4iwk { counter-reset: card-n; }
.qg0fkbe .rqr5  { counter-increment: card-n; }
.qg0fkbe .yjq0q { display: flex; align-items: center; gap: 10px; }
.qg0fkbe .yjq0q::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;
}
.qj655 .rqr5 { background: var(--bg-surface); border: 1px solid var(--border); }
.qj655 .yjq0q { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.zcu6omj9 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.n9cs  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.j70qn6mg { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.kl0o3e5 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.zcu6omj9 strong { color: var(--text-primary); font-size: 0.95rem; }
.zcu6omj9 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.wwrvtfe5 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.hzgmtrf, .yrj8nh { border-radius: 8px; padding: 14px; }
.hzgmtrf { background: var(--bg-pros); }
.yrj8nh { background: var(--bg-cons); }
.c9dc6e { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.hzgmtrf .c9dc6e { color: var(--c-pros-label); }
.yrj8nh .c9dc6e { color: #f87171; }
.hzgmtrf ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.yrj8nh ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.aux1 { width: 100%; height: auto; border-radius: 10px; display: block; }
.grhc5zyv {
  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;
}
.grhc5zyv:hover { opacity: 0.85; }
.s7dcw .grhc5zyv  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.s7dcw .grhc5zyv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jilxboet .grhc5zyv  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.jilxboet .grhc5zyv:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.k9ss .bflcpd8 { border-radius: 50px; }
.k9ss .grhc5zyv  { border-radius: 50px; }
.dzqu .bflcpd8 { padding-left: 22px; padding-right: 22px; }
.dzqu .grhc5zyv  { padding-left: 12px; padding-right: 12px; }
.oax93 .bflcpd8 { padding-left: 44px; padding-right: 44px; }
.oax93 .grhc5zyv  { padding-left: 24px; padding-right: 24px; }
.abxhr2 .bflcpd8 { padding-left: 56px; padding-right: 56px; }
.abxhr2 .grhc5zyv  { padding-left: 32px; padding-right: 32px; }
.oi8tj4   .bflcpd8::after, .oi8tj4   .grhc5zyv::after,
.dk11u9jk .bflcpd8::after, .dk11u9jk .grhc5zyv::after,
.od91v3    .bflcpd8::after, .od91v3    .grhc5zyv::after,
.fxufp9    .bflcpd8::after, .fxufp9    .grhc5zyv::after,
.hrbh0    .bflcpd8::after, .hrbh0    .grhc5zyv::after,
.dgkf     .bflcpd8::after, .dgkf     .grhc5zyv::after,
.urf0jq    .bflcpd8::after, .urf0jq    .grhc5zyv::after,
.jfutj0tg   .bflcpd8::after, .jfutj0tg   .grhc5zyv::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;
}
.oi8tj4 .bflcpd8::after, .oi8tj4 .grhc5zyv::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");
}
.dk11u9jk .bflcpd8::after, .dk11u9jk .grhc5zyv::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");
}
.od91v3 .bflcpd8::after, .od91v3 .grhc5zyv::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");
}
.fxufp9 .bflcpd8::after, .fxufp9 .grhc5zyv::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");
}
.hrbh0 .bflcpd8::after, .hrbh0 .grhc5zyv::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");
}
.dgkf .bflcpd8::after, .dgkf .grhc5zyv::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");
}
.urf0jq .bflcpd8::after, .urf0jq .grhc5zyv::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");
}
.jfutj0tg .bflcpd8::after, .jfutj0tg .grhc5zyv::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");
}
.vqrf   .gc2jm3::after, .vqrf   .wa774::after,
.epp4l97 .gc2jm3::after, .epp4l97 .wa774::after,
.zw7co    .gc2jm3::after, .zw7co    .wa774::after,
.ldec3    .gc2jm3::after, .ldec3    .wa774::after,
.cad6kknk    .gc2jm3::after, .cad6kknk    .wa774::after,
.fico0     .gc2jm3::after, .fico0     .wa774::after,
.se679z    .gc2jm3::after, .se679z    .wa774::after,
.ultc6   .gc2jm3::after, .ultc6   .wa774::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;
}
.vqrf .gc2jm3::after, .vqrf .wa774::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");
}
.epp4l97 .gc2jm3::after, .epp4l97 .wa774::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");
}
.zw7co .gc2jm3::after, .zw7co .wa774::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");
}
.ldec3 .gc2jm3::after, .ldec3 .wa774::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");
}
.cad6kknk .gc2jm3::after, .cad6kknk .wa774::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");
}
.fico0 .gc2jm3::after, .fico0 .wa774::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");
}
.se679z .gc2jm3::after, .se679z .wa774::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");
}
.ultc6 .gc2jm3::after, .ultc6 .wa774::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");
}
.uzpjbck .qin6q91 { background: var(--bg-raised); }
@media (min-width: 721px) {
  .oze5 { flex: 0 0 260px; width: 260px; }
  .o2660fg { flex: 0 0 120px; width: 120px; }
  .m30en { flex: 0 0 110px; width: 110px; }
  .vv27crpv   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .rdua { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.rdua.grhc5zyv { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .b9ojs { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .b9ojs .gxhhg { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .b9ojs .oze5 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .b9ojs .qin6q91 { width: 100%; min-width: unset; height: 120px; }
  .b9ojs .upu3h { max-height: 96px; max-width: 200px; }
  .b9ojs .cx5xiu { min-width: unset; text-align: center; white-space: normal; }
  .b9ojs .o2660fg { min-width: 0; }
  .b9ojs .vv27crpv { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .b9ojs .rdua { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .a1qadp .gxhhg { row-gap: 8px !important; gap: 10px !important; }
}
.k206    .y2apm li::before { content: "◆"; }
.k206    .w2diu4 li::before { content: "▲"; }
@media (min-width: 860px) {
  .nh0m .pqf9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .nh0m .ygucuz14 { margin: 0; }
}
.crand4xx .ygucuz14 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.crand4xx .uokjw { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.crand4xx .fv08097z { padding: 14px 16px; }
.crand4xx .w36djt { border-radius: 4px; }
.crand4xx .ijcm { border-radius: 0; }
.hzk2 .wwrvtfe5 { gap: 10px; }
.hzk2 .hzgmtrf, .hzk2 .yrj8nh { padding: 12px; }
.hzk2 .hzgmtrf ul, .hzk2 .yrj8nh ul { margin: 4px 0 0; padding-left: 18px; }
.hzk2 .hzgmtrf li, .hzk2 .yrj8nh li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .rh1bxs { grid-template-columns: 1fr; }
  .y70gu7xc { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .y70gu7xc .cszsac9 { width: 72px; height: 50px; }
  .y70gu7xc .ih3k { max-width: 180px; }
  .y70gu7xc .gru05aqg { width: auto; }
}
@media (max-width: 720px) {
  .vq3f3 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .j1fruo { padding: 16px; }
  .w5aefx9 .cz7clqag { min-width: 50%; }
}
.tf2j .wwrvtfe5 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fg5t { grid-template-columns: 1fr; }
  .ejsg { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hk4mlhs6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jdqjqb6 { flex-wrap: wrap; padding: 16px; }
}
.k27cm .wwrvtfe5 { gap: 8px; }
.k27cm .hzgmtrf, .k27cm .yrj8nh { padding: 8px; }
@media (max-width: 480px) {
  .tc1534 { flex-direction: column; align-items: stretch; }
}
.xfe33 .gru05aqg .grhc5zyv { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .yf3p { flex-direction: column; align-items: stretch; gap: 10px; }
  .xfe33 .gru05aqg { text-align: center; }
}
@media (max-width: 720px) {
  .un8m { grid-template-columns: 1fr; }
  .it4f { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .kzx963an { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .f32fm4n { grid-template-columns: 1fr; }
  .gor1qkt1 { width: 100px; height: 100px; margin: 16px auto; }
  .htywk2 { font-size: 1.4rem; }
  .c178u { justify-content: center; }
  .n97rpn .cz7clqag { min-width: 50%; }
}
.xmor8k .wwrvtfe5 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ydyg63x { flex-wrap: wrap; padding: 14px 16px; }
  .lg6kh { padding: 12px 16px; }
  .xmor8k .wwrvtfe5 { margin: 0 16px; }
  .xmor8k .w8l3 { padding: 0 16px; }
  .eh8nog7h { padding: 12px 16px; }
}
.b03y .rdua.grhc5zyv { padding: 14px 30px !important; font-size: 1rem; }
.nfvu .rdua.grhc5zyv { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.hdzhool .o2660fg { display: none; }
.hdzhool .m30en { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.hdzhool .m30en {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.hdzhool .m30en small { display: none; }
.hdzhool .v5rbukk .x96r { display: none; }
.hdzhool .v5rbukk strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.hdzhool .nhlb57zl { display: none; }
.qwo05 { margin: 16px 0; }
.gr1s { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.gr1s summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.gr1s summary::after { content: "+"; color: var(--accent-light); }
.gr1s[open] summary::after { content: "−"; }
.gr1s p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.z8o16 { margin-bottom: 0; }
.y3fv56od h2.y8065 { color: var(--text-primary); border-color: var(--accent-light); }
.r48qjc h2.y8065 { color: var(--text-primary); border-color: var(--accent-light); }
.eowbfh88 .n9cs     { background: #052e16; border-color: #10b981; }
.eowbfh88 .j70qn6mg    { background: #1e1036; border-color: #a855f7; }
.eowbfh88 .zcu6omj9 strong  { color: #f1f5f9; }
.eowbfh88 .zcu6omj9 p       { color: #cbd5e1; }
.eowbfh88 .jr03    .n9cs     .kl0o3e5::before,
.eowbfh88 .z8o53tvd  .n9cs     .kl0o3e5::before,
.eowbfh88 .fnwrv0wl  .n9cs     .kl0o3e5::before,
.eowbfh88 .snesj1b .n9cs     .kl0o3e5::before { color: #10b981; }
.eowbfh88 .jr03    .cd8gasm .kl0o3e5::before,
.eowbfh88 .z8o53tvd  .cd8gasm .kl0o3e5::before,
.eowbfh88 .fnwrv0wl  .cd8gasm .kl0o3e5::before,
.eowbfh88 .snesj1b .cd8gasm .kl0o3e5::before { color: #f43f5e; }
.eowbfh88 .jr03    .j70qn6mg    .kl0o3e5::before,
.eowbfh88 .z8o53tvd  .j70qn6mg    .kl0o3e5::before,
.eowbfh88 .fnwrv0wl  .j70qn6mg    .kl0o3e5::before,
.eowbfh88 .snesj1b .j70qn6mg    .kl0o3e5::before { color: #a855f7; }
.cbpr4a1 .n9cs     { background: #2d2000; border-color: #eab308; }
.cbpr4a1 .j70qn6mg    { background: #2d1600; border-color: #f97316; }
.cbpr4a1 .zcu6omj9 strong  { color: #f1f5f9; }
.cbpr4a1 .zcu6omj9 p       { color: #cbd5e1; }
.cbpr4a1 .jr03    .n9cs     .kl0o3e5::before,
.cbpr4a1 .z8o53tvd  .n9cs     .kl0o3e5::before,
.cbpr4a1 .fnwrv0wl  .n9cs     .kl0o3e5::before,
.cbpr4a1 .snesj1b .n9cs     .kl0o3e5::before { color: #eab308; }
.cbpr4a1 .jr03    .cd8gasm .kl0o3e5::before,
.cbpr4a1 .z8o53tvd  .cd8gasm .kl0o3e5::before,
.cbpr4a1 .fnwrv0wl  .cd8gasm .kl0o3e5::before,
.cbpr4a1 .snesj1b .cd8gasm .kl0o3e5::before { color: #ef4444; }
.cbpr4a1 .jr03    .j70qn6mg    .kl0o3e5::before,
.cbpr4a1 .z8o53tvd  .j70qn6mg    .kl0o3e5::before,
.cbpr4a1 .fnwrv0wl  .j70qn6mg    .kl0o3e5::before,
.cbpr4a1 .snesj1b .j70qn6mg    .kl0o3e5::before { color: #f97316; }
.e59cspqh .n9cs     { background: #0c1a2e; border-color: #38bdf8; }
.e59cspqh .j70qn6mg    { background: #0a2020; border-color: #2dd4bf; }
.e59cspqh .zcu6omj9 strong  { color: #f1f5f9; }
.e59cspqh .zcu6omj9 p       { color: #cbd5e1; }
.e59cspqh .jr03    .n9cs     .kl0o3e5::before,
.e59cspqh .z8o53tvd  .n9cs     .kl0o3e5::before,
.e59cspqh .fnwrv0wl  .n9cs     .kl0o3e5::before,
.e59cspqh .snesj1b .n9cs     .kl0o3e5::before { color: #38bdf8; }
.e59cspqh .jr03    .cd8gasm .kl0o3e5::before,
.e59cspqh .z8o53tvd  .cd8gasm .kl0o3e5::before,
.e59cspqh .fnwrv0wl  .cd8gasm .kl0o3e5::before,
.e59cspqh .snesj1b .cd8gasm .kl0o3e5::before { color: #818cf8; }
.e59cspqh .jr03    .j70qn6mg    .kl0o3e5::before,
.e59cspqh .z8o53tvd  .j70qn6mg    .kl0o3e5::before,
.e59cspqh .fnwrv0wl  .j70qn6mg    .kl0o3e5::before,
.e59cspqh .snesj1b .j70qn6mg    .kl0o3e5::before { color: #2dd4bf; }
.jv4xj .n9cs     { background: var(--accent-bg); border-color: var(--accent-light); }
.jv4xj .j70qn6mg    { background: var(--accent-bg); border-color: var(--accent-pale); }
.jv4xj .jr03    .kl0o3e5::before,
.jv4xj .z8o53tvd  .kl0o3e5::before,
.jv4xj .fnwrv0wl  .kl0o3e5::before,
.jv4xj .snesj1b .kl0o3e5::before { color: var(--accent-light) !important; }
.w4krx5::before,
.k33c8y::before { margin-right: 5px; }
.ujnm0x7 .hzgmtrf ul li,
.ujnm0x7 .hzgmtrf .w4krx5 { color: #22c55e; }
.ujnm0x7 .yrj8nh ul li,
.ujnm0x7 .yrj8nh .k33c8y { color: #ef4444; }
.jqvnn .hzgmtrf { background: var(--bg-pros); }
.jqvnn .yrj8nh { background: var(--bg-cons); }
.jqvnn .hzgmtrf .w4krx5 { color: var(--c-pros-label); }
.jqvnn .yrj8nh .k33c8y { color: var(--c-cons); }
.jqvnn .hzgmtrf ul li,
.jqvnn .y2apm li            { color: var(--c-pros); }
.jqvnn .yrj8nh ul li,
.jqvnn .w2diu4 li            { color: var(--c-cons); }
.tobc .hzgmtrf { background: var(--bg-pros); }
.tobc .yrj8nh { background: var(--bg-cons); }
.tobc .hzgmtrf .w4krx5 { color: var(--c-pros-label); }
.tobc .yrj8nh .k33c8y { color: var(--c-cons); }
.tobc .hzgmtrf ul li,
.tobc .yrj8nh ul li,
.mx8jk57x .w4krx5::before { content: "✓ "; }
.mx8jk57x .k33c8y::before { content: "✗ "; }
.ypfvaw6 .w4krx5::before { content: "→ "; }
.ypfvaw6 .k33c8y::before { content: "← "; }
.ssyzb .w4krx5::before { content: "★ "; }
.ssyzb .k33c8y::before { content: "✕ "; }
.k206 .w4krx5::before { content: "◆ "; }
.k206 .k33c8y::before { content: "▲ "; }
.qetzs54 .zcu6omj9 { background: transparent; border-left: none; border: 1.5px solid; }
.qetzs54 .n9cs     { border-color: var(--c-tip-border); }
.qetzs54 .j70qn6mg    { border-color: #60a5fa; }
.qetzs54 .zcu6omj9 strong { color: var(--text-primary); }
.qetzs54 .zcu6omj9 p      { color: var(--text-muted); }
.kx1dpqo .zcu6omj9 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.kx1dpqo .n9cs     { border-top-color: var(--c-tip-border); }
.kx1dpqo .j70qn6mg    { border-top-color: #60a5fa; }
.of3jp .zcu6omj9 { border-left: none; border-radius: 8px; }
.of3jp .n9cs     { background: #065f46; }
.of3jp .j70qn6mg    { background: #1e3a8a; }
.of3jp .zcu6omj9 strong,
.of3jp .zcu6omj9 p { color: #fff; }
.of3jp .kl0o3e5::before { color: rgba(255,255,255,0.85) !important; }
.eowbfh88.of3jp .n9cs,
.eowbfh88 .of3jp .n9cs     { background: #052e16; }
.eowbfh88.of3jp .j70qn6mg,
.eowbfh88 .of3jp .j70qn6mg    { background: #1e1036; }
.cbpr4a1.of3jp .n9cs,
.cbpr4a1 .of3jp .n9cs      { background: #2d2000; }
.cbpr4a1.of3jp .j70qn6mg,
.cbpr4a1 .of3jp .j70qn6mg     { background: #2d1600; }
.e59cspqh.of3jp .n9cs,
.e59cspqh .of3jp .n9cs      { background: #0c1a2e; }
.e59cspqh.of3jp .j70qn6mg,
.e59cspqh .of3jp .j70qn6mg     { background: #0a2020; }
.kv0w .zcu6omj9 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.kv0w .n9cs     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.kv0w .j70qn6mg    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.kv0w .zcu6omj9 strong { color: var(--text-primary); }
.kv0w .zcu6omj9 p      { color: var(--text-muted); }
.lim83 .zcu6omj9 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.jr03 .kl0o3e5,
.z8o53tvd .kl0o3e5,
.fnwrv0wl .kl0o3e5,
.snesj1b .kl0o3e5 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.jr03 .kl0o3e5::before,
.z8o53tvd .kl0o3e5::before,
.fnwrv0wl .kl0o3e5::before,
.snesj1b .kl0o3e5::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.jr03 .n9cs     .kl0o3e5::before { content: "✦"; color: var(--c-tip-border); }
.jr03 .cd8gasm .kl0o3e5::before { content: "▲"; color: var(--c-warn-border); }
.jr03 .j70qn6mg    .kl0o3e5::before { content: "◉"; color: #60a5fa; }
.z8o53tvd .n9cs     .kl0o3e5::before { content: "★"; color: var(--c-tip-border); }
.z8o53tvd .cd8gasm .kl0o3e5::before { content: "◆"; color: var(--c-warn-border); }
.z8o53tvd .j70qn6mg    .kl0o3e5::before { content: "●"; color: #60a5fa; }
.fnwrv0wl .n9cs     .kl0o3e5::before { content: "▶"; color: var(--c-tip-border); }
.fnwrv0wl .cd8gasm .kl0o3e5::before { content: "■"; color: var(--c-warn-border); }
.fnwrv0wl .j70qn6mg    .kl0o3e5::before { content: "▸"; color: #60a5fa; }
.snesj1b .n9cs     .kl0o3e5::before { content: "→"; color: var(--c-tip-border); }
.snesj1b .cd8gasm .kl0o3e5::before { content: "⬥"; color: var(--c-warn-border); }
.snesj1b .j70qn6mg    .kl0o3e5::before { content: "◈"; color: #60a5fa; }
.tsickhh .io9vm .m1se8971,
.tsickhh .oyadft4 .m1se8971  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.tsickhh .rqr5                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.tsickhh .ljbov          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.tsickhh .pftn                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.yhqqrru .io9vm .m1se8971,
.yhqqrru .oyadft4 .m1se8971,
.yhqqrru .rqr5,
.yhqqrru .gxhhg,
.yhqqrru .ygucuz14,
.yhqqrru .ljbov,
.yhqqrru .pftn,
.yhqqrru .lim83 .zcu6omj9 { box-shadow: none; }
.g8oe   .w97c9, .g8oe .ryfl289, .g8oe .etku,
.g8oe   .v4mk, .g8oe .nbgv9g { font-size: 0.9rem; }
.g8oe   .exu4dh14, .g8oe .emifl6 { font-size: 0.9rem; }
.kkzx   .w97c9, .kkzx .ryfl289, .kkzx .etku,
.kkzx   .v4mk, .kkzx .nbgv9g { font-size: 0.95rem; }
.kkzx   .exu4dh14, .kkzx .emifl6 { font-size: 0.95rem; }
.evcif   .w97c9, .evcif .ryfl289, .evcif .etku,
.evcif   .v4mk, .evcif .nbgv9g { font-size: 1.08rem; }
.evcif   .exu4dh14, .evcif .emifl6 { font-size: 1.05rem; }
.evcif   .c5ctrxmd { font-size: 0.97rem; }
.oy80esi .zh0m9      { font-size: 3.2rem; }
.oy80esi h2.y8065 { font-size: 1.9rem; }
.oy80esi h3.g7d35dnt     { font-size: 1.4rem; }
.rouz0cp .zh0m9      { font-size: 3.8rem; }
.rouz0cp h2.y8065 { font-size: 2.2rem; }
.rouz0cp h3.g7d35dnt     { font-size: 1.6rem; }
.z8o16 + .z8o16 { position: relative; }
.wb9fff   .z8o16 + .z8o16::before,
.mobzagbu  .z8o16 + .z8o16::before,
.gxtjxw6e   .z8o16 + .z8o16::before,
.rmtl   .z8o16 + .z8o16::before,
.pyaolzo   .z8o16 + .z8o16::before,
.x8acr0lj .z8o16 + .z8o16::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.wb9fff .z8o16 + .z8o16::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.mobzagbu .z8o16 + .z8o16::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.gxtjxw6e .z8o16 + .z8o16::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;
}
.rmtl .z8o16 + .z8o16::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.iunz .z8o16 { margin-bottom: 16px; }
.iunz .z8o16 + .z8o16 { margin-top: 0; }
.iunz .jldg03 { padding-top: 0; padding-bottom: 0; }
.pyaolzo .z8o16 + .z8o16::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.x8acr0lj .z8o16 + .z8o16::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.w81z .z8o16 + .z8o16::before,
.zp2isae .z8o16 + .z8o16::before,
.qp6ibg .z8o16 + .z8o16::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%;
}
.ckcs571e .w81z .z8o16:nth-child(even)::before,
.ckcs571e .zp2isae .z8o16:nth-child(even)::before,
.ckcs571e .qp6ibg .z8o16:nth-child(even)::before { background: var(--bg-surface); }
.kfyvg5 .w81z .z8o16:nth-child(even)::before,
.kfyvg5 .zp2isae .z8o16:nth-child(even)::before,
.kfyvg5 .qp6ibg .z8o16:nth-child(even)::before { background: var(--bg-card); }
.w81z .z8o16 + .z8o16::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");
}
.zp2isae .z8o16 + .z8o16::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");
}
.qp6ibg .z8o16 + .z8o16::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");
}
.qd018f0 .pm26,
.t36ivb .pm26,
.hxpt15aj .pm26 { overflow: hidden; }
.qd018f0 .yxo8i0xs,
.t36ivb .yxo8i0xs { margin-bottom: 60px; }
.hxpt15aj .yxo8i0xs { margin-bottom: 70px; }
.qd018f0 .pm26::before,
.t36ivb .pm26::before,
.hxpt15aj .pm26::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%;
}
.qd018f0 .pm26::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");
}
.t36ivb .pm26::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");
}
.hxpt15aj .pm26::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");
}
.zf3p0 .pm26:not(.avt83odk) .vcpm { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.u4dv .pm26:not(.avt83odk) .vcpm { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.knwpjwzq  .pm26:not(.avt83odk) .vcpm { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.hwy531  .pm26:not(.avt83odk) .vcpm { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qs01 .avt83odk { background: var(--accent); }
.qs01 .avt83odk .vcpm { background: none; }
.qs01 .doir52 { background: var(--accent); }
.qs01 .dgd7 { background: var(--accent-bg); }
.qs01 .pm26:not(.avt83odk) .vcpm { background: rgba(0,0,0,0.6); }
.ppyso .d4k3v { float: left; width: 38%; margin: 0 28px 16px 0; }
.ppyso .d4k3v .aux1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ppyso .jldg03::after { content: ''; display: block; clear: both; }
.yqvno5j6 .d4k3v { float: right; width: 38%; margin: 0 0 16px 28px; }
.yqvno5j6 .d4k3v .aux1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.yqvno5j6 .jldg03::after { content: ''; display: block; clear: both; }
.du3ngj .z8o16:nth-child(odd)  .d4k3v { float: left;  width: 38%; margin: 0 28px 16px 0; }
.du3ngj .z8o16:nth-child(even) .d4k3v { float: right; width: 38%; margin: 0 0 16px 28px; }
.du3ngj .d4k3v .aux1 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.du3ngj .jldg03::after { content: ''; display: block; clear: both; }
.ppyso .gqhi4iwk,
.ppyso .b9ojs,
.yqvno5j6 .gqhi4iwk,
.du3ngj .gqhi4iwk,
@media (max-width: 900px) {
  .ppyso .d4k3v,
  .yqvno5j6 .d4k3v,
  .du3ngj .z8o16:nth-child(odd)  .d4k3v,
  .du3ngj .z8o16:nth-child(even) .d4k3v {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ppyso .d4k3v .aux1,
  .yqvno5j6 .d4k3v .aux1,
  .du3ngj .d4k3v .aux1 {
    max-height: none !important;
  }
}
.ppyso .exu4dh14,
.ppyso .emifl6,
.yqvno5j6 .exu4dh14,
.yqvno5j6 .emifl6,
.du3ngj .exu4dh14,
.du3ngj .emifl6 { overflow: hidden; }
@media (max-width: 640px) {
  .ppyso .d4k3v,
  .yqvno5j6 .d4k3v,
  .du3ngj .d4k3v { float: none; width: 100%; margin: 0 0 16px 0; }
}
.kbysj .yla35,
.kbysj .jldg03,
.kbysj .uxd3f  { max-width: 1100px; }
.apo4k .yla35,
.apo4k .jldg03,
.apo4k .uxd3f  { max-width: 1200px; }
.z4zjt .yla35,
.z4zjt .jldg03,
.z4zjt .uxd3f  { max-width: 1320px; }
.z4zjt { --content-mw: 1320px; }
.fyhqagki { font-size: 0.82rem; color: var(--text-muted); }
.odylh { display: flex; align-items: center; }
.q1s1a06m {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ht05qn { display: flex; align-items: center; }
.phjc { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.phjc:hover { text-decoration: underline; }
.phug { margin: 0 3px; opacity: 0.45; }
.phug::before { content: '/'; }
.rn1md3 { padding: 2px 5px; color: var(--text-main); }
.b5l8q91 .fyhqagki {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.b5l8q91 .odylh { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ydb97d .fyhqagki {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ydb97d .odylh { padding: 0 0 0 12px; }
.jn448sle .odylh { padding: 0 16px; }
.jn448sle .fyhqagki {
  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);
}
.jn448sle .yla35 { padding-top: 28px; }
@media (max-width: 720px) {
  .um1gd2gu { margin-top: 18px; padding: 0 16px; }
  .jn448sle .yla35 { padding-top: 16px; }
}
.kbysj.b5l8q91 .odylh { max-width: 1100px; }
.apo4k.b5l8q91 .odylh { max-width: 1200px; }
.z4zjt.b5l8q91 .odylh { max-width: 1320px; }
.z4zjt .um1gd2gu { max-width: 1320px; }
.kidnd3 .z8o16 { padding-top: 16px; padding-bottom: 16px; }
.dmkxcwf .z8o16 { padding-top: 24px; padding-bottom: 24px; }
.enas9mw .z8o16 { padding-top: 40px; padding-bottom: 40px; }
.esgsw .z8o16 { padding-top: 52px; padding-bottom: 52px; }
.wemun .z8o16:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.wemun .z8o16:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.wemun .z8o16:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.wemun .z8o16:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hhchr .jldg03 { padding-top: 10px;  padding-bottom: 10px; }
.w54y .jldg03 { padding-top: 18px;  padding-bottom: 18px; }
.tjkerw2 .jldg03 { padding-top: 36px;  padding-bottom: 36px; }
.ormx05d .jldg03 { padding-top: 48px;  padding-bottom: 48px; }
.b3k9w h2.y8065 { font-weight: 600; }
.b3k9w h3.g7d35dnt     { font-weight: 600; }
.o06y h2.y8065 { font-weight: 800; }
.o06y h3.g7d35dnt     { font-weight: 700; }
.b38no h2.y8065 { font-weight: 900; }
.b38no h3.g7d35dnt     { font-weight: 800; }
.b38no .zcu6omj9 strong,
.b38no .zcu6omj9 strong { font-weight: 600; }
.gc2jm3 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.xxzakq .gc2jm3 { display: none; }
@media (max-width: 640px) { .gc2jm3 { display: none; } }
.gc2jm3 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gc2jm3:hover { opacity: 0.85; }
.b3abs .gc2jm3 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.rsnryz7 .gc2jm3,
.oalsh4c  .gc2jm3 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.rsnryz7 .gc2jm3:hover,
.oalsh4c  .gc2jm3:hover { opacity: 0.88; }
.b3abs.rsnryz7 .gc2jm3,
.b3abs.oalsh4c  .gc2jm3 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.wa774 {
  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;
}
.wa774:hover { transform: translateY(-2px); opacity: 0.92; }
.wa774 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.pxye4b .wa774 { display: none; }
.fr9g .wa774 { right: 32px; }
.p3ohr  .wa774 { left: 32px; }
@media (max-width: 480px) {
  .fr9g .wa774 { right: 20px; bottom: 20px; }
  .p3ohr  .wa774 { left: 20px; bottom: 20px; }
}
.u5jox { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.uxd3f { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.vpzjikq { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.q5mn { color: var(--text-dim); font-size: 0.8rem; }
.z4xq88 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.z4xq88 img { height: 26px; width: auto; object-fit: contain; }
.cyur1w .uxd3f { text-align: center; }
.cyur1w .vpzjikq { margin-top: 0; }
@media (max-width: 640px) {
  .uxd3f { padding-left: 16px; padding-right: 16px; }
  .ni63kl9 .uxd3f { padding: 20px 16px; }
  .o4jxp { gap: 4px 12px; }
  .vpzjikq { font-size: 0.78rem; }
}
.bfnkz6wj .u5sa .z4xq88 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.bfnkz6wj .vpzjikq { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.bfnkz6wj .q5mn { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .bfnkz6wj .bgaiww { grid-template-columns: 1fr 1fr; } .bfnkz6wj .u5sa { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bfnkz6wj .bgaiww { grid-template-columns: 1fr; } }
.obi97 .xi7ew4s5 { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.obi97 .z4xq88 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.obi97 .ryzc7 { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.obi97 .ryzc7 a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.obi97 .ryzc7 a:hover { color: var(--accent-light); }
.c79vxufw { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.obi97 .w1mjmfs { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.obi97 .gncgc { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.obi97 .gncgc a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.obi97 .gncgc a:hover { color: var(--accent-light); }
.obi97 .vpzjikq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .obi97 .xi7ew4s5 { gap: 12px; } .obi97 .z4xq88 { margin-right: 0; width: 100%; } }
.vog1t39 .ph7n .z4xq88 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.vog1t39 .vpzjikq { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.vog1t39 .q5mn { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vog1t39 .zgido { grid-template-columns: 1fr 1fr; } .vog1t39 .ph7n { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vog1t39 .zgido { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ipqrtqnc .cwpi { grid-template-columns: 1fr 1fr; } .ipqrtqnc .pwhx1w0a:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ipqrtqnc .cwpi { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .clm1a1gt .cwpi { grid-template-columns: 1fr; } }
.d9rojy .uxd3f { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.r4crk .nx0izukw      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.r4crk .u5jox { background: var(--bg-page); border-top-color: var(--border-alt); }
.u6poxf9t .nx0izukw      { background: #0d1117; border-bottom-color: #21262d; }
.u6poxf9t .i2vu { color: var(--accent-light); }
.u6poxf9t .wsraj8q0 { --msep-color: #8b949e; }
.u6poxf9t .wsraj8q0 a { color: #8b949e; }
.u6poxf9t .wsraj8q0 a:hover { color: var(--accent-light); }
.u6poxf9t .q81fjpn { color: #8b949e; }
.u6poxf9t .u5jox { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.u6poxf9t .vpzjikq,
.u6poxf9t .q5mn { color: #6e7681; }
.u6poxf9t .h4y900lf a, .u6poxf9t .ryzc7 a,
.u6poxf9t .gncgc a { color: #8b949e; }
.u6poxf9t .z4xq88 { color: #e6edf3; }
.u6poxf9t .h4y900lf a:hover, .u6poxf9t .ryzc7 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .u6poxf9t .wsraj8q0 { background: #0d1117; border-top-color: #21262d; }
  .u6poxf9t .wsraj8q0 li a { border-bottom-color: #21262d; }
}
.b3ov3xvv .nx0izukw      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.b3ov3xvv .i2vu { color: var(--accent-light); }
.b3ov3xvv .wsraj8q0 { --msep-color: #475569; }
.b3ov3xvv .wsraj8q0 a { color: #475569; }
.b3ov3xvv .wsraj8q0 a:hover { color: var(--accent-light); }
.b3ov3xvv .q81fjpn { color: #64748b; }
.b3ov3xvv .u5jox { background: #f0f4f8; border-top-color: #cbd5e1; }
.b3ov3xvv .vpzjikq,
.b3ov3xvv .q5mn { color: #64748b; }
.b3ov3xvv .h4y900lf a, .b3ov3xvv .ryzc7 a,
.b3ov3xvv .gncgc a, .b3ov3xvv .z4xq88 { color: #374151; }
.b3ov3xvv .h4y900lf a:hover, .b3ov3xvv .ryzc7 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .b3ov3xvv .wsraj8q0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .b3ov3xvv .wsraj8q0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.rsnryz7 .nx0izukw      { background: var(--accent); border-bottom-color: var(--accent-light); }
.rsnryz7 .i2vu { color: #fff; }
.rsnryz7 .wsraj8q0 { --msep-color: rgba(255,255,255,0.82); }
.rsnryz7 .wsraj8q0 a { color: rgba(255,255,255,0.82); }
.rsnryz7 .wsraj8q0 a:hover { color: #fff; }
.rsnryz7 .q81fjpn { color: rgba(255,255,255,0.9); }
.rsnryz7 .u5jox { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.rsnryz7 .vpzjikq,
.rsnryz7 .q5mn { color: rgba(255,255,255,0.72); }
.rsnryz7 .h4y900lf a, .rsnryz7 .ryzc7 a,
.rsnryz7 .gncgc a, .rsnryz7 .z4xq88 { color: #fff; }
.rsnryz7 .h4y900lf a:hover, .rsnryz7 .ryzc7 a:hover { color: #fff; }
@media (max-width: 640px) {
  .rsnryz7 .wsraj8q0 { background: var(--accent); border-top-color: var(--accent-light); }
  .rsnryz7 .wsraj8q0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.oalsh4c .nx0izukw {
  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);
}
.oalsh4c .u5jox {
  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) {
  .oalsh4c .wsraj8q0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ia7q .mp0qz7h { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.sj7bou47 .mp0qz7h { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.xukl .mp0qz7h { min-height: 72px; height: auto; }
.ddwwk .mp0qz7h { min-height: 84px; height: auto; }
.ni63kl9 .mp0qz7h { max-width: none; padding: 0 32px; }
.ni63kl9 .uxd3f  { max-width: none; padding: 24px 32px; }
.aw2qg.apo4k .mp0qz7h { max-width: 1200px; }
.aw2qg.z4zjt .mp0qz7h { max-width: 1320px; }
.nx8esiw   .i2vu, .nx8esiw   .z4xq88 { text-transform: capitalize; }
.fehtrf .i2vu, .fehtrf .z4xq88 { text-transform: lowercase; }
.asp88ek .i2vu, .asp88ek .z4xq88 { text-transform: uppercase; letter-spacing: 0.06em; }
.h5wtz, .y5p1n3o {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.xnxaf1w7 .h5wtz,
.xnxaf1w7 .y5p1n3o { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.y7vbe .h5wtz,
.y7vbe .y5p1n3o { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.rb9gxl .h5wtz,
.rb9gxl .y5p1n3o { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.jwjg9ws .h5wtz,
.jwjg9ws .y5p1n3o { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.w3fn   .wsraj8q0 a { font-weight: 500; }
.g23b .wsraj8q0 a { font-weight: 600; }
.v69l     .wsraj8q0 a { font-weight: 700; }
.wthahw4    .wsraj8q0 a { font-weight: 800; letter-spacing: 0.01em; }
.r6kxnr8     .wsraj8q0 > li + li::before,
.zxjhl7uk    .wsraj8q0 > li + li::before,
.s133    .wsraj8q0 > li + li::before,
.y2i1tpig .wsraj8q0 > li + li::before,
.ebax81pp .wsraj8q0 > li + li::before,
.srdd  .wsraj8q0 > li + li::before,
.ei6o    .wsraj8q0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.r6kxnr8     .wsraj8q0 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.zxjhl7uk    .wsraj8q0 > li + li::before { content: "|"; }
.s133    .wsraj8q0 > li + li::before { content: "—"; }
.y2i1tpig .wsraj8q0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ebax81pp .wsraj8q0 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.srdd  .wsraj8q0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ei6o    .wsraj8q0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .h02yar74 .q81fjpn,
  .obymd .q81fjpn,
  .lx4pye .q81fjpn,
  .opinjb .q81fjpn,
  .fcklfg6c .q81fjpn {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .h02yar74 .q81fjpn::before,
  .obymd .q81fjpn::before,
  .lx4pye .q81fjpn::before,
  .opinjb .q81fjpn::before,
  .fcklfg6c .q81fjpn::before { content: ""; display: block; flex-shrink: 0; }

  
  .h02yar74 .q81fjpn::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;
  }

  
  .obymd .q81fjpn::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;
  }

  
  .lx4pye .q81fjpn::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;
  }

  
  .opinjb .q81fjpn::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;
  }

  
  .fcklfg6c .q81fjpn::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) {
  .dxg486pe .q81fjpn {
    padding: 5px 14px;
  }
  .dxg486pe .wsraj8q0 {
    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;
  }
  .dxg486pe .wsraj8q0 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .dxg486pe .wsraj8q0 li a:hover { background: var(--bg-raised); }
  .dxg486pe .vdfrcv4,
  .cf3sr .vdfrcv4,
  .w2m5g .vdfrcv4 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .d4ge8q2 .q81fjpn {
    padding: 5px 10px;
  }
  .d4ge8q2 .wsraj8q0 {
    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);
  }
  .d4ge8q2 .wsraj8q0.r0lbe2 { transform: translateX(0); }
  .d4ge8q2 .wsraj8q0 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .d4ge8q2 .wsraj8q0 li:last-child a { border-bottom: none; }
  .rsnryz7 .wsraj8q0,
  .u6poxf9t .wsraj8q0 { background: var(--accent) !important; }
  .rsnryz7 .wsraj8q0 li a,
  .u6poxf9t .wsraj8q0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .w2m5g .q81fjpn {
    padding: 5px 10px;
  }
  .w2m5g .wsraj8q0 {
    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);
  }
  .w2m5g .wsraj8q0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .w2m5g .wsraj8q0.r0lbe2 { transform: translateY(0); }
  .w2m5g .wsraj8q0 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .i4g9 .q81fjpn {
    padding: 5px 10px;
  }
  .i4g9 .wsraj8q0 {
    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;
  }
  .i4g9 .wsraj8q0.r0lbe2 { opacity: 1; pointer-events: auto; }
  .i4g9 .wsraj8q0 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .qbwkgk     .q81fjpn { border-radius: 0 !important; }
  .ad5jj5   .q81fjpn { border-radius: 8px !important; }
  .t11ik79 .q81fjpn { border-radius: 50% !important; }
  .vrgu   .q81fjpn { border-radius: 999px !important; }
}
.mh3rkhz .tjgn2rof { height: 36px; }
.do12 .tjgn2rof { height: 60px; max-width: 200px; }
.clha .tjgn2rof { height: 76px; max-width: 240px; }
.c412gklr     .o2660fg, .c412gklr     .x96r { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.bnyaw91g .b9ojs { counter-reset: cs-rank; gap: 0; }
.bnyaw91g .gxhhg {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.bnyaw91g .gxhhg::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.bnyaw91g .oze5 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.bnyaw91g .qin6q91 {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.bnyaw91g .upu3h { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.bnyaw91g .oze5 { min-width: 0; flex-direction: column; width: 100%; }
.bnyaw91g .wj8r7sf { border-radius: 50%; font-weight: 700; }
.bnyaw91g .cx5xiu {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.bnyaw91g .o2660fg { color: var(--cta, var(--accent)); }
.bnyaw91g .m30en { font-weight: 700; }
.bnyaw91g .vv27crpv {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.bnyaw91g .ovli81 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.bnyaw91g .okfuzxfw {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.bnyaw91g .stu0j7 .okfuzxfw { font-size: 1.3rem; color: var(--accent-light); }
.bnyaw91g .rdua {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.bnyaw91g .gxhhg:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .bnyaw91g .b9ojs {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .bnyaw91g .gxhhg {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .bnyaw91g .gxhhg { padding: 40px 16px 20px; }
  .bnyaw91g .vv27crpv {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .bnyaw91g .rdua { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .tuqs .gxhhg {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .tuqs .gxhhg::before {
    position: absolute; top: 14px; left: 14px;
  }
  .tuqs .oze5 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .tuqs .cx5xiu { white-space: normal; text-align: center; font-size: 1.2rem; }
  .tuqs .vv27crpv {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .tuqs .rdua { width: 100%; min-width: 0; }
  .tuqs .o2660fg { min-width: 0; }
}
.u47m .gr1s {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.u47m .gr1s summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.u47m .gr1s p { padding: 0 2px 16px; }
.gpbjlq .gr1s { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.gpbjlq .gr1s summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.gpbjlq .gr1s summary::after { content: "›"; font-size: 1.2em; }
.gpbjlq .gr1s[open] summary::after { content: "‹"; }
.gpbjlq .gr1s p { padding: 10px 22px 4px; }
.hnehy41o .gr1s {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.hnehy41o .gr1s summary { color: var(--text-primary); padding-left: 16px; }
.hnehy41o .gr1s summary::after { content: "›"; font-size: 1.1em; }
.hnehy41o .gr1s[open] summary::after { content: "‹"; }
.hnehy41o .gr1s p { padding-left: 16px; }
.e24y16 .qwo05 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.e24y16 .gr1s {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.e24y16 .gr1s:last-child { border-bottom: none; }
.e24y16 .gr1s summary { color: var(--text-primary); border-radius: 0; }
.e24y16 .gr1s summary::after { content: "›"; font-size: 1.1em; }
.e24y16 .gr1s[open] summary::after { content: "‹"; }
.cdu4uj .gr1s { overflow: hidden; }
.cdu4uj .gr1s summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.cdu4uj .gr1s summary::after { color: rgba(255,255,255,.75); }
.cdu4uj .gr1s[open] summary { border-radius: 0; }
.pym5f1o { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ukw8da0 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.cadv {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.t5vtkrz { color: var(--text-muted); font-size: 1.05rem; }
.ubexbjmw {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ppqe9ybx {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.a66jtme { margin-bottom: 20px; }
.rmyqgipv {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.mea8zzet {
  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;
}
.mea8zzet:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.kjo9ub { resize: vertical; min-height: 130px; }
.exni8 { width: 100%; margin-top: 8px; }
.ezscmwtq {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zzox8 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.coyw7k { color: var(--text-muted); line-height: 1.75; }
.onesj4r { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.onesj4r li { margin-bottom: 6px; }
.bfrwzfkb { max-width: 760px; margin: 0 auto; }
.u07cq { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.pfrtx { max-width: 760px; margin: 0 auto; }
.dpueaz0q ul.onesj4r { margin: 0; }
@media (max-width: 640px) { .xmh4ye { grid-template-columns: 1fr; gap: 10px; } }
.x7o4d { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.okeo0f { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.aiqohec { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.okeo0f p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.okeo0f .onesj4r { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .x7o4d { grid-template-columns: 1fr; } }
.bhi7yk23 { color: inherit; text-decoration: none; }
.bhi7yk23:hover { color: var(--accent-light); text-decoration: underline; }
.rvff3 { display: inline-block; line-height: 0; }
.bayto9d5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.hn9h { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.hn9h:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.mx3g { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.hn9h p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hn9h ul.onesj4r { margin: 0; }
.daht3x6 { color: var(--text-muted); line-height: 1.75; }
.tdpwubuw .onesj4r,
.zifpou .onesj4r,
.vvmiqws .onesj4r,
.lezwpou .onesj4r {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.tdpwubuw .hn9h,
.zifpou .hn9h { text-align: left; }
.tdpwubuw .mx3g,
.zifpou .mx3g { text-align: center; }
.ur7p { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.kgg8 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.i6grh { font-size: 1.1rem; }
.rjgw { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.y1ua { margin-top: 12px; }
.z51dxp7h { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.z51dxp7h:hover { border-bottom-color: var(--accent-light); }
.zxhq { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.zxhq img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gkhy0m { width: 260px; height: 260px; }
.rgicplkt { border-radius: 50%; }
.fkek { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.daatskyx { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .mn99e { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ufaue .rjgw, .ufaue .kgg8 { max-width: 640px; }
.rqby { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.yhne6 { position: sticky; top: 96px; align-self: start; }
.yhne6 .ur7p { font-size: 1.6rem; margin-top: 18px; }
.bnd0t1wn .rjgw { margin-bottom: 28px; }
@media (max-width: 860px) { .rqby { grid-template-columns: 1fr; } .yhne6 { position: static; text-align: center; } }
.fz7v0 .zxhq { margin: 0 auto 18px; }
.fz7v0 .fkek { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .dl6y7 { grid-template-columns: 1fr; } }
.se8x5u .ur7p { font-size: 1.6rem; margin-bottom: 6px; }
.lezwpou .onesj4r { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .se8x5u { flex-direction: column; text-align: center; } .vmsat { grid-template-columns: 1fr; } }
.q80mm3b .ur7p { font-size: 1.35rem; margin: 0 0 4px; }
.q80mm3b .fkek { margin: 0; }
.s3v8oddp { max-width: 760px; margin: 0 auto; }
.t4brh { position: relative; padding-left: 28px; }
.t4brh::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.vucvb7j { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.vucvb7j:last-child { padding-bottom: 0; }
.psn2j9 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.nw4qfx h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.nw4qfx p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.osxn .cadv { color: var(--accent-light); }
.ruw066mb {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.ruw066mb .cadv { font-size: 2rem; }
.ruw066mb .t5vtkrz { max-width: 680px; }
.dkqp1t .cadv { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.dkqp1t .t5vtkrz  { margin: 0; }
@media (max-width: 640px) { .dkqp1t { flex-direction: column; } }
.mt1obmn .cadv { color: var(--accent-light); }
.sz72r .cadv { color: #fff; }
.sz72r .t5vtkrz  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .nat4 { grid-template-columns: 1fr; } }
.vcddn .mea8zzet {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.vcddn .mea8zzet:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.q7ecfps .mea8zzet { background: var(--bg-raised); border-color: transparent; }
.q7ecfps .mea8zzet:focus { background: var(--bg-card); border-color: var(--accent-light); }
.nlsseajj .mea8zzet { border-radius: 100px; padding: 11px 20px; }
.nlsseajj .kjo9ub { border-radius: 14px; }
@media (max-width: 640px) { .wyce { grid-template-columns: 1fr; } }
.w71w{display:none}
.w71w:empty,.d49m:empty{display:none}
.rvcwpw{position:relative;overflow:visible}
.qrtrl .zeidi8,.lhzjq .zeidi8,
.cvk4c68 .zeidi8,.f5pby .zeidi8,
.oqp9w6 .zeidi8,.yd923gt .zeidi8{display:block}
.tdy4s .gsqlz{display:block}
.qrtrl .zeidi8,.lhzjq .zeidi8,
.cvk4c68 .zeidi8,.f5pby .zeidi8,
.oqp9w6 .zeidi8{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.qrtrl .zeidi8 .d49m,.lhzjq .zeidi8 .d49m,
.cvk4c68 .zeidi8 .d49m,.f5pby .zeidi8 .d49m,
.oqp9w6 .zeidi8 .d49m{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.qrtrl .jhpm,.lhzjq .jhpm,
.cvk4c68 .jhpm,.f5pby .jhpm,
.oqp9w6 .jhpm{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.qrtrl .zeidi8,.lhzjq .zeidi8{top:12px}
.qrtrl .zeidi8 .d49m{margin-right:auto}
.lhzjq .zeidi8 .d49m{margin-left:auto}
.lhzjq .zeidi8{text-align:right}
.cvk4c68 .zeidi8,.f5pby .zeidi8{bottom:12px}
.cvk4c68 .zeidi8 .d49m{margin-right:auto}
.f5pby .zeidi8 .d49m{margin-left:auto}
.f5pby .zeidi8{text-align:right}
.oqp9w6 .zeidi8{position:relative;margin-top:16px}
.oqp9w6 .zeidi8 .d49m{margin:0 auto}
.yd923gt .zeidi8{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.yd923gt .zeidi8 .d49m{margin:0}
.yd923gt .dgd7~.zeidi8,
.yd923gt .mzs1g~.zeidi8{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.yd923gt .dgd7~.zeidi8 .d49m,
.yd923gt .mzs1g~.zeidi8 .d49m{justify-content:flex-start}
.dgd7~.zeidi8,.mzs1g~.zeidi8{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.dgd7~.zeidi8 .d49m{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mzs1g~.zeidi8 .d49m{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.gsqlz .d49m{margin:0 0 12px}
.d49m{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.jhpm{white-space:nowrap}
.dh32dr .jhpm{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.hbh1n15l .jhpm{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.b1ux98uv .d49m{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.blf38 .jhpm{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.jp87 .jhpm{color: var(--accent-light);opacity:1;font-weight:500}
.m97r218 .jhpm{border-bottom:1px solid currentColor;padding-bottom:2px}
.jgfl7371 .d49m{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.f4kwq3kj{--date-bg:transparent}
.tfwg .jhpm + .jhpm::before{content:"•";margin-right:6px;opacity:.4}
.um52o .jhpm + .jhpm::before{content:"/";margin-right:6px;opacity:.35}
.tjto .jhpm + .jhpm::before{content:"|";margin-right:6px;opacity:.3}
.rq3rvmry .jhpm + .jhpm::before{content:"—";margin-right:6px;opacity:.3}
.l7ju91jt .d2vc9eq9::before{content:"◆";font-size:.5em;opacity:.35}
.l7ju91jt .jhpm + .jhpm::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.nvs6t .jhpm + .jhpm::before{content:"·";margin-right:6px;opacity:.4}
.ksa4 .jhpm + .jhpm::before{content:"›";margin-right:6px;opacity:.4}
.ig59zgo2 .jhpm + .jhpm::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.x0rwyr9d{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.gi4ii8{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.qqfx{display:flex;flex-direction:column;gap:3px}
.gr2q0l{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.ffls4{font-weight:700;font-size:1rem;color:var(--text-heading)}
.kqgz{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.s8x9hxw .x0rwyr9d{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.i44pp5 .x0rwyr9d{border-top:3px solid var(--accent);padding-top:18px}
.rare54h .x0rwyr9d{border-left:3px solid var(--accent);border-radius:0}
.fjuq .x0rwyr9d{padding:20px 0}
@media(max-width:640px){
  .x0rwyr9d{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .kqgz{max-width:100%}
}
:root {
  --accent:          #226268;
  --brand:           #226268;
  --brand-light:     #71c2ca;
  --brand-pale:      #a8d2d6;
  --grad-start:      #08191b;
  --grad-end:        #1b4f54;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #226268;
  --cta-light:       #3a939c;
  --cta-hover:       #2c7e86;
  --bg-page:         #071112;
  --bg-surface:      #0b1b1d;
  --bg-card:         #0f2628;
  --bg-card-inner:   #143033;
  --bg-raised:       #183a3e;
  --bg-hover:        #1d4548;
  --border:          #225357;
  --border-alt:      #2b676d;
  --border-section:  #225357;
  --text-primary:    #e3e6e7;
  --text-muted:      #a0aaab;
  --text-body:       #c8cecf;
  --text-sub:        #a0aaab;
  --text-faint:      #6b7879;
  --text-dim:        #535d5e;
  --text-label:      #859293;
  --text-value:      #bbc2c3;
  --accent-bg:       #182324;
  --accent-bg-light: #223739;
  --bg-tip:          #16261f;
  --bg-warning:      #272115;
  --bg-info:         #161e26;
  --bg-pros:         #16261f;
  --bg-cons:         #26161d;
  --c-pros:          #88e6bb;
  --c-cons:          #e689b1;
  --c-pros-label:    #5edda2;
  --c-tip-border:    #41d791;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #88e6bb;
}
:root { --logo-bg-opacity: 54%; }
body, button, input { font-family: "Exo", sans-serif; }
.rqsjmxa .pzn36vqc, .rqsjmxa .dgd7 { min-height: 520px; }
.wgdsda1g .bflcpd8::after, .wgdsda1g .grhc5zyv::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.tkdzlq .gc2jm3::after,.tkdzlq .wa774::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.phug::before { content: '—'; }
.f9dgm07a .jhpm::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.f9dgm07a .jhpm:first-of-type::before{content:"\f017"}.f9dgm07a .jhpm:last-of-type::before{content:"\f2f1"}