: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;
}
.gy7kjn2 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ycvf {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.moxjl {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.w8cifi0o { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.k0h3koyl { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.k0h3koyl a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.k0h3koyl a:hover { color: var(--accent-light); }
.geoy8   .paf1 { border-radius: 0; }
.a04fn .paf1 li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .paf1 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .v1ken:hover .paf1,
  .v1ken:focus-within .paf1 { display: block; }
  .paf1 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.tgpfc1m4 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cwuujlz { display: none; }
@media (max-width: 640px) {
  .cwuujlz {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cwuujlz.i0py { display: block; }
}
@media (max-width: 640px) {
  .tgpfc1m4 { display: block; }
  .k0h3koyl > li + li::before { display: none !important; }
  .k0h3koyl {
    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;
  }
  .k0h3koyl.i0py { display: flex; }
  .k0h3koyl li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .k0h3koyl li:last-child a { border-bottom: none; }
}
.zhwfx { min-height: 480px; }
.u4squliu {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.slhek3 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.o88n .slhek3 { margin-left: 0; margin-right: 0; }
.uxbu8td {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.uxbu8td:hover { opacity: 0.88; }
.k2zli7ti .u4squliu { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.k2zli7ti .slhek3 { color: #e2e8f0; }
.k2zli7ti.o88n   .idr4 { text-align: left; }
.z6p9yhvy .u4squliu { color: var(--text-primary); text-shadow: none; }
.z6p9yhvy .slhek3 { color: var(--text-muted); }
.z6p9yhvy .uxbu8td { margin-top: 16px; }
.z6p9yhvy, .z6p9yhvy.zhwfx { min-height: auto !important; }
.z6p9yhvy.o88n   .idr4 { text-align: left; }
@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%); }
}
.aljujo .rurdvu,
.aljujo .ndde {
  position: relative; overflow: hidden;
}
.aljujo .rurdvu::after,
.aljujo .ndde::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.aljujo .k2zli7ti .fec79 {
  overflow: hidden;
}
.aljujo .k2zli7ti .fec79::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.08) 0%, transparent 70%);
  filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.rurdvu .u4squliu { color: #fff; }
.rurdvu .slhek3 { color: rgba(255,255,255,0.85); }
.rurdvu .uxbu8td { background: #fff; color: var(--cta); }
.rurdvu .uxbu8td:hover { opacity: 0.92; }
.sbvr7 .ndyg6r58 { position: relative; overflow: hidden; }
.sbvr7 .ndyg6r58::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;
}
.xu0hg .ndyg6r58 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.nxojes2b .ndyg6r58 { position: relative; overflow: hidden; }
.nxojes2b .ndyg6r58::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;
}
.aljujo .ndyg6r58 { position: relative; overflow: hidden; }
.aljujo .ndyg6r58::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;
}
.n80ej48 .ndyg6r58 {
  animation: hg-fadein 1.2s ease-out both;
}
.ndyg6r58 {
  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%);
}
.w67c {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.vwmeuz9 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.ypded4m1 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ndyg6r58 .u4squliu { text-shadow: none; color: var(--text-primary); }
.ndyg6r58 .slhek3 { color: var(--text-muted); }
body.aquw7y .u4squliu {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.e19zynk .u4squliu {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.ndyg6r58.y31rmxs .w67c { align-items: center; text-align: center; }
.ndyg6r58.o88n   .w67c { align-items: flex-start; text-align: left; }
.xahs .vwmeuz9 { position: relative; }
.xahs .vwmeuz9::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.xahs.rzti .vwmeuz9::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.iq2kk1pq .vwmeuz9 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.iq2kk1pq .ypded4m1 {
  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);
}
.iq2kk1pq.rzti .vwmeuz9 { padding: 32px 0 32px 32px; }
.z54rwb .vwmeuz9 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.z54rwb .ypded4m1 {
  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);
}
.rzti .w67c {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.z54rwb.rzti .vwmeuz9 { padding: 40px 16px 40px 48px; }
.g0mutku .vwmeuz9 { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .ndyg6r58 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .ndyg6r58 .vwmeuz9 { display: none !important; }
  .g0mutku .vwmeuz9 { display: none !important; }
  .pdo7 .v0yf { display: none !important; }
  .c5vv .e1o10 { display: none !important; }
  .w67c  { padding: 36px 24px; }
  .ndyg6r58~.ovnd,.rzti~.ovnd{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .zhwfx, .ndyg6r58 { min-height: 320px !important; }
  
  .u4squliu { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .m1li2q { display: none !important; }
  
  .rkety { flex-direction: column; align-items: center; }
  .e8p9z43b { width: 100%; max-width: 340px; }
}
.dtvaf { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.c4qpkl4 { width: 100%; height: auto; display: block; border-radius: 10px; }
.vepch95t .dtvaf        { border-radius: 16px; }
.vepch95t .c4qpkl4  { border-radius: 16px; }
.avvn5l .dtvaf         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.avvn5l .c4qpkl4   { border-radius: 8px; }
.ld37kw59 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.mym2exb { width: 100%; padding: 32px 0; position: relative; }
.etdz { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.d3gp7co .mym2exb:nth-child(even) { background: var(--bg-surface); }
.d3gp7co .mym2exb:nth-child(odd)  { background: var(--bg-page); }
.dkft .mym2exb:nth-child(even) { background: var(--bg-card); }
.dkft .mym2exb:nth-child(odd)  { background: var(--bg-page); }
.d3gp7co .mym2exb:nth-child(odd)  .etdz { background: var(--bg-card); border-radius: 6px; }
.d3gp7co .mym2exb:nth-child(even) .etdz { background: var(--bg-raised); border-radius: 6px; }
.dkft .mym2exb:nth-child(odd)  .etdz { background: var(--bg-card); border-radius: 6px; }
.dkft .mym2exb:nth-child(even) .etdz { background: var(--bg-raised); border-radius: 6px; }
.d3gp7co .mym2exb:nth-child(even) .zx2ojjnj .rnuwlp,
.dkft .mym2exb:nth-child(even) .zx2ojjnj .rnuwlp { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.d3gp7co .mym2exb:nth-child(odd) .zx2ojjnj .rnuwlp,
.dkft .mym2exb:nth-child(odd) .zx2ojjnj .rnuwlp { background: var(--bg-card-inner); }
.d3gp7co .mym2exb:nth-child(even) .khwiu8 .rnuwlp:nth-child(odd),
.dkft .mym2exb:nth-child(even) .khwiu8 .rnuwlp:nth-child(odd)  { background: var(--bg-card); }
.d3gp7co .mym2exb:nth-child(even) .khwiu8 .rnuwlp:nth-child(even),
.dkft .mym2exb:nth-child(even) .khwiu8 .rnuwlp:nth-child(even) { background: var(--bg-card-inner); }
h1.sjw42wrm { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.sjw42wrm {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.drm26lzi { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.fg1d h2.sjw42wrm {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.yd8eege h2.sjw42wrm {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.j25y h2.sjw42wrm {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.lioc2 h2.sjw42wrm::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.dptug5 h2.sjw42wrm {
  color: var(--text-primary); font-size: 1.7rem;
}
.rg8s0mt h2.sjw42wrm::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.xakt h2.sjw42wrm {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.u2ft3 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .u2ft3 { display: none; } }
.v298 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.j0g8o9u { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.or2v6 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ok1dr0 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.b4dhtd { padding-left: 20px; }
.b4dhtd li { margin-bottom: 6px; }
.b4dhtd a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.b4dhtd a:hover { color: var(--accent-light); }
.xueepi .ok1dr0 { display: none; }
.pvyafexo .ok1dr0 { display: none; }
.pvyafexo .b4dhtd { padding-left: 0; list-style: none; }
.pvyafexo .b4dhtd li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.pvyafexo .b4dhtd a { font-size: 0.92rem; }
.wrw6263 .or2v6 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.wrw6263 .ok1dr0 { display: none; }
.wrw6263 .b4dhtd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.wrw6263 .b4dhtd li { margin-bottom: 0; }
.wrw6263 .b4dhtd 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;
}
.wrw6263 .b4dhtd a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.tn9zk9 .or2v6 { padding: 20px 20px 16px; }
.tn9zk9 .b4dhtd {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.tn9zk9 .b4dhtd li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.tn9zk9 .b4dhtd a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: 8px;
  padding: 12px 14px; border: 1px solid var(--border);
  font-size: 0.92rem; line-height: 1.35; color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.tn9zk9 .b4dhtd a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.tn9zk9 .b4dhtd a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.tn9zk9 .b4dhtd a:focus,
.tn9zk9 .b4dhtd a:focus-visible,
.tn9zk9 .b4dhtd a:target { outline: none; }
.tn9zk9 .b4dhtd li:target a { border-color: var(--border); color: var(--text-muted); }
.l7wbeq6a .or2v6 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.l7wbeq6a .ok1dr0 { display: none; }
.l7wbeq6a .b4dhtd { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.l7wbeq6a .b4dhtd li { margin-bottom: 0; }
.l7wbeq6a .b4dhtd li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.l7wbeq6a .b4dhtd li:last-child::after { content: ""; margin-right: 0; }
.l7wbeq6a .b4dhtd a { font-size: 0.9rem; }
.rnuwlp { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.zx2ojjnj .rnuwlp { background: var(--bg-card); }
.khwiu8 .rnuwlp:nth-child(odd)  { background: var(--bg-card); }
.khwiu8 .rnuwlp:nth-child(even) { background: var(--bg-raised); }
.mkgin .rnuwlp {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.mkgin .rnuwlp:last-child { border-bottom: none; }
.mkgin h3.drm26lzi { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.vaal5m6h .rnuwlp {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.vaal5m6h .rnuwlp + .rnuwlp { margin-top: 4px; }
.n99oa .rnuwlp { background: none; border-radius: 0; padding: 12px 0; }
.n99oa .rnuwlp + .rnuwlp { border-top: 1px solid var(--border-section); }
.teyd { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.rxsmk { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.qweo { color: var(--text-body); margin-bottom: 10px; }
.vz8skj3v, .a6ydv734 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.vz8skj3v li, .a6ydv734 li { margin-bottom: 6px; }
.a6ydv734 li { list-style: decimal; }
.b3rn0kv     .vz8skj3v { list-style-type: "● "; }
.rsxn0nw  .vz8skj3v { list-style-type: "■ "; }
.gjdteyy .vz8skj3v { list-style-type: "◆ "; }
.xdid0    .vz8skj3v { list-style-type: "★ "; }
.b3rn0kv     .bbt9a { list-style-type: "● "; }
.rsxn0nw  .bbt9a { list-style-type: "■ "; }
.gjdteyy .bbt9a { list-style-type: "◆ "; }
.xdid0    .bbt9a { list-style-type: "★ "; }
.b3rn0kv    .vz8skj3v li::marker, .b3rn0kv    .bbt9a li::marker,
.rsxn0nw .vz8skj3v li::marker, .rsxn0nw .bbt9a li::marker,
.gjdteyy .vz8skj3v li::marker, .gjdteyy .bbt9a li::marker,
.xdid0   .vz8skj3v li::marker, .xdid0   .bbt9a li::marker {
  color: var(--cta); font-size: 1em;
}
.b3rn0kv .a6ydv734,
.rsxn0nw .a6ydv734,
.gjdteyy .a6ydv734,
.xdid0 .a6ydv734 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.b3rn0kv .a6ydv734 li,
.rsxn0nw .a6ydv734 li,
.gjdteyy .a6ydv734 li,
.xdid0 .a6ydv734 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.b3rn0kv .a6ydv734 li::before,
.rsxn0nw .a6ydv734 li::before,
.gjdteyy .a6ydv734 li::before,
.xdid0 .a6ydv734 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;
}
.b3rn0kv     .a6ydv734 li::before { border-radius: 50%; }
.rsxn0nw  .a6ydv734 li::before { border-radius: 3px; }
.gjdteyy .a6ydv734 li::before { border-radius: 3px; }
.xdid0    .a6ydv734 li::before { border-radius: 50%; }
.jbn5eg { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.bxpi .jbn5eg,
.pbr6 .jbn5eg { background: transparent; border: none; border-radius: 0; }
.mtlgapt9 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.mtlgapt9 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.mtlgapt9 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.mtlgapt9 tr:hover td { background: var(--bg-hover); }
.pqqlp .mtlgapt9 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.q8krlh .mtlgapt9 { border: 1px solid var(--border-alt); }
.q8krlh .mtlgapt9 th,
.q8krlh .mtlgapt9 td { border: 1px solid var(--border-alt); }
.z0mmx .mtlgapt9 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.z0mmx .mtlgapt9 td { border-bottom: none; }
.z0mmx .mtlgapt9 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.uaj2jw3 .mtlgapt9 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.xnun6s .jbn5eg {
  overflow: hidden;
}
.xnun6s .mtlgapt9 th { border-bottom: 1px solid var(--border-alt); }
.xnun6s .mtlgapt9 tr:last-child td { border-bottom: none; }
.j88mmm { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.tyhmu { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.gwjl1 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.lfuiddc { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.oc3jfs { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.bbt9a { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.bbt9a li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.yxpr4i .lfuiddc { background: transparent; text-align: center; }
.duv8 .gwjl1 {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.bovx5 .gwjl1 {
  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);
}
.mfxjj .tyhmu { display: grid; grid-template-columns: auto 1fr; }
.mfxjj .gwjl1 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.mfxjj .lfuiddc { grid-column: 2; }
.mfxjj .oc3jfs,
.mfxjj .bbt9a { grid-column: 1 / -1; }
.qjeaa0 .tyhmu { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.qjeaa0 .gwjl1 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 14px 12px; border: 2px solid var(--accent-pale);
}
.qjeaa0 .lfuiddc { grid-column: 2; }
.qjeaa0 .oc3jfs,
.qjeaa0 .bbt9a { grid-column: 1 / -1; }
.vyuee7 .tyhmu { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.vyuee7 .lfuiddc { background: none; color: var(--accent-light); font-weight: 700; }
.gbsdxu0t .tyhmu { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); }
.gbsdxu0t .lfuiddc { background: none; color: var(--accent-light); font-weight: 700; }
.ebplt .tyhmu { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.ebplt .tyhmu:last-child { border-bottom: none; }
.ebplt .lfuiddc { background: none; color: var(--accent-light); font-weight: 700; }
.h8rfay .tyhmu { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.h8rfay .lfuiddc { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ht4dvt .j88mmm { counter-reset: card-n; }
.ht4dvt .tyhmu  { counter-increment: card-n; }
.ht4dvt .lfuiddc { display: flex; align-items: center; gap: 10px; }
.ht4dvt .lfuiddc::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 700;
}
.yct8hiq .tyhmu { background: var(--bg-surface); border: 1px solid var(--border); }
.yct8hiq .lfuiddc { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.t5rxrec1 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.pxj0kl8b { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.p9l24o { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.v5kiiffb { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.t5rxrec1 strong { color: var(--text-primary); font-size: 0.95rem; }
.t5rxrec1 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.aw26 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.i9qv8fi, .lon56t { border-radius: 8px; padding: 14px; }
.i9qv8fi { background: var(--bg-pros); }
.lon56t { background: var(--bg-cons); }
.cw2aa58i { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.i9qv8fi .cw2aa58i { color: var(--c-pros-label); }
.lon56t .cw2aa58i { color: #f87171; }
.i9qv8fi ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.lon56t ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.c4qpkl4 { width: 100%; height: auto; border-radius: 10px; display: block; }
.b06c {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.b06c:hover { opacity: 0.85; }
.mlhlg659 .b06c  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.mlhlg659 .b06c:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qwcgeq .b06c  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qwcgeq .b06c:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.znwv8d .uxbu8td { border-radius: 50px; }
.znwv8d .b06c  { border-radius: 50px; }
.nxmawg .uxbu8td { padding-left: 22px; padding-right: 22px; }
.nxmawg .b06c  { padding-left: 12px; padding-right: 12px; }
.lr4jrq .uxbu8td { padding-left: 44px; padding-right: 44px; }
.lr4jrq .b06c  { padding-left: 24px; padding-right: 24px; }
.jgb6rja .uxbu8td { padding-left: 56px; padding-right: 56px; }
.jgb6rja .b06c  { padding-left: 32px; padding-right: 32px; }
.gjqcb45w   .uxbu8td::after, .gjqcb45w   .b06c::after,
.cu7r .uxbu8td::after, .cu7r .b06c::after,
.voe6    .uxbu8td::after, .voe6    .b06c::after,
.vgx7t5q    .uxbu8td::after, .vgx7t5q    .b06c::after,
.l316a008    .uxbu8td::after, .l316a008    .b06c::after,
.lh8aytp8     .uxbu8td::after, .lh8aytp8     .b06c::after,
.xr2t0    .uxbu8td::after, .xr2t0    .b06c::after,
.kzisve   .uxbu8td::after, .kzisve   .b06c::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;
}
.gjqcb45w .uxbu8td::after, .gjqcb45w .b06c::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");
}
.cu7r .uxbu8td::after, .cu7r .b06c::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");
}
.voe6 .uxbu8td::after, .voe6 .b06c::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");
}
.vgx7t5q .uxbu8td::after, .vgx7t5q .b06c::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");
}
.l316a008 .uxbu8td::after, .l316a008 .b06c::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");
}
.lh8aytp8 .uxbu8td::after, .lh8aytp8 .b06c::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");
}
.xr2t0 .uxbu8td::after, .xr2t0 .b06c::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");
}
.kzisve .uxbu8td::after, .kzisve .b06c::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");
}
.t8oe1n1   .vd0bo::after, .t8oe1n1   .vjdadzj::after,
.jlmeratr .vd0bo::after, .jlmeratr .vjdadzj::after,
.v4svtb    .vd0bo::after, .v4svtb    .vjdadzj::after,
.tshz    .vd0bo::after, .tshz    .vjdadzj::after,
.gvhgju    .vd0bo::after, .gvhgju    .vjdadzj::after,
.rdf1h     .vd0bo::after, .rdf1h     .vjdadzj::after,
.dszz    .vd0bo::after, .dszz    .vjdadzj::after,
.gzd5b   .vd0bo::after, .gzd5b   .vjdadzj::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;
}
.t8oe1n1 .vd0bo::after, .t8oe1n1 .vjdadzj::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");
}
.jlmeratr .vd0bo::after, .jlmeratr .vjdadzj::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");
}
.v4svtb .vd0bo::after, .v4svtb .vjdadzj::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");
}
.tshz .vd0bo::after, .tshz .vjdadzj::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");
}
.gvhgju .vd0bo::after, .gvhgju .vjdadzj::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");
}
.rdf1h .vd0bo::after, .rdf1h .vjdadzj::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");
}
.dszz .vd0bo::after, .dszz .vjdadzj::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");
}
.gzd5b .vd0bo::after, .gzd5b .vjdadzj::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");
}
.ussshrug .g5cfrf { background: var(--bg-raised); }
@media (min-width: 721px) {
  .rh31tbmi { flex: 0 0 260px; width: 260px; }
  .ulfb { flex: 0 0 120px; width: 120px; }
  .gqrxq6 { flex: 0 0 110px; width: 110px; }
  .k1w4z   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .u9w10f1t { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.u9w10f1t.b06c { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .seva { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .seva .rsdr { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .seva .rh31tbmi { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .seva .g5cfrf { width: 100%; min-width: unset; height: 120px; }
  .seva .ndpy4 { max-height: 96px; max-width: 200px; }
  .seva .ugmw { min-width: unset; text-align: center; white-space: normal; }
  .seva .ulfb { min-width: 0; }
  .seva .k1w4z { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .seva .u9w10f1t { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .w5l4 .rsdr { row-gap: 8px !important; gap: 10px !important; }
}
.tnea    .oerzpv li::before { content: "◆"; }
.tnea    .o93k14yd li::before { content: "▲"; }
@media (min-width: 860px) {
  .qfvtj4ko .cs473 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .qfvtj4ko .ja4hwtx { margin: 0; }
}
.pbr6 .aw26 { gap: 10px; }
.pbr6 .i9qv8fi, .pbr6 .lon56t { padding: 12px; }
.pbr6 .i9qv8fi ul, .pbr6 .lon56t ul { margin: 4px 0 0; padding-left: 18px; }
.pbr6 .i9qv8fi li, .pbr6 .lon56t li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .n1q9ahf { grid-template-columns: 1fr; }
  .wi1c9x { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .wi1c9x .qfopr4o { width: 72px; height: 50px; }
  .wi1c9x .v6z0c { max-width: 180px; }
  .wi1c9x .wyel49 { width: auto; }
}
@media (max-width: 720px) {
  .bqfd8dpi { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ndqwvw { padding: 16px; }
  .y2iccup1 .u258yb { min-width: 50%; }
}
.otto .aw26 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .pzdm { grid-template-columns: 1fr; }
  .l7urw { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .hf8bke { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .mfherfi1 { flex-wrap: wrap; padding: 16px; }
}
.ezka87 .aw26 { gap: 8px; }
.ezka87 .i9qv8fi, .ezka87 .lon56t { padding: 8px; }
@media (max-width: 480px) {
  .ony96lc { flex-direction: column; align-items: stretch; }
}
.zdifw5it .wyel49 .b06c { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .zcgqpvm { flex-direction: column; align-items: stretch; gap: 10px; }
  .zdifw5it .wyel49 { text-align: center; }
}
@media (max-width: 720px) {
  .txtawdg { grid-template-columns: 1fr; }
  .tnxa3dc { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .idsm9nf9 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .fpcr { grid-template-columns: 1fr; }
  .h0lui { width: 100px; height: 100px; margin: 16px auto; }
  .r2mx { font-size: 1.4rem; }
  .k8s0wup9 { justify-content: center; }
  .fuub .u258yb { min-width: 50%; }
}
.q81l .aw26 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .hum0dy { flex-wrap: wrap; padding: 14px 16px; }
  .ku3m { padding: 12px 16px; }
  .q81l .aw26 { margin: 0 16px; }
  .q81l .kzjutz3p { padding: 0 16px; }
  .xiybg2 { padding: 12px 16px; }
}
.inwwg4 .u9w10f1t.b06c { padding: 14px 30px !important; font-size: 1rem; }
.w4ca1 .u9w10f1t.b06c { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.iz25udb .ulfb { display: none; }
.gxbg { margin: 16px 0; }
.f1g9mq { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.f1g9mq summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.f1g9mq summary::after { content: "+"; color: var(--accent-light); }
.f1g9mq[open] summary::after { content: "−"; }
.f1g9mq p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.mym2exb { margin-bottom: 0; }
.rql45vna h2.sjw42wrm { color: var(--text-primary); border-color: var(--accent-light); }
.q4jj h2.sjw42wrm { color: var(--text-primary); border-color: var(--accent-light); }
.wyshj .pxj0kl8b { background: #2d0a1e; border-color: #f43f5e; }
.wyshj .p9l24o    { background: #1e1036; border-color: #a855f7; }
.wyshj .t5rxrec1 strong  { color: #f1f5f9; }
.wyshj .t5rxrec1 p       { color: #cbd5e1; }
.wyshj .btspccp    .bgtxv6     .v5kiiffb::before,
.wyshj .yuk4t  .bgtxv6     .v5kiiffb::before,
.wyshj .qxmo  .bgtxv6     .v5kiiffb::before,
.wyshj .v139u5c .bgtxv6     .v5kiiffb::before { color: #10b981; }
.wyshj .btspccp    .pxj0kl8b .v5kiiffb::before,
.wyshj .yuk4t  .pxj0kl8b .v5kiiffb::before,
.wyshj .qxmo  .pxj0kl8b .v5kiiffb::before,
.wyshj .v139u5c .pxj0kl8b .v5kiiffb::before { color: #f43f5e; }
.wyshj .btspccp    .p9l24o    .v5kiiffb::before,
.wyshj .yuk4t  .p9l24o    .v5kiiffb::before,
.wyshj .qxmo  .p9l24o    .v5kiiffb::before,
.wyshj .v139u5c .p9l24o    .v5kiiffb::before { color: #a855f7; }
.qu5nfj .pxj0kl8b { background: #2d0b0b; border-color: #ef4444; }
.qu5nfj .p9l24o    { background: #2d1600; border-color: #f97316; }
.qu5nfj .t5rxrec1 strong  { color: #f1f5f9; }
.qu5nfj .t5rxrec1 p       { color: #cbd5e1; }
.qu5nfj .btspccp    .bgtxv6     .v5kiiffb::before,
.qu5nfj .yuk4t  .bgtxv6     .v5kiiffb::before,
.qu5nfj .qxmo  .bgtxv6     .v5kiiffb::before,
.qu5nfj .v139u5c .bgtxv6     .v5kiiffb::before { color: #eab308; }
.qu5nfj .btspccp    .pxj0kl8b .v5kiiffb::before,
.qu5nfj .yuk4t  .pxj0kl8b .v5kiiffb::before,
.qu5nfj .qxmo  .pxj0kl8b .v5kiiffb::before,
.qu5nfj .v139u5c .pxj0kl8b .v5kiiffb::before { color: #ef4444; }
.qu5nfj .btspccp    .p9l24o    .v5kiiffb::before,
.qu5nfj .yuk4t  .p9l24o    .v5kiiffb::before,
.qu5nfj .qxmo  .p9l24o    .v5kiiffb::before,
.qu5nfj .v139u5c .p9l24o    .v5kiiffb::before { color: #f97316; }
.gl2xh4 .pxj0kl8b { background: #12103a; border-color: #818cf8; }
.gl2xh4 .p9l24o    { background: #0a2020; border-color: #2dd4bf; }
.gl2xh4 .t5rxrec1 strong  { color: #f1f5f9; }
.gl2xh4 .t5rxrec1 p       { color: #cbd5e1; }
.gl2xh4 .btspccp    .bgtxv6     .v5kiiffb::before,
.gl2xh4 .yuk4t  .bgtxv6     .v5kiiffb::before,
.gl2xh4 .qxmo  .bgtxv6     .v5kiiffb::before,
.gl2xh4 .v139u5c .bgtxv6     .v5kiiffb::before { color: #38bdf8; }
.gl2xh4 .btspccp    .pxj0kl8b .v5kiiffb::before,
.gl2xh4 .yuk4t  .pxj0kl8b .v5kiiffb::before,
.gl2xh4 .qxmo  .pxj0kl8b .v5kiiffb::before,
.gl2xh4 .v139u5c .pxj0kl8b .v5kiiffb::before { color: #818cf8; }
.gl2xh4 .btspccp    .p9l24o    .v5kiiffb::before,
.gl2xh4 .yuk4t  .p9l24o    .v5kiiffb::before,
.gl2xh4 .qxmo  .p9l24o    .v5kiiffb::before,
.gl2xh4 .v139u5c .p9l24o    .v5kiiffb::before { color: #2dd4bf; }
.uejpvt .bgtxv6     { background: var(--accent-bg); border-color: var(--accent-light); }
.uejpvt .pxj0kl8b { background: var(--accent-bg-light); border-color: var(--accent-light); }
.uejpvt .p9l24o    { background: var(--accent-bg); border-color: var(--accent-pale); }
.uejpvt .btspccp    .v5kiiffb::before,
.uejpvt .yuk4t  .v5kiiffb::before,
.uejpvt .qxmo  .v5kiiffb::before,
.uejpvt .v139u5c .v5kiiffb::before { color: var(--accent-light) !important; }
.v3w7::before,
.vns4::before { margin-right: 5px; }
.i7rw6r .i9qv8fi ul li,
.i7rw6r .i9qv8fi .v3w7 { color: #22c55e; }
.i7rw6r .lon56t ul li,
.i7rw6r .lon56t .vns4 { color: #ef4444; }
.ygs7v .i9qv8fi { background: var(--bg-pros); }
.ygs7v .lon56t { background: var(--bg-cons); }
.ygs7v .i9qv8fi .v3w7 { color: var(--c-pros-label); }
.ygs7v .lon56t .vns4 { color: var(--c-cons); }
.ygs7v .i9qv8fi ul li,
.ygs7v .lon56t ul li,
.fwf4lx .i9qv8fi { background: var(--bg-pros); }
.fwf4lx .lon56t { background: var(--bg-cons); }
.fwf4lx .i9qv8fi .v3w7 { color: var(--c-pros-label); }
.fwf4lx .lon56t .vns4 { color: var(--c-cons); }
.fwf4lx .i9qv8fi ul li,
.fwf4lx .oerzpv li          { color: var(--c-pros); }
.fwf4lx .lon56t ul li,
.fwf4lx .o93k14yd li          { color: var(--c-cons); }
.scmnezqu .v3w7::before { content: "✓ "; }
.scmnezqu .vns4::before { content: "✗ "; }
.uq985 .v3w7::before { content: "→ "; }
.uq985 .vns4::before { content: "← "; }
.nse42l6a .v3w7::before { content: "★ "; }
.nse42l6a .vns4::before { content: "✕ "; }
.tnea .v3w7::before { content: "◆ "; }
.tnea .vns4::before { content: "▲ "; }
.hjcfk1m .t5rxrec1 { background: transparent; border-left: none; border: 1.5px solid; }
.hjcfk1m .pxj0kl8b { border-color: var(--c-warn-border); }
.hjcfk1m .p9l24o    { border-color: #60a5fa; }
.hjcfk1m .t5rxrec1 strong { color: var(--text-primary); }
.hjcfk1m .t5rxrec1 p      { color: var(--text-muted); }
.vbw67k .t5rxrec1 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.vbw67k .pxj0kl8b { border-top-color: var(--c-warn-border); }
.vbw67k .p9l24o    { border-top-color: #60a5fa; }
.bhes .t5rxrec1 { border-left: none; border-radius: 8px; }
.bhes .pxj0kl8b { background: #92400e; }
.bhes .p9l24o    { background: #1e3a8a; }
.bhes .t5rxrec1 strong,
.bhes .t5rxrec1 p { color: #fff; }
.bhes .v5kiiffb::before { color: rgba(255,255,255,0.85) !important; }
.wyshj.bhes .pxj0kl8b,
.wyshj .bhes .pxj0kl8b { background: #2d0a1e; }
.wyshj.bhes .p9l24o,
.wyshj .bhes .p9l24o    { background: #1e1036; }
.qu5nfj.bhes .pxj0kl8b,
.qu5nfj .bhes .pxj0kl8b  { background: #2d0b0b; }
.qu5nfj.bhes .p9l24o,
.qu5nfj .bhes .p9l24o     { background: #2d1600; }
.gl2xh4.bhes .pxj0kl8b,
.gl2xh4 .bhes .pxj0kl8b  { background: #12103a; }
.gl2xh4.bhes .p9l24o,
.gl2xh4 .bhes .p9l24o     { background: #0a2020; }
.pfsz18qu .t5rxrec1 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.pfsz18qu .pxj0kl8b { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.pfsz18qu .p9l24o    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.pfsz18qu .t5rxrec1 strong { color: var(--text-primary); }
.pfsz18qu .t5rxrec1 p      { color: var(--text-muted); }
.c5vgb2 .t5rxrec1 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.btspccp .v5kiiffb,
.yuk4t .v5kiiffb,
.qxmo .v5kiiffb,
.v139u5c .v5kiiffb { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.btspccp .v5kiiffb::before,
.yuk4t .v5kiiffb::before,
.qxmo .v5kiiffb::before,
.v139u5c .v5kiiffb::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.btspccp .bgtxv6     .v5kiiffb::before { content: "✦"; color: var(--c-tip-border); }
.btspccp .pxj0kl8b .v5kiiffb::before { content: "▲"; color: var(--c-warn-border); }
.btspccp .p9l24o    .v5kiiffb::before { content: "◉"; color: #60a5fa; }
.yuk4t .bgtxv6     .v5kiiffb::before { content: "★"; color: var(--c-tip-border); }
.yuk4t .pxj0kl8b .v5kiiffb::before { content: "◆"; color: var(--c-warn-border); }
.yuk4t .p9l24o    .v5kiiffb::before { content: "●"; color: #60a5fa; }
.qxmo .bgtxv6     .v5kiiffb::before { content: "▶"; color: var(--c-tip-border); }
.qxmo .pxj0kl8b .v5kiiffb::before { content: "■"; color: var(--c-warn-border); }
.qxmo .p9l24o    .v5kiiffb::before { content: "▸"; color: #60a5fa; }
.v139u5c .bgtxv6     .v5kiiffb::before { content: "→"; color: var(--c-tip-border); }
.v139u5c .pxj0kl8b .v5kiiffb::before { content: "⬥"; color: var(--c-warn-border); }
.v139u5c .p9l24o    .v5kiiffb::before { content: "◈"; color: #60a5fa; }
.fses0o .zx2ojjnj .rnuwlp,
.fses0o .khwiu8 .rnuwlp  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.fses0o .tyhmu                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.fses0o .jbn5eg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.fses0o .or2v6                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.k9gcd36x .zx2ojjnj .rnuwlp,
.k9gcd36x .khwiu8 .rnuwlp,
.k9gcd36x .tyhmu,
.k9gcd36x .rsdr,
.k9gcd36x .ja4hwtx,
.k9gcd36x .jbn5eg,
.k9gcd36x .or2v6,
.k9gcd36x .c5vgb2 .t5rxrec1 { box-shadow: none; }
.o0hb   body, .o0hb   { font-size: 0.9rem; }
.o0hb   .qweo, .o0hb .teyd, .o0hb .rxsmk,
.o0hb   .v298, .o0hb .j0g8o9u { font-size: 0.9rem; }
.o0hb   .vz8skj3v, .o0hb .a6ydv734 { font-size: 0.9rem; }
.zp2mp3   .qweo, .zp2mp3 .teyd, .zp2mp3 .rxsmk,
.zp2mp3   .v298, .zp2mp3 .j0g8o9u { font-size: 0.95rem; }
.zp2mp3   .vz8skj3v, .zp2mp3 .a6ydv734 { font-size: 0.95rem; }
.g2okz0h   .qweo, .g2okz0h .teyd, .g2okz0h .rxsmk,
.g2okz0h   .v298, .g2okz0h .j0g8o9u { font-size: 1.08rem; }
.g2okz0h   .vz8skj3v, .g2okz0h .a6ydv734 { font-size: 1.05rem; }
.g2okz0h   .mtlgapt9 { font-size: 0.97rem; }
.guhx .u4squliu      { font-size: 3.2rem; }
.guhx h2.sjw42wrm { font-size: 1.9rem; }
.guhx h3.drm26lzi     { font-size: 1.4rem; }
.bephgh5 .u4squliu      { font-size: 3.8rem; }
.bephgh5 h2.sjw42wrm { font-size: 2.2rem; }
.bephgh5 h3.drm26lzi     { font-size: 1.6rem; }
.mym2exb + .mym2exb { position: relative; }
.ecyi   .mym2exb + .mym2exb::before,
.lu2f9d7  .mym2exb + .mym2exb::before,
.d5ky7   .mym2exb + .mym2exb::before,
.ox4jj   .mym2exb + .mym2exb::before,
.tmu2   .mym2exb + .mym2exb::before,
.xnylo .mym2exb + .mym2exb::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.ecyi .mym2exb + .mym2exb::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.lu2f9d7 .mym2exb + .mym2exb::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.d5ky7 .mym2exb + .mym2exb::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.ox4jj .mym2exb + .mym2exb::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.uszy4j .mym2exb { margin-bottom: 16px; }
.uszy4j .mym2exb + .mym2exb { margin-top: 0; }
.uszy4j .etdz { padding-top: 0; padding-bottom: 0; }
.tmu2 .mym2exb + .mym2exb::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.xnylo .mym2exb + .mym2exb::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.geqkx .mym2exb + .mym2exb::before,
.z9wupaz .mym2exb + .mym2exb::before,
.xtcz8wb0 .mym2exb + .mym2exb::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%;
}
.d3gp7co .geqkx .mym2exb:nth-child(even)::before,
.d3gp7co .z9wupaz .mym2exb:nth-child(even)::before,
.d3gp7co .xtcz8wb0 .mym2exb:nth-child(even)::before { background: var(--bg-surface); }
.dkft .geqkx .mym2exb:nth-child(even)::before,
.dkft .z9wupaz .mym2exb:nth-child(even)::before,
.dkft .xtcz8wb0 .mym2exb:nth-child(even)::before { background: var(--bg-card); }
.geqkx .mym2exb + .mym2exb::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");
}
.z9wupaz .mym2exb + .mym2exb::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");
}
.xtcz8wb0 .mym2exb + .mym2exb::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");
}
.e7ecjp1 .w67c,
.i2k0 .w67c { padding-bottom: 60px; }
.pq8qd .w67c { padding-bottom: 70px; }
.bswix7t0 .k2zli7ti:not(.rurdvu) .fec79 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bswix7t0 .rurdvu { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.bswix7t0 .ndde { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.bswix7t0 .ndyg6r58 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.puuseys .ndyg6r58 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.eiyq0y .ndyg6r58 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qb0u58n .ndyg6r58 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.klsu .ndyg6r58 { background: var(--accent-bg); }
.be5ebm .dtvaf { float: left; width: 38%; margin: 0 28px 16px 0; }
.be5ebm .dtvaf .c4qpkl4 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.be5ebm .etdz::after { content: ''; display: block; clear: both; }
.afe9 .dtvaf { float: right; width: 38%; margin: 0 0 16px 28px; }
.afe9 .dtvaf .c4qpkl4 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.afe9 .etdz::after { content: ''; display: block; clear: both; }
.ru777 .mym2exb:nth-child(odd)  .dtvaf { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ru777 .mym2exb:nth-child(even) .dtvaf { float: right; width: 38%; margin: 0 0 16px 28px; }
.ru777 .dtvaf .c4qpkl4 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ru777 .etdz::after { content: ''; display: block; clear: both; }
.be5ebm .j88mmm,
.afe9 .j88mmm,
.afe9 .seva,
.ru777 .j88mmm,
@media (max-width: 900px) {
  .be5ebm .dtvaf,
  .afe9 .dtvaf,
  .ru777 .mym2exb:nth-child(odd)  .dtvaf,
  .ru777 .mym2exb:nth-child(even) .dtvaf {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .be5ebm .dtvaf .c4qpkl4,
  .afe9 .dtvaf .c4qpkl4,
  .ru777 .dtvaf .c4qpkl4 {
    max-height: none !important;
  }
}
.be5ebm .vz8skj3v,
.be5ebm .a6ydv734,
.afe9 .vz8skj3v,
.afe9 .a6ydv734,
.ru777 .vz8skj3v,
.ru777 .a6ydv734 { overflow: hidden; }
@media (max-width: 640px) {
  .be5ebm .dtvaf,
  .afe9 .dtvaf,
  .ru777 .dtvaf { float: none; width: 100%; margin: 0 0 16px 0; }
}
.c59qs .ld37kw59,
.c59qs .etdz,
.c59qs .yit03yo  { max-width: 1100px; }
.timyo .ld37kw59,
.timyo .etdz,
.timyo .yit03yo  { max-width: 1200px; }
.v2hjwd2o .ld37kw59,
.v2hjwd2o .etdz,
.v2hjwd2o .yit03yo  { max-width: 1320px; }
.hkpsd { font-size: 0.82rem; color: var(--text-muted); }
.yhis2 { display: flex; align-items: center; }
.qlen {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.jm1qj { display: flex; align-items: center; }
.pxbj { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.pxbj:hover { text-decoration: underline; }
.qsbunfgt { margin: 0 3px; opacity: 0.45; }
.qsbunfgt::before { content: '/'; }
.jaj0 { padding: 2px 5px; color: var(--text-main); }
.ogtudk .hkpsd {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.ogtudk .yhis2 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.bc630 .hkpsd {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.bc630 .yhis2 { padding: 0 0 0 12px; }
.ydkx2 .yhis2 { padding: 0 16px; }
.ydkx2 .hkpsd {
  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);
}
.ydkx2 .ld37kw59 { padding-top: 28px; }
@media (max-width: 720px) {
  .d5c8dm4 { margin-top: 18px; padding: 0 16px; }
  .ydkx2 .ld37kw59 { padding-top: 16px; }
}
.c59qs.ogtudk .yhis2 { max-width: 1100px; }
.timyo.ogtudk .yhis2 { max-width: 1200px; }
.v2hjwd2o.ogtudk .yhis2 { max-width: 1320px; }
.auaiv0w8 .mym2exb { padding-top: 16px; padding-bottom: 16px; }
.fs192a .mym2exb { padding-top: 24px; padding-bottom: 24px; }
.ax4mlt .mym2exb { padding-top: 40px; padding-bottom: 40px; }
.dam4 .mym2exb { padding-top: 52px; padding-bottom: 52px; }
.f1f80o .mym2exb:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.f1f80o .mym2exb:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.f1f80o .mym2exb:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.f1f80o .mym2exb:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.rwce .etdz { padding-top: 10px;  padding-bottom: 10px; }
.j86y87ex .etdz { padding-top: 18px;  padding-bottom: 18px; }
.ge2of88 .etdz { padding-top: 36px;  padding-bottom: 36px; }
.r7x4 .etdz { padding-top: 48px;  padding-bottom: 48px; }
.h2jf9h3 h2.sjw42wrm { font-weight: 600; }
.h2jf9h3 h3.drm26lzi     { font-weight: 600; }
.clhs { font-weight: 500; }
.clhs h2.sjw42wrm { font-weight: 800; }
.clhs h3.drm26lzi     { font-weight: 700; }
.l2yuzo5w h2.sjw42wrm { font-weight: 900; }
.l2yuzo5w h3.drm26lzi     { font-weight: 800; }
.l2yuzo5w .t5rxrec1 strong,
.l2yuzo5w .t5rxrec1 strong { font-weight: 600; }
.vd0bo {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qms7 .vd0bo { display: none; }
@media (max-width: 640px) { .vd0bo { display: none; } }
.vd0bo { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vd0bo:hover { opacity: 0.85; }
.kawuhb .vd0bo { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.kpdu46d .vd0bo,
.xsorca  .vd0bo { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.kpdu46d .vd0bo:hover,
.xsorca  .vd0bo:hover { opacity: 0.88; }
.kawuhb.kpdu46d .vd0bo,
.kawuhb.xsorca  .vd0bo { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.vjdadzj {
  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;
}
.vjdadzj:hover { transform: translateY(-2px); opacity: 0.92; }
.vjdadzj { background: var(--cta) !important; color: #fff !important; border: none !important; }
.jmyuuw .vjdadzj { display: none; }
.hj3p52 .vjdadzj { right: 32px; }
.ws4ywsf  .vjdadzj { left: 32px; }
@media (max-width: 480px) {
  .hj3p52 .vjdadzj { right: 20px; bottom: 20px; }
  .ws4ywsf  .vjdadzj { left: 20px; bottom: 20px; }
}
.auih { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.yit03yo { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.hdpt { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.nlacgm { color: var(--text-dim); font-size: 0.8rem; }
.ilpvyq { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.ilpvyq img { height: 26px; width: auto; object-fit: contain; }
.vu6c { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.kowrad8h .yit03yo { text-align: center; }
.kowrad8h .hdpt { margin-top: 0; }
.gow2ld { margin-top: 10px; }
.gow2ld a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .yit03yo { padding-left: 16px; padding-right: 16px; }
  .x9x4i .yit03yo { padding: 20px 16px; }
  .s1b5 { gap: 4px 12px; }
  .hdpt { font-size: 0.78rem; }
}
.ej4xcr4 .dltd34 .ilpvyq { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.ej4xcr4 .vu6c { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.ej4xcr4 .j2hb9ug { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.ej4xcr4 .j2hb9ug a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.ej4xcr4 .j2hb9ug a:hover { color: var(--accent-light); }
.ej4xcr4 .hdpt { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ej4xcr4 .nlacgm { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ej4xcr4 .awc9xbve { grid-template-columns: 1fr 1fr; } .ej4xcr4 .dltd34 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ej4xcr4 .awc9xbve { grid-template-columns: 1fr; } }
.fc93ano3 .ilpvyq { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.fc93ano3 .hdpt { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .fc93ano3 .lme0vgc { gap: 12px; } .fc93ano3 .ilpvyq { margin-right: 0; width: 100%; } }
.qp0bum31 .ltkg26l { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.qp0bum31 .iteeopa .ilpvyq { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.qp0bum31 .vu6c { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.qp0bum31 .jca7bptl { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.qp0bum31 .j2hb9ug { display: flex; flex-direction: column; gap: 9px; }
.qp0bum31 .j2hb9ug a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.qp0bum31 .j2hb9ug a:hover { color: var(--accent-light); }
.qp0bum31 .jakwgr0 { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.qp0bum31 .hdpt { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.qp0bum31 .nlacgm { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .qp0bum31 .ltkg26l { grid-template-columns: 1fr 1fr; } .qp0bum31 .iteeopa { grid-column: 1 / -1; } }
@media (max-width: 480px) { .qp0bum31 .ltkg26l { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .crgdu .ns5x6356 { grid-template-columns: 1fr 1fr; } .crgdu .emj4:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .crgdu .ns5x6356 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .p3vr .ns5x6356 { grid-template-columns: 1fr; } }
.xwce .yit03yo { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.ungg9um .gy7kjn2      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.ungg9um .auih { background: var(--bg-page); border-top-color: var(--border-alt); }
.k182ks85 .gy7kjn2      { background: #0d1117; border-bottom-color: #21262d; }
.k182ks85 .moxjl { color: var(--accent-light); }
.k182ks85 .k0h3koyl { --msep-color: #8b949e; }
.k182ks85 .k0h3koyl a { color: #8b949e; }
.k182ks85 .k0h3koyl a:hover { color: var(--accent-light); }
.k182ks85 .tgpfc1m4 { color: #8b949e; }
.k182ks85 .auih { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.k182ks85 .hdpt,
.k182ks85 .nlacgm { color: #6e7681; }
.k182ks85 .j2hb9ug a, .k182ks85 .yqg6fpf a,
.k182ks85 .ilpvyq { color: #e6edf3; }
.k182ks85 .j2hb9ug a:hover, .k182ks85 .yqg6fpf a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .k182ks85 .k0h3koyl { background: #0d1117; border-top-color: #21262d; }
  .k182ks85 .k0h3koyl li a { border-bottom-color: #21262d; }
}
.j7fy5p .gy7kjn2      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.j7fy5p .moxjl { color: var(--accent-light); }
.j7fy5p .k0h3koyl { --msep-color: #475569; }
.j7fy5p .k0h3koyl a { color: #475569; }
.j7fy5p .k0h3koyl a:hover { color: var(--accent-light); }
.j7fy5p .tgpfc1m4 { color: #64748b; }
.j7fy5p .auih { background: #f0f4f8; border-top-color: #cbd5e1; }
.j7fy5p .hdpt,
.j7fy5p .nlacgm { color: #64748b; }
.j7fy5p .j2hb9ug a, .j7fy5p .yqg6fpf a,
.j7fy5p .wwxkc a, .j7fy5p .ilpvyq { color: #374151; }
.j7fy5p .j2hb9ug a:hover, .j7fy5p .yqg6fpf a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .j7fy5p .k0h3koyl { background: #f0f4f8; border-top-color: #cbd5e1; }
  .j7fy5p .k0h3koyl li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.kpdu46d .gy7kjn2      { background: var(--accent); border-bottom-color: var(--accent-light); }
.kpdu46d .moxjl { color: #fff; }
.kpdu46d .k0h3koyl { --msep-color: rgba(255,255,255,0.82); }
.kpdu46d .k0h3koyl a { color: rgba(255,255,255,0.82); }
.kpdu46d .k0h3koyl a:hover { color: #fff; }
.kpdu46d .tgpfc1m4 { color: rgba(255,255,255,0.9); }
.kpdu46d .auih { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.kpdu46d .hdpt,
.kpdu46d .nlacgm { color: rgba(255,255,255,0.72); }
.kpdu46d .j2hb9ug a, .kpdu46d .yqg6fpf a,
.kpdu46d .wwxkc a, .kpdu46d .ilpvyq { color: #fff; }
.kpdu46d .vu6c, .kpdu46d .jca7bptl { color: rgba(255,255,255,0.7); }
.kpdu46d .j2hb9ug a:hover, .kpdu46d .yqg6fpf a:hover { color: #fff; }
@media (max-width: 640px) {
  .kpdu46d .k0h3koyl { background: var(--accent); border-top-color: var(--accent-light); }
  .kpdu46d .k0h3koyl li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.xsorca .gy7kjn2 {
  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);
}
.xsorca .auih {
  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) {
  .xsorca .k0h3koyl {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.jnhvpd .ycvf { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.vy0frjh .ycvf { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ght4 .ycvf { min-height: 72px; height: auto; }
.i8t08k9v .ycvf { min-height: 84px; height: auto; }
.x9x4i .ycvf { max-width: none; padding: 0 32px; }
.x9x4i .yit03yo  { max-width: none; padding: 24px 32px; }
.nq5m.timyo .ycvf { max-width: 1200px; }
.nq5m.v2hjwd2o .ycvf { max-width: 1320px; }
.qdbs   .moxjl, .qdbs   .ilpvyq { text-transform: capitalize; }
.k8j8384 .moxjl, .k8j8384 .ilpvyq { text-transform: lowercase; }
.k95o .moxjl, .k95o .ilpvyq { text-transform: uppercase; letter-spacing: 0.06em; }
.g7qs6v, .toqabu {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vco7b4ay .g7qs6v,
.vco7b4ay .toqabu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ei8r8o8 .g7qs6v,
.ei8r8o8 .toqabu { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.h5o5l62 .g7qs6v,
.h5o5l62 .toqabu { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.xbk8w .g7qs6v,
.xbk8w .toqabu { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.yrlaw6   .k0h3koyl a { font-weight: 500; }
.igl5si8m .k0h3koyl a { font-weight: 600; }
.zcioql89     .k0h3koyl a { font-weight: 700; }
.gxq2w    .k0h3koyl a { font-weight: 800; letter-spacing: 0.01em; }
.kcwi3j77     .k0h3koyl > li + li::before,
.j032b56    .k0h3koyl > li + li::before,
.kql1cns    .k0h3koyl > li + li::before,
.t6uw8 .k0h3koyl > li + li::before,
.jahfo .k0h3koyl > li + li::before,
.zkm7i2w  .k0h3koyl > li + li::before,
.h0k6    .k0h3koyl > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.kcwi3j77     .k0h3koyl > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.j032b56    .k0h3koyl > li + li::before { content: "|"; }
.kql1cns    .k0h3koyl > li + li::before { content: "—"; }
.t6uw8 .k0h3koyl > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.jahfo .k0h3koyl > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.zkm7i2w  .k0h3koyl > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.h0k6    .k0h3koyl > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .eqt1abe1 .tgpfc1m4,
  .chu7o .tgpfc1m4,
  .jpjrah .tgpfc1m4,
  .teyi51 .tgpfc1m4,
  .dk8q .tgpfc1m4 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .eqt1abe1 .tgpfc1m4::before,
  .chu7o .tgpfc1m4::before,
  .jpjrah .tgpfc1m4::before,
  .teyi51 .tgpfc1m4::before,
  .dk8q .tgpfc1m4::before { content: ""; display: block; flex-shrink: 0; }

  
  .eqt1abe1 .tgpfc1m4::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;
  }

  
  .chu7o .tgpfc1m4::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;
  }

  
  .jpjrah .tgpfc1m4::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;
  }

  
  .teyi51 .tgpfc1m4::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;
  }

  
  .dk8q .tgpfc1m4::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) {
  .ys8x3f .tgpfc1m4 {
    padding: 5px 14px;
  }
  .ys8x3f .k0h3koyl {
    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;
  }
  .ys8x3f .k0h3koyl li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ys8x3f .k0h3koyl li a:hover { background: var(--bg-raised); }
  .ys8x3f .cwuujlz,
  .bb0cm .cwuujlz,
  .vifb52 .cwuujlz { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .oir1o .tgpfc1m4 {
    padding: 5px 10px;
  }
  .oir1o .k0h3koyl {
    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);
  }
  .oir1o .k0h3koyl.i0py { transform: translateX(0); }
  .oir1o .k0h3koyl li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .oir1o .k0h3koyl li:last-child a { border-bottom: none; }
  .kpdu46d .k0h3koyl,
  .k182ks85 .k0h3koyl { background: var(--accent) !important; }
  .kpdu46d .k0h3koyl li a,
  .k182ks85 .k0h3koyl li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .vifb52 .tgpfc1m4 {
    padding: 5px 10px;
  }
  .vifb52 .k0h3koyl {
    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);
  }
  .vifb52 .k0h3koyl::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .vifb52 .k0h3koyl.i0py { transform: translateY(0); }
  .vifb52 .k0h3koyl li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ln5uimg .tgpfc1m4 {
    padding: 5px 10px;
  }
  .ln5uimg .k0h3koyl {
    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;
  }
  .ln5uimg .k0h3koyl.i0py { opacity: 1; pointer-events: auto; }
  .ln5uimg .k0h3koyl li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .p24vs     .tgpfc1m4 { border-radius: 0 !important; }
  .m41owim   .tgpfc1m4 { border-radius: 8px !important; }
  .we8rj .tgpfc1m4 { border-radius: 50% !important; }
  .fde8htx   .tgpfc1m4 { border-radius: 999px !important; }
}
.n9n19i .w8cifi0o { height: 36px; }
.tusrx1dk .w8cifi0o { height: 60px; max-width: 200px; }
.evgrxt .w8cifi0o { height: 76px; max-width: 240px; }
.uz1f1w1e    .ulfb, .uz1f1w1e    .f1rpu4 { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.qsfp7eez .k1w4z + .k1w4z {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .jmbjx9o9 .seva {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .jmbjx9o9 .rsdr {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .jmbjx9o9 .rsdr { padding: 40px 16px 20px; }
  .jmbjx9o9 .k1w4z {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .jmbjx9o9 .u9w10f1t { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .n916hpa .rsdr {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .n916hpa .rsdr::before {
    position: absolute; top: 14px; left: 14px;
  }
  .n916hpa .rh31tbmi {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .n916hpa .ugmw { white-space: normal; text-align: center; font-size: 1.2rem; }
  .n916hpa .k1w4z {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .n916hpa .u9w10f1t { width: 100%; min-width: 0; }
  .n916hpa .ulfb { min-width: 0; }
}
.wa9o7 .f1g9mq {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.wa9o7 .f1g9mq summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.wa9o7 .f1g9mq p { padding: 0 2px 16px; }
.uo8jc .f1g9mq { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.uo8jc .f1g9mq summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.uo8jc .f1g9mq summary::after { content: "›"; font-size: 1.2em; }
.uo8jc .f1g9mq[open] summary::after { content: "‹"; }
.uo8jc .f1g9mq p { padding: 10px 22px 4px; }
.oiql9 .f1g9mq {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.oiql9 .f1g9mq summary { color: var(--text-primary); padding-left: 16px; }
.oiql9 .f1g9mq summary::after { content: "›"; font-size: 1.1em; }
.oiql9 .f1g9mq[open] summary::after { content: "‹"; }
.oiql9 .f1g9mq p { padding-left: 16px; }
.sa189upq .gxbg { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.sa189upq .f1g9mq {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.sa189upq .f1g9mq:last-child { border-bottom: none; }
.sa189upq .f1g9mq summary { color: var(--text-primary); border-radius: 0; }
.sa189upq .f1g9mq summary::after { content: "›"; font-size: 1.1em; }
.sa189upq .f1g9mq[open] summary::after { content: "‹"; }
.a4tx .f1g9mq { overflow: hidden; }
.a4tx .f1g9mq summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.a4tx .f1g9mq summary::after { color: rgba(255,255,255,.75); }
.a4tx .f1g9mq[open] summary { border-radius: 0; }
.o0gxiuof { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.ys3em {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ryppemus {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.l7qn { color: var(--text-muted); font-size: 1.05rem; }
.l80c28xw {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ggcrhqc { margin-bottom: 20px; }
.uxheeok {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.yqqhsmy6 {
  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;
}
.yqqhsmy6:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.cng1 { resize: vertical; min-height: 130px; }
.f8g5g1nh { width: 100%; margin-top: 8px; }
.nsgoktxj {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.vx2dle {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.hsljbjeb { color: var(--text-muted); line-height: 1.75; }
.rk5gff { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.rk5gff li { margin-bottom: 6px; }
.y9tm5y { max-width: 760px; margin: 0 auto; }
.t2xu5 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.xvd9ryp { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.xvd9ryp:last-child { border-bottom: none; }
.xvd9ryp h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.xvd9ryp p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.v54o { max-width: 760px; margin: 0 auto; }
.cov1r ul.rk5gff { margin: 0; }
@media (max-width: 640px) { .jvzqx928 { grid-template-columns: 1fr; gap: 10px; } }
.z86z85l { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.x7jt7x { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.x5xwkax { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.x7jt7x p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.x7jt7x .rk5gff { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .z86z85l { grid-template-columns: 1fr; } }
.b39bd { color: inherit; text-decoration: none; }
.b39bd:hover { color: var(--accent-light); text-decoration: underline; }
.dcpkwwtj { display: inline-block; line-height: 0; }
.fmpixqr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.f1f1 { margin-bottom: 48px; }
.rvqh297 { max-width: 760px; margin: 0 auto; }
.hv6i2sm { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.hv6i2sm:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.gptvrs { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.hv6i2sm p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.hv6i2sm ul.rk5gff { margin: 0; }
.mkci0k9 { color: var(--text-muted); line-height: 1.75; }
.bb1ihjar .rk5gff,
.vjo6bknp .rk5gff,
.p6r8z8q .rk5gff,
.c7xe .rk5gff {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.bb1ihjar .hv6i2sm,
.vjo6bknp .hv6i2sm { text-align: left; }
.bb1ihjar .gptvrs,
.vjo6bknp .gptvrs { text-align: center; }
.rgwz1 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.qip7q { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.pjxrd { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.lzu5 { margin-top: 12px; }
.o4cvc3x { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.o4cvc3x:hover { border-bottom-color: var(--accent-light); }
.agkcj { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.agkcj img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yf45 { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.f3lb { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.cywx3 { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
.uum4 { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .uum4 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.mzqgfvey .pjxrd, .mzqgfvey .qip7q { max-width: 640px; }
.fzz9b .rgwz1 { font-size: 1.6rem; margin-top: 18px; }
.l3bziqkw .pjxrd { margin-bottom: 28px; }
@media (max-width: 860px) { .r7pc { grid-template-columns: 1fr; } .fzz9b { position: static; text-align: center; } }
.dgbzu .agkcj { margin: 0 auto 18px; }
.dgbzu .f3lb { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .t77onr { grid-template-columns: 1fr; } }
.tlomv .rgwz1 { font-size: 1.6rem; margin-bottom: 6px; }
.c7xe .rk5gff { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .tlomv { flex-direction: column; text-align: center; } .h0fw { grid-template-columns: 1fr; } }
.vymvvz .rgwz1 { font-size: 1.35rem; margin: 0 0 4px; }
.vymvvz .f3lb { margin: 0; }
.yvhr .ryppemus { color: var(--accent-light); }
.w0yzatz .ryppemus { font-size: 2rem; }
.w0yzatz .l7qn { max-width: 680px; }
.qo7m3nc .ryppemus { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.qo7m3nc .l7qn  { margin: 0; }
@media (max-width: 640px) { .qo7m3nc { flex-direction: column; } }
.chxdk5 .ryppemus { color: var(--accent-light); }
.yaq859 .ryppemus { color: #fff; }
.yaq859 .l7qn  { color: rgba(255,255,255,0.85); }
.m3248i2 { max-width: 680px; margin: 0 auto; }
.xgbb {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .xgbb { grid-template-columns: 1fr; } }
.g778 .yqqhsmy6 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.g778 .yqqhsmy6:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.s02zjxb3 .yqqhsmy6 { background: var(--bg-raised); border-color: transparent; }
.s02zjxb3 .yqqhsmy6:focus { background: var(--bg-card); border-color: var(--accent-light); }
.usvyz .yqqhsmy6 { border-radius: 100px; padding: 11px 20px; }
.usvyz .cng1 { border-radius: 14px; }
@media (max-width: 640px) { .puluv { grid-template-columns: 1fr; } }
.q49pz1qn { counter-reset: priv-count; }
.u6mu {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.u6mu:last-child { border-bottom: none; }
.lga17 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.u6mu h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.u6mu p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.v5oem{position:relative;overflow:visible}
.axvh .ovnd,.nzrzhx97 .ovnd{display:block}
.axvh .ovnd{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.axvh .ovnd .d98a0yfn{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.axvh .by2yir7a{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.axvh .ovnd{position:relative;margin-top:16px}
.axvh .ovnd .d98a0yfn{margin:0 auto}
.nzrzhx97 .ndyg6r58~.ovnd,
.nzrzhx97 .ndyg6r58~.ovnd .d98a0yfn,
.ndyg6r58~.ovnd,.rzti~.ovnd{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}
.ndyg6r58~.ovnd .d98a0yfn{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.tekq .d98a0yfn{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.i78cas{--date-bg:transparent}
.asec7 .rztsj::before{content:"◆";font-size:.5em;opacity:.35}
.asec7 .by2yir7a + .by2yir7a::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.u7lzlkjz{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.pn7y{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.g5xr{display:flex;flex-direction:column;gap:3px}
.ku27a{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.avtrv38{font-weight:700;font-size:1rem;color:var(--text-heading)}
.s0ju7s{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.rrnzvmq .u7lzlkjz{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.eqsk6p .u7lzlkjz{border-top:3px solid var(--accent);padding-top:18px}
.vhj3bj .u7lzlkjz{border-left:3px solid var(--accent);border-radius:0}
.fv90jr .u7lzlkjz{padding:20px 0}
@media(max-width:640px){
  .u7lzlkjz{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .s0ju7s{max-width:100%}
}
:root {
  --accent:          #6e121f;
  --brand:           #6e121f;
  --brand-light:     #e5a100;
  --brand-pale:      #e5a100;
  --grad-start:      #160306;
  --grad-end:        #580e18;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #e5a100;
  --cta-light:       #f9c037;
  --cta-hover:       #ffb70e;
  --bg-page:         #140407;
  --bg-surface:      #20070b;
  --bg-card:         #2d0a0f;
  --bg-card-inner:   #390d14;
  --bg-raised:       #451018;
  --bg-hover:        #52131c;
  --border:          #621722;
  --border-alt:      #7b1d2a;
  --border-section:  #621722;
  --text-primary:    #e7e3e3;
  --text-muted:      #ad9ea0;
  --text-body:       #d0c7c8;
  --text-sub:        #ad9ea0;
  --text-faint:      #7c686b;
  --text-dim:        #605153;
  --text-label:      #968285;
  --text-value:      #c4b9bb;
  --accent-bg:       #2b1115;
  --accent-bg-light: #43181e;
  --bg-tip:          #172616;
  --bg-warning:      #272115;
  --bg-info:         #171626;
  --bg-pros:         #172616;
  --bg-cons:         #261617;
  --c-pros:          #83f07e;
  --c-cons:          #e6898b;
  --c-pros-label:    #57eb50;
  --c-tip-border:    #38e830;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #83f07e;
}
:root { --logo-bg-opacity: 47%; }
body, button, input { font-family: "Urbanist", sans-serif; }
.djx7fcp .v5kiiffb { font-size: 0; width: 1.2rem; flex-shrink: 0; }.djx7fcp .v5kiiffb::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.djx7fcp .bgtxv6     .v5kiiffb::before { content: "";  color: var(--c-tip-border); }.djx7fcp .pxj0kl8b .v5kiiffb::before { content: ""; color: var(--c-warn-border); }.djx7fcp .p9l24o    .v5kiiffb::before { content: ""; color: #60a5fa; }.wyshj .djx7fcp .bgtxv6     .v5kiiffb::before { color: #10b981; }.wyshj .djx7fcp .pxj0kl8b .v5kiiffb::before { color: #f43f5e; }.wyshj .djx7fcp .p9l24o    .v5kiiffb::before { color: #a855f7; }.qu5nfj  .djx7fcp .bgtxv6     .v5kiiffb::before { color: #eab308; }.qu5nfj  .djx7fcp .pxj0kl8b .v5kiiffb::before { color: #ef4444; }.qu5nfj  .djx7fcp .p9l24o    .v5kiiffb::before { color: #f97316; }.gl2xh4  .djx7fcp .bgtxv6     .v5kiiffb::before { color: #38bdf8; }.gl2xh4  .djx7fcp .pxj0kl8b .v5kiiffb::before { color: #818cf8; }.gl2xh4  .djx7fcp .p9l24o    .v5kiiffb::before { color: #2dd4bf; }.uejpvt .djx7fcp .v5kiiffb::before { color: var(--accent-light) !important; }
.tpiwof .zhwfx, .tpiwof .ndyg6r58 { min-height: 420px; }
.ru251l .uxbu8td::after, .ru251l .b06c::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.q98d5ys6 .vd0bo::after,.q98d5ys6 .vjdadzj::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; }
.qsbunfgt::before { content: '•'; }
.rsipl13f .by2yir7a::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.rsipl13f .by2yir7a:first-of-type::before{content:"\f073"}.rsipl13f .by2yir7a:last-of-type::before{content:"\f303"}