: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;
}
.li75 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.mvxtfxb {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.p9o6s429 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.dvrjq { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.asbx7c { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.asbx7c a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.asbx7c a:hover { color: var(--accent-light); }
.m1tw     .r0ye { border-radius: 6px; }
.m1tw .r0ye li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.m1tw .r0ye li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.nze3n9zj .r0ye li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .r0ye {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .t9wy25m1:hover .r0ye,
  .t9wy25m1:focus-within .r0ye { display: block; }
  .r0ye li a { padding: 8px 16px; font-size: 0.88rem; }
}
.xish {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.urkmhu { display: none; }
@media (max-width: 640px) {
  .urkmhu {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .urkmhu.ld9gi { display: block; }
}
@media (max-width: 640px) {
  .xish { display: block; }
  .asbx7c > li + li::before { display: none !important; }
  .asbx7c {
    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;
  }
  .asbx7c.ld9gi { display: flex; }
  .asbx7c li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .asbx7c li:last-child a { border-bottom: none; }
}
.ka3h59cf { min-height: 480px; }
.vkhl09 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.n7wrgjpn { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.v4opsq2t .n7wrgjpn { margin-left: 0; margin-right: 0; }
.uc2fu {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.uc2fu:hover { opacity: 0.88; }
.zlhjo .vkhl09 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.zlhjo .n7wrgjpn { color: #e2e8f0; }
.zlhjo.nmofcxpl .ea0hwzo { text-align: center; }
.ilap2z98 .vkhl09 { color: var(--text-primary); text-shadow: none; }
.ilap2z98 .n7wrgjpn { color: var(--text-muted); }
.ilap2z98 .uc2fu { margin-top: 16px; }
.ilap2z98, .ilap2z98.ka3h59cf { min-height: auto !important; }
.ilap2z98.nmofcxpl .ea0hwzo { text-align: center; }
.ilap2z98~.kdbq{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}
.ilap2z98~.kdbq .z9ftghuu{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}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.w59k23lb .jqgtbut,
.w59k23lb .zjm7i {
  position: relative; overflow: hidden;
}
.w59k23lb .jqgtbut::after,
.w59k23lb .zjm7i::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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); }
}
.w59k23lb .zlhjo .z33l2 {
  overflow: hidden;
}
.w59k23lb .zlhjo .z33l2::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;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.jqgtbut .vkhl09 { color: #fff; }
.jqgtbut .n7wrgjpn { color: rgba(255,255,255,0.85); }
.jqgtbut .uc2fu { background: #fff; color: var(--cta); }
.jqgtbut .uc2fu:hover { opacity: 0.92; }
.nxtr .iqloosgn { position: relative; overflow: hidden; }
.nxtr .iqloosgn::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.ng7l .iqloosgn {
  animation: hg-breathe 7s ease-in-out infinite;
}
.o779jcvm .iqloosgn { position: relative; overflow: hidden; }
.o779jcvm .iqloosgn::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;
}
.w59k23lb .iqloosgn { position: relative; overflow: hidden; }
.w59k23lb .iqloosgn::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.m5mkf .iqloosgn {
  animation: hg-fadein 1.2s ease-out both;
}
.iqloosgn {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.vwgd7bog {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.q63guv1 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.xc26wsnn {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.iqloosgn .vkhl09 { text-shadow: none; color: var(--text-primary); }
.iqloosgn .n7wrgjpn { color: var(--text-muted); }
body.rnuqanu .vkhl09 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.f77g .vkhl09 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.iqloosgn.nmofcxpl .vwgd7bog { align-items: center; text-align: center; }
.iqloosgn.v4opsq2t   .vwgd7bog { align-items: flex-start; text-align: left; }
.mabq .q63guv1 { position: relative; }
.mabq .q63guv1::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.mabq.b2ytw .q63guv1::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.pthlg .q63guv1 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.pthlg .xc26wsnn {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.pthlg.b2ytw .q63guv1 { padding: 32px 0 32px 32px; }
.z1pcwmo2 .q63guv1 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.z1pcwmo2 .xc26wsnn {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.b2ytw .vwgd7bog {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.z1pcwmo2.b2ytw .q63guv1 { padding: 40px 16px 40px 48px; }
.io7xufhd .q63guv1 { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .iqloosgn { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .iqloosgn .q63guv1 { display: none !important; }
  .io7xufhd .q63guv1 { display: none !important; }
  .v59tk6 .yawd { display: none !important; }
  .kgf5kalm .pskicxx { display: none !important; }
  .vwgd7bog  { padding: 36px 24px; }
  .iqloosgn~.kdbq,.b2ytw~.kdbq{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .ka3h59cf, .iqloosgn { min-height: 320px !important; }
  
  .vkhl09 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .y4bqs { display: none !important; }
  
  .fxr980 { flex-direction: column; align-items: center; }
  .swdye { width: 100%; max-width: 340px; }
}
.lbp9i { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.gapgwl9 { width: 100%; height: auto; display: block; border-radius: 10px; }
.ifu46 .lbp9i        { border-radius: 16px; }
.ifu46 .gapgwl9  { border-radius: 16px; }
.ss13 .lbp9i         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ss13 .gapgwl9   { border-radius: 8px; }
.j151um4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.u2r0z { width: 100%; padding: 32px 0; position: relative; }
.tiop { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.wtb9drex .u2r0z:nth-child(even) { background: var(--bg-surface); }
.wtb9drex .u2r0z:nth-child(odd)  { background: var(--bg-page); }
.y34g4ck .u2r0z:nth-child(even) { background: var(--bg-card); }
.y34g4ck .u2r0z:nth-child(odd)  { background: var(--bg-page); }
.wtb9drex .u2r0z:nth-child(odd)  .tiop { background: var(--bg-card); border-radius: 6px; }
.wtb9drex .u2r0z:nth-child(even) .tiop { background: var(--bg-raised); border-radius: 6px; }
.y34g4ck .u2r0z:nth-child(odd)  .tiop { background: var(--bg-card); border-radius: 6px; }
.y34g4ck .u2r0z:nth-child(even) .tiop { background: var(--bg-raised); border-radius: 6px; }
.wtb9drex .u2r0z:nth-child(even) .q3bcr .fihnx7,
.y34g4ck .u2r0z:nth-child(even) .q3bcr .fihnx7 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.wtb9drex .u2r0z:nth-child(odd) .q3bcr .fihnx7,
.y34g4ck .u2r0z:nth-child(odd) .q3bcr .fihnx7 { background: var(--bg-card-inner); }
.wtb9drex .u2r0z:nth-child(even) .i8oeff .fihnx7:nth-child(odd),
.y34g4ck .u2r0z:nth-child(even) .i8oeff .fihnx7:nth-child(odd)  { background: var(--bg-card); }
.wtb9drex .u2r0z:nth-child(even) .i8oeff .fihnx7:nth-child(even),
.y34g4ck .u2r0z:nth-child(even) .i8oeff .fihnx7:nth-child(even) { background: var(--bg-card-inner); }
h1.lnfvli { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.lnfvli {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.yy5e8udn { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.rp50z5 h2.lnfvli {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.reuwy1p2 h2.lnfvli {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.tp9ch h2.lnfvli {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.dqrjqb h2.lnfvli::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.znwib h2.lnfvli {
  color: var(--text-primary); font-size: 1.7rem;
}
.exhpa h2.lnfvli::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.thegbg46 h2.lnfvli {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.vxkjr { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .vxkjr { display: none; } }
.kc7u { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.tcpg5ots { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.sb63hh7 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.m8ww9r { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.avl3t { padding-left: 20px; }
.avl3t li { margin-bottom: 6px; }
.avl3t a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.avl3t a:hover { color: var(--accent-light); }
.k681 .m8ww9r { display: none; }
.viuk .m8ww9r { display: none; }
.viuk .avl3t { padding-left: 0; list-style: none; }
.viuk .avl3t li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.viuk .avl3t a { font-size: 0.92rem; }
.pyvs16 .sb63hh7 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.pyvs16 .m8ww9r { display: none; }
.pyvs16 .avl3t { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.pyvs16 .avl3t li { margin-bottom: 0; }
.pyvs16 .avl3t 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;
}
.pyvs16 .avl3t a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.yjds0 .sb63hh7 { padding: 20px 20px 16px; }
.yjds0 .avl3t {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.yjds0 .avl3t li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.yjds0 .avl3t 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;
}
.yjds0 .avl3t 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;
}
.yjds0 .avl3t a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.yjds0 .avl3t a:focus,
.yjds0 .avl3t a:focus-visible,
.yjds0 .avl3t a:target { outline: none; }
.yjds0 .avl3t li:target a { border-color: var(--border); color: var(--text-muted); }
.iltz .sb63hh7 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.iltz .m8ww9r { display: none; }
.iltz .avl3t { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.iltz .avl3t li { margin-bottom: 0; }
.iltz .avl3t li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.iltz .avl3t li:last-child::after { content: ""; margin-right: 0; }
.iltz .avl3t a { font-size: 0.9rem; }
.fihnx7 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.q3bcr .fihnx7 { background: var(--bg-card); }
.i8oeff .fihnx7:nth-child(odd)  { background: var(--bg-card); }
.i8oeff .fihnx7:nth-child(even) { background: var(--bg-raised); }
.vmalhmqx .fihnx7 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.vmalhmqx .fihnx7:last-child { border-bottom: none; }
.vmalhmqx h3.yy5e8udn { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.o5ki9i1 .fihnx7 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.o5ki9i1 .fihnx7 + .fihnx7 { margin-top: 4px; }
.f2pgxg5j .fihnx7 { background: none; border-radius: 0; padding: 12px 0; }
.f2pgxg5j .fihnx7 + .fihnx7 { border-top: 1px solid var(--border-section); }
.edu5a { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.df15pz1 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.pibno { color: var(--text-body); margin-bottom: 10px; }
.tt9c2f8, .ka9bgl { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tt9c2f8 li, .ka9bgl li { margin-bottom: 6px; }
.ka9bgl li { list-style: decimal; }
.dyabeql9     .tt9c2f8 { list-style-type: "● "; }
.a4cflwo  .tt9c2f8 { list-style-type: "■ "; }
.nw9unwt .tt9c2f8 { list-style-type: "◆ "; }
.ibqgbfqg    .tt9c2f8 { list-style-type: "★ "; }
.dyabeql9     .jaotp { list-style-type: "● "; }
.a4cflwo  .jaotp { list-style-type: "■ "; }
.nw9unwt .jaotp { list-style-type: "◆ "; }
.ibqgbfqg    .jaotp { list-style-type: "★ "; }
.dyabeql9    .tt9c2f8 li::marker, .dyabeql9    .jaotp li::marker,
.a4cflwo .tt9c2f8 li::marker, .a4cflwo .jaotp li::marker,
.nw9unwt .tt9c2f8 li::marker, .nw9unwt .jaotp li::marker,
.ibqgbfqg   .tt9c2f8 li::marker, .ibqgbfqg   .jaotp li::marker {
  color: var(--cta); font-size: 1em;
}
.dyabeql9 .ka9bgl,
.a4cflwo .ka9bgl,
.nw9unwt .ka9bgl,
.ibqgbfqg .ka9bgl {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.dyabeql9 .ka9bgl li,
.a4cflwo .ka9bgl li,
.nw9unwt .ka9bgl li,
.ibqgbfqg .ka9bgl li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.dyabeql9 .ka9bgl li::before,
.a4cflwo .ka9bgl li::before,
.nw9unwt .ka9bgl li::before,
.ibqgbfqg .ka9bgl 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;
}
.dyabeql9     .ka9bgl li::before { border-radius: 50%; }
.a4cflwo  .ka9bgl li::before { border-radius: 3px; }
.nw9unwt .ka9bgl li::before { border-radius: 3px; }
.ibqgbfqg    .ka9bgl li::before { border-radius: 50%; }
.l3sns6 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.riebx5 .l3sns6,
.ywy7b7so .l3sns6 { background: transparent; border: none; border-radius: 0; }
.rgngb3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.rgngb3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.rgngb3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.rgngb3 tr:hover td { background: var(--bg-hover); }
.ja3ia1cl .rgngb3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.nfwnxa8 .rgngb3 { border: 1px solid var(--border-alt); }
.nfwnxa8 .rgngb3 th,
.nfwnxa8 .rgngb3 td { border: 1px solid var(--border-alt); }
.myem .rgngb3 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.myem .rgngb3 td { border-bottom: none; }
.myem .rgngb3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.tez1 .rgngb3 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.dunedb .l3sns6 {
  overflow: hidden;
}
.dunedb .rgngb3 th { border-bottom: 1px solid var(--border-alt); }
.dunedb .rgngb3 tr:last-child td { border-bottom: none; }
.uvj9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.zuo6 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.l2ytg8b1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.yzqhs { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.a20nuwb { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.jaotp { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.jaotp li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.zw2gh9lq .yzqhs { background: transparent; text-align: center; }
.i1kjgmc .l2ytg8b1 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.gqvh .l2ytg8b1 {
  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);
}
.mif9 .zuo6 { display: grid; grid-template-columns: auto 1fr; }
.mif9 .l2ytg8b1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.mif9 .yzqhs { grid-column: 2; }
.mif9 .a20nuwb,
.mif9 .jaotp { grid-column: 1 / -1; }
.v7m0z .zuo6 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.v7m0z .l2ytg8b1 {
  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);
}
.v7m0z .yzqhs { grid-column: 2; }
.v7m0z .a20nuwb,
.v7m0z .jaotp { grid-column: 1 / -1; }
.f3dmu9ps .zuo6 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.f3dmu9ps .yzqhs { background: none; color: var(--accent-light); font-weight: 700; }
.ts8ty8 .zuo6 { 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); }
.ts8ty8 .yzqhs { background: none; color: var(--accent-light); font-weight: 700; }
.nq176 .zuo6 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.nq176 .zuo6:last-child { border-bottom: none; }
.nq176 .yzqhs { background: none; color: var(--accent-light); font-weight: 700; }
.mnjax .zuo6 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.mnjax .yzqhs { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.kn8mpb .uvj9 { counter-reset: card-n; }
.kn8mpb .zuo6  { counter-increment: card-n; }
.kn8mpb .yzqhs { display: flex; align-items: center; gap: 10px; }
.kn8mpb .yzqhs::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;
}
.urpaei8 .zuo6 { background: var(--bg-surface); border: 1px solid var(--border); }
.urpaei8 .yzqhs { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.bvtbiu { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.n1tvjz  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.o1nkhtw { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.fxrlpzna { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.d0ikc5 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.bvtbiu strong { color: var(--text-primary); font-size: 0.95rem; }
.bvtbiu p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.gapgwl9 { width: 100%; height: auto; border-radius: 10px; display: block; }
.gn1z14n {
  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;
}
.gn1z14n:hover { opacity: 0.85; }
.ycr8o4av .gn1z14n  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ycr8o4av .gn1z14n:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ayf41i6 .gn1z14n  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ayf41i6 .gn1z14n:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.m8xv0ryw .uc2fu { border-radius: 50px; }
.m8xv0ryw .gn1z14n  { border-radius: 50px; }
.r3wpjj .uc2fu { padding-left: 22px; padding-right: 22px; }
.r3wpjj .gn1z14n  { padding-left: 12px; padding-right: 12px; }
.w0l48j .uc2fu { padding-left: 44px; padding-right: 44px; }
.w0l48j .gn1z14n  { padding-left: 24px; padding-right: 24px; }
.dgwm5f4b .uc2fu { padding-left: 56px; padding-right: 56px; }
.dgwm5f4b .gn1z14n  { padding-left: 32px; padding-right: 32px; }
.uzslw8   .uc2fu::after, .uzslw8   .gn1z14n::after,
.jfdji8 .uc2fu::after, .jfdji8 .gn1z14n::after,
.phqyyog    .uc2fu::after, .phqyyog    .gn1z14n::after,
.oi1amlj    .uc2fu::after, .oi1amlj    .gn1z14n::after,
.tfxnw8nm    .uc2fu::after, .tfxnw8nm    .gn1z14n::after,
.q0oks7x     .uc2fu::after, .q0oks7x     .gn1z14n::after,
.mfoz    .uc2fu::after, .mfoz    .gn1z14n::after,
.vuu3t9   .uc2fu::after, .vuu3t9   .gn1z14n::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;
}
.uzslw8 .uc2fu::after, .uzslw8 .gn1z14n::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");
}
.jfdji8 .uc2fu::after, .jfdji8 .gn1z14n::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");
}
.phqyyog .uc2fu::after, .phqyyog .gn1z14n::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");
}
.oi1amlj .uc2fu::after, .oi1amlj .gn1z14n::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");
}
.tfxnw8nm .uc2fu::after, .tfxnw8nm .gn1z14n::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");
}
.q0oks7x .uc2fu::after, .q0oks7x .gn1z14n::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");
}
.mfoz .uc2fu::after, .mfoz .gn1z14n::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");
}
.vuu3t9 .uc2fu::after, .vuu3t9 .gn1z14n::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");
}
.b757   .vithsb7n::after, .b757   .ffn9uw::after,
.aq2r61u .vithsb7n::after, .aq2r61u .ffn9uw::after,
.bwyjjrm    .vithsb7n::after, .bwyjjrm    .ffn9uw::after,
.nvdk    .vithsb7n::after, .nvdk    .ffn9uw::after,
.dfb5h    .vithsb7n::after, .dfb5h    .ffn9uw::after,
.uqxbzz9     .vithsb7n::after, .uqxbzz9     .ffn9uw::after,
.o1g3xixp    .vithsb7n::after, .o1g3xixp    .ffn9uw::after,
.qha1w54p   .vithsb7n::after, .qha1w54p   .ffn9uw::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;
}
.b757 .vithsb7n::after, .b757 .ffn9uw::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");
}
.aq2r61u .vithsb7n::after, .aq2r61u .ffn9uw::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");
}
.bwyjjrm .vithsb7n::after, .bwyjjrm .ffn9uw::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");
}
.nvdk .vithsb7n::after, .nvdk .ffn9uw::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");
}
.dfb5h .vithsb7n::after, .dfb5h .ffn9uw::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");
}
.uqxbzz9 .vithsb7n::after, .uqxbzz9 .ffn9uw::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");
}
.o1g3xixp .vithsb7n::after, .o1g3xixp .ffn9uw::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");
}
.qha1w54p .vithsb7n::after, .qha1w54p .ffn9uw::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");
}
.sjimrg .wdgm { background: rgba(128,128,128,.12); }
@media (min-width: 721px) {
  .vlvk { flex: 0 0 260px; width: 260px; }
  .oetcz { flex: 0 0 120px; width: 120px; }
  .uu1idx3o { flex: 0 0 110px; width: 110px; }
  .g8c3   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .ba0cyjlt { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.ba0cyjlt.gn1z14n { 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) {
  .woziymyi { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .woziymyi .ll0gnxn { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .woziymyi .vlvk { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .woziymyi .wdgm { width: 100%; min-width: unset; height: 120px; }
  .woziymyi .fsdv { max-height: 96px; max-width: 200px; }
  .woziymyi .cbqwdf { min-width: unset; text-align: center; white-space: normal; }
  .woziymyi .oetcz { min-width: 0; }
  .woziymyi .g8c3 { 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; }
  .woziymyi .ba0cyjlt { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .nqmrhw9 .ll0gnxn { row-gap: 8px !important; gap: 10px !important; }
}
@media (min-width: 860px) {
  .aioaa8 .pj7td {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .aioaa8 .c3rb7g { margin: 0; }
}
.ic2ba9 .c3rb7g { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.ic2ba9 .sn1tfs6 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.ic2ba9 .riebx5 { padding: 14px 16px; }
.ic2ba9 .mvvj { border-radius: 4px; }
.ic2ba9 .a7l4h { border-radius: 0; }
@media (max-width: 720px) {
  .mjhp { grid-template-columns: 1fr; }
  .bcttv { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .bcttv .kzlc8f { width: 72px; height: 50px; }
  .bcttv .q0de2yg { max-width: 180px; }
  .bcttv .r36k { width: auto; }
}
@media (max-width: 720px) {
  .arck6fg { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .mrunu { padding: 16px; }
  .ll3rp1 .r1b3b { min-width: 50%; }
}
@media (max-width: 860px) {
  .zqda5cp { grid-template-columns: 1fr; }
  .gs80xygj { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rxgp { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .rdaslu { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .ozqo5m { flex-direction: column; align-items: stretch; }
}
.em1raom .r36k .gn1z14n { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gs80nqn7 { flex-direction: column; align-items: stretch; gap: 10px; }
  .em1raom .r36k { text-align: center; }
}
@media (max-width: 720px) {
  .uj7gnn5 { grid-template-columns: 1fr; }
  .jrzdnb { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .cxatya5d { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .y9ebr { grid-template-columns: 1fr; }
  .b161 { width: 100px; height: 100px; margin: 16px auto; }
  .euhliqp8 { font-size: 1.4rem; }
  .reevcyf { justify-content: center; }
  .qfmz0ao .r1b3b { min-width: 50%; }
}
@media (max-width: 540px) {
  .wjxqhf8 { flex-wrap: wrap; padding: 14px 16px; }
  .u5hrpws { padding: 12px 16px; }
  .imzb4q .nl9v9s { margin: 0 16px; }
  .imzb4q .dyoc62 { padding: 0 16px; }
  .exu92wr { padding: 12px 16px; }
}
.o7jkv .woziymyi {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.o7jkv .woziymyi .ll0gnxn:only-child { grid-column: 1 / -1; }
.o7jkv .woziymyi .ll0gnxn {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.o7jkv .woziymyi .vlvk { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.o7jkv .woziymyi .wdgm { width: 100%; min-width: unset; height: 120px; }
.o7jkv .woziymyi .fsdv { max-height: 100px; max-width: 200px; }
.o7jkv .woziymyi .cbqwdf { min-width: unset; text-align: center; white-space: normal; }
.o7jkv .woziymyi .oetcz { min-width: 0; }
.o7jkv .woziymyi .g8c3 {
  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;
}
.o7jkv .woziymyi .ba0cyjlt { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.o7jkv .sn1tfs6 { gap: 14px; }
.m46e5 .ba0cyjlt.gn1z14n { padding: 14px 30px !important; font-size: 1rem; }
.e05u .ba0cyjlt.gn1z14n { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.hhev6c .j3weli { flex: 1.8; }
.hhev6c .j3weli .f3e9sj8 {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.hhev6c .j3weli .nv7p { font-weight: 700; color: var(--text-primary); }
.hhev6c .wq0dvt9,
.hhev6c .dvyprs,
.hhev6c .qddj { flex: 0.75; opacity: 0.75; }
.unwpb .oetcz { font-size: 1rem; letter-spacing: 2px; }
.l9s71eft { margin: 16px 0; }
.nej8jc { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.nej8jc summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.nej8jc summary::after { content: "+"; color: var(--accent-light); }
.nej8jc[open] summary::after { content: "−"; }
.nej8jc p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.u2r0z { margin-bottom: 0; }
.tm1z h2.lnfvli { color: var(--text-primary); border-color: var(--accent-light); }
.el89fu h2.lnfvli { color: var(--text-primary); border-color: var(--accent-light); }
.xz36kkb2 .n1tvjz     { background: #052e16; border-color: #10b981; }
.xz36kkb2 .o1nkhtw { background: #2d0a1e; border-color: #f43f5e; }
.xz36kkb2 .fxrlpzna    { background: #1e1036; border-color: #a855f7; }
.xz36kkb2 .bvtbiu strong  { color: #f1f5f9; }
.xz36kkb2 .bvtbiu p       { color: #cbd5e1; }
.xz36kkb2 .vomjcm    .n1tvjz     .d0ikc5::before,
.xz36kkb2 .rlia  .n1tvjz     .d0ikc5::before,
.xz36kkb2 .cxrs  .n1tvjz     .d0ikc5::before,
.xz36kkb2 .wtmjysh .n1tvjz     .d0ikc5::before { color: #10b981; }
.xz36kkb2 .vomjcm    .o1nkhtw .d0ikc5::before,
.xz36kkb2 .rlia  .o1nkhtw .d0ikc5::before,
.xz36kkb2 .cxrs  .o1nkhtw .d0ikc5::before,
.xz36kkb2 .wtmjysh .o1nkhtw .d0ikc5::before { color: #f43f5e; }
.xz36kkb2 .vomjcm    .fxrlpzna    .d0ikc5::before,
.xz36kkb2 .rlia  .fxrlpzna    .d0ikc5::before,
.xz36kkb2 .cxrs  .fxrlpzna    .d0ikc5::before,
.xz36kkb2 .wtmjysh .fxrlpzna    .d0ikc5::before { color: #a855f7; }
.jwqurx3j .n1tvjz     { background: #2d2000; border-color: #eab308; }
.jwqurx3j .o1nkhtw { background: #2d0b0b; border-color: #ef4444; }
.jwqurx3j .fxrlpzna    { background: #2d1600; border-color: #f97316; }
.jwqurx3j .bvtbiu strong  { color: #f1f5f9; }
.jwqurx3j .bvtbiu p       { color: #cbd5e1; }
.jwqurx3j .vomjcm    .n1tvjz     .d0ikc5::before,
.jwqurx3j .rlia  .n1tvjz     .d0ikc5::before,
.jwqurx3j .cxrs  .n1tvjz     .d0ikc5::before,
.jwqurx3j .wtmjysh .n1tvjz     .d0ikc5::before { color: #eab308; }
.jwqurx3j .vomjcm    .o1nkhtw .d0ikc5::before,
.jwqurx3j .rlia  .o1nkhtw .d0ikc5::before,
.jwqurx3j .cxrs  .o1nkhtw .d0ikc5::before,
.jwqurx3j .wtmjysh .o1nkhtw .d0ikc5::before { color: #ef4444; }
.jwqurx3j .vomjcm    .fxrlpzna    .d0ikc5::before,
.jwqurx3j .rlia  .fxrlpzna    .d0ikc5::before,
.jwqurx3j .cxrs  .fxrlpzna    .d0ikc5::before,
.jwqurx3j .wtmjysh .fxrlpzna    .d0ikc5::before { color: #f97316; }
.eoq1e .n1tvjz     { background: #0c1a2e; border-color: #38bdf8; }
.eoq1e .o1nkhtw { background: #12103a; border-color: #818cf8; }
.eoq1e .fxrlpzna    { background: #0a2020; border-color: #2dd4bf; }
.eoq1e .bvtbiu strong  { color: #f1f5f9; }
.eoq1e .bvtbiu p       { color: #cbd5e1; }
.eoq1e .vomjcm    .n1tvjz     .d0ikc5::before,
.eoq1e .rlia  .n1tvjz     .d0ikc5::before,
.eoq1e .cxrs  .n1tvjz     .d0ikc5::before,
.eoq1e .wtmjysh .n1tvjz     .d0ikc5::before { color: #38bdf8; }
.eoq1e .vomjcm    .o1nkhtw .d0ikc5::before,
.eoq1e .rlia  .o1nkhtw .d0ikc5::before,
.eoq1e .cxrs  .o1nkhtw .d0ikc5::before,
.eoq1e .wtmjysh .o1nkhtw .d0ikc5::before { color: #818cf8; }
.eoq1e .vomjcm    .fxrlpzna    .d0ikc5::before,
.eoq1e .rlia  .fxrlpzna    .d0ikc5::before,
.eoq1e .cxrs  .fxrlpzna    .d0ikc5::before,
.eoq1e .wtmjysh .fxrlpzna    .d0ikc5::before { color: #2dd4bf; }
.awsy0pz .n1tvjz     { background: var(--accent-bg); border-color: var(--accent-light); }
.awsy0pz .o1nkhtw { background: var(--accent-bg-light); border-color: var(--accent-light); }
.awsy0pz .fxrlpzna    { background: var(--accent-bg); border-color: var(--accent-pale); }
.awsy0pz .vomjcm    .d0ikc5::before,
.awsy0pz .rlia  .d0ikc5::before,
.awsy0pz .cxrs  .d0ikc5::before,
.awsy0pz .wtmjysh .d0ikc5::before { color: var(--accent-light) !important; }
.fa6yor .t2drk3 { background: var(--bg-pros); }
.fa6yor .zpxk3 { background: var(--bg-cons); }
.fa6yor .t2drk3 .zl8r { color: var(--c-pros-label); }
.fa6yor .zpxk3 .ywteir { color: var(--c-cons); }
.fa6yor .t2drk3 ul li,
.fa6yor .e8ha2 li            { color: var(--c-pros); }
.fa6yor .zpxk3 ul li,
.fa6yor .kvyzu li            { color: var(--c-cons); }
.vq9g4lg .bvtbiu { background: transparent; border-left: none; border: 1.5px solid; }
.vq9g4lg .n1tvjz     { border-color: var(--c-tip-border); }
.vq9g4lg .o1nkhtw { border-color: var(--c-warn-border); }
.vq9g4lg .fxrlpzna    { border-color: #60a5fa; }
.vq9g4lg .bvtbiu strong { color: var(--text-primary); }
.vq9g4lg .bvtbiu p      { color: var(--text-muted); }
.tyq0s1 .bvtbiu { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.tyq0s1 .n1tvjz     { border-top-color: var(--c-tip-border); }
.tyq0s1 .o1nkhtw { border-top-color: var(--c-warn-border); }
.tyq0s1 .fxrlpzna    { border-top-color: #60a5fa; }
.i4c4 .bvtbiu { border-left: none; border-radius: 8px; }
.i4c4 .n1tvjz     { background: #065f46; }
.i4c4 .o1nkhtw { background: #92400e; }
.i4c4 .fxrlpzna    { background: #1e3a8a; }
.i4c4 .bvtbiu strong,
.i4c4 .bvtbiu p { color: #fff; }
.i4c4 .d0ikc5::before { color: rgba(255,255,255,0.85) !important; }
.xz36kkb2.i4c4 .n1tvjz,
.xz36kkb2 .i4c4 .n1tvjz     { background: #052e16; }
.xz36kkb2.i4c4 .o1nkhtw,
.xz36kkb2 .i4c4 .o1nkhtw { background: #2d0a1e; }
.xz36kkb2.i4c4 .fxrlpzna,
.xz36kkb2 .i4c4 .fxrlpzna    { background: #1e1036; }
.jwqurx3j.i4c4 .n1tvjz,
.jwqurx3j .i4c4 .n1tvjz      { background: #2d2000; }
.jwqurx3j.i4c4 .o1nkhtw,
.jwqurx3j .i4c4 .o1nkhtw  { background: #2d0b0b; }
.jwqurx3j.i4c4 .fxrlpzna,
.jwqurx3j .i4c4 .fxrlpzna     { background: #2d1600; }
.eoq1e.i4c4 .n1tvjz,
.eoq1e .i4c4 .n1tvjz      { background: #0c1a2e; }
.eoq1e.i4c4 .o1nkhtw,
.eoq1e .i4c4 .o1nkhtw  { background: #12103a; }
.eoq1e.i4c4 .fxrlpzna,
.eoq1e .i4c4 .fxrlpzna     { background: #0a2020; }
.j9ujot .bvtbiu { border-left: none; border-radius: 6px; padding: 10px 14px; }
.j9ujot .n1tvjz     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.j9ujot .o1nkhtw { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.j9ujot .fxrlpzna    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.j9ujot .bvtbiu strong { color: var(--text-primary); }
.j9ujot .bvtbiu p      { color: var(--text-muted); }
.w45h24 .bvtbiu { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.vomjcm .d0ikc5,
.rlia .d0ikc5,
.cxrs .d0ikc5,
.wtmjysh .d0ikc5 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.vomjcm .d0ikc5::before,
.rlia .d0ikc5::before,
.cxrs .d0ikc5::before,
.wtmjysh .d0ikc5::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.vomjcm .n1tvjz     .d0ikc5::before { content: "✦"; color: var(--c-tip-border); }
.vomjcm .o1nkhtw .d0ikc5::before { content: "▲"; color: var(--c-warn-border); }
.vomjcm .fxrlpzna    .d0ikc5::before { content: "◉"; color: #60a5fa; }
.rlia .n1tvjz     .d0ikc5::before { content: "★"; color: var(--c-tip-border); }
.rlia .o1nkhtw .d0ikc5::before { content: "◆"; color: var(--c-warn-border); }
.rlia .fxrlpzna    .d0ikc5::before { content: "●"; color: #60a5fa; }
.cxrs .n1tvjz     .d0ikc5::before { content: "▶"; color: var(--c-tip-border); }
.cxrs .o1nkhtw .d0ikc5::before { content: "■"; color: var(--c-warn-border); }
.cxrs .fxrlpzna    .d0ikc5::before { content: "▸"; color: #60a5fa; }
.wtmjysh .n1tvjz     .d0ikc5::before { content: "→"; color: var(--c-tip-border); }
.wtmjysh .o1nkhtw .d0ikc5::before { content: "⬥"; color: var(--c-warn-border); }
.wtmjysh .fxrlpzna    .d0ikc5::before { content: "◈"; color: #60a5fa; }
.dvc3 .q3bcr .fihnx7,
.dvc3 .i8oeff .fihnx7  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.dvc3 .zuo6                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.dvc3 .l3sns6          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dvc3 .sb63hh7                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.m8dq49f .q3bcr .fihnx7,
.m8dq49f .i8oeff .fihnx7,
.m8dq49f .zuo6,
.m8dq49f .ll0gnxn,
.m8dq49f .c3rb7g,
.m8dq49f .l3sns6,
.m8dq49f .sb63hh7,
.m8dq49f .w45h24 .bvtbiu { box-shadow: none; }
.gmhquxd   .pibno, .gmhquxd .edu5a, .gmhquxd .df15pz1,
.gmhquxd   .kc7u, .gmhquxd .tcpg5ots { font-size: 0.9rem; }
.gmhquxd   .tt9c2f8, .gmhquxd .ka9bgl { font-size: 0.9rem; }
.vrjt9m3y   .pibno, .vrjt9m3y .edu5a, .vrjt9m3y .df15pz1,
.vrjt9m3y   .kc7u, .vrjt9m3y .tcpg5ots { font-size: 0.95rem; }
.vrjt9m3y   .tt9c2f8, .vrjt9m3y .ka9bgl { font-size: 0.95rem; }
.svpjg   .pibno, .svpjg .edu5a, .svpjg .df15pz1,
.svpjg   .kc7u, .svpjg .tcpg5ots { font-size: 1.08rem; }
.svpjg   .tt9c2f8, .svpjg .ka9bgl { font-size: 1.05rem; }
.svpjg   .rgngb3 { font-size: 0.97rem; }
.n8cpol .vkhl09      { font-size: 3.2rem; }
.n8cpol h2.lnfvli { font-size: 1.9rem; }
.n8cpol h3.yy5e8udn     { font-size: 1.4rem; }
.jusna7 .vkhl09      { font-size: 3.8rem; }
.jusna7 h2.lnfvli { font-size: 2.2rem; }
.jusna7 h3.yy5e8udn     { font-size: 1.6rem; }
.u2r0z + .u2r0z { position: relative; }
.uq4g4evl   .u2r0z + .u2r0z::before,
.rlkbsb  .u2r0z + .u2r0z::before,
.fh4plq3   .u2r0z + .u2r0z::before,
.de1y7x   .u2r0z + .u2r0z::before,
.w5royt   .u2r0z + .u2r0z::before,
.dc2qi .u2r0z + .u2r0z::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.uq4g4evl .u2r0z + .u2r0z::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rlkbsb .u2r0z + .u2r0z::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.fh4plq3 .u2r0z + .u2r0z::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.de1y7x .u2r0z + .u2r0z::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.lc6l0s0 .u2r0z { margin-bottom: 16px; }
.lc6l0s0 .u2r0z + .u2r0z { margin-top: 0; }
.lc6l0s0 .tiop { padding-top: 0; padding-bottom: 0; }
.w5royt .u2r0z + .u2r0z::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.dc2qi .u2r0z + .u2r0z::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.hs4os0 .u2r0z + .u2r0z::before,
.rs3iaq59 .u2r0z + .u2r0z::before,
.a5ci6 .u2r0z + .u2r0z::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%;
}
.wtb9drex .hs4os0 .u2r0z:nth-child(even)::before,
.wtb9drex .rs3iaq59 .u2r0z:nth-child(even)::before,
.wtb9drex .a5ci6 .u2r0z:nth-child(even)::before { background: var(--bg-surface); }
.y34g4ck .hs4os0 .u2r0z:nth-child(even)::before,
.y34g4ck .rs3iaq59 .u2r0z:nth-child(even)::before,
.y34g4ck .a5ci6 .u2r0z:nth-child(even)::before { background: var(--bg-card); }
.hs4os0 .u2r0z + .u2r0z::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");
}
.rs3iaq59 .u2r0z + .u2r0z::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");
}
.a5ci6 .u2r0z + .u2r0z::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");
}
.bz72 .vwgd7bog,
.miw7 .vwgd7bog { padding-bottom: 60px; }
.xoj90tr5 .vwgd7bog { padding-bottom: 70px; }
.coygm .zlhjo:not(.jqgtbut) .z33l2 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.coygm .jqgtbut { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.coygm .zjm7i { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.coygm .iqloosgn { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.a8sfr3f3 .iqloosgn { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.a2lj .iqloosgn { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qkpuc0i .iqloosgn { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.f71k1k .iqloosgn { background: var(--accent-bg); }
.o9yj2uc .lbp9i { float: left; width: 38%; margin: 0 28px 16px 0; }
.o9yj2uc .lbp9i .gapgwl9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.o9yj2uc .tiop::after { content: ''; display: block; clear: both; }
.rz38ehq .lbp9i { float: right; width: 38%; margin: 0 0 16px 28px; }
.rz38ehq .lbp9i .gapgwl9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rz38ehq .tiop::after { content: ''; display: block; clear: both; }
.k4fxgx .u2r0z:nth-child(odd)  .lbp9i { float: left;  width: 38%; margin: 0 28px 16px 0; }
.k4fxgx .u2r0z:nth-child(even) .lbp9i { float: right; width: 38%; margin: 0 0 16px 28px; }
.k4fxgx .lbp9i .gapgwl9 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.k4fxgx .tiop::after { content: ''; display: block; clear: both; }
.o9yj2uc .uvj9,
.rz38ehq .uvj9,
.k4fxgx .uvj9,
@media (max-width: 900px) {
  .o9yj2uc .lbp9i,
  .rz38ehq .lbp9i,
  .k4fxgx .u2r0z:nth-child(odd)  .lbp9i,
  .k4fxgx .u2r0z:nth-child(even) .lbp9i {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .o9yj2uc .lbp9i .gapgwl9,
  .rz38ehq .lbp9i .gapgwl9,
  .k4fxgx .lbp9i .gapgwl9 {
    max-height: none !important;
  }
}
.o9yj2uc .tt9c2f8,
.o9yj2uc .ka9bgl,
.rz38ehq .tt9c2f8,
.rz38ehq .ka9bgl,
.k4fxgx .tt9c2f8,
.k4fxgx .ka9bgl { overflow: hidden; }
@media (max-width: 640px) {
  .o9yj2uc .lbp9i,
  .rz38ehq .lbp9i,
  .k4fxgx .lbp9i { float: none; width: 100%; margin: 0 0 16px 0; }
}
.fkmgyqpb .j151um4,
.fkmgyqpb .tiop,
.fkmgyqpb .v96e80  { max-width: 1100px; }
.dke4pkdr .j151um4,
.dke4pkdr .tiop,
.dke4pkdr .v96e80  { max-width: 1200px; }
.rpwmi9 .j151um4,
.rpwmi9 .tiop,
.rpwmi9 .v96e80  { max-width: 1320px; }
.rpwmi9 { --content-mw: 1320px; }
.s2hev { font-size: 0.82rem; color: var(--text-muted); }
.dntxtuj9 { display: flex; align-items: center; }
.t29i2 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.r46l8e { display: flex; align-items: center; }
.m3271f { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.m3271f:hover { text-decoration: underline; }
.jicbblp { margin: 0 3px; opacity: 0.45; }
.jicbblp::before { content: '/'; }
.km17oq3 { padding: 2px 5px; color: var(--text-main); }
.ri7yo .s2hev {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ri7yo .dntxtuj9 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hup6b5vi .s2hev {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.hup6b5vi .dntxtuj9 { padding: 0 0 0 12px; }
.qpi3g9h .dntxtuj9 { padding: 0 16px; }
.qpi3g9h .s2hev {
  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);
}
.qpi3g9h .j151um4 { padding-top: 28px; }
@media (max-width: 720px) {
  .hgfz1zh4 { margin-top: 18px; padding: 0 16px; }
  .qpi3g9h .j151um4 { padding-top: 16px; }
}
.fkmgyqpb.ri7yo .dntxtuj9 { max-width: 1100px; }
.dke4pkdr.ri7yo .dntxtuj9 { max-width: 1200px; }
.rpwmi9.ri7yo .dntxtuj9 { max-width: 1320px; }
.rpwmi9 .hgfz1zh4 { max-width: 1320px; }
.lgji9s .u2r0z { padding-top: 16px; padding-bottom: 16px; }
.u3fn6t .u2r0z { padding-top: 24px; padding-bottom: 24px; }
.rf0c3z .u2r0z { padding-top: 40px; padding-bottom: 40px; }
.vy0drox .u2r0z { padding-top: 52px; padding-bottom: 52px; }
.pkhtre4 .u2r0z:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pkhtre4 .u2r0z:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pkhtre4 .u2r0z:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pkhtre4 .u2r0z:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.puqax .tiop { padding-top: 10px;  padding-bottom: 10px; }
.ub9ree1f .tiop { padding-top: 18px;  padding-bottom: 18px; }
.k3hce .tiop { padding-top: 36px;  padding-bottom: 36px; }
.xzybm2n .tiop { padding-top: 48px;  padding-bottom: 48px; }
.vqqszk h2.lnfvli { font-weight: 600; }
.vqqszk h3.yy5e8udn     { font-weight: 600; }
.j3qjc { font-weight: 500; }
.j3qjc h2.lnfvli { font-weight: 800; }
.j3qjc h3.yy5e8udn     { font-weight: 700; }
.lozx h2.lnfvli { font-weight: 900; }
.lozx h3.yy5e8udn     { font-weight: 800; }
.lozx .bvtbiu strong,
.lozx .bvtbiu strong { font-weight: 600; }
.vithsb7n {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.e3sd .vithsb7n { display: none; }
@media (max-width: 640px) { .vithsb7n { display: none; } }
.vithsb7n { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vithsb7n:hover { opacity: 0.85; }
.k1vjsagz .vithsb7n { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.yrqq .vithsb7n,
.h1ts0e5  .vithsb7n { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.yrqq .vithsb7n:hover,
.h1ts0e5  .vithsb7n:hover { opacity: 0.88; }
.k1vjsagz.yrqq .vithsb7n,
.k1vjsagz.h1ts0e5  .vithsb7n { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.ffn9uw {
  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;
}
.ffn9uw:hover { transform: translateY(-2px); opacity: 0.92; }
.ffn9uw { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gbzrt5ud .ffn9uw { display: none; }
.sp413qv .ffn9uw { right: 32px; }
.uihov8z  .ffn9uw { left: 32px; }
@media (max-width: 480px) {
  .sp413qv .ffn9uw { right: 20px; bottom: 20px; }
  .uihov8z  .ffn9uw { left: 20px; bottom: 20px; }
}
.yr7ouj4l { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.v96e80 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.oag26c { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bvbk { color: var(--text-dim); font-size: 0.8rem; }
.meis16 { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.meis16 img { height: 26px; width: auto; object-fit: contain; }
.ugexqg { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.kz9t419 .v96e80 { text-align: center; }
.kz9t419 .oag26c { margin-top: 0; }
.c4jkjwnq { margin-top: 10px; }
.c4jkjwnq a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .v96e80 { padding-left: 16px; padding-right: 16px; }
  .dydeih .v96e80 { padding: 20px 16px; }
  .vdew { gap: 4px 12px; }
  .oag26c { font-size: 0.78rem; }
}
.t5pjq .udwvso .meis16 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.t5pjq .ugexqg { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.t5pjq .igq5qvj6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.t5pjq .igq5qvj6 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.t5pjq .igq5qvj6 a:hover { color: var(--accent-light); }
.t5pjq .oag26c { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.t5pjq .bvbk { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .t5pjq .v3xg { grid-template-columns: 1fr 1fr; } .t5pjq .udwvso { grid-column: 1 / -1; } }
@media (max-width: 480px) { .t5pjq .v3xg { grid-template-columns: 1fr; } }
.lzmakkru .meis16 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.lzmakkru .oag26c { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .lzmakkru .yh0x { gap: 12px; } .lzmakkru .meis16 { margin-right: 0; width: 100%; } }
.jglkc1 .rqjx { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.jglkc1 .k20hkco .meis16 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.jglkc1 .ugexqg { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.jglkc1 .odgjd { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.jglkc1 .igq5qvj6 { display: flex; flex-direction: column; gap: 9px; }
.jglkc1 .igq5qvj6 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.jglkc1 .igq5qvj6 a:hover { color: var(--accent-light); }
.jglkc1 .lj7th0vp { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.jglkc1 .oag26c { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.jglkc1 .bvbk { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .jglkc1 .rqjx { grid-template-columns: 1fr 1fr; } .jglkc1 .k20hkco { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jglkc1 .rqjx { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .q9qjdbfv .x4pqilf { grid-template-columns: 1fr 1fr; } .q9qjdbfv .bcdctw9r:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .q9qjdbfv .x4pqilf { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .aar2 .x4pqilf { grid-template-columns: 1fr; } }
.zsir9f1 .v96e80 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.vj3v3wr7 .li75      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vj3v3wr7 .yr7ouj4l { background: var(--bg-page); border-top-color: var(--border-alt); }
.glr9u .li75      { background: #0d1117; border-bottom-color: #21262d; }
.glr9u .p9o6s429 { color: var(--accent-light); }
.glr9u .asbx7c { --msep-color: #8b949e; }
.glr9u .asbx7c a { color: #8b949e; }
.glr9u .asbx7c a:hover { color: var(--accent-light); }
.glr9u .xish { color: #8b949e; }
.glr9u .yr7ouj4l { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.glr9u .oag26c,
.glr9u .bvbk { color: #6e7681; }
.glr9u .igq5qvj6 a, .glr9u .dzfb a,
.glr9u .meis16 { color: #e6edf3; }
.glr9u .igq5qvj6 a:hover, .glr9u .dzfb a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .glr9u .asbx7c { background: #0d1117; border-top-color: #21262d; }
  .glr9u .asbx7c li a { border-bottom-color: #21262d; }
}
.px5je .li75      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.px5je .p9o6s429 { color: var(--accent-light); }
.px5je .asbx7c { --msep-color: #475569; }
.px5je .asbx7c a { color: #475569; }
.px5je .asbx7c a:hover { color: var(--accent-light); }
.px5je .xish { color: #64748b; }
.px5je .yr7ouj4l { background: #f0f4f8; border-top-color: #cbd5e1; }
.px5je .oag26c,
.px5je .bvbk { color: #64748b; }
.px5je .igq5qvj6 a, .px5je .dzfb a,
.px5je .wm3e a, .px5je .meis16 { color: #374151; }
.px5je .igq5qvj6 a:hover, .px5je .dzfb a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .px5je .asbx7c { background: #f0f4f8; border-top-color: #cbd5e1; }
  .px5je .asbx7c li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.yrqq .li75      { background: var(--accent); border-bottom-color: var(--accent-light); }
.yrqq .p9o6s429 { color: #fff; }
.yrqq .asbx7c { --msep-color: rgba(255,255,255,0.82); }
.yrqq .asbx7c a { color: rgba(255,255,255,0.82); }
.yrqq .asbx7c a:hover { color: #fff; }
.yrqq .xish { color: rgba(255,255,255,0.9); }
.yrqq .yr7ouj4l { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.yrqq .oag26c,
.yrqq .bvbk { color: rgba(255,255,255,0.72); }
.yrqq .igq5qvj6 a, .yrqq .dzfb a,
.yrqq .wm3e a, .yrqq .meis16 { color: #fff; }
.yrqq .ugexqg, .yrqq .odgjd { color: rgba(255,255,255,0.7); }
.yrqq .igq5qvj6 a:hover, .yrqq .dzfb a:hover { color: #fff; }
@media (max-width: 640px) {
  .yrqq .asbx7c { background: var(--accent); border-top-color: var(--accent-light); }
  .yrqq .asbx7c li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.h1ts0e5 .li75 {
  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);
}
.h1ts0e5 .yr7ouj4l {
  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) {
  .h1ts0e5 .asbx7c {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.pcosh3ts .mvxtfxb { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.fkvt884 .mvxtfxb { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.eqjp .mvxtfxb { min-height: 72px; height: auto; }
.jpgvwxv .mvxtfxb { min-height: 84px; height: auto; }
.dydeih .mvxtfxb { max-width: none; padding: 0 32px; }
.dydeih .v96e80  { max-width: none; padding: 24px 32px; }
.tcye.dke4pkdr .mvxtfxb { max-width: 1200px; }
.tcye.rpwmi9 .mvxtfxb { max-width: 1320px; }
.xhakpllh   .p9o6s429, .xhakpllh   .meis16 { text-transform: capitalize; }
.n2xzu1 .p9o6s429, .n2xzu1 .meis16 { text-transform: lowercase; }
.tmljszcj .p9o6s429, .tmljszcj .meis16 { text-transform: uppercase; letter-spacing: 0.06em; }
.cgah, .y3d0 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.qiyohl6t .cgah,
.qiyohl6t .y3d0 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.gt2bz .cgah,
.gt2bz .y3d0 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.imq66up4 .cgah,
.imq66up4 .y3d0 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.gyu4lc2a .cgah,
.gyu4lc2a .y3d0 { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.bojr4   .asbx7c a { font-weight: 500; }
.d849z .asbx7c a { font-weight: 600; }
.w330qjqz     .asbx7c a { font-weight: 700; }
.ls2q44    .asbx7c a { font-weight: 800; letter-spacing: 0.01em; }
.eahdo     .asbx7c > li + li::before,
.hxge5ek4    .asbx7c > li + li::before,
.rkkqm4    .asbx7c > li + li::before,
.nkv9a4tc .asbx7c > li + li::before,
.fxcu .asbx7c > li + li::before,
.hxqid8d  .asbx7c > li + li::before,
.qlurt    .asbx7c > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.eahdo     .asbx7c > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.hxge5ek4    .asbx7c > li + li::before { content: "|"; }
.rkkqm4    .asbx7c > li + li::before { content: "—"; }
.nkv9a4tc .asbx7c > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.fxcu .asbx7c > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.hxqid8d  .asbx7c > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.qlurt    .asbx7c > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .a5a7ifi5 .xish,
  .rqakaij3 .xish,
  .q2ln .xish,
  .hswks .xish,
  .ku8q .xish {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .a5a7ifi5 .xish::before,
  .rqakaij3 .xish::before,
  .q2ln .xish::before,
  .hswks .xish::before,
  .ku8q .xish::before { content: ""; display: block; flex-shrink: 0; }

  
  .a5a7ifi5 .xish::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;
  }

  
  .rqakaij3 .xish::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;
  }

  
  .q2ln .xish::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;
  }

  
  .hswks .xish::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;
  }

  
  .ku8q .xish::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) {
  .kcma .xish {
    padding: 5px 14px;
  }
  .kcma .asbx7c {
    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;
  }
  .kcma .asbx7c li a {
    border-bottom: none; padding: 10px 22px;
  }
  .kcma .asbx7c li a:hover { background: var(--bg-raised); }
  .kcma .urkmhu,
  .rci706x6 .urkmhu,
  .t159hh .urkmhu { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .jgqgsq .xish {
    padding: 5px 10px;
  }
  .jgqgsq .asbx7c {
    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);
  }
  .jgqgsq .asbx7c.ld9gi { transform: translateX(0); }
  .jgqgsq .asbx7c li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .jgqgsq .asbx7c li:last-child a { border-bottom: none; }
  .yrqq .asbx7c,
  .glr9u .asbx7c { background: var(--accent) !important; }
  .yrqq .asbx7c li a,
  .glr9u .asbx7c li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .t159hh .xish {
    padding: 5px 10px;
  }
  .t159hh .asbx7c {
    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);
  }
  .t159hh .asbx7c::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .t159hh .asbx7c.ld9gi { transform: translateY(0); }
  .t159hh .asbx7c li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .uwglnh .xish {
    padding: 5px 10px;
  }
  .uwglnh .asbx7c {
    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;
  }
  .uwglnh .asbx7c.ld9gi { opacity: 1; pointer-events: auto; }
  .uwglnh .asbx7c li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .zto2gbok     .xish { border-radius: 0 !important; }
  .t0a82ss0   .xish { border-radius: 8px !important; }
  .vzwtcz .xish { border-radius: 50% !important; }
  .oo8l   .xish { border-radius: 999px !important; }
}
.itabor9z .dvrjq { height: 36px; }
.oe6dbvg .dvrjq { height: 60px; max-width: 200px; }
.hfzjp .dvrjq { height: 76px; max-width: 240px; }
@media (min-width: 720px) {
  .gote6t .woziymyi {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .gote6t .ll0gnxn {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .gote6t .ll0gnxn { padding: 40px 16px 20px; }
  .gote6t .g8c3 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .gote6t .ba0cyjlt { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .ewnn6 .ll0gnxn {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ewnn6 .ll0gnxn::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ewnn6 .vlvk {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ewnn6 .cbqwdf { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ewnn6 .g8c3 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ewnn6 .ba0cyjlt { width: 100%; min-width: 0; }
  .ewnn6 .oetcz { min-width: 0; }
}
.gofw .woziymyi { counter-reset: cs-rank; }
.gofw .ll0gnxn::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.v4axegez .nej8jc {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.v4axegez .nej8jc summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.v4axegez .nej8jc p { padding: 0 2px 16px; }
.tl2z1 .nej8jc { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.tl2z1 .nej8jc summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.tl2z1 .nej8jc summary::after { content: "›"; font-size: 1.2em; }
.tl2z1 .nej8jc[open] summary::after { content: "‹"; }
.tl2z1 .nej8jc p { padding: 10px 22px 4px; }
.va5rxq .nej8jc {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.va5rxq .nej8jc summary { color: var(--text-primary); padding-left: 16px; }
.va5rxq .nej8jc summary::after { content: "›"; font-size: 1.1em; }
.va5rxq .nej8jc[open] summary::after { content: "‹"; }
.va5rxq .nej8jc p { padding-left: 16px; }
.t2r1a .l9s71eft { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.t2r1a .nej8jc {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.t2r1a .nej8jc:last-child { border-bottom: none; }
.t2r1a .nej8jc summary { color: var(--text-primary); border-radius: 0; }
.t2r1a .nej8jc summary::after { content: "›"; font-size: 1.1em; }
.t2r1a .nej8jc[open] summary::after { content: "‹"; }
.ictpgelh .nej8jc { overflow: hidden; }
.ictpgelh .nej8jc summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.ictpgelh .nej8jc summary::after { color: rgba(255,255,255,.75); }
.ictpgelh .nej8jc[open] summary { border-radius: 0; }
.yoaungn6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ohnze8 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.xs17as {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.k8cu { color: var(--text-muted); font-size: 1.05rem; }
.e4kbv {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.yoyb {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.vem05 { margin-bottom: 20px; }
.ui71rgb {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.tz2f2 {
  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;
}
.tz2f2:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.s93i65 { resize: vertical; min-height: 130px; }
.x7sf { width: 100%; margin-top: 8px; }
.p5zw {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.o8joi {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ntkx { color: var(--text-muted); line-height: 1.75; }
.pt2l { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.pt2l li { margin-bottom: 6px; }
.zq6vktko { max-width: 760px; margin: 0 auto; }
.he33ui5i { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.zjgztje { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.zjgztje:last-child { border-bottom: none; }
.zjgztje h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.zjgztje p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ozzuy { max-width: 760px; margin: 0 auto; }
.lcwc0a { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.lcwc0a:last-child { border-bottom: none; }
.noks { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.lcwc0a p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.lcwc0a ul.pt2l { margin: 0; }
.rbqsvoeo .noks { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .rbqsvoeo { grid-template-columns: 1fr; gap: 10px; } }
.zy1x .noks { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.fghx .pt2l { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .osc5nv { grid-template-columns: 1fr; } }
.rx4h92wi { color: inherit; text-decoration: none; }
.rx4h92wi:hover { color: var(--accent-light); text-decoration: underline; }
.qjgrd { display: inline-block; line-height: 0; }
.giadtzc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.t34ijz01 { max-width: 760px; margin: 0 auto; }
.j830lp8 ul.pt2l { margin: 0; }
.uie31 { color: var(--text-muted); line-height: 1.75; }
.reu4wdvw .pt2l,
.ymhfd1 .pt2l,
.hv7bov .pt2l,
.m7qt .pt2l {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.or5xya { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ed4e { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.h3vfl4zu { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ouzqwc { margin-top: 12px; }
.wkqv67 { 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; }
.wkqv67:hover { border-bottom-color: var(--accent-light); }
.j5fmdmar { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.j5fmdmar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.j3yuauz { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.mapeo62 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.aw01s5ok { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .qhso13mx { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.fbm6r .h3vfl4zu, .fbm6r .ed4e { max-width: 640px; }
.viygu4 .or5xya { font-size: 1.6rem; margin-top: 18px; }
.mcd4w .h3vfl4zu { margin-bottom: 28px; }
@media (max-width: 860px) { .phjpsz0 { grid-template-columns: 1fr; } .viygu4 { position: static; text-align: center; } }
.cy7nz .j5fmdmar { margin: 0 auto 18px; }
.cy7nz .mapeo62 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .q9ep { grid-template-columns: 1fr; } }
.xekke { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.dolyhsi { flex: 1; }
.xekke .or5xya { font-size: 1.6rem; margin-bottom: 6px; }
.uj72 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.m7qt { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.f3qgrti { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.m7qt p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.m7qt .pt2l { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .xekke { flex-direction: column; text-align: center; } .uj72 { grid-template-columns: 1fr; } }
.qkc1 .or5xya { font-size: 1.35rem; margin: 0 0 4px; }
.qkc1 .mapeo62 { margin: 0; }
.hku5zaqb .xs17as { color: var(--accent-light); }
.zgyv .xs17as { font-size: 2rem; }
.zgyv .k8cu { max-width: 680px; }
.ltf5 .xs17as { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.ltf5 .k8cu  { margin: 0; }
@media (max-width: 640px) { .ltf5 { flex-direction: column; } }
.r6xlc4 .xs17as { color: var(--accent-light); }
.lhzly .xs17as { color: #fff; }
.lhzly .k8cu  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .a5sc9 { grid-template-columns: 1fr; } }
.e3a5sdxb { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.e3a5sdxb .tz2f2 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.e3a5sdxb .tz2f2:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ihot .tz2f2 { background: var(--bg-raised); border-color: transparent; }
.ihot .tz2f2:focus { background: var(--bg-card); border-color: var(--accent-light); }
.kenzwu .tz2f2 { border-radius: 100px; padding: 11px 20px; }
.kenzwu .s93i65 { border-radius: 14px; }
@media (max-width: 640px) { .d0i88i { grid-template-columns: 1fr; } }
.eww3o5 { counter-reset: priv-count; }
.qd940az {
  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);
}
.qd940az:last-child { border-bottom: none; }
.nyp0h {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.qd940az h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.qd940az p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.kfb6t6b { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.kfb6t6b li { margin-bottom: 6px; }
.vs81nk{display:none}
.vs81nk:empty,.z9ftghuu:empty{display:none}
.cvcpyd{position:relative;overflow:visible}
.wua99 .kdbq,.ggi1408u .kdbq,
.vaz7b1zq .kdbq,.vmc3ob .kdbq,
.to2h .kdbq,.ssap76z .kdbq{display:block}
.x8m6rcex .ik989p7c{display:block}
.wua99 .kdbq,.ggi1408u .kdbq,
.vaz7b1zq .kdbq,.vmc3ob .kdbq,
.to2h .kdbq{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}
.wua99 .kdbq .z9ftghuu,.ggi1408u .kdbq .z9ftghuu,
.vaz7b1zq .kdbq .z9ftghuu,.vmc3ob .kdbq .z9ftghuu,
.to2h .kdbq .z9ftghuu{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}
.wua99 .axxt3,.ggi1408u .axxt3,
.vaz7b1zq .axxt3,.vmc3ob .axxt3,
.to2h .axxt3{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.wua99 .kdbq,.ggi1408u .kdbq{top:12px}
.wua99 .kdbq .z9ftghuu{margin-right:auto}
.ggi1408u .kdbq .z9ftghuu{margin-left:auto}
.ggi1408u .kdbq{text-align:right}
.vaz7b1zq .kdbq,.vmc3ob .kdbq{bottom:12px}
.vaz7b1zq .kdbq .z9ftghuu{margin-right:auto}
.vmc3ob .kdbq .z9ftghuu{margin-left:auto}
.vmc3ob .kdbq{text-align:right}
.to2h .kdbq{position:relative;margin-top:16px}
.to2h .kdbq .z9ftghuu{margin:0 auto}
.ssap76z .kdbq{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.ssap76z .kdbq .z9ftghuu{margin:0}
.ssap76z .iqloosgn~.kdbq,
.ssap76z .b2ytw~.kdbq{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.ssap76z .iqloosgn~.kdbq .z9ftghuu,
.ssap76z .b2ytw~.kdbq .z9ftghuu{justify-content:flex-start}
.iqloosgn~.kdbq,.b2ytw~.kdbq{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}
.iqloosgn~.kdbq .z9ftghuu{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.b2ytw~.kdbq .z9ftghuu{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.ik989p7c .z9ftghuu{margin:0 0 12px}
.z9ftghuu{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.axxt3{white-space:nowrap}
.tzoqy .axxt3{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.vwkhx60h .axxt3{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}
.zyp5pb .z9ftghuu{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.zamssn .axxt3{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.zamssn .kn5me8::before{content:""}
.k8x0ihq .axxt3{color: var(--accent-light);opacity:1;font-weight:500}
.j29b17 .axxt3{border-bottom:1px solid currentColor;padding-bottom:2px}
.fzxo .z9ftghuu{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.f19m18m{--date-bg:var(--accent-bg)}
.ofnl .axxt3 + .axxt3::before{content:"•";margin-right:6px;opacity:.4}
.impye .axxt3 + .axxt3::before{content:"/";margin-right:6px;opacity:.35}
.dc24t .axxt3 + .axxt3::before{content:"|";margin-right:6px;opacity:.3}
.j75zwex .kn5me8::before{content:"—";opacity:.3}
.j75zwex .axxt3 + .axxt3::before{content:"—";margin-right:6px;opacity:.3}
.pkjwtz2 .axxt3 + .axxt3::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.u45mztpe .axxt3 + .axxt3::before{content:"·";margin-right:6px;opacity:.4}
.utrh .axxt3 + .axxt3::before{content:"›";margin-right:6px;opacity:.4}
.pu0q77e .axxt3 + .axxt3::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.pzz55myi{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.rli3{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.s15eyv6b{display:flex;flex-direction:column;gap:3px}
.qd9cjs{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.rdvjry{font-weight:700;font-size:1rem;color:var(--text-heading)}
.b2q031{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.k5otq .pzz55myi{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.z8mo24v .pzz55myi{border-top:3px solid var(--accent);padding-top:18px}
.zfx4mv0 .pzz55myi{border-left:3px solid var(--accent);border-radius:0}
.tl6j .pzz55myi{padding:20px 0}
@media(max-width:640px){
  .pzz55myi{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .b2q031{max-width:100%}
}
:root {
  --accent:          #c94e02;
  --brand:           #c94e02;
  --brand-light:     #a6460a;
  --brand-pale:      #cb5d19;
  --grad-start:      #fc7a29;
  --grad-end:        #f5a16e;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #c94e02;
  --cta-light:       #a23d00;
  --cta-hover:       #8c3601;
  --bg-page:         #f8f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f6f4f3;
  --bg-raised:       #f1efed;
  --bg-hover:        #f6f4f3;
  --border:          #e9e4e1;
  --border-alt:      #ddd4cf;
  --border-section:  #e9e4e1;
  --text-primary:    #1c1816;
  --text-muted:      #625750;
  --text-body:       #38312d;
  --text-sub:        #544a44;
  --text-faint:      #8c7c72;
  --text-dim:        #a3968e;
  --text-label:      #70635b;
  --text-value:      #463e39;
  --accent-bg:       #f8e7dc;
  --accent-bg-light: #f7d4bf;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f1f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf4f3;
  --c-pros:          #0c9613;
  --c-cons:          #9f2921;
  --c-pros-label:    #0eb316;
  --c-tip-border:    #10c619;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9613;
}
:root { --logo-bg-opacity: 51%; }
body, button, input { font-family: "Maven Pro", sans-serif; }
.qftna3 .d0ikc5 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.qftna3 .d0ikc5::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.qftna3 .n1tvjz     .d0ikc5::before { content: "";  color: var(--c-tip-border); }.qftna3 .o1nkhtw .d0ikc5::before { content: ""; color: var(--c-warn-border); }.qftna3 .fxrlpzna    .d0ikc5::before { content: ""; color: #60a5fa; }.xz36kkb2 .qftna3 .n1tvjz     .d0ikc5::before { color: #10b981; }.xz36kkb2 .qftna3 .o1nkhtw .d0ikc5::before { color: #f43f5e; }.xz36kkb2 .qftna3 .fxrlpzna    .d0ikc5::before { color: #a855f7; }.jwqurx3j  .qftna3 .n1tvjz     .d0ikc5::before { color: #eab308; }.jwqurx3j  .qftna3 .o1nkhtw .d0ikc5::before { color: #ef4444; }.jwqurx3j  .qftna3 .fxrlpzna    .d0ikc5::before { color: #f97316; }.eoq1e  .qftna3 .n1tvjz     .d0ikc5::before { color: #38bdf8; }.eoq1e  .qftna3 .o1nkhtw .d0ikc5::before { color: #818cf8; }.eoq1e  .qftna3 .fxrlpzna    .d0ikc5::before { color: #2dd4bf; }.awsy0pz .qftna3 .d0ikc5::before { color: var(--accent-light) !important; }
.phvi .e8ha2 li::before, .phvi .kvyzu 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; }.phvi .e8ha2 li::before { content: ""; }.phvi .kvyzu li::before { content: ""; }.phvi .zl8r::before, .phvi .ywteir::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.phvi .zl8r::before { content: ""; }.phvi .ywteir::before { content: ""; }
.r851ds .ka3h59cf, .r851ds .iqloosgn { min-height: 520px; }
.mpuc .vithsb7n::after,.mpuc .ffn9uw::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.jicbblp::before { content: '>'; }