: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;
}
.sdp8bde {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.k9irs6m {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.qyhwq49k {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.t6n9qz { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.f8x9sq { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.f8x9sq a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.f8x9sq a:hover { color: var(--accent-light); }
.b0sz8   .iysoy { border-radius: 0; }
.z8ag8h .iysoy li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .iysoy {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .yrmnuh:hover .iysoy,
  .yrmnuh:focus-within .iysoy { display: block; }
  .iysoy li a { padding: 8px 16px; font-size: 0.88rem; }
}
.gn6d {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.kfaxdq3s { display: none; }
@media (max-width: 640px) {
  .kfaxdq3s {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .kfaxdq3s.btie { display: block; }
}
@media (max-width: 640px) {
  .gn6d { display: block; }
  .f8x9sq > li + li::before { display: none !important; }
  .f8x9sq {
    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;
  }
  .f8x9sq.btie { display: flex; }
  .f8x9sq li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .f8x9sq li:last-child a { border-bottom: none; }
}
.vtc77ftr { min-height: 480px; }
.vm49 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.aemvlt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.gasth4f .aemvlt { margin-left: 0; margin-right: 0; }
.e74t {
  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;
}
.e74t:hover { opacity: 0.88; }
.ipl6x4v7 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.d6ib {
  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%);
}
.ipl6x4v7 .unatdnch {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ipl6x4v7 .vm49 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ipl6x4v7 .aemvlt { color: #e2e8f0; }
.ipl6x4v7.rx4ax .unatdnch { text-align: center; }
.ipl6x4v7.gasth4f   .unatdnch { text-align: left; }
.vi6biea .unatdnch {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.vi6biea .vm49 { color: var(--text-primary); text-shadow: none; }
.vi6biea .aemvlt { color: var(--text-muted); }
.vi6biea .e74t { margin-top: 16px; }
.vi6biea, .vi6biea.vtc77ftr { min-height: auto !important; }
.vi6biea.rx4ax .unatdnch { text-align: center; }
.vi6biea.gasth4f   .unatdnch { text-align: left; }
.vi6biea~.jj7d{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}
.vi6biea~.jj7d .q4wd2k{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}
.sptoolw {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.nkp3si9 .sptoolw,
.nkp3si9 .sptoolw::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.zt69v .sptoolw,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.pw14 .sptoolw,
.pw14 .ipl6x4v7 .d6ib {
  overflow: hidden;
}
.pw14 .sptoolw::after,
.pw14 .ipl6x4v7 .d6ib::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%); }
}
.dpry6x .sptoolw,
.dpry6x .sptoolw::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.dpry6x .ipl6x4v7 .d6ib {
  overflow: hidden;
}
.dpry6x .ipl6x4v7 .d6ib::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;
}
.mrizvcy .sptoolw,
.mrizvcy .az8qw1n9,
.mrizvcy .ipl6x4v7 .d6ib {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.nkp3si9 .ipl6x4v7 .d6ib {
  overflow: hidden;
}
.nkp3si9 .ipl6x4v7 .d6ib::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;
}
.zt69v .ipl6x4v7 .d6ib {
  animation: hg-breathe 10s ease-in-out infinite;
}
.sptoolw .d6ib {
  background: none;
}
.sptoolw .vm49 { color: #fff; }
.sptoolw .aemvlt { color: rgba(255,255,255,0.85); }
.sptoolw .e74t { background: #fff; color: var(--cta); }
.sptoolw .e74t:hover { opacity: 0.92; }
.mrizvcy .kymqlob {
  animation: hg-fadein 1.2s ease-out both;
}
.kymqlob .vm49 { text-shadow: none; color: var(--text-primary); }
.kymqlob .aemvlt { color: var(--text-muted); }
body.m6dwd .vm49 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.u22h7 .vm49 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.kymqlob.gasth4f   .oooypxqh { align-items: flex-start; text-align: left; }
.d106f .unatdnch { padding-bottom: 24px; }
.o2e4jyb2 .unatdnch { max-width: 960px; }
@media (max-width: 700px) {
  .kymqlob { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .kymqlob .a1poryv { display: none !important; }
  .ehsyt .a1poryv { display: none !important; }
  .kxbb .p6g18ju { display: none !important; }
  .zitbeaix .zy4ogz0 { display: none !important; }
  .oooypxqh  { padding: 36px 24px; }
  .kymqlob~.jj7d,.s8mq7yro~.jj7d{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .vtc77ftr, .kymqlob { min-height: 320px !important; }
  
  .vm49 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .j2q9t { display: none !important; }
  
  .ilaysiw { flex-direction: column; align-items: center; }
  .ml5a { width: 100%; max-width: 340px; }
}
.ln3u3g { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.f03s { width: 100%; height: auto; display: block; border-radius: 10px; }
.dtla .ln3u3g        { border-radius: 16px; }
.dtla .f03s  { border-radius: 16px; }
.agdgix .ln3u3g         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.agdgix .f03s   { border-radius: 8px; }
.p3g2 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.gm5lozf { width: 100%; padding: 32px 0; position: relative; }
.ygigluu { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.eb0s5 .gm5lozf:nth-child(even) { background: var(--bg-surface); }
.eb0s5 .gm5lozf:nth-child(odd)  { background: var(--bg-page); }
.zwhib0w .gm5lozf:nth-child(even) { background: var(--bg-card); }
.zwhib0w .gm5lozf:nth-child(odd)  { background: var(--bg-page); }
.eb0s5 .gm5lozf:nth-child(odd)  .ygigluu { background: var(--bg-card); border-radius: 6px; }
.eb0s5 .gm5lozf:nth-child(even) .ygigluu { background: var(--bg-raised); border-radius: 6px; }
.zwhib0w .gm5lozf:nth-child(odd)  .ygigluu { background: var(--bg-card); border-radius: 6px; }
.zwhib0w .gm5lozf:nth-child(even) .ygigluu { background: var(--bg-raised); border-radius: 6px; }
.eb0s5 .gm5lozf:nth-child(even) .mkbs .qtetb,
.zwhib0w .gm5lozf:nth-child(even) .mkbs .qtetb { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.eb0s5 .gm5lozf:nth-child(odd) .mkbs .qtetb,
.zwhib0w .gm5lozf:nth-child(odd) .mkbs .qtetb { background: var(--bg-card-inner); }
.eb0s5 .gm5lozf:nth-child(even) .dpfcq7 .qtetb:nth-child(odd),
.zwhib0w .gm5lozf:nth-child(even) .dpfcq7 .qtetb:nth-child(odd)  { background: var(--bg-card); }
.eb0s5 .gm5lozf:nth-child(even) .dpfcq7 .qtetb:nth-child(even),
.zwhib0w .gm5lozf:nth-child(even) .dpfcq7 .qtetb:nth-child(even) { background: var(--bg-card-inner); }
h1.pdp2z1a { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.pdp2z1a {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.o3hf { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.s711b5 h2.pdp2z1a {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.walm0 h2.pdp2z1a {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.kwt34x30 h2.pdp2z1a {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dcirw5 h2.pdp2z1a::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nm7etos9 h2.pdp2z1a {
  color: var(--text-primary); font-size: 1.7rem;
}
.t8dtz h2.pdp2z1a::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.x3dq7k8 h2.pdp2z1a {
  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;
}
.mi78ev { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .mi78ev { display: none; } }
.c81thf { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.c3d9zy { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.qbzp53d {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.r5b4k { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.qbybh { padding-left: 20px; }
.qbybh li { margin-bottom: 6px; }
.qbybh a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.qbybh a:hover { color: var(--accent-light); }
.onu1wd3y .r5b4k { display: none; }
.ay64e .r5b4k { display: none; }
.ay64e .qbybh { padding-left: 0; list-style: none; }
.ay64e .qbybh li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ay64e .qbybh a { font-size: 0.92rem; }
.ba31xp .qbzp53d { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ba31xp .r5b4k { display: none; }
.ba31xp .qbybh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ba31xp .qbybh li { margin-bottom: 0; }
.ba31xp .qbybh 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;
}
.ba31xp .qbybh a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.y0byj .qbzp53d { padding: 20px 20px 16px; }
.y0byj .qbybh {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.y0byj .qbybh li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.y0byj .qbybh 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;
}
.y0byj .qbybh 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;
}
.y0byj .qbybh a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.y0byj .qbybh a:focus,
.y0byj .qbybh a:focus-visible,
.y0byj .qbybh a:target { outline: none; }
.y0byj .qbybh li:target a { border-color: var(--border); color: var(--text-muted); }
.m06q9 .qbzp53d { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.m06q9 .r5b4k { display: none; }
.m06q9 .qbybh { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.m06q9 .qbybh li { margin-bottom: 0; }
.m06q9 .qbybh li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.m06q9 .qbybh li:last-child::after { content: ""; margin-right: 0; }
.m06q9 .qbybh a { font-size: 0.9rem; }
.qtetb { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.mkbs .qtetb { background: var(--bg-card); }
.dpfcq7 .qtetb:nth-child(odd)  { background: var(--bg-card); }
.dpfcq7 .qtetb:nth-child(even) { background: var(--bg-raised); }
.i7pwno9p .qtetb {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.i7pwno9p .qtetb:last-child { border-bottom: none; }
.i7pwno9p h3.o3hf { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.jhvki42 .qtetb {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.jhvki42 .qtetb + .qtetb { margin-top: 4px; }
.i21uf .qtetb { background: none; border-radius: 0; padding: 12px 0; }
.i21uf .qtetb + .qtetb { border-top: 1px solid var(--border-section); }
.w05n { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.a83x { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.lj8emy9 { color: var(--text-body); margin-bottom: 10px; }
.tjec4, .mpjgj4 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tjec4 li, .mpjgj4 li { margin-bottom: 6px; }
.mpjgj4 li { list-style: decimal; }
.nhr2e8f0     .tjec4 { list-style-type: "● "; }
.vxz996z0  .tjec4 { list-style-type: "■ "; }
.yheyc .tjec4 { list-style-type: "◆ "; }
.grm0a    .tjec4 { list-style-type: "★ "; }
.nhr2e8f0     .wab5h2 { list-style-type: "● "; }
.vxz996z0  .wab5h2 { list-style-type: "■ "; }
.yheyc .wab5h2 { list-style-type: "◆ "; }
.grm0a    .wab5h2 { list-style-type: "★ "; }
.nhr2e8f0    .tjec4 li::marker, .nhr2e8f0    .wab5h2 li::marker,
.vxz996z0 .tjec4 li::marker, .vxz996z0 .wab5h2 li::marker,
.yheyc .tjec4 li::marker, .yheyc .wab5h2 li::marker,
.grm0a   .tjec4 li::marker, .grm0a   .wab5h2 li::marker {
  color: var(--cta); font-size: 1em;
}
.nhr2e8f0 .mpjgj4,
.vxz996z0 .mpjgj4,
.yheyc .mpjgj4,
.grm0a .mpjgj4 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.nhr2e8f0 .mpjgj4 li,
.vxz996z0 .mpjgj4 li,
.yheyc .mpjgj4 li,
.grm0a .mpjgj4 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.nhr2e8f0 .mpjgj4 li::before,
.vxz996z0 .mpjgj4 li::before,
.yheyc .mpjgj4 li::before,
.grm0a .mpjgj4 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;
}
.nhr2e8f0     .mpjgj4 li::before { border-radius: 50%; }
.vxz996z0  .mpjgj4 li::before { border-radius: 3px; }
.yheyc .mpjgj4 li::before { border-radius: 3px; }
.grm0a    .mpjgj4 li::before { border-radius: 50%; }
.ah827 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.ry64nj3e .ah827,
.zjs9dg .ah827 { background: transparent; border: none; border-radius: 0; }
.rqppt { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.rqppt th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.rqppt td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.rqppt tr:hover td { background: var(--bg-hover); }
.akuk7tt .rqppt tbody tr:nth-child(even) td { background: var(--bg-surface); }
.yyt60n .rqppt { border: 1px solid var(--border-alt); }
.yyt60n .rqppt th,
.yyt60n .rqppt td { border: 1px solid var(--border-alt); }
.kbwe .rqppt th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.kbwe .rqppt td { border-bottom: none; }
.kbwe .rqppt tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ka9ii84e .rqppt th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.bh0nzm .ah827 {
  overflow: hidden;
}
.bh0nzm .rqppt th { border-bottom: 1px solid var(--border-alt); }
.bh0nzm .rqppt tr:last-child td { border-bottom: none; }
.fa0om3jn { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.hhdau { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.pkpb { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.epcyl67 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.tk2pn70w { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.wab5h2 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.wab5h2 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%}
.wysno .epcyl67 { background: transparent; text-align: center; }
.zmih7 .pkpb {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.v9sj .pkpb {
  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);
}
.tzrbwoym .hhdau { display: grid; grid-template-columns: auto 1fr; }
.tzrbwoym .pkpb {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.tzrbwoym .epcyl67 { grid-column: 2; }
.tzrbwoym .tk2pn70w,
.tzrbwoym .wab5h2 { grid-column: 1 / -1; }
.a170t .hhdau { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.a170t .pkpb {
  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);
}
.a170t .epcyl67 { grid-column: 2; }
.a170t .tk2pn70w,
.a170t .wab5h2 { grid-column: 1 / -1; }
.v9ogizk .hhdau { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.v9ogizk .epcyl67 { background: none; color: var(--accent-light); font-weight: 700; }
.cd6f2sjy .hhdau { 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); }
.cd6f2sjy .epcyl67 { background: none; color: var(--accent-light); font-weight: 700; }
.n9jvk1 .hhdau { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.n9jvk1 .hhdau:last-child { border-bottom: none; }
.n9jvk1 .epcyl67 { background: none; color: var(--accent-light); font-weight: 700; }
.lpl9h3g .hhdau { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.lpl9h3g .epcyl67 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.rvw1cs .fa0om3jn { counter-reset: card-n; }
.rvw1cs .hhdau  { counter-increment: card-n; }
.rvw1cs .epcyl67 { display: flex; align-items: center; gap: 10px; }
.rvw1cs .epcyl67::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;
}
.iyaaw3m8 .hhdau { background: var(--bg-surface); border: 1px solid var(--border); }
.iyaaw3m8 .epcyl67 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.f8slin { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.j6ha  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.rjpxtm { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.fhpu5z8 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ve5gpwrx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.f8slin strong { color: var(--text-primary); font-size: 0.95rem; }
.f8slin p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.t6x3l { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.i6h0s2h7, .xlnw { border-radius: 8px; padding: 14px; }
.i6h0s2h7 { background: var(--bg-pros); }
.xlnw { background: var(--bg-cons); }
.m88173a9 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.i6h0s2h7 .m88173a9 { color: var(--c-pros-label); }
.xlnw .m88173a9 { color: #f87171; }
.i6h0s2h7 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xlnw ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.f03s { width: 100%; height: auto; border-radius: 10px; display: block; }
.fz9p7071 {
  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;
}
.fz9p7071:hover { opacity: 0.85; }
.s9e1bw .fz9p7071  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.s9e1bw .fz9p7071:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.tcjxip .fz9p7071  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.tcjxip .fz9p7071:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.k6po2xao .e74t { border-radius: 50px; }
.k6po2xao .fz9p7071  { border-radius: 50px; }
.sy6hurb .e74t { padding-left: 22px; padding-right: 22px; }
.sy6hurb .fz9p7071  { padding-left: 12px; padding-right: 12px; }
.tcqdgx6u .e74t { padding-left: 44px; padding-right: 44px; }
.tcqdgx6u .fz9p7071  { padding-left: 24px; padding-right: 24px; }
.odcrt .e74t { padding-left: 56px; padding-right: 56px; }
.odcrt .fz9p7071  { padding-left: 32px; padding-right: 32px; }
.kgj3   .e74t::after, .kgj3   .fz9p7071::after,
.kvcnw3q2 .e74t::after, .kvcnw3q2 .fz9p7071::after,
.wajht5j    .e74t::after, .wajht5j    .fz9p7071::after,
.obzq9yk    .e74t::after, .obzq9yk    .fz9p7071::after,
.n97uu    .e74t::after, .n97uu    .fz9p7071::after,
.w910     .e74t::after, .w910     .fz9p7071::after,
.yuw51wg    .e74t::after, .yuw51wg    .fz9p7071::after,
.vxcons2   .e74t::after, .vxcons2   .fz9p7071::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;
}
.kgj3 .e74t::after, .kgj3 .fz9p7071::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");
}
.kvcnw3q2 .e74t::after, .kvcnw3q2 .fz9p7071::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");
}
.wajht5j .e74t::after, .wajht5j .fz9p7071::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");
}
.obzq9yk .e74t::after, .obzq9yk .fz9p7071::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");
}
.n97uu .e74t::after, .n97uu .fz9p7071::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");
}
.w910 .e74t::after, .w910 .fz9p7071::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");
}
.yuw51wg .e74t::after, .yuw51wg .fz9p7071::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");
}
.vxcons2 .e74t::after, .vxcons2 .fz9p7071::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");
}
.fm8zcoo   .f07x09n2::after, .fm8zcoo   .y9k927x::after,
.j0h3wrz6 .f07x09n2::after, .j0h3wrz6 .y9k927x::after,
.ugrz7k    .f07x09n2::after, .ugrz7k    .y9k927x::after,
.xnnkl5    .f07x09n2::after, .xnnkl5    .y9k927x::after,
.kucn    .f07x09n2::after, .kucn    .y9k927x::after,
.yhyq     .f07x09n2::after, .yhyq     .y9k927x::after,
.lhbeh    .f07x09n2::after, .lhbeh    .y9k927x::after,
.y1s4wk85   .f07x09n2::after, .y1s4wk85   .y9k927x::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;
}
.fm8zcoo .f07x09n2::after, .fm8zcoo .y9k927x::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");
}
.j0h3wrz6 .f07x09n2::after, .j0h3wrz6 .y9k927x::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");
}
.ugrz7k .f07x09n2::after, .ugrz7k .y9k927x::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");
}
.xnnkl5 .f07x09n2::after, .xnnkl5 .y9k927x::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");
}
.kucn .f07x09n2::after, .kucn .y9k927x::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");
}
.yhyq .f07x09n2::after, .yhyq .y9k927x::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");
}
.lhbeh .f07x09n2::after, .lhbeh .y9k927x::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");
}
.y1s4wk85 .f07x09n2::after, .y1s4wk85 .y9k927x::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");
}
.ue71 .i8qk { background: #1a1a1a; }
@media (min-width: 721px) {
  .rqiqgdw4 { flex: 0 0 260px; width: 260px; }
  .qvio9 { flex: 0 0 120px; width: 120px; }
  .ygf9qg { flex: 0 0 110px; width: 110px; }
  .qg35gxwh   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .jfih4jd { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.jfih4jd.fz9p7071 { 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) {
  .fqleg { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .fqleg .t308 { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .fqleg .rqiqgdw4 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .fqleg .i8qk { width: 100%; min-width: unset; height: 120px; }
  .fqleg .pql6r { max-height: 96px; max-width: 200px; }
  .fqleg .cm7p { min-width: unset; text-align: center; white-space: normal; }
  .fqleg .qvio9 { min-width: 0; }
  .fqleg .qg35gxwh { 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; }
  .fqleg .jfih4jd { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .rlc2ixj .t308 { row-gap: 8px !important; gap: 10px !important; }
}
.q7x66f .uyduvm { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .r8su4fku .qplmf {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .r8su4fku .g8qk5 { margin: 0; }
}
.zjs9dg .t6x3l { gap: 10px; }
.zjs9dg .i6h0s2h7, .zjs9dg .xlnw { padding: 12px; }
.zjs9dg .i6h0s2h7 ul, .zjs9dg .xlnw ul { margin: 4px 0 0; padding-left: 18px; }
.zjs9dg .i6h0s2h7 li, .zjs9dg .xlnw li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .iqvl { grid-template-columns: 1fr; }
  .anif { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .anif .w2wb { width: 72px; height: 50px; }
  .anif .khrn2 { max-width: 180px; }
  .anif .h7a46vkg { width: auto; }
}
@media (max-width: 720px) {
  .rbpkuw4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .jw9pi4s { padding: 16px; }
  .ownbrl1z .thhiq8gw { min-width: 50%; }
}
.ydd40b .t6x3l { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .qliys { grid-template-columns: 1fr; }
  .qc261 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ss4e00n9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .w48bs { flex-wrap: wrap; padding: 16px; }
}
.bjw5j .t6x3l { gap: 8px; }
.bjw5j .i6h0s2h7, .bjw5j .xlnw { padding: 8px; }
@media (max-width: 480px) {
  .i8neru { flex-direction: column; align-items: stretch; }
}
.l5ns .h7a46vkg .fz9p7071 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .mjw4om { flex-direction: column; align-items: stretch; gap: 10px; }
  .l5ns .h7a46vkg { text-align: center; }
}
@media (max-width: 720px) {
  .ks4v { grid-template-columns: 1fr; }
  .xls04jjc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pe7s { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .xpqep8h { grid-template-columns: 1fr; }
  .uhzuweu { width: 100px; height: 100px; margin: 16px auto; }
  .kf2f8 { font-size: 1.4rem; }
  .rpdjc527 { justify-content: center; }
  .q65sqm .thhiq8gw { min-width: 50%; }
}
.bbocx2k .t6x3l { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .iobr8p9a { flex-wrap: wrap; padding: 14px 16px; }
  .wvf16uto { padding: 12px 16px; }
  .bbocx2k .t6x3l { margin: 0 16px; }
  .bbocx2k .vj3mwmx { padding: 0 16px; }
  .sr7d0v3 { padding: 12px 16px; }
}
.sb5u .jfih4jd.fz9p7071 { padding: 14px 30px !important; font-size: 1rem; }
.ejge .jfih4jd.fz9p7071 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.svyfce47 { margin: 16px 0; }
.f9gw74gi { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.f9gw74gi summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.f9gw74gi summary::after { content: "+"; color: var(--accent-light); }
.f9gw74gi[open] summary::after { content: "−"; }
.f9gw74gi p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.gm5lozf { margin-bottom: 0; }
.wtxvl08 h2.pdp2z1a { color: var(--text-primary); border-color: var(--accent-light); }
.ibq46n h2.pdp2z1a { color: var(--text-primary); border-color: var(--accent-light); }
.zscf6b .j6ha     { background: #052e16; border-color: #10b981; }
.zscf6b .rjpxtm { background: #2d0a1e; border-color: #f43f5e; }
.zscf6b .fhpu5z8    { background: #1e1036; border-color: #a855f7; }
.zscf6b .f8slin strong  { color: #f1f5f9; }
.zscf6b .f8slin p       { color: #cbd5e1; }
.zscf6b .kn9jtfpp    .j6ha     .ve5gpwrx::before,
.zscf6b .cabqk1j  .j6ha     .ve5gpwrx::before,
.zscf6b .dc92d2  .j6ha     .ve5gpwrx::before,
.zscf6b .va7e5yg .j6ha     .ve5gpwrx::before { color: #10b981; }
.zscf6b .kn9jtfpp    .rjpxtm .ve5gpwrx::before,
.zscf6b .cabqk1j  .rjpxtm .ve5gpwrx::before,
.zscf6b .dc92d2  .rjpxtm .ve5gpwrx::before,
.zscf6b .va7e5yg .rjpxtm .ve5gpwrx::before { color: #f43f5e; }
.zscf6b .kn9jtfpp    .fhpu5z8    .ve5gpwrx::before,
.zscf6b .cabqk1j  .fhpu5z8    .ve5gpwrx::before,
.zscf6b .dc92d2  .fhpu5z8    .ve5gpwrx::before,
.zscf6b .va7e5yg .fhpu5z8    .ve5gpwrx::before { color: #a855f7; }
.qs3m .j6ha     { background: #2d2000; border-color: #eab308; }
.qs3m .rjpxtm { background: #2d0b0b; border-color: #ef4444; }
.qs3m .fhpu5z8    { background: #2d1600; border-color: #f97316; }
.qs3m .f8slin strong  { color: #f1f5f9; }
.qs3m .f8slin p       { color: #cbd5e1; }
.qs3m .kn9jtfpp    .j6ha     .ve5gpwrx::before,
.qs3m .cabqk1j  .j6ha     .ve5gpwrx::before,
.qs3m .dc92d2  .j6ha     .ve5gpwrx::before,
.qs3m .va7e5yg .j6ha     .ve5gpwrx::before { color: #eab308; }
.qs3m .kn9jtfpp    .rjpxtm .ve5gpwrx::before,
.qs3m .cabqk1j  .rjpxtm .ve5gpwrx::before,
.qs3m .dc92d2  .rjpxtm .ve5gpwrx::before,
.qs3m .va7e5yg .rjpxtm .ve5gpwrx::before { color: #ef4444; }
.qs3m .kn9jtfpp    .fhpu5z8    .ve5gpwrx::before,
.qs3m .cabqk1j  .fhpu5z8    .ve5gpwrx::before,
.qs3m .dc92d2  .fhpu5z8    .ve5gpwrx::before,
.qs3m .va7e5yg .fhpu5z8    .ve5gpwrx::before { color: #f97316; }
.tgrowsv .j6ha     { background: #0c1a2e; border-color: #38bdf8; }
.tgrowsv .rjpxtm { background: #12103a; border-color: #818cf8; }
.tgrowsv .fhpu5z8    { background: #0a2020; border-color: #2dd4bf; }
.tgrowsv .f8slin strong  { color: #f1f5f9; }
.tgrowsv .f8slin p       { color: #cbd5e1; }
.tgrowsv .kn9jtfpp    .j6ha     .ve5gpwrx::before,
.tgrowsv .cabqk1j  .j6ha     .ve5gpwrx::before,
.tgrowsv .dc92d2  .j6ha     .ve5gpwrx::before,
.tgrowsv .va7e5yg .j6ha     .ve5gpwrx::before { color: #38bdf8; }
.tgrowsv .kn9jtfpp    .rjpxtm .ve5gpwrx::before,
.tgrowsv .cabqk1j  .rjpxtm .ve5gpwrx::before,
.tgrowsv .dc92d2  .rjpxtm .ve5gpwrx::before,
.tgrowsv .va7e5yg .rjpxtm .ve5gpwrx::before { color: #818cf8; }
.tgrowsv .kn9jtfpp    .fhpu5z8    .ve5gpwrx::before,
.tgrowsv .cabqk1j  .fhpu5z8    .ve5gpwrx::before,
.tgrowsv .dc92d2  .fhpu5z8    .ve5gpwrx::before,
.tgrowsv .va7e5yg .fhpu5z8    .ve5gpwrx::before { color: #2dd4bf; }
.nqdki5f .j6ha     { background: var(--accent-bg); border-color: var(--accent-light); }
.nqdki5f .rjpxtm { background: var(--accent-bg-light); border-color: var(--accent-light); }
.nqdki5f .fhpu5z8    { background: var(--accent-bg); border-color: var(--accent-pale); }
.nqdki5f .kn9jtfpp    .ve5gpwrx::before,
.nqdki5f .cabqk1j  .ve5gpwrx::before,
.nqdki5f .dc92d2  .ve5gpwrx::before,
.nqdki5f .va7e5yg .ve5gpwrx::before { color: var(--accent-light) !important; }
.khmxy::before,
.lvge::before { margin-right: 5px; }
.jnwkt .i6h0s2h7 ul li,
.jnwkt .i6h0s2h7 .khmxy { color: #22c55e; }
.jnwkt .xlnw ul li,
.jnwkt .xlnw .lvge { color: #ef4444; }
.cns08rl8 .i6h0s2h7 { background: var(--bg-pros); }
.cns08rl8 .xlnw { background: var(--bg-cons); }
.cns08rl8 .i6h0s2h7 .khmxy { color: var(--c-pros-label); }
.cns08rl8 .xlnw .lvge { color: var(--c-cons); }
.cns08rl8 .i6h0s2h7 ul li,
.cns08rl8 .xlnw ul li,
.nx5s2l .i6h0s2h7 { background: var(--bg-pros); }
.nx5s2l .xlnw { background: var(--bg-cons); }
.nx5s2l .i6h0s2h7 .khmxy { color: var(--c-pros-label); }
.nx5s2l .xlnw .lvge { color: var(--c-cons); }
.nx5s2l .i6h0s2h7 ul li,
.nx5s2l .a9hwb3 li          { color: var(--c-pros); }
.nx5s2l .xlnw ul li,
.nx5s2l .l47m1 li          { color: var(--c-cons); }
.c61qrl .khmxy::before { content: "✓ "; }
.c61qrl .lvge::before { content: "✗ "; }
.hz2t .khmxy::before { content: "→ "; }
.hz2t .lvge::before { content: "← "; }
.xzhjooot .khmxy::before { content: "★ "; }
.xzhjooot .lvge::before { content: "✕ "; }
.vpf5e9z .khmxy::before { content: "◆ "; }
.vpf5e9z .lvge::before { content: "▲ "; }
.ax3fx .f8slin { background: transparent; border-left: none; border: 1.5px solid; }
.ax3fx .j6ha     { border-color: var(--c-tip-border); }
.ax3fx .rjpxtm { border-color: var(--c-warn-border); }
.ax3fx .fhpu5z8    { border-color: #60a5fa; }
.ax3fx .f8slin strong { color: var(--text-primary); }
.ax3fx .f8slin p      { color: var(--text-muted); }
.q7x66f .f8slin { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.q7x66f .j6ha     { border-top-color: var(--c-tip-border); }
.q7x66f .rjpxtm { border-top-color: var(--c-warn-border); }
.q7x66f .fhpu5z8    { border-top-color: #60a5fa; }
.xo7y0m .f8slin { border-left: none; border-radius: 8px; }
.xo7y0m .j6ha     { background: #065f46; }
.xo7y0m .rjpxtm { background: #92400e; }
.xo7y0m .fhpu5z8    { background: #1e3a8a; }
.xo7y0m .f8slin strong,
.xo7y0m .f8slin p { color: #fff; }
.xo7y0m .ve5gpwrx::before { color: rgba(255,255,255,0.85) !important; }
.zscf6b.xo7y0m .j6ha,
.zscf6b .xo7y0m .j6ha     { background: #052e16; }
.zscf6b.xo7y0m .rjpxtm,
.zscf6b .xo7y0m .rjpxtm { background: #2d0a1e; }
.zscf6b.xo7y0m .fhpu5z8,
.zscf6b .xo7y0m .fhpu5z8    { background: #1e1036; }
.qs3m.xo7y0m .j6ha,
.qs3m .xo7y0m .j6ha      { background: #2d2000; }
.qs3m.xo7y0m .rjpxtm,
.qs3m .xo7y0m .rjpxtm  { background: #2d0b0b; }
.qs3m.xo7y0m .fhpu5z8,
.qs3m .xo7y0m .fhpu5z8     { background: #2d1600; }
.tgrowsv.xo7y0m .j6ha,
.tgrowsv .xo7y0m .j6ha      { background: #0c1a2e; }
.tgrowsv.xo7y0m .rjpxtm,
.tgrowsv .xo7y0m .rjpxtm  { background: #12103a; }
.tgrowsv.xo7y0m .fhpu5z8,
.tgrowsv .xo7y0m .fhpu5z8     { background: #0a2020; }
.miv8ula .f8slin { border-left: none; border-radius: 6px; padding: 10px 14px; }
.miv8ula .j6ha     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.miv8ula .rjpxtm { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.miv8ula .fhpu5z8    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.miv8ula .f8slin strong { color: var(--text-primary); }
.miv8ula .f8slin p      { color: var(--text-muted); }
.jcin .f8slin { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.kn9jtfpp .ve5gpwrx,
.cabqk1j .ve5gpwrx,
.dc92d2 .ve5gpwrx,
.va7e5yg .ve5gpwrx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.kn9jtfpp .ve5gpwrx::before,
.cabqk1j .ve5gpwrx::before,
.dc92d2 .ve5gpwrx::before,
.va7e5yg .ve5gpwrx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.kn9jtfpp .j6ha     .ve5gpwrx::before { content: "✦"; color: var(--c-tip-border); }
.kn9jtfpp .rjpxtm .ve5gpwrx::before { content: "▲"; color: var(--c-warn-border); }
.kn9jtfpp .fhpu5z8    .ve5gpwrx::before { content: "◉"; color: #60a5fa; }
.cabqk1j .j6ha     .ve5gpwrx::before { content: "★"; color: var(--c-tip-border); }
.cabqk1j .rjpxtm .ve5gpwrx::before { content: "◆"; color: var(--c-warn-border); }
.cabqk1j .fhpu5z8    .ve5gpwrx::before { content: "●"; color: #60a5fa; }
.dc92d2 .j6ha     .ve5gpwrx::before { content: "▶"; color: var(--c-tip-border); }
.dc92d2 .rjpxtm .ve5gpwrx::before { content: "■"; color: var(--c-warn-border); }
.dc92d2 .fhpu5z8    .ve5gpwrx::before { content: "▸"; color: #60a5fa; }
.va7e5yg .j6ha     .ve5gpwrx::before { content: "→"; color: var(--c-tip-border); }
.va7e5yg .rjpxtm .ve5gpwrx::before { content: "⬥"; color: var(--c-warn-border); }
.va7e5yg .fhpu5z8    .ve5gpwrx::before { content: "◈"; color: #60a5fa; }
.hyab10lz .mkbs .qtetb,
.hyab10lz .dpfcq7 .qtetb  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.hyab10lz .hhdau                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.hyab10lz .ah827          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.hyab10lz .qbzp53d                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.tcnhu0m .mkbs .qtetb,
.tcnhu0m .dpfcq7 .qtetb,
.tcnhu0m .hhdau,
.tcnhu0m .t308,
.tcnhu0m .g8qk5,
.tcnhu0m .ah827,
.tcnhu0m .qbzp53d,
.tcnhu0m .jcin .f8slin { box-shadow: none; }
.tf4e   .lj8emy9, .tf4e .w05n, .tf4e .a83x,
.tf4e   .c81thf, .tf4e .c3d9zy { font-size: 0.9rem; }
.tf4e   .tjec4, .tf4e .mpjgj4 { font-size: 0.9rem; }
.wbw4p10   .lj8emy9, .wbw4p10 .w05n, .wbw4p10 .a83x,
.wbw4p10   .c81thf, .wbw4p10 .c3d9zy { font-size: 0.95rem; }
.wbw4p10   .tjec4, .wbw4p10 .mpjgj4 { font-size: 0.95rem; }
.wxqc2t75   .lj8emy9, .wxqc2t75 .w05n, .wxqc2t75 .a83x,
.wxqc2t75   .c81thf, .wxqc2t75 .c3d9zy { font-size: 1.08rem; }
.wxqc2t75   .tjec4, .wxqc2t75 .mpjgj4 { font-size: 1.05rem; }
.wxqc2t75   .rqppt { font-size: 0.97rem; }
.pl4icrmc .vm49      { font-size: 3.2rem; }
.pl4icrmc h2.pdp2z1a { font-size: 1.9rem; }
.pl4icrmc h3.o3hf     { font-size: 1.4rem; }
.rg4n7uy1 .vm49      { font-size: 3.8rem; }
.rg4n7uy1 h2.pdp2z1a { font-size: 2.2rem; }
.rg4n7uy1 h3.o3hf     { font-size: 1.6rem; }
.gm5lozf + .gm5lozf { position: relative; }
.au65   .gm5lozf + .gm5lozf::before,
.fkstvp  .gm5lozf + .gm5lozf::before,
.v9fthiu   .gm5lozf + .gm5lozf::before,
.be4d6z   .gm5lozf + .gm5lozf::before,
.eg5hhwx   .gm5lozf + .gm5lozf::before,
.k271rqq .gm5lozf + .gm5lozf::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.au65 .gm5lozf + .gm5lozf::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.fkstvp .gm5lozf + .gm5lozf::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.v9fthiu .gm5lozf + .gm5lozf::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;
}
.be4d6z .gm5lozf + .gm5lozf::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.qefemr12 .gm5lozf { margin-bottom: 16px; }
.qefemr12 .gm5lozf + .gm5lozf { margin-top: 0; }
.qefemr12 .ygigluu { padding-top: 0; padding-bottom: 0; }
.eg5hhwx .gm5lozf + .gm5lozf::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.k271rqq .gm5lozf + .gm5lozf::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.mavk .gm5lozf + .gm5lozf::before,
.turzifd .gm5lozf + .gm5lozf::before,
.ilnc .gm5lozf + .gm5lozf::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%;
}
.eb0s5 .mavk .gm5lozf:nth-child(even)::before,
.eb0s5 .turzifd .gm5lozf:nth-child(even)::before,
.eb0s5 .ilnc .gm5lozf:nth-child(even)::before { background: var(--bg-surface); }
.zwhib0w .mavk .gm5lozf:nth-child(even)::before,
.zwhib0w .turzifd .gm5lozf:nth-child(even)::before,
.zwhib0w .ilnc .gm5lozf:nth-child(even)::before { background: var(--bg-card); }
.mavk .gm5lozf + .gm5lozf::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");
}
.turzifd .gm5lozf + .gm5lozf::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");
}
.ilnc .gm5lozf + .gm5lozf::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");
}
.f55fm6l8 .ipl6x4v7,
.gwvwkhz .ipl6x4v7,
.tahp .ipl6x4v7 { overflow: hidden; }
.f55fm6l8 .unatdnch,
.gwvwkhz .unatdnch { margin-bottom: 60px; }
.tahp .unatdnch { margin-bottom: 70px; }
.f55fm6l8 .ipl6x4v7::before,
.gwvwkhz .ipl6x4v7::before,
.tahp .ipl6x4v7::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%;
}
.f55fm6l8 .ipl6x4v7::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");
}
.gwvwkhz .ipl6x4v7::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");
}
.tahp .ipl6x4v7::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");
}
.sxmrxd .ipl6x4v7:not(.sptoolw) .d6ib { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.yc7el9a7 .ipl6x4v7:not(.sptoolw) .d6ib { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.wffabkdm  .ipl6x4v7:not(.sptoolw) .d6ib { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.v5r6h  .ipl6x4v7:not(.sptoolw) .d6ib { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.sxmrxd .sptoolw { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.sxmrxd .az8qw1n9 { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.sxmrxd .kymqlob { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.yc7el9a7 .sptoolw { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.wffabkdm .sptoolw { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.v5r6h .sptoolw { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.kh33u03 .sptoolw { background: var(--accent); }
.kh33u03 .sptoolw .d6ib { background: none; }
.kh33u03 .ipl6x4v7:not(.sptoolw) .d6ib { background: rgba(0,0,0,0.6); }
.bo9ov .ln3u3g { float: left; width: 38%; margin: 0 28px 16px 0; }
.bo9ov .ln3u3g .f03s { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bo9ov .ygigluu::after { content: ''; display: block; clear: both; }
.gm99fx .ln3u3g { float: right; width: 38%; margin: 0 0 16px 28px; }
.gm99fx .ln3u3g .f03s { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gm99fx .ygigluu::after { content: ''; display: block; clear: both; }
.gmikx5 .gm5lozf:nth-child(odd)  .ln3u3g { float: left;  width: 38%; margin: 0 28px 16px 0; }
.gmikx5 .gm5lozf:nth-child(even) .ln3u3g { float: right; width: 38%; margin: 0 0 16px 28px; }
.gmikx5 .ln3u3g .f03s { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gmikx5 .ygigluu::after { content: ''; display: block; clear: both; }
.bo9ov .fa0om3jn,
.gm99fx .fa0om3jn,
.gm99fx .fqleg,
.gmikx5 .fa0om3jn,
@media (max-width: 900px) {
  .bo9ov .ln3u3g,
  .gm99fx .ln3u3g,
  .gmikx5 .gm5lozf:nth-child(odd)  .ln3u3g,
  .gmikx5 .gm5lozf:nth-child(even) .ln3u3g {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .bo9ov .ln3u3g .f03s,
  .gm99fx .ln3u3g .f03s,
  .gmikx5 .ln3u3g .f03s {
    max-height: none !important;
  }
}
.bo9ov .tjec4,
.bo9ov .mpjgj4,
.gm99fx .tjec4,
.gm99fx .mpjgj4,
.gmikx5 .tjec4,
.gmikx5 .mpjgj4 { overflow: hidden; }
@media (max-width: 640px) {
  .bo9ov .ln3u3g,
  .gm99fx .ln3u3g,
  .gmikx5 .ln3u3g { float: none; width: 100%; margin: 0 0 16px 0; }
}
.icygv .p3g2,
.icygv .ygigluu,
.icygv .earzr63  { max-width: 1100px; }
.feik0 .p3g2,
.feik0 .ygigluu,
.feik0 .earzr63  { max-width: 1200px; }
.dela6fn .p3g2,
.dela6fn .ygigluu,
.dela6fn .earzr63  { max-width: 1320px; }
.dela6fn { --content-mw: 1320px; }
.ir0zwg2 { font-size: 0.82rem; color: var(--text-muted); }
.avfntjh { display: flex; align-items: center; }
.bmx6rztr {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.nl22k { display: flex; align-items: center; }
.lnde9yy { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.lnde9yy:hover { text-decoration: underline; }
.ft10q { margin: 0 3px; opacity: 0.45; }
.ft10q::before { content: '/'; }
.gyaet { padding: 2px 5px; color: var(--text-main); }
.m3bung6c .ir0zwg2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.m3bung6c .avfntjh { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.qmrbuk .ir0zwg2 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.qmrbuk .avfntjh { padding: 0 0 0 12px; }
.b4b5edwm {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.l55b .avfntjh { padding: 0 16px; }
.l55b .ir0zwg2 {
  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);
}
.l55b .p3g2 { padding-top: 28px; }
@media (max-width: 720px) {
  .b4b5edwm { margin-top: 18px; padding: 0 16px; }
  .l55b .p3g2 { padding-top: 16px; }
}
.icygv.m3bung6c .avfntjh { max-width: 1100px; }
.feik0.m3bung6c .avfntjh { max-width: 1200px; }
.dela6fn.m3bung6c .avfntjh { max-width: 1320px; }
.icygv .b4b5edwm { max-width: 1100px; }
.feik0 .b4b5edwm { max-width: 1200px; }
.dela6fn .b4b5edwm { max-width: 1320px; }
.werq7w4o .gm5lozf { padding-top: 16px; padding-bottom: 16px; }
.ts6h3 .gm5lozf { padding-top: 24px; padding-bottom: 24px; }
.bjsmk46 .gm5lozf { padding-top: 40px; padding-bottom: 40px; }
.j3dqy7 .gm5lozf { padding-top: 52px; padding-bottom: 52px; }
.b5m1t .gm5lozf:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.b5m1t .gm5lozf:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.b5m1t .gm5lozf:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.b5m1t .gm5lozf:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.n9f1 .ygigluu { padding-top: 10px;  padding-bottom: 10px; }
.z5ooe4q .ygigluu { padding-top: 18px;  padding-bottom: 18px; }
.m5k2bhz .ygigluu { padding-top: 36px;  padding-bottom: 36px; }
.osdtr8pw .ygigluu { padding-top: 48px;  padding-bottom: 48px; }
.uratjpe h2.pdp2z1a { font-weight: 600; }
.uratjpe h3.o3hf     { font-weight: 600; }
.dfu6n h2.pdp2z1a { font-weight: 800; }
.dfu6n h3.o3hf     { font-weight: 700; }
.vvjsa { font-weight: 600; }
.vvjsa h2.pdp2z1a { font-weight: 900; }
.vvjsa h3.o3hf     { font-weight: 800; }
.vvjsa .f8slin strong,
.vvjsa .f8slin strong { font-weight: 600; }
.f07x09n2 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.lf18t .f07x09n2 { display: none; }
@media (max-width: 640px) { .f07x09n2 { display: none; } }
.f07x09n2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.f07x09n2:hover { opacity: 0.85; }
.u1oe8 .f07x09n2 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.q28v6y .f07x09n2,
.i6rsygu  .f07x09n2 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.q28v6y .f07x09n2:hover,
.i6rsygu  .f07x09n2:hover { opacity: 0.88; }
.u1oe8.q28v6y .f07x09n2,
.u1oe8.i6rsygu  .f07x09n2 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.y9k927x {
  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;
}
.y9k927x:hover { transform: translateY(-2px); opacity: 0.92; }
.y9k927x { background: var(--cta) !important; color: #fff !important; border: none !important; }
.z2u65e .y9k927x { display: none; }
.e5rq .y9k927x { right: 32px; }
.va09j  .y9k927x { left: 32px; }
@media (max-width: 480px) {
  .e5rq .y9k927x { right: 20px; bottom: 20px; }
  .va09j  .y9k927x { left: 20px; bottom: 20px; }
}
.leoyfx9 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.earzr63 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.jika3 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.tf8ltlt { color: var(--text-dim); font-size: 0.8rem; }
.eewr1bbk a, .ntr4 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.eewr1bbk a:hover, .ntr4 a:hover { color: var(--accent-light); }
.ntr4 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.n20r2zfu .earzr63 { text-align: center; }
.n20r2zfu .ntr4 { justify-content: center; margin-bottom: 16px; }
.n20r2zfu .jika3 { margin-top: 0; }
.qk20k { margin-top: 10px; }
.qk20k a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .earzr63 { padding-left: 16px; padding-right: 16px; }
  .fc3a .earzr63 { padding: 20px 16px; }
  .ntr4 { gap: 4px 12px; }
  .jika3 { font-size: 0.78rem; }
}
.cu1vc1 .jika3 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.cu1vc1 .tf8ltlt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .cu1vc1 .mq37c { grid-template-columns: 1fr 1fr; } .cu1vc1 .avre30n { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cu1vc1 .mq37c { grid-template-columns: 1fr; } }
.wd28z3 .jika3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .wd28z3 .hgbcza4 { gap: 12px; } .wd28z3 .h7p9 { margin-right: 0; width: 100%; } }
.tjbqjjk .jika3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tjbqjjk .tf8ltlt { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tjbqjjk .h0tqm8 { grid-template-columns: 1fr 1fr; } .tjbqjjk .r49b { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tjbqjjk .h0tqm8 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .te7x .u1a09n5 { grid-template-columns: 1fr 1fr; } .te7x .eayw0ono:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .te7x .u1a09n5 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .nsi1 .u1a09n5 { grid-template-columns: 1fr; } }
.m49o .earzr63 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.m49o .ntr4 { justify-content: center; }
.veodn .sdp8bde      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.veodn .leoyfx9 { background: var(--bg-page); border-top-color: var(--border-alt); }
.akwx0k .sdp8bde      { background: #0d1117; border-bottom-color: #21262d; }
.akwx0k .qyhwq49k { color: var(--accent-light); }
.akwx0k .f8x9sq { --msep-color: #8b949e; }
.akwx0k .f8x9sq a { color: #8b949e; }
.akwx0k .f8x9sq a:hover { color: var(--accent-light); }
.akwx0k .gn6d { color: #8b949e; }
.akwx0k .leoyfx9 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.akwx0k .jika3,
.akwx0k .tf8ltlt { color: #6e7681; }
.akwx0k .eewr1bbk a, .akwx0k .ntr4 a,
.akwx0k .eewr1bbk a:hover, .akwx0k .ntr4 a:hover,
@media (max-width: 640px) {
  .akwx0k .f8x9sq { background: #0d1117; border-top-color: #21262d; }
  .akwx0k .f8x9sq li a { border-bottom-color: #21262d; }
}
.kawt .sdp8bde      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.kawt .qyhwq49k { color: var(--accent-light); }
.kawt .f8x9sq { --msep-color: #475569; }
.kawt .f8x9sq a { color: #475569; }
.kawt .f8x9sq a:hover { color: var(--accent-light); }
.kawt .gn6d { color: #64748b; }
.kawt .leoyfx9 { background: #f0f4f8; border-top-color: #cbd5e1; }
.kawt .jika3,
.kawt .tf8ltlt { color: #64748b; }
.kawt .eewr1bbk a, .kawt .ntr4 a,
.kawt .eewr1bbk a:hover, .kawt .ntr4 a:hover,
@media (max-width: 640px) {
  .kawt .f8x9sq { background: #f0f4f8; border-top-color: #cbd5e1; }
  .kawt .f8x9sq li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.q28v6y .sdp8bde      { background: var(--accent); border-bottom-color: var(--accent-light); }
.q28v6y .qyhwq49k { color: #fff; }
.q28v6y .f8x9sq { --msep-color: rgba(255,255,255,0.82); }
.q28v6y .f8x9sq a { color: rgba(255,255,255,0.82); }
.q28v6y .f8x9sq a:hover { color: #fff; }
.q28v6y .gn6d { color: rgba(255,255,255,0.9); }
.q28v6y .leoyfx9 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.q28v6y .jika3,
.q28v6y .tf8ltlt { color: rgba(255,255,255,0.72); }
.q28v6y .eewr1bbk a, .q28v6y .ntr4 a,
.q28v6y .eewr1bbk a:hover, .q28v6y .ntr4 a:hover,
@media (max-width: 640px) {
  .q28v6y .f8x9sq { background: var(--accent); border-top-color: var(--accent-light); }
  .q28v6y .f8x9sq li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.i6rsygu .sdp8bde {
  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);
}
.i6rsygu .leoyfx9 {
  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) {
  .i6rsygu .f8x9sq {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.e4wowq .k9irs6m { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.bv0x08p .k9irs6m { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.vkg2 .k9irs6m { min-height: 72px; height: auto; }
.kee2 .k9irs6m { min-height: 84px; height: auto; }
.fc3a .k9irs6m { max-width: none; padding: 0 32px; }
.fc3a .earzr63  { max-width: none; padding: 24px 32px; }
.u6kqwck.feik0 .k9irs6m { max-width: 1200px; }
.u6kqwck.dela6fn .k9irs6m { max-width: 1320px; }
.np7z   .qyhwq49k, .np7z   .h7p9 { text-transform: capitalize; }
.eq1p .qyhwq49k, .eq1p .h7p9 { text-transform: lowercase; }
.f1j1qsni .qyhwq49k, .f1j1qsni .h7p9 { text-transform: uppercase; letter-spacing: 0.06em; }
.g4ahito, .forzncyi {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ujgay5 .g4ahito,
.fd4yda9g .g4ahito,
.j8sd .g4ahito,
.u0gi .g4ahito,
.rjqkb   .f8x9sq a { font-weight: 500; }
.ac4yon .f8x9sq a { font-weight: 600; }
.cf5m3     .f8x9sq a { font-weight: 700; }
.m0yl9    .f8x9sq a { font-weight: 800; letter-spacing: 0.01em; }
.q9r5i     .f8x9sq > li + li::before,
.x0i9bfvd    .f8x9sq > li + li::before,
.lefx9    .f8x9sq > li + li::before,
.wk4ljb .f8x9sq > li + li::before,
.l3dd .f8x9sq > li + li::before,
.a7gv0p  .f8x9sq > li + li::before,
.p84982    .f8x9sq > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.q9r5i     .f8x9sq > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.x0i9bfvd    .f8x9sq > li + li::before { content: "|"; }
.lefx9    .f8x9sq > li + li::before { content: "—"; }
.wk4ljb .f8x9sq > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.l3dd .f8x9sq > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.a7gv0p  .f8x9sq > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.p84982    .f8x9sq > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .axh3skzu .gn6d,
  .wm20qv0e .gn6d,
  .ze00gj .gn6d,
  .lyi6emi .gn6d,
  .awcwq3b .gn6d {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .axh3skzu .gn6d::before,
  .wm20qv0e .gn6d::before,
  .ze00gj .gn6d::before,
  .lyi6emi .gn6d::before,
  .awcwq3b .gn6d::before { content: ""; display: block; flex-shrink: 0; }

  
  .axh3skzu .gn6d::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;
  }

  
  .wm20qv0e .gn6d::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;
  }

  
  .ze00gj .gn6d::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;
  }

  
  .lyi6emi .gn6d::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;
  }

  
  .awcwq3b .gn6d::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) {
  .hl92b2 .gn6d {
    padding: 5px 14px;
  }
  .hl92b2 .f8x9sq {
    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;
  }
  .hl92b2 .f8x9sq li a {
    border-bottom: none; padding: 10px 22px;
  }
  .hl92b2 .f8x9sq li a:hover { background: var(--bg-raised); }
  .hl92b2 .kfaxdq3s,
  .wqc4yqm5 .kfaxdq3s,
  .mo7l7av3 .kfaxdq3s { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qyk52jx1 .gn6d {
    padding: 5px 10px;
  }
  .qyk52jx1 .f8x9sq {
    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);
  }
  .qyk52jx1 .f8x9sq.btie { transform: translateX(0); }
  .qyk52jx1 .f8x9sq li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qyk52jx1 .f8x9sq li:last-child a { border-bottom: none; }
  .q28v6y .f8x9sq,
  .akwx0k .f8x9sq { background: var(--accent) !important; }
  .q28v6y .f8x9sq li a,
  .akwx0k .f8x9sq li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .mo7l7av3 .gn6d {
    padding: 5px 10px;
  }
  .mo7l7av3 .f8x9sq {
    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);
  }
  .mo7l7av3 .f8x9sq::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .mo7l7av3 .f8x9sq.btie { transform: translateY(0); }
  .mo7l7av3 .f8x9sq li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .z68r9o .gn6d {
    padding: 5px 10px;
  }
  .z68r9o .f8x9sq {
    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;
  }
  .z68r9o .f8x9sq.btie { opacity: 1; pointer-events: auto; }
  .z68r9o .f8x9sq li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ge37     .gn6d { border-radius: 0 !important; }
  .rlcvuymi   .gn6d { border-radius: 8px !important; }
  .on7ny0x .gn6d { border-radius: 50% !important; }
  .oz18jg   .gn6d { border-radius: 999px !important; }
}
.dzra3675 .t6n9qz { height: 36px; }
.lb9r .t6n9qz { height: 60px; max-width: 200px; }
.sc9pk5oc .t6n9qz { height: 76px; max-width: 240px; }
.fo9muwa    .qvio9, .fo9muwa    .jaud { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.iw6yq5h .qg35gxwh + .qg35gxwh {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .v19g7x .fqleg {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .v19g7x .t308 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .v19g7x .t308 { padding: 40px 16px 20px; }
  .v19g7x .qg35gxwh {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .v19g7x .jfih4jd { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .acmhdafu .t308 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .acmhdafu .t308::before {
    position: absolute; top: 14px; left: 14px;
  }
  .acmhdafu .rqiqgdw4 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .acmhdafu .cm7p { white-space: normal; text-align: center; font-size: 1.2rem; }
  .acmhdafu .qg35gxwh {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .acmhdafu .jfih4jd { width: 100%; min-width: 0; }
  .acmhdafu .qvio9 { min-width: 0; }
}
.rw21 .f9gw74gi {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.rw21 .f9gw74gi summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.rw21 .f9gw74gi p { padding: 0 2px 16px; }
.chvbh .f9gw74gi { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.chvbh .f9gw74gi summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.chvbh .f9gw74gi summary::after { content: "›"; font-size: 1.2em; }
.chvbh .f9gw74gi[open] summary::after { content: "‹"; }
.chvbh .f9gw74gi p { padding: 10px 22px 4px; }
.pnntj .f9gw74gi {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.pnntj .f9gw74gi summary { color: var(--text-primary); padding-left: 16px; }
.pnntj .f9gw74gi summary::after { content: "›"; font-size: 1.1em; }
.pnntj .f9gw74gi[open] summary::after { content: "‹"; }
.pnntj .f9gw74gi p { padding-left: 16px; }
.i7gzynoc .svyfce47 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.i7gzynoc .f9gw74gi {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.i7gzynoc .f9gw74gi:last-child { border-bottom: none; }
.i7gzynoc .f9gw74gi summary { color: var(--text-primary); border-radius: 0; }
.i7gzynoc .f9gw74gi summary::after { content: "›"; font-size: 1.1em; }
.i7gzynoc .f9gw74gi[open] summary::after { content: "‹"; }
.kzxzey .f9gw74gi { overflow: hidden; }
.kzxzey .f9gw74gi summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.kzxzey .f9gw74gi summary::after { color: rgba(255,255,255,.75); }
.kzxzey .f9gw74gi[open] summary { border-radius: 0; }
.d00je25b { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.tzdy {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.iguo5kn {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.j61ncn7 { color: var(--text-muted); font-size: 1.05rem; }
.x9uh7yls {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.fb7vux {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.r441 { margin-bottom: 20px; }
.jtwfoog {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.dc6nqnyi {
  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;
}
.dc6nqnyi:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.tmcn3i8 { resize: vertical; min-height: 130px; }
.x7h3 { width: 100%; margin-top: 8px; }
.lu2r2i {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.vtmlh {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.esow { color: var(--text-muted); line-height: 1.75; }
.fcw5p0rh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.fcw5p0rh li { margin-bottom: 6px; }
.jxur { max-width: 760px; margin: 0 auto; }
.ea3h { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.w7rb22bh { max-width: 760px; margin: 0 auto; }
.bn1z0lgs { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.bn1z0lgs:last-child { border-bottom: none; }
.a7f7qq { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.bn1z0lgs p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bn1z0lgs ul.fcw5p0rh { margin: 0; }
.hiaz4zx .a7f7qq { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .hiaz4zx { grid-template-columns: 1fr; gap: 10px; } }
.hapkebs .a7f7qq { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.b5sld1 .fcw5p0rh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .k4lc { grid-template-columns: 1fr; } }
.z6dcd { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.z6dcd:hover .yzj5do { color: var(--accent-light); text-decoration: underline; }
.qby4i3i { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.apid9rm { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.apid9rm:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.l9m5r3bc { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.apid9rm p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.apid9rm ul.fcw5p0rh { margin: 0; }
.p98p6e7 { color: var(--text-muted); line-height: 1.75; }
.m256zn .fcw5p0rh,
.ngy0 .fcw5p0rh,
.ng6q .fcw5p0rh,
.rrkz .fcw5p0rh {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.m256zn .apid9rm,
.ngy0 .apid9rm { text-align: left; }
.m256zn .l9m5r3bc,
.ngy0 .l9m5r3bc { text-align: center; }
.cc9oj { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.pbxo { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ixnv0j0b { font-size: 1.1rem; }
.u2tkiixu { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.vhieu { margin-top: 12px; }
.y74x { 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; }
.y74x:hover { border-bottom-color: var(--accent-light); }
.fmh82mpd { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.fmh82mpd img { width: 100%; height: 100%; object-fit: cover; display: block; }
.p2vgj { width: 260px; height: 260px; }
.dcox { border-radius: 50%; }
.vcrz { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.lz6wm { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .z0ec { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.m2j0nr .u2tkiixu, .m2j0nr .pbxo { max-width: 640px; }
.k0wc { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.mt8tnti { position: sticky; top: 96px; align-self: start; }
.mt8tnti .cc9oj { font-size: 1.6rem; margin-top: 18px; }
.uu0iv .u2tkiixu { margin-bottom: 28px; }
@media (max-width: 860px) { .k0wc { grid-template-columns: 1fr; } .mt8tnti { position: static; text-align: center; } }
.wv1o6d6 .fmh82mpd { margin: 0 auto 18px; }
.wv1o6d6 .vcrz { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .v774 { grid-template-columns: 1fr; } }
.nno3jwct .cc9oj { font-size: 1.6rem; margin-bottom: 6px; }
.rrkz .fcw5p0rh { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nno3jwct { flex-direction: column; text-align: center; } .ijx5vyhj { grid-template-columns: 1fr; } }
.o0k91b1 .cc9oj { font-size: 1.35rem; margin: 0 0 4px; }
.o0k91b1 .vcrz { margin: 0; }
.f714 .iguo5kn { color: var(--accent-light); }
.ds3t8wp {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.ds3t8wp .iguo5kn { font-size: 2rem; }
.ds3t8wp .j61ncn7 { max-width: 680px; }
.i0wk .iguo5kn { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.i0wk .j61ncn7  { margin: 0; }
@media (max-width: 640px) { .i0wk { flex-direction: column; } }
.ulfdls .iguo5kn { color: var(--accent-light); }
.q50k .iguo5kn { color: #fff; }
.q50k .j61ncn7  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ias2ovg { grid-template-columns: 1fr; } }
.ww5yd { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.ww5yd .dc6nqnyi {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.ww5yd .dc6nqnyi:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.txr5sfeo .dc6nqnyi { background: var(--bg-raised); border-color: transparent; }
.txr5sfeo .dc6nqnyi:focus { background: var(--bg-card); border-color: var(--accent-light); }
.uyg4 .dc6nqnyi { border-radius: 100px; padding: 11px 20px; }
.uyg4 .tmcn3i8 { border-radius: 14px; }
.i4x2 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.i4x2 summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.i4x2 summary::-webkit-details-marker { display: none; }
.i4x2 summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.i4x2[open] summary::after { content: "−"; }
.kognk {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .xm037 { grid-template-columns: 1fr; } }
.kkf66qug { counter-reset: priv-count; }
.ye3xam8 {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.ye3xam8:last-child { border-bottom: none; }
.pkqivk92 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.ye3xam8 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ye3xam8 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ev1c9hiv { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ev1c9hiv li { margin-bottom: 6px; }
.gyxo{display:none}
.gyxo:empty,.q4wd2k:empty{display:none}
.go9yj{position:relative;overflow:visible}
.s7akj .jj7d,.c8n4u .jj7d,
.qtrdsp30 .jj7d,.fywshhxp .jj7d,
.row05 .jj7d,.px90ly .jj7d{display:block}
.cbl7svu .qz9bakd{display:block}
.s7akj .jj7d,.c8n4u .jj7d,
.qtrdsp30 .jj7d,.fywshhxp .jj7d,
.row05 .jj7d{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}
.s7akj .jj7d .q4wd2k,.c8n4u .jj7d .q4wd2k,
.qtrdsp30 .jj7d .q4wd2k,.fywshhxp .jj7d .q4wd2k,
.row05 .jj7d .q4wd2k{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}
.s7akj .vdaph,.c8n4u .vdaph,
.qtrdsp30 .vdaph,.fywshhxp .vdaph,
.row05 .vdaph{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.s7akj .jj7d,.c8n4u .jj7d{top:12px}
.s7akj .jj7d .q4wd2k{margin-right:auto}
.c8n4u .jj7d .q4wd2k{margin-left:auto}
.c8n4u .jj7d{text-align:right}
.qtrdsp30 .jj7d,.fywshhxp .jj7d{bottom:12px}
.qtrdsp30 .jj7d .q4wd2k{margin-right:auto}
.fywshhxp .jj7d .q4wd2k{margin-left:auto}
.fywshhxp .jj7d{text-align:right}
.row05 .jj7d{position:relative;margin-top:16px}
.row05 .jj7d .q4wd2k{margin:0 auto}
.px90ly .jj7d{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.px90ly .jj7d .q4wd2k{margin:0}
.px90ly .kymqlob~.jj7d,
.px90ly .s8mq7yro~.jj7d{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.px90ly .kymqlob~.jj7d .q4wd2k,
.px90ly .s8mq7yro~.jj7d .q4wd2k{justify-content:flex-start}
.kymqlob~.jj7d,.s8mq7yro~.jj7d{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}
.kymqlob~.jj7d .q4wd2k{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.s8mq7yro~.jj7d .q4wd2k{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qz9bakd .q4wd2k{margin:0 0 12px}
.q4wd2k{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.lr0qm0fi{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.yzj5do{font-weight:600;color:var(--text-heading);opacity:1}
.c8ujqt8h::before{content:"·";margin:0 2px;opacity:.5}
.vdaph{white-space:nowrap}
.aa7vqsf .lr0qm0fi{display:none}
.j9ti .vdaph{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.j9ti .c8ujqt8h::before{content:""}
.ztuz6fq8 .vdaph{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}
.ztuz6fq8 .c8ujqt8h::before{content:""}
.x984 .q4wd2k{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.rjpi5b .vdaph{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.rjpi5b .c8ujqt8h::before{content:""}
.hp35a5yo .vdaph{color: var(--accent-light);opacity:1;font-weight:500}
.s72xid .vdaph{border-bottom:1px solid currentColor;padding-bottom:2px}
.olnglmf .q4wd2k{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.k8jwim4p{--date-bg:var(--accent-bg-light)}
.wnn12 .c8ujqt8h::before{content:""}
.ymf5 .c8ujqt8h::before{content:"•";opacity:.4}
.ymf5 .vdaph + .vdaph::before{content:"•";margin-right:6px;opacity:.4}
.sjojf905 .c8ujqt8h::before{content:"/";opacity:.35}
.sjojf905 .vdaph + .vdaph::before{content:"/";margin-right:6px;opacity:.35}
.tyubnr01 .c8ujqt8h::before{content:"|";opacity:.3}
.tyubnr01 .vdaph + .vdaph::before{content:"|";margin-right:6px;opacity:.3}
.kejg .c8ujqt8h::before{content:"—";opacity:.3}
.kejg .vdaph + .vdaph::before{content:"—";margin-right:6px;opacity:.3}
.p96g29y .c8ujqt8h::before{content:"◆";font-size:.5em;opacity:.35}
.p96g29y .vdaph + .vdaph::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.qoina0q5 .c8ujqt8h::before{content:"·";opacity:.4}
.qoina0q5 .vdaph + .vdaph::before{content:"·";margin-right:6px;opacity:.4}
.r6i1nvq .c8ujqt8h::before{content:"›";opacity:.4}
.r6i1nvq .vdaph + .vdaph::before{content:"›";margin-right:6px;opacity:.4}
.rdgffl .c8ujqt8h::before{content:"→";opacity:.35;font-size:.85em}
.rdgffl .vdaph + .vdaph::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.zfknwgki .yq2na{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .yq2na{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .tl7o9{max-width:100%}
}
:root {
  --accent:          #627712;
  --brand:           #627712;
  --brand-light:     #4c5b14;
  --brand-pale:      #6a7c25;
  --grad-start:      #a3c61e;
  --grad-end:        #b9d74a;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #627712;
  --cta-light:       #46550a;
  --cta-hover:       #364109;
  --bg-page:         #f7f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f5f3;
  --bg-raised:       #f0f1ee;
  --bg-hover:        #f5f5f3;
  --border:          #e7e9e1;
  --border-alt:      #dadccf;
  --border-section:  #e7e9e1;
  --text-primary:    #1a1b17;
  --text-muted:      #5d6151;
  --text-body:       #35372e;
  --text-sub:        #505345;
  --text-faint:      #868a74;
  --text-dim:        #9ea28f;
  --text-label:      #6b6f5c;
  --text-value:      #43453a;
  --accent-bg:       #eff3e1;
  --accent-bg-light: #e6eec8;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f8f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #0f9429;
  --c-cons:          #9f3821;
  --c-pros-label:    #11af31;
  --c-tip-border:    #13c236;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0f9429;
}
:root { --logo-bg-opacity: 44%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.rl8owijv .vtc77ftr, .rl8owijv .kymqlob { min-height: 420px; }
.osvmtzj1 .e74t::after, .osvmtzj1 .fz9p7071::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; }
.mjgu0 .f07x09n2::after,.mjgu0 .y9k927x::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; }
.ft10q::before { content: '◆'; font-size: 0.5em; }
.zysnm1y2 .vdaph::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.zysnm1y2 .vdaph:first-of-type::before{content:"\f06e"}.zysnm1y2 .vdaph:last-of-type::before{content:"\f4fc"}