: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;
}
.dsekmsc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.nfxz {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.oqraosg0 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.p30sugus { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.norek { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.norek a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.norek a:hover { color: var(--accent-light); }
.rh4x3fh  .dh6to2i { border-radius: 14px; }
.rh4x3fh .dh6to2i li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.rh4x3fh .dh6to2i li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.g47z .dh6to2i li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .dh6to2i {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .lb42d:hover .dh6to2i,
  .lb42d:focus-within .dh6to2i { display: block; }
  .dh6to2i li a { padding: 8px 16px; font-size: 0.88rem; }
}
.w30b {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.dny6y { display: none; }
@media (max-width: 640px) {
  .dny6y {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .dny6y.d7sledc { display: block; }
}
@media (max-width: 640px) {
  .w30b { display: block; }
  .norek > li + li::before { display: none !important; }
  .norek {
    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;
  }
  .norek.d7sledc { display: flex; }
  .norek li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .norek li:last-child a { border-bottom: none; }
}
.ithqlt { min-height: 480px; }
.f1u8 {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.yv8ce5yt { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.otz57qs .yv8ce5yt { margin-left: 0; margin-right: 0; }
.keqzg69c {
  background: var(--accent); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.keqzg69c:hover { opacity: 0.88; }
.jgsw4 .f1u8 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.jgsw4 .yv8ce5yt { color: #e2e8f0; }
.jgsw4.n5ul .pdkufd { text-align: center; }
.pgsugvd3 .f1u8 { color: var(--text-primary); text-shadow: none; }
.pgsugvd3 .yv8ce5yt { color: var(--text-muted); }
.pgsugvd3 .keqzg69c { margin-top: 16px; }
.pgsugvd3, .pgsugvd3.ithqlt { min-height: auto !important; }
.pgsugvd3.n5ul .pdkufd { text-align: center; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fc3gc9rx .f1u8 { color: #fff; }
.fc3gc9rx .yv8ce5yt { color: rgba(255,255,255,0.85); }
.fc3gc9rx .keqzg69c { background: #fff; color: var(--accent); }
.fc3gc9rx .keqzg69c:hover { opacity: 0.92; }
.p6pwnfe .f0vlz { position: relative; overflow: hidden; }
.p6pwnfe .f0vlz::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;
}
.rxbq .f0vlz {
  animation: hg-breathe 7s ease-in-out infinite;
}
.ei1yezty .f0vlz { position: relative; overflow: hidden; }
.ei1yezty .f0vlz::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;
}
.hkzrdu .f0vlz { position: relative; overflow: hidden; }
.hkzrdu .f0vlz::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;
}
.vsoj83 .f0vlz {
  animation: hg-fadein 1.2s ease-out both;
}
.f0vlz {
  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%);
}
.tsfb {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.gii6ob1 {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.du52 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.f0vlz .f1u8 { text-shadow: none; color: var(--accent-pale); }
.f0vlz .yv8ce5yt { color: var(--text-muted); }
.f0vlz.n5ul .tsfb { align-items: center; text-align: center; }
.f0vlz.otz57qs   .tsfb { align-items: flex-start; text-align: left; }
.eh565 .gii6ob1 { position: relative; }
.eh565 .gii6ob1::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.eh565.rxqux .gii6ob1::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.wi97jijp .gii6ob1 {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.wi97jijp .du52 {
  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);
}
.wi97jijp .k58jdsws {
  position: static; width: 100%; aspect-ratio: 4/3; border-radius: 16px;
}
.wi97jijp.rxqux .gii6ob1 { padding: 32px 0 32px 32px; }
.hm31 .gii6ob1 {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.hm31 .du52 {
  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);
}
.rxqux .tsfb {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.hm31.rxqux .gii6ob1 { padding: 40px 16px 40px 48px; }
.g5xny8cz .gii6ob1 { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .f0vlz { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .f0vlz .gii6ob1 { display: none !important; }
  .g5xny8cz .gii6ob1 { display: none !important; }
  .a0wvz .wr19s { display: none !important; }
  .k2sp0 .f5rg78no { display: none !important; }
  .tsfb  { padding: 36px 24px; }
  .f0vlz~.vwb0vw,.rxqux~.vwb0vw{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .ithqlt, .f0vlz { min-height: 320px !important; }
  
  .f1u8 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .qa6avkz9 { display: none !important; }
  
  .bia30 { flex-direction: column; align-items: center; }
  .lkkz8b { width: 100%; max-width: 340px; }
}
.oe0z { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.rbzhapa { width: 100%; height: 300px; object-fit: cover; display: block; }
.c55p3h6 .oe0z        { border-radius: 16px; }
.c55p3h6 .rbzhapa  { border-radius: 16px; }
.z4vprc .oe0z         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.z4vprc .rbzhapa   { border-radius: 8px; }
.lakti { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.oliw0 { width: 100%; padding: 32px 0; position: relative; }
.f5so2 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.l2pz1wh .oliw0:nth-child(even) { background: var(--bg-surface); }
.l2pz1wh .oliw0:nth-child(odd)  { background: var(--bg-page); }
.tf78ysp .oliw0:nth-child(even) { background: var(--bg-card); }
.tf78ysp .oliw0:nth-child(odd)  { background: var(--bg-page); }
.l2pz1wh .oliw0:nth-child(odd)  .f5so2 { background: var(--bg-card); border-radius: 6px; }
.l2pz1wh .oliw0:nth-child(even) .f5so2 { background: var(--bg-raised); border-radius: 6px; }
.tf78ysp .oliw0:nth-child(odd)  .f5so2 { background: var(--bg-card); border-radius: 6px; }
.tf78ysp .oliw0:nth-child(even) .f5so2 { background: var(--bg-raised); border-radius: 6px; }
.l2pz1wh .oliw0:nth-child(even) .tt9avchj .gxfs8,
.tf78ysp .oliw0:nth-child(even) .tt9avchj .gxfs8 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.l2pz1wh .oliw0:nth-child(odd) .tt9avchj .gxfs8,
.tf78ysp .oliw0:nth-child(odd) .tt9avchj .gxfs8 { background: var(--bg-card-inner); }
.l2pz1wh .oliw0:nth-child(even) .sltg .gxfs8:nth-child(odd),
.tf78ysp .oliw0:nth-child(even) .sltg .gxfs8:nth-child(odd)  { background: var(--bg-card); }
.l2pz1wh .oliw0:nth-child(even) .sltg .gxfs8:nth-child(even),
.tf78ysp .oliw0:nth-child(even) .sltg .gxfs8:nth-child(even) { background: var(--bg-card-inner); }
h1.o6jdxbf { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.o6jdxbf {
  font-size: 1.6rem; font-weight: 700; color: var(--accent-light);
  margin: 0 0 16px;
  
}
h3.ggjqzo1 { font-size: 1.2rem; font-weight: 700; color: var(--accent-pale); margin: 0 0 10px; }
.g57f h2.o6jdxbf {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.yppke h2.o6jdxbf {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.s2cm6bi h2.o6jdxbf {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.jdvey8 h2.o6jdxbf::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.nv2xt h2.o6jdxbf {
  color: var(--text-primary); font-size: 1.7rem;
}
.a35n3q h2.o6jdxbf::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.vbg7gxg2 h2.o6jdxbf {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.lv46ioex { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .lv46ioex { display: none; } }
.mey43b { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.wz4v4 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.citzne75 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.hcxs1n { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.blb9 { padding-left: 20px; }
.blb9 li { margin-bottom: 6px; }
.blb9 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.blb9 a:hover { color: var(--accent-light); }
.vt9hk1 .hcxs1n { display: none; }
.ic3zv .hcxs1n { display: none; }
.ic3zv .blb9 { padding-left: 0; list-style: none; }
.ic3zv .blb9 li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.ic3zv .blb9 a { font-size: 0.92rem; }
.p41kv .citzne75 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.p41kv .hcxs1n { display: none; }
.p41kv .blb9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.p41kv .blb9 li { margin-bottom: 0; }
.p41kv .blb9 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;
}
.p41kv .blb9 a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.xodcxw1 .citzne75 { padding: 20px 20px 16px; }
.xodcxw1 .blb9 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.xodcxw1 .blb9 li { counter-increment: toc-c; margin-bottom: 0; }
.xodcxw1 .blb9 a {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-card); border-radius: 8px;
  padding: 9px 12px; border: 1px solid var(--border);
  font-size: 0.88rem; color: var(--text-muted);
}
.xodcxw1 .blb9 a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700;
}
.xodcxw1 .blb9 a:hover { color: var(--accent-light); border-color: var(--accent); }
.p4s4t8ao .citzne75 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.p4s4t8ao .hcxs1n { display: none; }
.p4s4t8ao .blb9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.p4s4t8ao .blb9 li { margin-bottom: 0; }
.p4s4t8ao .blb9 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.p4s4t8ao .blb9 li:last-child::after { content: ""; margin-right: 0; }
.p4s4t8ao .blb9 a { font-size: 0.9rem; }
.gxfs8 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.tt9avchj .gxfs8 { background: var(--bg-card); }
.sltg .gxfs8:nth-child(odd)  { background: var(--bg-card); }
.sltg .gxfs8:nth-child(even) { background: var(--bg-raised); }
.jalhx1 .gxfs8 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.jalhx1 .gxfs8:last-child { border-bottom: none; }
.jalhx1 h3.ggjqzo1 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.a30dyf3 .gxfs8 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.a30dyf3 .gxfs8 + .gxfs8 { margin-top: 4px; }
.bukqxqs .gxfs8 { background: none; border-radius: 0; padding: 12px 0; }
.bukqxqs .gxfs8 + .gxfs8 { border-top: 1px solid var(--border-section); }
.zf6kuptv { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.gv98i6 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.g4gd2p { color: var(--text-body); margin-bottom: 10px; }
.zx58f, .hx76lbp { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.zx58f li, .hx76lbp li { margin-bottom: 6px; }
.hx76lbp li { list-style: decimal; }
.tcld     .zx58f { list-style-type: "● "; }
.tn8ez  .zx58f { list-style-type: "■ "; }
.wp99 .zx58f { list-style-type: "◆ "; }
.ocmokav    .zx58f { list-style-type: "★ "; }
.tcld     .vy0sv6 { list-style-type: "● "; }
.tn8ez  .vy0sv6 { list-style-type: "■ "; }
.wp99 .vy0sv6 { list-style-type: "◆ "; }
.ocmokav    .vy0sv6 { list-style-type: "★ "; }
.tcld    .zx58f li::marker, .tcld    .vy0sv6 li::marker,
.tn8ez .zx58f li::marker, .tn8ez .vy0sv6 li::marker,
.wp99 .zx58f li::marker, .wp99 .vy0sv6 li::marker,
.ocmokav   .zx58f li::marker, .ocmokav   .vy0sv6 li::marker {
  color: var(--accent); font-size: 0.8em;
}
.tcld .hx76lbp,
.tn8ez .hx76lbp,
.wp99 .hx76lbp,
.ocmokav .hx76lbp {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.tcld .hx76lbp li,
.tn8ez .hx76lbp li,
.wp99 .hx76lbp li,
.ocmokav .hx76lbp li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.tcld .hx76lbp li::before,
.tn8ez .hx76lbp li::before,
.wp99 .hx76lbp li::before,
.ocmokav .hx76lbp 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;
}
.tcld     .hx76lbp li::before { border-radius: 50%; }
.tn8ez  .hx76lbp li::before { border-radius: 3px; }
.wp99 .hx76lbp li::before { border-radius: 3px; }
.ocmokav    .hx76lbp li::before { border-radius: 50%; }
.lj3j3mey { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.zb0frx .lj3j3mey,
.wqkj .lj3j3mey { background: transparent; border: none; border-radius: 0; }
.w0cyvqn3 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.w0cyvqn3 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.w0cyvqn3 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.w0cyvqn3 tr:hover td { background: var(--bg-hover); }
.t43ujhna .w0cyvqn3 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.m4d087 .w0cyvqn3 { border: 1px solid var(--border-alt); }
.m4d087 .w0cyvqn3 th,
.m4d087 .w0cyvqn3 td { border: 1px solid var(--border-alt); }
.gmx0 .w0cyvqn3 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.gmx0 .w0cyvqn3 td { border-bottom: none; }
.gmx0 .w0cyvqn3 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.e1enfm .w0cyvqn3 th {
  background: var(--accent); color: #fff; letter-spacing: 0.03em;
}
.v3pvn1s .lj3j3mey {
  overflow: hidden;
}
.v3pvn1s .w0cyvqn3 th { border-bottom: 1px solid var(--border-alt); }
.v3pvn1s .w0cyvqn3 tr:last-child td { border-bottom: none; }
.j6g3n3ty { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.bpt1 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.j61ah8th { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.u573mo6 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.vy0sv6 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.vy0sv6 li { margin-bottom: 3px; }
.tec0 {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  margin: 16px auto 4px; padding: 0;
  font-size: 1.5rem; color: var(--accent);
  background: color-mix(in srgb, var(--accent) 15%, transparent);
  border-radius: 50%;
}
.tec0::before { font-family: "Font Awesome 6 Free"; font-weight: 900; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.uztigyc .tec0 { margin-left: auto; margin-right: auto; }
.uztigyc .j61ah8th { background: transparent; text-align: center; }
.n3vfi .qhdd {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.pmi2h9l .bpt1 { display: grid; grid-template-columns: auto 1fr; }
.pmi2h9l .j61ah8th { grid-column: 2; }
.pmi2h9l .u573mo6,
.pmi2h9l .vy0sv6 { grid-column: 1 / -1; }
.hfz7v .bpt1 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.hfz7v .j61ah8th { grid-column: 2; }
.hfz7v .u573mo6,
.hfz7v .vy0sv6 { grid-column: 1 / -1; }
.yvhf3s8 .bpt1 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.yvhf3s8 .j61ah8th { background: none; color: var(--accent-light); font-weight: 700; }
.nx2lmc0 .bpt1 { 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); }
.nx2lmc0 .j61ah8th { background: none; color: var(--accent-light); font-weight: 700; }
.lauwfol .bpt1 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.lauwfol .bpt1:last-child { border-bottom: none; }
.lauwfol .j61ah8th { background: none; color: var(--accent-light); font-weight: 700; }
.b0ooxm .bpt1 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.b0ooxm .j61ah8th { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.wrgz .j6g3n3ty { counter-reset: card-n; }
.wrgz .bpt1  { counter-increment: card-n; }
.wrgz .j61ah8th { display: flex; align-items: center; gap: 10px; }
.wrgz .j61ah8th::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;
}
.f4675 .bpt1 { background: var(--bg-surface); border: 1px solid var(--border); }
.f4675 .j61ah8th { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.kztg { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.qg3a  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.c6fvr { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.p4nj4fki { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.p7tb9st { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.kztg strong { color: var(--text-primary); font-size: 0.95rem; }
.kztg p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.lfjncs3j { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.bmdm2mi4, .w7i40 { border-radius: 8px; padding: 14px; }
.bmdm2mi4 { background: var(--bg-pros); }
.w7i40 { background: var(--bg-cons); }
.yv9g { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.bmdm2mi4 .yv9g { color: var(--c-pros-label); }
.w7i40 .yv9g { color: #f87171; }
.bmdm2mi4 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.w7i40 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.rbzhapa { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; display: block; }
.em3yv4d {
  background: var(--accent); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.em3yv4d:hover { opacity: 0.85; }
.rojc .em3yv4d  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.rojc .em3yv4d:hover  { background: var(--accent); color: #fff; opacity: 1; }
.t2un .em3yv4d  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.t2un .em3yv4d:hover  { background: var(--accent); color: #fff; opacity: 1; }
.vdza2 .keqzg69c { border-radius: 50px; }
.vdza2 .em3yv4d  { border-radius: 50px; }
.csfi4a .keqzg69c { padding-left: 22px; padding-right: 22px; }
.csfi4a .em3yv4d  { padding-left: 12px; padding-right: 12px; }
.gvyc80l .keqzg69c { padding-left: 44px; padding-right: 44px; }
.gvyc80l .em3yv4d  { padding-left: 24px; padding-right: 24px; }
.o2qr0bqs .keqzg69c { padding-left: 56px; padding-right: 56px; }
.o2qr0bqs .em3yv4d  { padding-left: 32px; padding-right: 32px; }
.twz1vc   .keqzg69c::after, .twz1vc   .em3yv4d::after,
.ifqf3 .keqzg69c::after, .ifqf3 .em3yv4d::after,
.mpmihq2z    .keqzg69c::after, .mpmihq2z    .em3yv4d::after,
.dakvz    .keqzg69c::after, .dakvz    .em3yv4d::after,
.ezeose3g    .keqzg69c::after, .ezeose3g    .em3yv4d::after,
.jxkn     .keqzg69c::after, .jxkn     .em3yv4d::after,
.vhvm    .keqzg69c::after, .vhvm    .em3yv4d::after,
.el3s38t   .keqzg69c::after, .el3s38t   .em3yv4d::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;
}
.twz1vc .keqzg69c::after, .twz1vc .em3yv4d::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");
}
.ifqf3 .keqzg69c::after, .ifqf3 .em3yv4d::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");
}
.mpmihq2z .keqzg69c::after, .mpmihq2z .em3yv4d::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");
}
.dakvz .keqzg69c::after, .dakvz .em3yv4d::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");
}
.ezeose3g .keqzg69c::after, .ezeose3g .em3yv4d::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");
}
.jxkn .keqzg69c::after, .jxkn .em3yv4d::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");
}
.vhvm .keqzg69c::after, .vhvm .em3yv4d::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");
}
.el3s38t .keqzg69c::after, .el3s38t .em3yv4d::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");
}
.ua7aszpd   .apqm87c::after, .ua7aszpd   .t1j2ha::after,
.tlw2c .apqm87c::after, .tlw2c .t1j2ha::after,
.kadpq7    .apqm87c::after, .kadpq7    .t1j2ha::after,
.oemwf02    .apqm87c::after, .oemwf02    .t1j2ha::after,
.p5ngs9    .apqm87c::after, .p5ngs9    .t1j2ha::after,
.cfjyj     .apqm87c::after, .cfjyj     .t1j2ha::after,
.z3va    .apqm87c::after, .z3va    .t1j2ha::after,
.ankornr   .apqm87c::after, .ankornr   .t1j2ha::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;
}
.ua7aszpd .apqm87c::after, .ua7aszpd .t1j2ha::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");
}
.tlw2c .apqm87c::after, .tlw2c .t1j2ha::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");
}
.kadpq7 .apqm87c::after, .kadpq7 .t1j2ha::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");
}
.oemwf02 .apqm87c::after, .oemwf02 .t1j2ha::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");
}
.p5ngs9 .apqm87c::after, .p5ngs9 .t1j2ha::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");
}
.cfjyj .apqm87c::after, .cfjyj .t1j2ha::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");
}
.z3va .apqm87c::after, .z3va .t1j2ha::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");
}
.ankornr .apqm87c::after, .ankornr .t1j2ha::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");
}
.hnsxc5 .zzpd { background: var(--bg-raised); }
.al7penll.em3yv4d { padding-left: 16px !important; padding-right: 16px !important; }
@media (max-width: 720px) {
  .wnxe { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .wnxe .pmjemf { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .wnxe .imwd { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .wnxe .zzpd { width: 100%; min-width: unset; height: 52px; }
  .wnxe .ncuhr { max-height: 40px; max-width: 110px; }
  .wnxe .p3ib5c9 { min-width: unset; text-align: center; white-space: normal; }
  .wnxe .tgah4 { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .wnxe .al7penll { width: 100%; text-align: center; margin-left: 0; }
  .ln3c .pmjemf { row-gap: 8px !important; gap: 8px !important; }
}
@media (min-width: 860px) {
  .k5zhd3a .xywjp6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .k5zhd3a .tny5l { margin: 0; }
}
.i752b .tny5l { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.i752b .g1s4 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.i752b .zb0frx { padding: 14px 16px; }
.i752b .qtuntd8z { border-radius: 4px; }
.i752b .vm9ac { border-radius: 0; }
.wqkj .lfjncs3j { gap: 10px; }
.wqkj .bmdm2mi4, .wqkj .w7i40 { padding: 12px; }
.wqkj .bmdm2mi4 ul, .wqkj .w7i40 ul { margin: 4px 0 0; padding-left: 18px; }
.wqkj .bmdm2mi4 li, .wqkj .w7i40 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .zfy4 { grid-template-columns: 1fr; }
  .cwwi1 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .cwwi1 .o381x30 { width: 72px; height: 50px; }
  .cwwi1 .rjzy { max-width: 180px; }
  .cwwi1 .p460t { width: auto; }
}
@media (max-width: 720px) {
  .pp38m6yf { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .guhmgb8 { padding: 16px; }
  .phftci .iz5zwwbu { min-width: 50%; }
}
.l6sm .lfjncs3j { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .c4a0v1 { grid-template-columns: 1fr; }
  .nuighx { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rwcl5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .x5chwux4 { flex-wrap: wrap; padding: 16px; }
}
.p1n54f7d .lfjncs3j { gap: 8px; }
.p1n54f7d .bmdm2mi4, .p1n54f7d .w7i40 { padding: 8px; }
@media (max-width: 480px) {
  .pmuxp { flex-direction: column; align-items: stretch; }
}
.fwd64lv .p460t .em3yv4d { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .r8gb { flex-direction: column; align-items: stretch; gap: 10px; }
  .fwd64lv .p460t { text-align: center; }
}
@media (max-width: 720px) {
  .jjmyr3ln { grid-template-columns: 1fr; }
  .r0tci { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dvvta { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .s8zk { grid-template-columns: 1fr; }
  .y2en { width: 100px; height: 100px; margin: 16px auto; }
  .ty3lsbak { font-size: 1.4rem; }
  .q8q6u { justify-content: center; }
  .xn2r8tq0 .iz5zwwbu { min-width: 50%; }
}
.r9epj .lfjncs3j { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .paszo6z { flex-wrap: wrap; padding: 14px 16px; }
  .n13gxp { padding: 12px 16px; }
  .r9epj .lfjncs3j { margin: 0 16px; }
  .r9epj .bttnw7lz { padding: 0 16px; }
  .xdzsjbql { padding: 12px 16px; }
}
@media (max-width: 640px) {
  .pxfg2no .wnxe .pmjemf:only-child { flex-direction: column; align-items: center; gap: 10px; padding: 16px; }
  .pxfg2no .wnxe .pmjemf:only-child .imwd { flex-direction: column; width: 100%; align-items: center; }
  .pxfg2no .wnxe .pmjemf:only-child .tgah4 { flex-direction: column; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; }
  .pxfg2no .wnxe .pmjemf:only-child .al7penll { width: 100%; }
}
.ga40c .imwd { flex-direction: column-reverse; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.ga40c .p3ib5c9 { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.ga40c .zzpd { min-width: 80px; height: 52px; }
.ga40c .ncuhr { max-height: 42px; max-width: 100px; }
.pqte .al7penll.em3yv4d { padding: 10px 24px !important; font-size: .9rem; }
.z065 .al7penll.em3yv4d { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }
@media (max-width: 720px) {
  .pxfg2no .wnxe,
  .jahw .wnxe {
    grid-template-columns: 1fr 1fr;
  }
  .pxfg2no .wnxe .pmjemf:only-child,
  .jahw .wnxe .pmjemf:only-child {
    grid-column: 1 / -1;
  }
  .jahw .wnxe .pmjemf:only-child .zzpd {
    height: 48px; min-width: 80px;
  }
  .jahw .wnxe .pmjemf:only-child .ncuhr {
    max-height: 40px;
  }
}
.utdbo59 .p8kkpgz {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--accent); font-weight: 700; letter-spacing: .5px;
}
.ib43t7t { margin: 16px 0; }
.n5hy { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.n5hy summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.n5hy summary::after { content: "+"; color: var(--accent); }
.n5hy[open] summary::after { content: "−"; }
.n5hy p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.oliw0 { margin-bottom: 0; }
.cjk2e5 h2.o6jdxbf { color: var(--accent-light); border-color: var(--accent); }
.jl3t h2.o6jdxbf { color: var(--accent-light); border-color: var(--accent); }
.m5yt5tv .qg3a     { background: #052e16; border-color: #10b981; }
.m5yt5tv .c6fvr { background: #2d0a1e; border-color: #f43f5e; }
.m5yt5tv .p4nj4fki    { background: #1e1036; border-color: #a855f7; }
.m5yt5tv .kztg strong  { color: #f1f5f9; }
.m5yt5tv .kztg p       { color: #cbd5e1; }
.m5yt5tv .i2fhu75    .qg3a     .p7tb9st::before,
.m5yt5tv .mxb2zmky  .qg3a     .p7tb9st::before,
.m5yt5tv .i1y0  .qg3a     .p7tb9st::before,
.m5yt5tv .sh1732 .qg3a     .p7tb9st::before { color: #10b981; }
.m5yt5tv .i2fhu75    .c6fvr .p7tb9st::before,
.m5yt5tv .mxb2zmky  .c6fvr .p7tb9st::before,
.m5yt5tv .i1y0  .c6fvr .p7tb9st::before,
.m5yt5tv .sh1732 .c6fvr .p7tb9st::before { color: #f43f5e; }
.m5yt5tv .i2fhu75    .p4nj4fki    .p7tb9st::before,
.m5yt5tv .mxb2zmky  .p4nj4fki    .p7tb9st::before,
.m5yt5tv .i1y0  .p4nj4fki    .p7tb9st::before,
.m5yt5tv .sh1732 .p4nj4fki    .p7tb9st::before { color: #a855f7; }
.bxag .qg3a     { background: #2d2000; border-color: #eab308; }
.bxag .c6fvr { background: #2d0b0b; border-color: #ef4444; }
.bxag .p4nj4fki    { background: #2d1600; border-color: #f97316; }
.bxag .kztg strong  { color: #f1f5f9; }
.bxag .kztg p       { color: #cbd5e1; }
.bxag .i2fhu75    .qg3a     .p7tb9st::before,
.bxag .mxb2zmky  .qg3a     .p7tb9st::before,
.bxag .i1y0  .qg3a     .p7tb9st::before,
.bxag .sh1732 .qg3a     .p7tb9st::before { color: #eab308; }
.bxag .i2fhu75    .c6fvr .p7tb9st::before,
.bxag .mxb2zmky  .c6fvr .p7tb9st::before,
.bxag .i1y0  .c6fvr .p7tb9st::before,
.bxag .sh1732 .c6fvr .p7tb9st::before { color: #ef4444; }
.bxag .i2fhu75    .p4nj4fki    .p7tb9st::before,
.bxag .mxb2zmky  .p4nj4fki    .p7tb9st::before,
.bxag .i1y0  .p4nj4fki    .p7tb9st::before,
.bxag .sh1732 .p4nj4fki    .p7tb9st::before { color: #f97316; }
.qoy6qo .qg3a     { background: #0c1a2e; border-color: #38bdf8; }
.qoy6qo .c6fvr { background: #12103a; border-color: #818cf8; }
.qoy6qo .p4nj4fki    { background: #0a2020; border-color: #2dd4bf; }
.qoy6qo .kztg strong  { color: #f1f5f9; }
.qoy6qo .kztg p       { color: #cbd5e1; }
.qoy6qo .i2fhu75    .qg3a     .p7tb9st::before,
.qoy6qo .mxb2zmky  .qg3a     .p7tb9st::before,
.qoy6qo .i1y0  .qg3a     .p7tb9st::before,
.qoy6qo .sh1732 .qg3a     .p7tb9st::before { color: #38bdf8; }
.qoy6qo .i2fhu75    .c6fvr .p7tb9st::before,
.qoy6qo .mxb2zmky  .c6fvr .p7tb9st::before,
.qoy6qo .i1y0  .c6fvr .p7tb9st::before,
.qoy6qo .sh1732 .c6fvr .p7tb9st::before { color: #818cf8; }
.qoy6qo .i2fhu75    .p4nj4fki    .p7tb9st::before,
.qoy6qo .mxb2zmky  .p4nj4fki    .p7tb9st::before,
.qoy6qo .i1y0  .p4nj4fki    .p7tb9st::before,
.qoy6qo .sh1732 .p4nj4fki    .p7tb9st::before { color: #2dd4bf; }
.yvi9rp .qg3a     { background: var(--accent-bg); border-color: var(--accent); }
.yvi9rp .c6fvr { background: var(--accent-bg-light); border-color: var(--accent-light); }
.yvi9rp .p4nj4fki    { background: var(--accent-bg); border-color: var(--accent-pale); }
.yvi9rp .i2fhu75    .p7tb9st::before,
.yvi9rp .mxb2zmky  .p7tb9st::before,
.yvi9rp .i1y0  .p7tb9st::before,
.yvi9rp .sh1732 .p7tb9st::before { color: var(--accent-light) !important; }
.y2yi1::before,
.azsfq::before { margin-right: 5px; }
.m83hgnuc .bmdm2mi4 ul li,
.m83hgnuc .phrv8 li         { color: #4ade80; }
.m83hgnuc .bmdm2mi4 .y2yi1 { color: #22c55e; }
.m83hgnuc .w7i40 ul li,
.m83hgnuc .vyt0vx0 li         { color: #f87171; }
.m83hgnuc .w7i40 .azsfq { color: #ef4444; }
.cgm9s7l .bmdm2mi4 { background: #0c1a2e; }
.cgm9s7l .w7i40 { background: #2d1f00; }
.cgm9s7l .bmdm2mi4 .y2yi1 { color: #93c5fd; }
.cgm9s7l .w7i40 .azsfq { color: #fcd34d; }
.cgm9s7l .bmdm2mi4 ul li,
.cgm9s7l .w7i40 ul li,
.o9mu .bmdm2mi4 { background: var(--accent-bg); }
.o9mu .w7i40 { background: var(--accent-bg-light); }
.o9mu .bmdm2mi4 .y2yi1 { color: var(--accent-pale); }
.o9mu .w7i40 .azsfq { color: var(--accent-light); }
.o9mu .bmdm2mi4 ul li,
.o9mu .w7i40 ul li,
.dxgnn9cn .y2yi1::before { content: "✓ "; }
.dxgnn9cn .azsfq::before { content: "✗ "; }
.s63cek .y2yi1::before { content: "→ "; }
.s63cek .azsfq::before { content: "← "; }
.hbv4 .y2yi1::before { content: "★ "; }
.hbv4 .azsfq::before { content: "✕ "; }
.h6n08e .y2yi1::before { content: "◆ "; }
.h6n08e .azsfq::before { content: "▲ "; }
.j2g3e .kztg { background: transparent; border-left: none; border: 1.5px solid; }
.j2g3e .qg3a     { border-color: var(--c-tip-border); }
.j2g3e .c6fvr { border-color: var(--c-warn-border); }
.j2g3e .p4nj4fki    { border-color: #60a5fa; }
.j2g3e .kztg strong { color: var(--text-primary); }
.j2g3e .kztg p      { color: var(--text-muted); }
.rqqir .kztg { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.rqqir .qg3a     { border-top-color: var(--c-tip-border); }
.rqqir .c6fvr { border-top-color: var(--c-warn-border); }
.rqqir .p4nj4fki    { border-top-color: #60a5fa; }
.ix6re .kztg { border-left: none; border-radius: 8px; }
.ix6re .qg3a     { background: #065f46; }
.ix6re .c6fvr { background: #92400e; }
.ix6re .p4nj4fki    { background: #1e3a8a; }
.ix6re .kztg strong,
.ix6re .kztg p { color: #fff; }
.ix6re .p7tb9st::before { color: rgba(255,255,255,0.85) !important; }
.m5yt5tv.ix6re .qg3a,
.m5yt5tv .ix6re .qg3a     { background: #052e16; }
.m5yt5tv.ix6re .c6fvr,
.m5yt5tv .ix6re .c6fvr { background: #2d0a1e; }
.m5yt5tv.ix6re .p4nj4fki,
.m5yt5tv .ix6re .p4nj4fki    { background: #1e1036; }
.bxag.ix6re .qg3a,
.bxag .ix6re .qg3a      { background: #2d2000; }
.bxag.ix6re .c6fvr,
.bxag .ix6re .c6fvr  { background: #2d0b0b; }
.bxag.ix6re .p4nj4fki,
.bxag .ix6re .p4nj4fki     { background: #2d1600; }
.qoy6qo.ix6re .qg3a,
.qoy6qo .ix6re .qg3a      { background: #0c1a2e; }
.qoy6qo.ix6re .c6fvr,
.qoy6qo .ix6re .c6fvr  { background: #12103a; }
.qoy6qo.ix6re .p4nj4fki,
.qoy6qo .ix6re .p4nj4fki     { background: #0a2020; }
.qvoo .kztg { border-left: none; border-radius: 6px; padding: 10px 14px; }
.qvoo .qg3a     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.qvoo .c6fvr { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.qvoo .p4nj4fki    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.qvoo .kztg strong { color: var(--text-primary); }
.qvoo .kztg p      { color: var(--text-muted); }
.jrtrm4 .kztg { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.i2fhu75 .p7tb9st,
.mxb2zmky .p7tb9st,
.i1y0 .p7tb9st,
.sh1732 .p7tb9st { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.i2fhu75 .p7tb9st::before,
.mxb2zmky .p7tb9st::before,
.i1y0 .p7tb9st::before,
.sh1732 .p7tb9st::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.i2fhu75 .qg3a     .p7tb9st::before { content: "✦"; color: var(--c-tip-border); }
.i2fhu75 .c6fvr .p7tb9st::before { content: "▲"; color: var(--c-warn-border); }
.i2fhu75 .p4nj4fki    .p7tb9st::before { content: "◉"; color: #60a5fa; }
.mxb2zmky .qg3a     .p7tb9st::before { content: "★"; color: var(--c-tip-border); }
.mxb2zmky .c6fvr .p7tb9st::before { content: "◆"; color: var(--c-warn-border); }
.mxb2zmky .p4nj4fki    .p7tb9st::before { content: "●"; color: #60a5fa; }
.i1y0 .qg3a     .p7tb9st::before { content: "▶"; color: var(--c-tip-border); }
.i1y0 .c6fvr .p7tb9st::before { content: "■"; color: var(--c-warn-border); }
.i1y0 .p4nj4fki    .p7tb9st::before { content: "▸"; color: #60a5fa; }
.sh1732 .qg3a     .p7tb9st::before { content: "→"; color: var(--c-tip-border); }
.sh1732 .c6fvr .p7tb9st::before { content: "⬥"; color: var(--c-warn-border); }
.sh1732 .p4nj4fki    .p7tb9st::before { content: "◈"; color: #60a5fa; }
.ey0612 .tt9avchj .gxfs8,
.ey0612 .sltg .gxfs8  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.ey0612 .bpt1                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.ey0612 .lj3j3mey          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ey0612 .citzne75                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.czus3j .tt9avchj .gxfs8,
.czus3j .sltg .gxfs8,
.czus3j .bpt1,
.czus3j .pmjemf,
.czus3j .tny5l,
.czus3j .lj3j3mey,
.czus3j .citzne75,
.czus3j .jrtrm4 .kztg { box-shadow: none; }
.nc6mn   .g4gd2p, .nc6mn .zf6kuptv, .nc6mn .gv98i6,
.nc6mn   .mey43b, .nc6mn .wz4v4 { font-size: 0.9rem; }
.nc6mn   .zx58f, .nc6mn .hx76lbp { font-size: 0.9rem; }
.acfmm9ug   .g4gd2p, .acfmm9ug .zf6kuptv, .acfmm9ug .gv98i6,
.acfmm9ug   .mey43b, .acfmm9ug .wz4v4 { font-size: 0.9rem; }
.acfmm9ug   .zx58f, .acfmm9ug .hx76lbp { font-size: 0.9rem; }
.xt9u42w   .g4gd2p, .xt9u42w .zf6kuptv, .xt9u42w .gv98i6,
.xt9u42w   .mey43b, .xt9u42w .wz4v4 { font-size: 1.08rem; }
.xt9u42w   .zx58f, .xt9u42w .hx76lbp { font-size: 1.05rem; }
.xt9u42w   .w0cyvqn3 { font-size: 0.97rem; }
.h7vsrin .f1u8      { font-size: 3.2rem; }
.h7vsrin h2.o6jdxbf { font-size: 1.9rem; }
.h7vsrin h3.ggjqzo1     { font-size: 1.4rem; }
.oeiy .f1u8      { font-size: 3.8rem; }
.oeiy h2.o6jdxbf { font-size: 2.2rem; }
.oeiy h3.ggjqzo1     { font-size: 1.6rem; }
.oliw0 + .oliw0 { position: relative; }
.xv8dkorp   .oliw0 + .oliw0::before,
.hk1fdgqv  .oliw0 + .oliw0::before,
.fie5s5s   .oliw0 + .oliw0::before,
.rdxgx   .oliw0 + .oliw0::before,
.gqxozfa   .oliw0 + .oliw0::before,
.jqzb81mo .oliw0 + .oliw0::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xv8dkorp .oliw0 + .oliw0::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.hk1fdgqv .oliw0 + .oliw0::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.fie5s5s .oliw0 + .oliw0::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.rdxgx .oliw0 + .oliw0::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.go7ddcf .oliw0 { margin-bottom: 16px; }
.go7ddcf .oliw0 + .oliw0 { margin-top: 0; }
.go7ddcf .f5so2 { padding-top: 0; padding-bottom: 0; }
.gqxozfa .oliw0 + .oliw0::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.jqzb81mo .oliw0 + .oliw0::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.u8th .oliw0 + .oliw0::before,
.akbj0yk .oliw0 + .oliw0::before,
.wx9b .oliw0 + .oliw0::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%;
}
.l2pz1wh .u8th .oliw0:nth-child(even)::before,
.l2pz1wh .akbj0yk .oliw0:nth-child(even)::before,
.l2pz1wh .wx9b .oliw0:nth-child(even)::before { background: var(--bg-surface); }
.tf78ysp .u8th .oliw0:nth-child(even)::before,
.tf78ysp .akbj0yk .oliw0:nth-child(even)::before,
.tf78ysp .wx9b .oliw0:nth-child(even)::before { background: var(--bg-card); }
.u8th .oliw0 + .oliw0::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");
}
.akbj0yk .oliw0 + .oliw0::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");
}
.wx9b .oliw0 + .oliw0::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");
}
.gz29 .jgsw4,
.gz29 .pdkufd { margin-bottom: 60px; }
.dfhd3d .tsfb,
.gz29 .tsfb { padding-bottom: 60px; }
.r5exw .tsfb { padding-bottom: 70px; }
.gz29 .jgsw4::before,
.gz29 .jgsw4::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");
}
.l1gkh7 .f0vlz { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.io1ljl .f0vlz { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.nct2pb81 .f0vlz { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.smwyfe22 .f0vlz { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.a7p0y .f0vlz { background: var(--accent-bg); }
.e8ojpmd9 .oe0z { float: left; width: 38%; margin: 0 28px 16px 0; }
.e8ojpmd9 .oe0z .rbzhapa { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.e8ojpmd9 .f5so2::after { content: ''; display: block; clear: both; }
.geevp .oe0z { float: right; width: 38%; margin: 0 0 16px 28px; }
.geevp .oe0z .rbzhapa { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.geevp .f5so2::after { content: ''; display: block; clear: both; }
.b9dl1oz .oliw0:nth-child(odd)  .oe0z { float: left;  width: 38%; margin: 0 28px 16px 0; }
.b9dl1oz .oliw0:nth-child(even) .oe0z { float: right; width: 38%; margin: 0 0 16px 28px; }
.b9dl1oz .oe0z .rbzhapa { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.b9dl1oz .f5so2::after { content: ''; display: block; clear: both; }
.e8ojpmd9 .j6g3n3ty,
.geevp .j6g3n3ty,
.b9dl1oz .j6g3n3ty,
.e8ojpmd9 .zx58f,
.e8ojpmd9 .hx76lbp,
.geevp .zx58f,
.geevp .hx76lbp,
.b9dl1oz .zx58f,
.b9dl1oz .hx76lbp { overflow: hidden; }
@media (max-width: 640px) {
  .e8ojpmd9 .oe0z,
  .geevp .oe0z,
  .b9dl1oz .oe0z { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wrlco .lakti,
.wrlco .f5so2,
.wrlco .oj8ov  { max-width: 1100px; }
.hanzog3 .lakti,
.hanzog3 .f5so2,
.hanzog3 .oj8ov  { max-width: 1200px; }
.hanzog3 { --content-mw: 1200px; }
.yv4o .lakti,
.yv4o .f5so2,
.yv4o .oj8ov  { max-width: 1320px; }
.q1hug { font-size: 0.82rem; color: var(--text-muted); }
.m4mk { display: flex; align-items: center; }
.z5qds4 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ex3lmpbf { display: flex; align-items: center; }
.weqe95 { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.weqe95:hover { text-decoration: underline; }
.zph42wv4 { margin: 0 3px; opacity: 0.45; }
.zph42wv4::before { content: '/'; }
.kpu50d1 { padding: 2px 5px; color: var(--text-main); }
.nrviqs .q1hug {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.nrviqs .m4mk { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.qbop9 .q1hug {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.qbop9 .m4mk { padding: 0 0 0 12px; }
.bmt1b .m4mk { padding: 0 16px; }
.bmt1b .q1hug {
  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);
}
.bmt1b .lakti { padding-top: 28px; }
.wrlco.nrviqs .m4mk { max-width: 1100px; }
.hanzog3.nrviqs .m4mk { max-width: 1200px; }
.yv4o.nrviqs .m4mk { max-width: 1320px; }
.hanzog3 .ahr7ugy0 { max-width: 1200px; }
.kmf42g7o .oliw0 { padding-top: 16px; padding-bottom: 16px; }
.scmyn .oliw0 { padding-top: 24px; padding-bottom: 24px; }
.me2lt9c .oliw0 { padding-top: 40px; padding-bottom: 40px; }
.iqhdla .oliw0 { padding-top: 52px; padding-bottom: 52px; }
.fg1geic .oliw0:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.fg1geic .oliw0:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.fg1geic .oliw0:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.fg1geic .oliw0:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.z7biq .f5so2 { padding-top: 10px;  padding-bottom: 10px; }
.xiu9isy .f5so2 { padding-top: 18px;  padding-bottom: 18px; }
.gabk0 .f5so2 { padding-top: 36px;  padding-bottom: 36px; }
.afxx99a .f5so2 { padding-top: 48px;  padding-bottom: 48px; }
.mlb1z h2.o6jdxbf { font-weight: 600; }
.mlb1z h3.ggjqzo1     { font-weight: 600; }
.i0gja3 { font-weight: 500; }
.i0gja3 h2.o6jdxbf { font-weight: 800; }
.i0gja3 h3.ggjqzo1     { font-weight: 700; }
.sjk7zpd h2.o6jdxbf { font-weight: 900; }
.sjk7zpd h3.ggjqzo1     { font-weight: 800; }
.sjk7zpd .kztg strong,
.sjk7zpd .kztg strong { font-weight: 600; }
.apqm87c {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qy6ejje .apqm87c { display: none; }
@media (max-width: 640px) { .apqm87c { display: none; } }
.apqm87c { background: var(--accent) !important; color: #fff !important; border: none !important; }
.apqm87c:hover { opacity: 0.85; }
.s2g1xnl .apqm87c { background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important; }
.haidi2cv .apqm87c,
.qxx1k  .apqm87c { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.haidi2cv .apqm87c:hover,
.qxx1k  .apqm87c:hover { opacity: 0.88; }
.s2g1xnl.haidi2cv .apqm87c,
.s2g1xnl.qxx1k  .apqm87c { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.t1j2ha {
  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;
}
.t1j2ha:hover { transform: translateY(-2px); opacity: 0.92; }
.t1j2ha { background: var(--accent) !important; color: #fff !important; border: none !important; }
.ynlu3gu .t1j2ha { display: none; }
.w76qy .t1j2ha { right: 32px; }
.pkv4f  .t1j2ha { left: 32px; }
@media (max-width: 480px) {
  .w76qy .t1j2ha { right: 20px; bottom: 20px; }
  .pkv4f  .t1j2ha { left: 20px; bottom: 20px; }
}
.idgt93nj { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.oj8ov { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ih60v { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.rlxwn5rj { color: var(--text-dim); font-size: 0.8rem; }
.mycmi a, .xtvl06 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.mycmi a:hover, .xtvl06 a:hover { color: var(--accent-light); }
.xtvl06 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.n9w0 .oj8ov { text-align: center; }
.n9w0 .xtvl06 { justify-content: center; margin-bottom: 16px; }
.n9w0 .ih60v { margin-top: 0; }
.yg0kju { margin-top: 10px; }
.yg0kju a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .oj8ov { padding-left: 16px; padding-right: 16px; }
  .po3pz7ge .oj8ov { padding: 20px 16px; }
  .xtvl06 { gap: 4px 12px; }
  .ih60v { font-size: 0.78rem; }
}
.btaxv .ih60v { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.btaxv .rlxwn5rj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .btaxv .l97ihhcz { grid-template-columns: 1fr 1fr; } .btaxv .crk23 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .btaxv .l97ihhcz { grid-template-columns: 1fr; } }
.f0wro .ih60v { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .f0wro .tmob { gap: 12px; } .f0wro .blwuz9 { margin-right: 0; width: 100%; } }
.cujgn .ih60v { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.cujgn .rlxwn5rj { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .cujgn .vrgoa { grid-template-columns: 1fr 1fr; } .cujgn .qnmqo1z { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cujgn .vrgoa { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .hu4tyuo .c08m0wnf { grid-template-columns: 1fr 1fr; } .hu4tyuo .he38:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hu4tyuo .c08m0wnf { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .sm8e .c08m0wnf { grid-template-columns: 1fr; } }
.hbsmo0hh .oj8ov { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.hbsmo0hh .xtvl06 { justify-content: center; }
.olpw4o .dsekmsc      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.olpw4o .idgt93nj { background: var(--bg-page); border-top-color: var(--border-alt); }
.akmvma4 .dsekmsc      { background: #0d1117; border-bottom-color: #21262d; }
.akmvma4 .oqraosg0 { color: var(--accent-light); }
.akmvma4 .norek { --msep-color: #8b949e; }
.akmvma4 .norek a { color: #8b949e; }
.akmvma4 .norek a:hover { color: var(--accent-light); }
.akmvma4 .w30b { color: #8b949e; }
.akmvma4 .idgt93nj { background: #0d1117; border-top-color: #21262d; }
.akmvma4 .ih60v,
.akmvma4 .rlxwn5rj { color: #6e7681; }
.akmvma4 .mycmi a, .akmvma4 .xtvl06 a,
.akmvma4 .mycmi a:hover, .akmvma4 .xtvl06 a:hover,
@media (max-width: 640px) {
  .akmvma4 .norek { background: #0d1117; border-top-color: #21262d; }
  .akmvma4 .norek li a { border-bottom-color: #21262d; }
}
.dhl8pl .dsekmsc      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.dhl8pl .oqraosg0 { color: var(--accent); }
.dhl8pl .norek { --msep-color: #475569; }
.dhl8pl .norek a { color: #475569; }
.dhl8pl .norek a:hover { color: var(--accent); }
.dhl8pl .w30b { color: #64748b; }
.dhl8pl .idgt93nj { background: #f0f4f8; border-top-color: #cbd5e1; }
.dhl8pl .ih60v,
.dhl8pl .rlxwn5rj { color: #64748b; }
.dhl8pl .mycmi a, .dhl8pl .xtvl06 a,
.dhl8pl .mycmi a:hover, .dhl8pl .xtvl06 a:hover,
@media (max-width: 640px) {
  .dhl8pl .norek { background: #f0f4f8; border-top-color: #cbd5e1; }
  .dhl8pl .norek li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.haidi2cv .dsekmsc      { background: var(--accent); border-bottom-color: var(--accent-light); }
.haidi2cv .oqraosg0 { color: #fff; }
.haidi2cv .norek { --msep-color: rgba(255,255,255,0.82); }
.haidi2cv .norek a { color: rgba(255,255,255,0.82); }
.haidi2cv .norek a:hover { color: #fff; }
.haidi2cv .w30b { color: rgba(255,255,255,0.9); }
.haidi2cv .dh6to2i a { color: var(--text-primary) !important; }
.haidi2cv .dh6to2i a:hover { color: var(--accent) !important; }
.haidi2cv .idgt93nj { background: var(--accent); border-top-color: var(--accent-light); }
.haidi2cv .ih60v,
.haidi2cv .rlxwn5rj { color: rgba(255,255,255,0.72); }
.haidi2cv .mycmi a, .haidi2cv .xtvl06 a,
.haidi2cv .umyp5 a, .haidi2cv .fyttib a,
.haidi2cv .i57w a, .haidi2cv .blwuz9 { color: rgba(255,255,255,0.82); }
.haidi2cv .mycmi a:hover, .haidi2cv .xtvl06 a:hover,
.haidi2cv .umyp5 a:hover, .haidi2cv .fyttib a:hover { color: #fff; }
@media (max-width: 640px) {
  .haidi2cv .norek { background: var(--accent); border-top-color: var(--accent-light); }
  .haidi2cv .norek li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.qxx1k .dsekmsc {
  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);
}
.qxx1k .idgt93nj {
  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) {
  .qxx1k .norek {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.njxd590f .nfxz { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.oudh .nfxz { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.eba601s .nfxz { min-height: 72px; height: auto; }
.ie0kn .nfxz { min-height: 84px; height: auto; }
.po3pz7ge .nfxz { max-width: none; padding: 0 32px; }
.po3pz7ge .oj8ov  { max-width: none; padding: 24px 32px; }
.ppwela.hanzog3 .nfxz { max-width: 1200px; }
.ppwela.yv4o .nfxz { max-width: 1320px; }
.pzad40   .oqraosg0 { text-transform: capitalize; }
.j6ts32k .oqraosg0 { text-transform: lowercase; }
.ng64 .oqraosg0 { text-transform: uppercase; letter-spacing: 0.06em; }
.wcsvn, .sh7l6 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ye5ngcfl .wcsvn,
.g6t6kc1 .wcsvn,
.ump3 .wcsvn,
.zta0hy .wcsvn,
.n782   .norek a { font-weight: 500; }
.kcno5c .norek a { font-weight: 600; }
.q4yzz     .norek a { font-weight: 700; }
.l04ng27u    .norek a { font-weight: 800; letter-spacing: 0.01em; }
.oanacf     .norek > li + li::before,
.cwc8    .norek > li + li::before,
.yhgyes6    .norek > li + li::before,
.zd7wvxt .norek > li + li::before,
.uvlbu .norek > li + li::before,
.fm5svjhi  .norek > li + li::before,
.fd106wf    .norek > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.oanacf     .norek > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.cwc8    .norek > li + li::before { content: "|"; }
.yhgyes6    .norek > li + li::before { content: "—"; }
.zd7wvxt .norek > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.uvlbu .norek > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.fm5svjhi  .norek > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fd106wf    .norek > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .k39t54gj .w30b,
  .vhob6wa .w30b,
  .k8emuf0 .w30b,
  .xep81uw1 .w30b,
  .g0f4td .w30b {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .k39t54gj .w30b::before,
  .vhob6wa .w30b::before,
  .k8emuf0 .w30b::before,
  .xep81uw1 .w30b::before,
  .g0f4td .w30b::before { content: ""; display: block; flex-shrink: 0; }

  
  .k39t54gj .w30b::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;
  }

  
  .vhob6wa .w30b::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;
  }

  
  .k8emuf0 .w30b::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;
  }

  
  .xep81uw1 .w30b::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;
  }

  
  .g0f4td .w30b::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) {
  .p80y .w30b {
    padding: 5px 14px;
  }
  .p80y .norek {
    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;
  }
  .p80y .norek li a {
    border-bottom: none; padding: 10px 22px;
  }
  .p80y .norek li a:hover { background: var(--bg-raised); }
  .p80y .dny6y,
  .fsb8d3 .dny6y,
  .upqnpk0y .dny6y { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .v963y4 .w30b {
    padding: 5px 10px;
  }
  .v963y4 .norek {
    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);
  }
  .v963y4 .norek.d7sledc { transform: translateX(0); }
  .v963y4 .norek li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .v963y4 .norek li:last-child a { border-bottom: none; }
  .haidi2cv .norek,
  .akmvma4 .norek { background: var(--accent) !important; }
  .haidi2cv .norek li a,
  .akmvma4 .norek li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .upqnpk0y .w30b {
    padding: 5px 10px;
  }
  .upqnpk0y .norek {
    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);
  }
  .upqnpk0y .norek::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .upqnpk0y .norek.d7sledc { transform: translateY(0); }
  .upqnpk0y .norek li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .cu6h .w30b {
    padding: 5px 10px;
  }
  .cu6h .norek {
    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;
  }
  .cu6h .norek.d7sledc { opacity: 1; pointer-events: auto; }
  .cu6h .norek li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .usqnj     .w30b { border-radius: 0 !important; }
  .n14ez98c   .w30b { border-radius: 8px !important; }
  .nv4ga .w30b { border-radius: 50% !important; }
  .mbeoar   .w30b { border-radius: 999px !important; }
}
.eq58xn1m .p30sugus { height: 28px; }
.tg0p .p30sugus { height: 54px; }
.mfm6i0n .p30sugus { height: 54px; }
.uy7w .tgah4 {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.mcx9hlo .n5hy {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.mcx9hlo .n5hy summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.mcx9hlo .n5hy p { padding: 0 2px 16px; }
.d08y .n5hy { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.d08y .n5hy summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.d08y .n5hy summary::after { content: "›"; font-size: 1.2em; }
.d08y .n5hy[open] summary::after { content: "‹"; }
.d08y .n5hy p { padding: 10px 22px 4px; }
.xlw5fcn .n5hy {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.xlw5fcn .n5hy summary { color: var(--text-primary); padding-left: 16px; }
.xlw5fcn .n5hy summary::after { content: "›"; font-size: 1.1em; }
.xlw5fcn .n5hy[open] summary::after { content: "‹"; }
.xlw5fcn .n5hy p { padding-left: 16px; }
.i2j2s .ib43t7t { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.i2j2s .n5hy {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.i2j2s .n5hy:last-child { border-bottom: none; }
.i2j2s .n5hy summary { color: var(--text-primary); border-radius: 0; }
.i2j2s .n5hy summary::after { content: "›"; font-size: 1.1em; }
.i2j2s .n5hy[open] summary::after { content: "‹"; }
.thiv1sp .n5hy { overflow: hidden; }
.thiv1sp .n5hy summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.thiv1sp .n5hy summary::after { color: rgba(255,255,255,.75); }
.thiv1sp .n5hy[open] summary { border-radius: 0; }
.nu6k4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.wve6st12 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.yqcjq {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.nqey5p { color: var(--text-muted); font-size: 1.05rem; }
.od7g6ze {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.u4c8 { margin-bottom: 20px; }
.qnema4 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.dso7z5 {
  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;
}
.dso7z5:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.tjnyj4 { resize: vertical; min-height: 130px; }
.gy7ug4 { width: 100%; margin-top: 8px; }
.bqpcvinj {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.ovcboeb {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.cn1jsg0 { color: var(--text-muted); line-height: 1.75; }
.z24ddri9 { max-width: 760px; margin: 0 auto; }
.lzmsd2t { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.getr2xrx { max-width: 760px; margin: 0 auto; }
.auwqer4 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.auwqer4:last-child { border-bottom: none; }
.d3wht4ew { font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.auwqer4 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.auwqer4 ul.hqhqx39 { margin: 0; }
.hpgm1kwc .d3wht4ew { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .hpgm1kwc { grid-template-columns: 1fr; gap: 10px; } }
.une6ixa .d3wht4ew { font-size: 1.2rem; font-weight: 700; color: var(--accent-light); margin-bottom: 14px; }
@media (max-width: 640px) { .i5rwfc { grid-template-columns: 1fr; } }
.ylws .yqcjq { color: var(--accent-light); }
.ank61m .yqcjq { font-size: 2rem; }
.ank61m .nqey5p { max-width: 680px; }
.qggjyg84 .yqcjq { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.qggjyg84 .nqey5p  { margin: 0; }
@media (max-width: 640px) { .qggjyg84 { flex-direction: column; } }
.bz2uie .yqcjq { color: var(--accent-light); }
.s8ti .yqcjq { color: #fff; }
.s8ti .nqey5p  { color: rgba(255,255,255,0.85); }
.ssebae { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .cdmd { grid-template-columns: 1fr; } }
.qvpzlm .dso7z5 {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.qvpzlm .dso7z5:focus { border-bottom-color: var(--accent); box-shadow: none; }
.pj2d .dso7z5 { background: var(--bg-raised); border-color: transparent; }
.pj2d .dso7z5:focus { background: var(--bg-card); border-color: var(--accent); }
.n015r .dso7z5 { border-radius: 100px; padding: 11px 20px; }
.n015r .tjnyj4 { border-radius: 14px; }
.rpmjo3to {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .rpmjo3to { grid-template-columns: 1fr; } }
.whnmn {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.whnmn h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.whnmn p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.qyc7f { counter-reset: priv-count; }
.l4hhmq {
  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);
}
.l4hhmq:last-child { border-bottom: none; }
.a9xs {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.l4hhmq h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.l4hhmq p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.d40juv7{position:relative;overflow:visible}
.tfq00x0m .vwb0vw,.kvr9nha .vwb0vw,
.tfq00x0m .vwb0vw,.kvr9nha .vwb0vw,
.tfq00x0m .vwb0vw .zreb2x,.kvr9nha .vwb0vw .zreb2x,
.tfq00x0m .v66aqpl,.kvr9nha .v66aqpl,
.tfq00x0m .vwb0vw,.kvr9nha .vwb0vw{top:12px}
.tfq00x0m .vwb0vw .zreb2x{margin-right:auto}
.gssitq .f0vlz~.vwb0vw,
.gssitq .f0vlz~.vwb0vw .zreb2x,
.f0vlz~.vwb0vw,.rxqux~.vwb0vw{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}
.f0vlz~.vwb0vw .zreb2x{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vdrxd418 .zreb2x{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.dzvou54k{--date-bg:transparent}
.yv8grjgx .lvni::before{content:"→";opacity:.35;font-size:.85em}
.yv8grjgx .v66aqpl + .v66aqpl::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.s5nvs .zddog4jr{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .zddog4jr{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .z4de1phh{max-width:100%}
}
:root {
  --accent:          #186272;
  --accent-light:    #5495a6;
  --accent-pale:     #8acbdd;
  --grad-start:      #7abacc;
  --grad-end:        #acedff;
  --bg-page: #d2dcdf;
  --bg-surface: #f6fafb;
  --bg-card: #eff4f7;
  --bg-card-inner: #e8eff2;
  --bg-raised: #e1e9ec;
  --bg-hover: #dae4e8;
  --border: #aab4b7;
  --border-alt: #737c80;
  --border-section: #aab4b7;
  --text-primary: #2b3437;
  --text-muted: #576164;
  --bg-page:        #f8f9fa;
  --bg-surface:     #ffffff;
  --bg-card:        #ffffff;
  --bg-card-inner:  #f3f4f6;
  --bg-raised:      #eef0f2;
  --bg-hover:       #f3f4f6;
  --border:         #e5e7eb;
  --border-alt:     #d1d5db;
  --border-section: #e5e7eb;
  --text-body: #2d3133;
  --text-sub: #434749;
  --text-faint: #676b6d;
  --text-dim: #8d9193;
  --text-label: #5b5f61;
  --text-value: #383c3e;
  --accent-bg:       #acedff;
  --accent-bg-light: #9edef1;
  --bg-tip:        #f0fdf4;
  --bg-warning:    #fffbeb;
  --bg-info:       #eff6ff;
  --bg-pros:       #f0fdf4;
  --bg-cons:       #fef2f2;
  --c-pros:        #15803d;
  --c-cons:        #b91c1c;
  --c-pros-label:  #16a34a;
  --c-tip-border:  #059669;
  --c-warn-border: #d97706;
  --c-stars:       #b45309;
  --c-arrow:       #d97706;
  --c-tag-pay:     #15803d;
}
:root { --logo-bg-opacity: 70%; }
body, button, input { font-family: "Poppins", sans-serif; }
.rr5v08x .phrv8 li::before, .rr5v08x .vyt0vx0 li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.rr5v08x .phrv8 li::before { content: ""; }.rr5v08x .vyt0vx0 li::before { content: ""; }.rr5v08x .y2yi1::before, .rr5v08x .azsfq::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.rr5v08x .y2yi1::before { content: ""; }.rr5v08x .azsfq::before { content: ""; }
.tgn72 .ithqlt, .tgn72 .f0vlz { min-height: 420px; }
.au8ybv .keqzg69c::after, .au8ybv .em3yv4d::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; }
.zph42wv4::before { content: '|'; opacity: 0.3; }
.sts0kmn .v66aqpl::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.sts0kmn .v66aqpl:first-of-type::before{content:"\f06e"}.sts0kmn .v66aqpl:last-of-type::before{content:"\f4fc"}