: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;
}
.j01fc {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.e4qw {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.c8izowzh {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.zktb { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.xd6co { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.xd6co a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.xd6co a:hover { color: var(--accent-light); }
.pwk0z  .qy8e { border-radius: 14px; }
.pwk0z .qy8e li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.pwk0z .qy8e li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.ytv3 .qy8e li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .qy8e {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .qujp60b:hover .qy8e,
  .qujp60b:focus-within .qy8e { display: block; }
  .qy8e li a { padding: 8px 16px; font-size: 0.88rem; }
}
.p53b {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.cluqt { display: none; }
@media (max-width: 640px) {
  .cluqt {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .cluqt.kl6tbmi3 { display: block; }
}
@media (max-width: 640px) {
  .p53b { display: block; }
  .xd6co > li + li::before { display: none !important; }
  .xd6co {
    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;
  }
  .xd6co.kl6tbmi3 { display: flex; }
  .xd6co li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .xd6co li:last-child a { border-bottom: none; }
}
.vvvd { min-height: 480px; }
.w0h1 {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.fnbxiam1 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.fi2pl .fnbxiam1 { margin-left: 0; margin-right: 0; }
.e7q7l2 {
  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;
}
.e7q7l2:hover { opacity: 0.88; }
.bv3df1jd {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.kjck2z9 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, var(--accent-bg) 100%);
}
.bv3df1jd .eod5og {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.bv3df1jd .w0h1 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.bv3df1jd .fnbxiam1 { color: #e2e8f0; }
.bv3df1jd.xvhtz7x .eod5og { text-align: center; }
.bv3df1jd.fi2pl   .eod5og { text-align: left; }
.cjypzsek .eod5og {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.cjypzsek .w0h1 { color: var(--text-primary); text-shadow: none; }
.cjypzsek .fnbxiam1 { color: var(--text-muted); }
.cjypzsek .e7q7l2 { margin-top: 16px; }
.cjypzsek, .cjypzsek.vvvd { min-height: auto !important; }
.cjypzsek.xvhtz7x .eod5og { text-align: center; }
.cjypzsek.fi2pl   .eod5og { text-align: left; }
.cjypzsek~.m3kw{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.cjypzsek~.m3kw .wiod4yw6{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.pbt17j {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.wgh8bia .pbt17j,
.wgh8bia .pbt17j::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.f3jj .pbt17j,
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.fpzdq .pbt17j,
.fpzdq .bv3df1jd .kjck2z9 {
  overflow: hidden;
}
.fpzdq .pbt17j::after,
.fpzdq .bv3df1jd .kjck2z9::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
.vfsh .pbt17j,
.vfsh .pbt17j::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.vfsh .bv3df1jd .kjck2z9 {
  overflow: hidden;
}
.vfsh .bv3df1jd .kjck2z9::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;
}
.y2g90fep .pbt17j,
.y2g90fep .bv3df1jd .kjck2z9 {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.wgh8bia .bv3df1jd .kjck2z9 {
  overflow: hidden;
}
.wgh8bia .bv3df1jd .kjck2z9::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.f3jj .bv3df1jd .kjck2z9 {
  animation: hg-breathe 10s ease-in-out infinite;
}
.pbt17j .kjck2z9 {
  background: none;
}
.pbt17j .w0h1 { color: #fff; }
.pbt17j .fnbxiam1 { color: rgba(255,255,255,0.85); }
.pbt17j .e7q7l2 { background: #fff; color: var(--accent); }
.pbt17j .e7q7l2:hover { opacity: 0.92; }
.xisix7m .w0h1 { text-shadow: none; color: var(--accent-pale); }
.xisix7m .fnbxiam1 { color: var(--text-muted); }
.xisix7m.fi2pl   .tw7torp { align-items: flex-start; text-align: left; }
.dljccf .eod5og { padding-bottom: 24px; }
.cntfl .eod5og { max-width: 960px; }
@media (max-width: 700px) {
  .xisix7m { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .xisix7m .a6w0el { display: none !important; }
  .zn9lk .a6w0el { display: none !important; }
  .tq89o .uv7v { display: none !important; }
  .b54r2ed .m4weeebf { display: none !important; }
  .tw7torp  { padding: 36px 24px; }
  .xisix7m~.m3kw,.suqnu~.m3kw{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .vvvd, .xisix7m { min-height: 320px !important; }
  
  .w0h1 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .dv9f38 { display: none !important; }
  
  .e8gt { flex-direction: column; align-items: center; }
  .elcjspe { width: 100%; max-width: 340px; }
}
.f8o31kn { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.o69ga0v { width: 100%; height: 300px; object-fit: cover; display: block; }
.fdrqttg .f8o31kn        { border-radius: 16px; }
.fdrqttg .o69ga0v  { border-radius: 16px; }
.io3mw7 .f8o31kn         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.io3mw7 .o69ga0v   { border-radius: 8px; }
.art4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.j1r6y6 { width: 100%; padding: 32px 0; position: relative; }
.ytpnxn { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.qpz7bb5u .j1r6y6:nth-child(even) { background: var(--bg-surface); }
.qpz7bb5u .j1r6y6:nth-child(odd)  { background: var(--bg-page); }
.xwx6al .j1r6y6:nth-child(even) { background: var(--bg-card); }
.xwx6al .j1r6y6:nth-child(odd)  { background: var(--bg-page); }
.qpz7bb5u .j1r6y6:nth-child(odd)  .ytpnxn { background: var(--bg-card); border-radius: 6px; }
.qpz7bb5u .j1r6y6:nth-child(even) .ytpnxn { background: var(--bg-raised); border-radius: 6px; }
.xwx6al .j1r6y6:nth-child(odd)  .ytpnxn { background: var(--bg-card); border-radius: 6px; }
.xwx6al .j1r6y6:nth-child(even) .ytpnxn { background: var(--bg-raised); border-radius: 6px; }
.qpz7bb5u .j1r6y6:nth-child(even) .zjxmz54 .dx931l,
.xwx6al .j1r6y6:nth-child(even) .zjxmz54 .dx931l { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.qpz7bb5u .j1r6y6:nth-child(odd) .zjxmz54 .dx931l,
.xwx6al .j1r6y6:nth-child(odd) .zjxmz54 .dx931l { background: var(--bg-card-inner); }
.qpz7bb5u .j1r6y6:nth-child(even) .hgt39oc3 .dx931l:nth-child(odd),
.xwx6al .j1r6y6:nth-child(even) .hgt39oc3 .dx931l:nth-child(odd)  { background: var(--bg-card); }
.qpz7bb5u .j1r6y6:nth-child(even) .hgt39oc3 .dx931l:nth-child(even),
.xwx6al .j1r6y6:nth-child(even) .hgt39oc3 .dx931l:nth-child(even) { background: var(--bg-card-inner); }
h1.ld326z { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.ld326z {
  font-size: 1.6rem; font-weight: 700; color: var(--accent-light);
  margin: 0 0 16px;
  
}
h3.pvtvuqs { font-size: 1.2rem; font-weight: 700; color: var(--accent-pale); margin: 0 0 10px; }
.yhnvv2wn h2.ld326z {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.lfeiyeb h2.ld326z {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.brjouke6 h2.ld326z {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vvz6cbh h2.ld326z::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.be1lk h2.ld326z {
  color: var(--text-primary); font-size: 1.7rem;
}
.jcao56 h2.ld326z::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.ye6s0y h2.ld326z {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.uzw7 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .uzw7 { display: none; } }
.vafagg { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.h69w { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.sog0vda {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.e8y8 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.iuiub { padding-left: 20px; }
.iuiub li { margin-bottom: 6px; }
.iuiub a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.iuiub a:hover { color: var(--accent-light); }
.cjofwf .e8y8 { display: none; }
.b0nq3e5s .e8y8 { display: none; }
.b0nq3e5s .iuiub { padding-left: 0; list-style: none; }
.b0nq3e5s .iuiub li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.b0nq3e5s .iuiub a { font-size: 0.92rem; }
.rx0y2i5 .sog0vda { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rx0y2i5 .e8y8 { display: none; }
.rx0y2i5 .iuiub { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rx0y2i5 .iuiub li { margin-bottom: 0; }
.rx0y2i5 .iuiub 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;
}
.rx0y2i5 .iuiub a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.hq6j .sog0vda { padding: 20px 20px 16px; }
.hq6j .iuiub {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.hq6j .iuiub li { counter-increment: toc-c; margin-bottom: 0; }
.hq6j .iuiub 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);
}
.hq6j .iuiub 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;
}
.hq6j .iuiub a:hover { color: var(--accent-light); border-color: var(--accent); }
.jl59f .sog0vda { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.jl59f .e8y8 { display: none; }
.jl59f .iuiub { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.jl59f .iuiub li { margin-bottom: 0; }
.jl59f .iuiub li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.jl59f .iuiub li:last-child::after { content: ""; margin-right: 0; }
.jl59f .iuiub a { font-size: 0.9rem; }
.dx931l { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.zjxmz54 .dx931l { background: var(--bg-card); }
.hgt39oc3 .dx931l:nth-child(odd)  { background: var(--bg-card); }
.hgt39oc3 .dx931l:nth-child(even) { background: var(--bg-raised); }
.ozck1f9z .dx931l {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ozck1f9z .dx931l:last-child { border-bottom: none; }
.ozck1f9z h3.pvtvuqs { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.r2u3q .dx931l {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.r2u3q .dx931l + .dx931l { margin-top: 4px; }
.xgm6qst .dx931l { background: none; border-radius: 0; padding: 12px 0; }
.xgm6qst .dx931l + .dx931l { border-top: 1px solid var(--border-section); }
.aw9sj5i { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.mt6ljvk5 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.f2ztvfg { color: var(--text-body); margin-bottom: 10px; }
.xahk97w, .mqqbo5 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.xahk97w li, .mqqbo5 li { margin-bottom: 6px; }
.mqqbo5 li { list-style: decimal; }
.f55me     .xahk97w { list-style-type: "● "; }
.wfytqh5w  .xahk97w { list-style-type: "■ "; }
.xedlqvwh .xahk97w { list-style-type: "◆ "; }
.ihkq5    .xahk97w { list-style-type: "★ "; }
.f55me     .ha8d { list-style-type: "● "; }
.wfytqh5w  .ha8d { list-style-type: "■ "; }
.xedlqvwh .ha8d { list-style-type: "◆ "; }
.ihkq5    .ha8d { list-style-type: "★ "; }
.f55me    .xahk97w li::marker, .f55me    .ha8d li::marker,
.wfytqh5w .xahk97w li::marker, .wfytqh5w .ha8d li::marker,
.xedlqvwh .xahk97w li::marker, .xedlqvwh .ha8d li::marker,
.ihkq5   .xahk97w li::marker, .ihkq5   .ha8d li::marker {
  color: var(--accent); font-size: 0.8em;
}
.f55me .mqqbo5,
.wfytqh5w .mqqbo5,
.xedlqvwh .mqqbo5,
.ihkq5 .mqqbo5 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.f55me .mqqbo5 li,
.wfytqh5w .mqqbo5 li,
.xedlqvwh .mqqbo5 li,
.ihkq5 .mqqbo5 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.f55me .mqqbo5 li::before,
.wfytqh5w .mqqbo5 li::before,
.xedlqvwh .mqqbo5 li::before,
.ihkq5 .mqqbo5 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;
}
.f55me     .mqqbo5 li::before { border-radius: 50%; }
.wfytqh5w  .mqqbo5 li::before { border-radius: 3px; }
.xedlqvwh .mqqbo5 li::before { border-radius: 3px; }
.ihkq5    .mqqbo5 li::before { border-radius: 50%; }
.mm7xomy { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.nwlr15k .mm7xomy,
.ae5n4pp6 .mm7xomy { background: transparent; border: none; border-radius: 0; }
.c90a5 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.c90a5 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.c90a5 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.c90a5 tr:hover td { background: var(--bg-hover); }
.iofdkb .c90a5 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.y6497 .c90a5 { border: 1px solid var(--border-alt); }
.y6497 .c90a5 th,
.y6497 .c90a5 td { border: 1px solid var(--border-alt); }
.fl2s7b .c90a5 th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.fl2s7b .c90a5 td { border-bottom: none; }
.fl2s7b .c90a5 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.uq7w90zv .c90a5 th {
  background: var(--accent); color: #fff; letter-spacing: 0.03em;
}
.lztuwjp .mm7xomy {
  overflow: hidden;
}
.lztuwjp .c90a5 th { border-bottom: 1px solid var(--border-alt); }
.lztuwjp .c90a5 tr:last-child td { border-bottom: none; }
.olra { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.u5pwf3i { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.q625iec { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.igvjs { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.jn17 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ha8d { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ha8d li { margin-bottom: 3px; }
.f30pkxe {
  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%;
}
.f30pkxe::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%}
.ha9v .f30pkxe { margin-left: auto; margin-right: auto; }
.ha9v .igvjs { background: transparent; text-align: center; }
.esqnpaaw .q625iec {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.tijd1ae .q625iec {
  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);
}
.vefg .u5pwf3i { display: grid; grid-template-columns: auto 1fr; }
.vefg .q625iec {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vefg .igvjs { grid-column: 2; }
.vefg .jn17,
.vefg .ha8d { grid-column: 1 / -1; }
.qy49916 .u5pwf3i { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.qy49916 .q625iec {
  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);
}
.qy49916 .igvjs { grid-column: 2; }
.qy49916 .jn17,
.qy49916 .ha8d { grid-column: 1 / -1; }
.mmvh0rb .u5pwf3i { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.mmvh0rb .igvjs { background: none; color: var(--accent-light); font-weight: 700; }
.ydookd .u5pwf3i { 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); }
.ydookd .igvjs { background: none; color: var(--accent-light); font-weight: 700; }
.z19lqs .u5pwf3i { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.z19lqs .u5pwf3i:last-child { border-bottom: none; }
.z19lqs .igvjs { background: none; color: var(--accent-light); font-weight: 700; }
.yk8nu .u5pwf3i { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.yk8nu .igvjs { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.sm6op .olra { counter-reset: card-n; }
.sm6op .u5pwf3i  { counter-increment: card-n; }
.sm6op .igvjs { display: flex; align-items: center; gap: 10px; }
.sm6op .igvjs::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;
}
.ggcmv27 .u5pwf3i { background: var(--bg-surface); border: 1px solid var(--border); }
.ggcmv27 .igvjs { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.cop44 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.cptpb4ro  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.p8vt { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.hiea { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ickp { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.cop44 strong { color: var(--text-primary); font-size: 0.95rem; }
.cop44 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.x2sn65 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.xvsh6, .vhyu8 { border-radius: 8px; padding: 14px; }
.xvsh6 { background: var(--bg-pros); }
.vhyu8 { background: var(--bg-cons); }
.wprlm { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.xvsh6 .wprlm { color: var(--c-pros-label); }
.vhyu8 .wprlm { color: #f87171; }
.xvsh6 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.vhyu8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.o69ga0v { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; display: block; }
.ufptowc2 {
  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;
}
.ufptowc2:hover { opacity: 0.85; }
.fht6sgv .ufptowc2  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.fht6sgv .ufptowc2:hover  { background: var(--accent); color: #fff; opacity: 1; }
.fv7sutap .ufptowc2  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.fv7sutap .ufptowc2:hover  { background: var(--accent); color: #fff; opacity: 1; }
.hri0f .e7q7l2 { border-radius: 50px; }
.hri0f .ufptowc2  { border-radius: 50px; }
.vh75 .e7q7l2 { padding-left: 22px; padding-right: 22px; }
.vh75 .ufptowc2  { padding-left: 12px; padding-right: 12px; }
.dbksf .e7q7l2 { padding-left: 44px; padding-right: 44px; }
.dbksf .ufptowc2  { padding-left: 24px; padding-right: 24px; }
.qbd750iz .e7q7l2 { padding-left: 56px; padding-right: 56px; }
.qbd750iz .ufptowc2  { padding-left: 32px; padding-right: 32px; }
.vfdqo5w   .e7q7l2::after, .vfdqo5w   .ufptowc2::after,
.c2di7h .e7q7l2::after, .c2di7h .ufptowc2::after,
.botor    .e7q7l2::after, .botor    .ufptowc2::after,
.xgwxnpa    .e7q7l2::after, .xgwxnpa    .ufptowc2::after,
.zqo9salq    .e7q7l2::after, .zqo9salq    .ufptowc2::after,
.b7akojp2     .e7q7l2::after, .b7akojp2     .ufptowc2::after,
.amhfa    .e7q7l2::after, .amhfa    .ufptowc2::after,
.dv8ns   .e7q7l2::after, .dv8ns   .ufptowc2::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;
}
.vfdqo5w .e7q7l2::after, .vfdqo5w .ufptowc2::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");
}
.c2di7h .e7q7l2::after, .c2di7h .ufptowc2::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");
}
.botor .e7q7l2::after, .botor .ufptowc2::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");
}
.xgwxnpa .e7q7l2::after, .xgwxnpa .ufptowc2::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");
}
.zqo9salq .e7q7l2::after, .zqo9salq .ufptowc2::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");
}
.b7akojp2 .e7q7l2::after, .b7akojp2 .ufptowc2::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");
}
.amhfa .e7q7l2::after, .amhfa .ufptowc2::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");
}
.dv8ns .e7q7l2::after, .dv8ns .ufptowc2::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");
}
.g716hk3   .r06z::after, .g716hk3   .jaqzh::after,
.f7h3u .r06z::after, .f7h3u .jaqzh::after,
.mekq    .r06z::after, .mekq    .jaqzh::after,
.chf5l    .r06z::after, .chf5l    .jaqzh::after,
.eqe3b    .r06z::after, .eqe3b    .jaqzh::after,
.vymx     .r06z::after, .vymx     .jaqzh::after,
.q1wf    .r06z::after, .q1wf    .jaqzh::after,
.lgkm   .r06z::after, .lgkm   .jaqzh::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;
}
.g716hk3 .r06z::after, .g716hk3 .jaqzh::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");
}
.f7h3u .r06z::after, .f7h3u .jaqzh::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");
}
.mekq .r06z::after, .mekq .jaqzh::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");
}
.chf5l .r06z::after, .chf5l .jaqzh::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");
}
.eqe3b .r06z::after, .eqe3b .jaqzh::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");
}
.vymx .r06z::after, .vymx .jaqzh::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");
}
.q1wf .r06z::after, .q1wf .jaqzh::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");
}
.lgkm .r06z::after, .lgkm .jaqzh::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");
}
.fg2cwq { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }
.k6say {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px; padding: 10px 16px;
  display: flex; flex-direction: row; align-items: center; gap: 14px;
  transition: background .15s;
}
.k6say > [itemprop="item"] { display: contents; }
.k6say:hover { background: var(--bg-hover); }
.mescipb3 {
  background: var(--accent-bg);
  border-radius: 8px; padding: 4px 8px;
  display: flex; align-items: center; justify-content: center;
  min-width: 56px; height: 42px; flex-shrink: 1;
}
.nvrermf .mescipb3 { background: #1a1a1a; }
.gml1 .mescipb3 { background: rgba(128,128,128,.12); }
.dbilg2a .mescipb3 { background: var(--bg-raised); }
.s1z9q26 .mescipb3 { background: transparent; padding: 0; }
.vkwcs4 { max-height: 34px; max-width: 80px; object-fit: contain; }
.o2kl8 { display: flex; align-items: center; gap: 12px; flex-shrink: 1; min-width: 0; }
.cdbk6no { font-weight: 700; font-size: .88rem; color: var(--text-primary); flex-shrink: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.y7fkqm { color: var(--accent); font-size: .8rem; letter-spacing: 1px; flex-shrink: 1; min-width: 0; }
.wc5q { display: flex; flex-direction: column; align-items: center; font-size: .78rem; flex: 1 1 0; min-width: 0; }
.zwkufg { color: var(--text-label); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.zepvf { color: var(--text-value); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.ma20n { margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.ma20n.ufptowc2 { padding-left: 16px !important; padding-right: 16px !important; }
@media (max-width: 720px) {
  .fg2cwq { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .fg2cwq .k6say { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .fg2cwq .o2kl8 { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .fg2cwq .mescipb3 { width: 100%; min-width: unset; height: 52px; }
  .fg2cwq .vkwcs4 { max-height: 40px; max-width: 110px; }
  .fg2cwq .cdbk6no { min-width: unset; text-align: center; white-space: normal; }
  .fg2cwq .wc5q { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .fg2cwq .ma20n { width: 100%; text-align: center; margin-left: 0; }
  .eh6df .k6say { row-gap: 8px !important; gap: 8px !important; }
}
.c5yb {
  background: var(--bg-card);
  border-radius: 12px; margin: 24px 0; overflow: hidden;
  border: 1px solid var(--border-alt);
}
.mixf {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 24px; background: var(--bg-surface);
}
.oezes3g {
  width: 90px; flex-shrink: 0;
  background: var(--bg-page);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  padding: 8px; min-height: 60px;
}
.oezes3g img { max-width: 80px; max-height: 50px; object-fit: contain; }
.qd8tjl9 { flex: 1; }
.qd8tjl9 h3 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 4px; }
.sbdf { color: var(--c-stars); font-size: 1.1rem; }
.dlfu { margin-bottom: 8px; }
.sg58vyb { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 0.83rem; color: var(--text-muted); }
.t7s9::before   { content: "★ "; color: var(--accent); }
.b5ph { flex-shrink: 0; }
.lyq5243r img.xphyhovx { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.nwlr15k { padding: 20px 24px; }
.e0ac { color: var(--text-muted); margin-bottom: 16px; }
.oac0zazg { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.d7mzi1, .php9 { list-style: none; font-size: 0.9rem; }
.d7mzi1 li { color: var(--c-pros); margin-bottom: 4px; }
.php9 li { color: var(--c-cons); margin-bottom: 4px; }
.d7mzi1 li::before { content: "✓"; margin-right: 5px; }
.php9 li::before { content: "✗"; margin-right: 5px; }
.it7njpvy .d7mzi1 li::before { content: "→"; }
.it7njpvy .php9 li::before { content: "–"; }
.kxo7  .d7mzi1 li::before { content: "★"; }
.kxo7  .php9 li::before { content: "✕"; }
.b4tt    .d7mzi1 li::before { content: "◆"; }
.b4tt    .php9 li::before { content: "▲"; }
.o2knt7  .d7mzi1 li::before { content: "▶"; }
.o2knt7  .php9 li::before { content: "■"; }
.ppy8b6 { margin-bottom: 8px; font-size: 0.85rem; color: var(--text-muted); }
.aincd8i { background: var(--accent-bg); color: var(--accent-light); border-radius: 4px; padding: 2px 8px; margin: 2px 2px 2px 0; display: inline-block; }
.z12lcog { background: var(--bg-pros); color: var(--c-tag-pay); }
.zcrv { margin: 0; border-radius: 0 0 8px 8px; border-left-width: 0 !important; border-top: 1px solid var(--border-alt); }
.qn4m .zcrv { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
.g7neuun .zcrv { border: none; border-top: 1.5px solid; }
@media (min-width: 860px) {
  .p6bm84p5 .d1bxds {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .p6bm84p5 .c5yb { margin: 0; }
}
.mshc .mixf { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.mshc .qd8tjl9 h3 { color: var(--accent-light); }
.mshc .oezes3g { background: var(--bg-page); border: 1px solid var(--border); }
.cwhyue .c5yb { border-top: 4px solid var(--accent); }
.cwhyue .mixf { background: var(--bg-card); }
.mbzmgh .c5yb { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.mbzmgh .mixf { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.mbzmgh .nwlr15k { padding: 14px 16px; }
.mbzmgh .oezes3g { border-radius: 4px; }
.mbzmgh .zcrv { border-radius: 0; }
.txkg .mixf { padding: 0; gap: 0; overflow: hidden; }
.txkg .oezes3g { background: var(--accent-bg); border-radius: 0; width: 100px; min-height: 84px; padding: 20px 14px; align-self: stretch; border: none; }
.txkg .qd8tjl9 { padding: 16px 20px; }
.txkg .b5ph { padding: 16px 20px; align-self: center; }
.vv1okzf .sbdf { font-size: .95rem; }
.ae5n4pp6 .x2sn65 { gap: 10px; }
.ae5n4pp6 .xvsh6, .ae5n4pp6 .vhyu8 { padding: 12px; }
.ae5n4pp6 .xvsh6 ul, .ae5n4pp6 .vhyu8 ul { margin: 4px 0 0; padding-left: 18px; }
.ae5n4pp6 .xvsh6 li, .ae5n4pp6 .vhyu8 li { font-size: .85rem; margin-bottom: 3px; }
.sss0g .aincd8i { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .iekt { grid-template-columns: 1fr; }
  .nue6dzes { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .nue6dzes .dkw9g6 { width: 72px; height: 50px; }
  .nue6dzes .hccilx3 { max-width: 180px; }
  .nue6dzes .fh9t6pz { width: auto; }
}
.t5j8olh .vv1okzf .sbdf { filter: brightness(1.2); }
@media (max-width: 720px) {
  .t5j8olh { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .njb4g4b6 { padding: 16px; }
  .papv .r6bfp { min-width: 50%; }
}
.zmxkdn5 .x2sn65 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .g6jyv { grid-template-columns: 1fr; }
  .kiln { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .rapz { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .w5dg93q { flex-wrap: wrap; padding: 16px; }
}
.okmcw .x2sn65 { gap: 8px; }
.okmcw .xvsh6, .okmcw .vhyu8 { padding: 8px; }
@media (max-width: 480px) {
  .v4k9jxb { flex-direction: column; align-items: stretch; }
}
.rbq34 .fh9t6pz .ufptowc2 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .m46ozu9 { flex-direction: column; align-items: stretch; gap: 10px; }
  .rbq34 .fh9t6pz { text-align: center; }
}
@media (max-width: 720px) {
  .jlaa3eo3 { grid-template-columns: 1fr; }
  .va1uq { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .keq8wemq { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
.ziba1bm .c8opmfu { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.ofbtzb11 .sbdf { font-size: .75rem; margin-top: 2px; }
@media (max-width: 720px) {
  .v88xrn { grid-template-columns: 1fr; }
  .ofbtzb11 { width: 100px; height: 100px; margin: 16px auto; }
  .ziba1bm { font-size: 1.4rem; }
  .ye0nqq { justify-content: center; }
  .jkcy .r6bfp { min-width: 50%; }
}
.mnbw7 .x2sn65 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .camic { flex-wrap: wrap; padding: 14px 16px; }
  .h1fbj { padding: 12px 16px; }
  .mnbw7 .x2sn65 { margin: 0 16px; }
  .mnbw7 .sss0g { padding: 0 16px; }
  .yiarcq { padding: 12px 16px; }
}
.kgyn .fg2cwq {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px;
}
.kgyn .fg2cwq .k6say:only-child {
  grid-column: 1 / -1; flex-direction: row; align-items: center; padding: 18px 24px; gap: 16px;
}
.kgyn .fg2cwq .k6say:only-child .o2kl8 { flex-direction: row; width: auto; }
.kgyn .fg2cwq .k6say:only-child .mescipb3 { width: 72px; height: 52px; min-width: 72px; }
.kgyn .fg2cwq .k6say:only-child .cdbk6no { text-align: left; }
.kgyn .fg2cwq .k6say:only-child .wc5q { flex-direction: row; width: auto; border-top: none; padding-top: 0; }
.kgyn .fg2cwq .k6say:only-child .ma20n { width: auto; }
.kgyn .fg2cwq .k6say {
  flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px;
}
.kgyn .fg2cwq .o2kl8 { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
.kgyn .fg2cwq .mescipb3 { width: 100%; min-width: unset; height: 52px; }
.kgyn .fg2cwq .cdbk6no { min-width: unset; text-align: center; white-space: normal; }
.kgyn .fg2cwq .wc5q {
  flex-direction: row; justify-content: space-between;
  width: 100%; border-top: 1px solid var(--border); padding-top: 5px;
}
.kgyn .fg2cwq .ma20n { width: 100%; text-align: center; margin-left: 0; }
@media (max-width: 640px) {
  .kgyn .fg2cwq .k6say:only-child { flex-direction: column; align-items: center; gap: 10px; padding: 16px; }
  .kgyn .fg2cwq .k6say:only-child .o2kl8 { flex-direction: column; width: 100%; align-items: center; }
  .kgyn .fg2cwq .k6say:only-child .wc5q { flex-direction: column; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; }
  .kgyn .fg2cwq .k6say:only-child .ma20n { width: 100%; }
}
.kgyn .mixf { gap: 14px; }
.y5mduk .zwkufg {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted);
}
.y5mduk .zepvf {
  color: var(--accent); font-weight: 700;
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 9px; font-size: 0.8rem;
}
.y5mduk .y7fkqm { color: var(--accent); }
.y5mduk .mixf { background: var(--accent-bg); }
.y5mduk .t7s9, .y5mduk .oy081, .y5mduk .pa2gxr {
  background: var(--bg-card); border-radius: 100px; padding: 1px 10px;
  border: 1px solid var(--border);
}
.mgqu9dq2 .wc5q { flex-direction: column; align-items: flex-start; gap: 2px; padding-top: 6px; }
.mgqu9dq2 .zwkufg {
  font-size: 0.67rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--text-muted); line-height: 1;
}
.mgqu9dq2 .zepvf {
  font-weight: 700; font-size: 0.85rem;
  color: var(--accent); background: var(--accent-bg);
  border-radius: 6px; padding: 2px 10px; display: inline-block;
}
.mgqu9dq2 .y7fkqm { color: var(--accent); }
.mgqu9dq2 .mixf { border-bottom: 2px solid var(--accent-bg); }
.mgqu9dq2 .t7s9, .mgqu9dq2 .oy081, .mgqu9dq2 .pa2gxr {
  background: var(--accent-bg); color: var(--accent); border-radius: 100px;
  padding: 2px 10px; font-weight: 600; border: none;
}
.ny0vuc .k6say { border-top: 3px solid var(--accent); }
.ny0vuc .c5yb { overflow: hidden; }
.ny0vuc .mixf { background: var(--accent-bg); }
.p1djm .k6say { padding: 8px 14px; gap: 12px; }
.p1djm .mescipb3 { height: 32px; min-width: 52px; }
.p1djm .vkwcs4 { max-height: 24px; }
.p1djm .cdbk6no { font-size: 0.82rem; }
.p1djm .mixf { padding: 14px 18px; gap: 14px; }
.p1djm .nwlr15k { padding: 14px 18px; }
.p1djm .oezes3g { width: 70px; }
.p1djm .qd8tjl9 h3 { font-size: 1.05rem; }
.agmac .fg2cwq { gap: 0; }
.agmac .k6say {
  border-radius: 0; border-left: none; border-right: none;
  border-top: none; border-bottom: 1px solid var(--border);
}
.agmac .k6say:last-child { border-bottom: none; }
.agmac .k6say:nth-child(odd) { background: var(--accent-bg); }
.agmac .k6say:nth-child(odd):hover { background: var(--bg-hover); }
.eh6df .fg2cwq {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.eh6df .k6say {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.eh6df .k6say:last-child { border-bottom: none; }
.eh6df .y7fkqm,
.eh6df .fvlf,
.eh6df .ivpt3ek { border-left: 1px solid var(--border); padding-left: 10px; }
.eh6df .cdbk6no { padding: 0 10px; }
.gt4tm60 .o2kl8 { flex-direction: column; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.gt4tm60 .cdbk6no { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.gt4tm60 .mescipb3 { min-width: 80px; height: 52px; }
.gt4tm60 .vkwcs4 { max-height: 42px; max-width: 100px; }
.mrq29 .o2kl8 { flex-direction: column-reverse; align-items: center; gap: 4px; min-width: 110px; flex-shrink: 0; }
.mrq29 .cdbk6no { text-align: center; white-space: normal; font-size: .82rem; line-height: 1.2; }
.mrq29 .mescipb3 { min-width: 80px; height: 52px; }
.mrq29 .vkwcs4 { max-height: 42px; max-width: 100px; }
.v0n3org .fg2cwq { gap: 12px; }
.v0n3org .k6say {
  padding: 18px 24px; gap: 20px; border-radius: 12px;
  min-height: 80px;
}
.v0n3org .mescipb3 {
  min-width: 90px; height: 64px; padding: 6px 12px; border-radius: 10px;
}
.v0n3org .vkwcs4 { max-height: 52px; max-width: 120px; }
.v0n3org .cdbk6no { font-size: 1rem; }
.v0n3org .wc5q { font-size: .85rem; }
.v0n3org .zepvf { font-size: .9rem; }
.v0n3org .ma20n.ufptowc2 { padding: 10px 24px !important; font-size: .9rem; }
.uwgp9tv .fg2cwq { gap: 16px; }
.uwgp9tv .k6say {
  padding: 24px 28px; gap: 24px; border-radius: 14px;
  min-height: 100px; border-width: 2px;
}
.uwgp9tv .mescipb3 {
  min-width: 110px; height: 80px; padding: 8px 14px; border-radius: 12px;
  background: var(--bg-raised);
}
.uwgp9tv .vkwcs4 { max-height: 64px; max-width: 140px; }
.uwgp9tv .cdbk6no { font-size: 1.1rem; font-weight: 800; }
.uwgp9tv .y7fkqm { font-size: .95rem; letter-spacing: 2px; }
.uwgp9tv .wc5q { font-size: .9rem; }
.uwgp9tv .zepvf { font-size: .95rem; font-weight: 700; }
.uwgp9tv .zwkufg { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.uwgp9tv .ma20n.ufptowc2 { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }
@media (max-width: 720px) {
  .kgyn .fg2cwq,
  .p1djm .fg2cwq {
    grid-template-columns: 1fr 1fr;
  }
  .kgyn .fg2cwq .k6say:only-child,
  .p1djm .fg2cwq .k6say:only-child {
    grid-column: 1 / -1;
  }
  .p1djm .fg2cwq .k6say:only-child .mescipb3 {
    height: 48px; min-width: 80px;
  }
  .p1djm .fg2cwq .k6say:only-child .vkwcs4 {
    max-height: 40px;
  }
}
.l6m6s .fvlf { flex: 1.8; }
.l6m6s .fvlf .zepvf {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.l6m6s .fvlf .zwkufg { font-weight: 700; color: var(--text-primary); }
.wa0mro { display: none; }
.q13q71v .y7fkqm { display: none; }
.y2baugrc .y7fkqm { font-size: 1rem; letter-spacing: 2px; }
.jjzu .y7fkqm {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--accent); font-weight: 700; letter-spacing: .5px;
}
.a2ki9hsg .y7fkqm,
.oxiyj .y7fkqm,
.zjtn4s2 .y7fkqm { display: none; }
.a2ki9hsg .wa0mro,
.oxiyj .wa0mro,
.zjtn4s2 .wa0mro { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.a2ki9hsg .wa0mro { font-size: 1.4rem; font-weight: 900; color: var(--accent); }
.a2ki9hsg .wa0mro small { display: none; }
.oxiyj .wa0mro {
  font-size: 0.85rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 2px 10px; gap: 0;
}
.oxiyj .wa0mro small { font-size: 1em; font-weight: 600; color: var(--accent); opacity: 0.65; }
.zjtn4s2 .wa0mro {
  font-size: 1rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 3px 9px; gap: 0;
}
.zjtn4s2 .wa0mro small { display: none; }
.a2ki9hsg .dlfu .sbdf,
.oxiyj .dlfu .sbdf,
.zjtn4s2 .dlfu .sbdf { display: none; }
.a2ki9hsg .dlfu strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.a2ki9hsg .c8opmfu { display: none; }
.oxiyj .dlfu strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.oxiyj .kliw,
.oxiyj .c8opmfu { font-size: 1em; }
.zjtn4s2 .dlfu strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.zjtn4s2 .c8opmfu { display: none; }
.j1r6y6 { margin-bottom: 0; }
.zjonk h2.ld326z { color: var(--accent-light); border-color: var(--accent); }
.qrri h2.ld326z { color: var(--accent-light); border-color: var(--accent); }
.vpmtt4d .cptpb4ro     { background: #052e16; border-color: #10b981; }
.vpmtt4d .p8vt { background: #2d0a1e; border-color: #f43f5e; }
.vpmtt4d .hiea    { background: #1e1036; border-color: #a855f7; }
.vpmtt4d .cop44 strong  { color: #f1f5f9; }
.vpmtt4d .cop44 p       { color: #cbd5e1; }
.vpmtt4d .lvrk3    .cptpb4ro     .ickp::before,
.vpmtt4d .ckd6lrt  .cptpb4ro     .ickp::before,
.vpmtt4d .w4xmq  .cptpb4ro     .ickp::before,
.vpmtt4d .s9j2yxvl .cptpb4ro     .ickp::before { color: #10b981; }
.vpmtt4d .lvrk3    .p8vt .ickp::before,
.vpmtt4d .ckd6lrt  .p8vt .ickp::before,
.vpmtt4d .w4xmq  .p8vt .ickp::before,
.vpmtt4d .s9j2yxvl .p8vt .ickp::before { color: #f43f5e; }
.vpmtt4d .lvrk3    .hiea    .ickp::before,
.vpmtt4d .ckd6lrt  .hiea    .ickp::before,
.vpmtt4d .w4xmq  .hiea    .ickp::before,
.vpmtt4d .s9j2yxvl .hiea    .ickp::before { color: #a855f7; }
.yd6z4r .cptpb4ro     { background: #2d2000; border-color: #eab308; }
.yd6z4r .p8vt { background: #2d0b0b; border-color: #ef4444; }
.yd6z4r .hiea    { background: #2d1600; border-color: #f97316; }
.yd6z4r .cop44 strong  { color: #f1f5f9; }
.yd6z4r .cop44 p       { color: #cbd5e1; }
.yd6z4r .lvrk3    .cptpb4ro     .ickp::before,
.yd6z4r .ckd6lrt  .cptpb4ro     .ickp::before,
.yd6z4r .w4xmq  .cptpb4ro     .ickp::before,
.yd6z4r .s9j2yxvl .cptpb4ro     .ickp::before { color: #eab308; }
.yd6z4r .lvrk3    .p8vt .ickp::before,
.yd6z4r .ckd6lrt  .p8vt .ickp::before,
.yd6z4r .w4xmq  .p8vt .ickp::before,
.yd6z4r .s9j2yxvl .p8vt .ickp::before { color: #ef4444; }
.yd6z4r .lvrk3    .hiea    .ickp::before,
.yd6z4r .ckd6lrt  .hiea    .ickp::before,
.yd6z4r .w4xmq  .hiea    .ickp::before,
.yd6z4r .s9j2yxvl .hiea    .ickp::before { color: #f97316; }
.w0g470 .cptpb4ro     { background: #0c1a2e; border-color: #38bdf8; }
.w0g470 .p8vt { background: #12103a; border-color: #818cf8; }
.w0g470 .hiea    { background: #0a2020; border-color: #2dd4bf; }
.w0g470 .cop44 strong  { color: #f1f5f9; }
.w0g470 .cop44 p       { color: #cbd5e1; }
.w0g470 .lvrk3    .cptpb4ro     .ickp::before,
.w0g470 .ckd6lrt  .cptpb4ro     .ickp::before,
.w0g470 .w4xmq  .cptpb4ro     .ickp::before,
.w0g470 .s9j2yxvl .cptpb4ro     .ickp::before { color: #38bdf8; }
.w0g470 .lvrk3    .p8vt .ickp::before,
.w0g470 .ckd6lrt  .p8vt .ickp::before,
.w0g470 .w4xmq  .p8vt .ickp::before,
.w0g470 .s9j2yxvl .p8vt .ickp::before { color: #818cf8; }
.w0g470 .lvrk3    .hiea    .ickp::before,
.w0g470 .ckd6lrt  .hiea    .ickp::before,
.w0g470 .w4xmq  .hiea    .ickp::before,
.w0g470 .s9j2yxvl .hiea    .ickp::before { color: #2dd4bf; }
.e7o0 .cptpb4ro     { background: var(--accent-bg); border-color: var(--accent); }
.e7o0 .p8vt { background: var(--accent-bg-light); border-color: var(--accent-light); }
.e7o0 .hiea    { background: var(--accent-bg); border-color: var(--accent-pale); }
.e7o0 .lvrk3    .ickp::before,
.e7o0 .ckd6lrt  .ickp::before,
.e7o0 .w4xmq  .ickp::before,
.e7o0 .s9j2yxvl .ickp::before { color: var(--accent-light) !important; }
.yzt343::before,
.ntrv5::before { margin-right: 5px; }
.elij .xvsh6 ul li,
.elij .d7mzi1 li         { color: #4ade80; }
.elij .xvsh6 .yzt343 { color: #22c55e; }
.elij .vhyu8 ul li,
.elij .php9 li         { color: #f87171; }
.elij .vhyu8 .ntrv5 { color: #ef4444; }
.ly1dc .xvsh6 { background: #0c1a2e; }
.ly1dc .vhyu8 { background: #2d1f00; }
.ly1dc .xvsh6 .yzt343 { color: #93c5fd; }
.ly1dc .vhyu8 .ntrv5 { color: #fcd34d; }
.ly1dc .xvsh6 ul li,
.ly1dc .d7mzi1 li            { color: #bfdbfe; }
.ly1dc .vhyu8 ul li,
.ly1dc .php9 li            { color: #fde68a; }
.zji28s .xvsh6 { background: var(--accent-bg); }
.zji28s .vhyu8 { background: var(--accent-bg-light); }
.zji28s .xvsh6 .yzt343 { color: var(--accent-pale); }
.zji28s .vhyu8 .ntrv5 { color: var(--accent-light); }
.zji28s .xvsh6 ul li,
.zji28s .d7mzi1 li          { color: var(--text-body); }
.zji28s .vhyu8 ul li,
.zji28s .php9 li          { color: var(--text-body); }
.kuxc6 .yzt343::before { content: "✓ "; }
.kuxc6 .ntrv5::before { content: "✗ "; }
.it7njpvy .yzt343::before { content: "→ "; }
.it7njpvy .ntrv5::before { content: "← "; }
.kxo7 .yzt343::before { content: "★ "; }
.kxo7 .ntrv5::before { content: "✕ "; }
.b4tt .yzt343::before { content: "◆ "; }
.b4tt .ntrv5::before { content: "▲ "; }
.g7neuun .cop44 { background: transparent; border-left: none; border: 1.5px solid; }
.g7neuun .cptpb4ro     { border-color: var(--c-tip-border); }
.g7neuun .p8vt { border-color: var(--c-warn-border); }
.g7neuun .hiea    { border-color: #60a5fa; }
.g7neuun .cop44 strong { color: var(--text-primary); }
.g7neuun .cop44 p      { color: var(--text-muted); }
.qn4m .cop44 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.qn4m .cptpb4ro     { border-top-color: var(--c-tip-border); }
.qn4m .p8vt { border-top-color: var(--c-warn-border); }
.qn4m .hiea    { border-top-color: #60a5fa; }
.ks78mc .cop44 { border-left: none; border-radius: 8px; }
.ks78mc .cptpb4ro     { background: #065f46; }
.ks78mc .p8vt { background: #92400e; }
.ks78mc .hiea    { background: #1e3a8a; }
.ks78mc .cop44 strong,
.ks78mc .cop44 p { color: #fff; }
.ks78mc .ickp::before { color: rgba(255,255,255,0.85) !important; }
.vpmtt4d.ks78mc .cptpb4ro,
.vpmtt4d .ks78mc .cptpb4ro     { background: #052e16; }
.vpmtt4d.ks78mc .p8vt,
.vpmtt4d .ks78mc .p8vt { background: #2d0a1e; }
.vpmtt4d.ks78mc .hiea,
.vpmtt4d .ks78mc .hiea    { background: #1e1036; }
.yd6z4r.ks78mc .cptpb4ro,
.yd6z4r .ks78mc .cptpb4ro      { background: #2d2000; }
.yd6z4r.ks78mc .p8vt,
.yd6z4r .ks78mc .p8vt  { background: #2d0b0b; }
.yd6z4r.ks78mc .hiea,
.yd6z4r .ks78mc .hiea     { background: #2d1600; }
.w0g470.ks78mc .cptpb4ro,
.w0g470 .ks78mc .cptpb4ro      { background: #0c1a2e; }
.w0g470.ks78mc .p8vt,
.w0g470 .ks78mc .p8vt  { background: #12103a; }
.w0g470.ks78mc .hiea,
.w0g470 .ks78mc .hiea     { background: #0a2020; }
.e6w6y .cop44 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.e6w6y .cptpb4ro     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.e6w6y .p8vt { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.e6w6y .hiea    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.e6w6y .cop44 strong { color: var(--text-primary); }
.e6w6y .cop44 p      { color: var(--text-muted); }
.o7g2t0g .cop44 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.lvrk3 .ickp,
.ckd6lrt .ickp,
.w4xmq .ickp,
.s9j2yxvl .ickp { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.lvrk3 .ickp::before,
.ckd6lrt .ickp::before,
.w4xmq .ickp::before,
.s9j2yxvl .ickp::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.lvrk3 .cptpb4ro     .ickp::before { content: "✦"; color: var(--c-tip-border); }
.lvrk3 .p8vt .ickp::before { content: "▲"; color: var(--c-warn-border); }
.lvrk3 .hiea    .ickp::before { content: "◉"; color: #60a5fa; }
.ckd6lrt .cptpb4ro     .ickp::before { content: "★"; color: var(--c-tip-border); }
.ckd6lrt .p8vt .ickp::before { content: "◆"; color: var(--c-warn-border); }
.ckd6lrt .hiea    .ickp::before { content: "●"; color: #60a5fa; }
.w4xmq .cptpb4ro     .ickp::before { content: "▶"; color: var(--c-tip-border); }
.w4xmq .p8vt .ickp::before { content: "■"; color: var(--c-warn-border); }
.w4xmq .hiea    .ickp::before { content: "▸"; color: #60a5fa; }
.s9j2yxvl .cptpb4ro     .ickp::before { content: "→"; color: var(--c-tip-border); }
.s9j2yxvl .p8vt .ickp::before { content: "⬥"; color: var(--c-warn-border); }
.s9j2yxvl .hiea    .ickp::before { content: "◈"; color: #60a5fa; }
.g6w74g .zjxmz54 .dx931l,
.g6w74g .hgt39oc3 .dx931l  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.g6w74g .u5pwf3i                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.g6w74g .k6say                { box-shadow: 0 4px 12px rgba(0,0,0,0.28); }
.g6w74g .c5yb            { box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.g6w74g .mm7xomy          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.g6w74g .sog0vda                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.x4hws8 .zjxmz54 .dx931l,
.x4hws8 .hgt39oc3 .dx931l,
.x4hws8 .u5pwf3i,
.x4hws8 .k6say,
.x4hws8 .c5yb,
.x4hws8 .mm7xomy,
.x4hws8 .sog0vda,
.x4hws8 .o7g2t0g .cop44 { box-shadow: none; }
.hol97xky   .f2ztvfg, .hol97xky .aw9sj5i, .hol97xky .mt6ljvk5,
.hol97xky   .vafagg, .hol97xky .h69w { font-size: 0.9rem; }
.hol97xky   .xahk97w, .hol97xky .mqqbo5 { font-size: 0.9rem; }
.jny148   .f2ztvfg, .jny148 .aw9sj5i, .jny148 .mt6ljvk5,
.jny148   .vafagg, .jny148 .h69w { font-size: 0.9rem; }
.jny148   .xahk97w, .jny148 .mqqbo5 { font-size: 0.9rem; }
.gq3r   .f2ztvfg, .gq3r .aw9sj5i, .gq3r .mt6ljvk5,
.gq3r   .vafagg, .gq3r .h69w { font-size: 1.08rem; }
.gq3r   .xahk97w, .gq3r .mqqbo5 { font-size: 1.05rem; }
.gq3r   .c90a5 { font-size: 0.97rem; }
.fdgzl117 .w0h1      { font-size: 3.2rem; }
.fdgzl117 h2.ld326z { font-size: 1.9rem; }
.fdgzl117 h3.pvtvuqs     { font-size: 1.4rem; }
.coqbb .w0h1      { font-size: 3.8rem; }
.coqbb h2.ld326z { font-size: 2.2rem; }
.coqbb h3.pvtvuqs     { font-size: 1.6rem; }
.j1r6y6 + .j1r6y6 { position: relative; }
.szobapz   .j1r6y6 + .j1r6y6::before,
.tl0ii  .j1r6y6 + .j1r6y6::before,
.ojk28s   .j1r6y6 + .j1r6y6::before,
.hoom6   .j1r6y6 + .j1r6y6::before,
.qxqge   .j1r6y6 + .j1r6y6::before,
.f4lx7 .j1r6y6 + .j1r6y6::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.szobapz .j1r6y6 + .j1r6y6::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.tl0ii .j1r6y6 + .j1r6y6::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ojk28s .j1r6y6 + .j1r6y6::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;
}
.hoom6 .j1r6y6 + .j1r6y6::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.cb8clox .j1r6y6 { margin-bottom: 16px; }
.cb8clox .j1r6y6 + .j1r6y6 { margin-top: 0; }
.cb8clox .ytpnxn { padding-top: 0; padding-bottom: 0; }
.qxqge .j1r6y6 + .j1r6y6::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.f4lx7 .j1r6y6 + .j1r6y6::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.dkaear8i .j1r6y6 + .j1r6y6::before,
.bm73 .j1r6y6 + .j1r6y6::before,
.qqqcr .j1r6y6 + .j1r6y6::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%;
}
.qpz7bb5u .dkaear8i .j1r6y6:nth-child(even)::before,
.qpz7bb5u .bm73 .j1r6y6:nth-child(even)::before,
.qpz7bb5u .qqqcr .j1r6y6:nth-child(even)::before { background: var(--bg-surface); }
.xwx6al .dkaear8i .j1r6y6:nth-child(even)::before,
.xwx6al .bm73 .j1r6y6:nth-child(even)::before,
.xwx6al .qqqcr .j1r6y6:nth-child(even)::before { background: var(--bg-card); }
.dkaear8i .j1r6y6 + .j1r6y6::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");
}
.bm73 .j1r6y6 + .j1r6y6::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");
}
.qqqcr .j1r6y6 + .j1r6y6::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");
}
.a1dp .bv3df1jd,
.rlvv5ay .bv3df1jd,
.e3h8m0i2 .bv3df1jd { overflow: hidden; }
.a1dp .eod5og,
.rlvv5ay .eod5og { margin-bottom: 60px; }
.e3h8m0i2 .eod5og { margin-bottom: 70px; }
.a1dp .tw7torp,
.a1dp .bv3df1jd::before,
.rlvv5ay .bv3df1jd::before,
.e3h8m0i2 .bv3df1jd::before {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.a1dp .bv3df1jd::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");
}
.rlvv5ay .bv3df1jd::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");
}
.e3h8m0i2 .bv3df1jd::before {
  height: 70px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.q8grg .bv3df1jd:not(.pbt17j) .kjck2z9 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ibqjwy .bv3df1jd:not(.pbt17j) .kjck2z9 { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.q3qhu  .bv3df1jd:not(.pbt17j) .kjck2z9 { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.bkyj  .bv3df1jd:not(.pbt17j) .kjck2z9 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.q8grg .pbt17j { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.q8grg .c14c { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.q8grg .xisix7m { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ibqjwy .pbt17j { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.q3qhu .pbt17j { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.bkyj .pbt17j { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.tmxfxdy .pbt17j { background: var(--accent); }
.tmxfxdy .pbt17j .kjck2z9 { background: none; }
.tmxfxdy .bv3df1jd:not(.pbt17j) .kjck2z9 { background: rgba(0,0,0,0.6); }
.agrq4 .f8o31kn { float: left; width: 38%; margin: 0 28px 16px 0; }
.agrq4 .f8o31kn .o69ga0v { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.agrq4 .ytpnxn::after { content: ''; display: block; clear: both; }
.kbvzm .f8o31kn { float: right; width: 38%; margin: 0 0 16px 28px; }
.kbvzm .f8o31kn .o69ga0v { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.kbvzm .ytpnxn::after { content: ''; display: block; clear: both; }
.u89qz .j1r6y6:nth-child(odd)  .f8o31kn { float: left;  width: 38%; margin: 0 28px 16px 0; }
.u89qz .j1r6y6:nth-child(even) .f8o31kn { float: right; width: 38%; margin: 0 0 16px 28px; }
.u89qz .f8o31kn .o69ga0v { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.u89qz .ytpnxn::after { content: ''; display: block; clear: both; }
.agrq4 .olra,
.agrq4 .fg2cwq,
.kbvzm .olra,
.kbvzm .fg2cwq,
.u89qz .olra,
.u89qz .fg2cwq { clear: both; }
.agrq4 .xahk97w,
.agrq4 .mqqbo5,
.kbvzm .xahk97w,
.kbvzm .mqqbo5,
.u89qz .xahk97w,
.u89qz .mqqbo5 { overflow: hidden; }
@media (max-width: 640px) {
  .agrq4 .f8o31kn,
  .kbvzm .f8o31kn,
  .u89qz .f8o31kn { float: none; width: 100%; margin: 0 0 16px 0; }
}
.l6xaq .art4,
.l6xaq .ytpnxn,
.l6xaq .bonp1b  { max-width: 1100px; }
.tn2l4p .art4,
.tn2l4p .ytpnxn,
.tn2l4p .bonp1b  { max-width: 1200px; }
.df8hk9 .art4,
.df8hk9 .ytpnxn,
.df8hk9 .bonp1b  { max-width: 1320px; }
.ehjxew { font-size: 0.82rem; color: var(--text-muted); }
.elmr { display: flex; align-items: center; }
.hrk8 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.sycjzt { display: flex; align-items: center; }
.p60c1 { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.p60c1:hover { text-decoration: underline; }
.dbmmwck { margin: 0 3px; opacity: 0.45; }
.dbmmwck::before { content: '/'; }
.hrwcaunq { padding: 2px 5px; color: var(--text-main); }
.xrk9b8n4 .ehjxew {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.xrk9b8n4 .elmr { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.kkbhq .ehjxew {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.kkbhq .elmr { padding: 0 0 0 12px; }
.l9f4t2 .elmr { padding: 0 16px; }
.l9f4t2 .ehjxew {
  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);
}
.l9f4t2 .art4 { padding-top: 28px; }
.l6xaq.xrk9b8n4 .elmr { max-width: 1100px; }
.tn2l4p.xrk9b8n4 .elmr { max-width: 1200px; }
.df8hk9.xrk9b8n4 .elmr { max-width: 1320px; }
.kbgwkl .j1r6y6 { padding-top: 16px; padding-bottom: 16px; }
.aqcom .j1r6y6 { padding-top: 24px; padding-bottom: 24px; }
.usixf .j1r6y6 { padding-top: 40px; padding-bottom: 40px; }
.nhahg7 .j1r6y6 { padding-top: 52px; padding-bottom: 52px; }
.koiyz6 .j1r6y6:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.koiyz6 .j1r6y6:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.koiyz6 .j1r6y6:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.koiyz6 .j1r6y6:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ord0i1 .ytpnxn { padding-top: 10px;  padding-bottom: 10px; }
.yaujtd .ytpnxn { padding-top: 18px;  padding-bottom: 18px; }
.y93v .ytpnxn { padding-top: 36px;  padding-bottom: 36px; }
.d30amv .ytpnxn { padding-top: 48px;  padding-bottom: 48px; }
.xx0r h2.ld326z { font-weight: 600; }
.xx0r h3.pvtvuqs     { font-weight: 600; }
.xembfa h2.ld326z { font-weight: 800; }
.xembfa h3.pvtvuqs     { font-weight: 700; }
.csh8 h2.ld326z { font-weight: 900; }
.csh8 h3.pvtvuqs     { font-weight: 800; }
.csh8 .cop44 strong,
.csh8 .cop44 strong { font-weight: 600; }
.r06z {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.lb55 .r06z { display: none; }
@media (max-width: 640px) { .r06z { display: none; } }
.r06z { background: var(--accent) !important; color: #fff !important; border: none !important; }
.r06z:hover { opacity: 0.85; }
.ebwf .r06z { background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important; }
.p97eix .r06z,
.jlwa  .r06z { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.p97eix .r06z:hover,
.jlwa  .r06z:hover { opacity: 0.88; }
.ebwf.p97eix .r06z,
.ebwf.jlwa  .r06z { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.jaqzh {
  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;
}
.jaqzh:hover { transform: translateY(-2px); opacity: 0.92; }
.jaqzh { background: var(--accent) !important; color: #fff !important; border: none !important; }
.rlqzv .jaqzh { display: none; }
.gclu5 .jaqzh { right: 32px; }
.lh9c5sz  .jaqzh { left: 32px; }
@media (max-width: 480px) {
  .gclu5 .jaqzh { right: 20px; bottom: 20px; }
  .lh9c5sz  .jaqzh { left: 20px; bottom: 20px; }
}
.k0xyehgi { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.bonp1b { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.arfgij { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.t2q2o { color: var(--text-dim); font-size: 0.8rem; }
.yeecmqp { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.yeecmqp img { height: 26px; width: auto; object-fit: contain; }
.i013f .bonp1b { text-align: center; }
.i013f .arfgij { margin-top: 0; }
@media (max-width: 640px) {
  .bonp1b { padding-left: 16px; padding-right: 16px; }
  .a7no .bonp1b { padding: 20px 16px; }
  .hca6u { gap: 4px 12px; }
  .arfgij { font-size: 0.78rem; }
}
.gh427pio .che4mrjt .yeecmqp { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.gh427pio .arfgij { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.gh427pio .t2q2o { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .gh427pio .t0qtkse { grid-template-columns: 1fr 1fr; } .gh427pio .che4mrjt { grid-column: 1 / -1; } }
@media (max-width: 480px) { .gh427pio .t0qtkse { grid-template-columns: 1fr; } }
.t8qzbdns .hz0l7l { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.t8qzbdns .yeecmqp { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; color: var(--text); margin-right: auto; flex-shrink: 0; }
.t8qzbdns .npcwx7n { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.t8qzbdns .npcwx7n a { font-size: 0.87rem; color: var(--text-muted); text-decoration: none; }
.t8qzbdns .npcwx7n a:hover { color: var(--accent); }
.zpaxkz { font-size: 0.8rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
.t8qzbdns .skc79 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.t8qzbdns .winpxkkc { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.t8qzbdns .winpxkkc a { font-size: 0.78rem; color: var(--text-faint); text-decoration: none; }
.t8qzbdns .winpxkkc a:hover { color: var(--accent); }
.t8qzbdns .arfgij { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .t8qzbdns .hz0l7l { gap: 12px; } .t8qzbdns .yeecmqp { margin-right: 0; width: 100%; } }
.tdq6v .xnduf9c .yeecmqp { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; color: var(--text); margin-bottom: 10px; }
.tdq6v .arfgij { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.tdq6v .t2q2o { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tdq6v .aqj20 { grid-template-columns: 1fr 1fr; } .tdq6v .xnduf9c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tdq6v .aqj20 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .hybl .ncox { grid-template-columns: 1fr 1fr; } .hybl .zcfn:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hybl .ncox { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .bc9o .ncox { grid-template-columns: 1fr; } }
.tmc6812z .bonp1b { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.yb8a .j01fc      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.yb8a .k0xyehgi { background: var(--bg-page); border-top-color: var(--border-alt); }
.e5uh .j01fc      { background: #0d1117; border-bottom-color: #21262d; }
.e5uh .c8izowzh { color: var(--accent-light); }
.e5uh .xd6co { --msep-color: #8b949e; }
.e5uh .xd6co a { color: #8b949e; }
.e5uh .xd6co a:hover { color: var(--accent-light); }
.e5uh .p53b { color: #8b949e; }
.e5uh .k0xyehgi { background: #0d1117; border-top-color: #21262d; }
.e5uh .arfgij,
.e5uh .t2q2o { color: #6e7681; }
.e5uh .winpxkkc a, .e5uh .yeecmqp { color: #8b949e; }
@media (max-width: 640px) {
  .e5uh .xd6co { background: #0d1117; border-top-color: #21262d; }
  .e5uh .xd6co li a { border-bottom-color: #21262d; }
}
.k7v6r .j01fc      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.k7v6r .c8izowzh { color: var(--accent); }
.k7v6r .xd6co { --msep-color: #475569; }
.k7v6r .xd6co a { color: #475569; }
.k7v6r .xd6co a:hover { color: var(--accent); }
.k7v6r .p53b { color: #64748b; }
.k7v6r .k0xyehgi { background: #f0f4f8; border-top-color: #cbd5e1; }
.k7v6r .arfgij,
.k7v6r .t2q2o { color: #64748b; }
.k7v6r .winpxkkc a, .k7v6r .yeecmqp { color: #374151; }
@media (max-width: 640px) {
  .k7v6r .xd6co { background: #f0f4f8; border-top-color: #cbd5e1; }
  .k7v6r .xd6co li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.p97eix .j01fc      { background: var(--accent); border-bottom-color: var(--accent-light); }
.p97eix .c8izowzh { color: #fff; }
.p97eix .xd6co { --msep-color: rgba(255,255,255,0.82); }
.p97eix .xd6co a { color: rgba(255,255,255,0.82); }
.p97eix .xd6co a:hover { color: #fff; }
.p97eix .p53b { color: rgba(255,255,255,0.9); }
.p97eix .k0xyehgi { background: var(--accent); border-top-color: var(--accent-light); }
.p97eix .arfgij,
.p97eix .t2q2o { color: rgba(255,255,255,0.72); }
.p97eix .winpxkkc a, .p97eix .yeecmqp { color: rgba(255,255,255,0.82); }
@media (max-width: 640px) {
  .p97eix .xd6co { background: var(--accent); border-top-color: var(--accent-light); }
  .p97eix .xd6co li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.jlwa .j01fc {
  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);
}
.jlwa .k0xyehgi {
  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) {
  .jlwa .xd6co {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.wnkqz1x9 .e4qw { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.pzbjso31 .e4qw { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.gskje .e4qw { min-height: 72px; height: auto; }
.ld33 .e4qw { min-height: 84px; height: auto; }
.a7no .e4qw { max-width: none; padding: 0 32px; }
.a7no .bonp1b  { max-width: none; padding: 24px 32px; }
.uu2efbx8.tn2l4p .e4qw { max-width: 1200px; }
.uu2efbx8.df8hk9 .e4qw { max-width: 1320px; }
.nkmrqkg8   .c8izowzh { text-transform: capitalize; }
.grehj7 .c8izowzh { text-transform: lowercase; }
.lldp .c8izowzh { text-transform: uppercase; letter-spacing: 0.06em; }
.hi8hx45, .rnso {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.n2da1ooe .hi8hx45,
.n2da1ooe .rnso { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.blx4po4m .hi8hx45,
.blx4po4m .rnso { 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; }
.bf35r60 .hi8hx45,
.bf35r60 .rnso { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.fmt3so20 .hi8hx45,
.fmt3so20 .rnso { 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; }
.wsdm52   .xd6co a { font-weight: 500; }
.r73h .xd6co a { font-weight: 600; }
.zvjyiz     .xd6co a { font-weight: 700; }
.eicy2odo    .xd6co a { font-weight: 800; letter-spacing: 0.01em; }
.kxfokv     .xd6co > li + li::before,
.btkv    .xd6co > li + li::before,
.ronwt3    .xd6co > li + li::before,
.xjc6nt .xd6co > li + li::before,
.n4qp .xd6co > li + li::before,
.ali6  .xd6co > li + li::before,
.udnnl    .xd6co > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.kxfokv     .xd6co > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.btkv    .xd6co > li + li::before { content: "|"; }
.ronwt3    .xd6co > li + li::before { content: "—"; }
.xjc6nt .xd6co > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.n4qp .xd6co > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ali6  .xd6co > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.udnnl    .xd6co > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .x5f7d .p53b,
  .wl89o725 .p53b,
  .hd0yfb .p53b,
  .dsgjhll .p53b,
  .yeq32 .p53b {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .x5f7d .p53b::before,
  .wl89o725 .p53b::before,
  .hd0yfb .p53b::before,
  .dsgjhll .p53b::before,
  .yeq32 .p53b::before { content: ""; display: block; flex-shrink: 0; }

  
  .x5f7d .p53b::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;
  }

  
  .wl89o725 .p53b::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;
  }

  
  .hd0yfb .p53b::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;
  }

  
  .dsgjhll .p53b::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;
  }

  
  .yeq32 .p53b::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) {
  .ilnzk .p53b {
    padding: 5px 14px;
  }
  .ilnzk .xd6co {
    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;
  }
  .ilnzk .xd6co li a {
    border-bottom: none; padding: 10px 22px;
  }
  .ilnzk .xd6co li a:hover { background: var(--bg-raised); }
  .ilnzk .cluqt,
  .as1vw9 .cluqt,
  .l1ec .cluqt { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .uze4 .p53b {
    padding: 5px 10px;
  }
  .uze4 .xd6co {
    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);
  }
  .uze4 .xd6co.kl6tbmi3 { transform: translateX(0); }
  .uze4 .xd6co li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .uze4 .xd6co li:last-child a { border-bottom: none; }
  .p97eix .xd6co,
  .e5uh .xd6co { background: var(--accent) !important; }
  .p97eix .xd6co li a,
  .e5uh .xd6co li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .l1ec .p53b {
    padding: 5px 10px;
  }
  .l1ec .xd6co {
    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);
  }
  .l1ec .xd6co::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .l1ec .xd6co.kl6tbmi3 { transform: translateY(0); }
  .l1ec .xd6co li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .oj8ad .p53b {
    padding: 5px 10px;
  }
  .oj8ad .xd6co {
    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;
  }
  .oj8ad .xd6co.kl6tbmi3 { opacity: 1; pointer-events: auto; }
  .oj8ad .xd6co li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .wmktpaif     .p53b { border-radius: 0 !important; }
  .i66coil1   .p53b { border-radius: 8px !important; }
  .ypst .p53b { border-radius: 50% !important; }
  .yyqfsu0   .p53b { border-radius: 999px !important; }
}
.gv1sslsv .zktb { height: 28px; }
.me0t2m .zktb { height: 54px; }
.x8a7ado .zktb { height: 54px; }
.btnwt2j    .y7fkqm, .btnwt2j    .sbdf { color: #f59e0b; }
.nnmpi      .y7fkqm { font-size: 1rem; letter-spacing: 1.5px; }
.nnmpi      .sbdf   { font-size: 1.35rem; }
.m5vu    .y7fkqm, .m5vu    .sbdf { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.ebfv     .y7fkqm, .ebfv     .sbdf { color: var(--accent); letter-spacing: 3px; font-size: 0.7rem; }
.lmbxqv3b .y7fkqm, .lmbxqv3b .sbdf { color: var(--accent); letter-spacing: 2px; }
.g0vbrz7n   .y7fkqm, .g0vbrz7n   .sbdf { color: #e91e63; letter-spacing: 2px; }
.yhf5gq  .y7fkqm, .yhf5gq  .sbdf { color: var(--accent); letter-spacing: 2px; font-size: 0.65rem; }
.uw4jhm     .y7fkqm, .uw4jhm     .sbdf { color: var(--accent); letter-spacing: 2px; font-size: 0.7rem; }
.hllpgngr .wc5q + .wc5q {
  border-left: 1px solid var(--border); padding-left: 10px;
}
.uztb0m .k6say { padding: 18px 24px; min-height: 68px; }
.oso3d1qc .zwkufg {
  font-size: 0.62rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.oso3d1qc .zepvf {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.ezpu .wc5q {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
.f691zduu .fg2cwq { counter-reset: cs-rank; }
.f691zduu .k6say { position: relative; counter-increment: cs-rank; }
.f691zduu .k6say::before {
  content: "#" counter(cs-rank);
  position: absolute; top: 8px; right: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: -.01em;
  color: var(--accent); opacity: 0.5; font-variant-numeric: tabular-nums;
}
.korg06jw .fg2cwq { counter-reset: cs-rank; }
.korg06jw .k6say::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.qem0 .tyour9 { overflow: hidden; }
.qem0 .tyour9 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.qem0 .tyour9 summary::after { color: rgba(255,255,255,.75); }
.qem0 .tyour9[open] summary { border-radius: 0; }
.fm51rtr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.zoxnx3r {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zhr5 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.vspp4g8o { color: var(--text-muted); font-size: 1.05rem; }
.mhys {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.fsxio4a {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ayaf92 { margin-bottom: 20px; }
.eb0mbe {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.c10kp {
  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;
}
.c10kp:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.lnos { resize: vertical; min-height: 130px; }
.x9xvm { width: 100%; margin-top: 8px; }
.giz9qa3k {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.w15ceox {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.oteh7 { color: var(--text-muted); line-height: 1.75; }
.cdac { max-width: 760px; margin: 0 auto; }
.nd93 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.jkmz4di { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.jkmz4di:last-child { border-bottom: none; }
.jkmz4di h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.jkmz4di p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.h08f6 { max-width: 760px; margin: 0 auto; }
.ek4eil { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ek4eil:last-child { border-bottom: none; }
.zx0glwm { font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 12px; }
.ek4eil p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ek4eil ul.pfz8rdo3 { margin: 0; }
.frof237d .zx0glwm { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .frof237d { grid-template-columns: 1fr; gap: 10px; } }
.ncx3 .zx0glwm { font-size: 1.2rem; font-weight: 700; color: var(--accent-light); margin-bottom: 14px; }
@media (max-width: 640px) { .me2he4v { grid-template-columns: 1fr; } }
.g1qhai .zhr5 { color: var(--accent-light); }
.wb215w3i .zhr5 { font-size: 2rem; }
.wb215w3i .vspp4g8o { max-width: 680px; }
.b4yvyaaq .zhr5 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.b4yvyaaq .vspp4g8o  { margin: 0; }
@media (max-width: 640px) { .b4yvyaaq { flex-direction: column; } }
.uc5d7yx .zhr5 { color: var(--accent-light); }
.qyi3njq {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.qyi3njq .zhr5 { color: #fff; }
.qyi3njq .vspp4g8o  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .dujgh { grid-template-columns: 1fr; } }
.sjlz .c10kp {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.sjlz .c10kp:focus { border-bottom-color: var(--accent); box-shadow: none; }
.dzokb8 .c10kp { background: var(--bg-raised); border-color: transparent; }
.dzokb8 .c10kp:focus { background: var(--bg-card); border-color: var(--accent); }
.jcu4 .c10kp { border-radius: 100px; padding: 11px 20px; }
.jcu4 .lnos { border-radius: 14px; }
@media (max-width: 640px) { .qsh7mmt { grid-template-columns: 1fr; } }
.gavye { counter-reset: priv-count; }
.hessc {
  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);
}
.hessc:last-child { border-bottom: none; }
.i3qtq6o {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.hessc h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.hessc p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ogk9{display:none}
.ogk9:empty,.wiod4yw6:empty{display:none}
.e2f4d{position:relative;overflow:visible}
.dw04izhw .m3kw,.ge8m .m3kw,
.zwqi8j7g .m3kw,.iigjati .m3kw,
.v6iklqd .m3kw,.uhy7i .m3kw{display:block}
.sa4o .pnv6{display:block}
.dw04izhw .m3kw,.ge8m .m3kw,
.zwqi8j7g .m3kw,.iigjati .m3kw,
.v6iklqd .m3kw{position:absolute;z-index:3;left:50%;transform:translateX(-50%);width:100%;max-width:1100px;padding:0 24px;box-sizing:border-box}
.dw04izhw .m3kw .wiod4yw6,.ge8m .m3kw .wiod4yw6,
.zwqi8j7g .m3kw .wiod4yw6,.iigjati .m3kw .wiod4yw6,
.v6iklqd .m3kw .wiod4yw6{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}
.dw04izhw .m3kw,.ge8m .m3kw{top:12px}
.dw04izhw .m3kw .wiod4yw6{margin-right:auto}
.ge8m .m3kw .wiod4yw6{margin-left:auto}
.ge8m .m3kw{text-align:right}
.zwqi8j7g .m3kw,.iigjati .m3kw{bottom:12px}
.zwqi8j7g .m3kw .wiod4yw6{margin-right:auto}
.iigjati .m3kw .wiod4yw6{margin-left:auto}
.iigjati .m3kw{text-align:right}
.v6iklqd .m3kw{bottom:16px}
.v6iklqd .m3kw .wiod4yw6{margin:0 auto}
.uhy7i .m3kw{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.uhy7i .m3kw .wiod4yw6{margin:0}
.uhy7i .xisix7m~.m3kw,
.uhy7i .suqnu~.m3kw{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.uhy7i .xisix7m~.m3kw .wiod4yw6,
.uhy7i .suqnu~.m3kw .wiod4yw6{justify-content:flex-start}
.xisix7m~.m3kw,.suqnu~.m3kw{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}
.xisix7m~.m3kw .wiod4yw6{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.suqnu~.m3kw .wiod4yw6{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.pnv6 .wiod4yw6{margin:0 0 12px}
.wiod4yw6{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.jyhi3vn{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.vd23q{font-weight:600;color:var(--text-heading);opacity:1}
.kw3yyuk4 .jyhi3vn{display:none}
.q722qx87 .wiod4yw6{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.c50cu .x136ue{color:var(--accent);opacity:1;font-weight:500}
.qev1pq .wiod4yw6{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.fmra{--date-bg:var(--accent-bg-light)}
.in5ifdu .eztgj::before{content:""}
.tyblt .n2h2j{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .n2h2j{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .hrpbu{max-width:100%}
}
:root {
  --accent:          #675080;
  --accent-light:    #9b81b5;
  --accent-pale:     #d2b6ed;
  --grad-start:      #c1a6dc;
  --grad-end:        #efdbff;
  --bg-page: #e0d7e3;
  --bg-surface: #fff7fe;
  --bg-card: #f9f1f9;
  --bg-card-inner: #f4ebf5;
  --bg-raised: #eee5f0;
  --bg-hover: #e9dfeb;
  --border: #b8afba;
  --border-alt: #7f7883;
  --border-section: #b8afba;
  --text-primary: #363039;
  --text-muted: #635d67;
  --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: #322f34;
  --text-sub: #49454b;
  --text-faint: #6e696f;
  --text-dim: #948f95;
  --text-label: #615d62;
  --text-value: #3e3a3f;
  --accent-bg:       #efdbff;
  --accent-bg-light: #e5caff;
  --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: 62%; }
body, button, input { font-family: "Source Sans 3", sans-serif; }
.j1j3 .ickp { font-size: 0; width: 1.2rem; flex-shrink: 0; }.j1j3 .ickp::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.j1j3 .cptpb4ro     .ickp::before { content: "";  color: var(--c-tip-border); }.j1j3 .p8vt .ickp::before { content: ""; color: var(--c-warn-border); }.j1j3 .hiea    .ickp::before { content: ""; color: #60a5fa; }.vpmtt4d .j1j3 .cptpb4ro     .ickp::before { color: #10b981; }.vpmtt4d .j1j3 .p8vt .ickp::before { color: #f43f5e; }.vpmtt4d .j1j3 .hiea    .ickp::before { color: #a855f7; }.yd6z4r  .j1j3 .cptpb4ro     .ickp::before { color: #eab308; }.yd6z4r  .j1j3 .p8vt .ickp::before { color: #ef4444; }.yd6z4r  .j1j3 .hiea    .ickp::before { color: #f97316; }.w0g470  .j1j3 .cptpb4ro     .ickp::before { color: #38bdf8; }.w0g470  .j1j3 .p8vt .ickp::before { color: #818cf8; }.w0g470  .j1j3 .hiea    .ickp::before { color: #2dd4bf; }.e7o0 .j1j3 .ickp::before { color: var(--accent-light) !important; }
.ya04b6 .d7mzi1 li::before, .ya04b6 .php9 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; }.ya04b6 .d7mzi1 li::before { content: ""; }.ya04b6 .php9 li::before { content: ""; }.ya04b6 .yzt343::before, .ya04b6 .ntrv5::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.ya04b6 .yzt343::before { content: ""; }.ya04b6 .ntrv5::before { content: ""; }
.ey06 .vvvd, .ey06 .xisix7m { min-height: 320px; }
.hctz6gx .e7q7l2::after, .hctz6gx .ufptowc2::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; }
.b5vux .r06z::after,.b5vux .jaqzh::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; }
.dbmmwck::before { content: '·'; font-size: 1.3em; line-height: 1; }
.a790m1i .x136ue::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.a790m1i .x136ue:first-of-type::before{content:"\f15b"}.a790m1i .x136ue:last-of-type::before{content:"\f044"}