: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;
}
.gd9p {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.g3j5c {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.fayiz6e {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.cttpunn { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.qrmc20 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.qrmc20 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.qrmc20 a:hover { color: var(--accent-light); }
.c4qh     .cbyld { border-radius: 24px; padding: 8px; }
.c4qh .cbyld li a { border-radius: 16px; }
.qlr1npl  .cbyld li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .cbyld {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .vm7ed3:hover .cbyld,
  .vm7ed3:focus-within .cbyld { display: block; }
  .cbyld li a { padding: 8px 16px; font-size: 0.88rem; }
}
.d9dn5l {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.fa85vm { display: none; }
@media (max-width: 640px) {
  .fa85vm {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .fa85vm.t0itpesh { display: block; }
}
@media (max-width: 640px) {
  .d9dn5l { display: block; }
  .qrmc20 > li + li::before { display: none !important; }
  .qrmc20 {
    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;
  }
  .qrmc20.t0itpesh { display: flex; }
  .qrmc20 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .qrmc20 li:last-child a { border-bottom: none; }
}
.irar5 { min-height: 480px; }
.hkao5m09 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.nom2idko { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ev9t .nom2idko { margin-left: 0; margin-right: 0; }
.shny {
  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;
}
.shny:hover { opacity: 0.88; }
.ybz5 .hkao5m09 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ybz5 .nom2idko { color: #e2e8f0; }
.ybz5.ev9t   .m2oi { text-align: left; }
.e08gdwxx .hkao5m09 { color: var(--text-primary); text-shadow: none; }
.e08gdwxx .nom2idko { color: var(--text-muted); }
.e08gdwxx .shny { margin-top: 16px; }
.e08gdwxx, .e08gdwxx.irar5 { min-height: auto !important; }
.e08gdwxx.ev9t   .m2oi { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.tg4a002 .hkao5m09 { color: #fff; }
.tg4a002 .nom2idko { color: rgba(255,255,255,0.85); }
.tg4a002 .shny { background: #fff; color: var(--cta); }
.tg4a002 .shny:hover { opacity: 0.92; }
.zqpf1gjy .x6kc { position: relative; overflow: hidden; }
.zqpf1gjy .x6kc::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.p2v1 .x6kc {
  animation: hg-breathe 7s ease-in-out infinite;
}
.wr4q .x6kc { position: relative; overflow: hidden; }
.wr4q .x6kc::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;
}
.qryw .x6kc { position: relative; overflow: hidden; }
.qryw .x6kc::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.vgo47k .x6kc {
  animation: hg-fadein 1.2s ease-out both;
}
.x6kc {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.uajtlbe8 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.s7rg {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.bvf6xe4 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.x6kc .hkao5m09 { text-shadow: none; color: var(--text-primary); }
.x6kc .nom2idko { color: var(--text-muted); }
body.xjxq .hkao5m09 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ntpf63 .hkao5m09 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.x6kc.jc85gxsn .uajtlbe8 { align-items: center; text-align: center; }
.x6kc.ev9t   .uajtlbe8 { align-items: flex-start; text-align: left; }
.dwyxe .s7rg { position: relative; }
.dwyxe .s7rg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.dwyxe.z215335 .s7rg::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.xbms97y .s7rg {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.xbms97y .bvf6xe4 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.xbms97y.z215335 .s7rg { padding: 32px 0 32px 32px; }
.xquot963 .s7rg {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.xquot963 .bvf6xe4 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.z215335 .uajtlbe8 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.xquot963.z215335 .s7rg { padding: 40px 16px 40px 48px; }
.w8rc2w .s7rg { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .x6kc { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .x6kc .s7rg { display: none !important; }
  .w8rc2w .s7rg { display: none !important; }
  .rrnjy1bz .vjkxylx { display: none !important; }
  .v7g8 .yoqlouyo { display: none !important; }
  .uajtlbe8  { padding: 36px 24px; }
  .x6kc~.gtm6xr,.z215335~.gtm6xr{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .irar5, .x6kc { min-height: 320px !important; }
  
  .hkao5m09 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .q79c1id { display: none !important; }
  
  .h4ez { flex-direction: column; align-items: center; }
  .lk6n0gle { width: 100%; max-width: 340px; }
}
.fu55s { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.ayuo { width: 100%; height: auto; display: block; border-radius: 10px; }
.t413l7 .fu55s        { border-radius: 16px; }
.t413l7 .ayuo  { border-radius: 16px; }
.g9bq .fu55s         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.g9bq .ayuo   { border-radius: 8px; }
.mmfnxjla { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.r3ci9 { width: 100%; padding: 32px 0; position: relative; }
.qbgkd { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.s0ic .r3ci9:nth-child(even) { background: var(--bg-surface); }
.s0ic .r3ci9:nth-child(odd)  { background: var(--bg-page); }
.lizrfasn .r3ci9:nth-child(even) { background: var(--bg-card); }
.lizrfasn .r3ci9:nth-child(odd)  { background: var(--bg-page); }
.s0ic .r3ci9:nth-child(odd)  .qbgkd { background: var(--bg-card); border-radius: 6px; }
.s0ic .r3ci9:nth-child(even) .qbgkd { background: var(--bg-raised); border-radius: 6px; }
.lizrfasn .r3ci9:nth-child(odd)  .qbgkd { background: var(--bg-card); border-radius: 6px; }
.lizrfasn .r3ci9:nth-child(even) .qbgkd { background: var(--bg-raised); border-radius: 6px; }
.s0ic .r3ci9:nth-child(even) .ayy0e18 .d3ikppz,
.lizrfasn .r3ci9:nth-child(even) .ayy0e18 .d3ikppz { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.s0ic .r3ci9:nth-child(odd) .ayy0e18 .d3ikppz,
.lizrfasn .r3ci9:nth-child(odd) .ayy0e18 .d3ikppz { background: var(--bg-card-inner); }
.s0ic .r3ci9:nth-child(even) .z8pwatnc .d3ikppz:nth-child(odd),
.lizrfasn .r3ci9:nth-child(even) .z8pwatnc .d3ikppz:nth-child(odd)  { background: var(--bg-card); }
.s0ic .r3ci9:nth-child(even) .z8pwatnc .d3ikppz:nth-child(even),
.lizrfasn .r3ci9:nth-child(even) .z8pwatnc .d3ikppz:nth-child(even) { background: var(--bg-card-inner); }
h1.b5xlqh7 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.b5xlqh7 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.kb1o { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.lh6vq h2.b5xlqh7 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.w464vmqz h2.b5xlqh7 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.fch6k9e h2.b5xlqh7 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.wui0o5 h2.b5xlqh7::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.mu8jfv h2.b5xlqh7 {
  color: var(--text-primary); font-size: 1.7rem;
}
.p8jd h2.b5xlqh7::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.i40owag h2.b5xlqh7 {
  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;
}
.c7wpf { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .c7wpf { display: none; } }
.xnadecx { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.s76lve0x { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.r6db8dtx {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.kia1rq { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.os65 { padding-left: 20px; }
.os65 li { margin-bottom: 6px; }
.os65 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.os65 a:hover { color: var(--accent-light); }
.urdo1w4t .kia1rq { display: none; }
.xevqk .kia1rq { display: none; }
.xevqk .os65 { padding-left: 0; list-style: none; }
.xevqk .os65 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.xevqk .os65 a { font-size: 0.92rem; }
.yyk1jdc .r6db8dtx { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.yyk1jdc .kia1rq { display: none; }
.yyk1jdc .os65 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.yyk1jdc .os65 li { margin-bottom: 0; }
.yyk1jdc .os65 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;
}
.yyk1jdc .os65 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.hnp2k .r6db8dtx { padding: 20px 20px 16px; }
.hnp2k .os65 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.hnp2k .os65 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.hnp2k .os65 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;
}
.hnp2k .os65 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;
}
.hnp2k .os65 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.hnp2k .os65 a:focus,
.hnp2k .os65 a:focus-visible,
.hnp2k .os65 a:target { outline: none; }
.hnp2k .os65 li:target a { border-color: var(--border); color: var(--text-muted); }
.ejulk .r6db8dtx { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ejulk .kia1rq { display: none; }
.ejulk .os65 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ejulk .os65 li { margin-bottom: 0; }
.ejulk .os65 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ejulk .os65 li:last-child::after { content: ""; margin-right: 0; }
.ejulk .os65 a { font-size: 0.9rem; }
.d3ikppz { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.ayy0e18 .d3ikppz { background: var(--bg-card); }
.z8pwatnc .d3ikppz:nth-child(odd)  { background: var(--bg-card); }
.z8pwatnc .d3ikppz:nth-child(even) { background: var(--bg-raised); }
.jhzjo .d3ikppz {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.jhzjo .d3ikppz:last-child { border-bottom: none; }
.jhzjo h3.kb1o { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.xmy01 .d3ikppz {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.xmy01 .d3ikppz + .d3ikppz { margin-top: 4px; }
.jd4pstrc .d3ikppz { background: none; border-radius: 0; padding: 12px 0; }
.jd4pstrc .d3ikppz + .d3ikppz { border-top: 1px solid var(--border-section); }
.urzxkvv { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.h1o1f { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.rg0ghkn { color: var(--text-body); margin-bottom: 10px; }
.y4tk5, .ena9 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.y4tk5 li, .ena9 li { margin-bottom: 6px; }
.ena9 li { list-style: decimal; }
.ryqo6n     .y4tk5 { list-style-type: "● "; }
.wrmq4opp  .y4tk5 { list-style-type: "■ "; }
.ji7mkh .y4tk5 { list-style-type: "◆ "; }
.eqa6    .y4tk5 { list-style-type: "★ "; }
.ryqo6n     .l60rpy { list-style-type: "● "; }
.wrmq4opp  .l60rpy { list-style-type: "■ "; }
.ji7mkh .l60rpy { list-style-type: "◆ "; }
.eqa6    .l60rpy { list-style-type: "★ "; }
.ryqo6n    .y4tk5 li::marker, .ryqo6n    .l60rpy li::marker,
.wrmq4opp .y4tk5 li::marker, .wrmq4opp .l60rpy li::marker,
.ji7mkh .y4tk5 li::marker, .ji7mkh .l60rpy li::marker,
.eqa6   .y4tk5 li::marker, .eqa6   .l60rpy li::marker {
  color: var(--cta); font-size: 1em;
}
.ryqo6n .ena9,
.wrmq4opp .ena9,
.ji7mkh .ena9,
.eqa6 .ena9 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ryqo6n .ena9 li,
.wrmq4opp .ena9 li,
.ji7mkh .ena9 li,
.eqa6 .ena9 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ryqo6n .ena9 li::before,
.wrmq4opp .ena9 li::before,
.ji7mkh .ena9 li::before,
.eqa6 .ena9 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;
}
.ryqo6n     .ena9 li::before { border-radius: 50%; }
.wrmq4opp  .ena9 li::before { border-radius: 3px; }
.ji7mkh .ena9 li::before { border-radius: 3px; }
.eqa6    .ena9 li::before { border-radius: 50%; }
.db8x5h { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.qnx3 .db8x5h,
.a3khxs .db8x5h { background: transparent; border: none; border-radius: 0; }
.pcdey { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.pcdey th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.pcdey td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.pcdey tr:hover td { background: var(--bg-hover); }
.pdo5 .pcdey tbody tr:nth-child(even) td { background: var(--bg-surface); }
.tjb0z .pcdey { border: 1px solid var(--border-alt); }
.tjb0z .pcdey th,
.tjb0z .pcdey td { border: 1px solid var(--border-alt); }
.a96m .pcdey th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.a96m .pcdey td { border-bottom: none; }
.a96m .pcdey tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.qm7adep .pcdey th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.yo2k8z3 .db8x5h {
  overflow: hidden;
}
.yo2k8z3 .pcdey th { border-bottom: 1px solid var(--border-alt); }
.yo2k8z3 .pcdey tr:last-child td { border-bottom: none; }
.a9ojbt9x { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.i8jzom { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.eeo1ba { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.pxwvs { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.z8d3 { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.l60rpy { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.l60rpy 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%}
.ki9c5 .pxwvs { background: transparent; text-align: center; }
.xtn5b2s0 .eeo1ba {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.k8ysn .eeo1ba {
  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);
}
.vp965 .i8jzom { display: grid; grid-template-columns: auto 1fr; }
.vp965 .eeo1ba {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.vp965 .pxwvs { grid-column: 2; }
.vp965 .z8d3,
.vp965 .l60rpy { grid-column: 1 / -1; }
.p6ze3p80 .i8jzom { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.p6ze3p80 .eeo1ba {
  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);
}
.p6ze3p80 .pxwvs { grid-column: 2; }
.p6ze3p80 .z8d3,
.p6ze3p80 .l60rpy { grid-column: 1 / -1; }
.qc1o .i8jzom { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.qc1o .pxwvs { background: none; color: var(--accent-light); font-weight: 700; }
.zye9jivk .i8jzom { 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); }
.zye9jivk .pxwvs { background: none; color: var(--accent-light); font-weight: 700; }
.lk3fn1m .i8jzom { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.lk3fn1m .i8jzom:last-child { border-bottom: none; }
.lk3fn1m .pxwvs { background: none; color: var(--accent-light); font-weight: 700; }
.n42gs .i8jzom { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.n42gs .pxwvs { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.z02wo .a9ojbt9x { counter-reset: card-n; }
.z02wo .i8jzom  { counter-increment: card-n; }
.z02wo .pxwvs { display: flex; align-items: center; gap: 10px; }
.z02wo .pxwvs::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;
}
.qqfiunba .i8jzom { background: var(--bg-surface); border: 1px solid var(--border); }
.qqfiunba .pxwvs { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.u434zx7 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.a5sund3  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.k4t87 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.zl4ql8r { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.juyv0np { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.u434zx7 strong { color: var(--text-primary); font-size: 0.95rem; }
.u434zx7 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.af11ov { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.okxtd, .d6pxo { border-radius: 8px; padding: 14px; }
.okxtd { background: var(--bg-pros); }
.d6pxo { background: var(--bg-cons); }
.aqjukc { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.okxtd .aqjukc { color: var(--c-pros-label); }
.d6pxo .aqjukc { color: #f87171; }
.okxtd ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.d6pxo ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.ayuo { width: 100%; height: auto; border-radius: 10px; display: block; }
.bcgm {
  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;
}
.bcgm:hover { opacity: 0.85; }
.m5akvfn .bcgm  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.m5akvfn .bcgm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.npu15 .bcgm  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.npu15 .bcgm:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.x01i9 .shny { border-radius: 50px; }
.x01i9 .bcgm  { border-radius: 50px; }
.plxfcb .shny { padding-left: 22px; padding-right: 22px; }
.plxfcb .bcgm  { padding-left: 12px; padding-right: 12px; }
.osia .shny { padding-left: 44px; padding-right: 44px; }
.osia .bcgm  { padding-left: 24px; padding-right: 24px; }
.fphmvpb .shny { padding-left: 56px; padding-right: 56px; }
.fphmvpb .bcgm  { padding-left: 32px; padding-right: 32px; }
.tn87xn9u   .shny::after, .tn87xn9u   .bcgm::after,
.hm7e3na9 .shny::after, .hm7e3na9 .bcgm::after,
.b7lsixf    .shny::after, .b7lsixf    .bcgm::after,
.zu0ueg0    .shny::after, .zu0ueg0    .bcgm::after,
.la0rf    .shny::after, .la0rf    .bcgm::after,
.b3ydz     .shny::after, .b3ydz     .bcgm::after,
.kh5n    .shny::after, .kh5n    .bcgm::after,
.cow54f   .shny::after, .cow54f   .bcgm::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;
}
.tn87xn9u .shny::after, .tn87xn9u .bcgm::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");
}
.hm7e3na9 .shny::after, .hm7e3na9 .bcgm::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");
}
.b7lsixf .shny::after, .b7lsixf .bcgm::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");
}
.zu0ueg0 .shny::after, .zu0ueg0 .bcgm::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");
}
.la0rf .shny::after, .la0rf .bcgm::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");
}
.b3ydz .shny::after, .b3ydz .bcgm::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");
}
.kh5n .shny::after, .kh5n .bcgm::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");
}
.cow54f .shny::after, .cow54f .bcgm::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");
}
.prd5smt   .vjnejy::after, .prd5smt   .gfht3kyn::after,
.zvtecgr8 .vjnejy::after, .zvtecgr8 .gfht3kyn::after,
.b4nee    .vjnejy::after, .b4nee    .gfht3kyn::after,
.wsus    .vjnejy::after, .wsus    .gfht3kyn::after,
.nlo2pv    .vjnejy::after, .nlo2pv    .gfht3kyn::after,
.eucesjki     .vjnejy::after, .eucesjki     .gfht3kyn::after,
.bgjk5t9    .vjnejy::after, .bgjk5t9    .gfht3kyn::after,
.wmynrk8   .vjnejy::after, .wmynrk8   .gfht3kyn::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;
}
.prd5smt .vjnejy::after, .prd5smt .gfht3kyn::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");
}
.zvtecgr8 .vjnejy::after, .zvtecgr8 .gfht3kyn::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");
}
.b4nee .vjnejy::after, .b4nee .gfht3kyn::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");
}
.wsus .vjnejy::after, .wsus .gfht3kyn::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");
}
.nlo2pv .vjnejy::after, .nlo2pv .gfht3kyn::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");
}
.eucesjki .vjnejy::after, .eucesjki .gfht3kyn::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");
}
.bgjk5t9 .vjnejy::after, .bgjk5t9 .gfht3kyn::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");
}
.wmynrk8 .vjnejy::after, .wmynrk8 .gfht3kyn::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");
}
.i5u8pwen .spg8n3h { background: transparent; padding: 0; }
@media (min-width: 721px) {
  .c5cmd { flex: 0 0 260px; width: 260px; }
  .pl6l4lf6 { flex: 0 0 120px; width: 120px; }
  .t5mrkckk { flex: 0 0 110px; width: 110px; }
  .ova3k2n   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .oyo02 { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.oyo02.bcgm { 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) {
  .aouk { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .aouk .pn0l { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .aouk .c5cmd { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .aouk .spg8n3h { width: 100%; min-width: unset; height: 120px; }
  .aouk .uvsx { max-height: 96px; max-width: 200px; }
  .aouk .rli2 { min-width: unset; text-align: center; white-space: normal; }
  .aouk .pl6l4lf6 { min-width: 0; }
  .aouk .ova3k2n { 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; }
  .aouk .oyo02 { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .x2t4evs .pn0l { row-gap: 8px !important; gap: 10px !important; }
}
.ettwfvf    .ccl4yj li::before { content: "◆"; }
.ettwfvf    .j1ptwpss li::before { content: "▲"; }
@media (min-width: 860px) {
  .dp9ado .pstb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .dp9ado .j9y7rqdz { margin: 0; }
}
.a3khxs .af11ov { gap: 10px; }
.a3khxs .okxtd, .a3khxs .d6pxo { padding: 12px; }
.a3khxs .okxtd ul, .a3khxs .d6pxo ul { margin: 4px 0 0; padding-left: 18px; }
.a3khxs .okxtd li, .a3khxs .d6pxo li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .fwmq42in { grid-template-columns: 1fr; }
  .nfvswik { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .nfvswik .qmclld { width: 72px; height: 50px; }
  .nfvswik .lxzbb { max-width: 180px; }
  .nfvswik .az6bn { width: auto; }
}
@media (max-width: 720px) {
  .bf0j8w { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .s0ks33b { padding: 16px; }
  .qlop .osm9ebp4 { min-width: 50%; }
}
.d445b .af11ov { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .fnwy9 { grid-template-columns: 1fr; }
  .fgvo1ku { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .w3d4yzv { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .vgtjzo { flex-wrap: wrap; padding: 16px; }
}
.a6zr01s .af11ov { gap: 8px; }
.a6zr01s .okxtd, .a6zr01s .d6pxo { padding: 8px; }
@media (max-width: 480px) {
  .em6vve { flex-direction: column; align-items: stretch; }
}
.roc8vp .az6bn .bcgm { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .g6ipi { flex-direction: column; align-items: stretch; gap: 10px; }
  .roc8vp .az6bn { text-align: center; }
}
@media (max-width: 720px) {
  .jp2ml9bl { grid-template-columns: 1fr; }
  .k0b8q { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .vk97nz { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .nbbkp { grid-template-columns: 1fr; }
  .bb5dlo4 { width: 100px; height: 100px; margin: 16px auto; }
  .tpas2 { font-size: 1.4rem; }
  .jlcah0 { justify-content: center; }
  .zpcz7cnd .osm9ebp4 { min-width: 50%; }
}
.nng3 .af11ov { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .jou89 { flex-wrap: wrap; padding: 14px 16px; }
  .k8iyk4d { padding: 12px 16px; }
  .nng3 .af11ov { margin: 0 16px; }
  .nng3 .u3yv { padding: 0 16px; }
  .p08x32n9 { padding: 12px 16px; }
}
.w2lsv .aouk { gap: 14px; }
.w2lsv .pn0l {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.w2lsv .rli2 { font-size: 1.15rem; }
.w2lsv .ox7z { font-size: 1.22rem; }
.w2lsv .oyo02.bcgm { padding: 14px 30px !important; font-size: 1rem; }
.lbhyup9 .oyo02.bcgm { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.g6sy3v9a .pl6l4lf6 {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.dsov6 { margin: 16px 0; }
.kwuq { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.kwuq summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.kwuq summary::after { content: "+"; color: var(--accent-light); }
.kwuq[open] summary::after { content: "−"; }
.kwuq p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.r3ci9 { margin-bottom: 0; }
.gdo35yra h2.b5xlqh7 { color: var(--text-primary); border-color: var(--accent-light); }
.lxgv60 h2.b5xlqh7 { color: var(--text-primary); border-color: var(--accent-light); }
.nm0r7 .a5sund3     { background: #052e16; border-color: #10b981; }
.nm0r7 .k4t87 { background: #2d0a1e; border-color: #f43f5e; }
.nm0r7 .zl4ql8r    { background: #1e1036; border-color: #a855f7; }
.nm0r7 .u434zx7 strong  { color: #f1f5f9; }
.nm0r7 .u434zx7 p       { color: #cbd5e1; }
.nm0r7 .vshkxe    .a5sund3     .juyv0np::before,
.nm0r7 .g797p  .a5sund3     .juyv0np::before,
.nm0r7 .ksujtde  .a5sund3     .juyv0np::before,
.nm0r7 .u3mvh .a5sund3     .juyv0np::before { color: #10b981; }
.nm0r7 .vshkxe    .k4t87 .juyv0np::before,
.nm0r7 .g797p  .k4t87 .juyv0np::before,
.nm0r7 .ksujtde  .k4t87 .juyv0np::before,
.nm0r7 .u3mvh .k4t87 .juyv0np::before { color: #f43f5e; }
.nm0r7 .vshkxe    .zl4ql8r    .juyv0np::before,
.nm0r7 .g797p  .zl4ql8r    .juyv0np::before,
.nm0r7 .ksujtde  .zl4ql8r    .juyv0np::before,
.nm0r7 .u3mvh .zl4ql8r    .juyv0np::before { color: #a855f7; }
.bllgjq .a5sund3     { background: #2d2000; border-color: #eab308; }
.bllgjq .k4t87 { background: #2d0b0b; border-color: #ef4444; }
.bllgjq .zl4ql8r    { background: #2d1600; border-color: #f97316; }
.bllgjq .u434zx7 strong  { color: #f1f5f9; }
.bllgjq .u434zx7 p       { color: #cbd5e1; }
.bllgjq .vshkxe    .a5sund3     .juyv0np::before,
.bllgjq .g797p  .a5sund3     .juyv0np::before,
.bllgjq .ksujtde  .a5sund3     .juyv0np::before,
.bllgjq .u3mvh .a5sund3     .juyv0np::before { color: #eab308; }
.bllgjq .vshkxe    .k4t87 .juyv0np::before,
.bllgjq .g797p  .k4t87 .juyv0np::before,
.bllgjq .ksujtde  .k4t87 .juyv0np::before,
.bllgjq .u3mvh .k4t87 .juyv0np::before { color: #ef4444; }
.bllgjq .vshkxe    .zl4ql8r    .juyv0np::before,
.bllgjq .g797p  .zl4ql8r    .juyv0np::before,
.bllgjq .ksujtde  .zl4ql8r    .juyv0np::before,
.bllgjq .u3mvh .zl4ql8r    .juyv0np::before { color: #f97316; }
.m8lt8q .a5sund3     { background: #0c1a2e; border-color: #38bdf8; }
.m8lt8q .k4t87 { background: #12103a; border-color: #818cf8; }
.m8lt8q .zl4ql8r    { background: #0a2020; border-color: #2dd4bf; }
.m8lt8q .u434zx7 strong  { color: #f1f5f9; }
.m8lt8q .u434zx7 p       { color: #cbd5e1; }
.m8lt8q .vshkxe    .a5sund3     .juyv0np::before,
.m8lt8q .g797p  .a5sund3     .juyv0np::before,
.m8lt8q .ksujtde  .a5sund3     .juyv0np::before,
.m8lt8q .u3mvh .a5sund3     .juyv0np::before { color: #38bdf8; }
.m8lt8q .vshkxe    .k4t87 .juyv0np::before,
.m8lt8q .g797p  .k4t87 .juyv0np::before,
.m8lt8q .ksujtde  .k4t87 .juyv0np::before,
.m8lt8q .u3mvh .k4t87 .juyv0np::before { color: #818cf8; }
.m8lt8q .vshkxe    .zl4ql8r    .juyv0np::before,
.m8lt8q .g797p  .zl4ql8r    .juyv0np::before,
.m8lt8q .ksujtde  .zl4ql8r    .juyv0np::before,
.m8lt8q .u3mvh .zl4ql8r    .juyv0np::before { color: #2dd4bf; }
.ylpbp .a5sund3     { background: var(--accent-bg); border-color: var(--accent-light); }
.ylpbp .k4t87 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ylpbp .zl4ql8r    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ylpbp .vshkxe    .juyv0np::before,
.ylpbp .g797p  .juyv0np::before,
.ylpbp .ksujtde  .juyv0np::before,
.ylpbp .u3mvh .juyv0np::before { color: var(--accent-light) !important; }
.r2vawd::before,
.g6blbxs::before { margin-right: 5px; }
.bmuyo .okxtd ul li,
.bmuyo .okxtd .r2vawd { color: #22c55e; }
.bmuyo .d6pxo ul li,
.bmuyo .d6pxo .g6blbxs { color: #ef4444; }
.wmcnz4t .okxtd { background: var(--bg-pros); }
.wmcnz4t .d6pxo { background: var(--bg-cons); }
.wmcnz4t .okxtd .r2vawd { color: var(--c-pros-label); }
.wmcnz4t .d6pxo .g6blbxs { color: var(--c-cons); }
.wmcnz4t .okxtd ul li,
.wmcnz4t .d6pxo ul li,
.y9d9 .okxtd { background: var(--bg-pros); }
.y9d9 .d6pxo { background: var(--bg-cons); }
.y9d9 .okxtd .r2vawd { color: var(--c-pros-label); }
.y9d9 .d6pxo .g6blbxs { color: var(--c-cons); }
.y9d9 .okxtd ul li,
.y9d9 .ccl4yj li          { color: var(--c-pros); }
.y9d9 .d6pxo ul li,
.y9d9 .j1ptwpss li          { color: var(--c-cons); }
.t0k4w9 .r2vawd::before { content: "✓ "; }
.t0k4w9 .g6blbxs::before { content: "✗ "; }
.ou3c2b .r2vawd::before { content: "→ "; }
.ou3c2b .g6blbxs::before { content: "← "; }
.p6q2gt77 .r2vawd::before { content: "★ "; }
.p6q2gt77 .g6blbxs::before { content: "✕ "; }
.ettwfvf .r2vawd::before { content: "◆ "; }
.ettwfvf .g6blbxs::before { content: "▲ "; }
.tv6f6fu .u434zx7 { background: transparent; border-left: none; border: 1.5px solid; }
.tv6f6fu .a5sund3     { border-color: var(--c-tip-border); }
.tv6f6fu .k4t87 { border-color: var(--c-warn-border); }
.tv6f6fu .zl4ql8r    { border-color: #60a5fa; }
.tv6f6fu .u434zx7 strong { color: var(--text-primary); }
.tv6f6fu .u434zx7 p      { color: var(--text-muted); }
.rcrh1sgj .u434zx7 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.rcrh1sgj .a5sund3     { border-top-color: var(--c-tip-border); }
.rcrh1sgj .k4t87 { border-top-color: var(--c-warn-border); }
.rcrh1sgj .zl4ql8r    { border-top-color: #60a5fa; }
.df53 .u434zx7 { border-left: none; border-radius: 8px; }
.df53 .a5sund3     { background: #065f46; }
.df53 .k4t87 { background: #92400e; }
.df53 .zl4ql8r    { background: #1e3a8a; }
.df53 .u434zx7 strong,
.df53 .u434zx7 p { color: #fff; }
.df53 .juyv0np::before { color: rgba(255,255,255,0.85) !important; }
.nm0r7.df53 .a5sund3,
.nm0r7 .df53 .a5sund3     { background: #052e16; }
.nm0r7.df53 .k4t87,
.nm0r7 .df53 .k4t87 { background: #2d0a1e; }
.nm0r7.df53 .zl4ql8r,
.nm0r7 .df53 .zl4ql8r    { background: #1e1036; }
.bllgjq.df53 .a5sund3,
.bllgjq .df53 .a5sund3      { background: #2d2000; }
.bllgjq.df53 .k4t87,
.bllgjq .df53 .k4t87  { background: #2d0b0b; }
.bllgjq.df53 .zl4ql8r,
.bllgjq .df53 .zl4ql8r     { background: #2d1600; }
.m8lt8q.df53 .a5sund3,
.m8lt8q .df53 .a5sund3      { background: #0c1a2e; }
.m8lt8q.df53 .k4t87,
.m8lt8q .df53 .k4t87  { background: #12103a; }
.m8lt8q.df53 .zl4ql8r,
.m8lt8q .df53 .zl4ql8r     { background: #0a2020; }
.cjbs5jai .u434zx7 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.cjbs5jai .a5sund3     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.cjbs5jai .k4t87 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.cjbs5jai .zl4ql8r    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.cjbs5jai .u434zx7 strong { color: var(--text-primary); }
.cjbs5jai .u434zx7 p      { color: var(--text-muted); }
.mmgr7rcs .u434zx7 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.vshkxe .juyv0np,
.g797p .juyv0np,
.ksujtde .juyv0np,
.u3mvh .juyv0np { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.vshkxe .juyv0np::before,
.g797p .juyv0np::before,
.ksujtde .juyv0np::before,
.u3mvh .juyv0np::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.vshkxe .a5sund3     .juyv0np::before { content: "✦"; color: var(--c-tip-border); }
.vshkxe .k4t87 .juyv0np::before { content: "▲"; color: var(--c-warn-border); }
.vshkxe .zl4ql8r    .juyv0np::before { content: "◉"; color: #60a5fa; }
.g797p .a5sund3     .juyv0np::before { content: "★"; color: var(--c-tip-border); }
.g797p .k4t87 .juyv0np::before { content: "◆"; color: var(--c-warn-border); }
.g797p .zl4ql8r    .juyv0np::before { content: "●"; color: #60a5fa; }
.ksujtde .a5sund3     .juyv0np::before { content: "▶"; color: var(--c-tip-border); }
.ksujtde .k4t87 .juyv0np::before { content: "■"; color: var(--c-warn-border); }
.ksujtde .zl4ql8r    .juyv0np::before { content: "▸"; color: #60a5fa; }
.u3mvh .a5sund3     .juyv0np::before { content: "→"; color: var(--c-tip-border); }
.u3mvh .k4t87 .juyv0np::before { content: "⬥"; color: var(--c-warn-border); }
.u3mvh .zl4ql8r    .juyv0np::before { content: "◈"; color: #60a5fa; }
.e9bcayjw .ayy0e18 .d3ikppz,
.e9bcayjw .z8pwatnc .d3ikppz  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.e9bcayjw .i8jzom                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.e9bcayjw .db8x5h          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.e9bcayjw .r6db8dtx                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.uohuw .ayy0e18 .d3ikppz,
.uohuw .z8pwatnc .d3ikppz,
.uohuw .i8jzom,
.uohuw .pn0l,
.uohuw .j9y7rqdz,
.uohuw .db8x5h,
.uohuw .r6db8dtx,
.uohuw .mmgr7rcs .u434zx7 { box-shadow: none; }
.dwoab   .rg0ghkn, .dwoab .urzxkvv, .dwoab .h1o1f,
.dwoab   .xnadecx, .dwoab .s76lve0x { font-size: 0.9rem; }
.dwoab   .y4tk5, .dwoab .ena9 { font-size: 0.9rem; }
.ru2t6k   .rg0ghkn, .ru2t6k .urzxkvv, .ru2t6k .h1o1f,
.ru2t6k   .xnadecx, .ru2t6k .s76lve0x { font-size: 0.95rem; }
.ru2t6k   .y4tk5, .ru2t6k .ena9 { font-size: 0.95rem; }
.qxilu   .rg0ghkn, .qxilu .urzxkvv, .qxilu .h1o1f,
.qxilu   .xnadecx, .qxilu .s76lve0x { font-size: 1.08rem; }
.qxilu   .y4tk5, .qxilu .ena9 { font-size: 1.05rem; }
.qxilu   .pcdey { font-size: 0.97rem; }
.owou .hkao5m09      { font-size: 3.2rem; }
.owou h2.b5xlqh7 { font-size: 1.9rem; }
.owou h3.kb1o     { font-size: 1.4rem; }
.nroyjhv .hkao5m09      { font-size: 3.8rem; }
.nroyjhv h2.b5xlqh7 { font-size: 2.2rem; }
.nroyjhv h3.kb1o     { font-size: 1.6rem; }
.r3ci9 + .r3ci9 { position: relative; }
.gswr0gs8   .r3ci9 + .r3ci9::before,
.s0nni  .r3ci9 + .r3ci9::before,
.r43joj   .r3ci9 + .r3ci9::before,
.niamh   .r3ci9 + .r3ci9::before,
.ipu425   .r3ci9 + .r3ci9::before,
.dhwzqq .r3ci9 + .r3ci9::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.gswr0gs8 .r3ci9 + .r3ci9::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.s0nni .r3ci9 + .r3ci9::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.r43joj .r3ci9 + .r3ci9::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;
}
.niamh .r3ci9 + .r3ci9::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.e4yntni7 .r3ci9 { margin-bottom: 16px; }
.e4yntni7 .r3ci9 + .r3ci9 { margin-top: 0; }
.e4yntni7 .qbgkd { padding-top: 0; padding-bottom: 0; }
.ipu425 .r3ci9 + .r3ci9::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.dhwzqq .r3ci9 + .r3ci9::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.fig8o3fn .r3ci9 + .r3ci9::before,
.k8ons7 .r3ci9 + .r3ci9::before,
.tsraoze .r3ci9 + .r3ci9::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%;
}
.s0ic .fig8o3fn .r3ci9:nth-child(even)::before,
.s0ic .k8ons7 .r3ci9:nth-child(even)::before,
.s0ic .tsraoze .r3ci9:nth-child(even)::before { background: var(--bg-surface); }
.lizrfasn .fig8o3fn .r3ci9:nth-child(even)::before,
.lizrfasn .k8ons7 .r3ci9:nth-child(even)::before,
.lizrfasn .tsraoze .r3ci9:nth-child(even)::before { background: var(--bg-card); }
.fig8o3fn .r3ci9 + .r3ci9::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");
}
.k8ons7 .r3ci9 + .r3ci9::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");
}
.tsraoze .r3ci9 + .r3ci9::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");
}
.ge50ee1 .uajtlbe8,
.vc6hnz6q .uajtlbe8 { padding-bottom: 60px; }
.vrm8k .uajtlbe8 { padding-bottom: 70px; }
.he4e0r8 .ybz5:not(.tg4a002) .sxc3yo { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.sn7fv6t .x6kc { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.he4e0r8 .tg4a002 { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.he4e0r8 .g7tk { background: linear-gradient(45deg, var(--accent), var(--accent-light)); }
.he4e0r8 .x6kc { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.dmlu .x6kc { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.ioglin .x6kc { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.kd7epe .x6kc { background: var(--accent-bg); }
.kropn .fu55s { float: left; width: 38%; margin: 0 28px 16px 0; }
.kropn .fu55s .ayuo { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.kropn .qbgkd::after { content: ''; display: block; clear: both; }
.u5vy .fu55s { float: right; width: 38%; margin: 0 0 16px 28px; }
.u5vy .fu55s .ayuo { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.u5vy .qbgkd::after { content: ''; display: block; clear: both; }
.a8ud .r3ci9:nth-child(odd)  .fu55s { float: left;  width: 38%; margin: 0 28px 16px 0; }
.a8ud .r3ci9:nth-child(even) .fu55s { float: right; width: 38%; margin: 0 0 16px 28px; }
.a8ud .fu55s .ayuo { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.a8ud .qbgkd::after { content: ''; display: block; clear: both; }
.kropn .a9ojbt9x,
.u5vy .a9ojbt9x,
.a8ud .a9ojbt9x,
.a8ud .aouk { clear: both; }
@media (max-width: 900px) {
  .kropn .fu55s,
  .u5vy .fu55s,
  .a8ud .r3ci9:nth-child(odd)  .fu55s,
  .a8ud .r3ci9:nth-child(even) .fu55s {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .kropn .fu55s .ayuo,
  .u5vy .fu55s .ayuo,
  .a8ud .fu55s .ayuo {
    max-height: none !important;
  }
}
.kropn .y4tk5,
.kropn .ena9,
.u5vy .y4tk5,
.u5vy .ena9,
.a8ud .y4tk5,
.a8ud .ena9 { overflow: hidden; }
@media (max-width: 640px) {
  .kropn .fu55s,
  .u5vy .fu55s,
  .a8ud .fu55s { float: none; width: 100%; margin: 0 0 16px 0; }
}
.wa6c4 .mmfnxjla,
.wa6c4 .qbgkd,
.wa6c4 .pn3mteqd  { max-width: 1100px; }
.wa6c4 { --content-mw: 1100px; }
.c02wdw .mmfnxjla,
.c02wdw .qbgkd,
.c02wdw .pn3mteqd  { max-width: 1200px; }
.qptgf8r9 .mmfnxjla,
.qptgf8r9 .qbgkd,
.qptgf8r9 .pn3mteqd  { max-width: 1320px; }
.ry44sioi { font-size: 0.82rem; color: var(--text-muted); }
.rsk9 { display: flex; align-items: center; }
.yeakeeu {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.lzlbl { display: flex; align-items: center; }
.m60oqr { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.m60oqr:hover { text-decoration: underline; }
.yoey9eeb { margin: 0 3px; opacity: 0.45; }
.yoey9eeb::before { content: '/'; }
.l3csxg2y { padding: 2px 5px; color: var(--text-main); }
.cy1gsx64 .ry44sioi {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.cy1gsx64 .rsk9 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.j3s69atq .ry44sioi {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.j3s69atq .rsk9 { padding: 0 0 0 12px; }
.lisd66k .rsk9 { padding: 0 16px; }
.lisd66k .ry44sioi {
  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);
}
.lisd66k .mmfnxjla { padding-top: 28px; }
@media (max-width: 720px) {
  .v7etswgk { margin-top: 18px; padding: 0 16px; }
  .lisd66k .mmfnxjla { padding-top: 16px; }
}
.wa6c4.cy1gsx64 .rsk9 { max-width: 1100px; }
.c02wdw.cy1gsx64 .rsk9 { max-width: 1200px; }
.qptgf8r9.cy1gsx64 .rsk9 { max-width: 1320px; }
.wa6c4 .v7etswgk { max-width: 1100px; }
.ef5a6ynn .r3ci9 { padding-top: 16px; padding-bottom: 16px; }
.jgj7vhvl .r3ci9 { padding-top: 24px; padding-bottom: 24px; }
.pecvk .r3ci9 { padding-top: 40px; padding-bottom: 40px; }
.yntlhbb6 .r3ci9 { padding-top: 52px; padding-bottom: 52px; }
.rd6o5 .r3ci9:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.rd6o5 .r3ci9:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.rd6o5 .r3ci9:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.rd6o5 .r3ci9:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.jv29pm .qbgkd { padding-top: 10px;  padding-bottom: 10px; }
.zkfom .qbgkd { padding-top: 18px;  padding-bottom: 18px; }
.eux8jwrw .qbgkd { padding-top: 36px;  padding-bottom: 36px; }
.h2a8cj .qbgkd { padding-top: 48px;  padding-bottom: 48px; }
.cs8xnl h2.b5xlqh7 { font-weight: 600; }
.cs8xnl h3.kb1o     { font-weight: 600; }
.qfe30suj h2.b5xlqh7 { font-weight: 800; }
.qfe30suj h3.kb1o     { font-weight: 700; }
.pxkylg h2.b5xlqh7 { font-weight: 900; }
.pxkylg h3.kb1o     { font-weight: 800; }
.pxkylg .u434zx7 strong,
.pxkylg .u434zx7 strong { font-weight: 600; }
.vjnejy {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.qkood .vjnejy { display: none; }
@media (max-width: 640px) { .vjnejy { display: none; } }
.vjnejy { background: var(--cta) !important; color: #fff !important; border: none !important; }
.vjnejy:hover { opacity: 0.85; }
.bel3m2g .vjnejy { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.jjxj5 .vjnejy,
.ws0w  .vjnejy { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.jjxj5 .vjnejy:hover,
.ws0w  .vjnejy:hover { opacity: 0.88; }
.bel3m2g.jjxj5 .vjnejy,
.bel3m2g.ws0w  .vjnejy { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.gfht3kyn {
  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;
}
.gfht3kyn:hover { transform: translateY(-2px); opacity: 0.92; }
.gfht3kyn { background: var(--cta) !important; color: #fff !important; border: none !important; }
.tcnorp .gfht3kyn { display: none; }
.cuuml .gfht3kyn { right: 32px; }
.hny7haa  .gfht3kyn { left: 32px; }
@media (max-width: 480px) {
  .cuuml .gfht3kyn { right: 20px; bottom: 20px; }
  .hny7haa  .gfht3kyn { left: 20px; bottom: 20px; }
}
.hw1qsw { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.pn3mteqd { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.gxd2q { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.qqonq { color: var(--text-dim); font-size: 0.8rem; }
.sjn6rt7 a, .cipg9 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.sjn6rt7 a:hover, .cipg9 a:hover { color: var(--accent-light); }
.cipg9 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.b1z5 .pn3mteqd { text-align: center; }
.b1z5 .cipg9 { justify-content: center; margin-bottom: 16px; }
.b1z5 .gxd2q { margin-top: 0; }
.rb9er { margin-top: 10px; }
.rb9er a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .pn3mteqd { padding-left: 16px; padding-right: 16px; }
  .mihu .pn3mteqd { padding: 20px 16px; }
  .cipg9 { gap: 4px 12px; }
  .gxd2q { font-size: 0.78rem; }
}
.ajrh .gxd2q { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ajrh .qqonq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ajrh .h3du1b3 { grid-template-columns: 1fr 1fr; } .ajrh .rs1p { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ajrh .h3du1b3 { grid-template-columns: 1fr; } }
.fsg1l .gxd2q { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .fsg1l .lb1jd { gap: 12px; } .fsg1l .dlov80n { margin-right: 0; width: 100%; } }
.c1j0b .gxd2q { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.c1j0b .qqonq { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .c1j0b .a459 { grid-template-columns: 1fr 1fr; } .c1j0b .cu1ve4 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .c1j0b .a459 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .pc4zvgx .srvfaxmh { grid-template-columns: 1fr 1fr; } .pc4zvgx .wgo8:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pc4zvgx .srvfaxmh { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ra8c4 .srvfaxmh { grid-template-columns: 1fr; } }
.pekd4 .pn3mteqd { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.pekd4 .cipg9 { justify-content: center; }
.fdejry47 .gd9p      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.fdejry47 .hw1qsw { background: var(--bg-page); border-top-color: var(--border-alt); }
.vou3oe .gd9p      { background: #0d1117; border-bottom-color: #21262d; }
.vou3oe .fayiz6e { color: var(--accent-light); }
.vou3oe .qrmc20 { --msep-color: #8b949e; }
.vou3oe .qrmc20 a { color: #8b949e; }
.vou3oe .qrmc20 a:hover { color: var(--accent-light); }
.vou3oe .d9dn5l { color: #8b949e; }
.vou3oe .hw1qsw { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.vou3oe .gxd2q,
.vou3oe .qqonq { color: #6e7681; }
.vou3oe .sjn6rt7 a, .vou3oe .cipg9 a,
.vou3oe .vny12q a, .vou3oe .q6jkedfz a,
.vou3oe .q7cy a { color: #8b949e; }
.vou3oe .dlov80n { color: #e6edf3; }
.vou3oe .sjn6rt7 a:hover, .vou3oe .cipg9 a:hover,
.vou3oe .vny12q a:hover, .vou3oe .q6jkedfz a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .vou3oe .qrmc20 { background: #0d1117; border-top-color: #21262d; }
  .vou3oe .qrmc20 li a { border-bottom-color: #21262d; }
}
.di5w .gd9p      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.di5w .fayiz6e { color: var(--accent-light); }
.di5w .qrmc20 { --msep-color: #475569; }
.di5w .qrmc20 a { color: #475569; }
.di5w .qrmc20 a:hover { color: var(--accent-light); }
.di5w .d9dn5l { color: #64748b; }
.di5w .hw1qsw { background: #f0f4f8; border-top-color: #cbd5e1; }
.di5w .gxd2q,
.di5w .qqonq { color: #64748b; }
.di5w .sjn6rt7 a, .di5w .cipg9 a,
.di5w .sjn6rt7 a:hover, .di5w .cipg9 a:hover,
@media (max-width: 640px) {
  .di5w .qrmc20 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .di5w .qrmc20 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.jjxj5 .gd9p      { background: var(--accent); border-bottom-color: var(--accent-light); }
.jjxj5 .fayiz6e { color: #fff; }
.jjxj5 .qrmc20 { --msep-color: rgba(255,255,255,0.82); }
.jjxj5 .qrmc20 a { color: rgba(255,255,255,0.82); }
.jjxj5 .qrmc20 a:hover { color: #fff; }
.jjxj5 .d9dn5l { color: rgba(255,255,255,0.9); }
.jjxj5 .hw1qsw { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.jjxj5 .gxd2q,
.jjxj5 .qqonq { color: rgba(255,255,255,0.72); }
.jjxj5 .sjn6rt7 a, .jjxj5 .cipg9 a,
.jjxj5 .sjn6rt7 a:hover, .jjxj5 .cipg9 a:hover,
@media (max-width: 640px) {
  .jjxj5 .qrmc20 { background: var(--accent); border-top-color: var(--accent-light); }
  .jjxj5 .qrmc20 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.ws0w .gd9p {
  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);
}
.ws0w .hw1qsw {
  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) {
  .ws0w .qrmc20 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.n7ez .g3j5c { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.w7c5o95f .g3j5c { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.w65ez .g3j5c { min-height: 72px; height: auto; }
.sfq11l .g3j5c { min-height: 84px; height: auto; }
.mihu .g3j5c { max-width: none; padding: 0 32px; }
.mihu .pn3mteqd  { max-width: none; padding: 24px 32px; }
.tgiw376i.c02wdw .g3j5c { max-width: 1200px; }
.tgiw376i.qptgf8r9 .g3j5c { max-width: 1320px; }
.pmz5fl   .fayiz6e, .pmz5fl   .dlov80n { text-transform: capitalize; }
.kkxxye .fayiz6e, .kkxxye .dlov80n { text-transform: lowercase; }
.dnrs .fayiz6e, .dnrs .dlov80n { text-transform: uppercase; letter-spacing: 0.06em; }
.lg07n, .liumus4c {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.otscfgd .lg07n,
.yc5abd8 .lg07n,
.nlmv7f .lg07n,
.bpxlnmy .lg07n,
.jcpr4   .qrmc20 a { font-weight: 500; }
.ikuhdw .qrmc20 a { font-weight: 600; }
.w8ayplqi     .qrmc20 a { font-weight: 700; }
.ix6lc    .qrmc20 a { font-weight: 800; letter-spacing: 0.01em; }
.tztp0bg     .qrmc20 > li + li::before,
.rg9yfb    .qrmc20 > li + li::before,
.hg52    .qrmc20 > li + li::before,
.l2snpo .qrmc20 > li + li::before,
.sx1pkb7g .qrmc20 > li + li::before,
.ii6h  .qrmc20 > li + li::before,
.hzxp    .qrmc20 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.tztp0bg     .qrmc20 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.rg9yfb    .qrmc20 > li + li::before { content: "|"; }
.hg52    .qrmc20 > li + li::before { content: "—"; }
.l2snpo .qrmc20 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.sx1pkb7g .qrmc20 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ii6h  .qrmc20 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.hzxp    .qrmc20 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .tdnkmo .d9dn5l,
  .o5fg2kz .d9dn5l,
  .v1fdv9 .d9dn5l,
  .gi46x009 .d9dn5l,
  .xl54r8 .d9dn5l {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .tdnkmo .d9dn5l::before,
  .o5fg2kz .d9dn5l::before,
  .v1fdv9 .d9dn5l::before,
  .gi46x009 .d9dn5l::before,
  .xl54r8 .d9dn5l::before { content: ""; display: block; flex-shrink: 0; }

  
  .tdnkmo .d9dn5l::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;
  }

  
  .o5fg2kz .d9dn5l::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;
  }

  
  .v1fdv9 .d9dn5l::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;
  }

  
  .gi46x009 .d9dn5l::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;
  }

  
  .xl54r8 .d9dn5l::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) {
  .bf5t .d9dn5l {
    padding: 5px 14px;
  }
  .bf5t .qrmc20 {
    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;
  }
  .bf5t .qrmc20 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .bf5t .qrmc20 li a:hover { background: var(--bg-raised); }
  .bf5t .fa85vm,
  .zz0r .fa85vm,
  .qjmpo .fa85vm { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .fimr .d9dn5l {
    padding: 5px 10px;
  }
  .fimr .qrmc20 {
    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);
  }
  .fimr .qrmc20.t0itpesh { transform: translateX(0); }
  .fimr .qrmc20 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .fimr .qrmc20 li:last-child a { border-bottom: none; }
  .jjxj5 .qrmc20,
  .vou3oe .qrmc20 { background: var(--accent) !important; }
  .jjxj5 .qrmc20 li a,
  .vou3oe .qrmc20 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .qjmpo .d9dn5l {
    padding: 5px 10px;
  }
  .qjmpo .qrmc20 {
    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);
  }
  .qjmpo .qrmc20::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .qjmpo .qrmc20.t0itpesh { transform: translateY(0); }
  .qjmpo .qrmc20 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .yli0s .d9dn5l {
    padding: 5px 10px;
  }
  .yli0s .qrmc20 {
    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;
  }
  .yli0s .qrmc20.t0itpesh { opacity: 1; pointer-events: auto; }
  .yli0s .qrmc20 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .rjuxms     .d9dn5l { border-radius: 0 !important; }
  .oxjy   .d9dn5l { border-radius: 8px !important; }
  .guahl9x .d9dn5l { border-radius: 50% !important; }
  .ulru9   .d9dn5l { border-radius: 999px !important; }
}
.zzlzuji3 .cttpunn { height: 36px; }
.ci2s .cttpunn { height: 60px; max-width: 200px; }
.mncm .cttpunn { height: 76px; max-width: 240px; }
.w72tsb     .pl6l4lf6, .w72tsb     .or26 { color: var(--cta); letter-spacing: 3px; font-size: 0.7rem; }
.e77q4t6p .pn0l { padding: 18px 24px; min-height: 68px; }
@media (min-width: 720px) {
  .sae13d .aouk {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .sae13d .pn0l {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .sae13d .pn0l { padding: 40px 16px 20px; }
  .sae13d .ova3k2n {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .sae13d .oyo02 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .xyruxu .pn0l {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .xyruxu .pn0l::before {
    position: absolute; top: 14px; left: 14px;
  }
  .xyruxu .c5cmd {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .xyruxu .rli2 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .xyruxu .ova3k2n {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .xyruxu .oyo02 { width: 100%; min-width: 0; }
  .xyruxu .pl6l4lf6 { min-width: 0; }
}
.tn7hp .kwuq {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.tn7hp .kwuq summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.tn7hp .kwuq p { padding: 0 2px 16px; }
.hd8ix6e .kwuq { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.hd8ix6e .kwuq summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.hd8ix6e .kwuq summary::after { content: "›"; font-size: 1.2em; }
.hd8ix6e .kwuq[open] summary::after { content: "‹"; }
.hd8ix6e .kwuq p { padding: 10px 22px 4px; }
.s3hyx91 .kwuq {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.s3hyx91 .kwuq summary { color: var(--text-primary); padding-left: 16px; }
.s3hyx91 .kwuq summary::after { content: "›"; font-size: 1.1em; }
.s3hyx91 .kwuq[open] summary::after { content: "‹"; }
.s3hyx91 .kwuq p { padding-left: 16px; }
.q40g3c1t .dsov6 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.q40g3c1t .kwuq {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.q40g3c1t .kwuq:last-child { border-bottom: none; }
.q40g3c1t .kwuq summary { color: var(--text-primary); border-radius: 0; }
.q40g3c1t .kwuq summary::after { content: "›"; font-size: 1.1em; }
.q40g3c1t .kwuq[open] summary::after { content: "‹"; }
.uche .kwuq { overflow: hidden; }
.uche .kwuq summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.uche .kwuq summary::after { color: rgba(255,255,255,.75); }
.uche .kwuq[open] summary { border-radius: 0; }
.au68 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.v0c9fw5 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.xtio {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.twht223 { color: var(--text-muted); font-size: 1.05rem; }
.rttwqc {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.b6kc {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.n3zq7ad { margin-bottom: 20px; }
.q1ja32 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.hguk92f {
  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;
}
.hguk92f:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.jrxnfzht { resize: vertical; min-height: 130px; }
.evpvrm { width: 100%; margin-top: 8px; }
.s1963yz {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.nxj3io3 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.hlpk59y { color: var(--text-muted); line-height: 1.75; }
.q6ajdqw5 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.q6ajdqw5 li { margin-bottom: 6px; }
.a51l { max-width: 760px; margin: 0 auto; }
.cpplt6e { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.za0q0714 { max-width: 760px; margin: 0 auto; }
.psc514lt { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.p1wgyo ul.q6ajdqw5 { margin: 0; }
.g7bd .psc514lt { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .g7bd { grid-template-columns: 1fr; gap: 10px; } }
.ec0ujf { max-width: 640px; margin: 0 auto; text-align: center; }
.u27q8q { margin-bottom: 48px; }
.u27q8q .psc514lt { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.u27q8q p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.csqw0 .q6ajdqw5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .do63 { grid-template-columns: 1fr; } }
.zqjd3r { color: inherit; text-decoration: none; }
.zqjd3r:hover { color: var(--accent-light); text-decoration: underline; }
.xfie0 { display: inline-block; line-height: 0; }
.qzmgm { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.y3wl { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.y3wl:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.iiwq0 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.y3wl p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.y3wl ul.q6ajdqw5 { margin: 0; }
.hgeezki { color: var(--text-muted); line-height: 1.75; }
.s3xwrdnk .q6ajdqw5,
.gqtqp74z .q6ajdqw5,
.pulgl43 .q6ajdqw5,
.glq2b8fl .q6ajdqw5 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.s3xwrdnk .y3wl,
.gqtqp74z .y3wl { text-align: left; }
.s3xwrdnk .iiwq0,
.gqtqp74z .iiwq0 { text-align: center; }
.rh7a { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.mp71yw25 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.qod91 { font-size: 1.1rem; }
.kcger5p { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.e237 { margin-top: 12px; }
.kv1gwlj { 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; }
.kv1gwlj:hover { border-bottom-color: var(--accent-light); }
.gh1nlpk { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.gh1nlpk img { width: 100%; height: 100%; object-fit: cover; display: block; }
.a7e0opun { width: 260px; height: 260px; }
.wfszmb52 { border-radius: 10px; }
.ycfrdtyn { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.i4ha40t { border: 1px solid var(--accent); color: var(--accent-light); padding: 4px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .vwfpd4 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.axyoo5 .kcger5p, .axyoo5 .mp71yw25 { max-width: 640px; }
.z6vjysg8 { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.fsrw5b { position: sticky; top: 96px; align-self: start; }
.fsrw5b .rh7a { font-size: 1.6rem; margin-top: 18px; }
.x0iuttb6 .kcger5p { margin-bottom: 28px; }
@media (max-width: 860px) { .z6vjysg8 { grid-template-columns: 1fr; } .fsrw5b { position: static; text-align: center; } }
.sqevxce .gh1nlpk { margin: 0 auto 18px; }
.sqevxce .ycfrdtyn { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .zord { grid-template-columns: 1fr; } }
.yry0xnk8 .rh7a { font-size: 1.6rem; margin-bottom: 6px; }
.glq2b8fl .q6ajdqw5 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .yry0xnk8 { flex-direction: column; text-align: center; } .vv8g0 { grid-template-columns: 1fr; } }
.wzfiu2q .rh7a { font-size: 1.35rem; margin: 0 0 4px; }
.wzfiu2q .ycfrdtyn { margin: 0; }
.sdetr { max-width: 760px; margin: 0 auto; }
.u6b7ar39 { position: relative; padding-left: 28px; }
.u6b7ar39::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.rvkd { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.rvkd:last-child { padding-bottom: 0; }
.qlvgzbx { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.lb69ox5 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.lb69ox5 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.nsa6azw .xtio { color: var(--accent-light); }
.d1gsl1k2 .xtio { font-size: 2rem; }
.d1gsl1k2 .twht223 { max-width: 680px; }
.u2n20b .xtio { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.u2n20b .twht223  { margin: 0; }
@media (max-width: 640px) { .u2n20b { flex-direction: column; } }
.qkyx {
  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-surface) 100%);
  border-bottom: none; padding: 40px 32px 36px; margin-bottom: 32px; border-radius: 0 0 16px 16px;
}
.qkyx .xtio { color: var(--accent-light); }
.zcbyumb6 .xtio { color: #fff; }
.zcbyumb6 .twht223  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .nurx { grid-template-columns: 1fr; } }
.hzrsdkz { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.hzrsdkz .hguk92f {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.hzrsdkz .hguk92f:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.wafm03xu .hguk92f { background: var(--bg-raised); border-color: transparent; }
.wafm03xu .hguk92f:focus { background: var(--bg-card); border-color: var(--accent-light); }
.e1oaf5tx .hguk92f { border-radius: 100px; padding: 11px 20px; }
.e1oaf5tx .jrxnfzht { border-radius: 14px; }
.i611sapn {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.i611sapn summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.i611sapn summary::-webkit-details-marker { display: none; }
.i611sapn summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.i611sapn[open] summary::after { content: "−"; }
.e6ye55c {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .dgbk { grid-template-columns: 1fr; } }
.z8x3wv8 { counter-reset: priv-count; }
.iysw {
  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);
}
.iysw:last-child { border-bottom: none; }
.osudhz {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.iysw h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.iysw p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ezm33 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.ezm33 li { margin-bottom: 6px; }
.pegdzmi{position:relative;overflow:visible}
.oggdeo .um2vdk{display:block}
.b58zga .x6kc~.gtm6xr,
.b58zga .x6kc~.gtm6xr .jmfc,
.x6kc~.gtm6xr,.z215335~.gtm6xr{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}
.x6kc~.gtm6xr .jmfc{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.qnkot .rspboswx{color: var(--accent-light);opacity:1;font-weight:500}
.oykhd{--date-bg:var(--accent-bg)}
.hxj6j1e4 .uv2nuq5::before{content:"•";opacity:.4}
.hxj6j1e4 .rspboswx + .rspboswx::before{content:"•";margin-right:6px;opacity:.4}
.pyft1{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.czvezz{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ihna4q{display:flex;flex-direction:column;gap:3px}
.t26m{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.fls6l10{font-weight:700;font-size:1rem;color:var(--text-heading)}
.nh3nmf{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.hn44yggl .pyft1{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.g4xsii .pyft1{border-top:3px solid var(--accent);padding-top:18px}
.ndduhx .pyft1{border-left:3px solid var(--accent);border-radius:0}
.rrkl7jt .pyft1{padding:20px 0}
@media(max-width:640px){
  .pyft1{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .nh3nmf{max-width:100%}
}
:root {
  --accent:          #81a94c;
  --brand:           #81a94c;
  --brand-light:     #698249;
  --brand-pale:      #8a9c71;
  --grad-start:      #acc987;
  --grad-end:        #c9d6b7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #81a94c;
  --cta-light:       #6c913a;
  --cta-hover:       #607e39;
  --bg-page:         #f7f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f4;
  --bg-raised:       #eff0ee;
  --bg-hover:        #f4f5f4;
  --border:          #e5e7e3;
  --border-alt:      #d6dad1;
  --border-section:  #e5e7e3;
  --text-primary:    #191a18;
  --text-muted:      #595d55;
  --text-body:       #333530;
  --text-sub:        #4c4f49;
  --text-faint:      #808579;
  --text-dim:        #999d94;
  --text-label:      #666a61;
  --text-value:      #40423c;
  --accent-bg:       #eaece8;
  --accent-bg-light: #dce1d4;
  --bg-tip:          #f0f9f2;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f0f9f2;
  --bg-cons:         #faf5f3;
  --c-pros:          #237f39;
  --c-cons:          #9f3c21;
  --c-pros-label:    #2a9744;
  --c-tip-border:    #2ea74b;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #237f39;
}
:root { --logo-bg-opacity: 77%; }
body, button, input { font-family: "Alata", sans-serif; }
.lryl89 .juyv0np { font-size: 0; width: 1.2rem; flex-shrink: 0; }.lryl89 .juyv0np::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.lryl89 .a5sund3     .juyv0np::before { content: "";  color: var(--c-tip-border); }.lryl89 .k4t87 .juyv0np::before { content: ""; color: var(--c-warn-border); }.lryl89 .zl4ql8r    .juyv0np::before { content: ""; color: #60a5fa; }.nm0r7 .lryl89 .a5sund3     .juyv0np::before { color: #10b981; }.nm0r7 .lryl89 .k4t87 .juyv0np::before { color: #f43f5e; }.nm0r7 .lryl89 .zl4ql8r    .juyv0np::before { color: #a855f7; }.bllgjq  .lryl89 .a5sund3     .juyv0np::before { color: #eab308; }.bllgjq  .lryl89 .k4t87 .juyv0np::before { color: #ef4444; }.bllgjq  .lryl89 .zl4ql8r    .juyv0np::before { color: #f97316; }.m8lt8q  .lryl89 .a5sund3     .juyv0np::before { color: #38bdf8; }.m8lt8q  .lryl89 .k4t87 .juyv0np::before { color: #818cf8; }.m8lt8q  .lryl89 .zl4ql8r    .juyv0np::before { color: #2dd4bf; }.ylpbp .lryl89 .juyv0np::before { color: var(--accent-light) !important; }
.l5u97v .irar5, .l5u97v .x6kc { min-height: 420px; }
.s1qurd6d .vjnejy::after,.s1qurd6d .gfht3kyn::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; }
.yoey9eeb::before { content: '>'; }
.w9h600z .rspboswx::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.w9h600z .rspboswx:first-of-type::before{content:"\f15b"}.w9h600z .rspboswx:last-of-type::before{content:"\f044"}