: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;
}
.athsw5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.zkoa {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.f6hf5n8b {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.qn45b5 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.hjyus { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.hjyus a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.hjyus a:hover { color: var(--accent-light); }
.tnd2g5   .pxy9f2w { border-radius: 0; }
.ws9hkjeq .pxy9f2w li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .pxy9f2w {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ll7ty:hover .pxy9f2w,
  .ll7ty:focus-within .pxy9f2w { display: block; }
  .pxy9f2w li a { padding: 8px 16px; font-size: 0.88rem; }
}
.a9xx {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.mqbh { display: none; }
@media (max-width: 640px) {
  .mqbh {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .mqbh.jsijj { display: block; }
}
@media (max-width: 640px) {
  .a9xx { display: block; }
  .hjyus > li + li::before { display: none !important; }
  .hjyus {
    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;
  }
  .hjyus.jsijj { display: flex; }
  .hjyus li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .hjyus li:last-child a { border-bottom: none; }
}
.pdgukbm { min-height: 480px; }
.n6dm7g5v {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.q0a256k { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.bim28c89 .q0a256k { margin-left: 0; margin-right: 0; }
.h1m7 {
  background: var(--accent); 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;
}
.h1m7:hover { opacity: 0.88; }
.lr57ua .n6dm7g5v { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.lr57ua .q0a256k { color: #e2e8f0; }
.lr57ua.ftcqo .eacsll { text-align: center; }
.ut0fqryi .n6dm7g5v { color: var(--text-primary); text-shadow: none; }
.ut0fqryi .q0a256k { color: var(--text-muted); }
.ut0fqryi .h1m7 { margin-top: 16px; }
.ut0fqryi, .ut0fqryi.pdgukbm { min-height: auto !important; }
.ut0fqryi.ftcqo .eacsll { text-align: center; }
@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%); }
}
@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); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fjrf82sa .n6dm7g5v { color: #fff; }
.fjrf82sa .q0a256k { color: rgba(255,255,255,0.85); }
.fjrf82sa .h1m7 { background: #fff; color: var(--accent); }
.fjrf82sa .h1m7:hover { opacity: 0.92; }
.h85f3v .bcvs { position: relative; overflow: hidden; }
.h85f3v .bcvs::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;
}
.yhzdf3u .bcvs {
  animation: hg-breathe 7s ease-in-out infinite;
}
.kpx0ph .bcvs { position: relative; overflow: hidden; }
.kpx0ph .bcvs::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;
}
.rpui39 .bcvs { position: relative; overflow: hidden; }
.rpui39 .bcvs::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;
}
.rzvko .bcvs {
  animation: hg-fadein 1.2s ease-out both;
}
.bcvs {
  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%);
}
.uxup1i {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.tk4jr2b {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.bcvs .n6dm7g5v { text-shadow: none; color: var(--accent-pale); }
.bcvs .q0a256k { color: var(--text-muted); }
.bcvs.ftcqo .uxup1i { align-items: center; text-align: center; }
.bcvs.bim28c89   .uxup1i { align-items: flex-start; text-align: left; }
.yj56d .tk4jr2b { position: relative; }
.yj56d .tk4jr2b::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.yj56d.z0bpx2 .tk4jr2b::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.w2koub8 .tk4jr2b {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.w2koub8.z0bpx2 .tk4jr2b { padding: 32px 0 32px 32px; }
.g2y02k .tk4jr2b {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.z0bpx2 .uxup1i {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.g2y02k.z0bpx2 .tk4jr2b { padding: 40px 16px 40px 48px; }
.lwt51 .vrqs6 {
  display: flex !important; flex-direction: column; justify-content: center;
  gap: 0; padding: 24px 20px;
  background: rgba(0,0,0,0.78); backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-left: 1px solid rgba(255,255,255,0.08);
}
.gx7dj2 {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 22px 20px; text-decoration: none; color: #fff;
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s;
}
.gx7dj2:last-child { border-bottom: none; }
.gx7dj2:hover { background: rgba(255,255,255,0.14); }
.nelw6 { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1; }
.kxiner { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.a5lai { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.rp1b { font-weight: 700; font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.n28k { font-size: 0.82rem; color: rgba(255,255,255,0.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.t9jkv7wg { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.fuf8gt { font-weight: 800; font-size: 1.3rem; color: var(--accent-pale); }
.fuf8gt small { font-size: 0.7rem; font-weight: 500; opacity: 0.6; }
.h7ah7u9 { font-size: 0.8rem; padding: 6px 14px; white-space: nowrap; }
.v7dn3p .tk4jr2b { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .bcvs { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .bcvs .tk4jr2b { display: none !important; }
  .v7dn3p .tk4jr2b { display: none !important; }
  .lwt51 .vrqs6 { display: none !important; }
  .ca8od83 .q7tn26w { display: none !important; }
  .uxup1i  { padding: 36px 24px; }
  .bcvs~.xn9we3j,.z0bpx2~.xn9we3j{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .pdgukbm, .bcvs { min-height: 320px !important; }
  
  .n6dm7g5v { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .isgt0 { display: none !important; }
  
  .mcoiq { flex-direction: column; align-items: center; }
  .fo8uwol { width: 100%; max-width: 340px; }
}
.fin9pd6x { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.mgcc3 { width: 100%; height: 300px; object-fit: cover; display: block; }
.b9w7r0 .fin9pd6x        { border-radius: 16px; }
.b9w7r0 .mgcc3  { border-radius: 16px; }
.sn9f .fin9pd6x         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.sn9f .mgcc3   { border-radius: 8px; }
.psp3 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.hza9aeum { width: 100%; padding: 32px 0; position: relative; }
.u3iv { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.d6imsq53 .hza9aeum:nth-child(even) { background: var(--bg-surface); }
.d6imsq53 .hza9aeum:nth-child(odd)  { background: var(--bg-page); }
.qgmes9d .hza9aeum:nth-child(even) { background: var(--bg-card); }
.qgmes9d .hza9aeum:nth-child(odd)  { background: var(--bg-page); }
.d6imsq53 .hza9aeum:nth-child(odd)  .u3iv { background: var(--bg-card); border-radius: 6px; }
.d6imsq53 .hza9aeum:nth-child(even) .u3iv { background: var(--bg-raised); border-radius: 6px; }
.qgmes9d .hza9aeum:nth-child(odd)  .u3iv { background: var(--bg-card); border-radius: 6px; }
.qgmes9d .hza9aeum:nth-child(even) .u3iv { background: var(--bg-raised); border-radius: 6px; }
.d6imsq53 .hza9aeum:nth-child(even) .koh5vmd6 .lzv3lyj6,
.qgmes9d .hza9aeum:nth-child(even) .koh5vmd6 .lzv3lyj6 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.d6imsq53 .hza9aeum:nth-child(odd) .koh5vmd6 .lzv3lyj6,
.qgmes9d .hza9aeum:nth-child(odd) .koh5vmd6 .lzv3lyj6 { background: var(--bg-card-inner); }
.d6imsq53 .hza9aeum:nth-child(even) .pehx7sjw .lzv3lyj6:nth-child(odd),
.qgmes9d .hza9aeum:nth-child(even) .pehx7sjw .lzv3lyj6:nth-child(odd)  { background: var(--bg-card); }
.d6imsq53 .hza9aeum:nth-child(even) .pehx7sjw .lzv3lyj6:nth-child(even),
.qgmes9d .hza9aeum:nth-child(even) .pehx7sjw .lzv3lyj6:nth-child(even) { background: var(--bg-card-inner); }
h1.xv7vs5x { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.xv7vs5x {
  font-size: 1.6rem; font-weight: 700; color: var(--accent-light);
  margin: 0 0 16px;
  
}
h3.qm9f { font-size: 1.2rem; font-weight: 700; color: var(--accent-pale); margin: 0 0 10px; }
.f91r h2.xv7vs5x {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.c8f94 h2.xv7vs5x {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.po3t h2.xv7vs5x {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.qm6s h2.xv7vs5x::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jxoj7ng2 h2.xv7vs5x {
  color: var(--text-primary); font-size: 1.7rem;
}
.pmd3evpc h2.xv7vs5x::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.k2xjvo h2.xv7vs5x {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.lgvvwm { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .lgvvwm { display: none; } }
.k8268it { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.dl4m { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.duuko8r8 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.kkl9z1s { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.z9blns { padding-left: 20px; }
.z9blns li { margin-bottom: 6px; }
.z9blns a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.z9blns a:hover { color: var(--accent-light); }
.ahdmi .kkl9z1s { display: none; }
.r3xr .kkl9z1s { display: none; }
.r3xr .z9blns { padding-left: 0; list-style: none; }
.r3xr .z9blns li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.r3xr .z9blns a { font-size: 0.92rem; }
.hvcx6a .duuko8r8 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.hvcx6a .kkl9z1s { display: none; }
.hvcx6a .z9blns { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.hvcx6a .z9blns li { margin-bottom: 0; }
.hvcx6a .z9blns 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;
}
.hvcx6a .z9blns a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.s4g5s .duuko8r8 { padding: 20px 20px 16px; }
.s4g5s .z9blns {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.s4g5s .z9blns li { counter-increment: toc-c; margin-bottom: 0; }
.s4g5s .z9blns a {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-card); border-radius: 8px;
  padding: 9px 12px; border: 1px solid var(--border);
  font-size: 0.88rem; color: var(--text-muted);
}
.s4g5s .z9blns a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700;
}
.s4g5s .z9blns a:hover { color: var(--accent-light); border-color: var(--accent); }
.z053 .duuko8r8 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.z053 .kkl9z1s { display: none; }
.z053 .z9blns { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.z053 .z9blns li { margin-bottom: 0; }
.z053 .z9blns li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.z053 .z9blns li:last-child::after { content: ""; margin-right: 0; }
.z053 .z9blns a { font-size: 0.9rem; }
.lzv3lyj6 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.koh5vmd6 .lzv3lyj6 { background: var(--bg-card); }
.pehx7sjw .lzv3lyj6:nth-child(odd)  { background: var(--bg-card); }
.pehx7sjw .lzv3lyj6:nth-child(even) { background: var(--bg-raised); }
.qkfyjs .lzv3lyj6 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.qkfyjs .lzv3lyj6:last-child { border-bottom: none; }
.qkfyjs h3.qm9f { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.iodezyh .lzv3lyj6 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.iodezyh .lzv3lyj6 + .lzv3lyj6 { margin-top: 4px; }
.btszwebt .lzv3lyj6 { background: none; border-radius: 0; padding: 12px 0; }
.btszwebt .lzv3lyj6 + .lzv3lyj6 { border-top: 1px solid var(--border-section); }
.hzmvtiap { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.je3t2 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.gc1u3ob { color: var(--text-body); margin-bottom: 10px; }
.en4g7nv2, .xpzeqd { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.en4g7nv2 li, .xpzeqd li { margin-bottom: 6px; }
.xpzeqd li { list-style: decimal; }
.lffms5lc     .en4g7nv2 { list-style-type: "● "; }
.q19rr0um  .en4g7nv2 { list-style-type: "■ "; }
.lbvw .en4g7nv2 { list-style-type: "◆ "; }
.v0hxa    .en4g7nv2 { list-style-type: "★ "; }
.lffms5lc     .k2diemj3 { list-style-type: "● "; }
.q19rr0um  .k2diemj3 { list-style-type: "■ "; }
.lbvw .k2diemj3 { list-style-type: "◆ "; }
.v0hxa    .k2diemj3 { list-style-type: "★ "; }
.lffms5lc    .en4g7nv2 li::marker, .lffms5lc    .k2diemj3 li::marker,
.q19rr0um .en4g7nv2 li::marker, .q19rr0um .k2diemj3 li::marker,
.lbvw .en4g7nv2 li::marker, .lbvw .k2diemj3 li::marker,
.v0hxa   .en4g7nv2 li::marker, .v0hxa   .k2diemj3 li::marker {
  color: var(--accent); font-size: 0.8em;
}
.lffms5lc .xpzeqd,
.q19rr0um .xpzeqd,
.lbvw .xpzeqd,
.v0hxa .xpzeqd {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.lffms5lc .xpzeqd li,
.q19rr0um .xpzeqd li,
.lbvw .xpzeqd li,
.v0hxa .xpzeqd li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.lffms5lc .xpzeqd li::before,
.q19rr0um .xpzeqd li::before,
.lbvw .xpzeqd li::before,
.v0hxa .xpzeqd 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;
}
.lffms5lc     .xpzeqd li::before { border-radius: 50%; }
.q19rr0um  .xpzeqd li::before { border-radius: 3px; }
.lbvw .xpzeqd li::before { border-radius: 3px; }
.v0hxa    .xpzeqd li::before { border-radius: 50%; }
.yrteg { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.cmq5 .yrteg,
.zw4in .yrteg { background: transparent; border: none; border-radius: 0; }
.y4ma { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.y4ma th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.y4ma td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.y4ma tr:hover td { background: var(--bg-hover); }
.i81mij .y4ma tbody tr:nth-child(even) td { background: var(--bg-surface); }
.hbm3 .y4ma { border: 1px solid var(--border-alt); }
.hbm3 .y4ma th,
.hbm3 .y4ma td { border: 1px solid var(--border-alt); }
.mfs70k0p .y4ma th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.mfs70k0p .y4ma td { border-bottom: none; }
.mfs70k0p .y4ma tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.ksiux .y4ma th {
  background: var(--accent); color: #fff; letter-spacing: 0.03em;
}
.kiy5l .yrteg {
  overflow: hidden;
}
.kiy5l .y4ma th { border-bottom: 1px solid var(--border-alt); }
.kiy5l .y4ma tr:last-child td { border-bottom: none; }
.s357 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.y5q0y7 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.w9x5vj { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.iyfqtk8 { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.s5o73dn { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.k2diemj3 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.k2diemj3 li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.qrqp .iyfqtk8 { background: transparent; text-align: center; }
.t7a5cp .w9x5vj {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.jcj6dv62 .w9x5vj {
  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);
}
.ruei .y5q0y7 { display: grid; grid-template-columns: auto 1fr; }
.ruei .w9x5vj {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ruei .iyfqtk8 { grid-column: 2; }
.ruei .s5o73dn,
.ruei .k2diemj3 { grid-column: 1 / -1; }
.brh4q .y5q0y7 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.brh4q .w9x5vj {
  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);
}
.brh4q .iyfqtk8 { grid-column: 2; }
.brh4q .s5o73dn,
.brh4q .k2diemj3 { grid-column: 1 / -1; }
.g8tpy .y5q0y7 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.g8tpy .iyfqtk8 { background: none; color: var(--accent-light); font-weight: 700; }
.mhfy963 .y5q0y7 { 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); }
.mhfy963 .iyfqtk8 { background: none; color: var(--accent-light); font-weight: 700; }
.nmuupl .y5q0y7 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.nmuupl .y5q0y7:last-child { border-bottom: none; }
.nmuupl .iyfqtk8 { background: none; color: var(--accent-light); font-weight: 700; }
.vhic2497 .y5q0y7 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.vhic2497 .iyfqtk8 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ozih5f8 .s357 { counter-reset: card-n; }
.ozih5f8 .y5q0y7  { counter-increment: card-n; }
.ozih5f8 .iyfqtk8 { display: flex; align-items: center; gap: 10px; }
.ozih5f8 .iyfqtk8::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;
}
.hv93 .y5q0y7 { background: var(--bg-surface); border: 1px solid var(--border); }
.hv93 .iyfqtk8 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.eq42 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.x74vknet  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.kwya { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.rhb8wwx { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.eq42 strong { color: var(--text-primary); font-size: 0.95rem; }
.eq42 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.aizg1m { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.v3w2nqx, .gazdjs { border-radius: 8px; padding: 14px; }
.v3w2nqx { background: var(--bg-pros); }
.gazdjs { background: var(--bg-cons); }
.f4vazwcp { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.v3w2nqx .f4vazwcp { color: var(--c-pros-label); }
.gazdjs .f4vazwcp { color: #f87171; }
.v3w2nqx ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.gazdjs ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.mgcc3 { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; display: block; }
.w2icq5ms {
  background: var(--accent); 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;
}
.w2icq5ms:hover { opacity: 0.85; }
.ctqpebsn .w2icq5ms  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.ctqpebsn .w2icq5ms:hover  { background: var(--accent); color: #fff; opacity: 1; }
.lfmo0 .w2icq5ms  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.lfmo0 .w2icq5ms:hover  { background: var(--accent); color: #fff; opacity: 1; }
.zsnv .h1m7 { border-radius: 50px; }
.zsnv .w2icq5ms  { border-radius: 50px; }
.l95i6pnz .h1m7 { padding-left: 22px; padding-right: 22px; }
.l95i6pnz .w2icq5ms  { padding-left: 12px; padding-right: 12px; }
.yxgz .h1m7 { padding-left: 44px; padding-right: 44px; }
.yxgz .w2icq5ms  { padding-left: 24px; padding-right: 24px; }
.hubw063h .h1m7 { padding-left: 56px; padding-right: 56px; }
.hubw063h .w2icq5ms  { padding-left: 32px; padding-right: 32px; }
.dps04   .h1m7::after, .dps04   .w2icq5ms::after,
.m2liu18q .h1m7::after, .m2liu18q .w2icq5ms::after,
.k3mddnx    .h1m7::after, .k3mddnx    .w2icq5ms::after,
.o4alva4e    .h1m7::after, .o4alva4e    .w2icq5ms::after,
.f13i6ua    .h1m7::after, .f13i6ua    .w2icq5ms::after,
.ir6zn1rv     .h1m7::after, .ir6zn1rv     .w2icq5ms::after,
.lp528    .h1m7::after, .lp528    .w2icq5ms::after,
.mlnk   .h1m7::after, .mlnk   .w2icq5ms::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;
}
.dps04 .h1m7::after, .dps04 .w2icq5ms::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");
}
.m2liu18q .h1m7::after, .m2liu18q .w2icq5ms::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");
}
.k3mddnx .h1m7::after, .k3mddnx .w2icq5ms::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");
}
.o4alva4e .h1m7::after, .o4alva4e .w2icq5ms::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");
}
.f13i6ua .h1m7::after, .f13i6ua .w2icq5ms::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");
}
.ir6zn1rv .h1m7::after, .ir6zn1rv .w2icq5ms::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");
}
.lp528 .h1m7::after, .lp528 .w2icq5ms::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");
}
.mlnk .h1m7::after, .mlnk .w2icq5ms::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");
}
.u99oa   .d8qcmpq::after, .u99oa   .czwugx::after,
.ro41xczc .d8qcmpq::after, .ro41xczc .czwugx::after,
.jew5    .d8qcmpq::after, .jew5    .czwugx::after,
.fh0vx2ex    .d8qcmpq::after, .fh0vx2ex    .czwugx::after,
.f8vgheq    .d8qcmpq::after, .f8vgheq    .czwugx::after,
.ha9kfxff     .d8qcmpq::after, .ha9kfxff     .czwugx::after,
.cehoo    .d8qcmpq::after, .cehoo    .czwugx::after,
.zkth   .d8qcmpq::after, .zkth   .czwugx::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;
}
.u99oa .d8qcmpq::after, .u99oa .czwugx::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");
}
.ro41xczc .d8qcmpq::after, .ro41xczc .czwugx::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");
}
.jew5 .d8qcmpq::after, .jew5 .czwugx::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");
}
.fh0vx2ex .d8qcmpq::after, .fh0vx2ex .czwugx::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");
}
.f8vgheq .d8qcmpq::after, .f8vgheq .czwugx::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");
}
.ha9kfxff .d8qcmpq::after, .ha9kfxff .czwugx::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");
}
.cehoo .d8qcmpq::after, .cehoo .czwugx::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");
}
.zkth .d8qcmpq::after, .zkth .czwugx::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");
}
.girq { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }
.fmiggr2 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 10px 16px;
  display: flex; flex-direction: row; align-items: center; gap: 14px;
  transition: background .15s;
}
.fmiggr2 > [itemprop="item"] { display: contents; }
.fmiggr2:hover { background: var(--bg-hover); }
.o3bj {
  background: var(--accent-bg);
  border-radius: 8px; padding: 4px 8px;
  display: flex; align-items: center; justify-content: center;
  min-width: 56px; height: 42px; flex-shrink: 1;
}
.yg0faf .o3bj { background: #1a1a1a; }
.snm3 .o3bj { background: rgba(128,128,128,.12); }
.k6zp .o3bj { background: var(--bg-raised); }
.rlzw .o3bj { background: transparent; padding: 0; }
.gvga60 { max-height: 34px; max-width: 80px; object-fit: contain; }
.qhmng8 { display: flex; align-items: center; gap: 12px; flex-shrink: 1; min-width: 0; }
.h3fn0ur6 { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wa4p9cr1 { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.h14qox { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.i9ior { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.q0l9jv { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.s3hsnpg2 { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.s3hsnpg2.w2icq5ms { padding-left: 16px !important; padding-right: 16px !important; }
@media (max-width: 720px) {
  .girq { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .girq .fmiggr2 { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .girq .qhmng8 { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .girq .o3bj { width: 100%; min-width: unset; height: 52px; }
  .girq .gvga60 { max-height: 40px; max-width: 110px; }
  .girq .h3fn0ur6 { min-width: unset; text-align: center; white-space: normal; }
  .girq .h14qox { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .girq .s3hsnpg2 { width: 100%; text-align: center; margin-left: 0; }
  .zmh5 .fmiggr2 { row-gap: 8px !important; gap: 8px !important; }
}
.s0bx5h {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.vv48r {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.dy4i70 {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.dy4i70 img { max-width: 80px; max-height: 50px; object-fit: contain; }
.mvenoaz { flex: 1; }
.mvenoaz h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.mfxqdnj { color: var(--c-stars); font-size: 1.1rem; }
.gytu3thq { margin-bottom: 8px; }
.tx7kh { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.etkquaof::before   { content: "★ "; color: var(--accent); }
.dj07rl { flex-shrink: 0; }
.tubw img.qiunk { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.cmq5 { padding: 20px 24px; }
.o96p26 { color: var(--text-muted); margin-bottom: 16px; }
.n7gz { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.hfagbcw, .etug9gc1 { list-style: none; font-size: 0.9rem; }
.hfagbcw li { color: var(--c-pros); margin-bottom: 4px; }
.etug9gc1 li { color: var(--c-cons); margin-bottom: 4px; }
.hfagbcw li::before { content: "✓"; margin-right: 5px; }
.etug9gc1 li::before { content: "✗"; margin-right: 5px; }
.qeo6x7n .hfagbcw li::before { content: "→"; }
.qeo6x7n .etug9gc1 li::before { content: "–"; }
.oellx5c  .hfagbcw li::before { content: "★"; }
.oellx5c  .etug9gc1 li::before { content: "✕"; }
.yfn15h0    .hfagbcw li::before { content: "◆"; }
.yfn15h0    .etug9gc1 li::before { content: "▲"; }
.sqddoht  .hfagbcw li::before { content: "▶"; }
.sqddoht  .etug9gc1 li::before { content: "■"; }
.ugfjuyb { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.ow7u9 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.q2zjz3ti { background: var(--bg-pros); color: var(--c-tag-pay); }
.f95z { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.gathr6i .f95z { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.kjs91f .f95z { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .jc7i9 .wixsdc {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .jc7i9 .s0bx5h { margin: 0; }
}
.ayzafguz .vv48r { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.ayzafguz .mvenoaz h3 { color: var(--accent-light); }
.ayzafguz .dy4i70 { background: var(--bg-page); border: 1px solid var(--border); }
.id71j .s0bx5h { border-top: 4px solid var(--accent); }
.id71j .vv48r { background: var(--bg-card); }
.t2z6 .s0bx5h { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.t2z6 .vv48r { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.t2z6 .cmq5 { padding: 14px 16px; }
.t2z6 .dy4i70 { border-radius: 4px; }
.t2z6 .f95z { border-radius: 0; }
.iu02u .vv48r { padding: 0; gap: 0; overflow: hidden; }
.iu02u .dy4i70 { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.iu02u .mvenoaz { padding: 16px 20px; }
.iu02u .dj07rl { padding: 16px 20px; align-self: center; }
.pe0h .mfxqdnj { font-size: .95rem; }
.zw4in .aizg1m { gap: 10px; }
.zw4in .v3w2nqx, .zw4in .gazdjs { padding: 12px; }
.zw4in .v3w2nqx ul, .zw4in .gazdjs ul { margin: 4px 0 0; padding-left: 18px; }
.zw4in .v3w2nqx li, .zw4in .gazdjs li { font-size: .85rem; margin-bottom: 3px; }
.gmmu6y .ow7u9 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .ucuj1 { grid-template-columns: 1fr; }
  .k9mj { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .k9mj .med01 { width: 72px; height: 50px; }
  .k9mj .chp9b { max-width: 180px; }
  .k9mj .p7hdw { width: auto; }
}
.b16e .pe0h .mfxqdnj { filter: brightness(1.2); }
@media (max-width: 720px) {
  .b16e { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .s6e38v2c { padding: 16px; }
  .z98trn6c .y4ncfr { min-width: 50%; }
}
.qfwpx .aizg1m { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .gurg8an4 { grid-template-columns: 1fr; }
  .a232b4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .qn9vl { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .yv5axy { flex-wrap: wrap; padding: 16px; }
}
.afyq .aizg1m { gap: 8px; }
.afyq .v3w2nqx, .afyq .gazdjs { padding: 8px; }
@media (max-width: 480px) {
  .fqzgyg1 { flex-direction: column; align-items: stretch; }
}
.ppxp .p7hdw .w2icq5ms { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .v5qd456h { flex-direction: column; align-items: stretch; gap: 10px; }
  .ppxp .p7hdw { text-align: center; }
}
@media (max-width: 720px) {
  .cpp9bypa { grid-template-columns: 1fr; }
  .gv886i0o { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hwel { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.cdc1 .slwwsh95 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.t0x13 .mfxqdnj { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .d3nd8 { grid-template-columns: 1fr; }
  .t0x13 { width: 100px; height: 100px; margin: 16px auto; }
  .cdc1 { font-size: 1.4rem; }
  .nqphrg { justify-content: center; }
  .bgvhn .y4ncfr { min-width: 50%; }
}
.vs8pu84c .aizg1m { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .akz2f { flex-wrap: wrap; padding: 14px 16px; }
  .z5wx { padding: 12px 16px; }
  .vs8pu84c .aizg1m { margin: 0 16px; }
  .vs8pu84c .gmmu6y { padding: 0 16px; }
  .pagynu36 { padding: 12px 16px; }
}
.rb7td .girq {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px;
}
.rb7td .girq .fmiggr2:only-child {
  grid-column: 1 / -1; flex-direction: row; align-items: center; padding: 18px 24px; gap: 16px;
}
.rb7td .girq .fmiggr2:only-child .qhmng8 { flex-direction: row; width: auto; }
.rb7td .girq .fmiggr2:only-child .o3bj { width: 72px; height: 52px; min-width: 72px; }
.rb7td .girq .fmiggr2:only-child .h3fn0ur6 { text-align: left; }
.rb7td .girq .fmiggr2:only-child .h14qox { flex-direction: row; width: auto; border-top: none; padding-top: 0; }
.rb7td .girq .fmiggr2:only-child .s3hsnpg2 { width: auto; }
.rb7td .girq .fmiggr2 {
  flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px;
}
.rb7td .girq .qhmng8 { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
.rb7td .girq .o3bj { width: 100%; min-width: unset; height: 52px; }
.rb7td .girq .h3fn0ur6 { min-width: unset; text-align: center; white-space: normal; }
.rb7td .girq .h14qox {
  flex-direction: row; justify-content: space-between;
  width: 100%; border-top: 1px solid var(--border); padding-top: 5px;
}
.rb7td .girq .s3hsnpg2 { width: 100%; text-align: center; margin-left: 0; }
@media (max-width: 640px) {
  .rb7td .girq .fmiggr2:only-child { flex-direction: column; align-items: center; gap: 10px; padding: 16px; }
  .rb7td .girq .fmiggr2:only-child .qhmng8 { flex-direction: column; width: 100%; align-items: center; }
  .rb7td .girq .fmiggr2:only-child .h14qox { flex-direction: column; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; }
  .rb7td .girq .fmiggr2:only-child .s3hsnpg2 { width: 100%; }
}
.rb7td .vv48r { gap: 14px; }
.w0phbxd .i9ior {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.w0phbxd .q0l9jv {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.w0phbxd .wa4p9cr1 { color: var(--accent); }
.w0phbxd .vv48r { background: var(--accent-bg); }
.w0phbxd .etkquaof, .w0phbxd .rktdj5, .w0phbxd .d2o76tfm {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.i2r3s .h14qox { flex-direction: column; align-items: flex-start; gap: 2px; padding-top: 6px; }
.i2r3s .i9ior {
  font-size: 0.67rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--text-muted); line-height: 1;
}
.i2r3s .q0l9jv {
  font-weight: 700; font-size: 0.85rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 2px 10px; display: inline-block;
}
.i2r3s .wa4p9cr1 { color: var(--accent); }
.i2r3s .vv48r { border-bottom: 2px solid var(--accent-bg); }
.i2r3s .etkquaof, .i2r3s .rktdj5, .i2r3s .d2o76tfm {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.ya5r .fmiggr2 { border-top: 3px solid var(--accent); }
.ya5r .s0bx5h { overflow: hidden; }
.ya5r .vv48r { background: var(--accent-bg); }
.zg8i2df .fmiggr2 { padding: 8px 14px; gap: 12px; }
.zg8i2df .o3bj { height: 32px; min-width: 52px; }
.zg8i2df .gvga60 { max-height: 24px; }
.zg8i2df .h3fn0ur6 { font-size: 0.82rem; }
.zg8i2df .vv48r { padding: 14px 18px; gap: 14px; }
.zg8i2df .cmq5 { padding: 14px 18px; }
.zg8i2df .dy4i70 { width: 70px; }
.zg8i2df .mvenoaz h3 { font-size: 1.05rem; }
.cq7v8y .girq { gap: 0; }
.cq7v8y .fmiggr2 {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.cq7v8y .fmiggr2:last-child { border-bottom: none; }
.cq7v8y .fmiggr2:nth-child(odd) { background: var(--accent-bg); }
.cq7v8y .fmiggr2:nth-child(odd):hover { background: var(--bg-hover); }
.zmh5 .girq {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.zmh5 .fmiggr2 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.zmh5 .fmiggr2:last-child { border-bottom: none; }
.zmh5 .wa4p9cr1,
.zmh5 .lfcy2yic,
.zmh5 .d4as { border-left: 1px solid var(--border); padding-left: 10px; }
.zmh5 .h3fn0ur6 { padding: 0 10px; }
.invwr .qhmng8 { flex-direction: column; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.invwr .h3fn0ur6 { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.invwr .o3bj { min-width: 80px; height: 52px; }
.invwr .gvga60 { max-height: 42px; max-width: 100px; }
.y925lbpk .qhmng8 { flex-direction: column-reverse; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.y925lbpk .h3fn0ur6 { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.y925lbpk .o3bj { min-width: 80px; height: 52px; }
.y925lbpk .gvga60 { max-height: 42px; max-width: 100px; }
.xehn .girq { gap: 12px; }
.xehn .fmiggr2 {
  padding: 18px 24px; gap: 20px; border-radius: 12px;
  min-height: 80px;
}
.xehn .o3bj {
  min-width: 90px; height: 64px; padding: 6px 12px; border-radius: 10px;
}
.xehn .gvga60 { max-height: 52px; max-width: 120px; }
.xehn .h3fn0ur6 { font-size: 1rem; }
.xehn .h14qox { font-size: .85rem; }
.xehn .q0l9jv { font-size: .9rem; }
.xehn .s3hsnpg2.w2icq5ms { padding: 10px 24px !important; font-size: .9rem; }
.eza664zf .girq { gap: 16px; }
.eza664zf .fmiggr2 {
  padding: 24px 28px; gap: 24px; border-radius: 14px;
  min-height: 100px; border-width: 2px;
}
.eza664zf .o3bj {
  min-width: 110px; height: 80px; padding: 8px 14px; border-radius: 12px;
  background: var(--bg-raised);
}
.eza664zf .gvga60 { max-height: 64px; max-width: 140px; }
.eza664zf .h3fn0ur6 { font-size: 1.1rem; font-weight: 800; }
.eza664zf .wa4p9cr1 { font-size: .95rem; letter-spacing: 2px; }
.eza664zf .h14qox { font-size: .9rem; }
.eza664zf .q0l9jv { font-size: .95rem; font-weight: 700; }
.eza664zf .i9ior { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.eza664zf .s3hsnpg2.w2icq5ms { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }
@media (max-width: 720px) {
  .rb7td .girq,
  .zg8i2df .girq {
    grid-template-columns: 1fr 1fr;
  }
  .rb7td .girq .fmiggr2:only-child,
  .zg8i2df .girq .fmiggr2:only-child {
    grid-column: 1 / -1;
  }
  .zg8i2df .girq .fmiggr2:only-child .o3bj {
    height: 48px; min-width: 80px;
  }
  .zg8i2df .girq .fmiggr2:only-child .gvga60 {
    max-height: 40px;
  }
}
.ys9cnaee .lfcy2yic { flex: 1.8; }
.ys9cnaee .lfcy2yic .q0l9jv {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.ys9cnaee .lfcy2yic .i9ior { font-weight: 700; color: var(--text-primary); }
.otsaaeku { display: none; }
.cahrqf .wa4p9cr1 { display: none; }
.mtouq8 .wa4p9cr1 { font-size: 1rem; letter-spacing: 2px; }
.d5asl .wa4p9cr1 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--accent); font-weight: 700; letter-spacing: .5px;
}
.dermr .wa4p9cr1,
.agu2x .wa4p9cr1,
.von2ikku .wa4p9cr1 { display: none; }
.dermr .otsaaeku,
.agu2x .otsaaeku,
.von2ikku .otsaaeku { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.dermr .otsaaeku { font-size: 1.4rem; font-weight: 900; color: var(--accent); }
.dermr .otsaaeku small { display: none; }
.agu2x .otsaaeku {
  font-size: 0.85rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 2px 10px; gap: 0;
}
.agu2x .otsaaeku small { font-size: 1em; font-weight: 600; color: var(--accent); opacity: 0.65; }
.von2ikku .otsaaeku {
  font-size: 1rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 3px 9px; gap: 0;
}
.von2ikku .otsaaeku small { display: none; }
.dermr .gytu3thq .mfxqdnj,
.agu2x .gytu3thq .mfxqdnj,
.von2ikku .gytu3thq .mfxqdnj { display: none; }
.dermr .gytu3thq strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.dermr .slwwsh95 { display: none; }
.agu2x .gytu3thq strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.agu2x .mzs9ki9,
.agu2x .slwwsh95 { font-size: 1em; }
.von2ikku .gytu3thq strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.von2ikku .slwwsh95 { display: none; }
.hza9aeum { margin-bottom: 0; }
.qg21r h2.xv7vs5x { color: var(--accent-light); border-color: var(--accent); }
.ng0333 h2.xv7vs5x { color: var(--accent-light); border-color: var(--accent); }
.n7cz .x74vknet     { background: #052e16; border-color: #10b981; }
.n7cz .kwya { background: #2d0a1e; border-color: #f43f5e; }
.n7cz .eq42 strong  { color: #f1f5f9; }
.n7cz .eq42 p       { color: #cbd5e1; }
.n7cz .sf4z    .x74vknet     .rhb8wwx::before,
.n7cz .porhu6  .x74vknet     .rhb8wwx::before,
.n7cz .lvp6  .x74vknet     .rhb8wwx::before,
.n7cz .bis4p .x74vknet     .rhb8wwx::before { color: #10b981; }
.n7cz .sf4z    .kwya .rhb8wwx::before,
.n7cz .porhu6  .kwya .rhb8wwx::before,
.n7cz .lvp6  .kwya .rhb8wwx::before,
.n7cz .bis4p .kwya .rhb8wwx::before { color: #f43f5e; }
.n7cz .sf4z    .dxtdqdw    .rhb8wwx::before,
.n7cz .porhu6  .dxtdqdw    .rhb8wwx::before,
.n7cz .lvp6  .dxtdqdw    .rhb8wwx::before,
.n7cz .bis4p .dxtdqdw    .rhb8wwx::before { color: #a855f7; }
.hahr .x74vknet     { background: #2d2000; border-color: #eab308; }
.hahr .kwya { background: #2d0b0b; border-color: #ef4444; }
.hahr .dxtdqdw    { background: #2d1600; border-color: #f97316; }
.hahr .eq42 strong  { color: #f1f5f9; }
.hahr .eq42 p       { color: #cbd5e1; }
.hahr .sf4z    .x74vknet     .rhb8wwx::before,
.hahr .porhu6  .x74vknet     .rhb8wwx::before,
.hahr .lvp6  .x74vknet     .rhb8wwx::before,
.hahr .bis4p .x74vknet     .rhb8wwx::before { color: #eab308; }
.hahr .sf4z    .kwya .rhb8wwx::before,
.hahr .porhu6  .kwya .rhb8wwx::before,
.hahr .lvp6  .kwya .rhb8wwx::before,
.hahr .bis4p .kwya .rhb8wwx::before { color: #ef4444; }
.hahr .sf4z    .dxtdqdw    .rhb8wwx::before,
.hahr .porhu6  .dxtdqdw    .rhb8wwx::before,
.hahr .lvp6  .dxtdqdw    .rhb8wwx::before,
.hahr .bis4p .dxtdqdw    .rhb8wwx::before { color: #f97316; }
.xdm667sx .x74vknet     { background: #0c1a2e; border-color: #38bdf8; }
.xdm667sx .kwya { background: #12103a; border-color: #818cf8; }
.xdm667sx .eq42 strong  { color: #f1f5f9; }
.xdm667sx .eq42 p       { color: #cbd5e1; }
.xdm667sx .sf4z    .x74vknet     .rhb8wwx::before,
.xdm667sx .porhu6  .x74vknet     .rhb8wwx::before,
.xdm667sx .lvp6  .x74vknet     .rhb8wwx::before,
.xdm667sx .bis4p .x74vknet     .rhb8wwx::before { color: #38bdf8; }
.xdm667sx .sf4z    .kwya .rhb8wwx::before,
.xdm667sx .porhu6  .kwya .rhb8wwx::before,
.xdm667sx .lvp6  .kwya .rhb8wwx::before,
.xdm667sx .bis4p .kwya .rhb8wwx::before { color: #818cf8; }
.xdm667sx .sf4z    .dxtdqdw    .rhb8wwx::before,
.xdm667sx .porhu6  .dxtdqdw    .rhb8wwx::before,
.xdm667sx .lvp6  .dxtdqdw    .rhb8wwx::before,
.xdm667sx .bis4p .dxtdqdw    .rhb8wwx::before { color: #2dd4bf; }
.g9cl4ii .x74vknet     { background: var(--accent-bg); border-color: var(--accent); }
.g9cl4ii .kwya { background: var(--accent-bg-light); border-color: var(--accent-light); }
.g9cl4ii .sf4z    .rhb8wwx::before,
.g9cl4ii .porhu6  .rhb8wwx::before,
.g9cl4ii .lvp6  .rhb8wwx::before,
.g9cl4ii .bis4p .rhb8wwx::before { color: var(--accent-light) !important; }
.g5v8ca::before,
.whh5k::before { margin-right: 5px; }
.k16uoh .v3w2nqx ul li,
.k16uoh .hfagbcw li         { color: #4ade80; }
.k16uoh .v3w2nqx .g5v8ca { color: #22c55e; }
.k16uoh .gazdjs ul li,
.k16uoh .etug9gc1 li         { color: #f87171; }
.k16uoh .gazdjs .whh5k { color: #ef4444; }
.mezd69 .v3w2nqx { background: #0c1a2e; }
.mezd69 .gazdjs { background: #2d1f00; }
.mezd69 .v3w2nqx .g5v8ca { color: #93c5fd; }
.mezd69 .gazdjs .whh5k { color: #fcd34d; }
.mezd69 .v3w2nqx ul li,
.mezd69 .hfagbcw li            { color: #bfdbfe; }
.mezd69 .gazdjs ul li,
.mezd69 .etug9gc1 li            { color: #fde68a; }
.dkg6tz .v3w2nqx { background: var(--accent-bg); }
.dkg6tz .gazdjs { background: var(--accent-bg-light); }
.dkg6tz .v3w2nqx .g5v8ca { color: var(--accent-pale); }
.dkg6tz .gazdjs .whh5k { color: var(--accent-light); }
.dkg6tz .v3w2nqx ul li,
.dkg6tz .hfagbcw li          { color: var(--text-body); }
.dkg6tz .gazdjs ul li,
.dkg6tz .etug9gc1 li          { color: var(--text-body); }
.zdw5 .g5v8ca::before { content: "✓ "; }
.zdw5 .whh5k::before { content: "✗ "; }
.qeo6x7n .g5v8ca::before { content: "→ "; }
.qeo6x7n .whh5k::before { content: "← "; }
.oellx5c .g5v8ca::before { content: "★ "; }
.oellx5c .whh5k::before { content: "✕ "; }
.yfn15h0 .g5v8ca::before { content: "◆ "; }
.yfn15h0 .whh5k::before { content: "▲ "; }
.kjs91f .eq42 { background: transparent; border-left: none; border: 1.5px solid; }
.kjs91f .x74vknet     { border-color: var(--c-tip-border); }
.kjs91f .kwya { border-color: var(--c-warn-border); }
.kjs91f .eq42 strong { color: var(--text-primary); }
.kjs91f .eq42 p      { color: var(--text-muted); }
.gathr6i .eq42 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.gathr6i .x74vknet     { border-top-color: var(--c-tip-border); }
.gathr6i .kwya { border-top-color: var(--c-warn-border); }
.ejm0s3h .eq42 { border-left: none; border-radius: 8px; }
.ejm0s3h .x74vknet     { background: #065f46; }
.ejm0s3h .kwya { background: #92400e; }
.ejm0s3h .eq42 strong,
.ejm0s3h .eq42 p { color: #fff; }
.ejm0s3h .rhb8wwx::before { color: rgba(255,255,255,0.85) !important; }
.n7cz.ejm0s3h .x74vknet,
.n7cz .ejm0s3h .x74vknet     { background: #052e16; }
.n7cz.ejm0s3h .kwya,
.n7cz .ejm0s3h .kwya { background: #2d0a1e; }
.hahr.ejm0s3h .x74vknet,
.hahr .ejm0s3h .x74vknet      { background: #2d2000; }
.hahr.ejm0s3h .kwya,
.hahr .ejm0s3h .kwya  { background: #2d0b0b; }
.hahr.ejm0s3h .dxtdqdw,
.hahr .ejm0s3h .dxtdqdw     { background: #2d1600; }
.xdm667sx.ejm0s3h .x74vknet,
.xdm667sx .ejm0s3h .x74vknet      { background: #0c1a2e; }
.xdm667sx.ejm0s3h .kwya,
.xdm667sx .ejm0s3h .kwya  { background: #12103a; }
.xqsp .eq42 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.xqsp .x74vknet     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.xqsp .kwya { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.xqsp .eq42 strong { color: var(--text-primary); }
.xqsp .eq42 p      { color: var(--text-muted); }
.x0qgp2 .eq42 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.sf4z .rhb8wwx,
.porhu6 .rhb8wwx,
.lvp6 .rhb8wwx,
.bis4p .rhb8wwx { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.sf4z .rhb8wwx::before,
.porhu6 .rhb8wwx::before,
.lvp6 .rhb8wwx::before,
.bis4p .rhb8wwx::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.sf4z .x74vknet     .rhb8wwx::before { content: "✦"; color: var(--c-tip-border); }
.sf4z .kwya .rhb8wwx::before { content: "▲"; color: var(--c-warn-border); }
.sf4z .dxtdqdw    .rhb8wwx::before { content: "◉"; color: #60a5fa; }
.porhu6 .x74vknet     .rhb8wwx::before { content: "★"; color: var(--c-tip-border); }
.porhu6 .kwya .rhb8wwx::before { content: "◆"; color: var(--c-warn-border); }
.porhu6 .dxtdqdw    .rhb8wwx::before { content: "●"; color: #60a5fa; }
.lvp6 .x74vknet     .rhb8wwx::before { content: "▶"; color: var(--c-tip-border); }
.lvp6 .kwya .rhb8wwx::before { content: "■"; color: var(--c-warn-border); }
.lvp6 .dxtdqdw    .rhb8wwx::before { content: "▸"; color: #60a5fa; }
.bis4p .x74vknet     .rhb8wwx::before { content: "→"; color: var(--c-tip-border); }
.bis4p .kwya .rhb8wwx::before { content: "⬥"; color: var(--c-warn-border); }
.bis4p .dxtdqdw    .rhb8wwx::before { content: "◈"; color: #60a5fa; }
.ysg3ukf .koh5vmd6 .lzv3lyj6,
.ysg3ukf .pehx7sjw .lzv3lyj6  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ysg3ukf .y5q0y7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ysg3ukf .fmiggr2                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ysg3ukf .s0bx5h            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.ysg3ukf .yrteg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ysg3ukf .duuko8r8                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ffbj81bo .koh5vmd6 .lzv3lyj6,
.ffbj81bo .pehx7sjw .lzv3lyj6,
.ffbj81bo .y5q0y7,
.ffbj81bo .fmiggr2,
.ffbj81bo .s0bx5h,
.ffbj81bo .yrteg,
.ffbj81bo .duuko8r8,
.ffbj81bo .x0qgp2 .eq42 { box-shadow: none; }
.t6zu29uu   body, .t6zu29uu   { font-size: 0.9rem; }
.t6zu29uu   .gc1u3ob, .t6zu29uu .hzmvtiap, .t6zu29uu .je3t2,
.t6zu29uu   .k8268it, .t6zu29uu .dl4m { font-size: 0.9rem; }
.t6zu29uu   .en4g7nv2, .t6zu29uu .xpzeqd { font-size: 0.9rem; }
.mzy1zpp   .gc1u3ob, .mzy1zpp .hzmvtiap, .mzy1zpp .je3t2,
.mzy1zpp   .k8268it, .mzy1zpp .dl4m { font-size: 0.9rem; }
.mzy1zpp   .en4g7nv2, .mzy1zpp .xpzeqd { font-size: 0.9rem; }
.ob38w   .gc1u3ob, .ob38w .hzmvtiap, .ob38w .je3t2,
.ob38w   .k8268it, .ob38w .dl4m { font-size: 1.08rem; }
.ob38w   .en4g7nv2, .ob38w .xpzeqd { font-size: 1.05rem; }
.ob38w   .y4ma { font-size: 0.97rem; }
.qvvx .n6dm7g5v      { font-size: 3.2rem; }
.qvvx h2.xv7vs5x { font-size: 1.9rem; }
.qvvx h3.qm9f     { font-size: 1.4rem; }
.ct7hnbak .n6dm7g5v      { font-size: 3.8rem; }
.ct7hnbak h2.xv7vs5x { font-size: 2.2rem; }
.ct7hnbak h3.qm9f     { font-size: 1.6rem; }
.hza9aeum + .hza9aeum { position: relative; }
.hhl39uh4   .hza9aeum + .hza9aeum::before,
.gvuav5zw  .hza9aeum + .hza9aeum::before,
.yvwegrk6   .hza9aeum + .hza9aeum::before,
.sn9a   .hza9aeum + .hza9aeum::before,
.oikp   .hza9aeum + .hza9aeum::before,
.gio4sp5 .hza9aeum + .hza9aeum::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.hhl39uh4 .hza9aeum + .hza9aeum::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.gvuav5zw .hza9aeum + .hza9aeum::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.yvwegrk6 .hza9aeum + .hza9aeum::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.sn9a .hza9aeum + .hza9aeum::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.dk52nd6 .hza9aeum { margin-bottom: 16px; }
.dk52nd6 .hza9aeum + .hza9aeum { margin-top: 0; }
.dk52nd6 .u3iv { padding-top: 0; padding-bottom: 0; }
.oikp .hza9aeum + .hza9aeum::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.gio4sp5 .hza9aeum + .hza9aeum::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.n6u49f .hza9aeum + .hza9aeum::before,
.echo .hza9aeum + .hza9aeum::before,
.p3ac7 .hza9aeum + .hza9aeum::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%;
}
.d6imsq53 .n6u49f .hza9aeum:nth-child(even)::before,
.d6imsq53 .echo .hza9aeum:nth-child(even)::before,
.d6imsq53 .p3ac7 .hza9aeum:nth-child(even)::before { background: var(--bg-surface); }
.qgmes9d .n6u49f .hza9aeum:nth-child(even)::before,
.qgmes9d .echo .hza9aeum:nth-child(even)::before,
.qgmes9d .p3ac7 .hza9aeum:nth-child(even)::before { background: var(--bg-card); }
.n6u49f .hza9aeum + .hza9aeum::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");
}
.echo .hza9aeum + .hza9aeum::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");
}
.p3ac7 .hza9aeum + .hza9aeum::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");
}
.kcv3s .lr57ua { overflow: hidden; }
.kcv3s .eacsll { margin-bottom: 70px; }
.jrz2a .uxup1i,
.dovxyg5b .uxup1i { padding-bottom: 60px; }
.kcv3s .uxup1i { padding-bottom: 70px; }
.kcv3s .lr57ua::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.kcv3s .lr57ua::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.gtjuvpg .bcvs { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qymi77 .bcvs { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.fppdbc .bcvs { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.vwaue .bcvs { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.itz1 .fjrf82sa { background: var(--accent); }
.itz1 .fjrf82sa .xthswfhk { background: none; }
.itz1 .denaoj { background: var(--accent); }
.itz1 .bcvs { background: var(--accent-bg); }
.itz1 .lr57ua:not(.fjrf82sa) .xthswfhk { background: rgba(0,0,0,0.6); }
.q5wwk7 .fin9pd6x { float: left; width: 38%; margin: 0 28px 16px 0; }
.q5wwk7 .fin9pd6x .mgcc3 { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.q5wwk7 .u3iv::after { content: ''; display: block; clear: both; }
.nfojyar0 .fin9pd6x { float: right; width: 38%; margin: 0 0 16px 28px; }
.nfojyar0 .fin9pd6x .mgcc3 { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.nfojyar0 .u3iv::after { content: ''; display: block; clear: both; }
.o2s8 .hza9aeum:nth-child(odd)  .fin9pd6x { float: left;  width: 38%; margin: 0 28px 16px 0; }
.o2s8 .hza9aeum:nth-child(even) .fin9pd6x { float: right; width: 38%; margin: 0 0 16px 28px; }
.o2s8 .fin9pd6x .mgcc3 { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.o2s8 .u3iv::after { content: ''; display: block; clear: both; }
.q5wwk7 .s357,
.q5wwk7 .girq,
.nfojyar0 .s357,
.nfojyar0 .girq,
.o2s8 .s357,
.o2s8 .girq { clear: both; }
.q5wwk7 .en4g7nv2,
.q5wwk7 .xpzeqd,
.nfojyar0 .en4g7nv2,
.nfojyar0 .xpzeqd,
.o2s8 .en4g7nv2,
.o2s8 .xpzeqd { overflow: hidden; }
@media (max-width: 640px) {
  .q5wwk7 .fin9pd6x,
  .nfojyar0 .fin9pd6x,
  .o2s8 .fin9pd6x { float: none; width: 100%; margin: 0 0 16px 0; }
}
.o569s .psp3,
.o569s .u3iv,
.o569s .l5y44d3s  { max-width: 1100px; }
.di4mmog7 .psp3,
.di4mmog7 .u3iv,
.di4mmog7 .l5y44d3s  { max-width: 1200px; }
.y26bv .psp3,
.y26bv .u3iv,
.y26bv .l5y44d3s  { max-width: 1320px; }
.pxud767 { font-size: 0.82rem; color: var(--text-muted); }
.oq1f53 { display: flex; align-items: center; }
.obfruzm6 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.nijo7 { display: flex; align-items: center; }
.ogvn0ij6 { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ogvn0ij6:hover { text-decoration: underline; }
.v4fcudz { margin: 0 3px; opacity: 0.45; }
.v4fcudz::before { content: '/'; }
.out5v { padding: 2px 5px; color: var(--text-main); }
.lewkr .pxud767 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.lewkr .oq1f53 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.x1b1s .pxud767 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.x1b1s .oq1f53 { padding: 0 0 0 12px; }
.kyiexx .oq1f53 { padding: 0 16px; }
.kyiexx .pxud767 {
  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);
}
.kyiexx .psp3 { padding-top: 28px; }
.o569s.lewkr .oq1f53 { max-width: 1100px; }
.di4mmog7.lewkr .oq1f53 { max-width: 1200px; }
.y26bv.lewkr .oq1f53 { max-width: 1320px; }
.h7snq4 .hza9aeum { padding-top: 16px; padding-bottom: 16px; }
.v09e .hza9aeum { padding-top: 24px; padding-bottom: 24px; }
.ltjium9 .hza9aeum { padding-top: 40px; padding-bottom: 40px; }
.mtb42 .hza9aeum { padding-top: 52px; padding-bottom: 52px; }
.ljqg4nvf .hza9aeum:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ljqg4nvf .hza9aeum:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ljqg4nvf .hza9aeum:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ljqg4nvf .hza9aeum:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.v33p5c9z .u3iv { padding-top: 10px;  padding-bottom: 10px; }
.k6swxl .u3iv { padding-top: 18px;  padding-bottom: 18px; }
.azvzxyhx .u3iv { padding-top: 36px;  padding-bottom: 36px; }
.sbbaku .u3iv { padding-top: 48px;  padding-bottom: 48px; }
.coead9 h2.xv7vs5x { font-weight: 600; }
.coead9 h3.qm9f     { font-weight: 600; }
.bjvd6 h2.xv7vs5x { font-weight: 800; }
.bjvd6 h3.qm9f     { font-weight: 700; }
.bm7zaiy h2.xv7vs5x { font-weight: 900; }
.bm7zaiy h3.qm9f     { font-weight: 800; }
.bm7zaiy .eq42 strong,
.bm7zaiy .eq42 strong { font-weight: 600; }
.d8qcmpq {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.k9jcd4u1 .d8qcmpq { display: none; }
@media (max-width: 640px) { .d8qcmpq { display: none; } }
.d8qcmpq { background: var(--accent) !important; color: #fff !important; border: none !important; }
.d8qcmpq:hover { opacity: 0.85; }
.yzl5s .d8qcmpq { background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important; }
.y2gmtb .d8qcmpq,
.wne9k  .d8qcmpq { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.y2gmtb .d8qcmpq:hover,
.wne9k  .d8qcmpq:hover { opacity: 0.88; }
.yzl5s.y2gmtb .d8qcmpq,
.yzl5s.wne9k  .d8qcmpq { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.czwugx {
  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;
}
.czwugx:hover { transform: translateY(-2px); opacity: 0.92; }
.czwugx { background: var(--accent) !important; color: #fff !important; border: none !important; }
.mw87 .czwugx { display: none; }
.e82r .czwugx { right: 32px; }
.ffdo9  .czwugx { left: 32px; }
@media (max-width: 480px) {
  .e82r .czwugx { right: 20px; bottom: 20px; }
  .ffdo9  .czwugx { left: 20px; bottom: 20px; }
}
.rsmy { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.l5y44d3s { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.uppko75m { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.wd7qo1q { color: var(--text-dim); font-size: 0.8rem; }
.ru57hyby { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ru57hyby img { height: 26px; width: auto; object-fit: contain; }
.jon5p { display: flex; flex-direction: column; gap: 6px; }
.jon5p a, .tfmbv5 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.jon5p a:hover, .tfmbv5 a:hover { color: var(--accent-light); }
.jon5p .p67c42c { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.p3kw .l5y44d3s { text-align: center; }
.p3kw .uppko75m { margin-top: 0; }
.hz4v0 { margin-top: 10px; }
.hz4v0 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .l5y44d3s { padding-left: 16px; padding-right: 16px; }
  .zde3u74u .l5y44d3s { padding: 20px 16px; }
  .tfmbv5 { gap: 4px 12px; }
  .uppko75m { font-size: 0.78rem; }
}
.copgwhk .kk6m6wn .ru57hyby { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.copgwhk .uppko75m { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.copgwhk .wd7qo1q { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .copgwhk .eklfc8v { grid-template-columns: 1fr 1fr; } .copgwhk .kk6m6wn { grid-column: 1 / -1; } }
@media (max-width: 480px) { .copgwhk .eklfc8v { grid-template-columns: 1fr; } }
.j0fjgkz .ru57hyby { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; color: var(--text); margin-right: auto; flex-shrink: 0; }
.j0fjgkz .uppko75m { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .j0fjgkz .aid27c { gap: 12px; } .j0fjgkz .ru57hyby { margin-right: 0; width: 100%; } }
.b2dx .se2fu1 .ru57hyby { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.b2dx .uppko75m { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.b2dx .wd7qo1q { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .b2dx .l7geruxa { grid-template-columns: 1fr 1fr; } .b2dx .se2fu1 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .b2dx .l7geruxa { grid-template-columns: 1fr; } }
.fgky6 .qtesn { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.fgky6 .jon5p { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .fgky6 .qtesn { grid-template-columns: 1fr 1fr; } .fgky6 .cf6gtct:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fgky6 .qtesn { grid-template-columns: 1fr; } }
.usgz .qtesn { grid-template-columns: 1fr 2fr; }
.usgz .dmoep .jon5p { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .usgz .qtesn { grid-template-columns: 1fr; } }
.m49hcb .l5y44d3s { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.tke39j .athsw5      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.tke39j .rsmy { background: var(--bg-page); border-top-color: var(--border-alt); }
.b0qbqas .athsw5      { background: #0d1117; border-bottom-color: #21262d; }
.b0qbqas .f6hf5n8b { color: var(--accent-light); }
.b0qbqas .hjyus { --msep-color: #8b949e; }
.b0qbqas .hjyus a { color: #8b949e; }
.b0qbqas .hjyus a:hover { color: var(--accent-light); }
.b0qbqas .a9xx { color: #8b949e; }
.b0qbqas .rsmy { background: #0d1117; border-top-color: #21262d; }
.b0qbqas .uppko75m,
.b0qbqas .wd7qo1q { color: #6e7681; }
.b0qbqas .jon5p a, .b0qbqas .tfmbv5 a,
.b0qbqas .doeri a, .b0qbqas .ru57hyby { color: #8b949e; }
.b0qbqas .jon5p a:hover, .b0qbqas .tfmbv5 a:hover,
@media (max-width: 640px) {
  .b0qbqas .hjyus { background: #0d1117; border-top-color: #21262d; }
  .b0qbqas .hjyus li a { border-bottom-color: #21262d; }
}
.hsjmu8f .athsw5      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.hsjmu8f .f6hf5n8b { color: var(--accent); }
.hsjmu8f .hjyus { --msep-color: #475569; }
.hsjmu8f .hjyus a { color: #475569; }
.hsjmu8f .hjyus a:hover { color: var(--accent); }
.hsjmu8f .a9xx { color: #64748b; }
.hsjmu8f .rsmy { background: #f0f4f8; border-top-color: #cbd5e1; }
.hsjmu8f .uppko75m,
.hsjmu8f .wd7qo1q { color: #64748b; }
.hsjmu8f .jon5p a, .hsjmu8f .tfmbv5 a,
.hsjmu8f .doeri a, .hsjmu8f .ru57hyby { color: #374151; }
.hsjmu8f .jon5p a:hover, .hsjmu8f .tfmbv5 a:hover,
@media (max-width: 640px) {
  .hsjmu8f .hjyus { background: #f0f4f8; border-top-color: #cbd5e1; }
  .hsjmu8f .hjyus li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.y2gmtb .athsw5      { background: var(--accent); border-bottom-color: var(--accent-light); }
.y2gmtb .f6hf5n8b { color: #fff; }
.y2gmtb .hjyus { --msep-color: rgba(255,255,255,0.82); }
.y2gmtb .hjyus a { color: rgba(255,255,255,0.82); }
.y2gmtb .hjyus a:hover { color: #fff; }
.y2gmtb .a9xx { color: rgba(255,255,255,0.9); }
.y2gmtb .rsmy { background: var(--accent); border-top-color: var(--accent-light); }
.y2gmtb .uppko75m,
.y2gmtb .wd7qo1q { color: rgba(255,255,255,0.72); }
.y2gmtb .jon5p a, .y2gmtb .tfmbv5 a,
.y2gmtb .doeri a, .y2gmtb .ru57hyby { color: rgba(255,255,255,0.82); }
.y2gmtb .jon5p a:hover, .y2gmtb .tfmbv5 a:hover,
@media (max-width: 640px) {
  .y2gmtb .hjyus { background: var(--accent); border-top-color: var(--accent-light); }
  .y2gmtb .hjyus li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wne9k .athsw5 {
  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);
}
.wne9k .rsmy {
  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) {
  .wne9k .hjyus {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.se1h0 .zkoa { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.wmi2q .zkoa { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.qupbti .zkoa { min-height: 72px; height: auto; }
.rgiuzd1b .zkoa { min-height: 84px; height: auto; }
.zde3u74u .zkoa { max-width: none; padding: 0 32px; }
.zde3u74u .l5y44d3s  { max-width: none; padding: 24px 32px; }
.vmcll.di4mmog7 .zkoa { max-width: 1200px; }
.vmcll.y26bv .zkoa { max-width: 1320px; }
.ps1gljlp   .f6hf5n8b { text-transform: capitalize; }
.wsf48p4 .f6hf5n8b { text-transform: lowercase; }
.n5ie4f .f6hf5n8b { text-transform: uppercase; letter-spacing: 0.06em; }
.gfd9, .a397m {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.uvc0eyw .gfd9,
.uvc0eyw .a397m { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.jjsgp81 .gfd9,
.jjsgp81 .a397m { 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; }
.gygaoj3u .gfd9,
.gygaoj3u .a397m { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.scio .gfd9,
.scio .a397m { 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; }
.xmxi   .hjyus a { font-weight: 500; }
.pc97 .hjyus a { font-weight: 600; }
.ciczz     .hjyus a { font-weight: 700; }
.nqhd    .hjyus a { font-weight: 800; letter-spacing: 0.01em; }
.udh93     .hjyus > li + li::before,
.pf9sjbik    .hjyus > li + li::before,
.xjfoti    .hjyus > li + li::before,
.fg238i .hjyus > li + li::before,
.fs95d310 .hjyus > li + li::before,
.tmg3mcr1  .hjyus > li + li::before,
.v0zugkc    .hjyus > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.udh93     .hjyus > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.pf9sjbik    .hjyus > li + li::before { content: "|"; }
.xjfoti    .hjyus > li + li::before { content: "—"; }
.fg238i .hjyus > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.fs95d310 .hjyus > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.tmg3mcr1  .hjyus > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.v0zugkc    .hjyus > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .lc7k1m .a9xx,
  .lo16e4 .a9xx,
  .yqgqaqa .a9xx,
  .ie8t .a9xx,
  .x6z6gtx6 .a9xx {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .lc7k1m .a9xx::before,
  .lo16e4 .a9xx::before,
  .yqgqaqa .a9xx::before,
  .ie8t .a9xx::before,
  .x6z6gtx6 .a9xx::before { content: ""; display: block; flex-shrink: 0; }

  
  .lc7k1m .a9xx::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;
  }

  
  .lo16e4 .a9xx::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;
  }

  
  .yqgqaqa .a9xx::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;
  }

  
  .ie8t .a9xx::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;
  }

  
  .x6z6gtx6 .a9xx::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) {
  .ehrotjd3 .a9xx {
    padding: 5px 14px;
  }
  .ehrotjd3 .hjyus {
    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;
  }
  .ehrotjd3 .hjyus li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ehrotjd3 .hjyus li a:hover { background: var(--bg-raised); }
  .ehrotjd3 .mqbh,
  .c5a33bm .mqbh,
  .iurd7kos .mqbh { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .cwyw9sjw .a9xx {
    padding: 5px 10px;
  }
  .cwyw9sjw .hjyus {
    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);
  }
  .cwyw9sjw .hjyus.jsijj { transform: translateX(0); }
  .cwyw9sjw .hjyus li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .cwyw9sjw .hjyus li:last-child a { border-bottom: none; }
  .y2gmtb .hjyus,
  .b0qbqas .hjyus { background: var(--accent) !important; }
  .y2gmtb .hjyus li a,
  .b0qbqas .hjyus li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .iurd7kos .a9xx {
    padding: 5px 10px;
  }
  .iurd7kos .hjyus {
    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);
  }
  .iurd7kos .hjyus::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .iurd7kos .hjyus.jsijj { transform: translateY(0); }
  .iurd7kos .hjyus li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .axzls .a9xx {
    padding: 5px 10px;
  }
  .axzls .hjyus {
    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;
  }
  .axzls .hjyus.jsijj { opacity: 1; pointer-events: auto; }
  .axzls .hjyus li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .f24pqa4     .a9xx { border-radius: 0 !important; }
  .ie2i   .a9xx { border-radius: 8px !important; }
  .zc6tr .a9xx { border-radius: 50% !important; }
  .rirv8ayk   .a9xx { border-radius: 999px !important; }
}
.npg34 .qn45b5 { height: 28px; }
.ozo2zn .qn45b5 { height: 54px; }
.i7muxh .qn45b5 { height: 54px; }
.hmiargk8    .wa4p9cr1, .hmiargk8    .mfxqdnj { color: #f59e0b; }
.inewrkg      .wa4p9cr1 { font-size: 1rem; letter-spacing: 1.5px; }
.inewrkg      .mfxqdnj   { font-size: 1.35rem; }
.ut9l    .wa4p9cr1, .ut9l    .mfxqdnj { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.pvak     .wa4p9cr1, .pvak     .mfxqdnj { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.hv0j .wa4p9cr1, .hv0j .mfxqdnj { color: var(--accent); letter-spacing: 2px; }
.knba3tg   .wa4p9cr1, .knba3tg   .mfxqdnj { color: #e91e63; letter-spacing: 2px; }
.qae3  .wa4p9cr1, .qae3  .mfxqdnj { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.w2sw18kp     .wa4p9cr1, .w2sw18kp     .mfxqdnj { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }
.yzj45d .h14qox + .h14qox {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.g8c0 .fmiggr2 { padding: 18px 24px; min-height: 68px; }
.dn0r7k .i9ior {
  font-size: 0.62rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.dn0r7k .q0l9jv {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.tugwwwz .h14qox {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.youvp .girq { counter-reset: cs-rank; }
.youvp .fmiggr2 { position: relative; counter-increment: cs-rank; }
.youvp .fmiggr2::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.s0vtg2uh .girq { counter-reset: cs-rank; }
.s0vtg2uh .fmiggr2::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.qtnh .jolynp {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.qtnh .jolynp summary { color: var(--text-primary); padding-left: 16px; }
.qtnh .jolynp summary::after { content: "›"; font-size: 1.1em; }
.qtnh .jolynp[open] summary::after { content: "‹"; }
.qtnh .jolynp p { padding-left: 16px; }
.zhknz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vdsblv {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zg4d {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.kn623vdl { color: var(--text-muted); font-size: 1.05rem; }
.vz2m2w6e {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.jcea {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.xwrya { margin-bottom: 20px; }
.ccrw {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.d3xft42n {
  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;
}
.d3xft42n:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.po3g6 { resize: vertical; min-height: 130px; }
.ywpewsq { width: 100%; margin-top: 8px; }
.vsaoimf {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.js1e {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.na85m { color: var(--text-muted); line-height: 1.75; }
.vpxrexpk { max-width: 760px; margin: 0 auto; }
.y6z489 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.b3hh { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.b3hh:last-child { border-bottom: none; }
.b3hh h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.b3hh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.phxkhs9n { max-width: 760px; margin: 0 auto; }
.xz1efnx { font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.s0othvn9 .xz1efnx { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .s0othvn9 { grid-template-columns: 1fr; gap: 10px; } }
.oonqlw { max-width: 640px; margin: 0 auto; text-align: center; }
.d1jww7b { margin-bottom: 48px; }
.d1jww7b .xz1efnx { font-size: 1.2rem; font-weight: 700; color: var(--accent-light); margin-bottom: 14px; }
.d1jww7b p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .pmrxcpky { grid-template-columns: 1fr; } }
.xalvwvq {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.xalvwvq .zg4d { color: var(--accent-light); }
.lt2kfue .zg4d { font-size: 2rem; }
.lt2kfue .kn623vdl { max-width: 680px; }
.k20a .zg4d { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.k20a .kn623vdl  { margin: 0; }
@media (max-width: 640px) { .k20a { flex-direction: column; } }
.ngh50t .zg4d { color: var(--accent-light); }
.f1i1u .zg4d { color: #fff; }
.f1i1u .kn623vdl  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .ht4rwm { grid-template-columns: 1fr; } }
.w193c .d3xft42n {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.w193c .d3xft42n:focus { border-bottom-color: var(--accent); box-shadow: none; }
.sm8j34 .d3xft42n { background: var(--bg-raised); border-color: transparent; }
.sm8j34 .d3xft42n:focus { background: var(--bg-card); border-color: var(--accent); }
.ig2hp9 .d3xft42n { border-radius: 100px; padding: 11px 20px; }
.ig2hp9 .po3g6 { border-radius: 14px; }
@media (max-width: 640px) { .t3szvbp { grid-template-columns: 1fr; } }
.n44kea { counter-reset: priv-count; }
.y612 {
  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);
}
.y612:last-child { border-bottom: none; }
.xyl0 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.y612 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.y612 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.lec2u{position:relative;overflow:visible}
.e0rnw .h50mt0y{display:block}
.s3ezo .bcvs~.xn9we3j,
.s3ezo .bcvs~.xn9we3j .aq3967zo,
.bcvs~.xn9we3j,.z0bpx2~.xn9we3j{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}
.bcvs~.xn9we3j .aq3967zo{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fod0cf4 .rednskg{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.fod0cf4 .q5winjpm::before{content:""}
.qdgcbbo{--date-bg:transparent}
.il2w3nh .q5winjpm::before{content:""}
.otpiyq .bpz9w{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .bpz9w{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .if1j8ag1{max-width:100%}
}
:root {
  --accent:          #754b73;
  --accent-light:    #ab7ca8;
  --accent-pale:     #e4b1df;
  --grad-start:      #d3a1ce;
  --grad-end:        #ffd6f9;
  --bg-page: #e5d6e0;
  --bg-surface: #fff7fa;
  --bg-card: #fdf0f7;
  --bg-card-inner: #f8eaf2;
  --bg-raised: #f2e4ed;
  --bg-hover: #eedee8;
  --border: #bcaeb8;
  --border-alt: #837780;
  --border-section: #bcaeb8;
  --text-primary: #393037;
  --text-muted: #675c64;
  --bg-page:        #f8f9fa;
  --bg-surface:     #ffffff;
  --bg-card:        #ffffff;
  --bg-card-inner:  #f3f4f6;
  --bg-raised:      #eef0f2;
  --bg-hover:       #f3f4f6;
  --border:         #e5e7eb;
  --border-alt:     #d1d5db;
  --border-section: #e5e7eb;
  --text-body: #342f33;
  --text-sub: #4b4549;
  --text-faint: #70696d;
  --text-dim: #978e93;
  --text-label: #635c61;
  --text-value: #403a3e;
  --accent-bg:       #ffd6f9;
  --accent-bg-light: #f9c4f3;
  --bg-tip:        #f0fdf4;
  --bg-warning:    #fffbeb;
  --bg-info:       #eff6ff;
  --bg-pros:       #f0fdf4;
  --bg-cons:       #fef2f2;
  --c-pros:        #15803d;
  --c-cons:        #b91c1c;
  --c-pros-label:  #16a34a;
  --c-tip-border:  #059669;
  --c-warn-border: #d97706;
  --c-stars:       #b45309;
  --c-arrow:       #d97706;
  --c-tag-pay:     #15803d;
}
:root { --logo-bg-opacity: 36%; }
body, button, input { font-family: "Lato", sans-serif; }
.mcuhtu .rhb8wwx { font-size: 0; width: 1.2rem; flex-shrink: 0; }.mcuhtu .rhb8wwx::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.mcuhtu .x74vknet     .rhb8wwx::before { content: "";  color: var(--c-tip-border); }.mcuhtu .kwya .rhb8wwx::before { content: ""; color: var(--c-warn-border); }.mcuhtu .dxtdqdw    .rhb8wwx::before { content: ""; color: #60a5fa; }.n7cz .mcuhtu .x74vknet     .rhb8wwx::before { color: #10b981; }.n7cz .mcuhtu .kwya .rhb8wwx::before { color: #f43f5e; }.n7cz .mcuhtu .dxtdqdw    .rhb8wwx::before { color: #a855f7; }.hahr  .mcuhtu .x74vknet     .rhb8wwx::before { color: #eab308; }.hahr  .mcuhtu .kwya .rhb8wwx::before { color: #ef4444; }.hahr  .mcuhtu .dxtdqdw    .rhb8wwx::before { color: #f97316; }.xdm667sx  .mcuhtu .x74vknet     .rhb8wwx::before { color: #38bdf8; }.xdm667sx  .mcuhtu .kwya .rhb8wwx::before { color: #818cf8; }.xdm667sx  .mcuhtu .dxtdqdw    .rhb8wwx::before { color: #2dd4bf; }.g9cl4ii .mcuhtu .rhb8wwx::before { color: var(--accent-light) !important; }
.l8imxv .hfagbcw li::before, .l8imxv .etug9gc1 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; }.l8imxv .hfagbcw li::before { content: ""; }.l8imxv .etug9gc1 li::before { content: ""; }.l8imxv .g5v8ca::before, .l8imxv .whh5k::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.l8imxv .g5v8ca::before { content: ""; }.l8imxv .whh5k::before { content: ""; }
.o76t .pdgukbm, .o76t .bcvs { min-height: 420px; }
.pw9r25b .h1m7::after, .pw9r25b .w2icq5ms::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.dq21 .d8qcmpq::after,.dq21 .czwugx::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; }
.v4fcudz::before { content: '›'; font-size: 1.1em; }
.h07xbe08 .rednskg::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.h07xbe08 .rednskg:first-of-type::before{content:"\f058"}.h07xbe08 .rednskg:last-of-type::before{content:"\f021"}