: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;
}
.fy4w7au {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.j7yfbjh {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rjfj {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zxys1l9 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.kc0c4xl { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.kc0c4xl a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.kc0c4xl a:hover { color: var(--accent-light); }
.uz7o  .au3fe { border-radius: 14px; }
.uz7o .au3fe li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.uz7o .au3fe li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.b7r5ff .au3fe li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .au3fe {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .ms4jr:hover .au3fe,
  .ms4jr:focus-within .au3fe { display: block; }
  .au3fe li a { padding: 8px 16px; font-size: 0.88rem; }
}
.t16rc6 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.c7sp5e25 { display: none; }
@media (max-width: 640px) {
  .c7sp5e25 {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .c7sp5e25.v9tgjo3z { display: block; }
}
@media (max-width: 640px) {
  .t16rc6 { display: block; }
  .kc0c4xl > li + li::before { display: none !important; }
  .kc0c4xl {
    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;
  }
  .kc0c4xl.v9tgjo3z { display: flex; }
  .kc0c4xl li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .kc0c4xl li:last-child a { border-bottom: none; }
}
.os1pzyq8 { min-height: 480px; }
.syp2 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.h4jz { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.yb8e .h4jz { margin-left: 0; margin-right: 0; }
.b7x40ddy {
  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;
}
.b7x40ddy:hover { opacity: 0.88; }
.im49xp {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.nt3ye6 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.im49xp .i7aoqiow {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.im49xp .syp2 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.im49xp .h4jz { color: #e2e8f0; }
.im49xp.kqem5f .i7aoqiow { text-align: center; }
.im49xp.yb8e   .i7aoqiow { text-align: left; }
.vllf4s51 .i7aoqiow {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.vllf4s51 .syp2 { color: var(--text-primary); text-shadow: none; }
.vllf4s51 .h4jz { color: var(--text-muted); }
.vllf4s51 .b7x40ddy { margin-top: 16px; }
.vllf4s51, .vllf4s51.os1pzyq8 { min-height: auto !important; }
.vllf4s51.kqem5f .i7aoqiow { text-align: center; }
.vllf4s51.yb8e   .i7aoqiow { text-align: left; }
.vllf4s51~.ypq2{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}
.vllf4s51~.ypq2 .wnakgp4z{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}
.ez57tjjp {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.bt3y .ez57tjjp,
.bt3y .ez57tjjp::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.vaegwasu .ez57tjjp,
.vaegwasu .pkkes {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.maw97 .ez57tjjp,
.maw97 .im49xp .nt3ye6 {
  overflow: hidden;
}
.maw97 .ez57tjjp::after,
.maw97 .im49xp .nt3ye6::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.ydtn8 .ez57tjjp,
.ydtn8 .ez57tjjp::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.ydtn8 .im49xp .nt3ye6 {
  overflow: hidden;
}
.ydtn8 .im49xp .nt3ye6::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;
}
.fwkk .ez57tjjp,
.fwkk .im49xp .nt3ye6 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.bt3y .im49xp .nt3ye6 {
  overflow: hidden;
}
.bt3y .im49xp .nt3ye6::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.vaegwasu .im49xp .nt3ye6 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.ez57tjjp .nt3ye6 {
  background: none;
}
.ez57tjjp .syp2 { color: #fff; }
.ez57tjjp .h4jz { color: rgba(255,255,255,0.85); }
.ez57tjjp .b7x40ddy { background: #fff; color: var(--cta); }
.ez57tjjp .b7x40ddy:hover { opacity: 0.92; }
.vaegwasu .jnycg9 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.jnycg9 .syp2 { text-shadow: none; color: var(--text-primary); }
.jnycg9 .h4jz { color: var(--text-muted); }
.jnycg9.kqem5f .pw84h { align-items: center; text-align: center; }
.awi0g .i7aoqiow { padding-bottom: 24px; }
.qnct .i7aoqiow { max-width: 960px; }
@media (max-width: 700px) {
  .jnycg9 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .jnycg9 .hug7f { display: none !important; }
  .lu1xqibt .hug7f { display: none !important; }
  .pxl49na .xkhm { display: none !important; }
  .htnm2f .crg9ez4d { display: none !important; }
  .pw84h  { padding: 36px 24px; }
  .jnycg9~.ypq2,.jjmb~.ypq2{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .os1pzyq8, .jnycg9 { min-height: 320px !important; }
  
  .syp2 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .lf0fgc4 { display: none !important; }
  
  .jf11yo0 { flex-direction: column; align-items: center; }
  .dnsbk6 { width: 100%; max-width: 340px; }
}
.wiguzoxg { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.b5dff2gi { width: 100%; height: auto; display: block; border-radius: 10px; }
.o8nr6qq .wiguzoxg        { border-radius: 16px; }
.o8nr6qq .b5dff2gi  { border-radius: 16px; }
.itl0w .wiguzoxg         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.itl0w .b5dff2gi   { border-radius: 8px; }
.p0kqcr1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.qkcuv9 { width: 100%; padding: 32px 0; position: relative; }
.c6fgp6f { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.jikn8 .qkcuv9:nth-child(even) { background: var(--bg-surface); }
.jikn8 .qkcuv9:nth-child(odd)  { background: var(--bg-page); }
.l23adz .qkcuv9:nth-child(even) { background: var(--bg-card); }
.l23adz .qkcuv9:nth-child(odd)  { background: var(--bg-page); }
.jikn8 .qkcuv9:nth-child(odd)  .c6fgp6f { background: var(--bg-card); border-radius: 6px; }
.jikn8 .qkcuv9:nth-child(even) .c6fgp6f { background: var(--bg-raised); border-radius: 6px; }
.l23adz .qkcuv9:nth-child(odd)  .c6fgp6f { background: var(--bg-card); border-radius: 6px; }
.l23adz .qkcuv9:nth-child(even) .c6fgp6f { background: var(--bg-raised); border-radius: 6px; }
.jikn8 .qkcuv9:nth-child(even) .mx5e527w .xxlbd,
.l23adz .qkcuv9:nth-child(even) .mx5e527w .xxlbd { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.jikn8 .qkcuv9:nth-child(odd) .mx5e527w .xxlbd,
.l23adz .qkcuv9:nth-child(odd) .mx5e527w .xxlbd { background: var(--bg-card-inner); }
.jikn8 .qkcuv9:nth-child(even) .o3w4 .xxlbd:nth-child(odd),
.l23adz .qkcuv9:nth-child(even) .o3w4 .xxlbd:nth-child(odd)  { background: var(--bg-card); }
.jikn8 .qkcuv9:nth-child(even) .o3w4 .xxlbd:nth-child(even),
.l23adz .qkcuv9:nth-child(even) .o3w4 .xxlbd:nth-child(even) { background: var(--bg-card-inner); }
h1.t8fx { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.t8fx {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.czqgw88c { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.nq09a8 h2.t8fx {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.kxcc06x7 h2.t8fx {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.tk5wm h2.t8fx {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.th5ymjvx h2.t8fx::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.bcwc h2.t8fx {
  color: var(--text-primary); font-size: 1.7rem;
}
.a86kns h2.t8fx::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.macuu924 h2.t8fx {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.twsz4 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .twsz4 { display: none; } }
.vhly1f { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.xs8zu { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.unt0hhf {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.o2qz { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.vng6hs { padding-left: 20px; }
.vng6hs li { margin-bottom: 6px; }
.vng6hs a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.vng6hs a:hover { color: var(--accent-light); }
.dam6m74 .o2qz { display: none; }
.juuw .o2qz { display: none; }
.juuw .vng6hs { padding-left: 0; list-style: none; }
.juuw .vng6hs li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.juuw .vng6hs a { font-size: 0.92rem; }
.btqy .unt0hhf { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.btqy .o2qz { display: none; }
.btqy .vng6hs { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.btqy .vng6hs li { margin-bottom: 0; }
.btqy .vng6hs 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;
}
.btqy .vng6hs a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.do1pka0k .unt0hhf { padding: 20px 20px 16px; }
.do1pka0k .vng6hs {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.do1pka0k .vng6hs li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.do1pka0k .vng6hs 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;
}
.do1pka0k .vng6hs 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;
}
.do1pka0k .vng6hs a:hover { color: var(--accent-light); border-color: var(--accent); }
.do1pka0k .vng6hs a:focus,
.do1pka0k .vng6hs a:focus-visible,
.do1pka0k .vng6hs a:target { outline: none; }
.do1pka0k .vng6hs li:target a { border-color: var(--border); color: var(--text-muted); }
.tp1y8 .unt0hhf { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.tp1y8 .o2qz { display: none; }
.tp1y8 .vng6hs { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.tp1y8 .vng6hs li { margin-bottom: 0; }
.tp1y8 .vng6hs li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.tp1y8 .vng6hs li:last-child::after { content: ""; margin-right: 0; }
.tp1y8 .vng6hs a { font-size: 0.9rem; }
.xxlbd { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.mx5e527w .xxlbd { background: var(--bg-card); }
.o3w4 .xxlbd:nth-child(odd)  { background: var(--bg-card); }
.o3w4 .xxlbd:nth-child(even) { background: var(--bg-raised); }
.mllcm .xxlbd {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.mllcm .xxlbd:last-child { border-bottom: none; }
.mllcm h3.czqgw88c { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.cc1xle9 .xxlbd {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.cc1xle9 .xxlbd + .xxlbd { margin-top: 4px; }
.z9rmzbi .xxlbd { background: none; border-radius: 0; padding: 12px 0; }
.z9rmzbi .xxlbd + .xxlbd { border-top: 1px solid var(--border-section); }
.d8ah6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.f6vm { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.b6g90 { color: var(--text-body); margin-bottom: 10px; }
.ui4l, .y4eef { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ui4l li, .y4eef li { margin-bottom: 6px; }
.y4eef li { list-style: decimal; }
.wfdm     .ui4l { list-style-type: "● "; }
.o59a4p  .ui4l { list-style-type: "■ "; }
.qf40o3n6 .ui4l { list-style-type: "◆ "; }
.pefw    .ui4l { list-style-type: "★ "; }
.wfdm     .vfjapwq { list-style-type: "● "; }
.o59a4p  .vfjapwq { list-style-type: "■ "; }
.qf40o3n6 .vfjapwq { list-style-type: "◆ "; }
.pefw    .vfjapwq { list-style-type: "★ "; }
.wfdm    .ui4l li::marker, .wfdm    .vfjapwq li::marker,
.o59a4p .ui4l li::marker, .o59a4p .vfjapwq li::marker,
.qf40o3n6 .ui4l li::marker, .qf40o3n6 .vfjapwq li::marker,
.pefw   .ui4l li::marker, .pefw   .vfjapwq li::marker {
  color: var(--cta); font-size: 1em;
}
.wfdm .y4eef,
.o59a4p .y4eef,
.qf40o3n6 .y4eef,
.pefw .y4eef {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.wfdm .y4eef li,
.o59a4p .y4eef li,
.qf40o3n6 .y4eef li,
.pefw .y4eef li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.wfdm .y4eef li::before,
.o59a4p .y4eef li::before,
.qf40o3n6 .y4eef li::before,
.pefw .y4eef 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;
}
.wfdm     .y4eef li::before { border-radius: 50%; }
.o59a4p  .y4eef li::before { border-radius: 3px; }
.qf40o3n6 .y4eef li::before { border-radius: 3px; }
.pefw    .y4eef li::before { border-radius: 50%; }
.w78xxu { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.hbi0zk5q .w78xxu,
.evlfcsm .w78xxu { background: transparent; border: none; border-radius: 0; }
.oxia0 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.oxia0 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.oxia0 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.oxia0 tr:hover td { background: var(--bg-hover); }
.pbp9sj .oxia0 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.cy2x47f .oxia0 { border: 1px solid var(--border-alt); }
.cy2x47f .oxia0 th,
.cy2x47f .oxia0 td { border: 1px solid var(--border-alt); }
.vr7uy .oxia0 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.vr7uy .oxia0 td { border-bottom: none; }
.vr7uy .oxia0 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.kqxtmth7 .oxia0 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.ri40c7po .w78xxu {
  overflow: hidden;
}
.ri40c7po .oxia0 th { border-bottom: 1px solid var(--border-alt); }
.ri40c7po .oxia0 tr:last-child td { border-bottom: none; }
.qcrmh { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.fhq8k { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.cag0r { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.zlecq { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.iok6o { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.vfjapwq { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.vfjapwq li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.ffo0e .zlecq { background: transparent; text-align: center; }
.cp344 .cag0r {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.l0s0hwlg .cag0r {
  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);
}
.e14zdx .fhq8k { display: grid; grid-template-columns: auto 1fr; }
.e14zdx .cag0r {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.e14zdx .zlecq { grid-column: 2; }
.e14zdx .iok6o,
.e14zdx .vfjapwq { grid-column: 1 / -1; }
.z5tyyw9 .fhq8k { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.z5tyyw9 .cag0r {
  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);
}
.z5tyyw9 .zlecq { grid-column: 2; }
.z5tyyw9 .iok6o,
.z5tyyw9 .vfjapwq { grid-column: 1 / -1; }
.a10j .fhq8k { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.a10j .zlecq { background: none; color: var(--accent-light); font-weight: 700; }
.kbdw2 .fhq8k { 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); }
.kbdw2 .zlecq { background: none; color: var(--accent-light); font-weight: 700; }
.fuvbt .fhq8k { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.fuvbt .fhq8k:last-child { border-bottom: none; }
.fuvbt .zlecq { background: none; color: var(--accent-light); font-weight: 700; }
.c5q4 .fhq8k { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.c5q4 .zlecq { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.s852 .qcrmh { counter-reset: card-n; }
.s852 .fhq8k  { counter-increment: card-n; }
.s852 .zlecq { display: flex; align-items: center; gap: 10px; }
.s852 .zlecq::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;
}
.lrjr .fhq8k { background: var(--bg-surface); border: 1px solid var(--border); }
.lrjr .zlecq { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.ysgei { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.d0bj  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.pj1rw5 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.i1ilkb { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.cu72431 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.ysgei strong { color: var(--text-primary); font-size: 0.95rem; }
.ysgei p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.o39l0 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.tvhc02, .raegx6 { border-radius: 8px; padding: 14px; }
.tvhc02 { background: var(--bg-pros); }
.raegx6 { background: var(--bg-cons); }
.pjbr9 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.tvhc02 .pjbr9 { color: var(--c-pros-label); }
.raegx6 .pjbr9 { color: #f87171; }
.tvhc02 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.raegx6 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.b5dff2gi { width: 100%; height: auto; border-radius: 10px; display: block; }
.ypsyc2 {
  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;
}
.ypsyc2:hover { opacity: 0.85; }
.ypr82v .ypsyc2  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.ypr82v .ypsyc2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qns3 .ypsyc2  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qns3 .ypsyc2:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.n6nxwr .b7x40ddy { border-radius: 50px; }
.n6nxwr .ypsyc2  { border-radius: 50px; }
.o4oytfhl .b7x40ddy { padding-left: 22px; padding-right: 22px; }
.o4oytfhl .ypsyc2  { padding-left: 12px; padding-right: 12px; }
.li4mn4 .b7x40ddy { padding-left: 44px; padding-right: 44px; }
.li4mn4 .ypsyc2  { padding-left: 24px; padding-right: 24px; }
.sqiefc0 .b7x40ddy { padding-left: 56px; padding-right: 56px; }
.sqiefc0 .ypsyc2  { padding-left: 32px; padding-right: 32px; }
.h7n0lgj8   .b7x40ddy::after, .h7n0lgj8   .ypsyc2::after,
.jywesco .b7x40ddy::after, .jywesco .ypsyc2::after,
.zajli    .b7x40ddy::after, .zajli    .ypsyc2::after,
.aj8xkv5c    .b7x40ddy::after, .aj8xkv5c    .ypsyc2::after,
.vycst5    .b7x40ddy::after, .vycst5    .ypsyc2::after,
.cd3r4     .b7x40ddy::after, .cd3r4     .ypsyc2::after,
.jzgxb7g    .b7x40ddy::after, .jzgxb7g    .ypsyc2::after,
.o3xwk0   .b7x40ddy::after, .o3xwk0   .ypsyc2::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;
}
.h7n0lgj8 .b7x40ddy::after, .h7n0lgj8 .ypsyc2::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");
}
.jywesco .b7x40ddy::after, .jywesco .ypsyc2::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");
}
.zajli .b7x40ddy::after, .zajli .ypsyc2::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");
}
.aj8xkv5c .b7x40ddy::after, .aj8xkv5c .ypsyc2::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");
}
.vycst5 .b7x40ddy::after, .vycst5 .ypsyc2::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");
}
.cd3r4 .b7x40ddy::after, .cd3r4 .ypsyc2::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");
}
.jzgxb7g .b7x40ddy::after, .jzgxb7g .ypsyc2::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");
}
.o3xwk0 .b7x40ddy::after, .o3xwk0 .ypsyc2::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");
}
.q2qn3a   .ljvkk::after, .q2qn3a   .o289lpt::after,
.g5c96o .ljvkk::after, .g5c96o .o289lpt::after,
.oxgtp    .ljvkk::after, .oxgtp    .o289lpt::after,
.fnfyoqms    .ljvkk::after, .fnfyoqms    .o289lpt::after,
.aq67y    .ljvkk::after, .aq67y    .o289lpt::after,
.john4yp5     .ljvkk::after, .john4yp5     .o289lpt::after,
.vh9ie    .ljvkk::after, .vh9ie    .o289lpt::after,
.ysne   .ljvkk::after, .ysne   .o289lpt::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;
}
.q2qn3a .ljvkk::after, .q2qn3a .o289lpt::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");
}
.g5c96o .ljvkk::after, .g5c96o .o289lpt::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");
}
.oxgtp .ljvkk::after, .oxgtp .o289lpt::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");
}
.fnfyoqms .ljvkk::after, .fnfyoqms .o289lpt::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");
}
.aq67y .ljvkk::after, .aq67y .o289lpt::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");
}
.john4yp5 .ljvkk::after, .john4yp5 .o289lpt::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");
}
.vh9ie .ljvkk::after, .vh9ie .o289lpt::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");
}
.ysne .ljvkk::after, .ysne .o289lpt::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");
}
.mlh4 {
  display: flex; flex-direction: column; gap: 12px;
  
  position: relative;
  width: min(100vw - 40px, 1400px);
  margin: 32px auto;
  left: 50%; transform: translateX(-50%);
}
.p6cxgh {
  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;
}
.p6cxgh > [itemprop="item"] { display: contents; }
.p6cxgh [itemprop="itemReviewed"],
.p6cxgh [itemprop="reviewRating"] { display: none; }
.p6cxgh:hover { background: var(--bg-hover); }
.c014 {
  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;
}
.i1hcm2p .c014 { background: #1a1a1a; }
.tyeewvy4 .c014 { background: rgba(128,128,128,.12); }
.rucdlm .c014 { background: var(--bg-raised); }
.g7lb0p4 .c014 { background: transparent; padding: 0; }
.uvqro5vy { max-height: 74px; max-width: 120px; object-fit: contain; }
.r7ru { display: flex; align-items: center; gap: 16px; min-width: 0; }
.r7ru .c014 + .r4f5wtj0 { flex: 1 1 auto; }
.r4f5wtj0 { 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; }
.rr03 { color: var(--cta); font-size: 1.2rem; letter-spacing: 2px; line-height: 1; text-align: center; }
.f2xl { text-align: center; font-size: 1.2rem; font-weight: 700; }
.yfjf0i2 { 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) {
  .r7ru { flex: 0 0 260px; width: 260px; }
  .rr03 { flex: 0 0 120px; width: 120px; }
  .f2xl { flex: 0 0 110px; width: 110px; }
  .yfjf0i2   { flex: 0 0 180px; width: 180px; }
}
.liv22t8 { 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%; }
.otn9 { 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; }
.nzu6b4n { white-space: nowrap; text-align: center; align-self: center; }
@media (min-width: 721px) {
  .nzu6b4n { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.nzu6b4n.ypsyc2 { 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) {
  .mlh4 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .mlh4 .p6cxgh { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .mlh4 .r7ru { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .mlh4 .c014 { width: 100%; min-width: unset; height: 120px; }
  .mlh4 .uvqro5vy { max-height: 96px; max-width: 200px; }
  .mlh4 .r4f5wtj0 { min-width: unset; text-align: center; white-space: normal; }
  .mlh4 .rr03 { min-width: 0; }
  .mlh4 .yfjf0i2 { 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; }
  .mlh4 .nzu6b4n { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .b5vul3c .p6cxgh { row-gap: 8px !important; gap: 10px !important; }
}
.juosor {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.lsurwi2 {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.cozhss {
  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;
}
.cozhss img { max-width: 80px; max-height: 50px; object-fit: contain; }
.ozbmk { flex: 1; }
.ozbmk h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.ci0w3s01 { color: var(--c-stars); font-size: 1.1rem; }
.utz8 { margin-bottom: 8px; }
.emtl { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.d7o0ps::before   { content: "★ "; color: var(--accent); }
.vruvet3 { flex-shrink: 0; }
.xia7hw img.on3a973 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.hbi0zk5q { padding: 20px 24px; }
.eifp { color: var(--text-muted); margin-bottom: 16px; }
.qboa6 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.b522zf, .ejqepbgu { list-style: none; font-size: 0.9rem; }
.b522zf li { color: var(--c-pros); margin-bottom: 4px; }
.ejqepbgu li { color: var(--c-cons); margin-bottom: 4px; }
.b522zf li::before { content: "✓"; margin-right: 5px; }
.ejqepbgu li::before { content: "✗"; margin-right: 5px; }
.us9jqt .b522zf li::before { content: "→"; }
.us9jqt .ejqepbgu li::before { content: "–"; }
.m1yxzmji  .b522zf li::before { content: "★"; }
.m1yxzmji  .ejqepbgu li::before { content: "✕"; }
.lmzc    .b522zf li::before { content: "◆"; }
.lmzc    .ejqepbgu li::before { content: "▲"; }
.yzxyt  .b522zf li::before { content: "▶"; }
.yzxyt  .ejqepbgu li::before { content: "■"; }
.og9hk { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.pvnb9 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.h4or { background: var(--bg-pros); color: var(--c-tag-pay); }
.nbd234i { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.ysksz .nbd234i { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.k7afu .nbd234i { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .a6rl .u3eoy {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .a6rl .juosor { margin: 0; }
}
.tayxo .lsurwi2 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.tayxo .ozbmk h3 { color: var(--accent-light); }
.tayxo .cozhss { background: var(--bg-page); border: 1px solid var(--border); }
.tjinkt0 .juosor { border-top: 4px solid var(--accent); }
.tjinkt0 .lsurwi2 { background: var(--bg-card); }
.dtlxg3 .juosor { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.dtlxg3 .lsurwi2 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.dtlxg3 .hbi0zk5q { padding: 14px 16px; }
.dtlxg3 .cozhss { border-radius: 4px; }
.dtlxg3 .nbd234i { border-radius: 0; }
.a2non2ip .lsurwi2 { padding: 0; gap: 0; overflow: hidden; }
.a2non2ip .cozhss { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.a2non2ip .ozbmk { padding: 16px 20px; }
.a2non2ip .vruvet3 { padding: 16px 20px; align-self: center; }
.dllk9d .ci0w3s01 { font-size: .95rem; }
.evlfcsm .o39l0 { gap: 10px; }
.evlfcsm .tvhc02, .evlfcsm .raegx6 { padding: 12px; }
.evlfcsm .tvhc02 ul, .evlfcsm .raegx6 ul { margin: 4px 0 0; padding-left: 18px; }
.evlfcsm .tvhc02 li, .evlfcsm .raegx6 li { font-size: .85rem; margin-bottom: 3px; }
.fawq .pvnb9 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .swhqnipt { grid-template-columns: 1fr; }
  .wkn69 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .wkn69 .fb3mfa6r { width: 72px; height: 50px; }
  .wkn69 .gcqp { max-width: 180px; }
  .wkn69 .hswupsgj { width: auto; }
}
.oh46zy4 .dllk9d .ci0w3s01 { filter: brightness(1.2); }
@media (max-width: 720px) {
  .oh46zy4 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .k47tv8g { padding: 16px; }
  .ssdvxpa .a1oesfy { min-width: 50%; }
}
.ajjapt .o39l0 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .k6542jat { grid-template-columns: 1fr; }
  .rpudxt0f { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ce8d { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .g3v7qwrc { flex-wrap: wrap; padding: 16px; }
}
.qwndxy .o39l0 { gap: 8px; }
.qwndxy .tvhc02, .qwndxy .raegx6 { padding: 8px; }
@media (max-width: 480px) {
  .bpabb { flex-direction: column; align-items: stretch; }
}
.wgb502 .hswupsgj .ypsyc2 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .oycr { flex-direction: column; align-items: stretch; gap: 10px; }
  .wgb502 .hswupsgj { text-align: center; }
}
@media (max-width: 720px) {
  .eeexasg { grid-template-columns: 1fr; }
  .c9p38dk8 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .mujdoeqx { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.vyb1kloy .vxt87an { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ps77f3i0 .ci0w3s01 { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .ut7smp { grid-template-columns: 1fr; }
  .ps77f3i0 { width: 100px; height: 100px; margin: 16px auto; }
  .vyb1kloy { font-size: 1.4rem; }
  .geglcjl { justify-content: center; }
  .u8ls .a1oesfy { min-width: 50%; }
}
.l1vp7oxn .o39l0 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .u6gk { flex-wrap: wrap; padding: 14px 16px; }
  .v7bw9r { padding: 12px 16px; }
  .l1vp7oxn .o39l0 { margin: 0 16px; }
  .l1vp7oxn .fawq { padding: 0 16px; }
  .lo5e { padding: 12px 16px; }
}
.pgg2 .mlh4 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px;
}
.pgg2 .mlh4 .p6cxgh:only-child { grid-column: 1 / -1; }
.pgg2 .mlh4 .p6cxgh {
  flex-direction: column; align-items: center; padding: 20px 18px; border-radius: 14px; gap: 14px;
}
.pgg2 .mlh4 .r7ru { flex-direction: column; align-items: center; gap: 12px; width: 100%; min-width: 0; }
.pgg2 .mlh4 .c014 { width: 100%; min-width: unset; height: 120px; }
.pgg2 .mlh4 .uvqro5vy { max-height: 100px; max-width: 200px; }
.pgg2 .mlh4 .r4f5wtj0 { min-width: unset; text-align: center; white-space: normal; }
.pgg2 .mlh4 .rr03 { min-width: 0; }
.pgg2 .mlh4 .yfjf0i2 {
  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;
}
.pgg2 .mlh4 .nzu6b4n { width: 100%; text-align: center; margin-left: 0; min-width: 0; }
.pgg2 .lsurwi2 { gap: 14px; }
.ffbt .otn9 {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 5px 14px; font-size: 1.1rem;
}
.ffbt .rr03 { color: var(--cta); }
.ffbt .lsurwi2 { background: var(--accent-bg); }
.ffbt .d7o0ps, .ffbt .h10qg3, .ffbt .saqu9p {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.kxbi .yfjf0i2 { flex-direction: column; align-items: flex-start; gap: 4px; padding-top: 6px; }
.kxbi .otn9 {
  font-weight: 700; font-size: 1.1rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 4px 12px; display: inline-block;
}
.kxbi .rr03 { color: var(--cta); }
.kxbi .lsurwi2 { border-bottom: 2px solid var(--accent-bg); }
.kxbi .d7o0ps, .kxbi .h10qg3, .kxbi .saqu9p {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.p0uau70l .p6cxgh { border-top: 3px solid var(--accent); }
.p0uau70l .juosor { overflow: hidden; }
.p0uau70l .lsurwi2 { background: var(--accent-bg); }
.guqcqhww .p6cxgh { padding: 14px 18px; gap: 16px; }
.guqcqhww .r4f5wtj0 { font-size: 1rem; }
.guqcqhww .lsurwi2 { padding: 14px 18px; gap: 14px; }
.guqcqhww .hbi0zk5q { padding: 14px 18px; }
.guqcqhww .cozhss { width: 70px; }
.guqcqhww .ozbmk h3 { font-size: 1.05rem; }
.uie1t6yy .mlh4 { gap: 0; }
.uie1t6yy .p6cxgh {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.uie1t6yy .p6cxgh:last-child { border-bottom: none; }
.uie1t6yy .p6cxgh:nth-child(odd) { background: var(--accent-bg); }
.uie1t6yy .p6cxgh:nth-child(odd):hover { background: var(--bg-hover); }
.b5vul3c .mlh4 {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.b5vul3c .p6cxgh {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.b5vul3c .p6cxgh:last-child { border-bottom: none; }
.b5vul3c .rr03,
.b5vul3c .ccpqz6vm,
.b5vul3c .at9473 { border-left: 1px solid var(--border); padding-left: 10px; }
.b5vul3c .r4f5wtj0 { padding: 0 10px; }
.pcmda3m .r7ru { flex-direction: column; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.pcmda3m .r4f5wtj0 { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.q7jqov .r7ru { flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 240px; flex-shrink: 0; }
.q7jqov .r4f5wtj0 { text-align: center; white-space: normal; font-size: 1.05rem; line-height: 1.25; }
.dk7ojhx0 .mlh4 { gap: 14px; }
.dk7ojhx0 .p6cxgh {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.dk7ojhx0 .r4f5wtj0 { font-size: 1.15rem; }
.dk7ojhx0 .otn9 { font-size: 1.22rem; }
.dk7ojhx0 .nzu6b4n.ypsyc2 { padding: 14px 30px !important; font-size: 1rem; }
.io48la4c .mlh4 { gap: 18px; }
.io48la4c .p6cxgh {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.io48la4c .c014 {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.io48la4c .uvqro5vy { max-height: 100px; max-width: 160px; }
.io48la4c .r7ru { min-width: 260px; }
.io48la4c .r4f5wtj0 { font-size: 1.25rem; font-weight: 800; }
.io48la4c .rr03 { font-size: 1.1rem; letter-spacing: 2px; }
.io48la4c .otn9 { font-size: 1.3rem; font-weight: 800; }
.io48la4c .liv22t8 { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.io48la4c .nzu6b4n.ypsyc2 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.o4k6h3ua .ccpqz6vm { flex: 1.8; }
.o4k6h3ua .ccpqz6vm .otn9 {
  font-size: 1.35rem; font-weight: 800; color: var(--accent-light);
}
.o4k6h3ua .ccpqz6vm .liv22t8 { font-weight: 700; color: var(--text-primary); }
.f2xl { display: none; }
.gp63c4lv .rr03 { display: none; }
.u2blc .rr03 { font-size: 1rem; letter-spacing: 2px; }
.q16r5 .rr03 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.newc8em .rr03,
.w6hxymj .rr03,
.iqihno72 .rr03 { display: none; }
.newc8em .f2xl,
.w6hxymj .f2xl,
.iqihno72 .f2xl { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.newc8em .f2xl { font-size: 1.7rem; font-weight: 900; color: var(--accent); }
.newc8em .f2xl small { display: none; }
.w6hxymj .f2xl {
  font-size: 1.1rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.w6hxymj .f2xl small { font-size: 0.85em; font-weight: 700; color: var(--accent); opacity: 0.75; }
.iqihno72 .f2xl {
  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;
}
.iqihno72 .f2xl small { display: none; }
.newc8em .utz8 .ci0w3s01,
.w6hxymj .utz8 .ci0w3s01,
.iqihno72 .utz8 .ci0w3s01 { display: none; }
.newc8em .utz8 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.newc8em .vxt87an { display: none; }
.w6hxymj .utz8 strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.w6hxymj .lcfu,
.w6hxymj .vxt87an { font-size: 1em; }
.iqihno72 .utz8 strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.iqihno72 .vxt87an { display: none; }
.fsgdjprx { margin: 16px 0; }
.erzg7x { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.erzg7x summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.erzg7x summary::after { content: "+"; color: var(--accent); }
.erzg7x[open] summary::after { content: "−"; }
.erzg7x p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.qkcuv9 { margin-bottom: 0; }
.ensve7 h2.t8fx { color: var(--text-primary); border-color: var(--accent); }
.ai2yx55 h2.t8fx { color: var(--text-primary); border-color: var(--accent); }
.zaozt5sq .d0bj     { background: #052e16; border-color: #10b981; }
.zaozt5sq .pj1rw5 { background: #2d0a1e; border-color: #f43f5e; }
.zaozt5sq .i1ilkb    { background: #1e1036; border-color: #a855f7; }
.zaozt5sq .ysgei strong  { color: #f1f5f9; }
.zaozt5sq .ysgei p       { color: #cbd5e1; }
.zaozt5sq .stxu8ug    .d0bj     .cu72431::before,
.zaozt5sq .dgc2g  .d0bj     .cu72431::before,
.zaozt5sq .l89j  .d0bj     .cu72431::before,
.zaozt5sq .zp6raeo .d0bj     .cu72431::before { color: #10b981; }
.zaozt5sq .stxu8ug    .pj1rw5 .cu72431::before,
.zaozt5sq .dgc2g  .pj1rw5 .cu72431::before,
.zaozt5sq .l89j  .pj1rw5 .cu72431::before,
.zaozt5sq .zp6raeo .pj1rw5 .cu72431::before { color: #f43f5e; }
.zaozt5sq .stxu8ug    .i1ilkb    .cu72431::before,
.zaozt5sq .dgc2g  .i1ilkb    .cu72431::before,
.zaozt5sq .l89j  .i1ilkb    .cu72431::before,
.zaozt5sq .zp6raeo .i1ilkb    .cu72431::before { color: #a855f7; }
.pvcc3fu .d0bj     { background: #2d2000; border-color: #eab308; }
.pvcc3fu .pj1rw5 { background: #2d0b0b; border-color: #ef4444; }
.pvcc3fu .i1ilkb    { background: #2d1600; border-color: #f97316; }
.pvcc3fu .ysgei strong  { color: #f1f5f9; }
.pvcc3fu .ysgei p       { color: #cbd5e1; }
.pvcc3fu .stxu8ug    .d0bj     .cu72431::before,
.pvcc3fu .dgc2g  .d0bj     .cu72431::before,
.pvcc3fu .l89j  .d0bj     .cu72431::before,
.pvcc3fu .zp6raeo .d0bj     .cu72431::before { color: #eab308; }
.pvcc3fu .stxu8ug    .pj1rw5 .cu72431::before,
.pvcc3fu .dgc2g  .pj1rw5 .cu72431::before,
.pvcc3fu .l89j  .pj1rw5 .cu72431::before,
.pvcc3fu .zp6raeo .pj1rw5 .cu72431::before { color: #ef4444; }
.pvcc3fu .stxu8ug    .i1ilkb    .cu72431::before,
.pvcc3fu .dgc2g  .i1ilkb    .cu72431::before,
.pvcc3fu .l89j  .i1ilkb    .cu72431::before,
.pvcc3fu .zp6raeo .i1ilkb    .cu72431::before { color: #f97316; }
.derbs .d0bj     { background: #0c1a2e; border-color: #38bdf8; }
.derbs .pj1rw5 { background: #12103a; border-color: #818cf8; }
.derbs .i1ilkb    { background: #0a2020; border-color: #2dd4bf; }
.derbs .ysgei strong  { color: #f1f5f9; }
.derbs .ysgei p       { color: #cbd5e1; }
.derbs .stxu8ug    .d0bj     .cu72431::before,
.derbs .dgc2g  .d0bj     .cu72431::before,
.derbs .l89j  .d0bj     .cu72431::before,
.derbs .zp6raeo .d0bj     .cu72431::before { color: #38bdf8; }
.derbs .stxu8ug    .pj1rw5 .cu72431::before,
.derbs .dgc2g  .pj1rw5 .cu72431::before,
.derbs .l89j  .pj1rw5 .cu72431::before,
.derbs .zp6raeo .pj1rw5 .cu72431::before { color: #818cf8; }
.derbs .stxu8ug    .i1ilkb    .cu72431::before,
.derbs .dgc2g  .i1ilkb    .cu72431::before,
.derbs .l89j  .i1ilkb    .cu72431::before,
.derbs .zp6raeo .i1ilkb    .cu72431::before { color: #2dd4bf; }
.rjd0su3 .d0bj     { background: var(--accent-bg); border-color: var(--accent); }
.rjd0su3 .pj1rw5 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.rjd0su3 .i1ilkb    { background: var(--accent-bg); border-color: var(--accent-pale); }
.rjd0su3 .stxu8ug    .cu72431::before,
.rjd0su3 .dgc2g  .cu72431::before,
.rjd0su3 .l89j  .cu72431::before,
.rjd0su3 .zp6raeo .cu72431::before { color: var(--accent-light) !important; }
.nd7ol0::before,
.e49zqub4::before { margin-right: 5px; }
.ztt4x5 .tvhc02 ul li,
.ztt4x5 .b522zf li         { color: #4ade80; }
.ztt4x5 .tvhc02 .nd7ol0 { color: #22c55e; }
.ztt4x5 .raegx6 ul li,
.ztt4x5 .ejqepbgu li         { color: #f87171; }
.ztt4x5 .raegx6 .e49zqub4 { color: #ef4444; }
.b089u .tvhc02 { background: var(--bg-pros); }
.b089u .raegx6 { background: var(--bg-cons); }
.b089u .tvhc02 .nd7ol0 { color: var(--c-pros-label); }
.b089u .raegx6 .e49zqub4 { color: var(--c-cons); }
.b089u .tvhc02 ul li,
.b089u .b522zf li            { color: var(--c-pros); }
.b089u .raegx6 ul li,
.b089u .ejqepbgu li            { color: var(--c-cons); }
.lxntrews .tvhc02 { background: var(--bg-pros); }
.lxntrews .raegx6 { background: var(--bg-cons); }
.lxntrews .tvhc02 .nd7ol0 { color: var(--c-pros-label); }
.lxntrews .raegx6 .e49zqub4 { color: var(--c-cons); }
.lxntrews .tvhc02 ul li,
.lxntrews .b522zf li          { color: var(--c-pros); }
.lxntrews .raegx6 ul li,
.lxntrews .ejqepbgu li          { color: var(--c-cons); }
.e3rcv5 .nd7ol0::before { content: "✓ "; }
.e3rcv5 .e49zqub4::before { content: "✗ "; }
.us9jqt .nd7ol0::before { content: "→ "; }
.us9jqt .e49zqub4::before { content: "← "; }
.m1yxzmji .nd7ol0::before { content: "★ "; }
.m1yxzmji .e49zqub4::before { content: "✕ "; }
.lmzc .nd7ol0::before { content: "◆ "; }
.lmzc .e49zqub4::before { content: "▲ "; }
.k7afu .ysgei { background: transparent; border-left: none; border: 1.5px solid; }
.k7afu .d0bj     { border-color: var(--c-tip-border); }
.k7afu .pj1rw5 { border-color: var(--c-warn-border); }
.k7afu .i1ilkb    { border-color: #60a5fa; }
.k7afu .ysgei strong { color: var(--text-primary); }
.k7afu .ysgei p      { color: var(--text-muted); }
.ysksz .ysgei { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ysksz .d0bj     { border-top-color: var(--c-tip-border); }
.ysksz .pj1rw5 { border-top-color: var(--c-warn-border); }
.ysksz .i1ilkb    { border-top-color: #60a5fa; }
.qcbm8u7 .ysgei { border-left: none; border-radius: 8px; }
.qcbm8u7 .d0bj     { background: #065f46; }
.qcbm8u7 .pj1rw5 { background: #92400e; }
.qcbm8u7 .i1ilkb    { background: #1e3a8a; }
.qcbm8u7 .ysgei strong,
.qcbm8u7 .ysgei p { color: #fff; }
.qcbm8u7 .cu72431::before { color: rgba(255,255,255,0.85) !important; }
.zaozt5sq.qcbm8u7 .d0bj,
.zaozt5sq .qcbm8u7 .d0bj     { background: #052e16; }
.zaozt5sq.qcbm8u7 .pj1rw5,
.zaozt5sq .qcbm8u7 .pj1rw5 { background: #2d0a1e; }
.zaozt5sq.qcbm8u7 .i1ilkb,
.zaozt5sq .qcbm8u7 .i1ilkb    { background: #1e1036; }
.pvcc3fu.qcbm8u7 .d0bj,
.pvcc3fu .qcbm8u7 .d0bj      { background: #2d2000; }
.pvcc3fu.qcbm8u7 .pj1rw5,
.pvcc3fu .qcbm8u7 .pj1rw5  { background: #2d0b0b; }
.pvcc3fu.qcbm8u7 .i1ilkb,
.pvcc3fu .qcbm8u7 .i1ilkb     { background: #2d1600; }
.derbs.qcbm8u7 .d0bj,
.derbs .qcbm8u7 .d0bj      { background: #0c1a2e; }
.derbs.qcbm8u7 .pj1rw5,
.derbs .qcbm8u7 .pj1rw5  { background: #12103a; }
.derbs.qcbm8u7 .i1ilkb,
.derbs .qcbm8u7 .i1ilkb     { background: #0a2020; }
.twb2 .ysgei { border-left: none; border-radius: 6px; padding: 10px 14px; }
.twb2 .d0bj     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.twb2 .pj1rw5 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.twb2 .i1ilkb    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.twb2 .ysgei strong { color: var(--text-primary); }
.twb2 .ysgei p      { color: var(--text-muted); }
.ra7ers1o .ysgei { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.stxu8ug .cu72431,
.dgc2g .cu72431,
.l89j .cu72431,
.zp6raeo .cu72431 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.stxu8ug .cu72431::before,
.dgc2g .cu72431::before,
.l89j .cu72431::before,
.zp6raeo .cu72431::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.stxu8ug .d0bj     .cu72431::before { content: "✦"; color: var(--c-tip-border); }
.stxu8ug .pj1rw5 .cu72431::before { content: "▲"; color: var(--c-warn-border); }
.stxu8ug .i1ilkb    .cu72431::before { content: "◉"; color: #60a5fa; }
.dgc2g .d0bj     .cu72431::before { content: "★"; color: var(--c-tip-border); }
.dgc2g .pj1rw5 .cu72431::before { content: "◆"; color: var(--c-warn-border); }
.dgc2g .i1ilkb    .cu72431::before { content: "●"; color: #60a5fa; }
.l89j .d0bj     .cu72431::before { content: "▶"; color: var(--c-tip-border); }
.l89j .pj1rw5 .cu72431::before { content: "■"; color: var(--c-warn-border); }
.l89j .i1ilkb    .cu72431::before { content: "▸"; color: #60a5fa; }
.zp6raeo .d0bj     .cu72431::before { content: "→"; color: var(--c-tip-border); }
.zp6raeo .pj1rw5 .cu72431::before { content: "⬥"; color: var(--c-warn-border); }
.zp6raeo .i1ilkb    .cu72431::before { content: "◈"; color: #60a5fa; }
.ezgf .mx5e527w .xxlbd,
.ezgf .o3w4 .xxlbd  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ezgf .fhq8k                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ezgf .p6cxgh                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.ezgf .juosor            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.ezgf .w78xxu          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ezgf .unt0hhf                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ul6nyzt .mx5e527w .xxlbd,
.ul6nyzt .o3w4 .xxlbd,
.ul6nyzt .fhq8k,
.ul6nyzt .p6cxgh,
.ul6nyzt .juosor,
.ul6nyzt .w78xxu,
.ul6nyzt .unt0hhf,
.ul6nyzt .ra7ers1o .ysgei { box-shadow: none; }
.xsdbjdg   body, .xsdbjdg   { font-size: 0.9rem; }
.xsdbjdg   .b6g90, .xsdbjdg .d8ah6, .xsdbjdg .f6vm,
.xsdbjdg   .vhly1f, .xsdbjdg .xs8zu { font-size: 0.9rem; }
.xsdbjdg   .ui4l, .xsdbjdg .y4eef { font-size: 0.9rem; }
.aujs   .b6g90, .aujs .d8ah6, .aujs .f6vm,
.aujs   .vhly1f, .aujs .xs8zu { font-size: 0.95rem; }
.aujs   .ui4l, .aujs .y4eef { font-size: 0.95rem; }
.zct8nzrz   .b6g90, .zct8nzrz .d8ah6, .zct8nzrz .f6vm,
.zct8nzrz   .vhly1f, .zct8nzrz .xs8zu { font-size: 1.08rem; }
.zct8nzrz   .ui4l, .zct8nzrz .y4eef { font-size: 1.05rem; }
.zct8nzrz   .oxia0 { font-size: 0.97rem; }
.pg1m .syp2      { font-size: 3.2rem; }
.pg1m h2.t8fx { font-size: 1.9rem; }
.pg1m h3.czqgw88c     { font-size: 1.4rem; }
.ejkbry .syp2      { font-size: 3.8rem; }
.ejkbry h2.t8fx { font-size: 2.2rem; }
.ejkbry h3.czqgw88c     { font-size: 1.6rem; }
.qkcuv9 + .qkcuv9 { position: relative; }
.fcnm   .qkcuv9 + .qkcuv9::before,
.a0hus  .qkcuv9 + .qkcuv9::before,
.zya0t   .qkcuv9 + .qkcuv9::before,
.yan9j   .qkcuv9 + .qkcuv9::before,
.nnjq7   .qkcuv9 + .qkcuv9::before,
.hrff .qkcuv9 + .qkcuv9::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.fcnm .qkcuv9 + .qkcuv9::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.a0hus .qkcuv9 + .qkcuv9::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.zya0t .qkcuv9 + .qkcuv9::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.yan9j .qkcuv9 + .qkcuv9::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.kg3t .qkcuv9 { margin-bottom: 16px; }
.kg3t .qkcuv9 + .qkcuv9 { margin-top: 0; }
.kg3t .c6fgp6f { padding-top: 0; padding-bottom: 0; }
.nnjq7 .qkcuv9 + .qkcuv9::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.hrff .qkcuv9 + .qkcuv9::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.uxgg2m .qkcuv9 + .qkcuv9::before,
.j326l .qkcuv9 + .qkcuv9::before,
.vee3fkt .qkcuv9 + .qkcuv9::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%;
}
.jikn8 .uxgg2m .qkcuv9:nth-child(even)::before,
.jikn8 .j326l .qkcuv9:nth-child(even)::before,
.jikn8 .vee3fkt .qkcuv9:nth-child(even)::before { background: var(--bg-surface); }
.l23adz .uxgg2m .qkcuv9:nth-child(even)::before,
.l23adz .j326l .qkcuv9:nth-child(even)::before,
.l23adz .vee3fkt .qkcuv9:nth-child(even)::before { background: var(--bg-card); }
.uxgg2m .qkcuv9 + .qkcuv9::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");
}
.j326l .qkcuv9 + .qkcuv9::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");
}
.vee3fkt .qkcuv9 + .qkcuv9::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");
}
.gbhn .im49xp,
.w3azzzp .im49xp,
.swda0v9 .im49xp { overflow: hidden; }
.gbhn .i7aoqiow,
.w3azzzp .i7aoqiow { margin-bottom: 60px; }
.swda0v9 .i7aoqiow { margin-bottom: 70px; }
.w3azzzp .pw84h { padding-bottom: 60px; }
.gbhn .im49xp::before,
.w3azzzp .im49xp::before,
.swda0v9 .im49xp::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.gbhn .im49xp::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");
}
.w3azzzp .im49xp::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");
}
.swda0v9 .im49xp::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.rvra .im49xp:not(.ez57tjjp) .nt3ye6 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gsfqwg .im49xp:not(.ez57tjjp) .nt3ye6 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.oz866  .im49xp:not(.ez57tjjp) .nt3ye6 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.azmx  .im49xp:not(.ez57tjjp) .nt3ye6 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.rvra .ez57tjjp { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.gsfqwg .ez57tjjp { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.oz866 .ez57tjjp { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.azmx .ez57tjjp { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.nm59u .ez57tjjp { background: var(--accent); }
.nm59u .ez57tjjp .nt3ye6 { background: none; }
.nm59u .pkkes { background: var(--accent); }
.nm59u .jnycg9 { background: var(--accent-bg); }
.nm59u .im49xp:not(.ez57tjjp) .nt3ye6 { background: rgba(0,0,0,0.6); }
.cfcmj0 .wiguzoxg { float: left; width: 38%; margin: 0 28px 16px 0; }
.cfcmj0 .wiguzoxg .b5dff2gi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cfcmj0 .c6fgp6f::after { content: ''; display: block; clear: both; }
.xjln .wiguzoxg { float: right; width: 38%; margin: 0 0 16px 28px; }
.xjln .wiguzoxg .b5dff2gi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.xjln .c6fgp6f::after { content: ''; display: block; clear: both; }
.nd8or2l2 .qkcuv9:nth-child(odd)  .wiguzoxg { float: left;  width: 38%; margin: 0 28px 16px 0; }
.nd8or2l2 .qkcuv9:nth-child(even) .wiguzoxg { float: right; width: 38%; margin: 0 0 16px 28px; }
.nd8or2l2 .wiguzoxg .b5dff2gi { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.nd8or2l2 .c6fgp6f::after { content: ''; display: block; clear: both; }
.cfcmj0 .qcrmh,
.cfcmj0 .mlh4,
.xjln .qcrmh,
.xjln .mlh4,
.nd8or2l2 .qcrmh,
.nd8or2l2 .mlh4 { clear: both; }
.cfcmj0 .ui4l,
.cfcmj0 .y4eef,
.xjln .ui4l,
.xjln .y4eef,
.nd8or2l2 .ui4l,
.nd8or2l2 .y4eef { overflow: hidden; }
@media (max-width: 640px) {
  .cfcmj0 .wiguzoxg,
  .xjln .wiguzoxg,
  .nd8or2l2 .wiguzoxg { float: none; width: 100%; margin: 0 0 16px 0; }
}
.cy9lt81 .p0kqcr1,
.cy9lt81 .c6fgp6f,
.cy9lt81 .f4y88jp  { max-width: 1100px; }
.vqf7c .p0kqcr1,
.vqf7c .c6fgp6f,
.vqf7c .f4y88jp  { max-width: 1200px; }
.yxh8 .p0kqcr1,
.yxh8 .c6fgp6f,
.yxh8 .f4y88jp  { max-width: 1320px; }
.wzyn { font-size: 0.82rem; color: var(--text-muted); }
.wr1u { display: flex; align-items: center; }
.vtww {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.tpqmllxm { display: flex; align-items: center; }
.l5kyqzzq { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.l5kyqzzq:hover { text-decoration: underline; }
.s6gcil { margin: 0 3px; opacity: 0.45; }
.s6gcil::before { content: '/'; }
.vsru { padding: 2px 5px; color: var(--text-main); }
.da36yhl .wzyn {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.da36yhl .wr1u { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.hc0qf .wzyn {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.hc0qf .wr1u { padding: 0 0 0 12px; }
.ush48j .wr1u { padding: 0 16px; }
.ush48j .wzyn {
  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);
}
.ush48j .p0kqcr1 { padding-top: 28px; }
@media (max-width: 720px) {
  .k6meomx { margin-top: 18px; padding: 0 16px; }
  .ush48j .p0kqcr1 { padding-top: 16px; }
}
.cy9lt81.da36yhl .wr1u { max-width: 1100px; }
.vqf7c.da36yhl .wr1u { max-width: 1200px; }
.yxh8.da36yhl .wr1u { max-width: 1320px; }
.dyvqi .qkcuv9 { padding-top: 16px; padding-bottom: 16px; }
.doi5 .qkcuv9 { padding-top: 24px; padding-bottom: 24px; }
.pm587b .qkcuv9 { padding-top: 40px; padding-bottom: 40px; }
.jvbfka0 .qkcuv9 { padding-top: 52px; padding-bottom: 52px; }
.jie05s5 .qkcuv9:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.jie05s5 .qkcuv9:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.jie05s5 .qkcuv9:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.jie05s5 .qkcuv9:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.f1vayacd .c6fgp6f { padding-top: 10px;  padding-bottom: 10px; }
.o27ca0k4 .c6fgp6f { padding-top: 18px;  padding-bottom: 18px; }
.mmel81l .c6fgp6f { padding-top: 36px;  padding-bottom: 36px; }
.ogmkv .c6fgp6f { padding-top: 48px;  padding-bottom: 48px; }
.qvexiz h2.t8fx { font-weight: 600; }
.qvexiz h3.czqgw88c     { font-weight: 600; }
.v7ypnn3 h2.t8fx { font-weight: 800; }
.v7ypnn3 h3.czqgw88c     { font-weight: 700; }
.kd36 { font-weight: 600; }
.kd36 h2.t8fx { font-weight: 900; }
.kd36 h3.czqgw88c     { font-weight: 800; }
.kd36 .ysgei strong,
.kd36 .ysgei strong { font-weight: 600; }
.ljvkk {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.fclr .ljvkk { display: none; }
@media (max-width: 640px) { .ljvkk { display: none; } }
.ljvkk { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ljvkk:hover { opacity: 0.85; }
.li4rtr5 .ljvkk { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.e23muoqa .ljvkk,
.txng2  .ljvkk { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.e23muoqa .ljvkk:hover,
.txng2  .ljvkk:hover { opacity: 0.88; }
.li4rtr5.e23muoqa .ljvkk,
.li4rtr5.txng2  .ljvkk { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.o289lpt {
  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;
}
.o289lpt:hover { transform: translateY(-2px); opacity: 0.92; }
.o289lpt { background: var(--cta) !important; color: #fff !important; border: none !important; }
.alorqbd .o289lpt { display: none; }
.g8hwds .o289lpt { right: 32px; }
.kfbqeso5  .o289lpt { left: 32px; }
@media (max-width: 480px) {
  .g8hwds .o289lpt { right: 20px; bottom: 20px; }
  .kfbqeso5  .o289lpt { left: 20px; bottom: 20px; }
}
.nrz2k9wg { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.f4y88jp { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.g9u5 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.dz06nh { color: var(--text-dim); font-size: 0.8rem; }
.ndq4dwo a, .kc7thu8 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ndq4dwo a:hover, .kc7thu8 a:hover { color: var(--accent-light); }
.kc7thu8 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.hokwy .f4y88jp { text-align: center; }
.hokwy .kc7thu8 { justify-content: center; margin-bottom: 16px; }
.hokwy .g9u5 { margin-top: 0; }
.o6fmphh { margin-top: 10px; }
.o6fmphh a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .f4y88jp { padding-left: 16px; padding-right: 16px; }
  .fie0b .f4y88jp { padding: 20px 16px; }
  .kc7thu8 { gap: 4px 12px; }
  .g9u5 { font-size: 0.78rem; }
}
.aq0c .g9u5 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.aq0c .dz06nh { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .aq0c .w1o80cs { grid-template-columns: 1fr 1fr; } .aq0c .k6f7ky { grid-column: 1 / -1; } }
@media (max-width: 480px) { .aq0c .w1o80cs { grid-template-columns: 1fr; } }
.z7a27e .g9u5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .z7a27e .h01nw { gap: 12px; } .z7a27e .xcjzy1 { margin-right: 0; width: 100%; } }
.hzhefll .g9u5 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hzhefll .dz06nh { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hzhefll .u65iqm1x { grid-template-columns: 1fr 1fr; } .hzhefll .ih2r3 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hzhefll .u65iqm1x { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .jm219 .j09pvff5 { grid-template-columns: 1fr 1fr; } .jm219 .jtpkyu:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .jm219 .j09pvff5 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .jcxken .j09pvff5 { grid-template-columns: 1fr; } }
.juofmz .f4y88jp { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.juofmz .kc7thu8 { justify-content: center; }
.sukl6 .fy4w7au      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.sukl6 .nrz2k9wg { background: var(--bg-page); border-top-color: var(--border-alt); }
.wzfoecf .fy4w7au      { background: #0d1117; border-bottom-color: #21262d; }
.wzfoecf .rjfj { color: var(--accent-light); }
.wzfoecf .kc0c4xl { --msep-color: #8b949e; }
.wzfoecf .kc0c4xl a { color: #8b949e; }
.wzfoecf .kc0c4xl a:hover { color: var(--accent-light); }
.wzfoecf .t16rc6 { color: #8b949e; }
.wzfoecf .nrz2k9wg { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.wzfoecf .g9u5,
.wzfoecf .dz06nh { color: #6e7681; }
.wzfoecf .ndq4dwo a, .wzfoecf .kc7thu8 a,
.wzfoecf .ndq4dwo a:hover, .wzfoecf .kc7thu8 a:hover,
@media (max-width: 640px) {
  .wzfoecf .kc0c4xl { background: #0d1117; border-top-color: #21262d; }
  .wzfoecf .kc0c4xl li a { border-bottom-color: #21262d; }
}
.untyu .fy4w7au      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.untyu .rjfj { color: var(--accent); }
.untyu .kc0c4xl { --msep-color: #475569; }
.untyu .kc0c4xl a { color: #475569; }
.untyu .kc0c4xl a:hover { color: var(--accent); }
.untyu .t16rc6 { color: #64748b; }
.untyu .nrz2k9wg { background: #f0f4f8; border-top-color: #cbd5e1; }
.untyu .g9u5,
.untyu .dz06nh { color: #64748b; }
.untyu .ndq4dwo a, .untyu .kc7thu8 a,
.untyu .ndq4dwo a:hover, .untyu .kc7thu8 a:hover,
@media (max-width: 640px) {
  .untyu .kc0c4xl { background: #f0f4f8; border-top-color: #cbd5e1; }
  .untyu .kc0c4xl li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.e23muoqa .fy4w7au      { background: var(--accent); border-bottom-color: var(--accent-light); }
.e23muoqa .rjfj { color: #fff; }
.e23muoqa .kc0c4xl { --msep-color: rgba(255,255,255,0.82); }
.e23muoqa .kc0c4xl a { color: rgba(255,255,255,0.82); }
.e23muoqa .kc0c4xl a:hover { color: #fff; }
.e23muoqa .t16rc6 { color: rgba(255,255,255,0.9); }
.e23muoqa .au3fe a { color: var(--text-primary) !important; }
.e23muoqa .au3fe a:hover { color: var(--accent) !important; }
.e23muoqa .nrz2k9wg { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.e23muoqa .g9u5,
.e23muoqa .dz06nh { color: rgba(255,255,255,0.72); }
.e23muoqa .ndq4dwo a, .e23muoqa .kc7thu8 a,
.e23muoqa .x98p46 a, .e23muoqa .i9cysac a,
.e23muoqa .jq149t a, .e23muoqa .xcjzy1 { color: #fff; }
.e23muoqa .pxlhj4z, .e23muoqa .hepij { color: rgba(255,255,255,0.7); }
.e23muoqa .ndq4dwo a:hover, .e23muoqa .kc7thu8 a:hover,
.e23muoqa .x98p46 a:hover, .e23muoqa .i9cysac a:hover { color: #fff; }
@media (max-width: 640px) {
  .e23muoqa .kc0c4xl { background: var(--accent); border-top-color: var(--accent-light); }
  .e23muoqa .kc0c4xl li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.txng2 .fy4w7au {
  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);
}
.txng2 .nrz2k9wg {
  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) {
  .txng2 .kc0c4xl {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.jt6vemi .j7yfbjh { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.q2z0vu7 .j7yfbjh { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.rj0zyifx .j7yfbjh { min-height: 72px; height: auto; }
.ul00sbmd .j7yfbjh { min-height: 84px; height: auto; }
.fie0b .j7yfbjh { max-width: none; padding: 0 32px; }
.fie0b .f4y88jp  { max-width: none; padding: 24px 32px; }
.sqwe.vqf7c .j7yfbjh { max-width: 1200px; }
.sqwe.yxh8 .j7yfbjh { max-width: 1320px; }
.trov9   .rjfj, .trov9   .xcjzy1 { text-transform: capitalize; }
.vtinx .rjfj, .vtinx .xcjzy1 { text-transform: lowercase; }
.rhj74 .rjfj, .rhj74 .xcjzy1 { text-transform: uppercase; letter-spacing: 0.06em; }
.dsl0sl, .bia8 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.kotdmybv .dsl0sl,
.t0oxkjjs .dsl0sl,
.rx79dnp .dsl0sl,
.a45n5pv7 .dsl0sl,
.x6wiagr   .kc0c4xl a { font-weight: 500; }
.y9fw0bi .kc0c4xl a { font-weight: 600; }
.jv9o7     .kc0c4xl a { font-weight: 700; }
.cfjhmx    .kc0c4xl a { font-weight: 800; letter-spacing: 0.01em; }
.gbrf74     .kc0c4xl > li + li::before,
.mismz4w    .kc0c4xl > li + li::before,
.c2jv    .kc0c4xl > li + li::before,
.perh .kc0c4xl > li + li::before,
.j28ur0x .kc0c4xl > li + li::before,
.j52xkgbd  .kc0c4xl > li + li::before,
.fv1r844    .kc0c4xl > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gbrf74     .kc0c4xl > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.mismz4w    .kc0c4xl > li + li::before { content: "|"; }
.c2jv    .kc0c4xl > li + li::before { content: "—"; }
.perh .kc0c4xl > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.j28ur0x .kc0c4xl > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.j52xkgbd  .kc0c4xl > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fv1r844    .kc0c4xl > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .r81ru .t16rc6,
  .z5vaqcb .t16rc6,
  .wiwr .t16rc6,
  .a9wgzg1 .t16rc6,
  .a4ku .t16rc6 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .r81ru .t16rc6::before,
  .z5vaqcb .t16rc6::before,
  .wiwr .t16rc6::before,
  .a9wgzg1 .t16rc6::before,
  .a4ku .t16rc6::before { content: ""; display: block; flex-shrink: 0; }

  
  .r81ru .t16rc6::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;
  }

  
  .z5vaqcb .t16rc6::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;
  }

  
  .wiwr .t16rc6::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;
  }

  
  .a9wgzg1 .t16rc6::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;
  }

  
  .a4ku .t16rc6::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) {
  .o0875 .t16rc6 {
    padding: 5px 14px;
  }
  .o0875 .kc0c4xl {
    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;
  }
  .o0875 .kc0c4xl li a {
    border-bottom: none; padding: 10px 22px;
  }
  .o0875 .kc0c4xl li a:hover { background: var(--bg-raised); }
  .o0875 .c7sp5e25,
  .x9ekt .c7sp5e25,
  .crkbpe .c7sp5e25 { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .krgyp .t16rc6 {
    padding: 5px 10px;
  }
  .krgyp .kc0c4xl {
    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);
  }
  .krgyp .kc0c4xl.v9tgjo3z { transform: translateX(0); }
  .krgyp .kc0c4xl li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .krgyp .kc0c4xl li:last-child a { border-bottom: none; }
  .e23muoqa .kc0c4xl,
  .wzfoecf .kc0c4xl { background: var(--accent) !important; }
  .e23muoqa .kc0c4xl li a,
  .wzfoecf .kc0c4xl li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .crkbpe .t16rc6 {
    padding: 5px 10px;
  }
  .crkbpe .kc0c4xl {
    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);
  }
  .crkbpe .kc0c4xl::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .crkbpe .kc0c4xl.v9tgjo3z { transform: translateY(0); }
  .crkbpe .kc0c4xl li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .kjugvxg .t16rc6 {
    padding: 5px 10px;
  }
  .kjugvxg .kc0c4xl {
    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;
  }
  .kjugvxg .kc0c4xl.v9tgjo3z { opacity: 1; pointer-events: auto; }
  .kjugvxg .kc0c4xl li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .dro16nn     .t16rc6 { border-radius: 0 !important; }
  .xp4lvt   .t16rc6 { border-radius: 8px !important; }
  .n8qi0bf .t16rc6 { border-radius: 50% !important; }
  .z9yggm4y   .t16rc6 { border-radius: 999px !important; }
}
.ljvwzl .zxys1l9 { height: 28px; }
.y25j .zxys1l9 { height: 54px; }
.ujbew2 .zxys1l9 { height: 54px; }
.agdnqrm    .rr03, .agdnqrm    .ci0w3s01 { color: #f59e0b; }
.l30reew      .rr03 { font-size: 1rem; letter-spacing: 1.5px; }
.l30reew      .ci0w3s01   { font-size: 1.35rem; }
.pbnfo    .rr03, .pbnfo    .ci0w3s01 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.qoysk2     .rr03, .qoysk2     .ci0w3s01 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.es8bi73 .rr03, .es8bi73 .ci0w3s01 { color: var(--cta); letter-spacing: 2px; }
.zx12   .rr03, .zx12   .ci0w3s01 { color: #e91e63; letter-spacing: 2px; }
.mx82  .rr03, .mx82  .ci0w3s01 { color: var(--cta); letter-spacing: 2px; font-size: 0.65rem; }
.gn67e4wu     .rr03, .gn67e4wu     .ci0w3s01 { color: var(--cta); letter-spacing: 2px; font-size: 0.7rem; }
.haqpm9ab .yfjf0i2 + .yfjf0i2 {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.ha8h6 .p6cxgh { padding: 18px 24px; min-height: 68px; }
.gv7x12y .liv22t8 {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.gv7x12y .otn9 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent);
}
.pc1lng6c .yfjf0i2 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.rypr .mlh4 { counter-reset: cs-rank; }
.rypr .p6cxgh { position: relative; counter-increment: cs-rank; }
.rypr .p6cxgh::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.l7zk0cy .mlh4 { counter-reset: cs-rank; gap: 0; }
.l7zk0cy .p6cxgh {
  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;
}
.l7zk0cy .p6cxgh::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;
}
.l7zk0cy .r7ru {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.l7zk0cy .c014 {
  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;
}
.l7zk0cy .uvqro5vy { width: 100%; height: 100%; object-fit: cover; max-width: 140px; max-height: 140px; }
.l7zk0cy .r7ru { min-width: 0; flex-direction: column; width: 100%; }
.l7zk0cy .r4f5wtj0 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  text-align: center; min-width: auto; white-space: normal;
}
.l7zk0cy .rr03 { color: var(--cta, var(--accent)); }
.l7zk0cy .f2xl { font-weight: 700; }
.l7zk0cy .yfjf0i2 {
  flex-direction: column; gap: 2px;
  align-items: center; border-top: none;
  padding-top: 2px; width: auto;
}
.l7zk0cy .liv22t8 {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.l7zk0cy .otn9 {
  font-size: 1.22rem; font-weight: 700; color: var(--text-primary);
}
.l7zk0cy .ccpqz6vm .otn9 { font-size: 1.3rem; color: var(--accent-light); }
.l7zk0cy .nzu6b4n {
  width: auto; min-width: 170px; text-align: center;
  margin: 6px auto 0; border-radius: 999px;
}
.l7zk0cy .p6cxgh:nth-child(even) { background: var(--accent-bg); }
@media (min-width: 720px) {
  .l7zk0cy .mlh4 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .l7zk0cy .p6cxgh {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .l7zk0cy .p6cxgh { padding: 40px 16px 20px; }
  .l7zk0cy .yfjf0i2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .l7zk0cy .nzu6b4n { width: 100%; min-width: 0; }
}
.ssxfno .mlh4 { counter-reset: cs-rank; gap: 10px; }
.ssxfno .p6cxgh {
  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);
}
.ssxfno .p6cxgh::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);
}
.ssxfno .r7ru {
  flex-direction: row; align-items: center; gap: 16px;
  flex-shrink: 0; min-width: 220px;
}
.ssxfno .c014 {
  width: 120px; height: 120px; min-width: 120px;
  border-radius: 50%; overflow: hidden;
  background: var(--bg-surface); padding: 0;
}
.ssxfno .uvqro5vy { width: 100%; height: 100%; object-fit: cover; max-width: 120px; max-height: 120px; }
.ssxfno .r4f5wtj0 {
  font-size: 1.15rem; font-weight: 700; color: var(--accent-light);
  white-space: nowrap; text-align: left; min-width: auto;
}
.ssxfno .rr03 { color: var(--cta, var(--accent)); }
.ssxfno .yfjf0i2 {
  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;
}
.ssxfno .liv22t8 {
  font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted); font-weight: 600;
}
.ssxfno .otn9 { font-size: 1.18rem; font-weight: 700; color: var(--text-primary); }
.ssxfno .ccpqz6vm .otn9 { color: var(--accent-light); }
.ssxfno .nzu6b4n {
  border-radius: 999px; min-width: 160px; text-align: center; flex-shrink: 0;
  align-self: center;
}
.ssxfno .p6cxgh:nth-child(even) { background: var(--accent-bg); }
@media (max-width: 820px) {
  .ssxfno .p6cxgh {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .ssxfno .p6cxgh::before {
    position: absolute; top: 14px; left: 14px;
  }
  .ssxfno .r7ru {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .ssxfno .r4f5wtj0 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .ssxfno .yfjf0i2 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .ssxfno .nzu6b4n { width: 100%; min-width: 0; }
  .ssxfno .rr03 { min-width: 0; }
}
.m5kt4 .mlh4 { counter-reset: cs-rank; }
.m5kt4 .p6cxgh::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.wgv2 .erzg7x {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.wgv2 .erzg7x summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.wgv2 .erzg7x p { padding: 0 2px 16px; }
.ekk4o .erzg7x { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ekk4o .erzg7x summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ekk4o .erzg7x summary::after { content: "›"; font-size: 1.2em; }
.ekk4o .erzg7x[open] summary::after { content: "‹"; }
.ekk4o .erzg7x p { padding: 10px 22px 4px; }
.e783fblp .erzg7x {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.e783fblp .erzg7x summary { color: var(--text-primary); padding-left: 16px; }
.e783fblp .erzg7x summary::after { content: "›"; font-size: 1.1em; }
.e783fblp .erzg7x[open] summary::after { content: "‹"; }
.e783fblp .erzg7x p { padding-left: 16px; }
.e0xn7b4 .fsgdjprx { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.e0xn7b4 .erzg7x {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.e0xn7b4 .erzg7x:last-child { border-bottom: none; }
.e0xn7b4 .erzg7x summary { color: var(--text-primary); border-radius: 0; }
.e0xn7b4 .erzg7x summary::after { content: "›"; font-size: 1.1em; }
.e0xn7b4 .erzg7x[open] summary::after { content: "‹"; }
.tx8yfj .erzg7x { overflow: hidden; }
.tx8yfj .erzg7x summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.tx8yfj .erzg7x summary::after { color: rgba(255,255,255,.75); }
.tx8yfj .erzg7x[open] summary { border-radius: 0; }
.ye11f97 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wliei {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.rel4 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.itjw6n { color: var(--text-muted); font-size: 1.05rem; }
.qk82 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.qa1pnbf {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.wojd { margin-bottom: 20px; }
.v07uo {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.yn8hvayw {
  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;
}
.yn8hvayw:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.j8l6sq3a { resize: vertical; min-height: 130px; }
.ao0d2t { width: 100%; margin-top: 8px; }
.ztr9 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.kl5bq {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.yc6d2hdc { color: var(--text-muted); line-height: 1.75; }
.ngbiq8v { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.ngbiq8v li { margin-bottom: 6px; }
.bqu6c1 { max-width: 760px; margin: 0 auto; }
.do71s11v ul.ngbiq8v { margin: 0; }
@media (max-width: 640px) { .hjhhcrr2 { grid-template-columns: 1fr; gap: 10px; } }
.qi9w1vn { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.mm0x { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.j2rdptul { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.mm0x p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.mm0x .ngbiq8v { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .qi9w1vn { grid-template-columns: 1fr; } }
.talg36 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.talg36:hover .vadgh5q { color: var(--accent-light); text-decoration: underline; }
.gv59 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.eznke { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.eznke:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.fj05 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.eznke p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.eznke ul.ngbiq8v { margin: 0; }
.deu23 { color: var(--text-muted); line-height: 1.75; }
.s3bcnkf .ngbiq8v,
.r8ixva .ngbiq8v,
.pjp04fm .ngbiq8v,
.wmc1l4 .ngbiq8v {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.s3bcnkf .eznke,
.r8ixva .eznke { text-align: left; }
.s3bcnkf .fj05,
.r8ixva .fj05 { text-align: center; }
.v0g3t { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.ef6un5l { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.vbaav { font-size: 1.1rem; }
.syy0en { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.im87 { margin-top: 12px; }
.zpd6x71o { 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; }
.zpd6x71o:hover { border-bottom-color: var(--accent); }
.h9703 { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.h9703 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ln5by4o { width: 260px; height: 260px; }
.mnhf { border-radius: 28%; }
.aiihzgm { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.uiz7ii { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .lzvw { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.axyzq .syy0en, .axyzq .ef6un5l { max-width: 640px; }
.bqpkh { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.hfz9c { position: sticky; top: 96px; align-self: start; }
.hfz9c .v0g3t { font-size: 1.6rem; margin-top: 18px; }
.w868fwr .syy0en { margin-bottom: 28px; }
@media (max-width: 860px) { .bqpkh { grid-template-columns: 1fr; } .hfz9c { position: static; text-align: center; } }
.ih3r .h9703 { margin: 0 auto 18px; }
.ih3r .aiihzgm { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .btkkoj { grid-template-columns: 1fr; } }
.nou3ge .v0g3t { font-size: 1.6rem; margin-bottom: 6px; }
.wmc1l4 .ngbiq8v { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .nou3ge { flex-direction: column; text-align: center; } .q262e5 { grid-template-columns: 1fr; } }
.smnt .v0g3t { font-size: 1.35rem; margin: 0 0 4px; }
.smnt .aiihzgm { margin: 0; }
.vpxa9n {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.vpxa9n .rel4 { color: var(--accent-light); }
.qox3c .rel4 { font-size: 2rem; }
.qox3c .itjw6n { max-width: 680px; }
.hiun3 .rel4 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.hiun3 .itjw6n  { margin: 0; }
@media (max-width: 640px) { .hiun3 { flex-direction: column; } }
.dwefshm .rel4 { color: var(--accent-light); }
.uukq06 .rel4 { color: #fff; }
.uukq06 .itjw6n  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .xioqux2s { grid-template-columns: 1fr; } }
.rq1yo .yn8hvayw {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.rq1yo .yn8hvayw:focus { border-bottom-color: var(--accent); box-shadow: none; }
.r7232af .yn8hvayw { background: var(--bg-raised); border-color: transparent; }
.r7232af .yn8hvayw:focus { background: var(--bg-card); border-color: var(--accent); }
.flanne9t .yn8hvayw { border-radius: 100px; padding: 11px 20px; }
.flanne9t .j8l6sq3a { border-radius: 14px; }
@media (max-width: 640px) { .u77g { grid-template-columns: 1fr; } }
.digt6eux{display:none}
.digt6eux:empty,.wnakgp4z:empty{display:none}
.f9tcs{position:relative;overflow:visible}
.vhe3vzs .ypq2,.hld2y .ypq2,
.aflxum .ypq2,.br1urs2 .ypq2,
.muw3k .ypq2,.kh28pba .ypq2{display:block}
.moyp822m .g4i9l4g{display:block}
.vhe3vzs .ypq2,.hld2y .ypq2,
.aflxum .ypq2,.br1urs2 .ypq2,
.muw3k .ypq2{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}
.vhe3vzs .ypq2 .wnakgp4z,.hld2y .ypq2 .wnakgp4z,
.aflxum .ypq2 .wnakgp4z,.br1urs2 .ypq2 .wnakgp4z,
.muw3k .ypq2 .wnakgp4z{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}
.vhe3vzs .l0y2t,.hld2y .l0y2t,
.aflxum .l0y2t,.br1urs2 .l0y2t,
.muw3k .l0y2t{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vhe3vzs .ypq2,.hld2y .ypq2{top:12px}
.vhe3vzs .ypq2 .wnakgp4z{margin-right:auto}
.hld2y .ypq2 .wnakgp4z{margin-left:auto}
.hld2y .ypq2{text-align:right}
.aflxum .ypq2,.br1urs2 .ypq2{bottom:12px}
.aflxum .ypq2 .wnakgp4z{margin-right:auto}
.br1urs2 .ypq2 .wnakgp4z{margin-left:auto}
.br1urs2 .ypq2{text-align:right}
.muw3k .ypq2{position:relative;margin-top:16px}
.muw3k .ypq2 .wnakgp4z{margin:0 auto}
.kh28pba .ypq2{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.kh28pba .ypq2 .wnakgp4z{margin:0}
.kh28pba .jnycg9~.ypq2,
.kh28pba .jjmb~.ypq2{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.kh28pba .jnycg9~.ypq2 .wnakgp4z,
.kh28pba .jjmb~.ypq2 .wnakgp4z{justify-content:flex-start}
.jnycg9~.ypq2,.jjmb~.ypq2{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}
.jnycg9~.ypq2 .wnakgp4z{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jjmb~.ypq2 .wnakgp4z{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.g4i9l4g .wnakgp4z{margin:0 0 12px}
.wnakgp4z{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.kt4d4{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.vadgh5q{font-weight:600;color:var(--text-heading);opacity:1}
.zp376p::before{content:"·";margin:0 2px;opacity:.5}
.l0y2t{white-space:nowrap}
.okhd .kt4d4{display:none}
.gayjnj .l0y2t{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.gayjnj .zp376p::before{content:""}
.d6r1 .l0y2t{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}
.d6r1 .zp376p::before{content:""}
.c293jmu .wnakgp4z{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.n2t8z .l0y2t{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.n2t8z .zp376p::before{content:""}
.hg98cw .l0y2t{color:var(--accent);opacity:1;font-weight:500}
.pm773ip .l0y2t{border-bottom:1px solid currentColor;padding-bottom:2px}
.pz4n .wnakgp4z{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.nq9wp{--date-bg:transparent}
.wdwc5usf .zp376p::before{content:""}
.ql1mao6 .zp376p::before{content:"•";opacity:.4}
.ql1mao6 .l0y2t + .l0y2t::before{content:"•";margin-right:6px;opacity:.4}
.v6cn .zp376p::before{content:"/";opacity:.35}
.v6cn .l0y2t + .l0y2t::before{content:"/";margin-right:6px;opacity:.35}
.oihwpv .zp376p::before{content:"|";opacity:.3}
.oihwpv .l0y2t + .l0y2t::before{content:"|";margin-right:6px;opacity:.3}
.bvtzebi .zp376p::before{content:"—";opacity:.3}
.bvtzebi .l0y2t + .l0y2t::before{content:"—";margin-right:6px;opacity:.3}
.vaaez .zp376p::before{content:"◆";font-size:.5em;opacity:.35}
.vaaez .l0y2t + .l0y2t::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.efwto6 .zp376p::before{content:"·";opacity:.4}
.efwto6 .l0y2t + .l0y2t::before{content:"·";margin-right:6px;opacity:.4}
.fd4ehx .zp376p::before{content:"›";opacity:.4}
.fd4ehx .l0y2t + .l0y2t::before{content:"›";margin-right:6px;opacity:.4}
.mbms8a .zp376p::before{content:"→";opacity:.35;font-size:.85em}
.mbms8a .l0y2t + .l0y2t::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.hrgss0 .itf512kf{border-left:3px solid var(--accent);border-radius:0}
@media(max-width:640px){
  .itf512kf{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .sfawd7my{max-width:100%}
}
:root {
  --accent:          #00869e;
  --brand:           #00869e;
  --brand-light:     #0bbede;
  --brand-pale:      #34cde8;
  --grad-start:      #00d3f9;
  --grad-end:        #41d9f5;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #bc8400;
  --cta-hover:       #a77500;
  --bg-page:         #f6f7f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f6;
  --bg-raised:       #edf0f1;
  --bg-hover:        #f3f5f6;
  --border:          #e1e8e9;
  --border-alt:      #cfdbdd;
  --border-section:  #e1e8e9;
  --text-primary:    #161b1c;
  --text-muted:      #505f62;
  --text-body:       #2d3638;
  --text-sub:        #445154;
  --text-faint:      #72888c;
  --text-dim:        #8ea0a3;
  --text-label:      #5b6d70;
  --text-value:      #394446;
  --accent-bg:       #dcf4f8;
  --accent-bg-light: #beeff7;
  --bg-tip:          #f0f9f5;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f4f9;
  --bg-pros:         #f0f9f5;
  --bg-cons:         #faf3f6;
  --c-pros:          #0c9658;
  --c-cons:          #9f2157;
  --c-pros-label:    #0eb368;
  --c-tip-border:    #10c674;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9658;
}
:root { --logo-bg-opacity: 75%; }
body, button, input { font-family: "Barlow", sans-serif; }
.uz4t6pd .cu72431 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.uz4t6pd .cu72431::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.uz4t6pd .d0bj     .cu72431::before { content: "";  color: var(--c-tip-border); }.uz4t6pd .pj1rw5 .cu72431::before { content: ""; color: var(--c-warn-border); }.uz4t6pd .i1ilkb    .cu72431::before { content: ""; color: #60a5fa; }.zaozt5sq .uz4t6pd .d0bj     .cu72431::before { color: #10b981; }.zaozt5sq .uz4t6pd .pj1rw5 .cu72431::before { color: #f43f5e; }.zaozt5sq .uz4t6pd .i1ilkb    .cu72431::before { color: #a855f7; }.pvcc3fu  .uz4t6pd .d0bj     .cu72431::before { color: #eab308; }.pvcc3fu  .uz4t6pd .pj1rw5 .cu72431::before { color: #ef4444; }.pvcc3fu  .uz4t6pd .i1ilkb    .cu72431::before { color: #f97316; }.derbs  .uz4t6pd .d0bj     .cu72431::before { color: #38bdf8; }.derbs  .uz4t6pd .pj1rw5 .cu72431::before { color: #818cf8; }.derbs  .uz4t6pd .i1ilkb    .cu72431::before { color: #2dd4bf; }.rjd0su3 .uz4t6pd .cu72431::before { color: var(--accent-light) !important; }
.pszlp2t .os1pzyq8, .pszlp2t .jnycg9 { min-height: 520px; }
.rd7nct8 .b7x40ddy::after, .rd7nct8 .ypsyc2::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; }
.x78x9 .ljvkk::after,.x78x9 .o289lpt::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; }
.s6gcil::before { content: '›'; font-size: 1.1em; }
.hat0 .l0y2t::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.hat0 .l0y2t:first-of-type::before{content:"\f073"}.hat0 .l0y2t:last-of-type::before{content:"\f303"}