: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;
}
.vi4q {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.k5f3m0 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.t59399 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.l6ubj2 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.lbee94 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.lbee94 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.lbee94 a:hover { color: var(--accent-light); }
.guwktz1h { position: relative; }
.atkca4n {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface); border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 8px 0; min-width: 190px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45); z-index: 200;
  list-style: none;
}
.go4hjy   .atkca4n { border-radius: 0; }
.ftwzbwco     .atkca4n { border-radius: 6px; }
.yxsog3  .atkca4n { border-radius: 14px; }
.xyu4qi1     .atkca4n { border-radius: 24px; padding: 8px; }
.ftwzbwco .atkca4n li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.ftwzbwco .atkca4n li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.yxsog3 .atkca4n li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.yxsog3 .atkca4n li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.xyu4qi1 .atkca4n li a { border-radius: 16px; }
.wqgz57xi  .atkca4n li + li { border-top: 1px solid var(--border-alt); }
.k1xzb2oz .atkca4n li + li { border-top: 1px dashed var(--border-alt); }
.y5b5hi .atkca4n li + li { border-top: 1px dotted var(--border-alt); }
.ufg2m .atkca4n li + li { border-top: 3px double var(--border-alt); }
.guwktz1h::after {
  content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 10px;
}
.guwktz1h:hover .atkca4n,
.guwktz1h:focus-within .atkca4n { display: block; }
.atkca4n li a {
  display: block; padding: 8px 18px; white-space: nowrap;
  color: var(--text-muted); font-size: 0.86rem; text-decoration: none;
  transition: color .15s, background .15s;
}
.atkca4n li a:hover {
  color: var(--accent-light); background: var(--bg-hover);
}
@media (max-width: 640px) {
  .atkca4n {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .guwktz1h:hover .atkca4n,
  .guwktz1h:focus-within .atkca4n { display: block; }
  .atkca4n li a { padding: 8px 16px; font-size: 0.88rem; }
}
.uu0n0bqp {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.enj7 { display: none; }
@media (max-width: 640px) {
  .enj7 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .enj7.w0qqr { display: block; }
}
@media (max-width: 640px) {
  .uu0n0bqp { display: block; }
  .lbee94 > li + li::before { display: none !important; }
  .lbee94 {
    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;
  }
  .lbee94.w0qqr { display: flex; }
  .lbee94 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .lbee94 li:last-child a { border-bottom: none; }
}
.o3juwq6m { min-height: 480px; }
.clfh {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.qgbmag { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ac4t .qgbmag { margin-left: 0; margin-right: 0; }
.hqf4 {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.hqf4:hover { opacity: 0.88; }
.lljz4 .kxxyfu34 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.lljz4 .clfh { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.lljz4 .qgbmag { color: #e2e8f0; }
.lljz4.sg2a .kxxyfu34 { text-align: center; }
.lljz4.ac4t   .kxxyfu34 { text-align: left; }
.js8x {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-page);
  min-height: auto; padding: 48px 0 32px;
  border-bottom: 1px solid var(--border);
}
.js8x .kxxyfu34 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.js8x .clfh { color: var(--text-primary); text-shadow: none; }
.js8x .qgbmag { color: var(--text-muted); }
.js8x .hqf4 { margin-top: 16px; }
.js8x, .js8x.o3juwq6m { min-height: auto !important; }
.js8x.sg2a .kxxyfu34 { text-align: center; }
.js8x.ac4t   .kxxyfu34 { text-align: left; }
.js8x~.sa6qlxf{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.js8x~.sa6qlxf .oi9d80r{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.e4vdqst .t0c2n4pi,
.e4vdqst .ebxj2d {
  position: relative; overflow: hidden;
}
.e4vdqst .t0c2n4pi::after,
.e4vdqst .ebxj2d::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.e4vdqst .lljz4 .tb1jjm {
  overflow: hidden;
}
.e4vdqst .lljz4 .tb1jjm::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.t0c2n4pi .clfh { color: #fff; }
.t0c2n4pi .qgbmag { color: rgba(255,255,255,0.85); }
.t0c2n4pi .hqf4 { background: #fff; color: var(--cta); }
.t0c2n4pi .hqf4:hover { opacity: 0.92; }
.e4vdqst .avd3 { position: relative; overflow: hidden; }
.e4vdqst .avd3::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;
}
.avd3 .clfh { text-shadow: none; color: var(--text-primary); }
.avd3 .qgbmag { color: var(--text-muted); }
body.k0okyy .clfh {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.radettpo .clfh {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.avd3.sg2a .vi1a46s { align-items: center; text-align: center; }
.gdxnf .kxxyfu34 { padding-bottom: 24px; }
.hlaeov .kxxyfu34 { max-width: 960px; }
@media (max-width: 700px) {
  .avd3 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .avd3 .dyp832 { display: none !important; }
  .dkmv55s .dyp832 { display: none !important; }
  .fqojhk .gblan4s { display: none !important; }
  .cqlmw .z3jafc { display: none !important; }
  .vi1a46s  { padding: 36px 24px; }
  .avd3~.sa6qlxf,.bzrk45jn~.sa6qlxf{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .o3juwq6m, .avd3 { min-height: 320px !important; }
  
  .clfh { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .r28t { display: none !important; }
  
  .qvd0wc { flex-direction: column; align-items: center; }
  .afdxp9n { width: 100%; max-width: 340px; }
}
.vfyutyq6 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ohurnri { width: 100%; height: auto; display: block; border-radius: 10px; }
.coy9 .vfyutyq6        { border-radius: 16px; }
.coy9 .ohurnri  { border-radius: 16px; }
.ofijk087 .vfyutyq6         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ofijk087 .ohurnri   { border-radius: 8px; }
.m6sjxkx { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.zxx1be { width: 100%; padding: 32px 0; position: relative; }
.q7ntp23 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.b2h7o1 .zxx1be:nth-child(even) { background: var(--bg-surface); }
.b2h7o1 .zxx1be:nth-child(odd)  { background: var(--bg-page); }
.lc57sn8v .zxx1be:nth-child(even) { background: var(--bg-card); }
.lc57sn8v .zxx1be:nth-child(odd)  { background: var(--bg-page); }
.b2h7o1 .zxx1be:nth-child(odd)  .q7ntp23 { background: var(--bg-card); border-radius: 6px; }
.b2h7o1 .zxx1be:nth-child(even) .q7ntp23 { background: var(--bg-raised); border-radius: 6px; }
.lc57sn8v .zxx1be:nth-child(odd)  .q7ntp23 { background: var(--bg-card); border-radius: 6px; }
.lc57sn8v .zxx1be:nth-child(even) .q7ntp23 { background: var(--bg-raised); border-radius: 6px; }
.b2h7o1 .zxx1be:nth-child(even) .v11mg92m .v8ns,
.lc57sn8v .zxx1be:nth-child(even) .v11mg92m .v8ns { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.b2h7o1 .zxx1be:nth-child(odd) .v11mg92m .v8ns,
.lc57sn8v .zxx1be:nth-child(odd) .v11mg92m .v8ns { background: var(--bg-card-inner); }
.b2h7o1 .zxx1be:nth-child(even) .bp13x .v8ns:nth-child(odd),
.lc57sn8v .zxx1be:nth-child(even) .bp13x .v8ns:nth-child(odd)  { background: var(--bg-card); }
.b2h7o1 .zxx1be:nth-child(even) .bp13x .v8ns:nth-child(even),
.lc57sn8v .zxx1be:nth-child(even) .bp13x .v8ns:nth-child(even) { background: var(--bg-card-inner); }
h1.ebotvs { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ebotvs {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.jcwx2xxw { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.kngsby3 h2.ebotvs {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.uduvcy h2.ebotvs {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nnc5pcue h2.ebotvs {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.oiwnqw h2.ebotvs::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.cg8z0gn h2.ebotvs {
  color: var(--text-primary); font-size: 1.7rem;
}
.ef3ku1j h2.ebotvs::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.raz2qr42 h2.ebotvs {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.qvzn { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .qvzn { display: none; } }
.pyqv { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.y0mikgq7 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.helbmocz {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.d0v0 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.n0r1 { padding-left: 20px; }
.n0r1 li { margin-bottom: 6px; }
.n0r1 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.n0r1 a:hover { color: var(--accent-light); }
.h5mgi8o .d0v0 { display: none; }
.jcbcf .d0v0 { display: none; }
.jcbcf .n0r1 { padding-left: 0; list-style: none; }
.jcbcf .n0r1 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.jcbcf .n0r1 a { font-size: 0.92rem; }
.ft3q2 .helbmocz { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.ft3q2 .d0v0 { display: none; }
.ft3q2 .n0r1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.ft3q2 .n0r1 li { margin-bottom: 0; }
.ft3q2 .n0r1 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;
}
.ft3q2 .n0r1 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.ahrx54 .helbmocz { padding: 20px 20px 16px; }
.ahrx54 .n0r1 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.ahrx54 .n0r1 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.ahrx54 .n0r1 a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: 8px;
  padding: 12px 14px; border: 1px solid var(--border);
  font-size: 0.92rem; line-height: 1.35; color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.ahrx54 .n0r1 a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.ahrx54 .n0r1 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ahrx54 .n0r1 a:focus,
.ahrx54 .n0r1 a:focus-visible,
.ahrx54 .n0r1 a:target { outline: none; }
.ahrx54 .n0r1 li:target a { border-color: var(--border); color: var(--text-muted); }
.p7g0 .helbmocz { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.p7g0 .d0v0 { display: none; }
.p7g0 .n0r1 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.p7g0 .n0r1 li { margin-bottom: 0; }
.p7g0 .n0r1 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.p7g0 .n0r1 li:last-child::after { content: ""; margin-right: 0; }
.p7g0 .n0r1 a { font-size: 0.9rem; }
.v8ns { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.v11mg92m .v8ns { background: var(--bg-card); }
.bp13x .v8ns:nth-child(odd)  { background: var(--bg-card); }
.bp13x .v8ns:nth-child(even) { background: var(--bg-raised); }
.mksd .v8ns {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.mksd .v8ns:last-child { border-bottom: none; }
.mksd h3.jcwx2xxw { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.bxyf5x8n .v8ns {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.bxyf5x8n .v8ns + .v8ns { margin-top: 4px; }
.fe9ni .v8ns { background: none; border-radius: 0; padding: 12px 0; }
.fe9ni .v8ns + .v8ns { border-top: 1px solid var(--border-section); }
.n2iu5lh3 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.dkohy { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.floq1y { color: var(--text-body); margin-bottom: 10px; }
.ml9pe6d, .fcx0y { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ml9pe6d li, .fcx0y li { margin-bottom: 6px; }
.fcx0y li { list-style: decimal; }
.bfofsxb     .ml9pe6d { list-style-type: "● "; }
.st8ofv9c  .ml9pe6d { list-style-type: "■ "; }
.a089hj6 .ml9pe6d { list-style-type: "◆ "; }
.dshcalw    .ml9pe6d { list-style-type: "★ "; }
.bfofsxb     .u2ndds { list-style-type: "● "; }
.st8ofv9c  .u2ndds { list-style-type: "■ "; }
.a089hj6 .u2ndds { list-style-type: "◆ "; }
.dshcalw    .u2ndds { list-style-type: "★ "; }
.bfofsxb    .ml9pe6d li::marker, .bfofsxb    .u2ndds li::marker,
.st8ofv9c .ml9pe6d li::marker, .st8ofv9c .u2ndds li::marker,
.a089hj6 .ml9pe6d li::marker, .a089hj6 .u2ndds li::marker,
.dshcalw   .ml9pe6d li::marker, .dshcalw   .u2ndds li::marker {
  color: var(--cta); font-size: 1em;
}
.bfofsxb .fcx0y,
.st8ofv9c .fcx0y,
.a089hj6 .fcx0y,
.dshcalw .fcx0y {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.bfofsxb .fcx0y li,
.st8ofv9c .fcx0y li,
.a089hj6 .fcx0y li,
.dshcalw .fcx0y li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.bfofsxb .fcx0y li::before,
.st8ofv9c .fcx0y li::before,
.a089hj6 .fcx0y li::before,
.dshcalw .fcx0y 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;
}
.bfofsxb     .fcx0y li::before { border-radius: 50%; }
.st8ofv9c  .fcx0y li::before { border-radius: 3px; }
.a089hj6 .fcx0y li::before { border-radius: 3px; }
.dshcalw    .fcx0y li::before { border-radius: 50%; }
.cq7ctc { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qn3rxz .cq7ctc,
.gd919gx .cq7ctc { background: transparent; border: none; border-radius: 0; }
.hvfmmx3u { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hvfmmx3u th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.hvfmmx3u td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.hvfmmx3u tr:hover td { background: var(--bg-hover); }
.bypb7e .hvfmmx3u tbody tr:nth-child(even) td { background: var(--bg-surface); }
.wq8s6c .hvfmmx3u { border: 1px solid var(--border-alt); }
.wq8s6c .hvfmmx3u th,
.wq8s6c .hvfmmx3u td { border: 1px solid var(--border-alt); }
.saw3gnp .hvfmmx3u th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.saw3gnp .hvfmmx3u td { border-bottom: none; }
.saw3gnp .hvfmmx3u tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.m66x .hvfmmx3u th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.qfr2 .cq7ctc {
  overflow: hidden;
}
.qfr2 .hvfmmx3u th { border-bottom: 1px solid var(--border-alt); }
.qfr2 .hvfmmx3u tr:last-child td { border-bottom: none; }
.en05kl { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.gbn1a02g { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.k0y1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.arhh6l { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.eqsptt9o { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.u2ndds { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.u2ndds li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.fqv2sf .arhh6l { background: transparent; text-align: center; }
.wueq9i .k0y1 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.eo6eml9 .k0y1 {
  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);
}
.sydadnl .gbn1a02g { display: grid; grid-template-columns: auto 1fr; }
.sydadnl .k0y1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.sydadnl .arhh6l { grid-column: 2; }
.sydadnl .eqsptt9o,
.sydadnl .u2ndds { grid-column: 1 / -1; }
.tgycza .gbn1a02g { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.tgycza .k0y1 {
  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);
}
.tgycza .arhh6l { grid-column: 2; }
.tgycza .eqsptt9o,
.tgycza .u2ndds { grid-column: 1 / -1; }
.sso78kba .gbn1a02g { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.sso78kba .arhh6l { background: none; color: var(--accent-light); font-weight: 700; }
.hzlunawz .gbn1a02g { 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); }
.hzlunawz .arhh6l { background: none; color: var(--accent-light); font-weight: 700; }
.odsc .gbn1a02g { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.odsc .gbn1a02g:last-child { border-bottom: none; }
.odsc .arhh6l { background: none; color: var(--accent-light); font-weight: 700; }
.w9r97 .gbn1a02g { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.w9r97 .arhh6l { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.gb9t9rya .en05kl { counter-reset: card-n; }
.gb9t9rya .gbn1a02g  { counter-increment: card-n; }
.gb9t9rya .arhh6l { display: flex; align-items: center; gap: 10px; }
.gb9t9rya .arhh6l::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;
}
.dyn446qm .gbn1a02g { background: var(--bg-surface); border: 1px solid var(--border); }
.dyn446qm .arhh6l { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.hyxhv7 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.kmqa5  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.umzjrezb { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.vlvn { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.xmhg { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.hyxhv7 strong { color: var(--text-primary); font-size: 0.95rem; }
.hyxhv7 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.q1skf5yq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.yrdn3nv, .rjv94i8 { border-radius: 8px; padding: 14px; }
.yrdn3nv { background: var(--bg-pros); }
.rjv94i8 { background: var(--bg-cons); }
.m7y82 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.yrdn3nv .m7y82 { color: var(--c-pros-label); }
.rjv94i8 .m7y82 { color: #f87171; }
.yrdn3nv ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rjv94i8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ohurnri { width: 100%; height: auto; border-radius: 10px; display: block; }
.ksyt {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.ksyt:hover { opacity: 0.85; }
.v6hgam .ksyt  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.v6hgam .ksyt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vpb934ae .ksyt  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.vpb934ae .ksyt:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wyqh0 .hqf4 { border-radius: 50px; }
.wyqh0 .ksyt  { border-radius: 50px; }
.r3k2png .hqf4 { padding-left: 22px; padding-right: 22px; }
.r3k2png .ksyt  { padding-left: 12px; padding-right: 12px; }
.o7cep .hqf4 { padding-left: 44px; padding-right: 44px; }
.o7cep .ksyt  { padding-left: 24px; padding-right: 24px; }
.rpzu .hqf4 { padding-left: 56px; padding-right: 56px; }
.rpzu .ksyt  { padding-left: 32px; padding-right: 32px; }
.kgv6h   .hqf4::after, .kgv6h   .ksyt::after,
.x7f0m6 .hqf4::after, .x7f0m6 .ksyt::after,
.fbitg8ol    .hqf4::after, .fbitg8ol    .ksyt::after,
.yx2h3045    .hqf4::after, .yx2h3045    .ksyt::after,
.wepr7xv9    .hqf4::after, .wepr7xv9    .ksyt::after,
.ks0d2m     .hqf4::after, .ks0d2m     .ksyt::after,
.c6d4hit9    .hqf4::after, .c6d4hit9    .ksyt::after,
.u41s1vt   .hqf4::after, .u41s1vt   .ksyt::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;
}
.kgv6h .hqf4::after, .kgv6h .ksyt::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");
}
.x7f0m6 .hqf4::after, .x7f0m6 .ksyt::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");
}
.fbitg8ol .hqf4::after, .fbitg8ol .ksyt::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");
}
.yx2h3045 .hqf4::after, .yx2h3045 .ksyt::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");
}
.wepr7xv9 .hqf4::after, .wepr7xv9 .ksyt::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");
}
.ks0d2m .hqf4::after, .ks0d2m .ksyt::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");
}
.c6d4hit9 .hqf4::after, .c6d4hit9 .ksyt::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");
}
.u41s1vt .hqf4::after, .u41s1vt .ksyt::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");
}
.fmvhb6s   .ekjlg::after, .fmvhb6s   .la7kie::after,
.zs947q4l .ekjlg::after, .zs947q4l .la7kie::after,
.jfqbyei    .ekjlg::after, .jfqbyei    .la7kie::after,
.eybr3    .ekjlg::after, .eybr3    .la7kie::after,
.k8ad    .ekjlg::after, .k8ad    .la7kie::after,
.dsouz     .ekjlg::after, .dsouz     .la7kie::after,
.oxzis    .ekjlg::after, .oxzis    .la7kie::after,
.hjuj2k   .ekjlg::after, .hjuj2k   .la7kie::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;
}
.fmvhb6s .ekjlg::after, .fmvhb6s .la7kie::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");
}
.zs947q4l .ekjlg::after, .zs947q4l .la7kie::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");
}
.jfqbyei .ekjlg::after, .jfqbyei .la7kie::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");
}
.eybr3 .ekjlg::after, .eybr3 .la7kie::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");
}
.k8ad .ekjlg::after, .k8ad .la7kie::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");
}
.dsouz .ekjlg::after, .dsouz .la7kie::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");
}
.oxzis .ekjlg::after, .oxzis .la7kie::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");
}
.hjuj2k .ekjlg::after, .hjuj2k .la7kie::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");
}
.tla72r {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
}
.wzo5yi8 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 18px 24px;
  display: flex; flex-direction: row; align-items: center; gap: 24px;
  transition: background .15s;
}
.wzo5yi8 > [itemprop="item"] { display: contents; }
.wzo5yi8 [itemprop="itemReviewed"],
.wzo5yi8 [itemprop="reviewRating"] { display: none; }
.wzo5yi8:hover { background: var(--bg-hover); }
.i6j1q3o {
  background: var(--accent-bg);
  border-radius: 10px; padding: 8px 12px;
  display: flex; align-items: center; justify-content: center;
  min-width: 140px; width: 140px; height: 90px; flex-shrink: 0;
}
.uen0nvrr .i6j1q3o { background: #1a1a1a; }
.ueodk .i6j1q3o { background: rgba(128,128,128,.12); }
.v4pyn .i6j1q3o { background: var(--bg-raised); }
.ro5zm6ie .i6j1q3o { background: transparent; padding: 0; }
.vnttcj2 { max-height: 74px; max-width: 120px; object-fit: contain; }
.gcc3 { display: flex; align-items: center; gap: 16px; min-width: 0; }
.gcc3 .i6j1q3o + .lbac { flex: 1 1 auto; }
.lbac { font-weight: 700; font-size: 1.25rem; color: var(--text-primary); line-height: 1.25; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sy5knj { color: var(--cta); font-size: 1.2rem; letter-spacing: 2px; line-height: 1; text-align: center; }
.ufg1uc { text-align: center; font-size: 1.2rem; font-weight: 700; }
.gfws { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; line-height: 1.3; min-width: 0; gap: 4px; }
@media (min-width: 721px) {
  .gcc3 { flex: 0 0 260px; width: 260px; }
  .sy5knj { flex: 0 0 120px; width: 120px; }
  .ufg1uc { flex: 0 0 110px; width: 110px; }
  .gfws   { flex: 0 0 180px; width: 180px; }
}
.dzq4 { color: var(--text-label); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.uthxo { color: var(--text-value); font-weight: 700; font-size: 1.22rem; line-height: 1.3; max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.awjp6f { white-space: nowrap; text-align: center; align-self: center; }
@media (min-width: 721px) {
  .awjp6f { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.awjp6f.ksyt { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .tla72r { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .tla72r .wzo5yi8 { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .tla72r .gcc3 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .tla72r .i6j1q3o { width: 100%; min-width: unset; height: 120px; }
  .tla72r .vnttcj2 { max-height: 96px; max-width: 200px; }
  .tla72r .lbac { min-width: unset; text-align: center; white-space: normal; }
  .tla72r .sy5knj { min-width: 0; }
  .tla72r .gfws { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .tla72r .awjp6f { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .uvv7 .wzo5yi8 { row-gap: 8px !important; gap: 10px !important; }
}
.vnjkslw {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.rz5ss {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.dv79gwjf {
  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;
}
.dv79gwjf img { max-width: 80px; max-height: 50px; object-fit: contain; }
.popy1a7s { flex: 1; }
.popy1a7s h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.krftzg { color: var(--c-stars); font-size: 1.1rem; }
.y2rf { margin-bottom: 8px; }
.ekri { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.lm3k::before   { content: "★ "; color: var(--accent-light); }
.cxr0gm { flex-shrink: 0; }
.r85yiw img.p8j17df { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.qn3rxz { padding: 20px 24px; }
.diu81 { color: var(--text-muted); margin-bottom: 16px; }
.a95hyq { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.u6wbdxr, .gwomc { list-style: none; font-size: 0.9rem; }
.u6wbdxr li { color: var(--c-pros); margin-bottom: 4px; }
.gwomc li { color: var(--c-cons); margin-bottom: 4px; }
.u6wbdxr li::before { content: "✓"; margin-right: 5px; }
.gwomc li::before { content: "✗"; margin-right: 5px; }
.o6ckj .u6wbdxr li::before { content: "→"; }
.o6ckj .gwomc li::before { content: "–"; }
.cl91lq  .u6wbdxr li::before { content: "★"; }
.cl91lq  .gwomc li::before { content: "✕"; }
.igrx    .u6wbdxr li::before { content: "◆"; }
.igrx    .gwomc li::before { content: "▲"; }
.tlkoslj7  .u6wbdxr li::before { content: "▶"; }
.tlkoslj7  .gwomc li::before { content: "■"; }
.rtmylv { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.juhd { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.o3hamjzr { background: var(--bg-pros); color: var(--c-tag-pay); }
.macl2 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.iwg8kp6 .macl2 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.xp96090 .macl2 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .vpvglx95 .kk81 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .vpvglx95 .vnjkslw { margin: 0; }
}
.bgss52mh .rz5ss { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.bgss52mh .popy1a7s h3 { color: var(--accent-light); }
.bgss52mh .dv79gwjf { background: var(--bg-page); border: 1px solid var(--border); }
.pt98ay7 .vnjkslw { border-top: 4px solid var(--accent); }
.pt98ay7 .rz5ss { background: var(--bg-card); }
.j4isf5gp .vnjkslw { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.j4isf5gp .rz5ss { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.j4isf5gp .qn3rxz { padding: 14px 16px; }
.j4isf5gp .dv79gwjf { border-radius: 4px; }
.j4isf5gp .macl2 { border-radius: 0; }
.xicy5mvv .rz5ss { padding: 0; gap: 0; overflow: hidden; }
.xicy5mvv .dv79gwjf { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.xicy5mvv .popy1a7s { padding: 16px 20px; }
.xicy5mvv .cxr0gm { padding: 16px 20px; align-self: center; }
.p4marv1v .krftzg { font-size: .95rem; }
.gd919gx .q1skf5yq { gap: 10px; }
.gd919gx .yrdn3nv, .gd919gx .rjv94i8 { padding: 12px; }
.gd919gx .yrdn3nv ul, .gd919gx .rjv94i8 ul { margin: 4px 0 0; padding-left: 18px; }
.gd919gx .yrdn3nv li, .gd919gx .rjv94i8 li { font-size: .85rem; margin-bottom: 3px; }
.levx .juhd { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .kq0vg4 { grid-template-columns: 1fr; }
  .wsy3f { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .wsy3f .he8ymxx { width: 72px; height: 50px; }
  .wsy3f .nsqqpw { max-width: 180px; }
  .wsy3f .xz2i { width: auto; }
}
.n6p58tp6 .p4marv1v .krftzg { filter: brightness(1.2); }
@media (max-width: 720px) {
  .n6p58tp6 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ta1dyh { padding: 16px; }
  .slbii4s .szcen3m { min-width: 50%; }
}
.j0zvp .q1skf5yq { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .zgei { grid-template-columns: 1fr; }
  .act3a4 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ievjw6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .hfctcy4h { flex-wrap: wrap; padding: 16px; }
}
.tma24u .q1skf5yq { gap: 8px; }
.tma24u .yrdn3nv, .tma24u .rjv94i8 { padding: 8px; }
@media (max-width: 480px) {
  .t5a7i { flex-direction: column; align-items: stretch; }
}
.wtevt .xz2i .ksyt { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .p2n8w8 { flex-direction: column; align-items: stretch; gap: 10px; }
  .wtevt .xz2i { text-align: center; }
}
@media (max-width: 720px) {
  .le7s05 { grid-template-columns: 1fr; }
  .d8xvpg { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hi0l { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.y74v1o .o6q9e1 { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.uqexof4s .krftzg { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .erxaht { grid-template-columns: 1fr; }
  .uqexof4s { width: 100px; height: 100px; margin: 16px auto; }
  .y74v1o { font-size: 1.4rem; }
  .kucpb { justify-content: center; }
  .zk3zfje .szcen3m { min-width: 50%; }
}
.nk9m .q1skf5yq { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .n31ols { flex-wrap: wrap; padding: 14px 16px; }
  .pxjgu4jd { padding: 12px 16px; }
  .nk9m .q1skf5yq { margin: 0 16px; }
  .nk9m .levx { padding: 0 16px; }
  .u5uo09 { padding: 12px 16px; }
}
.k3m7uj .tla72r {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.k3m7uj .tla72r .wzo5yi8:only-child { grid-column: 1 / -1; }
.k3m7uj .tla72r .wzo5yi8 {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.k3m7uj .tla72r .gcc3 { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.k3m7uj .tla72r .i6j1q3o { width: 100%; min-width: unset; height: 120px; }
.k3m7uj .tla72r .vnttcj2 { max-height: 100px; max-width: 200px; }
.k3m7uj .tla72r .lbac { min-width: unset; text-align: center; white-space: normal; }
.k3m7uj .tla72r .sy5knj { min-width: 0; }
.k3m7uj .tla72r .gfws {
  flex-direction: row; justify-content: space-between; align-items: baseline;
  width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  flex: 0 0 auto; min-width: 0;
}
.k3m7uj .tla72r .awjp6f { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.k3m7uj .rz5ss { gap: 14px; }
.izcdr .uthxo {
  color: var(--accent-light); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 5px 14px; font-size: 1.1rem;
}
.izcdr .sy5knj { color: var(--cta); }
.izcdr .rz5ss { background: var(--accent-bg); }
.izcdr .lm3k, .izcdr .d3yy5n, .izcdr .k6hm {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.ogxxv64 .gfws { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.ogxxv64 .uthxo {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent-light); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.ogxxv64 .sy5knj { color: var(--cta); }
.ogxxv64 .rz5ss { border-bottom: 2px solid var(--accent-bg); }
.ogxxv64 .lm3k, .ogxxv64 .d3yy5n, .ogxxv64 .k6hm {
  background: var(--accent-bg); color: var(--accent-light); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.p48f46im .wzo5yi8 { border-top: 3px solid var(--accent); }
.p48f46im .vnjkslw { overflow: hidden; }
.p48f46im .rz5ss { background: var(--accent-bg); }
.db8os .wzo5yi8 { padding: 14px 18px; gap: 16px; }
.db8os .lbac { font-size: 1rem; }
.db8os .rz5ss { padding: 14px 18px; gap: 14px; }
.db8os .qn3rxz { padding: 14px 18px; }
.db8os .dv79gwjf { width: 70px; }
.db8os .popy1a7s h3 { font-size: 1.05rem; }
.zzy14aqr .tla72r { gap: 0; }
.zzy14aqr .wzo5yi8 {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.zzy14aqr .wzo5yi8:last-child { border-bottom: none; }
.zzy14aqr .wzo5yi8:nth-child(odd) { background: var(--accent-bg); }
.zzy14aqr .wzo5yi8:nth-child(odd):hover { background: var(--bg-hover); }
.uvv7 .tla72r {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.uvv7 .wzo5yi8 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.uvv7 .wzo5yi8:last-child { border-bottom: none; }
.uvv7 .sy5knj,
.uvv7 .hqbpp,
.uvv7 .jpogm0 { border-left: 1px solid var(--border); padding-left: 10px; }
.uvv7 .lbac { padding: 0 10px; }
.l8kppr .gcc3 { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.l8kppr .lbac { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.adqv7i .gcc3 { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.adqv7i .lbac { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.bavhjv0 .tla72r { gap: 14px; }
.bavhjv0 .wzo5yi8 {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.bavhjv0 .lbac { font-size: 1.15rem; }
.bavhjv0 .uthxo { font-size: 1.22rem; }
.bavhjv0 .awjp6f.ksyt { padding: 14px 30px !important; font-size: 1rem; }
.fht32 .tla72r { gap: 18px; }
.fht32 .wzo5yi8 {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.fht32 .i6j1q3o {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.fht32 .vnttcj2 { max-height: 100px; max-width: 160px; }
.fht32 .gcc3 { min-width: 260px; }
.fht32 .lbac { font-size: 1.25rem; font-weight: 800; }
.fht32 .sy5knj { font-size: 1.1rem; letter-spacing: 2px; }
.fht32 .uthxo { font-size: 1.3rem; font-weight: 800; }
.fht32 .dzq4 { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.fht32 .awjp6f.ksyt { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.zfwl .hqbpp { flex: 1.8; }
.zfwl .hqbpp .uthxo {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.zfwl .hqbpp .dzq4 { font-weight: 700; color: var(--text-primary); }
.ufg1uc { display: none; }
.uxq80 .sy5knj { display: none; }
.zofghoe .sy5knj { font-size: 1rem; letter-spacing: 2px; }
.tr14hcf .sy5knj {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.zj3yuz .sy5knj,
.ohrj22 .sy5knj,
.g4krg .sy5knj { display: none; }
.zj3yuz .ufg1uc,
.ohrj22 .ufg1uc,
.g4krg .ufg1uc { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.zj3yuz .ufg1uc { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.zj3yuz .ufg1uc small { display: none; }
.ohrj22 .ufg1uc {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.ohrj22 .ufg1uc small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.g4krg .ufg1uc {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.g4krg .ufg1uc small { display: none; }
.zj3yuz .y2rf .krftzg,
.ohrj22 .y2rf .krftzg,
.g4krg .y2rf .krftzg { display: none; }
.zj3yuz .y2rf strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.zj3yuz .o6q9e1 { display: none; }
.ohrj22 .y2rf strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.ohrj22 .djs02q1,
.ohrj22 .o6q9e1 { font-size: 1em; }
.g4krg .y2rf strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.g4krg .o6q9e1 { display: none; }
.uztqv5 { margin: 16px 0; }
.shft1 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.shft1 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.shft1 summary::after { content: "+"; color: var(--accent-light); }
.shft1[open] summary::after { content: "−"; }
.shft1 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.zxx1be { margin-bottom: 0; }
.l74e h2.ebotvs { color: var(--text-primary); border-color: var(--accent-light); }
.p95jpbb h2.ebotvs { color: var(--text-primary); border-color: var(--accent-light); }
.m89iqctb .kmqa5     { background: #052e16; border-color: #10b981; }
.m89iqctb .umzjrezb { background: #2d0a1e; border-color: #f43f5e; }
.m89iqctb .vlvn    { background: #1e1036; border-color: #a855f7; }
.m89iqctb .hyxhv7 strong  { color: #f1f5f9; }
.m89iqctb .hyxhv7 p       { color: #cbd5e1; }
.m89iqctb .zav4t72x    .kmqa5     .xmhg::before,
.m89iqctb .u1ibp1t7  .kmqa5     .xmhg::before,
.m89iqctb .hp5o  .kmqa5     .xmhg::before,
.m89iqctb .wvhr5w .kmqa5     .xmhg::before { color: #10b981; }
.m89iqctb .zav4t72x    .umzjrezb .xmhg::before,
.m89iqctb .u1ibp1t7  .umzjrezb .xmhg::before,
.m89iqctb .hp5o  .umzjrezb .xmhg::before,
.m89iqctb .wvhr5w .umzjrezb .xmhg::before { color: #f43f5e; }
.m89iqctb .zav4t72x    .vlvn    .xmhg::before,
.m89iqctb .u1ibp1t7  .vlvn    .xmhg::before,
.m89iqctb .hp5o  .vlvn    .xmhg::before,
.m89iqctb .wvhr5w .vlvn    .xmhg::before { color: #a855f7; }
.cw97himv .kmqa5     { background: #2d2000; border-color: #eab308; }
.cw97himv .umzjrezb { background: #2d0b0b; border-color: #ef4444; }
.cw97himv .vlvn    { background: #2d1600; border-color: #f97316; }
.cw97himv .hyxhv7 strong  { color: #f1f5f9; }
.cw97himv .hyxhv7 p       { color: #cbd5e1; }
.cw97himv .zav4t72x    .kmqa5     .xmhg::before,
.cw97himv .u1ibp1t7  .kmqa5     .xmhg::before,
.cw97himv .hp5o  .kmqa5     .xmhg::before,
.cw97himv .wvhr5w .kmqa5     .xmhg::before { color: #eab308; }
.cw97himv .zav4t72x    .umzjrezb .xmhg::before,
.cw97himv .u1ibp1t7  .umzjrezb .xmhg::before,
.cw97himv .hp5o  .umzjrezb .xmhg::before,
.cw97himv .wvhr5w .umzjrezb .xmhg::before { color: #ef4444; }
.cw97himv .zav4t72x    .vlvn    .xmhg::before,
.cw97himv .u1ibp1t7  .vlvn    .xmhg::before,
.cw97himv .hp5o  .vlvn    .xmhg::before,
.cw97himv .wvhr5w .vlvn    .xmhg::before { color: #f97316; }
.bfjpgf0 .kmqa5     { background: #0c1a2e; border-color: #38bdf8; }
.bfjpgf0 .umzjrezb { background: #12103a; border-color: #818cf8; }
.bfjpgf0 .vlvn    { background: #0a2020; border-color: #2dd4bf; }
.bfjpgf0 .hyxhv7 strong  { color: #f1f5f9; }
.bfjpgf0 .hyxhv7 p       { color: #cbd5e1; }
.bfjpgf0 .zav4t72x    .kmqa5     .xmhg::before,
.bfjpgf0 .u1ibp1t7  .kmqa5     .xmhg::before,
.bfjpgf0 .hp5o  .kmqa5     .xmhg::before,
.bfjpgf0 .wvhr5w .kmqa5     .xmhg::before { color: #38bdf8; }
.bfjpgf0 .zav4t72x    .umzjrezb .xmhg::before,
.bfjpgf0 .u1ibp1t7  .umzjrezb .xmhg::before,
.bfjpgf0 .hp5o  .umzjrezb .xmhg::before,
.bfjpgf0 .wvhr5w .umzjrezb .xmhg::before { color: #818cf8; }
.bfjpgf0 .zav4t72x    .vlvn    .xmhg::before,
.bfjpgf0 .u1ibp1t7  .vlvn    .xmhg::before,
.bfjpgf0 .hp5o  .vlvn    .xmhg::before,
.bfjpgf0 .wvhr5w .vlvn    .xmhg::before { color: #2dd4bf; }
.f6ili .kmqa5     { background: var(--accent-bg); border-color: var(--accent-light); }
.f6ili .umzjrezb { background: var(--accent-bg-light); border-color: var(--accent-light); }
.f6ili .vlvn    { background: var(--accent-bg); border-color: var(--accent-pale); }
.f6ili .zav4t72x    .xmhg::before,
.f6ili .u1ibp1t7  .xmhg::before,
.f6ili .hp5o  .xmhg::before,
.f6ili .wvhr5w .xmhg::before { color: var(--accent-light) !important; }
.ubc9::before,
.f2qw::before { margin-right: 5px; }
.a79t .yrdn3nv ul li,
.a79t .u6wbdxr li         { color: #4ade80; }
.a79t .yrdn3nv .ubc9 { color: #22c55e; }
.a79t .rjv94i8 ul li,
.a79t .gwomc li         { color: #f87171; }
.a79t .rjv94i8 .f2qw { color: #ef4444; }
.qz7jq70l .yrdn3nv { background: var(--bg-pros); }
.qz7jq70l .rjv94i8 { background: var(--bg-cons); }
.qz7jq70l .yrdn3nv .ubc9 { color: var(--c-pros-label); }
.qz7jq70l .rjv94i8 .f2qw { color: var(--c-cons); }
.qz7jq70l .yrdn3nv ul li,
.qz7jq70l .u6wbdxr li            { color: var(--c-pros); }
.qz7jq70l .rjv94i8 ul li,
.qz7jq70l .gwomc li            { color: var(--c-cons); }
.qn1mq .yrdn3nv { background: var(--bg-pros); }
.qn1mq .rjv94i8 { background: var(--bg-cons); }
.qn1mq .yrdn3nv .ubc9 { color: var(--c-pros-label); }
.qn1mq .rjv94i8 .f2qw { color: var(--c-cons); }
.qn1mq .yrdn3nv ul li,
.qn1mq .u6wbdxr li          { color: var(--c-pros); }
.qn1mq .rjv94i8 ul li,
.qn1mq .gwomc li          { color: var(--c-cons); }
.ahmuup .ubc9::before { content: "✓ "; }
.ahmuup .f2qw::before { content: "✗ "; }
.o6ckj .ubc9::before { content: "→ "; }
.o6ckj .f2qw::before { content: "← "; }
.cl91lq .ubc9::before { content: "★ "; }
.cl91lq .f2qw::before { content: "✕ "; }
.igrx .ubc9::before { content: "◆ "; }
.igrx .f2qw::before { content: "▲ "; }
.xp96090 .hyxhv7 { background: transparent; border-left: none; border: 1.5px solid; }
.xp96090 .kmqa5     { border-color: var(--c-tip-border); }
.xp96090 .umzjrezb { border-color: var(--c-warn-border); }
.xp96090 .vlvn    { border-color: #60a5fa; }
.xp96090 .hyxhv7 strong { color: var(--text-primary); }
.xp96090 .hyxhv7 p      { color: var(--text-muted); }
.iwg8kp6 .hyxhv7 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.iwg8kp6 .kmqa5     { border-top-color: var(--c-tip-border); }
.iwg8kp6 .umzjrezb { border-top-color: var(--c-warn-border); }
.iwg8kp6 .vlvn    { border-top-color: #60a5fa; }
.d4rl0ihk .hyxhv7 { border-left: none; border-radius: 8px; }
.d4rl0ihk .kmqa5     { background: #065f46; }
.d4rl0ihk .umzjrezb { background: #92400e; }
.d4rl0ihk .vlvn    { background: #1e3a8a; }
.d4rl0ihk .hyxhv7 strong,
.d4rl0ihk .hyxhv7 p { color: #fff; }
.d4rl0ihk .xmhg::before { color: rgba(255,255,255,0.85) !important; }
.m89iqctb.d4rl0ihk .kmqa5,
.m89iqctb .d4rl0ihk .kmqa5     { background: #052e16; }
.m89iqctb.d4rl0ihk .umzjrezb,
.m89iqctb .d4rl0ihk .umzjrezb { background: #2d0a1e; }
.m89iqctb.d4rl0ihk .vlvn,
.m89iqctb .d4rl0ihk .vlvn    { background: #1e1036; }
.cw97himv.d4rl0ihk .kmqa5,
.cw97himv .d4rl0ihk .kmqa5      { background: #2d2000; }
.cw97himv.d4rl0ihk .umzjrezb,
.cw97himv .d4rl0ihk .umzjrezb  { background: #2d0b0b; }
.cw97himv.d4rl0ihk .vlvn,
.cw97himv .d4rl0ihk .vlvn     { background: #2d1600; }
.bfjpgf0.d4rl0ihk .kmqa5,
.bfjpgf0 .d4rl0ihk .kmqa5      { background: #0c1a2e; }
.bfjpgf0.d4rl0ihk .umzjrezb,
.bfjpgf0 .d4rl0ihk .umzjrezb  { background: #12103a; }
.bfjpgf0.d4rl0ihk .vlvn,
.bfjpgf0 .d4rl0ihk .vlvn     { background: #0a2020; }
.ch0mfnr .hyxhv7 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ch0mfnr .kmqa5     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ch0mfnr .umzjrezb { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ch0mfnr .vlvn    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ch0mfnr .hyxhv7 strong { color: var(--text-primary); }
.ch0mfnr .hyxhv7 p      { color: var(--text-muted); }
.q9da .hyxhv7 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.zav4t72x .xmhg,
.u1ibp1t7 .xmhg,
.hp5o .xmhg,
.wvhr5w .xmhg { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.zav4t72x .xmhg::before,
.u1ibp1t7 .xmhg::before,
.hp5o .xmhg::before,
.wvhr5w .xmhg::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.zav4t72x .kmqa5     .xmhg::before { content: "✦"; color: var(--c-tip-border); }
.zav4t72x .umzjrezb .xmhg::before { content: "▲"; color: var(--c-warn-border); }
.zav4t72x .vlvn    .xmhg::before { content: "◉"; color: #60a5fa; }
.u1ibp1t7 .kmqa5     .xmhg::before { content: "★"; color: var(--c-tip-border); }
.u1ibp1t7 .umzjrezb .xmhg::before { content: "◆"; color: var(--c-warn-border); }
.u1ibp1t7 .vlvn    .xmhg::before { content: "●"; color: #60a5fa; }
.hp5o .kmqa5     .xmhg::before { content: "▶"; color: var(--c-tip-border); }
.hp5o .umzjrezb .xmhg::before { content: "■"; color: var(--c-warn-border); }
.hp5o .vlvn    .xmhg::before { content: "▸"; color: #60a5fa; }
.wvhr5w .kmqa5     .xmhg::before { content: "→"; color: var(--c-tip-border); }
.wvhr5w .umzjrezb .xmhg::before { content: "⬥"; color: var(--c-warn-border); }
.wvhr5w .vlvn    .xmhg::before { content: "◈"; color: #60a5fa; }
.dxy0 .v11mg92m .v8ns,
.dxy0 .bp13x .v8ns  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.dxy0 .gbn1a02g                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.dxy0 .wzo5yi8                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.dxy0 .vnjkslw            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.dxy0 .cq7ctc          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.dxy0 .helbmocz                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pins .v11mg92m .v8ns,
.pins .bp13x .v8ns,
.pins .gbn1a02g,
.pins .wzo5yi8,
.pins .vnjkslw,
.pins .cq7ctc,
.pins .helbmocz,
.pins .q9da .hyxhv7 { box-shadow: none; }
.esfie   .floq1y, .esfie .n2iu5lh3, .esfie .dkohy,
.esfie   .pyqv, .esfie .y0mikgq7 { font-size: 0.9rem; }
.esfie   .ml9pe6d, .esfie .fcx0y { font-size: 0.9rem; }
.no32bpe   .floq1y, .no32bpe .n2iu5lh3, .no32bpe .dkohy,
.no32bpe   .pyqv, .no32bpe .y0mikgq7 { font-size: 0.95rem; }
.no32bpe   .ml9pe6d, .no32bpe .fcx0y { font-size: 0.95rem; }
.h2nq7t   .floq1y, .h2nq7t .n2iu5lh3, .h2nq7t .dkohy,
.h2nq7t   .pyqv, .h2nq7t .y0mikgq7 { font-size: 1.08rem; }
.h2nq7t   .ml9pe6d, .h2nq7t .fcx0y { font-size: 1.05rem; }
.h2nq7t   .hvfmmx3u { font-size: 0.97rem; }
.biizcqs .clfh      { font-size: 3.2rem; }
.biizcqs h2.ebotvs { font-size: 1.9rem; }
.biizcqs h3.jcwx2xxw     { font-size: 1.4rem; }
.dgpu8zsu .clfh      { font-size: 3.8rem; }
.dgpu8zsu h2.ebotvs { font-size: 2.2rem; }
.dgpu8zsu h3.jcwx2xxw     { font-size: 1.6rem; }
.zxx1be + .zxx1be { position: relative; }
.bw1q   .zxx1be + .zxx1be::before,
.g5rumh  .zxx1be + .zxx1be::before,
.llv0ms   .zxx1be + .zxx1be::before,
.czns   .zxx1be + .zxx1be::before,
.xqooohoy   .zxx1be + .zxx1be::before,
.w1j9nx0 .zxx1be + .zxx1be::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.bw1q .zxx1be + .zxx1be::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.g5rumh .zxx1be + .zxx1be::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.llv0ms .zxx1be + .zxx1be::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.czns .zxx1be + .zxx1be::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.bgkvm .zxx1be { margin-bottom: 16px; }
.bgkvm .zxx1be + .zxx1be { margin-top: 0; }
.bgkvm .q7ntp23 { padding-top: 0; padding-bottom: 0; }
.xqooohoy .zxx1be + .zxx1be::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.w1j9nx0 .zxx1be + .zxx1be::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.zb8s .zxx1be + .zxx1be::before,
.z4kdqo .zxx1be + .zxx1be::before,
.g1wwb3 .zxx1be + .zxx1be::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%;
}
.b2h7o1 .zb8s .zxx1be:nth-child(even)::before,
.b2h7o1 .z4kdqo .zxx1be:nth-child(even)::before,
.b2h7o1 .g1wwb3 .zxx1be:nth-child(even)::before { background: var(--bg-surface); }
.lc57sn8v .zb8s .zxx1be:nth-child(even)::before,
.lc57sn8v .z4kdqo .zxx1be:nth-child(even)::before,
.lc57sn8v .g1wwb3 .zxx1be:nth-child(even)::before { background: var(--bg-card); }
.zb8s .zxx1be + .zxx1be::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");
}
.z4kdqo .zxx1be + .zxx1be::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");
}
.g1wwb3 .zxx1be + .zxx1be::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");
}
.v5r5z1 .kxxyfu34,
.s6q7 .kxxyfu34 { margin-bottom: 60px; }
.dulvl .kxxyfu34 { margin-bottom: 70px; }
.h543lfta .t0c2n4pi { background: var(--accent); }
.h543lfta .t0c2n4pi .tb1jjm { background: none; }
.h543lfta .ebxj2d { background: var(--accent); }
.h543lfta .avd3 { background: var(--accent-bg); }
.h543lfta .lljz4:not(.t0c2n4pi) .tb1jjm { background: rgba(0,0,0,0.6); }
.wb5my .vfyutyq6 { float: left; width: 38%; margin: 0 28px 16px 0; }
.wb5my .vfyutyq6 .ohurnri { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.wb5my .q7ntp23::after { content: ''; display: block; clear: both; }
.gdfu69 .vfyutyq6 { float: right; width: 38%; margin: 0 0 16px 28px; }
.gdfu69 .vfyutyq6 .ohurnri { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.gdfu69 .q7ntp23::after { content: ''; display: block; clear: both; }
.rn9ag .zxx1be:nth-child(odd)  .vfyutyq6 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.rn9ag .zxx1be:nth-child(even) .vfyutyq6 { float: right; width: 38%; margin: 0 0 16px 28px; }
.rn9ag .vfyutyq6 .ohurnri { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.rn9ag .q7ntp23::after { content: ''; display: block; clear: both; }
.wb5my .en05kl,
.wb5my .tla72r,
.gdfu69 .en05kl,
.gdfu69 .tla72r,
.rn9ag .en05kl,
.rn9ag .tla72r { clear: both; }
@media (max-width: 900px) {
  .wb5my .vfyutyq6,
  .gdfu69 .vfyutyq6,
  .rn9ag .zxx1be:nth-child(odd)  .vfyutyq6,
  .rn9ag .zxx1be:nth-child(even) .vfyutyq6 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .wb5my .vfyutyq6 .ohurnri,
  .gdfu69 .vfyutyq6 .ohurnri,
  .rn9ag .vfyutyq6 .ohurnri {
    max-height: none !important;
  }
}
.wb5my .ml9pe6d,
.wb5my .fcx0y,
.gdfu69 .ml9pe6d,
.gdfu69 .fcx0y,
.rn9ag .ml9pe6d,
.rn9ag .fcx0y { overflow: hidden; }
@media (max-width: 640px) {
  .wb5my .vfyutyq6,
  .gdfu69 .vfyutyq6,
  .rn9ag .vfyutyq6 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.no6bw10 .m6sjxkx,
.no6bw10 .q7ntp23,
.no6bw10 .x49aeit  { max-width: 1100px; }
.no6bw10 { --content-mw: 1100px; }
.vwfl .m6sjxkx,
.vwfl .q7ntp23,
.vwfl .x49aeit  { max-width: 1200px; }
.a5lw0cl7 .m6sjxkx,
.a5lw0cl7 .q7ntp23,
.a5lw0cl7 .x49aeit  { max-width: 1320px; }
.r7im { font-size: 0.82rem; color: var(--text-muted); }
.paqppt { display: flex; align-items: center; }
.qzb2 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.j4e3u06 { display: flex; align-items: center; }
.n0yp { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.n0yp:hover { text-decoration: underline; }
.s5lm3 { margin: 0 3px; opacity: 0.45; }
.s5lm3::before { content: '/'; }
.d08cte4o { padding: 2px 5px; color: var(--text-main); }
.c6g3 .r7im {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.c6g3 .paqppt { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hw2b6vc .r7im {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.hw2b6vc .paqppt { padding: 0 0 0 12px; }
.k4rx .paqppt { padding: 0 16px; }
.k4rx .r7im {
  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);
}
.k4rx .m6sjxkx { padding-top: 28px; }
@media (max-width: 720px) {
  .mc0g { margin-top: 18px; padding: 0 16px; }
  .k4rx .m6sjxkx { padding-top: 16px; }
}
.no6bw10.c6g3 .paqppt { max-width: 1100px; }
.vwfl.c6g3 .paqppt { max-width: 1200px; }
.a5lw0cl7.c6g3 .paqppt { max-width: 1320px; }
.no6bw10 .mc0g { max-width: 1100px; }
.c8im .zxx1be { padding-top: 16px; padding-bottom: 16px; }
.ngox1c .zxx1be { padding-top: 24px; padding-bottom: 24px; }
.m0t5l6m .zxx1be { padding-top: 40px; padding-bottom: 40px; }
.ohp6w9p .zxx1be { padding-top: 52px; padding-bottom: 52px; }
.obtrf .zxx1be:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.obtrf .zxx1be:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.obtrf .zxx1be:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.obtrf .zxx1be:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.fnb6w3 .q7ntp23 { padding-top: 10px;  padding-bottom: 10px; }
.qhim19m .q7ntp23 { padding-top: 18px;  padding-bottom: 18px; }
.dyi36oj4 .q7ntp23 { padding-top: 36px;  padding-bottom: 36px; }
.dbnfrib .q7ntp23 { padding-top: 48px;  padding-bottom: 48px; }
.s25mq05 h2.ebotvs { font-weight: 600; }
.s25mq05 h3.jcwx2xxw     { font-weight: 600; }
.cgm5y9 h2.ebotvs { font-weight: 800; }
.cgm5y9 h3.jcwx2xxw     { font-weight: 700; }
.l4lw45 h2.ebotvs { font-weight: 900; }
.l4lw45 h3.jcwx2xxw     { font-weight: 800; }
.l4lw45 .hyxhv7 strong,
.l4lw45 .hyxhv7 strong { font-weight: 600; }
.ekjlg {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.rq1o1r .ekjlg { display: none; }
@media (max-width: 640px) { .ekjlg { display: none; } }
.ekjlg { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ekjlg:hover { opacity: 0.85; }
.rmusqol .ekjlg { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.hgqw .ekjlg,
.xaxfd5  .ekjlg { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.hgqw .ekjlg:hover,
.xaxfd5  .ekjlg:hover { opacity: 0.88; }
.rmusqol.hgqw .ekjlg,
.rmusqol.xaxfd5  .ekjlg { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.la7kie {
  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;
}
.la7kie:hover { transform: translateY(-2px); opacity: 0.92; }
.la7kie { background: var(--cta) !important; color: #fff !important; border: none !important; }
.o7sk .la7kie { display: none; }
.uyqn1wm9 .la7kie { right: 32px; }
.cgzr  .la7kie { left: 32px; }
@media (max-width: 480px) {
  .uyqn1wm9 .la7kie { right: 20px; bottom: 20px; }
  .cgzr  .la7kie { left: 20px; bottom: 20px; }
}
.c3024 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.x49aeit { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.lzf5cv { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.t5367j { color: var(--text-dim); font-size: 0.8rem; }
.c0z2mz { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.c0z2mz img { height: 26px; width: auto; object-fit: contain; }
.i3p2n8p a, .kahsu a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.i3p2n8p a:hover, .kahsu a:hover { color: var(--accent-light); }
.kahsu { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.srd32nz .x49aeit { text-align: center; }
.srd32nz .kahsu { justify-content: center; margin-bottom: 16px; }
.srd32nz .lzf5cv { margin-top: 0; }
.i9fkns { margin-top: 10px; }
.i9fkns a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .x49aeit { padding-left: 16px; padding-right: 16px; }
  .t4vqgs .x49aeit { padding: 20px 16px; }
  .kahsu { gap: 4px 12px; }
  .lzf5cv { font-size: 0.78rem; }
}
.r268 .zztx .c0z2mz { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.r268 .lzf5cv { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.r268 .t5367j { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .r268 .l7aj2 { grid-template-columns: 1fr 1fr; } .r268 .zztx { grid-column: 1 / -1; } }
@media (max-width: 480px) { .r268 .l7aj2 { grid-template-columns: 1fr; } }
.gez5fcka .c0z2mz { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.gez5fcka .lzf5cv { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .gez5fcka .reqr3c { gap: 12px; } .gez5fcka .c0z2mz { margin-right: 0; width: 100%; } }
.m3ktvg .b3ptuo .c0z2mz { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.m3ktvg .lzf5cv { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.m3ktvg .t5367j { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .m3ktvg .u1qp33 { grid-template-columns: 1fr 1fr; } .m3ktvg .b3ptuo { grid-column: 1 / -1; } }
@media (max-width: 480px) { .m3ktvg .u1qp33 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .fm7n3q .eu4ms { grid-template-columns: 1fr 1fr; } .fm7n3q .tmcv:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .fm7n3q .eu4ms { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ytahld .eu4ms { grid-template-columns: 1fr; } }
.l9eyp .x49aeit { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.l9eyp .kahsu { justify-content: center; }
.eu5bzjy .vi4q      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.eu5bzjy .c3024 { background: var(--bg-page); border-top-color: var(--border-alt); }
.b6uzqdvn .vi4q      { background: #0d1117; border-bottom-color: #21262d; }
.b6uzqdvn .t59399 { color: var(--accent-light); }
.b6uzqdvn .lbee94 { --msep-color: #8b949e; }
.b6uzqdvn .lbee94 a { color: #8b949e; }
.b6uzqdvn .lbee94 a:hover { color: var(--accent-light); }
.b6uzqdvn .uu0n0bqp { color: #8b949e; }
.b6uzqdvn .c3024 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.b6uzqdvn .lzf5cv,
.b6uzqdvn .t5367j { color: #6e7681; }
.b6uzqdvn .i3p2n8p a, .b6uzqdvn .kahsu a,
.b6uzqdvn .c0z2mz { color: #e6edf3; }
.b6uzqdvn .i3p2n8p a:hover, .b6uzqdvn .kahsu a:hover,
@media (max-width: 640px) {
  .b6uzqdvn .lbee94 { background: #0d1117; border-top-color: #21262d; }
  .b6uzqdvn .lbee94 li a { border-bottom-color: #21262d; }
}
.lds3hwhm .vi4q      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.lds3hwhm .t59399 { color: var(--accent-light); }
.lds3hwhm .lbee94 { --msep-color: #475569; }
.lds3hwhm .lbee94 a { color: #475569; }
.lds3hwhm .lbee94 a:hover { color: var(--accent-light); }
.lds3hwhm .uu0n0bqp { color: #64748b; }
.lds3hwhm .c3024 { background: #f0f4f8; border-top-color: #cbd5e1; }
.lds3hwhm .lzf5cv,
.lds3hwhm .t5367j { color: #64748b; }
.lds3hwhm .i3p2n8p a, .lds3hwhm .kahsu a,
.lds3hwhm .b6t5ovr a, .lds3hwhm .c0z2mz { color: #374151; }
.lds3hwhm .i3p2n8p a:hover, .lds3hwhm .kahsu a:hover,
@media (max-width: 640px) {
  .lds3hwhm .lbee94 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .lds3hwhm .lbee94 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.hgqw .vi4q      { background: var(--accent); border-bottom-color: var(--accent-light); }
.hgqw .t59399 { color: #fff; }
.hgqw .lbee94 { --msep-color: rgba(255,255,255,0.82); }
.hgqw .lbee94 a { color: rgba(255,255,255,0.82); }
.hgqw .lbee94 a:hover { color: #fff; }
.hgqw .uu0n0bqp { color: rgba(255,255,255,0.9); }
.hgqw .atkca4n a { color: var(--text-primary) !important; }
.hgqw .atkca4n a:hover { color: var(--accent-light) !important; }
.hgqw .c3024 { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.hgqw .lzf5cv,
.hgqw .t5367j { color: rgba(255,255,255,0.72); }
.hgqw .i3p2n8p a, .hgqw .kahsu a,
.hgqw .b6t5ovr a, .hgqw .c0z2mz { color: #fff; }
.hgqw .i3p2n8p a:hover, .hgqw .kahsu a:hover,
@media (max-width: 640px) {
  .hgqw .lbee94 { background: var(--accent); border-top-color: var(--accent-light); }
  .hgqw .lbee94 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.xaxfd5 .vi4q {
  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);
}
.xaxfd5 .c3024 {
  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) {
  .xaxfd5 .lbee94 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.k5hfr2e1 .k5f3m0 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.i9yf .k5f3m0 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.v60ao .k5f3m0 { min-height: 72px; height: auto; }
.czvb .k5f3m0 { min-height: 84px; height: auto; }
.t4vqgs .k5f3m0 { max-width: none; padding: 0 32px; }
.t4vqgs .x49aeit  { max-width: none; padding: 24px 32px; }
.yxza8n.vwfl .k5f3m0 { max-width: 1200px; }
.yxza8n.a5lw0cl7 .k5f3m0 { max-width: 1320px; }
.etsvg5ys   .t59399, .etsvg5ys   .c0z2mz { text-transform: capitalize; }
.xb5qnskn .t59399, .xb5qnskn .c0z2mz { text-transform: lowercase; }
.fr3cg8k .t59399, .fr3cg8k .c0z2mz { text-transform: uppercase; letter-spacing: 0.06em; }
.unc664, .tzy9 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.icgf4aow .unc664,
.icgf4aow .tzy9 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.fvzpk .unc664,
.fvzpk .tzy9 { 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; }
.qpuo .unc664,
.qpuo .tzy9 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.gc7mz .unc664,
.gc7mz .tzy9 { 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; }
.qirt2c   .lbee94 a { font-weight: 500; }
.hcerji .lbee94 a { font-weight: 600; }
.ykpm2     .lbee94 a { font-weight: 700; }
.juuhv    .lbee94 a { font-weight: 800; letter-spacing: 0.01em; }
.ho9de4     .lbee94 > li + li::before,
.nye42    .lbee94 > li + li::before,
.okwi    .lbee94 > li + li::before,
.mqftrf .lbee94 > li + li::before,
.qbylj .lbee94 > li + li::before,
.jbvw6n  .lbee94 > li + li::before,
.r8sorg5    .lbee94 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ho9de4     .lbee94 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.nye42    .lbee94 > li + li::before { content: "|"; }
.okwi    .lbee94 > li + li::before { content: "—"; }
.mqftrf .lbee94 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.qbylj .lbee94 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.jbvw6n  .lbee94 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.r8sorg5    .lbee94 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .qjzaaucy .uu0n0bqp,
  .uo5y .uu0n0bqp,
  .q75m7dr .uu0n0bqp,
  .sx7l7ro .uu0n0bqp,
  .achat .uu0n0bqp {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .qjzaaucy .uu0n0bqp::before,
  .uo5y .uu0n0bqp::before,
  .q75m7dr .uu0n0bqp::before,
  .sx7l7ro .uu0n0bqp::before,
  .achat .uu0n0bqp::before { content: ""; display: block; flex-shrink: 0; }

  
  .qjzaaucy .uu0n0bqp::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;
  }

  
  .uo5y .uu0n0bqp::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;
  }

  
  .q75m7dr .uu0n0bqp::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;
  }

  
  .sx7l7ro .uu0n0bqp::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;
  }

  
  .achat .uu0n0bqp::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) {
  .uuro67df .uu0n0bqp {
    padding: 5px 14px;
  }
  .uuro67df .lbee94 {
    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;
  }
  .uuro67df .lbee94 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .uuro67df .lbee94 li a:hover { background: var(--bg-raised); }
  .uuro67df .enj7,
  .gu1h9 .enj7,
  .k5wipfz .enj7 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .h8tt0k .uu0n0bqp {
    padding: 5px 10px;
  }
  .h8tt0k .lbee94 {
    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);
  }
  .h8tt0k .lbee94.w0qqr { transform: translateX(0); }
  .h8tt0k .lbee94 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .h8tt0k .lbee94 li:last-child a { border-bottom: none; }
  .hgqw .lbee94,
  .b6uzqdvn .lbee94 { background: var(--accent) !important; }
  .hgqw .lbee94 li a,
  .b6uzqdvn .lbee94 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .k5wipfz .uu0n0bqp {
    padding: 5px 10px;
  }
  .k5wipfz .lbee94 {
    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);
  }
  .k5wipfz .lbee94::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .k5wipfz .lbee94.w0qqr { transform: translateY(0); }
  .k5wipfz .lbee94 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .a43q .uu0n0bqp {
    padding: 5px 10px;
  }
  .a43q .lbee94 {
    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;
  }
  .a43q .lbee94.w0qqr { opacity: 1; pointer-events: auto; }
  .a43q .lbee94 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .l84q     .uu0n0bqp { border-radius: 0 !important; }
  .xvhm   .uu0n0bqp { border-radius: 8px !important; }
  .t4odmd .uu0n0bqp { border-radius: 50% !important; }
  .q24a0   .uu0n0bqp { border-radius: 999px !important; }
}
.ow9k2a .l6ubj2 { height: 36px; }
.n9w2 .l6ubj2 { height: 60px; max-width: 200px; }
.ncqw6q7r .l6ubj2 { height: 76px; max-width: 240px; }
.xsbh    .sy5knj, .xsbh    .krftzg { color: #f59e0b; }
.sq7ppovj      .sy5knj { font-size: 1rem; letter-spacing: 1.5px; }
.sq7ppovj      .krftzg   { font-size: 1.35rem; }
.yp0aq    .sy5knj, .yp0aq    .krftzg { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.kj5qdrb     .sy5knj, .kj5qdrb     .krftzg { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.yp1d6gkr .sy5knj, .yp1d6gkr .krftzg { color: var(--cta); letter-spacing: 2px; }
.dlinyoed   .sy5knj, .dlinyoed   .krftzg { color: #e91e63; letter-spacing: 2px; }
.so23yro5  .sy5knj, .so23yro5  .krftzg { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.bsz4     .sy5knj, .bsz4     .krftzg { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.sfu1c .gfws + .gfws {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.xvyia54 .wzo5yi8 { padding: 18px 24px; min-height: 68px; }
.wp3que2a .dzq4 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.wp3que2a .uthxo {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
.pgv1e .gfws {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.z6rjb .tla72r { counter-reset: cs-rank; }
.z6rjb .wzo5yi8 { position: relative; counter-increment: cs-rank; }
.z6rjb .wzo5yi8::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent-light); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.nqld9cu .tla72r { counter-reset: cs-rank; gap: 0; }
.nqld9cu .wzo5yi8 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 44px 18px 18px;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
  margin-bottom: 14px;
}
.nqld9cu .wzo5yi8::before {
  content: counter(cs-rank);
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem; line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  z-index: 2;
}
.nqld9cu .gcc3 {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.nqld9cu .i6j1q3o {
  width: 140px; height: 140px; min-width: 140px; padding: 0;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto;
}
.nqld9cu .vnttcj2 { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.nqld9cu .gcc3 { min-width: 0; flex-direction: column; width: 100%; }
.nqld9cu .lbac {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.nqld9cu .sy5knj { color: var(--cta, var(--accent)); }
.nqld9cu .ufg1uc { font-weight: 700; }
.nqld9cu .gfws {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.nqld9cu .dzq4 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.nqld9cu .uthxo {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.nqld9cu .hqbpp .uthxo { font-size: 1.3rem; color: var(--accent-light); }
.nqld9cu .awjp6f {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.nqld9cu .wzo5yi8:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .nqld9cu .tla72r {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .nqld9cu .wzo5yi8 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nqld9cu .wzo5yi8 { padding: 40px 16px 20px; }
  .nqld9cu .gfws {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .nqld9cu .awjp6f { width: 100%; min-width: 0; }
}
.uojcf2g1 .tla72r { counter-reset: cs-rank; gap: 10px; }
.uojcf2g1 .wzo5yi8 {
  counter-increment: cs-rank;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-card);
}
.uojcf2g1 .wzo5yi8::before {
  content: counter(cs-rank);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.95rem; flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.uojcf2g1 .gcc3 {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.uojcf2g1 .i6j1q3o {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.uojcf2g1 .vnttcj2 { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.uojcf2g1 .lbac {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.uojcf2g1 .sy5knj { color: var(--cta, var(--accent)); }
.uojcf2g1 .gfws {
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  border-top: none; padding-top: 0; width: auto; flex: 1 1 160px; min-width: 140px;
  text-align: center;
}
.uojcf2g1 .dzq4 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.uojcf2g1 .uthxo { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.uojcf2g1 .hqbpp .uthxo { color: var(--accent-light); }
.uojcf2g1 .awjp6f {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.uojcf2g1 .wzo5yi8:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .uojcf2g1 .wzo5yi8 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .uojcf2g1 .wzo5yi8::before {
    position: absolute; top: 14px; left: 14px;
  }
  .uojcf2g1 .gcc3 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .uojcf2g1 .lbac { white-space: normal; text-align: center; font-size: 1.2rem; }
  .uojcf2g1 .gfws {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .uojcf2g1 .awjp6f { width: 100%; min-width: 0; }
  .uojcf2g1 .sy5knj { min-width: 0; }
}
.jb8vm9 .tla72r { counter-reset: cs-rank; }
.jb8vm9 .wzo5yi8::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.cn1c7jj9 .shft1 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.cn1c7jj9 .shft1 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.cn1c7jj9 .shft1 p { padding: 0 2px 16px; }
.cavvt1qv .shft1 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.cavvt1qv .shft1 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.cavvt1qv .shft1 summary::after { content: "›"; font-size: 1.2em; }
.cavvt1qv .shft1[open] summary::after { content: "‹"; }
.cavvt1qv .shft1 p { padding: 10px 22px 4px; }
.gk8t55 .shft1 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.gk8t55 .shft1 summary { color: var(--text-primary); padding-left: 16px; }
.gk8t55 .shft1 summary::after { content: "›"; font-size: 1.1em; }
.gk8t55 .shft1[open] summary::after { content: "‹"; }
.gk8t55 .shft1 p { padding-left: 16px; }
.p13a2 .uztqv5 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.p13a2 .shft1 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.p13a2 .shft1:last-child { border-bottom: none; }
.p13a2 .shft1 summary { color: var(--text-primary); border-radius: 0; }
.p13a2 .shft1 summary::after { content: "›"; font-size: 1.1em; }
.p13a2 .shft1[open] summary::after { content: "‹"; }
.fihxhktw .shft1 { overflow: hidden; }
.fihxhktw .shft1 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.fihxhktw .shft1 summary::after { color: rgba(255,255,255,.75); }
.fihxhktw .shft1[open] summary { border-radius: 0; }
.cs51 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.d6aa31xh {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.qr1i0y {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.d9dp382 { color: var(--text-muted); font-size: 1.05rem; }
.tj1uk7y {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.oicfa { margin-bottom: 20px; }
.mm6k5 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.qllikygn {
  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;
}
.qllikygn:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.x3tcp7 { resize: vertical; min-height: 130px; }
.iuzu9 { width: 100%; margin-top: 8px; }
.xgk16anm {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.oy0u6mx {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mdlg92 { color: var(--text-muted); line-height: 1.75; }
.i0z7gfk { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.i0z7gfk li { margin-bottom: 6px; }
.ggt2wc { max-width: 760px; margin: 0 auto; }
.e3i4b5 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.z1of { max-width: 760px; margin: 0 auto; }
.tq81 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.tq81:last-child { border-bottom: none; }
.wvf18k { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.tq81 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.tq81 ul.i0z7gfk { margin: 0; }
.jnig .wvf18k { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .jnig { grid-template-columns: 1fr; gap: 10px; } }
.ib6x2q .wvf18k { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.r3a1nud .i0z7gfk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .i2a60fur { grid-template-columns: 1fr; } }
.xvez2l { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bt5m { margin-bottom: 48px; }
.r82yyqd { max-width: 760px; margin: 0 auto; }
.z3l0h0s { text-align: center; }
.ciwhszi { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ciwhszi:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.jn9wp4d { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ciwhszi p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ciwhszi ul.i0z7gfk { margin: 0; }
.c03y475v { color: var(--text-muted); line-height: 1.75; }
.z3l0h0s .i0z7gfk,
.owvhgx .i0z7gfk,
.q7l6ebn .i0z7gfk,
.jcl87 .i0z7gfk {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.z3l0h0s .ciwhszi,
.owvhgx .ciwhszi { text-align: left; }
.z3l0h0s .jn9wp4d,
.owvhgx .jn9wp4d { text-align: center; }
.x3rvrgn { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.sv9wqdaw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.uz9qee { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.b9wq { margin-top: 12px; }
.smin { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.smin:hover { border-bottom-color: var(--accent-light); }
.ltqacnhe { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ltqacnhe img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nhv38nlw { width: 200px; height: 200px; }
.vxkd1o { border-radius: 10px; }
.dnzzd { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.cbmhh6 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .wxptjmq { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.l6vcd { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.l6vcd .uz9qee, .l6vcd .sv9wqdaw { max-width: 640px; }
.np2dfz .x3rvrgn { font-size: 1.6rem; margin-top: 18px; }
.iw10y .uz9qee { margin-bottom: 28px; }
@media (max-width: 860px) { .a5lbsae { grid-template-columns: 1fr; } .np2dfz { position: static; text-align: center; } }
.m35z .ltqacnhe { margin: 0 auto 18px; }
.m35z .dnzzd { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .xnka { grid-template-columns: 1fr; } }
.gmj6rpp .x3rvrgn { font-size: 1.6rem; margin-bottom: 6px; }
.jcl87 .i0z7gfk { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .gmj6rpp { flex-direction: column; text-align: center; } .dl9d002 { grid-template-columns: 1fr; } }
.roy1fdix .x3rvrgn { font-size: 1.35rem; margin: 0 0 4px; }
.roy1fdix .dnzzd { margin: 0; }
.vuju { max-width: 760px; margin: 0 auto; }
.xnqn6wt { position: relative; padding-left: 28px; }
.xnqn6wt::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.z0wx { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.z0wx:last-child { padding-bottom: 0; }
.n2k2 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.j7kc h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.j7kc p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xhx813 .qr1i0y { color: var(--accent-light); }
.cdd1l .qr1i0y { font-size: 2rem; }
.cdd1l .d9dp382 { max-width: 680px; }
.j2k5m455 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.j2k5m455 .qr1i0y { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.j2k5m455 .d9dp382  { margin: 0; }
@media (max-width: 640px) { .j2k5m455 { flex-direction: column; } }
.bfi9l .qr1i0y { color: var(--accent-light); }
.j2zi .qr1i0y { color: #fff; }
.j2zi .d9dp382  { color: rgba(255,255,255,0.85); }
.yz36jr6 { max-width: 680px; margin: 0 auto; }
.tfnf {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .tfnf { grid-template-columns: 1fr; } }
.pugx .qllikygn {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.pugx .qllikygn:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.z68dgd .qllikygn { background: var(--bg-raised); border-color: transparent; }
.z68dgd .qllikygn:focus { background: var(--bg-card); border-color: var(--accent-light); }
.sxzeb .qllikygn { border-radius: 100px; padding: 11px 20px; }
.sxzeb .x3tcp7 { border-radius: 14px; }
.j5ym {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.j5ym summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.j5ym summary::-webkit-details-marker { display: none; }
.j5ym summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.j5ym[open] summary::after { content: "−"; }
.yy2de {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
.ukfs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .ukfs { grid-template-columns: 1fr; } }
.vcxwj0f {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.vcxwj0f h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.vcxwj0f p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.yvvf1y4r { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.yvvf1y4r li { margin-bottom: 6px; }
.xb6d{display:none}
.xb6d:empty,.oi9d80r:empty{display:none}
.aglpw{position:relative;overflow:visible}
.vj9uhr8p .sa6qlxf,.gxua03 .sa6qlxf,
.gqh72rt .sa6qlxf,.orug .sa6qlxf,
.gexw .sa6qlxf,.tctbamdb .sa6qlxf{display:block}
.r8uq .z5l4hmq{display:block}
.vj9uhr8p .sa6qlxf,.gxua03 .sa6qlxf,
.gqh72rt .sa6qlxf,.orug .sa6qlxf,
.gexw .sa6qlxf{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.vj9uhr8p .sa6qlxf .oi9d80r,.gxua03 .sa6qlxf .oi9d80r,
.gqh72rt .sa6qlxf .oi9d80r,.orug .sa6qlxf .oi9d80r,
.gexw .sa6qlxf .oi9d80r{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.vj9uhr8p .chjn,.gxua03 .chjn,
.gqh72rt .chjn,.orug .chjn,
.gexw .chjn{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vj9uhr8p .sa6qlxf,.gxua03 .sa6qlxf{top:12px}
.vj9uhr8p .sa6qlxf .oi9d80r{margin-right:auto}
.gxua03 .sa6qlxf .oi9d80r{margin-left:auto}
.gxua03 .sa6qlxf{text-align:right}
.gqh72rt .sa6qlxf,.orug .sa6qlxf{bottom:12px}
.gqh72rt .sa6qlxf .oi9d80r{margin-right:auto}
.orug .sa6qlxf .oi9d80r{margin-left:auto}
.orug .sa6qlxf{text-align:right}
.gexw .sa6qlxf{position:relative;margin-top:16px}
.gexw .sa6qlxf .oi9d80r{margin:0 auto}
.tctbamdb .sa6qlxf{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.tctbamdb .sa6qlxf .oi9d80r{margin:0}
.tctbamdb .avd3~.sa6qlxf,
.tctbamdb .bzrk45jn~.sa6qlxf{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.tctbamdb .avd3~.sa6qlxf .oi9d80r,
.tctbamdb .bzrk45jn~.sa6qlxf .oi9d80r{justify-content:flex-start}
.avd3~.sa6qlxf,.bzrk45jn~.sa6qlxf{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}
.avd3~.sa6qlxf .oi9d80r{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.bzrk45jn~.sa6qlxf .oi9d80r{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.z5l4hmq .oi9d80r{margin:0 0 12px}
.oi9d80r{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.chjn{white-space:nowrap}
.objmsfz .chjn{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.cw26 .chjn{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.oh66snh .oi9d80r{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.jhfvi .chjn{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.duc0 .chjn{color: var(--accent-light);opacity:1;font-weight:500}
.sstt0zj7 .chjn{border-bottom:1px solid currentColor;padding-bottom:2px}
.pi0o6n1 .oi9d80r{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.p6hcjaom{--date-bg:transparent}
.g58b0 .chjn + .chjn::before{content:"•";margin-right:6px;opacity:.4}
.h5yof1 .chjn + .chjn::before{content:"/";margin-right:6px;opacity:.35}
.gc36ypu .chjn + .chjn::before{content:"|";margin-right:6px;opacity:.3}
.auca2v .chjn + .chjn::before{content:"—";margin-right:6px;opacity:.3}
.w2wpn .chjn + .chjn::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.izpben1 .chjn + .chjn::before{content:"·";margin-right:6px;opacity:.4}
.j7fnqh0 .c8dj::before{content:"›";opacity:.4}
.j7fnqh0 .chjn + .chjn::before{content:"›";margin-right:6px;opacity:.4}
.dki3 .chjn + .chjn::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.gtq19 .nivd4{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .nivd4{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .dmmudlb{max-width:100%}
}
:root {
  --accent:          #257965;
  --brand:           #257965;
  --brand-light:     #255e51;
  --brand-pale:      #3d7a6b;
  --grad-start:      #3abf9f;
  --grad-end:        #70c6b1;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #257965;
  --cta-light:       #185c4c;
  --cta-hover:       #164a3d;
  --bg-page:         #f6f7f7;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f5;
  --bg-raised:       #eef0f0;
  --bg-hover:        #f3f5f5;
  --border:          #e2e8e6;
  --border-alt:      #d0dbd8;
  --border-section:  #e2e8e6;
  --text-primary:    #171b1a;
  --text-muted:      #535e5c;
  --text-body:       #2f3634;
  --text-sub:        #47514f;
  --text-faint:      #778783;
  --text-dim:        #929f9c;
  --text-label:      #5f6c69;
  --text-value:      #3b4341;
  --accent-bg:       #e5efed;
  --accent-bg-light: #cfe7e1;
  --bg-tip:          #f9f0f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f5f9;
  --bg-pros:         #f9f0f2;
  --bg-cons:         #faf6f3;
  --c-pros:          #881a34;
  --c-cons:          #9f5621;
  --c-pros-label:    #a21f3e;
  --c-tip-border:    #b32345;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #881a34;
}
:root { --logo-bg-opacity: 52%; }
body, button, input { font-family: "Oxanium", sans-serif; }
.ijx3p .u6wbdxr li::before, .ijx3p .gwomc 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; }.ijx3p .u6wbdxr li::before { content: ""; }.ijx3p .gwomc li::before { content: ""; }.ijx3p .ubc9::before, .ijx3p .f2qw::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ijx3p .ubc9::before { content: ""; }.ijx3p .f2qw::before { content: ""; }
.yj36nu .o3juwq6m, .yj36nu .avd3 { min-height: 520px; }
.loybjq7 .hqf4::after, .loybjq7 .ksyt::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; }
.i03s2g .ekjlg::after,.i03s2g .la7kie::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; }
.s5lm3::before { content: '/'; }
.ggqnu4 .chjn::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.ggqnu4 .chjn:first-of-type::before{content:"\f15b"}.ggqnu4 .chjn:last-of-type::before{content:"\f044"}

.i6j1q3o .vnttcj2 {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 8px !important;
    box-sizing: border-box !important;
}