: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;
}
.g87fy {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.qc436 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.zbr68ehk {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.dun8h2cd { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.kwi56 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.kwi56 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.kwi56 a:hover { color: var(--accent-light); }
.lgx5yr0     .ui4hci7 { border-radius: 24px; padding: 8px; }
.lgx5yr0 .ui4hci7 li a { border-radius: 16px; }
.mxai5w6 .ui4hci7 li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .ui4hci7 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .b5b8bk18:hover .ui4hci7,
  .b5b8bk18:focus-within .ui4hci7 { display: block; }
  .ui4hci7 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.irpl {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xszbte { display: none; }
@media (max-width: 640px) {
  .xszbte {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xszbte.irzolv2c { display: block; }
}
@media (max-width: 640px) {
  .irpl { display: block; }
  .kwi56 > li + li::before { display: none !important; }
  .kwi56 {
    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;
  }
  .kwi56.irzolv2c { display: flex; }
  .kwi56 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .kwi56 li:last-child a { border-bottom: none; }
}
.pokcf09 { min-height: 480px; }
.h7yk {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.bx5m8t { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qudi9h3o .bx5m8t { margin-left: 0; margin-right: 0; }
.zadtcpv {
  background: var(--accent); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.zadtcpv:hover { opacity: 0.88; }
.rjfnci5 .h7yk { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.rjfnci5 .bx5m8t { color: #e2e8f0; }
.rjfnci5.yubrxzip .ttca8 { text-align: center; }
.yiesnj0j .h7yk { color: var(--text-primary); text-shadow: none; }
.yiesnj0j .bx5m8t { color: var(--text-muted); }
.yiesnj0j .zadtcpv { margin-top: 16px; }
.yiesnj0j, .yiesnj0j.pokcf09 { min-height: auto !important; }
.yiesnj0j.yubrxzip .ttca8 { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.zt103j7v .h7yk { color: #fff; }
.zt103j7v .bx5m8t { color: rgba(255,255,255,0.85); }
.zt103j7v .zadtcpv { background: #fff; color: var(--accent); }
.zt103j7v .zadtcpv:hover { opacity: 0.92; }
.damilvm .kgf8fcl { position: relative; overflow: hidden; }
.damilvm .kgf8fcl::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.brbr .kgf8fcl {
  animation: hg-breathe 7s ease-in-out infinite;
}
.uyqrlly .kgf8fcl { position: relative; overflow: hidden; }
.uyqrlly .kgf8fcl::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;
}
.haf7 .kgf8fcl { position: relative; overflow: hidden; }
.haf7 .kgf8fcl::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.bzhc .kgf8fcl {
  animation: hg-fadein 1.2s ease-out both;
}
.kgf8fcl {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.hpcnn2l {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.tpb1h68 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.sxmu {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.kgf8fcl .h7yk { text-shadow: none; color: var(--accent-pale); }
.kgf8fcl .bx5m8t { color: var(--text-muted); }
.kgf8fcl.yubrxzip .hpcnn2l { align-items: center; text-align: center; }
.kgf8fcl.qudi9h3o   .hpcnn2l { align-items: flex-start; text-align: left; }
.khy6n3 .tpb1h68 { position: relative; }
.khy6n3 .tpb1h68::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.khy6n3.s2emsh5h .tpb1h68::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.a9z5 .tpb1h68 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.a9z5 .sxmu {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.a9z5.s2emsh5h .tpb1h68 { padding: 32px 0 32px 32px; }
.hl0tda .tpb1h68 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.hl0tda .sxmu {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.s2emsh5h .hpcnn2l {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.hl0tda.s2emsh5h .tpb1h68 { padding: 40px 16px 40px 48px; }
.czfsppe7 .tpb1h68 { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .kgf8fcl { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .kgf8fcl .tpb1h68 { display: none !important; }
  .czfsppe7 .tpb1h68 { display: none !important; }
  .nn7on .shve { display: none !important; }
  .vte4rits .zf8t3m { display: none !important; }
  .hpcnn2l  { padding: 36px 24px; }
  .kgf8fcl~.e2vja,.s2emsh5h~.e2vja{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .pokcf09, .kgf8fcl { min-height: 320px !important; }
  
  .h7yk { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .nna7 { display: none !important; }
  
  .va0bir { flex-direction: column; align-items: center; }
  .uaeu { width: 100%; max-width: 340px; }
}
.xsz0 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ck6ke { width: 100%; height: 300px; object-fit: cover; display: block; }
.thfd4be .xsz0        { border-radius: 16px; }
.thfd4be .ck6ke  { border-radius: 16px; }
.jpit .xsz0         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.jpit .ck6ke   { border-radius: 8px; }
.lh5prg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.vloiyiaa { width: 100%; padding: 32px 0; position: relative; }
.yy5xdk { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.sog89df .vloiyiaa:nth-child(even) { background: var(--bg-surface); }
.sog89df .vloiyiaa:nth-child(odd)  { background: var(--bg-page); }
.aodkwflc .vloiyiaa:nth-child(even) { background: var(--bg-card); }
.aodkwflc .vloiyiaa:nth-child(odd)  { background: var(--bg-page); }
.sog89df .vloiyiaa:nth-child(odd)  .yy5xdk { background: var(--bg-card); border-radius: 6px; }
.sog89df .vloiyiaa:nth-child(even) .yy5xdk { background: var(--bg-raised); border-radius: 6px; }
.aodkwflc .vloiyiaa:nth-child(odd)  .yy5xdk { background: var(--bg-card); border-radius: 6px; }
.aodkwflc .vloiyiaa:nth-child(even) .yy5xdk { background: var(--bg-raised); border-radius: 6px; }
.sog89df .vloiyiaa:nth-child(even) .odsxvmu9 .b5nolpb,
.aodkwflc .vloiyiaa:nth-child(even) .odsxvmu9 .b5nolpb { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.sog89df .vloiyiaa:nth-child(odd) .odsxvmu9 .b5nolpb,
.aodkwflc .vloiyiaa:nth-child(odd) .odsxvmu9 .b5nolpb { background: var(--bg-card-inner); }
.sog89df .vloiyiaa:nth-child(even) .w8jz .b5nolpb:nth-child(odd),
.aodkwflc .vloiyiaa:nth-child(even) .w8jz .b5nolpb:nth-child(odd)  { background: var(--bg-card); }
.sog89df .vloiyiaa:nth-child(even) .w8jz .b5nolpb:nth-child(even),
.aodkwflc .vloiyiaa:nth-child(even) .w8jz .b5nolpb:nth-child(even) { background: var(--bg-card-inner); }
h1.q6wqnv3s { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.q6wqnv3s {
  font-size: 1.6rem; font-weight: 700; color: var(--accent-light);
  margin: 0 0 16px;
  
}
h3.mozv { font-size: 1.2rem; font-weight: 700; color: var(--accent-pale); margin: 0 0 10px; }
.khdhx h2.q6wqnv3s {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.alyk0k5 h2.q6wqnv3s {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.cy19k h2.q6wqnv3s {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.ltwz3iz h2.q6wqnv3s::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jzg8 h2.q6wqnv3s {
  color: var(--text-primary); font-size: 1.7rem;
}
.f9z0a8t5 h2.q6wqnv3s::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.kp6cp h2.q6wqnv3s {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.soktp7 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .soktp7 { display: none; } }
.zf7tqo { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.mqb06t6 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.r6l9hxg {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.m84ym4x4 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.bbd24 { padding-left: 20px; }
.bbd24 li { margin-bottom: 6px; }
.bbd24 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.bbd24 a:hover { color: var(--accent-light); }
.axlv .m84ym4x4 { display: none; }
.bkyx22 .m84ym4x4 { display: none; }
.bkyx22 .bbd24 { padding-left: 0; list-style: none; }
.bkyx22 .bbd24 li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.bkyx22 .bbd24 a { font-size: 0.92rem; }
.d9tt .r6l9hxg { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.d9tt .m84ym4x4 { display: none; }
.d9tt .bbd24 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.d9tt .bbd24 li { margin-bottom: 0; }
.d9tt .bbd24 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;
}
.d9tt .bbd24 a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.yqb41 .r6l9hxg { padding: 20px 20px 16px; }
.yqb41 .bbd24 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.yqb41 .bbd24 li { counter-increment: toc-c; margin-bottom: 0; }
.yqb41 .bbd24 a {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-card); border-radius: 8px;
  padding: 9px 12px; border: 1px solid var(--border);
  font-size: 0.88rem; color: var(--text-muted);
}
.yqb41 .bbd24 a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700;
}
.yqb41 .bbd24 a:hover { color: var(--accent-light); border-color: var(--accent); }
.zz0xbkul .r6l9hxg { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.zz0xbkul .m84ym4x4 { display: none; }
.zz0xbkul .bbd24 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.zz0xbkul .bbd24 li { margin-bottom: 0; }
.zz0xbkul .bbd24 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.zz0xbkul .bbd24 li:last-child::after { content: ""; margin-right: 0; }
.zz0xbkul .bbd24 a { font-size: 0.9rem; }
.b5nolpb { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.odsxvmu9 .b5nolpb { background: var(--bg-card); }
.w8jz .b5nolpb:nth-child(odd)  { background: var(--bg-card); }
.w8jz .b5nolpb:nth-child(even) { background: var(--bg-raised); }
.v6ff .b5nolpb {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.v6ff .b5nolpb:last-child { border-bottom: none; }
.v6ff h3.mozv { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.qpcs .b5nolpb {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.qpcs .b5nolpb + .b5nolpb { margin-top: 4px; }
.wdt6xj .b5nolpb { background: none; border-radius: 0; padding: 12px 0; }
.wdt6xj .b5nolpb + .b5nolpb { border-top: 1px solid var(--border-section); }
.j392f0 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.n61vx { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.gedbg4u { color: var(--text-body); margin-bottom: 10px; }
.h8n3wm, .zmcl2h0n { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.h8n3wm li, .zmcl2h0n li { margin-bottom: 6px; }
.zmcl2h0n li { list-style: decimal; }
.m8k6af39     .h8n3wm { list-style-type: "● "; }
.or7w10yo  .h8n3wm { list-style-type: "■ "; }
.uzfm5zr .h8n3wm { list-style-type: "◆ "; }
.flvlzalo    .h8n3wm { list-style-type: "★ "; }
.m8k6af39    .h8n3wm li::marker, .m8k6af39    .wesmt li::marker,
.or7w10yo .h8n3wm li::marker, .or7w10yo .wesmt li::marker,
.uzfm5zr .h8n3wm li::marker, .uzfm5zr .wesmt li::marker,
.flvlzalo   .h8n3wm li::marker, .flvlzalo   .wesmt li::marker {
  color: var(--accent); font-size: 0.8em;
}
.m8k6af39 .zmcl2h0n,
.or7w10yo .zmcl2h0n,
.uzfm5zr .zmcl2h0n,
.flvlzalo .zmcl2h0n {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.m8k6af39 .zmcl2h0n li,
.or7w10yo .zmcl2h0n li,
.uzfm5zr .zmcl2h0n li,
.flvlzalo .zmcl2h0n li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.m8k6af39 .zmcl2h0n li::before,
.or7w10yo .zmcl2h0n li::before,
.uzfm5zr .zmcl2h0n li::before,
.flvlzalo .zmcl2h0n 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;
}
.m8k6af39     .zmcl2h0n li::before { border-radius: 50%; }
.or7w10yo  .zmcl2h0n li::before { border-radius: 3px; }
.uzfm5zr .zmcl2h0n li::before { border-radius: 3px; }
.flvlzalo    .zmcl2h0n li::before { border-radius: 50%; }
.ly6zd3kn { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.n28use .ly6zd3kn,
.e0xvcpo .ly6zd3kn { background: transparent; border: none; border-radius: 0; }
.l8ladxs1 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.l8ladxs1 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.l8ladxs1 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.l8ladxs1 tr:hover td { background: var(--bg-hover); }
.qxc1q2pd .l8ladxs1 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.zqbzx558 .l8ladxs1 { border: 1px solid var(--border-alt); }
.zqbzx558 .l8ladxs1 th,
.zqbzx558 .l8ladxs1 td { border: 1px solid var(--border-alt); }
.nx5li8d .l8ladxs1 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.nx5li8d .l8ladxs1 td { border-bottom: none; }
.nx5li8d .l8ladxs1 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.h3vu .l8ladxs1 th {
  background: var(--accent); color: #fff; letter-spacing: 0.03em;
}
.dt8m5a .ly6zd3kn {
  overflow: hidden;
}
.dt8m5a .l8ladxs1 th { border-bottom: 1px solid var(--border-alt); }
.dt8m5a .l8ladxs1 tr:last-child td { border-bottom: none; }
[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%}
.u2bazw .e4ab91d {
  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);
}
.npwan5 .sa88g7nk { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.npwan5 .fwobzg { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.egtr1mw { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.il3m  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.ol6l49g6 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.wcl5glv { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.egtr1mw strong { color: var(--text-primary); font-size: 0.95rem; }
.egtr1mw p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.oh2l { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.y0fovb, .vziebt1 { border-radius: 8px; padding: 14px; }
.y0fovb { background: var(--bg-pros); }
.vziebt1 { background: var(--bg-cons); }
.sber04fm { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.y0fovb .sber04fm { color: var(--c-pros-label); }
.vziebt1 .sber04fm { color: #f87171; }
.y0fovb ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.vziebt1 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ck6ke { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; display: block; }
.r04uf {
  background: var(--accent); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.r04uf:hover { opacity: 0.85; }
.yncsjto .r04uf  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.yncsjto .r04uf:hover  { background: var(--accent); color: #fff; opacity: 1; }
.dwn4y7 .r04uf  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.dwn4y7 .r04uf:hover  { background: var(--accent); color: #fff; opacity: 1; }
.t0eht .zadtcpv { border-radius: 50px; }
.t0eht .r04uf  { border-radius: 50px; }
.fexgsjct .zadtcpv { padding-left: 22px; padding-right: 22px; }
.fexgsjct .r04uf  { padding-left: 12px; padding-right: 12px; }
.di5wl .zadtcpv { padding-left: 44px; padding-right: 44px; }
.di5wl .r04uf  { padding-left: 24px; padding-right: 24px; }
.kg8d .zadtcpv { padding-left: 56px; padding-right: 56px; }
.kg8d .r04uf  { padding-left: 32px; padding-right: 32px; }
.fm8po0oh   .zadtcpv::after, .fm8po0oh   .r04uf::after,
.ijtmd .zadtcpv::after, .ijtmd .r04uf::after,
.rlohnyx    .zadtcpv::after, .rlohnyx    .r04uf::after,
.jyz5yj3    .zadtcpv::after, .jyz5yj3    .r04uf::after,
.awirg1    .zadtcpv::after, .awirg1    .r04uf::after,
.fun3     .zadtcpv::after, .fun3     .r04uf::after,
.hc59a    .zadtcpv::after, .hc59a    .r04uf::after,
.go3st   .zadtcpv::after, .go3st   .r04uf::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;
}
.fm8po0oh .zadtcpv::after, .fm8po0oh .r04uf::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");
}
.ijtmd .zadtcpv::after, .ijtmd .r04uf::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");
}
.rlohnyx .zadtcpv::after, .rlohnyx .r04uf::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");
}
.jyz5yj3 .zadtcpv::after, .jyz5yj3 .r04uf::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");
}
.awirg1 .zadtcpv::after, .awirg1 .r04uf::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");
}
.fun3 .zadtcpv::after, .fun3 .r04uf::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");
}
.hc59a .zadtcpv::after, .hc59a .r04uf::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");
}
.go3st .zadtcpv::after, .go3st .r04uf::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");
}
.y2b3j8b   .lh02::after, .y2b3j8b   .y1ije::after,
.u2ki .lh02::after, .u2ki .y1ije::after,
.nrda62i0    .lh02::after, .nrda62i0    .y1ije::after,
.mqbmarot    .lh02::after, .mqbmarot    .y1ije::after,
.wks8c6    .lh02::after, .wks8c6    .y1ije::after,
.hq9fw9ts     .lh02::after, .hq9fw9ts     .y1ije::after,
.c8s58rpx    .lh02::after, .c8s58rpx    .y1ije::after,
.gjwq9   .lh02::after, .gjwq9   .y1ije::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;
}
.y2b3j8b .lh02::after, .y2b3j8b .y1ije::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");
}
.u2ki .lh02::after, .u2ki .y1ije::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");
}
.nrda62i0 .lh02::after, .nrda62i0 .y1ije::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");
}
.mqbmarot .lh02::after, .mqbmarot .y1ije::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");
}
.wks8c6 .lh02::after, .wks8c6 .y1ije::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");
}
.hq9fw9ts .lh02::after, .hq9fw9ts .y1ije::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");
}
.c8s58rpx .lh02::after, .c8s58rpx .y1ije::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");
}
.gjwq9 .lh02::after, .gjwq9 .y1ije::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");
}
.pv7bn { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }
.ncz1a {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 10px 16px;
  display: flex; flex-direction: row; align-items: center; gap: 14px;
  transition: background .15s;
}
.ncz1a > [itemprop="item"] { display: contents; }
.ncz1a:hover { background: var(--bg-hover); }
.k2pw {
  background: var(--accent-bg);
  border-radius: 8px; padding: 4px 8px;
  display: flex; align-items: center; justify-content: center;
  min-width: 56px; height: 42px; flex-shrink: 1;
}
.k1eq .k2pw { background: #1a1a1a; }
.gngzdl .k2pw { background: rgba(128,128,128,.12); }
.nj6l .k2pw { background: var(--bg-raised); }
.cectg .k2pw { background: transparent; padding: 0; }
.qsav { max-height: 34px; max-width: 80px; object-fit: contain; }
.lqui4o { display: flex; align-items: center; gap: 12px; flex-shrink: 1; min-width: 0; }
.h5nztr8 { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.b3ihwqfj { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.jkbwo4on { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.spgu9 { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.o8sqamy { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.v03j8m { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.v03j8m.r04uf { padding-left: 16px !important; padding-right: 16px !important; }
@media (max-width: 720px) {
  .pv7bn { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .pv7bn .ncz1a { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .pv7bn .lqui4o { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .pv7bn .k2pw { width: 100%; min-width: unset; height: 52px; }
  .pv7bn .qsav { max-height: 40px; max-width: 110px; }
  .pv7bn .h5nztr8 { min-width: unset; text-align: center; white-space: normal; }
  .pv7bn .jkbwo4on { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .pv7bn .v03j8m { width: 100%; text-align: center; margin-left: 0; }
  .w05k .ncz1a { row-gap: 8px !important; gap: 8px !important; }
}
.dqna6hi8 {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.tx8r6g {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.ogf2r9bl {
  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;
}
.ogf2r9bl img { max-width: 80px; max-height: 50px; object-fit: contain; }
.k6pd49c0 { flex: 1; }
.k6pd49c0 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.a1oobtd { color: var(--c-stars); font-size: 1.1rem; }
.pkqr { margin-bottom: 8px; }
.m2us { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.bonm09::before   { content: "★ "; color: var(--accent); }
.nnmjxmmq { flex-shrink: 0; }
.x2ml img.me0qg { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.n28use { padding: 20px 24px; }
.ic8bzrqa { color: var(--text-muted); margin-bottom: 16px; }
.b9gp2x { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.a33ch, .vly6 { list-style: none; font-size: 0.9rem; }
.a33ch li { color: var(--c-pros); margin-bottom: 4px; }
.vly6 li { color: var(--c-cons); margin-bottom: 4px; }
.a33ch li::before { content: "✓"; margin-right: 5px; }
.vly6 li::before { content: "✗"; margin-right: 5px; }
.mks1ol .a33ch li::before { content: "→"; }
.mks1ol .vly6 li::before { content: "–"; }
.pbnm38  .a33ch li::before { content: "★"; }
.pbnm38  .vly6 li::before { content: "✕"; }
.pzqgmxvi    .a33ch li::before { content: "◆"; }
.pzqgmxvi    .vly6 li::before { content: "▲"; }
.da4j4y  .a33ch li::before { content: "▶"; }
.da4j4y  .vly6 li::before { content: "■"; }
.gb1yk7 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.z4gr2 { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.vrwbvksv { background: var(--bg-pros); color: var(--c-tag-pay); }
.nabg07 { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.amvfptt .nabg07 { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.qhasadl .nabg07 { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .km7t36dp .pydx5czj {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .km7t36dp .dqna6hi8 { margin: 0; }
}
.klfk .tx8r6g { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.klfk .k6pd49c0 h3 { color: var(--accent-light); }
.klfk .ogf2r9bl { background: var(--bg-page); border: 1px solid var(--border); }
.y3ukx6f .dqna6hi8 { border-top: 4px solid var(--accent); }
.y3ukx6f .tx8r6g { background: var(--bg-card); }
.dy3fk35 .dqna6hi8 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.dy3fk35 .tx8r6g { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.dy3fk35 .n28use { padding: 14px 16px; }
.dy3fk35 .ogf2r9bl { border-radius: 4px; }
.dy3fk35 .nabg07 { border-radius: 0; }
.fztwosr .tx8r6g { padding: 0; gap: 0; overflow: hidden; }
.fztwosr .ogf2r9bl { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.fztwosr .k6pd49c0 { padding: 16px 20px; }
.fztwosr .nnmjxmmq { padding: 16px 20px; align-self: center; }
.wd1n .a1oobtd { font-size: .95rem; }
.e0xvcpo .oh2l { gap: 10px; }
.e0xvcpo .y0fovb, .e0xvcpo .vziebt1 { padding: 12px; }
.e0xvcpo .y0fovb ul, .e0xvcpo .vziebt1 ul { margin: 4px 0 0; padding-left: 18px; }
.e0xvcpo .y0fovb li, .e0xvcpo .vziebt1 li { font-size: .85rem; margin-bottom: 3px; }
.ua71p4 .z4gr2 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .s7awv2 { grid-template-columns: 1fr; }
  .nfvh { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .nfvh .qwfl3 { width: 72px; height: 50px; }
  .nfvh .obp6 { max-width: 180px; }
  .nfvh .f4xjc9t { width: auto; }
}
.tql3mu2 .wd1n .a1oobtd { filter: brightness(1.2); }
@media (max-width: 720px) {
  .tql3mu2 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .i9ug { padding: 16px; }
  .yyoca .nrnj { min-width: 50%; }
}
.o6t9ojr .oh2l { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fxzcx28r { grid-template-columns: 1fr; }
  .jjooifa { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vpgt08a { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .t3cfwll { flex-wrap: wrap; padding: 16px; }
}
.tn68 .oh2l { gap: 8px; }
.tn68 .y0fovb, .tn68 .vziebt1 { padding: 8px; }
@media (max-width: 480px) {
  .w0ij { flex-direction: column; align-items: stretch; }
}
.p4c4d2 .f4xjc9t .r04uf { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .so98m { flex-direction: column; align-items: stretch; gap: 10px; }
  .p4c4d2 .f4xjc9t { text-align: center; }
}
@media (max-width: 720px) {
  .umbrcoi { grid-template-columns: 1fr; }
  .yx2t { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .n26v4 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.wuxpo .cubak { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.bxpc7 .a1oobtd { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .uooa7ooj { grid-template-columns: 1fr; }
  .bxpc7 { width: 100px; height: 100px; margin: 16px auto; }
  .wuxpo { font-size: 1.4rem; }
  .hsjz { justify-content: center; }
  .ylsbl .nrnj { min-width: 50%; }
}
.hlv8v1q .oh2l { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .wrhm1f4a { flex-wrap: wrap; padding: 14px 16px; }
  .kzbymk61 { padding: 12px 16px; }
  .hlv8v1q .oh2l { margin: 0 16px; }
  .hlv8v1q .ua71p4 { padding: 0 16px; }
  .cpaqo { padding: 12px 16px; }
}
.jhh2lcv .pv7bn {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px;
}
.jhh2lcv .pv7bn .ncz1a:only-child {
  grid-column: 1 / -1; flex-direction: row; align-items: center; padding: 18px 24px; gap: 16px;
}
.jhh2lcv .pv7bn .ncz1a:only-child .lqui4o { flex-direction: row; width: auto; }
.jhh2lcv .pv7bn .ncz1a:only-child .k2pw { width: 72px; height: 52px; min-width: 72px; }
.jhh2lcv .pv7bn .ncz1a:only-child .h5nztr8 { text-align: left; }
.jhh2lcv .pv7bn .ncz1a:only-child .jkbwo4on { flex-direction: row; width: auto; border-top: none; padding-top: 0; }
.jhh2lcv .pv7bn .ncz1a:only-child .v03j8m { width: auto; }
.jhh2lcv .pv7bn .ncz1a {
  flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px;
}
.jhh2lcv .pv7bn .lqui4o { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
.jhh2lcv .pv7bn .k2pw { width: 100%; min-width: unset; height: 52px; }
.jhh2lcv .pv7bn .h5nztr8 { min-width: unset; text-align: center; white-space: normal; }
.jhh2lcv .pv7bn .jkbwo4on {
  flex-direction: row; justify-content: space-between;
  width: 100%; border-top: 1px solid var(--border); padding-top: 5px;
}
.jhh2lcv .pv7bn .v03j8m { width: 100%; text-align: center; margin-left: 0; }
@media (max-width: 640px) {
  .jhh2lcv .pv7bn .ncz1a:only-child { flex-direction: column; align-items: center; gap: 10px; padding: 16px; }
  .jhh2lcv .pv7bn .ncz1a:only-child .lqui4o { flex-direction: column; width: 100%; align-items: center; }
  .jhh2lcv .pv7bn .ncz1a:only-child .jkbwo4on { flex-direction: column; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; }
  .jhh2lcv .pv7bn .ncz1a:only-child .v03j8m { width: 100%; }
}
.jhh2lcv .tx8r6g { gap: 14px; }
.prl3 .spgu9 {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.prl3 .o8sqamy {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.prl3 .b3ihwqfj { color: var(--accent); }
.prl3 .tx8r6g { background: var(--accent-bg); }
.prl3 .bonm09, .prl3 .d1f2g4zz, .prl3 .sqv6u {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.y7bj .jkbwo4on { flex-direction: column; align-items: flex-start; gap: 2px; padding-top: 6px; }
.y7bj .spgu9 {
  font-size: 0.67rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--text-muted); line-height: 1;
}
.y7bj .o8sqamy {
  font-weight: 700; font-size: 0.85rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 2px 10px; display: inline-block;
}
.y7bj .b3ihwqfj { color: var(--accent); }
.y7bj .tx8r6g { border-bottom: 2px solid var(--accent-bg); }
.y7bj .bonm09, .y7bj .d1f2g4zz, .y7bj .sqv6u {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.zy4j6m .ncz1a { border-top: 3px solid var(--accent); }
.zy4j6m .dqna6hi8 { overflow: hidden; }
.zy4j6m .tx8r6g { background: var(--accent-bg); }
.i9u3j9jx .ncz1a { padding: 8px 14px; gap: 12px; }
.i9u3j9jx .k2pw { height: 32px; min-width: 52px; }
.i9u3j9jx .qsav { max-height: 24px; }
.i9u3j9jx .h5nztr8 { font-size: 0.82rem; }
.i9u3j9jx .tx8r6g { padding: 14px 18px; gap: 14px; }
.i9u3j9jx .n28use { padding: 14px 18px; }
.i9u3j9jx .ogf2r9bl { width: 70px; }
.i9u3j9jx .k6pd49c0 h3 { font-size: 1.05rem; }
.lggcl .pv7bn { gap: 0; }
.lggcl .ncz1a {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.lggcl .ncz1a:last-child { border-bottom: none; }
.lggcl .ncz1a:nth-child(odd) { background: var(--accent-bg); }
.lggcl .ncz1a:nth-child(odd):hover { background: var(--bg-hover); }
.w05k .pv7bn {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.w05k .ncz1a {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.w05k .ncz1a:last-child { border-bottom: none; }
.w05k .b3ihwqfj,
.w05k .niph,
.w05k .j36qao { border-left: 1px solid var(--border); padding-left: 10px; }
.w05k .h5nztr8 { padding: 0 10px; }
.toz0p4xu .lqui4o { flex-direction: column; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.toz0p4xu .h5nztr8 { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.toz0p4xu .k2pw { min-width: 80px; height: 52px; }
.toz0p4xu .qsav { max-height: 42px; max-width: 100px; }
.e0y7 .lqui4o { flex-direction: column-reverse; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.e0y7 .h5nztr8 { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.e0y7 .k2pw { min-width: 80px; height: 52px; }
.e0y7 .qsav { max-height: 42px; max-width: 100px; }
.l3eu4c .pv7bn { gap: 12px; }
.l3eu4c .ncz1a {
  padding: 18px 24px; gap: 20px; border-radius: 12px;
  min-height: 80px;
}
.l3eu4c .k2pw {
  min-width: 90px; height: 64px; padding: 6px 12px; border-radius: 10px;
}
.l3eu4c .qsav { max-height: 52px; max-width: 120px; }
.l3eu4c .h5nztr8 { font-size: 1rem; }
.l3eu4c .jkbwo4on { font-size: .85rem; }
.l3eu4c .o8sqamy { font-size: .9rem; }
.l3eu4c .v03j8m.r04uf { padding: 10px 24px !important; font-size: .9rem; }
.m70pm .pv7bn { gap: 16px; }
.m70pm .ncz1a {
  padding: 24px 28px; gap: 24px; border-radius: 14px;
  min-height: 100px; border-width: 2px;
}
.m70pm .k2pw {
  min-width: 110px; height: 80px; padding: 8px 14px; border-radius: 12px;
  background: var(--bg-raised);
}
.m70pm .qsav { max-height: 64px; max-width: 140px; }
.m70pm .h5nztr8 { font-size: 1.1rem; font-weight: 800; }
.m70pm .b3ihwqfj { font-size: .95rem; letter-spacing: 2px; }
.m70pm .jkbwo4on { font-size: .9rem; }
.m70pm .o8sqamy { font-size: .95rem; font-weight: 700; }
.m70pm .spgu9 { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.m70pm .v03j8m.r04uf { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }
@media (max-width: 720px) {
  .jhh2lcv .pv7bn,
  .i9u3j9jx .pv7bn {
    grid-template-columns: 1fr 1fr;
  }
  .jhh2lcv .pv7bn .ncz1a:only-child,
  .i9u3j9jx .pv7bn .ncz1a:only-child {
    grid-column: 1 / -1;
  }
  .i9u3j9jx .pv7bn .ncz1a:only-child .k2pw {
    height: 48px; min-width: 80px;
  }
  .i9u3j9jx .pv7bn .ncz1a:only-child .qsav {
    max-height: 40px;
  }
}
.l3ccgh0 .niph { flex: 1.8; }
.l3ccgh0 .niph .o8sqamy {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.l3ccgh0 .niph .spgu9 { font-weight: 700; color: var(--text-primary); }
.i459 { display: none; }
.a30ps9b .b3ihwqfj { display: none; }
.bna35 .b3ihwqfj { font-size: 1rem; letter-spacing: 2px; }
.d3gi .b3ihwqfj {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--accent); font-weight: 700; letter-spacing: .5px;
}
.gr6772 .b3ihwqfj,
.mdnp .b3ihwqfj,
.y2rp .b3ihwqfj { display: none; }
.gr6772 .i459,
.mdnp .i459,
.y2rp .i459 { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.gr6772 .i459 { font-size: 1.4rem; font-weight: 900; color: var(--accent); }
.gr6772 .i459 small { display: none; }
.mdnp .i459 {
  font-size: 0.85rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 2px 10px; gap: 0;
}
.mdnp .i459 small { font-size: 1em; font-weight: 600; color: var(--accent); opacity: 0.65; }
.y2rp .i459 {
  font-size: 1rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 3px 9px; gap: 0;
}
.y2rp .i459 small { display: none; }
.gr6772 .pkqr .a1oobtd,
.mdnp .pkqr .a1oobtd,
.y2rp .pkqr .a1oobtd { display: none; }
.gr6772 .pkqr strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.gr6772 .cubak { display: none; }
.mdnp .pkqr strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.mdnp .jud9,
.mdnp .cubak { font-size: 1em; }
.y2rp .pkqr strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.y2rp .cubak { display: none; }
.vloiyiaa { margin-bottom: 0; }
.owr5habs h2.q6wqnv3s { color: var(--accent-light); border-color: var(--accent); }
.j1gi h2.q6wqnv3s { color: var(--accent-light); border-color: var(--accent); }
.qcgo .il3m     { background: #052e16; border-color: #10b981; }
.qcgo .ol6l49g6 { background: #2d0a1e; border-color: #f43f5e; }
.qcgo .egtr1mw strong  { color: #f1f5f9; }
.qcgo .egtr1mw p       { color: #cbd5e1; }
.qcgo .e98fsr5    .il3m     .wcl5glv::before,
.qcgo .usof  .il3m     .wcl5glv::before,
.qcgo .kwoh35  .il3m     .wcl5glv::before,
.qcgo .mg21 .il3m     .wcl5glv::before { color: #10b981; }
.qcgo .e98fsr5    .ol6l49g6 .wcl5glv::before,
.qcgo .usof  .ol6l49g6 .wcl5glv::before,
.qcgo .kwoh35  .ol6l49g6 .wcl5glv::before,
.qcgo .mg21 .ol6l49g6 .wcl5glv::before { color: #f43f5e; }
.qcgo .e98fsr5    .lr0ka42    .wcl5glv::before,
.qcgo .usof  .lr0ka42    .wcl5glv::before,
.qcgo .kwoh35  .lr0ka42    .wcl5glv::before,
.qcgo .mg21 .lr0ka42    .wcl5glv::before { color: #a855f7; }
.a0uhwwve .il3m     { background: #2d2000; border-color: #eab308; }
.a0uhwwve .ol6l49g6 { background: #2d0b0b; border-color: #ef4444; }
.a0uhwwve .egtr1mw strong  { color: #f1f5f9; }
.a0uhwwve .egtr1mw p       { color: #cbd5e1; }
.a0uhwwve .e98fsr5    .il3m     .wcl5glv::before,
.a0uhwwve .usof  .il3m     .wcl5glv::before,
.a0uhwwve .kwoh35  .il3m     .wcl5glv::before,
.a0uhwwve .mg21 .il3m     .wcl5glv::before { color: #eab308; }
.a0uhwwve .e98fsr5    .ol6l49g6 .wcl5glv::before,
.a0uhwwve .usof  .ol6l49g6 .wcl5glv::before,
.a0uhwwve .kwoh35  .ol6l49g6 .wcl5glv::before,
.a0uhwwve .mg21 .ol6l49g6 .wcl5glv::before { color: #ef4444; }
.a0uhwwve .e98fsr5    .lr0ka42    .wcl5glv::before,
.a0uhwwve .usof  .lr0ka42    .wcl5glv::before,
.a0uhwwve .kwoh35  .lr0ka42    .wcl5glv::before,
.a0uhwwve .mg21 .lr0ka42    .wcl5glv::before { color: #f97316; }
.zvptpz2 .il3m     { background: #0c1a2e; border-color: #38bdf8; }
.zvptpz2 .ol6l49g6 { background: #12103a; border-color: #818cf8; }
.zvptpz2 .egtr1mw strong  { color: #f1f5f9; }
.zvptpz2 .egtr1mw p       { color: #cbd5e1; }
.zvptpz2 .e98fsr5    .il3m     .wcl5glv::before,
.zvptpz2 .usof  .il3m     .wcl5glv::before,
.zvptpz2 .kwoh35  .il3m     .wcl5glv::before,
.zvptpz2 .mg21 .il3m     .wcl5glv::before { color: #38bdf8; }
.zvptpz2 .e98fsr5    .ol6l49g6 .wcl5glv::before,
.zvptpz2 .usof  .ol6l49g6 .wcl5glv::before,
.zvptpz2 .kwoh35  .ol6l49g6 .wcl5glv::before,
.zvptpz2 .mg21 .ol6l49g6 .wcl5glv::before { color: #818cf8; }
.zvptpz2 .e98fsr5    .lr0ka42    .wcl5glv::before,
.zvptpz2 .usof  .lr0ka42    .wcl5glv::before,
.zvptpz2 .kwoh35  .lr0ka42    .wcl5glv::before,
.zvptpz2 .mg21 .lr0ka42    .wcl5glv::before { color: #2dd4bf; }
.zf6y96yn .il3m     { background: var(--accent-bg); border-color: var(--accent); }
.zf6y96yn .ol6l49g6 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.zf6y96yn .e98fsr5    .wcl5glv::before,
.zf6y96yn .usof  .wcl5glv::before,
.zf6y96yn .kwoh35  .wcl5glv::before,
.zf6y96yn .mg21 .wcl5glv::before { color: var(--accent-light) !important; }
.r4hqwefz::before,
.dv4r::before { margin-right: 5px; }
.q6c4itke .y0fovb ul li,
.q6c4itke .a33ch li         { color: #4ade80; }
.q6c4itke .y0fovb .r4hqwefz { color: #22c55e; }
.q6c4itke .vziebt1 ul li,
.q6c4itke .vly6 li         { color: #f87171; }
.q6c4itke .vziebt1 .dv4r { color: #ef4444; }
.emp1 .y0fovb { background: #0c1a2e; }
.emp1 .vziebt1 { background: #2d1f00; }
.emp1 .y0fovb .r4hqwefz { color: #93c5fd; }
.emp1 .vziebt1 .dv4r { color: #fcd34d; }
.emp1 .y0fovb ul li,
.emp1 .a33ch li            { color: #bfdbfe; }
.emp1 .vziebt1 ul li,
.emp1 .vly6 li            { color: #fde68a; }
.bvx3km6 .y0fovb { background: var(--accent-bg); }
.bvx3km6 .vziebt1 { background: var(--accent-bg-light); }
.bvx3km6 .y0fovb .r4hqwefz { color: var(--accent-pale); }
.bvx3km6 .vziebt1 .dv4r { color: var(--accent-light); }
.bvx3km6 .y0fovb ul li,
.bvx3km6 .a33ch li          { color: var(--text-body); }
.bvx3km6 .vziebt1 ul li,
.bvx3km6 .vly6 li          { color: var(--text-body); }
.d4qu34ie .r4hqwefz::before { content: "✓ "; }
.d4qu34ie .dv4r::before { content: "✗ "; }
.mks1ol .r4hqwefz::before { content: "→ "; }
.mks1ol .dv4r::before { content: "← "; }
.pbnm38 .r4hqwefz::before { content: "★ "; }
.pbnm38 .dv4r::before { content: "✕ "; }
.pzqgmxvi .r4hqwefz::before { content: "◆ "; }
.pzqgmxvi .dv4r::before { content: "▲ "; }
.qhasadl .egtr1mw { background: transparent; border-left: none; border: 1.5px solid; }
.qhasadl .il3m     { border-color: var(--c-tip-border); }
.qhasadl .ol6l49g6 { border-color: var(--c-warn-border); }
.qhasadl .egtr1mw strong { color: var(--text-primary); }
.qhasadl .egtr1mw p      { color: var(--text-muted); }
.amvfptt .egtr1mw { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.amvfptt .il3m     { border-top-color: var(--c-tip-border); }
.amvfptt .ol6l49g6 { border-top-color: var(--c-warn-border); }
.bu9o3uhz .egtr1mw { border-left: none; border-radius: 8px; }
.bu9o3uhz .il3m     { background: #065f46; }
.bu9o3uhz .ol6l49g6 { background: #92400e; }
.bu9o3uhz .lr0ka42    { background: #1e3a8a; }
.bu9o3uhz .egtr1mw strong,
.bu9o3uhz .egtr1mw p { color: #fff; }
.bu9o3uhz .wcl5glv::before { color: rgba(255,255,255,0.85) !important; }
.qcgo.bu9o3uhz .il3m,
.qcgo .bu9o3uhz .il3m     { background: #052e16; }
.qcgo.bu9o3uhz .ol6l49g6,
.qcgo .bu9o3uhz .ol6l49g6 { background: #2d0a1e; }
.qcgo.bu9o3uhz .lr0ka42,
.qcgo .bu9o3uhz .lr0ka42    { background: #1e1036; }
.a0uhwwve.bu9o3uhz .il3m,
.a0uhwwve .bu9o3uhz .il3m      { background: #2d2000; }
.a0uhwwve.bu9o3uhz .ol6l49g6,
.a0uhwwve .bu9o3uhz .ol6l49g6  { background: #2d0b0b; }
.a0uhwwve.bu9o3uhz .lr0ka42,
.a0uhwwve .bu9o3uhz .lr0ka42     { background: #2d1600; }
.zvptpz2.bu9o3uhz .il3m,
.zvptpz2 .bu9o3uhz .il3m      { background: #0c1a2e; }
.zvptpz2.bu9o3uhz .ol6l49g6,
.zvptpz2 .bu9o3uhz .ol6l49g6  { background: #12103a; }
.zvptpz2.bu9o3uhz .lr0ka42,
.zvptpz2 .bu9o3uhz .lr0ka42     { background: #0a2020; }
.w1wg8 .egtr1mw { border-left: none; border-radius: 6px; padding: 10px 14px; }
.w1wg8 .il3m     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.w1wg8 .ol6l49g6 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.w1wg8 .egtr1mw strong { color: var(--text-primary); }
.w1wg8 .egtr1mw p      { color: var(--text-muted); }
.xe8vp82 .egtr1mw { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.e98fsr5 .wcl5glv,
.usof .wcl5glv,
.kwoh35 .wcl5glv,
.mg21 .wcl5glv { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.e98fsr5 .wcl5glv::before,
.usof .wcl5glv::before,
.kwoh35 .wcl5glv::before,
.mg21 .wcl5glv::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.e98fsr5 .il3m     .wcl5glv::before { content: "✦"; color: var(--c-tip-border); }
.e98fsr5 .ol6l49g6 .wcl5glv::before { content: "▲"; color: var(--c-warn-border); }
.e98fsr5 .lr0ka42    .wcl5glv::before { content: "◉"; color: #60a5fa; }
.usof .il3m     .wcl5glv::before { content: "★"; color: var(--c-tip-border); }
.usof .ol6l49g6 .wcl5glv::before { content: "◆"; color: var(--c-warn-border); }
.usof .lr0ka42    .wcl5glv::before { content: "●"; color: #60a5fa; }
.kwoh35 .il3m     .wcl5glv::before { content: "▶"; color: var(--c-tip-border); }
.kwoh35 .ol6l49g6 .wcl5glv::before { content: "■"; color: var(--c-warn-border); }
.kwoh35 .lr0ka42    .wcl5glv::before { content: "▸"; color: #60a5fa; }
.mg21 .il3m     .wcl5glv::before { content: "→"; color: var(--c-tip-border); }
.mg21 .ol6l49g6 .wcl5glv::before { content: "⬥"; color: var(--c-warn-border); }
.mg21 .lr0ka42    .wcl5glv::before { content: "◈"; color: #60a5fa; }
.tngdeurs .odsxvmu9 .b5nolpb,
.tngdeurs .w8jz .b5nolpb  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.tngdeurs .ncz1a                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.tngdeurs .dqna6hi8            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.tngdeurs .ly6zd3kn          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.tngdeurs .r6l9hxg                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.urt5 .odsxvmu9 .b5nolpb,
.urt5 .w8jz .b5nolpb,
.urt5 .sa88g7nk,
.urt5 .ncz1a,
.urt5 .dqna6hi8,
.urt5 .ly6zd3kn,
.urt5 .r6l9hxg,
.urt5 .xe8vp82 .egtr1mw { box-shadow: none; }
.lt5a   .gedbg4u, .lt5a .j392f0, .lt5a .n61vx,
.lt5a   .zf7tqo, .lt5a .mqb06t6 { font-size: 0.9rem; }
.lt5a   .h8n3wm, .lt5a .zmcl2h0n { font-size: 0.9rem; }
.h1ap   .gedbg4u, .h1ap .j392f0, .h1ap .n61vx,
.h1ap   .zf7tqo, .h1ap .mqb06t6 { font-size: 0.9rem; }
.h1ap   .h8n3wm, .h1ap .zmcl2h0n { font-size: 0.9rem; }
.rh1wp4   .gedbg4u, .rh1wp4 .j392f0, .rh1wp4 .n61vx,
.rh1wp4   .zf7tqo, .rh1wp4 .mqb06t6 { font-size: 1.08rem; }
.rh1wp4   .h8n3wm, .rh1wp4 .zmcl2h0n { font-size: 1.05rem; }
.rh1wp4   .l8ladxs1 { font-size: 0.97rem; }
.kki7ou .h7yk      { font-size: 3.2rem; }
.kki7ou h2.q6wqnv3s { font-size: 1.9rem; }
.kki7ou h3.mozv     { font-size: 1.4rem; }
.gfo3cmb .h7yk      { font-size: 3.8rem; }
.gfo3cmb h2.q6wqnv3s { font-size: 2.2rem; }
.gfo3cmb h3.mozv     { font-size: 1.6rem; }
.vloiyiaa + .vloiyiaa { position: relative; }
.xinf   .vloiyiaa + .vloiyiaa::before,
.shbfq  .vloiyiaa + .vloiyiaa::before,
.nb8vgrp1   .vloiyiaa + .vloiyiaa::before,
.zq91bxz0   .vloiyiaa + .vloiyiaa::before,
.awmilxda   .vloiyiaa + .vloiyiaa::before,
.m058kf03 .vloiyiaa + .vloiyiaa::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xinf .vloiyiaa + .vloiyiaa::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.shbfq .vloiyiaa + .vloiyiaa::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nb8vgrp1 .vloiyiaa + .vloiyiaa::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;
}
.zq91bxz0 .vloiyiaa + .vloiyiaa::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.d0gq7 .vloiyiaa { margin-bottom: 16px; }
.d0gq7 .vloiyiaa + .vloiyiaa { margin-top: 0; }
.d0gq7 .yy5xdk { padding-top: 0; padding-bottom: 0; }
.awmilxda .vloiyiaa + .vloiyiaa::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.m058kf03 .vloiyiaa + .vloiyiaa::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.bhj3h8 .vloiyiaa + .vloiyiaa::before,
.ybx6iofm .vloiyiaa + .vloiyiaa::before,
.wpqbhu .vloiyiaa + .vloiyiaa::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%;
}
.sog89df .bhj3h8 .vloiyiaa:nth-child(even)::before,
.sog89df .ybx6iofm .vloiyiaa:nth-child(even)::before,
.sog89df .wpqbhu .vloiyiaa:nth-child(even)::before { background: var(--bg-surface); }
.aodkwflc .bhj3h8 .vloiyiaa:nth-child(even)::before,
.aodkwflc .ybx6iofm .vloiyiaa:nth-child(even)::before,
.aodkwflc .wpqbhu .vloiyiaa:nth-child(even)::before { background: var(--bg-card); }
.bhj3h8 .vloiyiaa + .vloiyiaa::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");
}
.ybx6iofm .vloiyiaa + .vloiyiaa::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");
}
.wpqbhu .vloiyiaa + .vloiyiaa::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");
}
.rnn4640 .rjfnci5 { overflow: hidden; }
.rnn4640 .ttca8 { margin-bottom: 70px; }
.zfan .hpcnn2l,
.qxt67qs .hpcnn2l { padding-bottom: 60px; }
.rnn4640 .hpcnn2l { padding-bottom: 70px; }
.rnn4640 .rjfnci5::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%;
}
.rnn4640 .rjfnci5::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");
}
.qjr3mx  .rjfnci5:not(.zt103j7v) .to91i { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.cq3s .kgf8fcl { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kjvy1t .kgf8fcl { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.uh8pv .kgf8fcl { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qjr3mx .zt103j7v { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.qjr3mx .r1qvbx8z { background: linear-gradient(180deg, var(--accent), var(--accent-light)); }
.qjr3mx .kgf8fcl { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.yosh .kgf8fcl { background: var(--accent-bg); }
.veunci97 .xsz0 { float: left; width: 38%; margin: 0 28px 16px 0; }
.veunci97 .xsz0 .ck6ke { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.veunci97 .yy5xdk::after { content: ''; display: block; clear: both; }
.b8yw0s .xsz0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.b8yw0s .xsz0 .ck6ke { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.b8yw0s .yy5xdk::after { content: ''; display: block; clear: both; }
.vduhcv .vloiyiaa:nth-child(odd)  .xsz0 { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vduhcv .vloiyiaa:nth-child(even) .xsz0 { float: right; width: 38%; margin: 0 0 16px 28px; }
.vduhcv .xsz0 .ck6ke { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.vduhcv .yy5xdk::after { content: ''; display: block; clear: both; }
.veunci97 .pv7bn,
.b8yw0s .pv7bn,
.vduhcv .n8s5dk,
.vduhcv .pv7bn { clear: both; }
.veunci97 .h8n3wm,
.veunci97 .zmcl2h0n,
.b8yw0s .h8n3wm,
.b8yw0s .zmcl2h0n,
.vduhcv .h8n3wm,
.vduhcv .zmcl2h0n { overflow: hidden; }
@media (max-width: 640px) {
  .veunci97 .xsz0,
  .b8yw0s .xsz0,
  .vduhcv .xsz0 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.invs .lh5prg,
.invs .yy5xdk,
.invs .u2njr  { max-width: 1100px; }
.ge7hkb .lh5prg,
.ge7hkb .yy5xdk,
.ge7hkb .u2njr  { max-width: 1200px; }
.ge7hkb { --content-mw: 1200px; }
.neqi8c3 .lh5prg,
.neqi8c3 .yy5xdk,
.neqi8c3 .u2njr  { max-width: 1320px; }
.cv4gl { font-size: 0.82rem; color: var(--text-muted); }
.n0kmnqqg { display: flex; align-items: center; }
.idfn0nsp {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.r9ep { display: flex; align-items: center; }
.pzu76 { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.pzu76:hover { text-decoration: underline; }
.no7dy2l8 { margin: 0 3px; opacity: 0.45; }
.no7dy2l8::before { content: '/'; }
.o55avcp { padding: 2px 5px; color: var(--text-main); }
.vaebq .cv4gl {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.vaebq .n0kmnqqg { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.kpk7a .cv4gl {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.kpk7a .n0kmnqqg { padding: 0 0 0 12px; }
.fdahi0y .n0kmnqqg { padding: 0 16px; }
.fdahi0y .cv4gl {
  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);
}
.fdahi0y .lh5prg { padding-top: 28px; }
.invs.vaebq .n0kmnqqg { max-width: 1100px; }
.ge7hkb.vaebq .n0kmnqqg { max-width: 1200px; }
.neqi8c3.vaebq .n0kmnqqg { max-width: 1320px; }
.ge7hkb .ajpv5ngp { max-width: 1200px; }
.ehhq .vloiyiaa { padding-top: 16px; padding-bottom: 16px; }
.gcije .vloiyiaa { padding-top: 24px; padding-bottom: 24px; }
.jv0jl073 .vloiyiaa { padding-top: 40px; padding-bottom: 40px; }
.a92nwy .vloiyiaa { padding-top: 52px; padding-bottom: 52px; }
.fa8w .vloiyiaa:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.fa8w .vloiyiaa:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.fa8w .vloiyiaa:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.fa8w .vloiyiaa:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.j15vqxs .yy5xdk { padding-top: 10px;  padding-bottom: 10px; }
.n5ivfc .yy5xdk { padding-top: 18px;  padding-bottom: 18px; }
.xqo1yds .yy5xdk { padding-top: 36px;  padding-bottom: 36px; }
.kwhu12 .yy5xdk { padding-top: 48px;  padding-bottom: 48px; }
.h0ps6 h2.q6wqnv3s { font-weight: 600; }
.h0ps6 h3.mozv     { font-weight: 600; }
.n3kt h2.q6wqnv3s { font-weight: 800; }
.n3kt h3.mozv     { font-weight: 700; }
.bd6niw61 { font-weight: 600; }
.bd6niw61 h2.q6wqnv3s { font-weight: 900; }
.bd6niw61 h3.mozv     { font-weight: 800; }
.bd6niw61 .egtr1mw strong,
.bd6niw61 .egtr1mw strong { font-weight: 600; }
.lh02 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.cv5iy .lh02 { display: none; }
@media (max-width: 640px) { .lh02 { display: none; } }
.lh02 { background: var(--accent) !important; color: #fff !important; border: none !important; }
.lh02:hover { opacity: 0.85; }
.bai2 .lh02 { background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important; }
.cha70sk .lh02,
.uka8  .lh02 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.cha70sk .lh02:hover,
.uka8  .lh02:hover { opacity: 0.88; }
.bai2.cha70sk .lh02,
.bai2.uka8  .lh02 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.y1ije {
  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;
}
.y1ije:hover { transform: translateY(-2px); opacity: 0.92; }
.y1ije { background: var(--accent) !important; color: #fff !important; border: none !important; }
.huhoho7z .y1ije { display: none; }
.h3uvy .y1ije { right: 32px; }
.ajst10i3  .y1ije { left: 32px; }
@media (max-width: 480px) {
  .h3uvy .y1ije { right: 20px; bottom: 20px; }
  .ajst10i3  .y1ije { left: 20px; bottom: 20px; }
}
.u9n7 { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.u2njr { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.tal3m1 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.rpldr { color: var(--text-dim); font-size: 0.8rem; }
.z9vr a, .skuhtycj a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.z9vr a:hover, .skuhtycj a:hover { color: var(--accent-light); }
.skuhtycj { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.nbkux6 .u2njr { text-align: center; }
.nbkux6 .skuhtycj { justify-content: center; margin-bottom: 16px; }
.nbkux6 .tal3m1 { margin-top: 0; }
.swd7h9ht { margin-top: 10px; }
.swd7h9ht a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .u2njr { padding-left: 16px; padding-right: 16px; }
  .o5q1hpb .u2njr { padding: 20px 16px; }
  .skuhtycj { gap: 4px 12px; }
  .tal3m1 { font-size: 0.78rem; }
}
.o9i8 .tal3m1 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.o9i8 .rpldr { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .o9i8 .g2ky3rq { grid-template-columns: 1fr 1fr; } .o9i8 .do03xdah { grid-column: 1 / -1; } }
@media (max-width: 480px) { .o9i8 .g2ky3rq { grid-template-columns: 1fr; } }
.w41esi .tal3m1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .w41esi .zlrwv { gap: 12px; } .w41esi .bmra67 { margin-right: 0; width: 100%; } }
.dbufru .tal3m1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.dbufru .rpldr { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .dbufru .cbx3sjda { grid-template-columns: 1fr 1fr; } .dbufru .k7ww0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .dbufru .cbx3sjda { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .nlyi1 .tt6c8a7 { grid-template-columns: 1fr 1fr; } .nlyi1 .ekygn2:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .nlyi1 .tt6c8a7 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .cws7kyy .tt6c8a7 { grid-template-columns: 1fr; } }
.t6zn4te .u2njr { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.t6zn4te .skuhtycj { justify-content: center; }
.wum4ib .g87fy      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.wum4ib .u9n7 { background: var(--bg-page); border-top-color: var(--border-alt); }
.gxbt9wpk .g87fy      { background: #0d1117; border-bottom-color: #21262d; }
.gxbt9wpk .zbr68ehk { color: var(--accent-light); }
.gxbt9wpk .kwi56 { --msep-color: #8b949e; }
.gxbt9wpk .kwi56 a { color: #8b949e; }
.gxbt9wpk .kwi56 a:hover { color: var(--accent-light); }
.gxbt9wpk .irpl { color: #8b949e; }
.gxbt9wpk .u9n7 { background: #0d1117; border-top-color: #21262d; }
.gxbt9wpk .tal3m1,
.gxbt9wpk .rpldr { color: #6e7681; }
.gxbt9wpk .z9vr a, .gxbt9wpk .skuhtycj a,
.gxbt9wpk .z9vr a:hover, .gxbt9wpk .skuhtycj a:hover,
@media (max-width: 640px) {
  .gxbt9wpk .kwi56 { background: #0d1117; border-top-color: #21262d; }
  .gxbt9wpk .kwi56 li a { border-bottom-color: #21262d; }
}
.l9165 .g87fy      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.l9165 .zbr68ehk { color: var(--accent); }
.l9165 .kwi56 { --msep-color: #475569; }
.l9165 .kwi56 a { color: #475569; }
.l9165 .kwi56 a:hover { color: var(--accent); }
.l9165 .irpl { color: #64748b; }
.l9165 .u9n7 { background: #f0f4f8; border-top-color: #cbd5e1; }
.l9165 .tal3m1,
.l9165 .rpldr { color: #64748b; }
.l9165 .z9vr a, .l9165 .skuhtycj a,
.l9165 .z9vr a:hover, .l9165 .skuhtycj a:hover,
@media (max-width: 640px) {
  .l9165 .kwi56 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .l9165 .kwi56 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.cha70sk .g87fy      { background: var(--accent); border-bottom-color: var(--accent-light); }
.cha70sk .zbr68ehk { color: #fff; }
.cha70sk .kwi56 { --msep-color: rgba(255,255,255,0.82); }
.cha70sk .kwi56 a { color: rgba(255,255,255,0.82); }
.cha70sk .kwi56 a:hover { color: #fff; }
.cha70sk .irpl { color: rgba(255,255,255,0.9); }
.cha70sk .u9n7 { background: var(--accent); border-top-color: var(--accent-light); }
.cha70sk .tal3m1,
.cha70sk .rpldr { color: rgba(255,255,255,0.72); }
.cha70sk .z9vr a, .cha70sk .skuhtycj a,
.cha70sk .z9vr a:hover, .cha70sk .skuhtycj a:hover,
@media (max-width: 640px) {
  .cha70sk .kwi56 { background: var(--accent); border-top-color: var(--accent-light); }
  .cha70sk .kwi56 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.uka8 .g87fy {
  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);
}
.uka8 .u9n7 {
  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) {
  .uka8 .kwi56 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.t3v5hd2o .qc436 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vj74jf .qc436 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.g9co .qc436 { min-height: 72px; height: auto; }
.tt94c .qc436 { min-height: 84px; height: auto; }
.o5q1hpb .qc436 { max-width: none; padding: 0 32px; }
.o5q1hpb .u2njr  { max-width: none; padding: 24px 32px; }
.ekgu8y.ge7hkb .qc436 { max-width: 1200px; }
.ekgu8y.neqi8c3 .qc436 { max-width: 1320px; }
.iv85l   .zbr68ehk { text-transform: capitalize; }
.d1e8eft .zbr68ehk { text-transform: lowercase; }
.odbnamh .zbr68ehk { text-transform: uppercase; letter-spacing: 0.06em; }
.er4cmd5s, .lfd16z5 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.xqvvj .er4cmd5s,
.wuh1zx .er4cmd5s,
.os7ixy4 .er4cmd5s,
.xpjm .er4cmd5s,
.vto7tsb   .kwi56 a { font-weight: 500; }
.moz5iq .kwi56 a { font-weight: 600; }
.n1dawha     .kwi56 a { font-weight: 700; }
.i7cad    .kwi56 a { font-weight: 800; letter-spacing: 0.01em; }
.gw7uh     .kwi56 > li + li::before,
.qa94jrc    .kwi56 > li + li::before,
.b0xfh3cu    .kwi56 > li + li::before,
.vwnbrhz1 .kwi56 > li + li::before,
.wsrk3lf .kwi56 > li + li::before,
.m8oqy89  .kwi56 > li + li::before,
.kucghiqt    .kwi56 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.gw7uh     .kwi56 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.qa94jrc    .kwi56 > li + li::before { content: "|"; }
.b0xfh3cu    .kwi56 > li + li::before { content: "—"; }
.vwnbrhz1 .kwi56 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wsrk3lf .kwi56 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.m8oqy89  .kwi56 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.kucghiqt    .kwi56 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ebzegm8 .irpl,
  .h0uw .irpl,
  .xvbxl .irpl,
  .z5u5 .irpl,
  .zjy0gh .irpl {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ebzegm8 .irpl::before,
  .h0uw .irpl::before,
  .xvbxl .irpl::before,
  .z5u5 .irpl::before,
  .zjy0gh .irpl::before { content: ""; display: block; flex-shrink: 0; }

  
  .ebzegm8 .irpl::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;
  }

  
  .h0uw .irpl::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;
  }

  
  .xvbxl .irpl::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;
  }

  
  .z5u5 .irpl::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;
  }

  
  .zjy0gh .irpl::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) {
  .ggmv .irpl {
    padding: 5px 14px;
  }
  .ggmv .kwi56 {
    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;
  }
  .ggmv .kwi56 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ggmv .kwi56 li a:hover { background: var(--bg-raised); }
  .ggmv .xszbte,
  .qolo9p6 .xszbte,
  .es651s7p .xszbte { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .gcaot34 .irpl {
    padding: 5px 10px;
  }
  .gcaot34 .kwi56 {
    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);
  }
  .gcaot34 .kwi56.irzolv2c { transform: translateX(0); }
  .gcaot34 .kwi56 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .gcaot34 .kwi56 li:last-child a { border-bottom: none; }
  .cha70sk .kwi56,
  .gxbt9wpk .kwi56 { background: var(--accent) !important; }
  .cha70sk .kwi56 li a,
  .gxbt9wpk .kwi56 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .es651s7p .irpl {
    padding: 5px 10px;
  }
  .es651s7p .kwi56 {
    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);
  }
  .es651s7p .kwi56::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .es651s7p .kwi56.irzolv2c { transform: translateY(0); }
  .es651s7p .kwi56 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .t7dv .irpl {
    padding: 5px 10px;
  }
  .t7dv .kwi56 {
    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;
  }
  .t7dv .kwi56.irzolv2c { opacity: 1; pointer-events: auto; }
  .t7dv .kwi56 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .ehsmx0     .irpl { border-radius: 0 !important; }
  .grgqv   .irpl { border-radius: 8px !important; }
  .fcym .irpl { border-radius: 50% !important; }
  .vcg2b   .irpl { border-radius: 999px !important; }
}
.st158b .dun8h2cd { height: 28px; }
.uuy1e .dun8h2cd { height: 54px; }
.kcdq .dun8h2cd { height: 54px; }
.nr07t    .b3ihwqfj, .nr07t    .a1oobtd { color: #f59e0b; }
.brxrn4      .b3ihwqfj { font-size: 1rem; letter-spacing: 1.5px; }
.brxrn4      .a1oobtd   { font-size: 1.35rem; }
.lq8h0    .b3ihwqfj, .lq8h0    .a1oobtd { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.iwgg37     .b3ihwqfj, .iwgg37     .a1oobtd { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.w770hord .b3ihwqfj, .w770hord .a1oobtd { color: var(--accent); letter-spacing: 2px; }
.dhapuo8v   .b3ihwqfj, .dhapuo8v   .a1oobtd { color: #e91e63; letter-spacing: 2px; }
.xdlpq  .b3ihwqfj, .xdlpq  .a1oobtd { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.bphw3j7o     .b3ihwqfj, .bphw3j7o     .a1oobtd { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }
.hpjeh4a6 .jkbwo4on + .jkbwo4on {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.csu1tvb .ncz1a { padding: 18px 24px; min-height: 68px; }
.awx5 .spgu9 {
  font-size: 0.62rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.awx5 .o8sqamy {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.vcqj8aa .jkbwo4on {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.kqsme .pv7bn { counter-reset: cs-rank; }
.kqsme .ncz1a { position: relative; counter-increment: cs-rank; }
.kqsme .ncz1a::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;
}
.mbd37na .pv7bn { counter-reset: cs-rank; }
.mbd37na .ncz1a::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;
}
.pmm425r7 .z1g0edl {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.pmm425r7 .z1g0edl summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.pmm425r7 .z1g0edl p { padding: 0 2px 16px; }
.xyee5 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.f4enlmsq {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.d1bv {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.cyrvjdit { color: var(--text-muted); font-size: 1.05rem; }
.con3 {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.qqptn {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ueyjpvy { margin-bottom: 20px; }
.o5s8y75 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.zxo2 {
  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;
}
.zxo2:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.m5m3o { resize: vertical; min-height: 130px; }
.lohzmz8 { width: 100%; margin-top: 8px; }
.k69fvgku {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.z32k {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.z9dd5o { color: var(--text-muted); line-height: 1.75; }
.wl4b1xn3 { max-width: 760px; margin: 0 auto; }
.w5z907 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.yqp3 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.yqp3:last-child { border-bottom: none; }
.yqp3 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.yqp3 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.mqpqae { max-width: 760px; margin: 0 auto; }
.ar7s { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ar7s:last-child { border-bottom: none; }
.dpq5cw { font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.ar7s p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ar7s ul.vxwsnqq { margin: 0; }
.ofynn .dpq5cw { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .ofynn { grid-template-columns: 1fr; gap: 10px; } }
.anze .dpq5cw { font-size: 1.2rem; font-weight: 700; color: var(--accent-light); margin-bottom: 14px; }
@media (max-width: 640px) { .ek1787l { grid-template-columns: 1fr; } }
.i1hbe00 .d1bv { color: var(--accent-light); }
.pf3orlg .d1bv { font-size: 2rem; }
.pf3orlg .cyrvjdit { max-width: 680px; }
.t1kj {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.t1kj .d1bv { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.t1kj .cyrvjdit  { margin: 0; }
@media (max-width: 640px) { .t1kj { flex-direction: column; } }
.jlw1i .d1bv { color: var(--accent-light); }
.je9m97 .d1bv { color: #fff; }
.je9m97 .cyrvjdit  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .xgnvgtgw { grid-template-columns: 1fr; } }
.l7flfv .zxo2 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.l7flfv .zxo2:focus { border-bottom-color: var(--accent); box-shadow: none; }
.io6ecw .zxo2 { background: var(--bg-raised); border-color: transparent; }
.io6ecw .zxo2:focus { background: var(--bg-card); border-color: var(--accent); }
.bj1n .zxo2 { border-radius: 100px; padding: 11px 20px; }
.bj1n .m5m3o { border-radius: 14px; }
@media (max-width: 640px) { .ertpna0 { grid-template-columns: 1fr; } }
.yrqm697{position:relative;overflow:visible}
.uddcpzkw .e2vja,.psmjln .e2vja,
.uddcpzkw .e2vja,.psmjln .e2vja,
.uddcpzkw .e2vja .buee,.psmjln .e2vja .buee,
.uddcpzkw .nirmdbx,.psmjln .nirmdbx,
.uddcpzkw .e2vja,.psmjln .e2vja{bottom:12px}
.uddcpzkw .e2vja .buee{margin-right:auto}
.qw0kf .kgf8fcl~.e2vja,
.qw0kf .kgf8fcl~.e2vja .buee,
.kgf8fcl~.e2vja,.s2emsh5h~.e2vja{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}
.kgf8fcl~.e2vja .buee{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.d4n9phmc .d8z3{display:none}
.xmn8l .nirmdbx{border-bottom:1px solid currentColor;padding-bottom:2px}
.lzz2v{--date-bg:var(--accent-bg)}
.exyra5 .p374::before{content:"◆";font-size:.5em;opacity:.35}
.exyra5 .nirmdbx + .nirmdbx::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.ukaylb5g .ykgq{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .ykgq{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .m13i7xod{max-width:100%}
}
:root {
  --accent:          #82a1bf;
  --accent-light:    #b0d0ef;
  --accent-pale:     #cce5ff;
  --grad-start:      #163750;
  --grad-end:        #567591;
  --bg-page: #0c0e11;
  --bg-surface: #0c0e11;
  --bg-card: #101418;
  --bg-card-inner: #151a1f;
  --bg-raised: #1b2025;
  --bg-hover: #20262d;
  --border: #42494f;
  --border-alt: #70767d;
  --border-section: #42494f;
  --text-primary: #e0e6ee;
  --text-muted: #a6acb3;
  --text-body: #c5c6cb;
  --text-sub: #9c9ea2;
  --text-faint: #686b6e;
  --text-dim: #505356;
  --text-label: #828488;
  --text-value: #b7b9bd;
  --accent-bg:       #10334c;
  --accent-bg-light: #1d3e57;
  --bg-tip:        #1a2e1a;
  --bg-warning:    #2d1f0e;
  --bg-info:       #1a1f2e;
  --bg-pros:       #1a2e1a;
  --bg-cons:       #2d1a1a;
  --c-pros:        #6ee7b7;
  --c-cons:        #fca5a5;
  --c-pros-label:  #34d399;
  --c-tip-border:  #34d399;
  --c-warn-border: #f59e0b;
  --c-stars:       #f59e0b;
  --c-arrow:       #f59e0b;
  --c-tag-pay:     #6ee7b7;
}
:root { --logo-bg-opacity: 53%; }
body, button, input { font-family: "Chakra Petch", sans-serif; }
.loblun1 .wcl5glv { font-size: 0; width: 1.2rem; flex-shrink: 0; }.loblun1 .wcl5glv::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.loblun1 .il3m     .wcl5glv::before { content: "";  color: var(--c-tip-border); }.loblun1 .ol6l49g6 .wcl5glv::before { content: ""; color: var(--c-warn-border); }.loblun1 .lr0ka42    .wcl5glv::before { content: ""; color: #60a5fa; }.qcgo .loblun1 .il3m     .wcl5glv::before { color: #10b981; }.qcgo .loblun1 .ol6l49g6 .wcl5glv::before { color: #f43f5e; }.qcgo .loblun1 .lr0ka42    .wcl5glv::before { color: #a855f7; }.a0uhwwve  .loblun1 .il3m     .wcl5glv::before { color: #eab308; }.a0uhwwve  .loblun1 .ol6l49g6 .wcl5glv::before { color: #ef4444; }.a0uhwwve  .loblun1 .lr0ka42    .wcl5glv::before { color: #f97316; }.zvptpz2  .loblun1 .il3m     .wcl5glv::before { color: #38bdf8; }.zvptpz2  .loblun1 .ol6l49g6 .wcl5glv::before { color: #818cf8; }.zvptpz2  .loblun1 .lr0ka42    .wcl5glv::before { color: #2dd4bf; }.zf6y96yn .loblun1 .wcl5glv::before { color: var(--accent-light) !important; }
.k6ba .pokcf09, .k6ba .kgf8fcl { min-height: 420px; }
.lxd20o .lh02::after,.lxd20o .y1ije::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; }
.no7dy2l8::before { content: '›'; font-size: 1.1em; }
.gpve0yg .nirmdbx::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.gpve0yg .nirmdbx:first-of-type::before{content:"\f017"}.gpve0yg .nirmdbx:last-of-type::before{content:"\f2f1"}