: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;
}
.ny7pm {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.gbtk {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.v1oha4 {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.i1i5unkx { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.juvaf0 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.juvaf0 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.juvaf0 a:hover { color: var(--accent-light); }
.rald1ydz  .p3n7 { border-radius: 14px; }
.rald1ydz .p3n7 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.rald1ydz .p3n7 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 640px) {
  .p3n7 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .lft00t:hover .p3n7,
  .lft00t:focus-within .p3n7 { display: block; }
  .p3n7 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.l6yb1mr {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.ucdb { display: none; }
@media (max-width: 640px) {
  .ucdb {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .ucdb.rj5g8e2d { display: block; }
}
@media (max-width: 640px) {
  .l6yb1mr { display: block; }
  .juvaf0 > li + li::before { display: none !important; }
  .juvaf0 {
    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;
  }
  .juvaf0.rj5g8e2d { display: flex; }
  .juvaf0 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .juvaf0 li:last-child a { border-bottom: none; }
}
.or88qnaz { min-height: 480px; }
.d2qx9pil {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.gxn2d { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.srb5wfk .gxn2d { margin-left: 0; margin-right: 0; }
.p6d2cy {
  background: var(--cta); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.p6d2cy:hover { opacity: 0.88; }
.spuor {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.prufco {
  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%);
}
.spuor .stlfr49 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.spuor .d2qx9pil { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.spuor .gxn2d { color: #e2e8f0; }
.spuor.ytc8 .stlfr49 { text-align: center; }
.spuor.srb5wfk   .stlfr49 { text-align: left; }
.a51xudxu .stlfr49 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.a51xudxu .d2qx9pil { color: var(--text-primary); text-shadow: none; }
.a51xudxu .gxn2d { color: var(--text-muted); }
.a51xudxu .p6d2cy { margin-top: 16px; }
.a51xudxu, .a51xudxu.or88qnaz { min-height: auto !important; }
.a51xudxu.ytc8 .stlfr49 { text-align: center; }
.a51xudxu.srb5wfk   .stlfr49 { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.pjcrlr28 .maiz6r47,
.pjcrlr28 .edwqq {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.ycth .spuor .prufco {
  overflow: hidden;
}
.ycth .spuor .prufco::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%); }
}
@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); }
}
.x71yrg0 .spuor .prufco {
  overflow: hidden;
}
.x71yrg0 .spuor .prufco::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;
}
.zwfw8y .spuor .prufco {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.igxr .spuor .prufco {
  overflow: hidden;
}
.igxr .spuor .prufco::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;
}
.pjcrlr28 .spuor .prufco {
  animation: hg-breathe 10s ease-in-out infinite;
}
.maiz6r47 .prufco {
  background: none;
}
.maiz6r47 .d2qx9pil { color: #fff; }
.maiz6r47 .gxn2d { color: rgba(255,255,255,0.85); }
.maiz6r47 .p6d2cy { background: #fff; color: var(--cta); }
.maiz6r47 .p6d2cy:hover { opacity: 0.92; }
.pjcrlr28 .q8ctpo {
  animation: hg-breathe 7s ease-in-out infinite;
}
.q8ctpo .d2qx9pil { text-shadow: none; color: var(--text-primary); }
.q8ctpo .gxn2d { color: var(--text-muted); }
body.vc8yc .d2qx9pil {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ecpr9 .d2qx9pil {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.q8ctpo.srb5wfk   .ao78 { align-items: flex-start; text-align: left; }
.vxaf8ac .stlfr49 { padding-bottom: 24px; }
.d8tnt .stlfr49 { max-width: 960px; }
@media (max-width: 700px) {
  .q8ctpo { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .q8ctpo .n5922 { display: none !important; }
  .ecbcxigk .n5922 { display: none !important; }
  .q5156 .n2cjwq { display: none !important; }
  .fexir .eozq12vv { display: none !important; }
  .ao78  { padding: 36px 24px; }
  .q8ctpo~.i8no6,.edr9y79~.i8no6{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .or88qnaz, .q8ctpo { min-height: 320px !important; }
  
  .d2qx9pil { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .btnx { display: none !important; }
  
  .u9cargul { flex-direction: column; align-items: center; }
  .qmxep { width: 100%; max-width: 340px; }
}
.jh92o { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.n4wk5k4 { width: 100%; height: auto; display: block; border-radius: 10px; }
.lfybxdg .jh92o        { border-radius: 16px; }
.lfybxdg .n4wk5k4  { border-radius: 16px; }
.p9l3f7 .jh92o         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.p9l3f7 .n4wk5k4   { border-radius: 8px; }
.pdo9p { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.qxejqzzw { width: 100%; padding: 32px 0; position: relative; }
.ydzkbgto { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.hotq .qxejqzzw:nth-child(even) { background: var(--bg-surface); }
.hotq .qxejqzzw:nth-child(odd)  { background: var(--bg-page); }
.agwj3bs .qxejqzzw:nth-child(even) { background: var(--bg-card); }
.agwj3bs .qxejqzzw:nth-child(odd)  { background: var(--bg-page); }
.hotq .qxejqzzw:nth-child(odd)  .ydzkbgto { background: var(--bg-card); border-radius: 6px; }
.hotq .qxejqzzw:nth-child(even) .ydzkbgto { background: var(--bg-raised); border-radius: 6px; }
.agwj3bs .qxejqzzw:nth-child(odd)  .ydzkbgto { background: var(--bg-card); border-radius: 6px; }
.agwj3bs .qxejqzzw:nth-child(even) .ydzkbgto { background: var(--bg-raised); border-radius: 6px; }
.hotq .qxejqzzw:nth-child(even) .yj9f .oxhm1a,
.agwj3bs .qxejqzzw:nth-child(even) .yj9f .oxhm1a { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.hotq .qxejqzzw:nth-child(odd) .yj9f .oxhm1a,
.agwj3bs .qxejqzzw:nth-child(odd) .yj9f .oxhm1a { background: var(--bg-card-inner); }
.hotq .qxejqzzw:nth-child(even) .d55k1146 .oxhm1a:nth-child(odd),
.agwj3bs .qxejqzzw:nth-child(even) .d55k1146 .oxhm1a:nth-child(odd)  { background: var(--bg-card); }
.hotq .qxejqzzw:nth-child(even) .d55k1146 .oxhm1a:nth-child(even),
.agwj3bs .qxejqzzw:nth-child(even) .d55k1146 .oxhm1a:nth-child(even) { background: var(--bg-card-inner); }
h1.hgix3ya { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.hgix3ya {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.q1yug { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.exanpc h2.hgix3ya {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.fhx6cn h2.hgix3ya {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.jjwuvaq h2.hgix3ya {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.e2uh4 h2.hgix3ya::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.l0wi9cl h2.hgix3ya {
  color: var(--text-primary); font-size: 1.7rem;
}
.uflf h2.hgix3ya::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.lhsno4tu h2.hgix3ya {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.vjnnfh { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .vjnnfh { display: none; } }
.q75ln1jf { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.rsggha9i { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.jbxx9m {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.u4ttpigy { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.rcn39ql5 { padding-left: 20px; }
.rcn39ql5 li { margin-bottom: 6px; }
.rcn39ql5 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.rcn39ql5 a:hover { color: var(--accent-light); }
.vi1a5 .u4ttpigy { display: none; }
.la8f6xk .u4ttpigy { display: none; }
.la8f6xk .rcn39ql5 { padding-left: 0; list-style: none; }
.la8f6xk .rcn39ql5 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.la8f6xk .rcn39ql5 a { font-size: 0.92rem; }
.zz7m0ms .jbxx9m { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.zz7m0ms .u4ttpigy { display: none; }
.zz7m0ms .rcn39ql5 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zz7m0ms .rcn39ql5 li { margin-bottom: 0; }
.zz7m0ms .rcn39ql5 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;
}
.zz7m0ms .rcn39ql5 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.t2lj44ix .jbxx9m { padding: 20px 20px 16px; }
.t2lj44ix .rcn39ql5 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.t2lj44ix .rcn39ql5 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.t2lj44ix .rcn39ql5 a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: 8px;
  padding: 12px 14px; border: 1px solid var(--border);
  font-size: 0.92rem; line-height: 1.35; color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.t2lj44ix .rcn39ql5 a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700;
}
.t2lj44ix .rcn39ql5 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.t2lj44ix .rcn39ql5 a:focus,
.t2lj44ix .rcn39ql5 a:focus-visible,
.t2lj44ix .rcn39ql5 a:target { outline: none; }
.t2lj44ix .rcn39ql5 li:target a { border-color: var(--border); color: var(--text-muted); }
.kv1dc0s .jbxx9m { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.kv1dc0s .u4ttpigy { display: none; }
.kv1dc0s .rcn39ql5 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.kv1dc0s .rcn39ql5 li { margin-bottom: 0; }
.kv1dc0s .rcn39ql5 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.kv1dc0s .rcn39ql5 li:last-child::after { content: ""; margin-right: 0; }
.kv1dc0s .rcn39ql5 a { font-size: 0.9rem; }
.oxhm1a { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.yj9f .oxhm1a { background: var(--bg-card); }
.d55k1146 .oxhm1a:nth-child(odd)  { background: var(--bg-card); }
.d55k1146 .oxhm1a:nth-child(even) { background: var(--bg-raised); }
.fod3f .oxhm1a {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.fod3f .oxhm1a:last-child { border-bottom: none; }
.fod3f h3.q1yug { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.wdnuc2 .oxhm1a {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.wdnuc2 .oxhm1a + .oxhm1a { margin-top: 4px; }
.sorki6ux .oxhm1a { background: none; border-radius: 0; padding: 12px 0; }
.sorki6ux .oxhm1a + .oxhm1a { border-top: 1px solid var(--border-section); }
.qmbesl1l { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.c2swo { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.az91apic { color: var(--text-body); margin-bottom: 10px; }
.tmqfw, .v7hf3 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.tmqfw li, .v7hf3 li { margin-bottom: 6px; }
.v7hf3 li { list-style: decimal; }
.du1ql3i     .tmqfw { list-style-type: "● "; }
.dxzlgp  .tmqfw { list-style-type: "■ "; }
.kucxbst9 .tmqfw { list-style-type: "◆ "; }
.e279178    .tmqfw { list-style-type: "★ "; }
.du1ql3i     .eyfqbyhn { list-style-type: "● "; }
.dxzlgp  .eyfqbyhn { list-style-type: "■ "; }
.kucxbst9 .eyfqbyhn { list-style-type: "◆ "; }
.e279178    .eyfqbyhn { list-style-type: "★ "; }
.du1ql3i    .tmqfw li::marker, .du1ql3i    .eyfqbyhn li::marker,
.dxzlgp .tmqfw li::marker, .dxzlgp .eyfqbyhn li::marker,
.kucxbst9 .tmqfw li::marker, .kucxbst9 .eyfqbyhn li::marker,
.e279178   .tmqfw li::marker, .e279178   .eyfqbyhn li::marker {
  color: var(--cta); font-size: 1em;
}
.du1ql3i .v7hf3,
.dxzlgp .v7hf3,
.kucxbst9 .v7hf3,
.e279178 .v7hf3 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.du1ql3i .v7hf3 li,
.dxzlgp .v7hf3 li,
.kucxbst9 .v7hf3 li,
.e279178 .v7hf3 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.du1ql3i .v7hf3 li::before,
.dxzlgp .v7hf3 li::before,
.kucxbst9 .v7hf3 li::before,
.e279178 .v7hf3 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;
}
.du1ql3i     .v7hf3 li::before { border-radius: 50%; }
.dxzlgp  .v7hf3 li::before { border-radius: 3px; }
.kucxbst9 .v7hf3 li::before { border-radius: 3px; }
.e279178    .v7hf3 li::before { border-radius: 50%; }
.pfyy { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ry5m4nf { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.otn7r { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.nhq1p9s { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.t4wnw { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.eyfqbyhn { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.eyfqbyhn li { margin-bottom: 3px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color: var(--accent-light);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.n8in .nhq1p9s { background: transparent; text-align: center; }
.au5s .otn7r {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.thgtw6 .otn7r {
  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);
}
.dmof .ry5m4nf { display: grid; grid-template-columns: auto 1fr; }
.dmof .otn7r {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.dmof .nhq1p9s { grid-column: 2; }
.dmof .t4wnw,
.dmof .eyfqbyhn { grid-column: 1 / -1; }
.xfl2hbt .ry5m4nf { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.xfl2hbt .otn7r {
  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);
}
.xfl2hbt .nhq1p9s { grid-column: 2; }
.xfl2hbt .t4wnw,
.xfl2hbt .eyfqbyhn { grid-column: 1 / -1; }
.spg828k .ry5m4nf { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.spg828k .nhq1p9s { background: none; color: var(--accent-light); font-weight: 700; }
.k71k6f2 .ry5m4nf { 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); }
.k71k6f2 .nhq1p9s { background: none; color: var(--accent-light); font-weight: 700; }
.fvggp2 .ry5m4nf { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.fvggp2 .ry5m4nf:last-child { border-bottom: none; }
.fvggp2 .nhq1p9s { background: none; color: var(--accent-light); font-weight: 700; }
.jkm29qa5 .ry5m4nf { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.jkm29qa5 .nhq1p9s { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.w9ru0d .pfyy { counter-reset: card-n; }
.w9ru0d .ry5m4nf  { counter-increment: card-n; }
.w9ru0d .nhq1p9s { display: flex; align-items: center; gap: 10px; }
.w9ru0d .nhq1p9s::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;
}
.dyu9hs .ry5m4nf { background: var(--bg-surface); border: 1px solid var(--border); }
.dyu9hs .nhq1p9s { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.u1a8v8 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.e7popoci  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.fo9ai142 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.yf9gt6 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.u1a8v8 strong { color: var(--text-primary); font-size: 0.95rem; }
.u1a8v8 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.ou48yf3 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.v0nyk, .oezdrh { border-radius: 8px; padding: 14px; }
.v0nyk { background: var(--bg-pros); }
.oezdrh { background: var(--bg-cons); }
.hsi834r { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.v0nyk .hsi834r { color: var(--c-pros-label); }
.oezdrh .hsi834r { color: #f87171; }
.v0nyk ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.oezdrh ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.n4wk5k4 { width: 100%; height: auto; border-radius: 10px; display: block; }
.z3ro {
  background: var(--cta); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.z3ro:hover { opacity: 0.85; }
.frgg .z3ro  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.frgg .z3ro:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qf5be3 .z3ro  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qf5be3 .z3ro:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.n7x62g9s .p6d2cy { border-radius: 50px; }
.n7x62g9s .z3ro  { border-radius: 50px; }
.zooz15 .p6d2cy { padding-left: 22px; padding-right: 22px; }
.zooz15 .z3ro  { padding-left: 12px; padding-right: 12px; }
.r2hrg891 .p6d2cy { padding-left: 44px; padding-right: 44px; }
.r2hrg891 .z3ro  { padding-left: 24px; padding-right: 24px; }
.ghgi2u3 .p6d2cy { padding-left: 56px; padding-right: 56px; }
.ghgi2u3 .z3ro  { padding-left: 32px; padding-right: 32px; }
.eoxv25gb   .p6d2cy::after, .eoxv25gb   .z3ro::after,
.tvjzdns .p6d2cy::after, .tvjzdns .z3ro::after,
.z87g434    .p6d2cy::after, .z87g434    .z3ro::after,
.wh3gpl8k    .p6d2cy::after, .wh3gpl8k    .z3ro::after,
.wzwzo    .p6d2cy::after, .wzwzo    .z3ro::after,
.v59scq9b     .p6d2cy::after, .v59scq9b     .z3ro::after,
.xhi5    .p6d2cy::after, .xhi5    .z3ro::after,
.k44yy   .p6d2cy::after, .k44yy   .z3ro::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;
}
.eoxv25gb .p6d2cy::after, .eoxv25gb .z3ro::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");
}
.tvjzdns .p6d2cy::after, .tvjzdns .z3ro::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");
}
.z87g434 .p6d2cy::after, .z87g434 .z3ro::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");
}
.wh3gpl8k .p6d2cy::after, .wh3gpl8k .z3ro::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");
}
.wzwzo .p6d2cy::after, .wzwzo .z3ro::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");
}
.v59scq9b .p6d2cy::after, .v59scq9b .z3ro::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");
}
.xhi5 .p6d2cy::after, .xhi5 .z3ro::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");
}
.k44yy .p6d2cy::after, .k44yy .z3ro::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");
}
.vkk5kk   .kfr2::after, .vkk5kk   .s29pstr::after,
.p63tyfg .kfr2::after, .p63tyfg .s29pstr::after,
.ge01    .kfr2::after, .ge01    .s29pstr::after,
.kxegof    .kfr2::after, .kxegof    .s29pstr::after,
.a7sumj    .kfr2::after, .a7sumj    .s29pstr::after,
.g49bld     .kfr2::after, .g49bld     .s29pstr::after,
.nlluclq6    .kfr2::after, .nlluclq6    .s29pstr::after,
.fmvzvc   .kfr2::after, .fmvzvc   .s29pstr::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;
}
.vkk5kk .kfr2::after, .vkk5kk .s29pstr::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");
}
.p63tyfg .kfr2::after, .p63tyfg .s29pstr::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");
}
.ge01 .kfr2::after, .ge01 .s29pstr::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");
}
.kxegof .kfr2::after, .kxegof .s29pstr::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");
}
.a7sumj .kfr2::after, .a7sumj .s29pstr::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");
}
.g49bld .kfr2::after, .g49bld .s29pstr::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");
}
.nlluclq6 .kfr2::after, .nlluclq6 .s29pstr::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");
}
.fmvzvc .kfr2::after, .fmvzvc .s29pstr::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");
}
.aigm .brmq { background: rgba(128,128,128,.12); }
@media (min-width: 721px) {
  .n8nu7 { flex: 0 0 260px; width: 260px; }
  .ay53mq { flex: 0 0 120px; width: 120px; }
  .dpwq { flex: 0 0 110px; width: 110px; }
  .j6yz1wr   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .u2bp { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.u2bp.z3ro { padding-left: 28px !important; padding-right: 28px !important; padding-top: 14px !important; padding-bottom: 14px !important; font-size: 1.05rem !important; }
@media (max-width: 820px) {
  .q9gpgan { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .q9gpgan .wzumt { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .q9gpgan .n8nu7 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .q9gpgan .brmq { width: 100%; min-width: unset; height: 120px; }
  .q9gpgan .a80q0k0i { max-height: 96px; max-width: 200px; }
  .q9gpgan .xsw1 { min-width: unset; text-align: center; white-space: normal; }
  .q9gpgan .ay53mq { min-width: 0; }
  .q9gpgan .j6yz1wr { flex-direction: row; justify-content: space-between; align-items: baseline; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto; min-width: 0; }
  .q9gpgan .u2bp { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .rshai .wzumt { row-gap: 8px !important; gap: 10px !important; }
}
@media (min-width: 860px) {
  .ooidy53w .zbms84w {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .ooidy53w .uwzlvwtf { margin: 0; }
}
.w90a .ou48yf3 { gap: 10px; }
.w90a .v0nyk, .w90a .oezdrh { padding: 12px; }
.w90a .v0nyk ul, .w90a .oezdrh ul { margin: 4px 0 0; padding-left: 18px; }
.w90a .v0nyk li, .w90a .oezdrh li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .mjiyr { grid-template-columns: 1fr; }
  .ucf0 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ucf0 .pfincyq7 { width: 72px; height: 50px; }
  .ucf0 .knqepu6 { max-width: 180px; }
  .ucf0 .xb37s { width: auto; }
}
@media (max-width: 720px) {
  .acn7kb { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .qkmjqd83 { padding: 16px; }
  .jowutywa .bzf3mwqo { min-width: 50%; }
}
.wbnovi .ou48yf3 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .od56 { grid-template-columns: 1fr; }
  .vnltq68 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .fiob6c9 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .q3ptif { flex-wrap: wrap; padding: 16px; }
}
.fmyt .ou48yf3 { gap: 8px; }
.fmyt .v0nyk, .fmyt .oezdrh { padding: 8px; }
@media (max-width: 480px) {
  .deru { flex-direction: column; align-items: stretch; }
}
.ilnm .xb37s .z3ro { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .x13w8lp { flex-direction: column; align-items: stretch; gap: 10px; }
  .ilnm .xb37s { text-align: center; }
}
@media (max-width: 720px) {
  .vok0 { grid-template-columns: 1fr; }
  .uf9nwwe6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .bkljc { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .xzpy { grid-template-columns: 1fr; }
  .yuz4 { width: 100px; height: 100px; margin: 16px auto; }
  .q77ilm { font-size: 1.4rem; }
  .ppqx { justify-content: center; }
  .ku6pci .bzf3mwqo { min-width: 50%; }
}
.vtomh .ou48yf3 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .cccqdeqo { flex-wrap: wrap; padding: 14px 16px; }
  .wg30 { padding: 12px 16px; }
  .vtomh .ou48yf3 { margin: 0 16px; }
  .vtomh .vcvfts { padding: 0 16px; }
  .btv4 { padding: 12px 16px; }
}
.rshai .q9gpgan {
  gap: 0; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
}
.rshai .wzumt {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border); row-gap: 0; column-gap: 12px;
}
.rshai .wzumt:last-child { border-bottom: none; }
.rshai .ay53mq,
.rshai .v7tx,
.rshai .o4ojv { border-left: 1px solid var(--border); padding-left: 10px; }
.rshai .xsw1 { padding: 0 10px; }
.zbb30l .u2bp.z3ro { padding: 14px 30px !important; font-size: 1rem; }
.gg1cb .u2bp.z3ro { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.uzpv .ay53mq,
.uzpv .dpwq,
.uzpv .dpwq {
  font-size: 1.1rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 7px 18px; gap: 2px; line-height: 1;
}
.uzpv .dpwq small { font-size: 0.85em; font-weight: 700; color: var(--accent-light); opacity: 0.75; }
.uzpv .irf2 .ctwywvlk,
.uzpv .irf2 strong {
  font-size: 0.95rem; font-weight: 800; color: var(--accent-light);
  background: var(--accent-bg); border-radius: 100px;
  padding: 4px 14px; white-space: nowrap;
}
.uzpv .xedep5,
.uzpv .hbzyoi { font-size: 1em; }
.qjpipzh { margin: 16px 0; }
.qb4l { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.qb4l summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.qb4l summary::after { content: "+"; color: var(--accent-light); }
.qb4l[open] summary::after { content: "−"; }
.qb4l p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.qxejqzzw { margin-bottom: 0; }
.v3ht h2.hgix3ya { color: var(--text-primary); border-color: var(--accent-light); }
.cgcrrq h2.hgix3ya { color: var(--text-primary); border-color: var(--accent-light); }
.jyxj8 .e7popoci     { background: #052e16; border-color: #10b981; }
.jyxj8 .fo9ai142 { background: #2d0a1e; border-color: #f43f5e; }
.jyxj8 .u1a8v8 strong  { color: #f1f5f9; }
.jyxj8 .u1a8v8 p       { color: #cbd5e1; }
.jyxj8 .nm6fos    .e7popoci     .yf9gt6::before,
.jyxj8 .fse6joz  .e7popoci     .yf9gt6::before,
.jyxj8 .elz7ux  .e7popoci     .yf9gt6::before,
.jyxj8 .ihghl .e7popoci     .yf9gt6::before { color: #10b981; }
.jyxj8 .nm6fos    .fo9ai142 .yf9gt6::before,
.jyxj8 .fse6joz  .fo9ai142 .yf9gt6::before,
.jyxj8 .elz7ux  .fo9ai142 .yf9gt6::before,
.jyxj8 .ihghl .fo9ai142 .yf9gt6::before { color: #f43f5e; }
.jyxj8 .nm6fos    .ror6    .yf9gt6::before,
.jyxj8 .fse6joz  .ror6    .yf9gt6::before,
.jyxj8 .elz7ux  .ror6    .yf9gt6::before,
.jyxj8 .ihghl .ror6    .yf9gt6::before { color: #a855f7; }
.thcd .e7popoci     { background: #2d2000; border-color: #eab308; }
.thcd .fo9ai142 { background: #2d0b0b; border-color: #ef4444; }
.thcd .u1a8v8 strong  { color: #f1f5f9; }
.thcd .u1a8v8 p       { color: #cbd5e1; }
.thcd .nm6fos    .e7popoci     .yf9gt6::before,
.thcd .fse6joz  .e7popoci     .yf9gt6::before,
.thcd .elz7ux  .e7popoci     .yf9gt6::before,
.thcd .ihghl .e7popoci     .yf9gt6::before { color: #eab308; }
.thcd .nm6fos    .fo9ai142 .yf9gt6::before,
.thcd .fse6joz  .fo9ai142 .yf9gt6::before,
.thcd .elz7ux  .fo9ai142 .yf9gt6::before,
.thcd .ihghl .fo9ai142 .yf9gt6::before { color: #ef4444; }
.thcd .nm6fos    .ror6    .yf9gt6::before,
.thcd .fse6joz  .ror6    .yf9gt6::before,
.thcd .elz7ux  .ror6    .yf9gt6::before,
.thcd .ihghl .ror6    .yf9gt6::before { color: #f97316; }
.ctdxeu3 .e7popoci     { background: #0c1a2e; border-color: #38bdf8; }
.ctdxeu3 .fo9ai142 { background: #12103a; border-color: #818cf8; }
.ctdxeu3 .u1a8v8 strong  { color: #f1f5f9; }
.ctdxeu3 .u1a8v8 p       { color: #cbd5e1; }
.ctdxeu3 .nm6fos    .e7popoci     .yf9gt6::before,
.ctdxeu3 .fse6joz  .e7popoci     .yf9gt6::before,
.ctdxeu3 .elz7ux  .e7popoci     .yf9gt6::before,
.ctdxeu3 .ihghl .e7popoci     .yf9gt6::before { color: #38bdf8; }
.ctdxeu3 .nm6fos    .fo9ai142 .yf9gt6::before,
.ctdxeu3 .fse6joz  .fo9ai142 .yf9gt6::before,
.ctdxeu3 .elz7ux  .fo9ai142 .yf9gt6::before,
.ctdxeu3 .ihghl .fo9ai142 .yf9gt6::before { color: #818cf8; }
.ctdxeu3 .nm6fos    .ror6    .yf9gt6::before,
.ctdxeu3 .fse6joz  .ror6    .yf9gt6::before,
.ctdxeu3 .elz7ux  .ror6    .yf9gt6::before,
.ctdxeu3 .ihghl .ror6    .yf9gt6::before { color: #2dd4bf; }
.y1t4 .e7popoci     { background: var(--accent-bg); border-color: var(--accent-light); }
.y1t4 .fo9ai142 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.y1t4 .nm6fos    .yf9gt6::before,
.y1t4 .fse6joz  .yf9gt6::before,
.y1t4 .elz7ux  .yf9gt6::before,
.y1t4 .ihghl .yf9gt6::before { color: var(--accent-light) !important; }
.kyp0::before,
.ffgz74v::before { margin-right: 5px; }
.skimpol6 .v0nyk ul li,
.skimpol6 .az5eprvu li         { color: #4ade80; }
.skimpol6 .v0nyk .kyp0 { color: #22c55e; }
.skimpol6 .oezdrh ul li,
.skimpol6 .iog1lylz li         { color: #f87171; }
.skimpol6 .oezdrh .ffgz74v { color: #ef4444; }
.srhmx .v0nyk { background: var(--bg-pros); }
.srhmx .oezdrh { background: var(--bg-cons); }
.srhmx .v0nyk .kyp0 { color: var(--c-pros-label); }
.srhmx .oezdrh .ffgz74v { color: var(--c-cons); }
.srhmx .v0nyk ul li,
.srhmx .oezdrh ul li,
.xhbxbk0b .v0nyk { background: var(--bg-pros); }
.xhbxbk0b .oezdrh { background: var(--bg-cons); }
.xhbxbk0b .v0nyk .kyp0 { color: var(--c-pros-label); }
.xhbxbk0b .oezdrh .ffgz74v { color: var(--c-cons); }
.xhbxbk0b .v0nyk ul li,
.xhbxbk0b .oezdrh ul li,
.hvfe .kyp0::before { content: "✓ "; }
.hvfe .ffgz74v::before { content: "✗ "; }
.wboh .kyp0::before { content: "→ "; }
.wboh .ffgz74v::before { content: "← "; }
.qvyz .kyp0::before { content: "★ "; }
.qvyz .ffgz74v::before { content: "✕ "; }
.yzzob .kyp0::before { content: "◆ "; }
.yzzob .ffgz74v::before { content: "▲ "; }
.mi804 .u1a8v8 { background: transparent; border-left: none; border: 1.5px solid; }
.mi804 .e7popoci     { border-color: var(--c-tip-border); }
.mi804 .fo9ai142 { border-color: var(--c-warn-border); }
.mi804 .u1a8v8 strong { color: var(--text-primary); }
.mi804 .u1a8v8 p      { color: var(--text-muted); }
.c1cso1v9 .u1a8v8 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.c1cso1v9 .e7popoci     { border-top-color: var(--c-tip-border); }
.c1cso1v9 .fo9ai142 { border-top-color: var(--c-warn-border); }
.vx85 .u1a8v8 { border-left: none; border-radius: 8px; }
.vx85 .e7popoci     { background: #065f46; }
.vx85 .fo9ai142 { background: #92400e; }
.vx85 .u1a8v8 strong,
.vx85 .u1a8v8 p { color: #fff; }
.vx85 .yf9gt6::before { color: rgba(255,255,255,0.85) !important; }
.jyxj8.vx85 .e7popoci,
.jyxj8 .vx85 .e7popoci     { background: #052e16; }
.jyxj8.vx85 .fo9ai142,
.jyxj8 .vx85 .fo9ai142 { background: #2d0a1e; }
.thcd.vx85 .e7popoci,
.thcd .vx85 .e7popoci      { background: #2d2000; }
.thcd.vx85 .fo9ai142,
.thcd .vx85 .fo9ai142  { background: #2d0b0b; }
.ctdxeu3.vx85 .e7popoci,
.ctdxeu3 .vx85 .e7popoci      { background: #0c1a2e; }
.ctdxeu3.vx85 .fo9ai142,
.ctdxeu3 .vx85 .fo9ai142  { background: #12103a; }
.ts0j0 .u1a8v8 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ts0j0 .e7popoci     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ts0j0 .fo9ai142 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ts0j0 .ror6    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ts0j0 .u1a8v8 strong { color: var(--text-primary); }
.ts0j0 .u1a8v8 p      { color: var(--text-muted); }
.arxfjkwt .u1a8v8 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.nm6fos .yf9gt6,
.fse6joz .yf9gt6,
.elz7ux .yf9gt6,
.ihghl .yf9gt6 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.nm6fos .yf9gt6::before,
.fse6joz .yf9gt6::before,
.elz7ux .yf9gt6::before,
.ihghl .yf9gt6::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.nm6fos .e7popoci     .yf9gt6::before { content: "✦"; color: var(--c-tip-border); }
.nm6fos .fo9ai142 .yf9gt6::before { content: "▲"; color: var(--c-warn-border); }
.nm6fos .ror6    .yf9gt6::before { content: "◉"; color: #60a5fa; }
.fse6joz .e7popoci     .yf9gt6::before { content: "★"; color: var(--c-tip-border); }
.fse6joz .fo9ai142 .yf9gt6::before { content: "◆"; color: var(--c-warn-border); }
.fse6joz .ror6    .yf9gt6::before { content: "●"; color: #60a5fa; }
.elz7ux .e7popoci     .yf9gt6::before { content: "▶"; color: var(--c-tip-border); }
.elz7ux .fo9ai142 .yf9gt6::before { content: "■"; color: var(--c-warn-border); }
.elz7ux .ror6    .yf9gt6::before { content: "▸"; color: #60a5fa; }
.ihghl .e7popoci     .yf9gt6::before { content: "→"; color: var(--c-tip-border); }
.ihghl .fo9ai142 .yf9gt6::before { content: "⬥"; color: var(--c-warn-border); }
.ihghl .ror6    .yf9gt6::before { content: "◈"; color: #60a5fa; }
.mq49qvh .yj9f .oxhm1a,
.mq49qvh .d55k1146 .oxhm1a  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.mq49qvh .ry5m4nf                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.mq49qvh .jbxx9m                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ex583 .yj9f .oxhm1a,
.ex583 .d55k1146 .oxhm1a,
.ex583 .ry5m4nf,
.ex583 .wzumt,
.ex583 .uwzlvwtf,
.ex583 .sek0u,
.ex583 .jbxx9m,
.ex583 .arxfjkwt .u1a8v8 { box-shadow: none; }
.nxe3   .az91apic, .nxe3 .qmbesl1l, .nxe3 .c2swo,
.nxe3   .q75ln1jf, .nxe3 .rsggha9i { font-size: 0.9rem; }
.nxe3   .tmqfw, .nxe3 .v7hf3 { font-size: 0.9rem; }
.szwlnh   .az91apic, .szwlnh .qmbesl1l, .szwlnh .c2swo,
.szwlnh   .q75ln1jf, .szwlnh .rsggha9i { font-size: 0.95rem; }
.szwlnh   .tmqfw, .szwlnh .v7hf3 { font-size: 0.95rem; }
.sqkdv   .az91apic, .sqkdv .qmbesl1l, .sqkdv .c2swo,
.sqkdv   .q75ln1jf, .sqkdv .rsggha9i { font-size: 1.08rem; }
.sqkdv   .tmqfw, .sqkdv .v7hf3 { font-size: 1.05rem; }
.wyqy43a4 .d2qx9pil      { font-size: 3.2rem; }
.wyqy43a4 h2.hgix3ya { font-size: 1.9rem; }
.wyqy43a4 h3.q1yug     { font-size: 1.4rem; }
.gndr0jc .d2qx9pil      { font-size: 3.8rem; }
.gndr0jc h2.hgix3ya { font-size: 2.2rem; }
.gndr0jc h3.q1yug     { font-size: 1.6rem; }
.qxejqzzw + .qxejqzzw { position: relative; }
.s1d2   .qxejqzzw + .qxejqzzw::before,
.vl6w0  .qxejqzzw + .qxejqzzw::before,
.nlvkt   .qxejqzzw + .qxejqzzw::before,
.lr1r1en   .qxejqzzw + .qxejqzzw::before,
.amxe   .qxejqzzw + .qxejqzzw::before,
.ialgn .qxejqzzw + .qxejqzzw::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.s1d2 .qxejqzzw + .qxejqzzw::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vl6w0 .qxejqzzw + .qxejqzzw::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.nlvkt .qxejqzzw + .qxejqzzw::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent-light); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.lr1r1en .qxejqzzw + .qxejqzzw::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.pckws .qxejqzzw { margin-bottom: 16px; }
.pckws .qxejqzzw + .qxejqzzw { margin-top: 0; }
.pckws .ydzkbgto { padding-top: 0; padding-bottom: 0; }
.amxe .qxejqzzw + .qxejqzzw::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.ialgn .qxejqzzw + .qxejqzzw::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.o5tg9 .qxejqzzw + .qxejqzzw::before,
.zw8de .qxejqzzw + .qxejqzzw::before,
.szxy7sp .qxejqzzw + .qxejqzzw::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%;
}
.hotq .o5tg9 .qxejqzzw:nth-child(even)::before,
.hotq .zw8de .qxejqzzw:nth-child(even)::before,
.hotq .szxy7sp .qxejqzzw:nth-child(even)::before { background: var(--bg-surface); }
.agwj3bs .o5tg9 .qxejqzzw:nth-child(even)::before,
.agwj3bs .zw8de .qxejqzzw:nth-child(even)::before,
.agwj3bs .szxy7sp .qxejqzzw:nth-child(even)::before { background: var(--bg-card); }
.o5tg9 .qxejqzzw + .qxejqzzw::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");
}
.zw8de .qxejqzzw + .qxejqzzw::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");
}
.szxy7sp .qxejqzzw + .qxejqzzw::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");
}
.xdqht9me .spuor,
.uuz9 .spuor,
.sso8dg .spuor { overflow: hidden; }
.xdqht9me .stlfr49,
.uuz9 .stlfr49 { margin-bottom: 60px; }
.sso8dg .stlfr49 { margin-bottom: 70px; }
.xdqht9me .ao78,
.xdqht9me .spuor::before,
.uuz9 .spuor::before,
.sso8dg .spuor::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%;
}
.xdqht9me .spuor::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");
}
.uuz9 .spuor::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");
}
.sso8dg .spuor::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");
}
.ixm7x2o .spuor:not(.maiz6r47) .prufco { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jfqegd9 .spuor:not(.maiz6r47) .prufco { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.uvzdqi  .spuor:not(.maiz6r47) .prufco { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.p0lq40  .spuor:not(.maiz6r47) .prufco { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.d4wwox8 .maiz6r47 { background: var(--accent); }
.d4wwox8 .maiz6r47 .prufco { background: none; }
.d4wwox8 .edwqq { background: var(--accent); }
.d4wwox8 .q8ctpo { background: var(--accent-bg); }
.d4wwox8 .spuor:not(.maiz6r47) .prufco { background: rgba(0,0,0,0.6); }
.znn98 .jh92o { float: left; width: 38%; margin: 0 28px 16px 0; }
.znn98 .jh92o .n4wk5k4 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.znn98 .ydzkbgto::after { content: ''; display: block; clear: both; }
.tbd6 .jh92o { float: right; width: 38%; margin: 0 0 16px 28px; }
.tbd6 .jh92o .n4wk5k4 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.tbd6 .ydzkbgto::after { content: ''; display: block; clear: both; }
.lqk6 .qxejqzzw:nth-child(odd)  .jh92o { float: left;  width: 38%; margin: 0 28px 16px 0; }
.lqk6 .qxejqzzw:nth-child(even) .jh92o { float: right; width: 38%; margin: 0 0 16px 28px; }
.lqk6 .jh92o .n4wk5k4 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.lqk6 .ydzkbgto::after { content: ''; display: block; clear: both; }
.znn98 .pfyy,
.tbd6 .pfyy,
.lqk6 .pfyy,
@media (max-width: 900px) {
  .znn98 .jh92o,
  .tbd6 .jh92o,
  .lqk6 .qxejqzzw:nth-child(odd)  .jh92o,
  .lqk6 .qxejqzzw:nth-child(even) .jh92o {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .znn98 .jh92o .n4wk5k4,
  .tbd6 .jh92o .n4wk5k4,
  .lqk6 .jh92o .n4wk5k4 {
    max-height: none !important;
  }
}
.znn98 .tmqfw,
.znn98 .v7hf3,
.tbd6 .tmqfw,
.tbd6 .v7hf3,
.lqk6 .tmqfw,
.lqk6 .v7hf3 { overflow: hidden; }
@media (max-width: 640px) {
  .znn98 .jh92o,
  .tbd6 .jh92o,
  .lqk6 .jh92o { float: none; width: 100%; margin: 0 0 16px 0; }
}
.zquc6 .pdo9p,
.zquc6 .ydzkbgto,
.zquc6 .douk  { max-width: 1100px; }
.xyvy .pdo9p,
.xyvy .ydzkbgto,
.xyvy .douk  { max-width: 1200px; }
.ku0m .pdo9p,
.ku0m .ydzkbgto,
.ku0m .douk  { max-width: 1320px; }
.sgv10j { font-size: 0.82rem; color: var(--text-muted); }
.p6z2mtju { display: flex; align-items: center; }
.z29x8s5 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.ire8f1 { display: flex; align-items: center; }
.esjiql { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.esjiql:hover { text-decoration: underline; }
.lbcra { margin: 0 3px; opacity: 0.45; }
.lbcra::before { content: '/'; }
.lzh1 { padding: 2px 5px; color: var(--text-main); }
.s70k23 .sgv10j {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.s70k23 .p6z2mtju { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.jbdp .sgv10j {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.jbdp .p6z2mtju { padding: 0 0 0 12px; }
.xg7t {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.lqtuxz .p6z2mtju { padding: 0 16px; }
.lqtuxz .sgv10j {
  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);
}
.lqtuxz .pdo9p { padding-top: 28px; }
@media (max-width: 720px) {
  .xg7t { margin-top: 18px; padding: 0 16px; }
  .lqtuxz .pdo9p { padding-top: 16px; }
}
.zquc6.s70k23 .p6z2mtju { max-width: 1100px; }
.xyvy.s70k23 .p6z2mtju { max-width: 1200px; }
.ku0m.s70k23 .p6z2mtju { max-width: 1320px; }
.zquc6 .xg7t { max-width: 1100px; }
.xyvy .xg7t { max-width: 1200px; }
.ku0m .xg7t { max-width: 1320px; }
.jkc7h .qxejqzzw { padding-top: 16px; padding-bottom: 16px; }
.bb466u9j .qxejqzzw { padding-top: 24px; padding-bottom: 24px; }
.wz0mtw .qxejqzzw { padding-top: 40px; padding-bottom: 40px; }
.qh07yi0 .qxejqzzw { padding-top: 52px; padding-bottom: 52px; }
.izl76qtx .qxejqzzw:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.izl76qtx .qxejqzzw:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.izl76qtx .qxejqzzw:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.izl76qtx .qxejqzzw:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.lfvbzu2w .ydzkbgto { padding-top: 10px;  padding-bottom: 10px; }
.ikrqzg .ydzkbgto { padding-top: 18px;  padding-bottom: 18px; }
.e0z9fo .ydzkbgto { padding-top: 36px;  padding-bottom: 36px; }
.hqghq03p .ydzkbgto { padding-top: 48px;  padding-bottom: 48px; }
.j1knpfav h2.hgix3ya { font-weight: 600; }
.j1knpfav h3.q1yug     { font-weight: 600; }
.guqc h2.hgix3ya { font-weight: 800; }
.guqc h3.q1yug     { font-weight: 700; }
.premo h2.hgix3ya { font-weight: 900; }
.premo h3.q1yug     { font-weight: 800; }
.premo .u1a8v8 strong,
.premo .u1a8v8 strong { font-weight: 600; }
.kfr2 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.fie1rk .kfr2 { display: none; }
@media (max-width: 640px) { .kfr2 { display: none; } }
.kfr2 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.kfr2:hover { opacity: 0.85; }
.fuww2lj7 .kfr2 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.s850 .kfr2,
.f3dku  .kfr2 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.s850 .kfr2:hover,
.f3dku  .kfr2:hover { opacity: 0.88; }
.fuww2lj7.s850 .kfr2,
.fuww2lj7.f3dku  .kfr2 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.s29pstr {
  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;
}
.s29pstr:hover { transform: translateY(-2px); opacity: 0.92; }
.s29pstr { background: var(--cta) !important; color: #fff !important; border: none !important; }
.i9kx .s29pstr { display: none; }
.di23y9 .s29pstr { right: 32px; }
.cprzmvj  .s29pstr { left: 32px; }
@media (max-width: 480px) {
  .di23y9 .s29pstr { right: 20px; bottom: 20px; }
  .cprzmvj  .s29pstr { left: 20px; bottom: 20px; }
}
.r1odv { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.douk { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.qduj { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.y7up9 { color: var(--text-dim); font-size: 0.8rem; }
.yr5o a, .emp9e a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.yr5o a:hover, .emp9e a:hover { color: var(--accent-light); }
.emp9e { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.sxuyl3x .douk { text-align: center; }
.sxuyl3x .emp9e { justify-content: center; margin-bottom: 16px; }
.sxuyl3x .qduj { margin-top: 0; }
.hfjzx { margin-top: 10px; }
.hfjzx a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .douk { padding-left: 16px; padding-right: 16px; }
  .fewgl .douk { padding: 20px 16px; }
  .emp9e { gap: 4px 12px; }
  .qduj { font-size: 0.78rem; }
}
.l8ghql .qduj { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.l8ghql .y7up9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .l8ghql .adnz0i8m { grid-template-columns: 1fr 1fr; } .l8ghql .ekh22au7 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .l8ghql .adnz0i8m { grid-template-columns: 1fr; } }
.jqyk .qduj { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .jqyk .ct9t9xq9 { gap: 12px; } .jqyk .j673fz0 { margin-right: 0; width: 100%; } }
.ksd6 .qduj { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ksd6 .y7up9 { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ksd6 .zkk96bgc { grid-template-columns: 1fr 1fr; } .ksd6 .h5asz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ksd6 .zkk96bgc { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .a9nxj .f67w { grid-template-columns: 1fr 1fr; } .a9nxj .v69t3:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .a9nxj .f67w { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hel0m .f67w { grid-template-columns: 1fr; } }
.qphv7mhb .douk { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.qphv7mhb .emp9e { justify-content: center; }
.hy4s3 .ny7pm      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.hy4s3 .r1odv { background: var(--bg-page); border-top-color: var(--border-alt); }
.u88f .ny7pm      { background: #0d1117; border-bottom-color: #21262d; }
.u88f .v1oha4 { color: var(--accent-light); }
.u88f .juvaf0 { --msep-color: #8b949e; }
.u88f .juvaf0 a { color: #8b949e; }
.u88f .juvaf0 a:hover { color: var(--accent-light); }
.u88f .l6yb1mr { color: #8b949e; }
.u88f .r1odv { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.u88f .qduj,
.u88f .y7up9 { color: #6e7681; }
.u88f .yr5o a, .u88f .emp9e a,
.u88f .qq9otvia a, .u88f .zfhmz18 a,
.u88f .u3jn0ntj a { color: #8b949e; }
.u88f .j673fz0 { color: #e6edf3; }
.u88f .yr5o a:hover, .u88f .emp9e a:hover,
.u88f .qq9otvia a:hover, .u88f .zfhmz18 a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .u88f .juvaf0 { background: #0d1117; border-top-color: #21262d; }
  .u88f .juvaf0 li a { border-bottom-color: #21262d; }
}
.yr3y4 .ny7pm      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.yr3y4 .v1oha4 { color: var(--accent-light); }
.yr3y4 .juvaf0 { --msep-color: #475569; }
.yr3y4 .juvaf0 a { color: #475569; }
.yr3y4 .juvaf0 a:hover { color: var(--accent-light); }
.yr3y4 .l6yb1mr { color: #64748b; }
.yr3y4 .r1odv { background: #f0f4f8; border-top-color: #cbd5e1; }
.yr3y4 .qduj,
.yr3y4 .y7up9 { color: #64748b; }
.yr3y4 .yr5o a, .yr3y4 .emp9e a,
.yr3y4 .yr5o a:hover, .yr3y4 .emp9e a:hover,
@media (max-width: 640px) {
  .yr3y4 .juvaf0 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .yr3y4 .juvaf0 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.s850 .ny7pm      { background: var(--accent); border-bottom-color: var(--accent-light); }
.s850 .v1oha4 { color: #fff; }
.s850 .juvaf0 { --msep-color: rgba(255,255,255,0.82); }
.s850 .juvaf0 a { color: rgba(255,255,255,0.82); }
.s850 .juvaf0 a:hover { color: #fff; }
.s850 .l6yb1mr { color: rgba(255,255,255,0.9); }
.s850 .r1odv { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.s850 .qduj,
.s850 .y7up9 { color: rgba(255,255,255,0.72); }
.s850 .yr5o a, .s850 .emp9e a,
.s850 .yr5o a:hover, .s850 .emp9e a:hover,
@media (max-width: 640px) {
  .s850 .juvaf0 { background: var(--accent); border-top-color: var(--accent-light); }
  .s850 .juvaf0 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.f3dku .ny7pm {
  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);
}
.f3dku .r1odv {
  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) {
  .f3dku .juvaf0 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.blvzk6vx .gbtk { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.baqhq .gbtk { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.xtdeu6y5 .gbtk { min-height: 72px; height: auto; }
.gwztftr .gbtk { min-height: 84px; height: auto; }
.fewgl .gbtk { max-width: none; padding: 0 32px; }
.fewgl .douk  { max-width: none; padding: 24px 32px; }
.wip9y0l4.xyvy .gbtk { max-width: 1200px; }
.wip9y0l4.ku0m .gbtk { max-width: 1320px; }
.tzpa8   .v1oha4, .tzpa8   .j673fz0 { text-transform: capitalize; }
.zrxyq .v1oha4, .zrxyq .j673fz0 { text-transform: lowercase; }
.mry9 .v1oha4, .mry9 .j673fz0 { text-transform: uppercase; letter-spacing: 0.06em; }
.razm, .eer074 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.r0jki .razm,
.r9tooqz .razm,
.y9rw5lv .razm,
.tijqu8 .razm,
.meww   .juvaf0 a { font-weight: 500; }
.ixjf .juvaf0 a { font-weight: 600; }
.x24bc27m     .juvaf0 a { font-weight: 700; }
.u2lssi    .juvaf0 a { font-weight: 800; letter-spacing: 0.01em; }
.euruin2v     .juvaf0 > li + li::before,
.b8qoyy16    .juvaf0 > li + li::before,
.xofame5v    .juvaf0 > li + li::before,
.llpv .juvaf0 > li + li::before,
.iu15 .juvaf0 > li + li::before,
.bjku308l  .juvaf0 > li + li::before,
.ejusyik8    .juvaf0 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.euruin2v     .juvaf0 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.b8qoyy16    .juvaf0 > li + li::before { content: "|"; }
.xofame5v    .juvaf0 > li + li::before { content: "—"; }
.llpv .juvaf0 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.iu15 .juvaf0 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.bjku308l  .juvaf0 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ejusyik8    .juvaf0 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .ecz7h0v .l6yb1mr,
  .qs9ec .l6yb1mr,
  .qs4p .l6yb1mr,
  .i1eievik .l6yb1mr,
  .pgupn2we .l6yb1mr {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .ecz7h0v .l6yb1mr::before,
  .qs9ec .l6yb1mr::before,
  .qs4p .l6yb1mr::before,
  .i1eievik .l6yb1mr::before,
  .pgupn2we .l6yb1mr::before { content: ""; display: block; flex-shrink: 0; }

  
  .ecz7h0v .l6yb1mr::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;
  }

  
  .qs9ec .l6yb1mr::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;
  }

  
  .qs4p .l6yb1mr::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;
  }

  
  .i1eievik .l6yb1mr::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;
  }

  
  .pgupn2we .l6yb1mr::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) {
  .j6e0 .l6yb1mr {
    padding: 5px 14px;
  }
  .j6e0 .juvaf0 {
    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;
  }
  .j6e0 .juvaf0 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .j6e0 .juvaf0 li a:hover { background: var(--bg-raised); }
  .j6e0 .ucdb,
  .vcv86x .ucdb,
  .mt6ur .ucdb { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .wkyhs .l6yb1mr {
    padding: 5px 10px;
  }
  .wkyhs .juvaf0 {
    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);
  }
  .wkyhs .juvaf0.rj5g8e2d { transform: translateX(0); }
  .wkyhs .juvaf0 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .wkyhs .juvaf0 li:last-child a { border-bottom: none; }
  .s850 .juvaf0,
  .u88f .juvaf0 { background: var(--accent) !important; }
  .s850 .juvaf0 li a,
  .u88f .juvaf0 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .mt6ur .l6yb1mr {
    padding: 5px 10px;
  }
  .mt6ur .juvaf0 {
    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);
  }
  .mt6ur .juvaf0::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .mt6ur .juvaf0.rj5g8e2d { transform: translateY(0); }
  .mt6ur .juvaf0 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .c6xw1j .l6yb1mr {
    padding: 5px 10px;
  }
  .c6xw1j .juvaf0 {
    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;
  }
  .c6xw1j .juvaf0.rj5g8e2d { opacity: 1; pointer-events: auto; }
  .c6xw1j .juvaf0 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .emmv     .l6yb1mr { border-radius: 0 !important; }
  .h5qd   .l6yb1mr { border-radius: 8px !important; }
  .dj29df .l6yb1mr { border-radius: 50% !important; }
  .p13p9   .l6yb1mr { border-radius: 999px !important; }
}
.ogj7nhdk .i1i5unkx { height: 36px; }
.tq133 .i1i5unkx { height: 60px; max-width: 200px; }
.rl3ros .i1i5unkx { height: 76px; max-width: 240px; }
.s0e9 .j6yz1wr + .j6yz1wr {
  border-left: 1px solid var(--border); padding-left: 10px;
}
@media (min-width: 720px) {
  .xi9ihy8s .q9gpgan {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .xi9ihy8s .wzumt {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .xi9ihy8s .wzumt { padding: 40px 16px 20px; }
  .xi9ihy8s .j6yz1wr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .xi9ihy8s .u2bp { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .epwnx8x .wzumt {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .epwnx8x .wzumt::before {
    position: absolute; top: 14px; left: 14px;
  }
  .epwnx8x .n8nu7 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .epwnx8x .xsw1 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .epwnx8x .j6yz1wr {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .epwnx8x .u2bp { width: 100%; min-width: 0; }
  .epwnx8x .ay53mq { min-width: 0; }
}
.hnfez24 .qb4l {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.hnfez24 .qb4l summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.hnfez24 .qb4l p { padding: 0 2px 16px; }
.ez2sif7 .qb4l { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ez2sif7 .qb4l summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ez2sif7 .qb4l summary::after { content: "›"; font-size: 1.2em; }
.ez2sif7 .qb4l[open] summary::after { content: "‹"; }
.ez2sif7 .qb4l p { padding: 10px 22px 4px; }
.o6x3eken .qb4l {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.o6x3eken .qb4l summary { color: var(--text-primary); padding-left: 16px; }
.o6x3eken .qb4l summary::after { content: "›"; font-size: 1.1em; }
.o6x3eken .qb4l[open] summary::after { content: "‹"; }
.o6x3eken .qb4l p { padding-left: 16px; }
.o3h7gs7 .qjpipzh { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.o3h7gs7 .qb4l {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.o3h7gs7 .qb4l:last-child { border-bottom: none; }
.o3h7gs7 .qb4l summary { color: var(--text-primary); border-radius: 0; }
.o3h7gs7 .qb4l summary::after { content: "›"; font-size: 1.1em; }
.o3h7gs7 .qb4l[open] summary::after { content: "‹"; }
.p8ex .qb4l { overflow: hidden; }
.p8ex .qb4l summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.p8ex .qb4l summary::after { color: rgba(255,255,255,.75); }
.p8ex .qb4l[open] summary { border-radius: 0; }
.b6bsr { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.uo963655 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.hswwh {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.e2126 { color: var(--text-muted); font-size: 1.05rem; }
.hw6n9k {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.l2a9h { margin-bottom: 20px; }
.ztbg {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.i5qp {
  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;
}
.i5qp:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.tk7wlnm { resize: vertical; min-height: 130px; }
.rp53 { width: 100%; margin-top: 8px; }
.zsw9o {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.z8f2ciu {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ld6c { color: var(--text-muted); line-height: 1.75; }
.iqnmz5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.iqnmz5 li { margin-bottom: 6px; }
.k4jm { max-width: 760px; margin: 0 auto; }
.yrjp9f4 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.m0k705z { max-width: 760px; margin: 0 auto; }
.a4t75a { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.lfx9v ul.iqnmz5 { margin: 0; }
.isdv { max-width: 900px; margin: 0 auto; }
.ko1bc { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.ko1bc:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ko1bc .a4t75a { margin: 0; font-size: 1rem; }
.ko1bc .raanj077 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .ko1bc { grid-template-columns: 1fr; gap: 10px; } }
.mmuckj8v .a4t75a { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.y160xvi .iqnmz5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pkch7f { grid-template-columns: 1fr; } }
.nffyns1 { color: inherit; text-decoration: none; }
.nffyns1:hover { color: var(--accent-light); text-decoration: underline; }
.of07mz { display: inline-block; line-height: 0; }
.pxmfv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bqpq { margin-bottom: 48px; }
.hlc1 { max-width: 760px; margin: 0 auto; }
.om2g { text-align: center; }
.x0p8myd { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.x0p8myd:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.mpmqx { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.x0p8myd p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.x0p8myd ul.iqnmz5 { margin: 0; }
.id103y { color: var(--text-muted); line-height: 1.75; }
.om2g .iqnmz5,
.ljh6vnlq .iqnmz5,
.yincx .iqnmz5,
.vnjbde2 .iqnmz5 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.om2g .x0p8myd,
.ljh6vnlq .x0p8myd { text-align: left; }
.om2g .mpmqx,
.ljh6vnlq .mpmqx { text-align: center; }
.wro0e { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.srpy6u { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.blflzp6a { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.yy7yab { margin-top: 12px; }
.qainxb7 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.qainxb7:hover { border-bottom-color: var(--accent-light); }
.rcxm { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.rcxm img { width: 100%; height: 100%; object-fit: cover; display: block; }
.s3o20ts9 { width: 200px; height: 200px; }
.x6go5 { border-radius: 58% 42% 63% 37% / 42% 62% 38% 58%; }
.rgnm5o64 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.gcfxj { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .fm9agtr { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.uathxpqc { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.uathxpqc .blflzp6a, .uathxpqc .srpy6u { max-width: 640px; }
.chzt1h7i .wro0e { font-size: 1.6rem; margin-top: 18px; }
.s60c1rn .blflzp6a { margin-bottom: 28px; }
@media (max-width: 860px) { .g6iovzd { grid-template-columns: 1fr; } .chzt1h7i { position: static; text-align: center; } }
.yyo5 .rcxm { margin: 0 auto 18px; }
.yyo5 .rgnm5o64 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ho2qaf7 { grid-template-columns: 1fr; } }
.cwja .wro0e { font-size: 1.6rem; margin-bottom: 6px; }
.vnjbde2 .iqnmz5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cwja { flex-direction: column; text-align: center; } .prjf { grid-template-columns: 1fr; } }
.jtf9l .wro0e { font-size: 1.35rem; margin: 0 0 4px; }
.jtf9l .rgnm5o64 { margin: 0; }
.e5zrwl6 .hswwh { color: var(--accent-light); }
.wc98 .hswwh { font-size: 2rem; }
.wc98 .e2126 { max-width: 680px; }
.zu5c {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.zu5c .hswwh { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.zu5c .e2126  { margin: 0; }
@media (max-width: 640px) { .zu5c { flex-direction: column; } }
.u1n4 .hswwh { color: var(--accent-light); }
.np6evaet .hswwh { color: #fff; }
.np6evaet .e2126  { color: rgba(255,255,255,0.85); }
.fn4jc { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .gz65 { grid-template-columns: 1fr; } }
.uk9qk .i5qp {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.uk9qk .i5qp:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.lw8mii86 .i5qp { background: var(--bg-raised); border-color: transparent; }
.lw8mii86 .i5qp:focus { background: var(--bg-card); border-color: var(--accent-light); }
.wwh40sz .i5qp { border-radius: 100px; padding: 11px 20px; }
.wwh40sz .tk7wlnm { border-radius: 14px; }
.lu0fy5o {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .lu0fy5o { grid-template-columns: 1fr; } }
.pgtwk {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.pgtwk h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.pgtwk p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.xndi2d { counter-reset: priv-count; }
.d0v188l {
  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);
}
.d0v188l:last-child { border-bottom: none; }
.j2ei {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.d0v188l h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.d0v188l p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.j3xop{position:relative;overflow:visible}
.twmznc9 .rjsovh{display:block}
.ah7g{--date-bg:var(--accent-bg)}
.iokei .yhwp::before{content:""}
.e7dk323{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.jvmp{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.k5ti3{display:flex;flex-direction:column;gap:3px}
.hhb8hv3{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.q7pf{font-weight:700;font-size:1rem;color:var(--text-heading)}
.m4zi{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.uwezu .e7dk323{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.ge59jx .e7dk323{border-top:3px solid var(--accent);padding-top:18px}
.e7v58n .e7dk323{border-left:3px solid var(--accent);border-radius:0}
.vupa4h .e7dk323{padding:20px 0}
@media(max-width:640px){
  .e7dk323{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .m4zi{max-width:100%}
}
:root {
  --accent:          #bb35b3;
  --brand:           #bb35b3;
  --brand-light:     #cf6cc9;
  --brand-pale:      #d9a5d6;
  --grad-start:      #6b1e66;
  --grad-end:        #a72f9f;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #bb35b3;
  --cta-light:       #cf6dc9;
  --cta-hover:       #cc4cc4;
  --bg-page:         #120612;
  --bg-surface:      #1e0a1c;
  --bg-card:         #290e27;
  --bg-card-inner:   #341232;
  --bg-raised:       #3f163d;
  --bg-hover:        #4b1a48;
  --border:          #5a2056;
  --border-alt:      #70286c;
  --border-section:  #5a2056;
  --text-primary:    #e7e3e7;
  --text-muted:      #ab9fab;
  --text-body:       #cfc8cf;
  --text-sub:        #ab9fab;
  --text-faint:      #7a6b79;
  --text-dim:        #5f535e;
  --text-label:      #938493;
  --text-value:      #c3bac3;
  --accent-bg:       #261625;
  --accent-bg-light: #3c1f3a;
  --bg-tip:          #162624;
  --bg-warning:      #272115;
  --bg-info:         #161826;
  --bg-pros:         #162624;
  --bg-cons:         #261619;
  --c-pros:          #86e8de;
  --c-cons:          #e68996;
  --c-pros-label:    #5be1d2;
  --c-tip-border:    #3cdbca;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #86e8de;
}
:root { --logo-bg-opacity: 47%; }
body, button, input { font-family: "Chakra Petch", sans-serif; }
.tqav .yf9gt6 { font-size: 0; width: 1.2rem; flex-shrink: 0; }.tqav .yf9gt6::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.tqav .e7popoci     .yf9gt6::before { content: "";  color: var(--c-tip-border); }.tqav .fo9ai142 .yf9gt6::before { content: ""; color: var(--c-warn-border); }.tqav .ror6    .yf9gt6::before { content: ""; color: #60a5fa; }.jyxj8 .tqav .e7popoci     .yf9gt6::before { color: #10b981; }.jyxj8 .tqav .fo9ai142 .yf9gt6::before { color: #f43f5e; }.jyxj8 .tqav .ror6    .yf9gt6::before { color: #a855f7; }.thcd  .tqav .e7popoci     .yf9gt6::before { color: #eab308; }.thcd  .tqav .fo9ai142 .yf9gt6::before { color: #ef4444; }.thcd  .tqav .ror6    .yf9gt6::before { color: #f97316; }.ctdxeu3  .tqav .e7popoci     .yf9gt6::before { color: #38bdf8; }.ctdxeu3  .tqav .fo9ai142 .yf9gt6::before { color: #818cf8; }.ctdxeu3  .tqav .ror6    .yf9gt6::before { color: #2dd4bf; }.y1t4 .tqav .yf9gt6::before { color: var(--accent-light) !important; }
.o37jbco .or88qnaz, .o37jbco .q8ctpo { min-height: 420px; }
.ivtv .p6d2cy::after, .ivtv .z3ro::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; }
.i9qma .kfr2::after,.i9qma .s29pstr::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; }
.lbcra::before { content: '—'; }
.qkfk .ooyws::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.qkfk .ooyws:first-of-type::before{content:"\f15b"}.qkfk .ooyws:last-of-type::before{content:"\f044"}