: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;
}
.ou5guo {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.hbcqgex3 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.yxh1id {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.tgyiw { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.lvxy { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.lvxy a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.lvxy a:hover { color: var(--accent-light); }
.ktub19 { position: relative; }
.tf3rqa2 {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface); border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 8px 0; min-width: 190px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); z-index: 200;
  list-style: none;
}
.i8efo2a   .tf3rqa2 { border-radius: 0; }
.zlezh     .tf3rqa2 { border-radius: 6px; }
.zvtwyew  .tf3rqa2 { border-radius: 14px; }
.vhwhdg8i     .tf3rqa2 { border-radius: 24px; padding: 8px; }
.zlezh .tf3rqa2 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.zlezh .tf3rqa2 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.zvtwyew .tf3rqa2 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.zvtwyew .tf3rqa2 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.vhwhdg8i .tf3rqa2 li a { border-radius: 16px; }
.zuss5  .tf3rqa2 li + li { border-top: 1px solid var(--border-alt); }
.ylk2baba .tf3rqa2 li + li { border-top: 1px dashed var(--border-alt); }
.ytzsw .tf3rqa2 li + li { border-top: 1px dotted var(--border-alt); }
.atka .tf3rqa2 li + li { border-top: 3px double var(--border-alt); }
.ktub19::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.ktub19:hover .tf3rqa2,
.ktub19:focus-within .tf3rqa2 { display: block; }
.tf3rqa2 li a {
  display: block; padding: 8px 18px; white-space: nowrap;
  color: var(--text-muted); font-size: 0.86rem; text-decoration: none;
  transition: color .15s, background .15s;
}
.tf3rqa2 li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .tf3rqa2 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ktub19:hover .tf3rqa2,
  .ktub19:focus-within .tf3rqa2 { display: block; }
  .tf3rqa2 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.jh11 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.s23otdx { display: none; }
@media (max-width: 640px) {
  .s23otdx {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .s23otdx.obafemt6 { display: block; }
}
@media (max-width: 640px) {
  .jh11 { display: block; }
  .lvxy > li + li::before { display: none !important; }
  .lvxy {
    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;
  }
  .lvxy.obafemt6 { display: flex; }
  .lvxy li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .lvxy li:last-child a { border-bottom: none; }
}
.tflc { min-height: 480px; }
.e9vdx1 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.f9yx { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.wqy9ay .f9yx { margin-left: 0; margin-right: 0; }
.rbxp7c5 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.denww {
  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%);
}
.rbxp7c5 .xt3t6d8 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.rbxp7c5 .e9vdx1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.rbxp7c5 .f9yx { color: #e2e8f0; }
.rbxp7c5.hpot .xt3t6d8 { text-align: center; }
.rbxp7c5.wqy9ay   .xt3t6d8 { text-align: left; }
.tn4p1 .xt3t6d8 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.tn4p1 .e9vdx1 { color: var(--text-primary); text-shadow: none; }
.tn4p1 .f9yx { color: var(--text-muted); }
.tn4p1, .tn4p1.tflc { min-height: auto !important; }
.tn4p1.hpot .xt3t6d8 { text-align: center; }
.tn4p1.wqy9ay   .xt3t6d8 { text-align: left; }
.tn4p1~.jwgm{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}
.tn4p1~.jwgm .jozxm2{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}
.b4r0d3 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.t9orj72v .b4r0d3,
.t9orj72v .b4r0d3::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.bhmv .b4r0d3,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.o36v .b4r0d3,
.o36v .rbxp7c5 .denww {
  overflow: hidden;
}
.o36v .b4r0d3::after,
.o36v .rbxp7c5 .denww::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%); }
}
.mk1p7k .b4r0d3,
.mk1p7k .b4r0d3::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); }
}
.mk1p7k .rbxp7c5 .denww {
  overflow: hidden;
}
.mk1p7k .rbxp7c5 .denww::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;
}
.vjwo6l .b4r0d3,
.vjwo6l .rbxp7c5 .denww {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.t9orj72v .rbxp7c5 .denww {
  overflow: hidden;
}
.t9orj72v .rbxp7c5 .denww::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;
}
.bhmv .rbxp7c5 .denww {
  animation: hg-breathe 10s ease-in-out infinite;
}
.b4r0d3 .denww {
  background: none;
}
.b4r0d3 .e9vdx1 { color: #fff; }
.b4r0d3 .f9yx { color: rgba(255,255,255,0.85); }
.b4r0d3 .r903il62 { background: #fff; color: var(--cta); }
.b4r0d3 .r903il62:hover { opacity: 0.92; }
.erqi0 .e9vdx1 { text-shadow: none; color: var(--text-primary); }
.erqi0 .f9yx { color: var(--text-muted); }
.erqi0.hpot .lu8xak { align-items: center; text-align: center; }
.u1tqhbm { padding-bottom: 0; }
.u1tqhbm .xt3t6d8 { padding-bottom: 24px; }
.fwflidd5 {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  padding: 0 24px 32px; max-width: 960px; margin: 0 auto; width: 100%;
}
.xtb9 {
  display: flex; align-items: center; gap: 12px;
  background: rgba(0,0,0,0.45); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px; padding: 12px 16px;
  flex: 1 1 260px; max-width: 320px;
  text-decoration: none; color: #fff; transition: transform 0.2s, box-shadow 0.2s;
}
.xtb9:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
.x25cynf { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.ezpsxi9m { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.lj63p8 { font-weight: 700; font-size: 0.9rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fxgw { font-size: 0.8rem; color: rgba(255,255,255,0.75); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ctd6 { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); flex-shrink: 0; }
.ctd6 small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.dlw4xr .xt3t6d8 { max-width: 960px; }
@media (max-width: 700px) {
  .erqi0 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .erqi0 .p9r1hdm6 { display: none !important; }
  .mksptc5 .p9r1hdm6 { display: none !important; }
  .va0vc9w .zponnsvo { display: none !important; }
  .ijodrlfo .kh7ax { display: none !important; }
  .lu8xak  { padding: 36px 24px; }
  .erqi0~.jwgm,.ny3s~.jwgm{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .tflc, .erqi0 { min-height: 320px !important; }
  
  .e9vdx1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .fwflidd5 { display: none !important; }
  
  .w4bjpbhb { flex-direction: column; align-items: center; }
  .sp0zo25 { width: 100%; max-width: 340px; }
}
.k7tjgc2r { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ntep { width: 100%; height: auto; display: block; border-radius: 10px; }
.rzdkh5ap .k7tjgc2r        { border-radius: 16px; }
.rzdkh5ap .ntep  { border-radius: 16px; }
.x2c4 .k7tjgc2r         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.x2c4 .ntep   { border-radius: 8px; }
.kseor { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.an4vxyy { width: 100%; padding: 32px 0; position: relative; }
.hu7kh2e { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.u6140q .an4vxyy:nth-child(even) { background: var(--bg-surface); }
.u6140q .an4vxyy:nth-child(odd)  { background: var(--bg-page); }
.ojbo .an4vxyy:nth-child(even) { background: var(--bg-card); }
.ojbo .an4vxyy:nth-child(odd)  { background: var(--bg-page); }
.u6140q .an4vxyy:nth-child(odd)  .hu7kh2e { background: var(--bg-card); border-radius: 6px; }
.u6140q .an4vxyy:nth-child(even) .hu7kh2e { background: var(--bg-raised); border-radius: 6px; }
.ojbo .an4vxyy:nth-child(odd)  .hu7kh2e { background: var(--bg-card); border-radius: 6px; }
.ojbo .an4vxyy:nth-child(even) .hu7kh2e { background: var(--bg-raised); border-radius: 6px; }
.u6140q .an4vxyy:nth-child(even) .ijlm4i .c33qz,
.ojbo .an4vxyy:nth-child(even) .ijlm4i .c33qz { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.u6140q .an4vxyy:nth-child(odd) .ijlm4i .c33qz,
.ojbo .an4vxyy:nth-child(odd) .ijlm4i .c33qz { background: var(--bg-card-inner); }
.u6140q .an4vxyy:nth-child(even) .dapqd3r .c33qz:nth-child(odd),
.ojbo .an4vxyy:nth-child(even) .dapqd3r .c33qz:nth-child(odd)  { background: var(--bg-card); }
.u6140q .an4vxyy:nth-child(even) .dapqd3r .c33qz:nth-child(even),
.ojbo .an4vxyy:nth-child(even) .dapqd3r .c33qz:nth-child(even) { background: var(--bg-card-inner); }
h1.mq008 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.mq008 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.ogy76 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.xari h2.mq008 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.iqlneh h2.mq008 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.juzj8t h2.mq008 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qwwupf1z h2.mq008::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.yng1n2 h2.mq008 {
  color: var(--text-primary); font-size: 1.7rem;
}
.rrpc9h h2.mq008::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.oobyvv h2.mq008 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.cqh4ve5s { font-size: 1.35rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.uhy3pkfy { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .uhy3pkfy { display: none; } }
.jfxlzy { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.n4r4 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.dqpi {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ptclae { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.dt31zuya { padding-left: 20px; }
.dt31zuya li { margin-bottom: 6px; }
.dt31zuya a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.dt31zuya a:hover { color: var(--accent-light); }
.izzs .ptclae { display: none; }
.n7h7a .ptclae { display: none; }
.n7h7a .dt31zuya { padding-left: 0; list-style: none; }
.n7h7a .dt31zuya li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.n7h7a .dt31zuya a { font-size: 0.92rem; }
.gd6l .dqpi { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.gd6l .ptclae { display: none; }
.gd6l .dt31zuya { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.gd6l .dt31zuya li { margin-bottom: 0; }
.gd6l .dt31zuya 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;
}
.gd6l .dt31zuya a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.huzacnlw .dqpi { padding: 20px 20px 16px; }
.huzacnlw .dt31zuya {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.huzacnlw .dt31zuya li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.huzacnlw .dt31zuya 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;
}
.huzacnlw .dt31zuya 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;
}
.huzacnlw .dt31zuya a:hover { color: var(--accent-light); border-color: var(--accent); }
.huzacnlw .dt31zuya a:focus,
.huzacnlw .dt31zuya a:focus-visible,
.huzacnlw .dt31zuya a:target { outline: none; }
.huzacnlw .dt31zuya li:target a { border-color: var(--border); color: var(--text-muted); }
.qpmx .dqpi { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.qpmx .ptclae { display: none; }
.qpmx .dt31zuya { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.qpmx .dt31zuya li { margin-bottom: 0; }
.qpmx .dt31zuya li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.qpmx .dt31zuya li:last-child::after { content: ""; margin-right: 0; }
.qpmx .dt31zuya a { font-size: 0.9rem; }
.c33qz { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ijlm4i .c33qz { background: var(--bg-card); }
.dapqd3r .c33qz:nth-child(odd)  { background: var(--bg-card); }
.dapqd3r .c33qz:nth-child(even) { background: var(--bg-raised); }
.aq0ci4 .c33qz {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.aq0ci4 .c33qz:last-child { border-bottom: none; }
.aq0ci4 h3.ogy76 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.i4iin .c33qz {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.i4iin .c33qz + .c33qz { margin-top: 4px; }
.ornlhj .c33qz { background: none; border-radius: 0; padding: 12px 0; }
.ornlhj .c33qz + .c33qz { border-top: 1px solid var(--border-section); }
.is5t1p { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.q85o4q { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.w6gv { color: var(--text-body); margin-bottom: 10px; }
.nv8inot8, .jkzeo { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.nv8inot8 li, .jkzeo li { margin-bottom: 6px; }
.jkzeo li { list-style: decimal; }
.cri8     .nv8inot8 { list-style-type: "● "; }
.pg427  .nv8inot8 { list-style-type: "■ "; }
.be38u71l .nv8inot8 { list-style-type: "◆ "; }
.tbmxsw    .nv8inot8 { list-style-type: "★ "; }
.cri8     .da8g5l { list-style-type: "● "; }
.pg427  .da8g5l { list-style-type: "■ "; }
.be38u71l .da8g5l { list-style-type: "◆ "; }
.tbmxsw    .da8g5l { list-style-type: "★ "; }
.cri8    .nv8inot8 li::marker, .cri8    .da8g5l li::marker,
.pg427 .nv8inot8 li::marker, .pg427 .da8g5l li::marker,
.be38u71l .nv8inot8 li::marker, .be38u71l .da8g5l li::marker,
.tbmxsw   .nv8inot8 li::marker, .tbmxsw   .da8g5l li::marker {
  color: var(--cta); font-size: 1em;
}
.cri8 .jkzeo,
.pg427 .jkzeo,
.be38u71l .jkzeo,
.tbmxsw .jkzeo {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.cri8 .jkzeo li,
.pg427 .jkzeo li,
.be38u71l .jkzeo li,
.tbmxsw .jkzeo li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.cri8 .jkzeo li::before,
.pg427 .jkzeo li::before,
.be38u71l .jkzeo li::before,
.tbmxsw .jkzeo 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;
}
.cri8     .jkzeo li::before { border-radius: 50%; }
.pg427  .jkzeo li::before { border-radius: 3px; }
.be38u71l .jkzeo li::before { border-radius: 3px; }
.tbmxsw    .jkzeo li::before { border-radius: 50%; }
.aen8i { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.rbd3oif .aen8i,
.xmk2e .aen8i { background: transparent; border: none; border-radius: 0; }
.wcc3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.wcc3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.wcc3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.wcc3 tr:hover td { background: var(--bg-hover); }
.i0pd3rr .wcc3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.r79cfkc .wcc3 { border: 1px solid var(--border-alt); }
.r79cfkc .wcc3 th,
.r79cfkc .wcc3 td { border: 1px solid var(--border-alt); }
.rb49adh .wcc3 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rb49adh .wcc3 td { border-bottom: none; }
.rb49adh .wcc3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.zyblr .wcc3 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.f40te .aen8i {
  overflow: hidden;
}
.f40te .wcc3 th { border-bottom: 1px solid var(--border-alt); }
.f40te .wcc3 tr:last-child td { border-bottom: none; }
.lel3hk { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.dirrq { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.urj38k { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.renfvp { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.vxgfrkli { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.da8g5l { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.da8g5l 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);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%}
.piy0lss5 .renfvp { background: transparent; text-align: center; }
.qm9ppx .urj38k {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.yisa7 .urj38k {
  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);
}
.hksbext .dirrq { display: grid; grid-template-columns: auto 1fr; }
.hksbext .urj38k {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.hksbext .renfvp { grid-column: 2; }
.hksbext .vxgfrkli,
.hksbext .da8g5l { grid-column: 1 / -1; }
.qyk87 .dirrq { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.qyk87 .urj38k {
  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);
}
.qyk87 .renfvp { grid-column: 2; }
.qyk87 .vxgfrkli,
.qyk87 .da8g5l { grid-column: 1 / -1; }
.v7yw3 .dirrq { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.v7yw3 .renfvp { background: none; color: var(--accent-light); font-weight: 700; }
.vigjoxmj .dirrq { 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); }
.vigjoxmj .renfvp { background: none; color: var(--accent-light); font-weight: 700; }
.uiizb5 .dirrq { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.uiizb5 .dirrq:last-child { border-bottom: none; }
.uiizb5 .renfvp { background: none; color: var(--accent-light); font-weight: 700; }
.cohww .dirrq { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.cohww .renfvp { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.avbd2 .lel3hk { counter-reset: card-n; }
.avbd2 .dirrq  { counter-increment: card-n; }
.avbd2 .renfvp { display: flex; align-items: center; gap: 10px; }
.avbd2 .renfvp::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;
}
.lfkd .dirrq { background: var(--bg-surface); border: 1px solid var(--border); }
.lfkd .renfvp { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.hnr6 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.p8vgy  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.qt4tp { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.fcxlvz { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.hufo { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.hnr6 strong { color: var(--text-primary); font-size: 0.95rem; }
.hnr6 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.io20ah7k { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.bkfxav, .p9kstm { border-radius: 8px; padding: 14px; }
.bkfxav { background: var(--bg-pros); }
.p9kstm { background: var(--bg-cons); }
.jz6kvng { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.bkfxav .jz6kvng { color: var(--c-pros-label); }
.p9kstm .jz6kvng { color: #f87171; }
.bkfxav ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.p9kstm ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ntep { width: 100%; height: auto; border-radius: 10px; display: block; }
.msjqjx {
  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;
}
.msjqjx:hover { opacity: 0.85; }
.huu6o .msjqjx  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.huu6o .msjqjx:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.xbwbn3x .msjqjx  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.xbwbn3x .msjqjx:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.i7ugr .msjqjx  { border-radius: 50px; }
.a2qrj .msjqjx  { padding-left: 12px; padding-right: 12px; }
.ef1b .msjqjx  { padding-left: 24px; padding-right: 24px; }
.uo9a .r903il62 { padding-left: 56px; padding-right: 56px; }
.uo9a .msjqjx  { padding-left: 32px; padding-right: 32px; }
.wsxl6fsk   .r903il62::after, .wsxl6fsk   .msjqjx::after,
.myjoc .r903il62::after, .myjoc .msjqjx::after,
.wwa87    .r903il62::after, .wwa87    .msjqjx::after,
.yaccfss    .r903il62::after, .yaccfss    .msjqjx::after,
.wdsil    .r903il62::after, .wdsil    .msjqjx::after,
.adgv96z     .r903il62::after, .adgv96z     .msjqjx::after,
.xqg56e    .r903il62::after, .xqg56e    .msjqjx::after,
.q32y   .r903il62::after, .q32y   .msjqjx::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;
}
.wsxl6fsk .r903il62::after, .wsxl6fsk .msjqjx::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");
}
.myjoc .r903il62::after, .myjoc .msjqjx::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");
}
.wwa87 .r903il62::after, .wwa87 .msjqjx::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");
}
.yaccfss .r903il62::after, .yaccfss .msjqjx::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");
}
.wdsil .r903il62::after, .wdsil .msjqjx::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");
}
.adgv96z .r903il62::after, .adgv96z .msjqjx::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");
}
.xqg56e .r903il62::after, .xqg56e .msjqjx::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");
}
.q32y .r903il62::after, .q32y .msjqjx::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");
}
.q177d   .fmp5n5e::after, .q177d   .ya2z::after,
.b8fp9350 .fmp5n5e::after, .b8fp9350 .ya2z::after,
.pe01qs    .fmp5n5e::after, .pe01qs    .ya2z::after,
.tsy8t    .fmp5n5e::after, .tsy8t    .ya2z::after,
.xah64wr    .fmp5n5e::after, .xah64wr    .ya2z::after,
.tpfxc948     .fmp5n5e::after, .tpfxc948     .ya2z::after,
.ac6gxv    .fmp5n5e::after, .ac6gxv    .ya2z::after,
.amzg7p   .fmp5n5e::after, .amzg7p   .ya2z::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;
}
.q177d .fmp5n5e::after, .q177d .ya2z::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");
}
.b8fp9350 .fmp5n5e::after, .b8fp9350 .ya2z::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");
}
.pe01qs .fmp5n5e::after, .pe01qs .ya2z::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");
}
.tsy8t .fmp5n5e::after, .tsy8t .ya2z::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");
}
.xah64wr .fmp5n5e::after, .xah64wr .ya2z::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");
}
.tpfxc948 .fmp5n5e::after, .tpfxc948 .ya2z::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");
}
.ac6gxv .fmp5n5e::after, .ac6gxv .ya2z::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");
}
.amzg7p .fmp5n5e::after, .amzg7p .ya2z::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");
}
.wcf4qln {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
}
.zf5o {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 18px 24px;
  display: flex; flex-direction: row; align-items: center; gap: 24px;
  transition: background .15s;
}
.zf5o > [itemprop="item"] { display: contents; }
.zf5o [itemprop="itemReviewed"],
.zf5o [itemprop="reviewRating"] { display: none; }
.zf5o:hover { background: var(--bg-hover); }
.ywi3zbd8 {
  background: var(--accent-bg);
  border-radius: 10px; padding: 8px 12px;
  display: flex; align-items: center; justify-content: center;
  min-width: 140px; width: 140px; height: 90px; flex-shrink: 0;
}
.elhwl .ywi3zbd8 { background: #1a1a1a; }
.lh403 .ywi3zbd8 { background: rgba(128,128,128,.12); }
.qenawx .ywi3zbd8 { background: var(--bg-raised); }
.uhl9 .ywi3zbd8 { background: transparent; padding: 0; }
.qxetch10 { max-height: 74px; max-width: 120px; object-fit: contain; }
.asof { display: flex; align-items: center; gap: 16px; min-width: 0; }
.asof .ywi3zbd8 + .g1k9c { flex: 1 1 auto; }
.g1k9c { font-weight: 700; font-size: 1.25rem; color: var(--text-primary); line-height: 1.25; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.g0fqri { color: var(--cta); font-size: 1.2rem; letter-spacing: 2px; line-height: 1; text-align: center; }
.udtzyj4 { text-align: center; font-size: 1.2rem; font-weight: 700; }
.e630l { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.3; min-width: 0; gap: 4px; }
@media (min-width: 721px) {
  .asof { flex: 0 0 260px; width: 260px; }
  .g0fqri { flex: 0 0 120px; width: 120px; }
  .udtzyj4 { flex: 0 0 110px; width: 110px; }
  .e630l   { flex: 0 0 180px; width: 180px; }
}
.r4z5rc9 { color: var(--text-label); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.ft3pejbt { color: var(--text-value); font-weight: 700; font-size: 1.22rem; line-height: 1.3; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.d533yz1 { white-space: nowrap; text-align: center; align-self: center; }
@media (min-width: 721px) {
  .d533yz1 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.d533yz1.msjqjx { 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) {
  .wcf4qln { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .wcf4qln .zf5o { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .wcf4qln .asof { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .wcf4qln .ywi3zbd8 { width: 100%; min-width: unset; height: 120px; }
  .wcf4qln .qxetch10 { max-height: 96px; max-width: 200px; }
  .wcf4qln .g1k9c { min-width: unset; text-align: center; white-space: normal; }
  .wcf4qln .g0fqri { min-width: 0; }
  .wcf4qln .e630l { 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; }
  .wcf4qln .d533yz1 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .mkmxz8 .zf5o { row-gap: 8px !important; gap: 10px !important; }
}
@media (min-width: 860px) {
  .c7i3lqn .gwy070xu {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .c7i3lqn .ie9ow4o { margin: 0; }
}
.xmk2e .io20ah7k { gap: 10px; }
.xmk2e .bkfxav, .xmk2e .p9kstm { padding: 12px; }
.xmk2e .bkfxav ul, .xmk2e .p9kstm ul { margin: 4px 0 0; padding-left: 18px; }
.xmk2e .bkfxav li, .xmk2e .p9kstm li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .wjupovxe { grid-template-columns: 1fr; }
  .fby41en { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .fby41en .zu8bmw5 { width: 72px; height: 50px; }
  .fby41en .v04xl0c4 { max-width: 180px; }
  .fby41en .grz2x { width: auto; }
}
@media (max-width: 720px) {
  .pyl6go3 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .sc85cj { padding: 16px; }
  .l103l .kwsvlu { min-width: 50%; }
}
.hmmc7yi .io20ah7k { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .aiunudp { grid-template-columns: 1fr; }
  .ptuvmpmk { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .t7y4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .dzx5 { flex-wrap: wrap; padding: 16px; }
}
.po5ax9 .io20ah7k { gap: 8px; }
.po5ax9 .bkfxav, .po5ax9 .p9kstm { padding: 8px; }
@media (max-width: 480px) {
  .oix2g6on { flex-direction: column; align-items: stretch; }
}
.tt5ih3fv .grz2x .msjqjx { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .r1dz { flex-direction: column; align-items: stretch; gap: 10px; }
  .tt5ih3fv .grz2x { text-align: center; }
}
@media (max-width: 720px) {
  .cqew9p { grid-template-columns: 1fr; }
  .j38x3o { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .igzvhp4 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .o8n22a3j { grid-template-columns: 1fr; }
  .o1xitv { width: 100px; height: 100px; margin: 16px auto; }
  .g4l2xvg { font-size: 1.4rem; }
  .baesnk { justify-content: center; }
  .uwe56zw .kwsvlu { min-width: 50%; }
}
.ag6l .io20ah7k { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .ha0hjop4 { flex-wrap: wrap; padding: 14px 16px; }
  .p7xoosc4 { padding: 12px 16px; }
  .ag6l .io20ah7k { margin: 0 16px; }
  .ag6l .qeic2 { padding: 0 16px; }
  .zy8e { padding: 12px 16px; }
}
.vzny .wcf4qln {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.vzny .wcf4qln .zf5o:only-child { grid-column: 1 / -1; }
.vzny .wcf4qln .zf5o {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.vzny .wcf4qln .asof { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.vzny .wcf4qln .ywi3zbd8 { width: 100%; min-width: unset; height: 120px; }
.vzny .wcf4qln .qxetch10 { max-height: 100px; max-width: 200px; }
.vzny .wcf4qln .g1k9c { min-width: unset; text-align: center; white-space: normal; }
.vzny .wcf4qln .g0fqri { min-width: 0; }
.vzny .wcf4qln .e630l {
  flex-direction: row; justify-content: space-between; align-items: baseline;
  width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  flex: 0 0 auto; min-width: 0;
}
.vzny .wcf4qln .d533yz1 { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.e4i0r .ft3pejbt {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 5px 14px; font-size: 1.1rem;
}
.e4i0r .g0fqri { color: var(--cta); }
.e3lv .e630l { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.e3lv .ft3pejbt {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.e3lv .g0fqri { color: var(--cta); }
.p9kmp .zf5o { border-top: 3px solid var(--accent); }
.gnoqg .zf5o { padding: 14px 18px; gap: 16px; }
.gnoqg .g1k9c { font-size: 1rem; }
.qes4e .wcf4qln { gap: 0; }
.qes4e .zf5o {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.qes4e .zf5o:last-child { border-bottom: none; }
.qes4e .zf5o:nth-child(odd) { background: var(--accent-bg); }
.qes4e .zf5o:nth-child(odd):hover { background: var(--bg-hover); }
.mkmxz8 .wcf4qln {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.mkmxz8 .zf5o {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.mkmxz8 .zf5o:last-child { border-bottom: none; }
.mkmxz8 .g0fqri,
.mkmxz8 .zravzm4,
.mkmxz8 .w2v9ptav { border-left: 1px solid var(--border); padding-left: 10px; }
.mkmxz8 .g1k9c { padding: 0 10px; }
.yf0yyte .asof { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.yf0yyte .g1k9c { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.wc2odm11 .asof { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.wc2odm11 .g1k9c { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.bbdz .wcf4qln { gap: 14px; }
.bbdz .zf5o {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.bbdz .g1k9c { font-size: 1.15rem; }
.bbdz .ft3pejbt { font-size: 1.22rem; }
.bbdz .d533yz1.msjqjx { padding: 14px 30px !important; font-size: 1rem; }
.cdoeu6 .wcf4qln { gap: 18px; }
.cdoeu6 .zf5o {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.cdoeu6 .ywi3zbd8 {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.cdoeu6 .qxetch10 { max-height: 100px; max-width: 160px; }
.cdoeu6 .asof { min-width: 260px; }
.cdoeu6 .g1k9c { font-size: 1.25rem; font-weight: 800; }
.cdoeu6 .g0fqri { font-size: 1.1rem; letter-spacing: 2px; }
.cdoeu6 .ft3pejbt { font-size: 1.3rem; font-weight: 800; }
.cdoeu6 .r4z5rc9 { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.cdoeu6 .d533yz1.msjqjx { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.nuf2agzo .zravzm4 { flex: 1.8; }
.nuf2agzo .zravzm4 .ft3pejbt {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.nuf2agzo .zravzm4 .r4z5rc9 { font-weight: 700; color: var(--text-primary); }
.udtzyj4 { display: none; }
.bipqvon .g0fqri { display: none; }
.t3wso .g0fqri { font-size: 1rem; letter-spacing: 2px; }
.xev4u .g0fqri {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.bmlw .g0fqri,
.f7bau .g0fqri,
.jt450k .g0fqri { display: none; }
.bmlw .udtzyj4,
.f7bau .udtzyj4,
.jt450k .udtzyj4 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.bmlw .udtzyj4 { font-size: 1.7rem; font-weight: 900; color: var(--accent); }
.bmlw .udtzyj4 small { display: none; }
.f7bau .udtzyj4 {
  font-size: 1.1rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.f7bau .udtzyj4 small { font-size: 0.85em; font-weight: 700; color: var(--accent); opacity: 0.75; }
.jt450k .udtzyj4 {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.jt450k .udtzyj4 small { display: none; }
.trria41 { margin: 16px 0; }
.jq57 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.jq57 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.jq57 summary::after { content: "+"; color: var(--accent); }
.jq57[open] summary::after { content: "−"; }
.jq57 p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.an4vxyy { margin-bottom: 0; }
.ft9p5sxd h2.mq008 { color: var(--text-primary); border-color: var(--accent); }
.wf7a h2.mq008 { color: var(--text-primary); border-color: var(--accent); }
.hkw7 .p8vgy     { background: #052e16; border-color: #10b981; }
.hkw7 .qt4tp { background: #2d0a1e; border-color: #f43f5e; }
.hkw7 .fcxlvz    { background: #1e1036; border-color: #a855f7; }
.hkw7 .hnr6 strong  { color: #f1f5f9; }
.hkw7 .hnr6 p       { color: #cbd5e1; }
.hkw7 .zbmu3giq    .p8vgy     .hufo::before,
.hkw7 .w2t9h  .p8vgy     .hufo::before,
.hkw7 .z9cvvbi  .p8vgy     .hufo::before,
.hkw7 .d784 .p8vgy     .hufo::before { color: #10b981; }
.hkw7 .zbmu3giq    .qt4tp .hufo::before,
.hkw7 .w2t9h  .qt4tp .hufo::before,
.hkw7 .z9cvvbi  .qt4tp .hufo::before,
.hkw7 .d784 .qt4tp .hufo::before { color: #f43f5e; }
.hkw7 .zbmu3giq    .fcxlvz    .hufo::before,
.hkw7 .w2t9h  .fcxlvz    .hufo::before,
.hkw7 .z9cvvbi  .fcxlvz    .hufo::before,
.hkw7 .d784 .fcxlvz    .hufo::before { color: #a855f7; }
.cvo1ygf .p8vgy     { background: #2d2000; border-color: #eab308; }
.cvo1ygf .qt4tp { background: #2d0b0b; border-color: #ef4444; }
.cvo1ygf .fcxlvz    { background: #2d1600; border-color: #f97316; }
.cvo1ygf .hnr6 strong  { color: #f1f5f9; }
.cvo1ygf .hnr6 p       { color: #cbd5e1; }
.cvo1ygf .zbmu3giq    .p8vgy     .hufo::before,
.cvo1ygf .w2t9h  .p8vgy     .hufo::before,
.cvo1ygf .z9cvvbi  .p8vgy     .hufo::before,
.cvo1ygf .d784 .p8vgy     .hufo::before { color: #eab308; }
.cvo1ygf .zbmu3giq    .qt4tp .hufo::before,
.cvo1ygf .w2t9h  .qt4tp .hufo::before,
.cvo1ygf .z9cvvbi  .qt4tp .hufo::before,
.cvo1ygf .d784 .qt4tp .hufo::before { color: #ef4444; }
.cvo1ygf .zbmu3giq    .fcxlvz    .hufo::before,
.cvo1ygf .w2t9h  .fcxlvz    .hufo::before,
.cvo1ygf .z9cvvbi  .fcxlvz    .hufo::before,
.cvo1ygf .d784 .fcxlvz    .hufo::before { color: #f97316; }
.d6whiph .p8vgy     { background: #0c1a2e; border-color: #38bdf8; }
.d6whiph .qt4tp { background: #12103a; border-color: #818cf8; }
.d6whiph .fcxlvz    { background: #0a2020; border-color: #2dd4bf; }
.d6whiph .hnr6 strong  { color: #f1f5f9; }
.d6whiph .hnr6 p       { color: #cbd5e1; }
.d6whiph .zbmu3giq    .p8vgy     .hufo::before,
.d6whiph .w2t9h  .p8vgy     .hufo::before,
.d6whiph .z9cvvbi  .p8vgy     .hufo::before,
.d6whiph .d784 .p8vgy     .hufo::before { color: #38bdf8; }
.d6whiph .zbmu3giq    .qt4tp .hufo::before,
.d6whiph .w2t9h  .qt4tp .hufo::before,
.d6whiph .z9cvvbi  .qt4tp .hufo::before,
.d6whiph .d784 .qt4tp .hufo::before { color: #818cf8; }
.d6whiph .zbmu3giq    .fcxlvz    .hufo::before,
.d6whiph .w2t9h  .fcxlvz    .hufo::before,
.d6whiph .z9cvvbi  .fcxlvz    .hufo::before,
.d6whiph .d784 .fcxlvz    .hufo::before { color: #2dd4bf; }
.jx9l .p8vgy     { background: var(--accent-bg); border-color: var(--accent); }
.jx9l .qt4tp { background: var(--accent-bg-light); border-color: var(--accent-light); }
.jx9l .fcxlvz    { background: var(--accent-bg); border-color: var(--accent-pale); }
.jx9l .zbmu3giq    .hufo::before,
.jx9l .w2t9h  .hufo::before,
.jx9l .z9cvvbi  .hufo::before,
.jx9l .d784 .hufo::before { color: var(--accent-light) !important; }
.ll7w::before,
.inive6o9::before { margin-right: 5px; }
.azwnniw .bkfxav ul li,
.azwnniw .bkfxav .ll7w { color: #22c55e; }
.azwnniw .p9kstm ul li,
.azwnniw .p9kstm .inive6o9 { color: #ef4444; }
.ln7i .bkfxav { background: var(--bg-pros); }
.ln7i .p9kstm { background: var(--bg-cons); }
.ln7i .bkfxav .ll7w { color: var(--c-pros-label); }
.ln7i .p9kstm .inive6o9 { color: var(--c-cons); }
.ln7i .bkfxav ul li,
.ln7i .yrju li            { color: var(--c-pros); }
.ln7i .p9kstm ul li,
.ln7i .h80h li            { color: var(--c-cons); }
.z1nhgj .bkfxav { background: var(--bg-pros); }
.z1nhgj .p9kstm { background: var(--bg-cons); }
.z1nhgj .bkfxav .ll7w { color: var(--c-pros-label); }
.z1nhgj .p9kstm .inive6o9 { color: var(--c-cons); }
.z1nhgj .bkfxav ul li,
.z1nhgj .p9kstm ul li,
.rk4zo4 .ll7w::before { content: "✓ "; }
.rk4zo4 .inive6o9::before { content: "✗ "; }
.mzj3sb .ll7w::before { content: "→ "; }
.mzj3sb .inive6o9::before { content: "← "; }
.uivym97 .ll7w::before { content: "★ "; }
.uivym97 .inive6o9::before { content: "✕ "; }
.se1k .ll7w::before { content: "◆ "; }
.se1k .inive6o9::before { content: "▲ "; }
.fznv .hnr6 { background: transparent; border-left: none; border: 1.5px solid; }
.fznv .p8vgy     { border-color: var(--c-tip-border); }
.fznv .qt4tp { border-color: var(--c-warn-border); }
.fznv .fcxlvz    { border-color: #60a5fa; }
.fznv .hnr6 strong { color: var(--text-primary); }
.fznv .hnr6 p      { color: var(--text-muted); }
.mo0s8ky .hnr6 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.mo0s8ky .p8vgy     { border-top-color: var(--c-tip-border); }
.mo0s8ky .qt4tp { border-top-color: var(--c-warn-border); }
.mo0s8ky .fcxlvz    { border-top-color: #60a5fa; }
.r4mw5 .hnr6 { border-left: none; border-radius: 8px; }
.r4mw5 .p8vgy     { background: #065f46; }
.r4mw5 .qt4tp { background: #92400e; }
.r4mw5 .fcxlvz    { background: #1e3a8a; }
.r4mw5 .hnr6 strong,
.r4mw5 .hnr6 p { color: #fff; }
.r4mw5 .hufo::before { color: rgba(255,255,255,0.85) !important; }
.hkw7.r4mw5 .p8vgy,
.hkw7 .r4mw5 .p8vgy     { background: #052e16; }
.hkw7.r4mw5 .qt4tp,
.hkw7 .r4mw5 .qt4tp { background: #2d0a1e; }
.hkw7.r4mw5 .fcxlvz,
.hkw7 .r4mw5 .fcxlvz    { background: #1e1036; }
.cvo1ygf.r4mw5 .p8vgy,
.cvo1ygf .r4mw5 .p8vgy      { background: #2d2000; }
.cvo1ygf.r4mw5 .qt4tp,
.cvo1ygf .r4mw5 .qt4tp  { background: #2d0b0b; }
.cvo1ygf.r4mw5 .fcxlvz,
.cvo1ygf .r4mw5 .fcxlvz     { background: #2d1600; }
.d6whiph.r4mw5 .p8vgy,
.d6whiph .r4mw5 .p8vgy      { background: #0c1a2e; }
.d6whiph.r4mw5 .qt4tp,
.d6whiph .r4mw5 .qt4tp  { background: #12103a; }
.d6whiph.r4mw5 .fcxlvz,
.d6whiph .r4mw5 .fcxlvz     { background: #0a2020; }
.sdf6n .hnr6 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.sdf6n .p8vgy     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.sdf6n .qt4tp { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.sdf6n .fcxlvz    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.sdf6n .hnr6 strong { color: var(--text-primary); }
.sdf6n .hnr6 p      { color: var(--text-muted); }
.ni3ss4 .hnr6 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.zbmu3giq .hufo,
.w2t9h .hufo,
.z9cvvbi .hufo,
.d784 .hufo { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.zbmu3giq .hufo::before,
.w2t9h .hufo::before,
.z9cvvbi .hufo::before,
.d784 .hufo::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.zbmu3giq .p8vgy     .hufo::before { content: "✦"; color: var(--c-tip-border); }
.zbmu3giq .qt4tp .hufo::before { content: "▲"; color: var(--c-warn-border); }
.zbmu3giq .fcxlvz    .hufo::before { content: "◉"; color: #60a5fa; }
.w2t9h .p8vgy     .hufo::before { content: "★"; color: var(--c-tip-border); }
.w2t9h .qt4tp .hufo::before { content: "◆"; color: var(--c-warn-border); }
.w2t9h .fcxlvz    .hufo::before { content: "●"; color: #60a5fa; }
.z9cvvbi .p8vgy     .hufo::before { content: "▶"; color: var(--c-tip-border); }
.z9cvvbi .qt4tp .hufo::before { content: "■"; color: var(--c-warn-border); }
.z9cvvbi .fcxlvz    .hufo::before { content: "▸"; color: #60a5fa; }
.d784 .p8vgy     .hufo::before { content: "→"; color: var(--c-tip-border); }
.d784 .qt4tp .hufo::before { content: "⬥"; color: var(--c-warn-border); }
.d784 .fcxlvz    .hufo::before { content: "◈"; color: #60a5fa; }
.xu5o .ijlm4i .c33qz,
.xu5o .dapqd3r .c33qz  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.xu5o .dirrq                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.xu5o .zf5o                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.xu5o .aen8i          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.xu5o .dqpi                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.saky0r .ijlm4i .c33qz,
.saky0r .dapqd3r .c33qz,
.saky0r .dirrq,
.saky0r .zf5o,
.saky0r .ie9ow4o,
.saky0r .aen8i,
.saky0r .dqpi,
.saky0r .ni3ss4 .hnr6 { box-shadow: none; }
.b7ugy   .w6gv, .b7ugy .is5t1p, .b7ugy .q85o4q,
.b7ugy   .jfxlzy, .b7ugy .n4r4 { font-size: 0.9rem; }
.b7ugy   .nv8inot8, .b7ugy .jkzeo { font-size: 0.9rem; }
.raf5qpaf   .w6gv, .raf5qpaf .is5t1p, .raf5qpaf .q85o4q,
.raf5qpaf   .jfxlzy, .raf5qpaf .n4r4 { font-size: 0.95rem; }
.raf5qpaf   .nv8inot8, .raf5qpaf .jkzeo { font-size: 0.95rem; }
.i90tq   .w6gv, .i90tq .is5t1p, .i90tq .q85o4q,
.i90tq   .jfxlzy, .i90tq .n4r4 { font-size: 1.08rem; }
.i90tq   .nv8inot8, .i90tq .jkzeo { font-size: 1.05rem; }
.i90tq   .wcc3 { font-size: 0.97rem; }
.k3b6q .e9vdx1      { font-size: 3.2rem; }
.k3b6q h2.mq008 { font-size: 1.9rem; }
.k3b6q h3.ogy76     { font-size: 1.4rem; }
.mtr5bf .e9vdx1      { font-size: 3.8rem; }
.mtr5bf h2.mq008 { font-size: 2.2rem; }
.mtr5bf h3.ogy76     { font-size: 1.6rem; }
.an4vxyy + .an4vxyy { position: relative; }
.fyb87   .an4vxyy + .an4vxyy::before,
.dl95bnt7  .an4vxyy + .an4vxyy::before,
.t34b3   .an4vxyy + .an4vxyy::before,
.jyld   .an4vxyy + .an4vxyy::before,
.jb44vdg   .an4vxyy + .an4vxyy::before,
.amqxyho .an4vxyy + .an4vxyy::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.fyb87 .an4vxyy + .an4vxyy::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.dl95bnt7 .an4vxyy + .an4vxyy::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.t34b3 .an4vxyy + .an4vxyy::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.jyld .an4vxyy + .an4vxyy::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.oz6y7h .an4vxyy { margin-bottom: 16px; }
.oz6y7h .an4vxyy + .an4vxyy { margin-top: 0; }
.oz6y7h .hu7kh2e { padding-top: 0; padding-bottom: 0; }
.jb44vdg .an4vxyy + .an4vxyy::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.amqxyho .an4vxyy + .an4vxyy::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.r6q47v .an4vxyy + .an4vxyy::before,
.bkocb .an4vxyy + .an4vxyy::before,
.w3g8rh .an4vxyy + .an4vxyy::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%;
}
.u6140q .r6q47v .an4vxyy:nth-child(even)::before,
.u6140q .bkocb .an4vxyy:nth-child(even)::before,
.u6140q .w3g8rh .an4vxyy:nth-child(even)::before { background: var(--bg-surface); }
.ojbo .r6q47v .an4vxyy:nth-child(even)::before,
.ojbo .bkocb .an4vxyy:nth-child(even)::before,
.ojbo .w3g8rh .an4vxyy:nth-child(even)::before { background: var(--bg-card); }
.r6q47v .an4vxyy + .an4vxyy::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");
}
.bkocb .an4vxyy + .an4vxyy::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");
}
.w3g8rh .an4vxyy + .an4vxyy::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");
}
.d9fuqc .rbxp7c5,
.ruaczdyf .rbxp7c5,
.wigx32 .rbxp7c5 { overflow: hidden; }
.d9fuqc .xt3t6d8,
.ruaczdyf .xt3t6d8 { margin-bottom: 60px; }
.wigx32 .xt3t6d8 { margin-bottom: 70px; }
.ruaczdyf .lu8xak { padding-bottom: 60px; }
.d9fuqc .rbxp7c5::before,
.ruaczdyf .rbxp7c5::before,
.wigx32 .rbxp7c5::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%;
}
.d9fuqc .rbxp7c5::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");
}
.ruaczdyf .rbxp7c5::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");
}
.wigx32 .rbxp7c5::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");
}
.c6ksg .rbxp7c5:not(.b4r0d3) .denww { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.w8ukugc .rbxp7c5:not(.b4r0d3) .denww { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.ezs69s  .rbxp7c5:not(.b4r0d3) .denww { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.qem5uav  .rbxp7c5:not(.b4r0d3) .denww { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.c6ksg .b4r0d3 { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.w8ukugc .b4r0d3 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.ezs69s .b4r0d3 { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.qem5uav .b4r0d3 { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.tf2cq .b4r0d3 { background: var(--accent); }
.tf2cq .b4r0d3 .denww { background: none; }
.tf2cq .rbxp7c5:not(.b4r0d3) .denww { background: rgba(0,0,0,0.6); }
.co1m0 .k7tjgc2r { float: left; width: 38%; margin: 0 28px 16px 0; }
.co1m0 .k7tjgc2r .ntep { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.co1m0 .hu7kh2e::after { content: ''; display: block; clear: both; }
.uvpp6sd .k7tjgc2r { float: right; width: 38%; margin: 0 0 16px 28px; }
.uvpp6sd .k7tjgc2r .ntep { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uvpp6sd .hu7kh2e::after { content: ''; display: block; clear: both; }
.r3wuw .an4vxyy:nth-child(odd)  .k7tjgc2r { float: left;  width: 38%; margin: 0 28px 16px 0; }
.r3wuw .an4vxyy:nth-child(even) .k7tjgc2r { float: right; width: 38%; margin: 0 0 16px 28px; }
.r3wuw .k7tjgc2r .ntep { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.r3wuw .hu7kh2e::after { content: ''; display: block; clear: both; }
.co1m0 .lel3hk,
.co1m0 .wcf4qln,
.uvpp6sd .lel3hk,
.uvpp6sd .wcf4qln,
.r3wuw .lel3hk,
.r3wuw .wcf4qln { clear: both; }
.co1m0 .nv8inot8,
.co1m0 .jkzeo,
.uvpp6sd .nv8inot8,
.uvpp6sd .jkzeo,
.r3wuw .nv8inot8,
.r3wuw .jkzeo { overflow: hidden; }
@media (max-width: 640px) {
  .co1m0 .k7tjgc2r,
  .uvpp6sd .k7tjgc2r,
  .r3wuw .k7tjgc2r { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wbdtw .kseor,
.wbdtw .hu7kh2e,
.wbdtw .c7qe  { max-width: 1100px; }
.wgqkil .kseor,
.wgqkil .hu7kh2e,
.wgqkil .c7qe  { max-width: 1200px; }
.o6jie .kseor,
.o6jie .hu7kh2e,
.o6jie .c7qe  { max-width: 1320px; }
.o6jie { --content-mw: 1320px; }
.l5hts { font-size: 0.82rem; color: var(--text-muted); }
.de4j32ih { display: flex; align-items: center; }
.rs5o {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.l1zb { display: flex; align-items: center; }
.t98099 { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.t98099:hover { text-decoration: underline; }
.jqfao6p9 { margin: 0 3px; opacity: 0.45; }
.jqfao6p9::before { content: '/'; }
.o04l7s { padding: 2px 5px; color: var(--text-main); }
.i0ad4 .l5hts {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.i0ad4 .de4j32ih { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.mqcabfhz .l5hts {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.mqcabfhz .de4j32ih { padding: 0 0 0 12px; }
.aue6viw1 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.ska7u9el .de4j32ih { padding: 0 16px; }
.ska7u9el .l5hts {
  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);
}
.ska7u9el .kseor { padding-top: 28px; }
@media (max-width: 720px) {
  .aue6viw1 { margin-top: 18px; padding: 0 16px; }
  .ska7u9el .kseor { padding-top: 16px; }
}
.wbdtw.i0ad4 .de4j32ih { max-width: 1100px; }
.wgqkil.i0ad4 .de4j32ih { max-width: 1200px; }
.o6jie.i0ad4 .de4j32ih { max-width: 1320px; }
.wbdtw .aue6viw1 { max-width: 1100px; }
.wgqkil .aue6viw1 { max-width: 1200px; }
.o6jie .aue6viw1 { max-width: 1320px; }
.ct3p .an4vxyy { padding-top: 16px; padding-bottom: 16px; }
.tiu8 .an4vxyy { padding-top: 24px; padding-bottom: 24px; }
.q5iouxse .an4vxyy { padding-top: 40px; padding-bottom: 40px; }
.lfp3 .an4vxyy { padding-top: 52px; padding-bottom: 52px; }
.vsc8zfb .an4vxyy:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.vsc8zfb .an4vxyy:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.vsc8zfb .an4vxyy:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.vsc8zfb .an4vxyy:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.fx015e .hu7kh2e { padding-top: 10px;  padding-bottom: 10px; }
.gowb72 .hu7kh2e { padding-top: 18px;  padding-bottom: 18px; }
.gj2hkp .hu7kh2e { padding-top: 36px;  padding-bottom: 36px; }
.gjtype .hu7kh2e { padding-top: 48px;  padding-bottom: 48px; }
.urd75 h2.mq008 { font-weight: 600; }
.urd75 h3.ogy76     { font-weight: 600; }
.pkqhzb { font-weight: 500; }
.pkqhzb h2.mq008 { font-weight: 800; }
.pkqhzb h3.ogy76     { font-weight: 700; }
.kejrwm0z h2.mq008 { font-weight: 900; }
.kejrwm0z h3.ogy76     { font-weight: 800; }
.kejrwm0z .hnr6 strong,
.kejrwm0z .hnr6 strong { font-weight: 600; }
.fmp5n5e {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.n5yn457 .fmp5n5e { display: none; }
@media (max-width: 640px) { .fmp5n5e { display: none; } }
.fmp5n5e { background: var(--cta) !important; color: #fff !important; border: none !important; }
.fmp5n5e:hover { opacity: 0.85; }
.o82ly9z .fmp5n5e { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.lbasxea .fmp5n5e,
.ze6ordkv  .fmp5n5e { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.lbasxea .fmp5n5e:hover,
.ze6ordkv  .fmp5n5e:hover { opacity: 0.88; }
.o82ly9z.lbasxea .fmp5n5e,
.o82ly9z.ze6ordkv  .fmp5n5e { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ya2z {
  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;
}
.ya2z:hover { transform: translateY(-2px); opacity: 0.92; }
.ya2z { background: var(--cta) !important; color: #fff !important; border: none !important; }
.rpf7 .ya2z { display: none; }
.rbvk .ya2z { right: 32px; }
.tcoa  .ya2z { left: 32px; }
@media (max-width: 480px) {
  .rbvk .ya2z { right: 20px; bottom: 20px; }
  .tcoa  .ya2z { left: 20px; bottom: 20px; }
}
.fx2c { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.c7qe { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.l33e1r4 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qjdg1 { color: var(--text-dim); font-size: 0.8rem; }
.prg94g a, .i8kl a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.prg94g a:hover, .i8kl a:hover { color: var(--accent-light); }
.i8kl { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.de06e2s .c7qe { text-align: center; }
.de06e2s .i8kl { justify-content: center; margin-bottom: 16px; }
.de06e2s .l33e1r4 { margin-top: 0; }
.pwy9p { margin-top: 10px; }
.pwy9p a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .c7qe { padding-left: 16px; padding-right: 16px; }
  .wjdpa .c7qe { padding: 20px 16px; }
  .i8kl { gap: 4px 12px; }
  .l33e1r4 { font-size: 0.78rem; }
}
.uw03 .l33e1r4 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.uw03 .qjdg1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .uw03 .sgn0 { grid-template-columns: 1fr 1fr; } .uw03 .sendkcf { grid-column: 1 / -1; } }
@media (max-width: 480px) { .uw03 .sgn0 { grid-template-columns: 1fr; } }
.p9zw .l33e1r4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .p9zw .mpxri2i { gap: 12px; } .p9zw .lvjmv5 { margin-right: 0; width: 100%; } }
.tjqf07g .l33e1r4 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tjqf07g .qjdg1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tjqf07g .egupkn { grid-template-columns: 1fr 1fr; } .tjqf07g .ygv3jo48 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tjqf07g .egupkn { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .qh7zt .wyxx { grid-template-columns: 1fr 1fr; } .qh7zt .ih4ti:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qh7zt .wyxx { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .nbe0a .wyxx { grid-template-columns: 1fr; } }
.znnp .c7qe { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.znnp .i8kl { justify-content: center; }
.karm2 .ou5guo      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.karm2 .fx2c { background: var(--bg-page); border-top-color: var(--border-alt); }
.j156 .ou5guo      { background: #0d1117; border-bottom-color: #21262d; }
.j156 .yxh1id { color: var(--accent-light); }
.j156 .lvxy { --msep-color: #8b949e; }
.j156 .lvxy a { color: #8b949e; }
.j156 .lvxy a:hover { color: var(--accent-light); }
.j156 .jh11 { color: #8b949e; }
.j156 .fx2c { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.j156 .l33e1r4,
.j156 .qjdg1 { color: #6e7681; }
.j156 .prg94g a, .j156 .i8kl a,
.j156 .l8ax a, .j156 .a6fq1mi a,
.j156 .n85m a { color: #8b949e; }
.j156 .lvjmv5 { color: #e6edf3; }
.j156 .prg94g a:hover, .j156 .i8kl a:hover,
.j156 .l8ax a:hover, .j156 .a6fq1mi a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .j156 .lvxy { background: #0d1117; border-top-color: #21262d; }
  .j156 .lvxy li a { border-bottom-color: #21262d; }
}
.ns9up .ou5guo      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ns9up .yxh1id { color: var(--accent); }
.ns9up .lvxy { --msep-color: #475569; }
.ns9up .lvxy a { color: #475569; }
.ns9up .lvxy a:hover { color: var(--accent); }
.ns9up .jh11 { color: #64748b; }
.ns9up .fx2c { background: #f0f4f8; border-top-color: #cbd5e1; }
.ns9up .l33e1r4,
.ns9up .qjdg1 { color: #64748b; }
.ns9up .prg94g a, .ns9up .i8kl a,
.ns9up .prg94g a:hover, .ns9up .i8kl a:hover,
@media (max-width: 640px) {
  .ns9up .lvxy { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ns9up .lvxy li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.lbasxea .ou5guo      { background: var(--accent); border-bottom-color: var(--accent-light); }
.lbasxea .yxh1id { color: #fff; }
.lbasxea .lvxy { --msep-color: rgba(255,255,255,0.82); }
.lbasxea .lvxy a { color: rgba(255,255,255,0.82); }
.lbasxea .lvxy a:hover { color: #fff; }
.lbasxea .jh11 { color: rgba(255,255,255,0.9); }
.lbasxea .tf3rqa2 a { color: var(--text-primary) !important; }
.lbasxea .tf3rqa2 a:hover { color: var(--accent) !important; }
.lbasxea .fx2c { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.lbasxea .l33e1r4,
.lbasxea .qjdg1 { color: rgba(255,255,255,0.72); }
.lbasxea .prg94g a, .lbasxea .i8kl a,
.lbasxea .prg94g a:hover, .lbasxea .i8kl a:hover,
@media (max-width: 640px) {
  .lbasxea .lvxy { background: var(--accent); border-top-color: var(--accent-light); }
  .lbasxea .lvxy li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ze6ordkv .ou5guo {
  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);
}
.ze6ordkv .fx2c {
  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) {
  .ze6ordkv .lvxy {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.tnjtd .hbcqgex3 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.tt7q .hbcqgex3 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.zdkyi8 .hbcqgex3 { min-height: 72px; height: auto; }
.ud89mt9 .hbcqgex3 { min-height: 84px; height: auto; }
.wjdpa .hbcqgex3 { max-width: none; padding: 0 32px; }
.wjdpa .c7qe  { max-width: none; padding: 24px 32px; }
.moof.wgqkil .hbcqgex3 { max-width: 1200px; }
.moof.o6jie .hbcqgex3 { max-width: 1320px; }
.mox6rr1   .yxh1id, .mox6rr1   .lvjmv5 { text-transform: capitalize; }
.v1q0eyz .yxh1id, .v1q0eyz .lvjmv5 { text-transform: lowercase; }
.f9m6rp .yxh1id, .f9m6rp .lvjmv5 { text-transform: uppercase; letter-spacing: 0.06em; }
.eb4ne, .re7w {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hffcj5ml .eb4ne,
.lf8a .eb4ne,
.zt4q9t .eb4ne,
.twgn0s2l .eb4ne,
.kz7o   .lvxy a { font-weight: 500; }
.i72ktw .lvxy a { font-weight: 600; }
.ak7zcwy     .lvxy a { font-weight: 700; }
.xl9q90    .lvxy a { font-weight: 800; letter-spacing: 0.01em; }
.i6y8sy     .lvxy > li + li::before,
.crzju    .lvxy > li + li::before,
.ob1c    .lvxy > li + li::before,
.obm0l .lvxy > li + li::before,
.tdyod .lvxy > li + li::before,
.kdzuo  .lvxy > li + li::before,
.bvfc9kt    .lvxy > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.i6y8sy     .lvxy > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.crzju    .lvxy > li + li::before { content: "|"; }
.ob1c    .lvxy > li + li::before { content: "—"; }
.obm0l .lvxy > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.tdyod .lvxy > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.kdzuo  .lvxy > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.bvfc9kt    .lvxy > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .i3iu0sm9 .jh11,
  .ks5s5ddj .jh11,
  .zpfkd9s .jh11,
  .ngqu .jh11,
  .swaf6 .jh11 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .i3iu0sm9 .jh11::before,
  .ks5s5ddj .jh11::before,
  .zpfkd9s .jh11::before,
  .ngqu .jh11::before,
  .swaf6 .jh11::before { content: ""; display: block; flex-shrink: 0; }

  
  .i3iu0sm9 .jh11::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;
  }

  
  .ks5s5ddj .jh11::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;
  }

  
  .zpfkd9s .jh11::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;
  }

  
  .ngqu .jh11::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;
  }

  
  .swaf6 .jh11::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) {
  .j5rpw5b6 .jh11 {
    padding: 5px 14px;
  }
  .j5rpw5b6 .lvxy {
    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;
  }
  .j5rpw5b6 .lvxy li a {
    border-bottom: none; padding: 10px 22px;
  }
  .j5rpw5b6 .lvxy li a:hover { background: var(--bg-raised); }
  .j5rpw5b6 .s23otdx,
  .nfsryazr .s23otdx,
  .irsh8 .s23otdx { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .irdluc .jh11 {
    padding: 5px 10px;
  }
  .irdluc .lvxy {
    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);
  }
  .irdluc .lvxy.obafemt6 { transform: translateX(0); }
  .irdluc .lvxy li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .irdluc .lvxy li:last-child a { border-bottom: none; }
  .lbasxea .lvxy,
  .j156 .lvxy { background: var(--accent) !important; }
  .lbasxea .lvxy li a,
  .j156 .lvxy li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .irsh8 .jh11 {
    padding: 5px 10px;
  }
  .irsh8 .lvxy {
    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);
  }
  .irsh8 .lvxy::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .irsh8 .lvxy.obafemt6 { transform: translateY(0); }
  .irsh8 .lvxy li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .macqcmw .jh11 {
    padding: 5px 10px;
  }
  .macqcmw .lvxy {
    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;
  }
  .macqcmw .lvxy.obafemt6 { opacity: 1; pointer-events: auto; }
  .macqcmw .lvxy li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .gzymnj     .jh11 { border-radius: 0 !important; }
  .uycwykl   .jh11 { border-radius: 8px !important; }
  .rt6bm .jh11 { border-radius: 50% !important; }
  .kbfmcx4h   .jh11 { border-radius: 999px !important; }
}
.hy6s6zw .tgyiw { height: 28px; }
.vln6l5 .tgyiw { height: 54px; }
.wdtt4wp .tgyiw { height: 54px; }
.rt7fga0    .g0fqri, .rt7fga0    .nq2bo7ll { color: #f59e0b; }
.snby5      .g0fqri { font-size: 1rem; letter-spacing: 1.5px; }
.vnm3zpet    .g0fqri, .vnm3zpet    .nq2bo7ll { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.gcqfpt3s     .g0fqri, .gcqfpt3s     .nq2bo7ll { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.mc1ehax8 .g0fqri, .mc1ehax8 .nq2bo7ll { color: var(--cta); letter-spacing: 2px; }
.l5kwxl   .g0fqri, .l5kwxl   .nq2bo7ll { color: #e91e63; letter-spacing: 2px; }
.jwey  .g0fqri, .jwey  .nq2bo7ll { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.w4gza     .g0fqri, .w4gza     .nq2bo7ll { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.vk3hi9o .e630l + .e630l {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.uzmt4 .zf5o { padding: 18px 24px; min-height: 68px; }
.wj96saz9 .r4z5rc9 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.wj96saz9 .ft3pejbt {
  font-size: 1.3rem; font-weight: 800; color: var(--accent);
}
.hevhu3nq .e630l {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.s9h56alv .wcf4qln { counter-reset: cs-rank; }
.s9h56alv .zf5o { position: relative; counter-increment: cs-rank; }
.s9h56alv .zf5o::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.j5aohd .wcf4qln { counter-reset: cs-rank; gap: 0; }
.j5aohd .zf5o {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.j5aohd .zf5o::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.j5aohd .asof {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.j5aohd .ywi3zbd8 {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.j5aohd .qxetch10 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.j5aohd .asof { min-width: 0; flex-direction: column; width: 100%; }
.j5aohd .g1k9c {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.j5aohd .g0fqri { color: var(--cta, var(--accent)); }
.j5aohd .udtzyj4 { font-weight: 700; }
.j5aohd .e630l {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.j5aohd .r4z5rc9 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.j5aohd .ft3pejbt {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.j5aohd .zravzm4 .ft3pejbt { font-size: 1.3rem; color: var(--accent-light); }
.j5aohd .d533yz1 {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.j5aohd .zf5o:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .j5aohd .wcf4qln {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .j5aohd .zf5o {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .j5aohd .zf5o { padding: 40px 16px 20px; }
  .j5aohd .e630l {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .j5aohd .d533yz1 { width: 100%; min-width: 0; }
}
.bd3ncya .wcf4qln { counter-reset: cs-rank; gap: 10px; }
.bd3ncya .zf5o {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.bd3ncya .zf5o::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.bd3ncya .asof {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.bd3ncya .ywi3zbd8 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.bd3ncya .qxetch10 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.bd3ncya .g1k9c {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.bd3ncya .g0fqri { color: var(--cta, var(--accent)); }
.bd3ncya .e630l {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.bd3ncya .r4z5rc9 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.bd3ncya .ft3pejbt { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.bd3ncya .zravzm4 .ft3pejbt { color: var(--accent-light); }
.bd3ncya .d533yz1 {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.bd3ncya .zf5o:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .bd3ncya .zf5o {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .bd3ncya .zf5o::before {
    position: absolute; top: 14px; left: 14px;
  }
  .bd3ncya .asof {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .bd3ncya .g1k9c { white-space: normal; text-align: center; font-size: 1.2rem; }
  .bd3ncya .e630l {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .bd3ncya .d533yz1 { width: 100%; min-width: 0; }
  .bd3ncya .g0fqri { min-width: 0; }
}
.zmcn4t .wcf4qln { counter-reset: cs-rank; }
.zmcn4t .zf5o::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.obt8 .jq57 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.obt8 .jq57 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.obt8 .jq57 p { padding: 0 2px 16px; }
.mohafdy7 .jq57 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.mohafdy7 .jq57 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.mohafdy7 .jq57 summary::after { content: "›"; font-size: 1.2em; }
.mohafdy7 .jq57[open] summary::after { content: "‹"; }
.mohafdy7 .jq57 p { padding: 10px 22px 4px; }
.wf2abzw .jq57 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.wf2abzw .jq57 summary { color: var(--text-primary); padding-left: 16px; }
.wf2abzw .jq57 summary::after { content: "›"; font-size: 1.1em; }
.wf2abzw .jq57[open] summary::after { content: "‹"; }
.wf2abzw .jq57 p { padding-left: 16px; }
.hwku .trria41 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.hwku .jq57 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.hwku .jq57:last-child { border-bottom: none; }
.hwku .jq57 summary { color: var(--text-primary); border-radius: 0; }
.hwku .jq57 summary::after { content: "›"; font-size: 1.1em; }
.hwku .jq57[open] summary::after { content: "‹"; }
.dwju0ec .jq57 { overflow: hidden; }
.dwju0ec .jq57 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.dwju0ec .jq57 summary::after { color: rgba(255,255,255,.75); }
.dwju0ec .jq57[open] summary { border-radius: 0; }
.z7e8vf8w { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.jbg3x {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.j28sx8 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.d8dc9dz { color: var(--text-muted); font-size: 1.05rem; }
.ot4yiaj {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.oyt6 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.qgf4kcf { margin-bottom: 20px; }
.yc4g {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.y40tg {
  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;
}
.y40tg:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.hpqrsbw { resize: vertical; min-height: 130px; }
.usv4wc1 { width: 100%; margin-top: 8px; }
.c31zp {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.zruug {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.siimsc17 { color: var(--text-muted); line-height: 1.75; }
.fmfk { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.fmfk li { margin-bottom: 6px; }
.bd10g97 { max-width: 760px; margin: 0 auto; }
.qnxgpqw { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.sll7 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.sll7:last-child { border-bottom: none; }
.sll7 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.sll7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.sf9z4q { max-width: 760px; margin: 0 auto; }
.kklazorr ul.fmfk { margin: 0; }
@media (max-width: 640px) { .ngm30zvb { grid-template-columns: 1fr; gap: 10px; } }
.hlews1 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.s65c1l { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.egdnzp { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.s65c1l p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.s65c1l .fmfk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .hlews1 { grid-template-columns: 1fr; } }
.ya20 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ya20:hover .q06s31 { color: var(--accent-light); text-decoration: underline; }
.vw6pzk { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.spmwcucg { max-width: 760px; margin: 0 auto; }
.abisk8p ul.fmfk { margin: 0; }
.mzh1i39 { color: var(--text-muted); line-height: 1.75; }
.r1vg .fmfk,
.riaen7 .fmfk,
.x0pj .fmfk,
.di1k .fmfk {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.k9cs4 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.s3mzh { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.f5tvx { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.qb2awm7n { margin-top: 12px; }
.rp4phx { 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; }
.rp4phx:hover { border-bottom-color: var(--accent); }
.ff8fl1i { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ff8fl1i img { width: 100%; height: 100%; object-fit: cover; display: block; }
.r00q3ehr { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.lkzl { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.x0rqcs { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .dt49ugp { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.tab5lo .f5tvx, .tab5lo .s3mzh { max-width: 640px; }
.meh9n5 .k9cs4 { font-size: 1.6rem; margin-top: 18px; }
.oo5u .f5tvx { margin-bottom: 28px; }
@media (max-width: 860px) { .j9gwm { grid-template-columns: 1fr; } .meh9n5 { position: static; text-align: center; } }
.igxsh .ff8fl1i { margin: 0 auto 18px; }
.igxsh .lkzl { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ol17kb { grid-template-columns: 1fr; } }
.pm9kb2q { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.icsetrf { flex: 1; }
.pm9kb2q .k9cs4 { font-size: 1.6rem; margin-bottom: 6px; }
.e7z4yld { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.di1k { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.nw37e { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.di1k p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.di1k .fmfk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pm9kb2q { flex-direction: column; text-align: center; } .e7z4yld { grid-template-columns: 1fr; } }
.l1w974 .k9cs4 { font-size: 1.35rem; margin: 0 0 4px; }
.l1w974 .lkzl { margin: 0; }
.djd8z7 {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.djd8z7 .j28sx8 { color: var(--accent-light); }
.othx1 .j28sx8 { font-size: 2rem; }
.othx1 .d8dc9dz { max-width: 680px; }
.oyprp .j28sx8 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.oyprp .d8dc9dz  { margin: 0; }
@media (max-width: 640px) { .oyprp { flex-direction: column; } }
.hzaby .j28sx8 { color: var(--accent-light); }
.snnfjao7 .j28sx8 { color: #fff; }
.snnfjao7 .d8dc9dz  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .us1xc9at { grid-template-columns: 1fr; } }
.n6iat9 .y40tg {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.n6iat9 .y40tg:focus { border-bottom-color: var(--accent); box-shadow: none; }
.mwghplzd .y40tg { background: var(--bg-raised); border-color: transparent; }
.mwghplzd .y40tg:focus { background: var(--bg-card); border-color: var(--accent); }
.u13czr .y40tg { border-radius: 100px; padding: 11px 20px; }
.u13czr .hpqrsbw { border-radius: 14px; }
@media (max-width: 640px) { .vme0f { grid-template-columns: 1fr; } }
.lb37 { counter-reset: priv-count; }
.xxsb3z {
  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);
}
.xxsb3z:last-child { border-bottom: none; }
.tmwi {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.xxsb3z h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.xxsb3z p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.r6c64ypt { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.r6c64ypt li { margin-bottom: 6px; }
.l1asng{display:none}
.l1asng:empty,.jozxm2:empty{display:none}
.iq3n{position:relative;overflow:visible}
.rsuswf .jwgm,.p8kq .jwgm,
.uqrd .jwgm,.sw1unlqv .jwgm,
.cqigaf .jwgm,.uduq .jwgm{display:block}
.hxrk .l7xx{display:block}
.rsuswf .jwgm,.p8kq .jwgm,
.uqrd .jwgm,.sw1unlqv .jwgm,
.cqigaf .jwgm{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}
.rsuswf .jwgm .jozxm2,.p8kq .jwgm .jozxm2,
.uqrd .jwgm .jozxm2,.sw1unlqv .jwgm .jozxm2,
.cqigaf .jwgm .jozxm2{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}
.rsuswf .atatapv,.p8kq .atatapv,
.uqrd .atatapv,.sw1unlqv .atatapv,
.cqigaf .atatapv{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.rsuswf .jwgm,.p8kq .jwgm{top:12px}
.rsuswf .jwgm .jozxm2{margin-right:auto}
.p8kq .jwgm .jozxm2{margin-left:auto}
.p8kq .jwgm{text-align:right}
.uqrd .jwgm,.sw1unlqv .jwgm{bottom:12px}
.uqrd .jwgm .jozxm2{margin-right:auto}
.sw1unlqv .jwgm .jozxm2{margin-left:auto}
.sw1unlqv .jwgm{text-align:right}
.cqigaf .jwgm{position:relative;margin-top:16px}
.cqigaf .jwgm .jozxm2{margin:0 auto}
.uduq .jwgm{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.uduq .jwgm .jozxm2{margin:0}
.uduq .erqi0~.jwgm,
.uduq .ny3s~.jwgm{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.uduq .erqi0~.jwgm .jozxm2,
.uduq .ny3s~.jwgm .jozxm2{justify-content:flex-start}
.erqi0~.jwgm,.ny3s~.jwgm{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}
.erqi0~.jwgm .jozxm2{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ny3s~.jwgm .jozxm2{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l7xx .jozxm2{margin:0 0 12px}
.jozxm2{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.dlln{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.q06s31{font-weight:600;color:var(--text-heading);opacity:1}
.vqoxlm::before{content:"·";margin:0 2px;opacity:.5}
.atatapv{white-space:nowrap}
.ufnv .dlln{display:none}
.uq7w .atatapv{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.uq7w .vqoxlm::before{content:""}
.utkwa .atatapv{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}
.utkwa .vqoxlm::before{content:""}
.txlbz3 .jozxm2{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.thjm6p .atatapv{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.thjm6p .vqoxlm::before{content:""}
.t8spc9 .atatapv{color:var(--accent);opacity:1;font-weight:500}
.cczk0jru .atatapv{border-bottom:1px solid currentColor;padding-bottom:2px}
.nork .jozxm2{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.bo2nc6b{--date-bg:transparent}
.q6b9rj .vqoxlm::before{content:""}
.zvjc .vqoxlm::before{content:"•";opacity:.4}
.zvjc .atatapv + .atatapv::before{content:"•";margin-right:6px;opacity:.4}
.hr68 .vqoxlm::before{content:"/";opacity:.35}
.hr68 .atatapv + .atatapv::before{content:"/";margin-right:6px;opacity:.35}
.gt4glly .vqoxlm::before{content:"|";opacity:.3}
.gt4glly .atatapv + .atatapv::before{content:"|";margin-right:6px;opacity:.3}
.nu0ncsk .vqoxlm::before{content:"—";opacity:.3}
.nu0ncsk .atatapv + .atatapv::before{content:"—";margin-right:6px;opacity:.3}
.f11z72qt .vqoxlm::before{content:"◆";font-size:.5em;opacity:.35}
.f11z72qt .atatapv + .atatapv::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.wr4ic01 .vqoxlm::before{content:"·";opacity:.4}
.wr4ic01 .atatapv + .atatapv::before{content:"·";margin-right:6px;opacity:.4}
.hobd .vqoxlm::before{content:"›";opacity:.4}
.hobd .atatapv + .atatapv::before{content:"›";margin-right:6px;opacity:.4}
.hbm995c .vqoxlm::before{content:"→";opacity:.35;font-size:.85em}
.hbm995c .atatapv + .atatapv::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.lqdfmy4 .vei9lyd{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .vei9lyd{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .rptd9m3{max-width:100%}
}
:root {
  --accent:          #6366f1;
  --brand:           #6366f1;
  --brand-light:     #adaff2;
  --brand-pale:      #dcdcf7;
  --grad-start:      #b7b8f8;
  --grad-end:        #f0f0fc;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #bc8400;
  --cta-hover:       #a77500;
  --bg-page:         #f6f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f3f6;
  --bg-raised:       #ededf1;
  --bg-hover:        #f3f3f6;
  --border:          #e1e1e9;
  --border-alt:      #cfcfdd;
  --border-section:  #e1e1e9;
  --text-primary:    #16171c;
  --text-muted:      #505062;
  --text-body:       #2d2e38;
  --text-sub:        #444554;
  --text-faint:      #72738c;
  --text-dim:        #8e8fa3;
  --text-label:      #5b5c70;
  --text-value:      #393946;
  --accent-bg:       #dfe0f5;
  --accent-bg-light: #c4c5f1;
  --bg-tip:          #f0f9f6;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f3f9;
  --bg-pros:         #f0f9f6;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c966d;
  --c-cons:          #9f2148;
  --c-pros-label:    #0eb381;
  --c-tip-border:    #10c68f;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c966d;
}
:root { --logo-bg-opacity: 50%; }
body, button, input { font-family: "Quantico", sans-serif; }
.m2y7qn .yrju li::before, .m2y7qn .h80h li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.m2y7qn .yrju li::before { content: ""; }.m2y7qn .h80h li::before { content: ""; }.m2y7qn .ll7w::before, .m2y7qn .inive6o9::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.m2y7qn .ll7w::before { content: ""; }.m2y7qn .inive6o9::before { content: ""; }
.cbahltpj .tflc, .cbahltpj .erqi0 { min-height: 320px; }
.pl6g .r903il62::after, .pl6g .msjqjx::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; }
.jqfao6p9::before { content: '›'; font-size: 1.1em; }
.deoz .atatapv::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.deoz .atatapv:first-of-type::before{content:"\f15b"}.deoz .atatapv:last-of-type::before{content:"\f044"}