: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;
}
.azaz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.ifs8j18 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.j4i5k {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ksyuc { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.gb9n719m { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.gb9n719m a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.gb9n719m a:hover { color: var(--accent-light); }
.rdskb     .rb1yp { border-radius: 6px; }
.rdskb .rb1yp li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.rdskb .rb1yp li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.w2dhcgni .rb1yp li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .rb1yp {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .y2z3:hover .rb1yp,
  .y2z3:focus-within .rb1yp { display: block; }
  .rb1yp li a { padding: 8px 16px; font-size: 0.88rem; }
}
.j4lan {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.hpqo3w { display: none; }
@media (max-width: 640px) {
  .hpqo3w {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .hpqo3w.itgolxhl { display: block; }
}
@media (max-width: 640px) {
  .j4lan { display: block; }
  .gb9n719m > li + li::before { display: none !important; }
  .gb9n719m {
    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;
  }
  .gb9n719m.itgolxhl { display: flex; }
  .gb9n719m li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .gb9n719m li:last-child a { border-bottom: none; }
}
.cyccz2n { min-height: 480px; }
.qc9zlalc {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.nydrm { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ajc2 .nydrm { margin-left: 0; margin-right: 0; }
.cx2w46a2 {
  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;
}
.cx2w46a2:hover { opacity: 0.88; }
.xzmxj {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.i3zod {
  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%);
}
.xzmxj .xdbie {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.xzmxj .qc9zlalc { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.xzmxj .nydrm { color: #e2e8f0; }
.xzmxj.bvzph69 .xdbie { text-align: center; }
.xzmxj.ajc2   .xdbie { text-align: left; }
.egpine .xdbie {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.egpine .qc9zlalc { color: var(--text-primary); text-shadow: none; }
.egpine .nydrm { color: var(--text-muted); }
.egpine .cx2w46a2 { margin-top: 16px; }
.egpine, .egpine.cyccz2n { min-height: auto !important; }
.egpine.bvzph69 .xdbie { text-align: center; }
.egpine.ajc2   .xdbie { text-align: left; }
.egpine~.p63h{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.egpine~.p63h .ofldf7d2{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
.n4nhrg4h {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
}
.u4jx6 .n4nhrg4h,
.u4jx6 .n4nhrg4h::after,
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.olm6ct .n4nhrg4h,
.olm6ct .s7jqtifm {
  animation: hg-breathe 10s ease-in-out infinite;
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.kefl2f .n4nhrg4h,
.kefl2f .xzmxj .i3zod {
  overflow: hidden;
}
.kefl2f .n4nhrg4h::after,
.kefl2f .xzmxj .i3zod::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%); }
}
.xk5oyn .n4nhrg4h,
.xk5oyn .n4nhrg4h::after,
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.xk5oyn .xzmxj .i3zod {
  overflow: hidden;
}
.xk5oyn .xzmxj .i3zod::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;
}
.hz8y4 .n4nhrg4h,
.hz8y4 .xzmxj .i3zod {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.u4jx6 .xzmxj .i3zod {
  overflow: hidden;
}
.u4jx6 .xzmxj .i3zod::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;
}
.olm6ct .xzmxj .i3zod {
  animation: hg-breathe 10s ease-in-out infinite;
}
.n4nhrg4h .i3zod {
  background: none;
}
.n4nhrg4h .qc9zlalc { color: #fff; }
.n4nhrg4h .nydrm { color: rgba(255,255,255,0.85); }
.n4nhrg4h .cx2w46a2 { background: #fff; color: var(--cta); }
.n4nhrg4h .cx2w46a2:hover { opacity: 0.92; }
.olm6ct .f1wf {
  animation: hg-breathe 7s ease-in-out infinite;
}
.f1wf .qc9zlalc { text-shadow: none; color: var(--text-primary); }
.f1wf .nydrm { color: var(--text-muted); }
body.wpkbmp .qc9zlalc {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.t6u5mutu .qc9zlalc {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.f1wf.ajc2   .cambvh { align-items: flex-start; text-align: left; }
.zucu773 .xdbie { padding-bottom: 24px; }
.zihmzcj4 .xdbie { max-width: 960px; }
@media (max-width: 700px) {
  .f1wf { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .f1wf .q08mkp5y { display: none !important; }
  .ynm0 .q08mkp5y { display: none !important; }
  .zg2hd .nvqg56wh { display: none !important; }
  .bncq .j6n2s7 { display: none !important; }
  .cambvh  { padding: 36px 24px; }
  .f1wf~.p63h,.mxjbn~.p63h{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .cyccz2n, .f1wf { min-height: 320px !important; }
  
  .qc9zlalc { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .mwetbi { display: none !important; }
  
  .mro4h { flex-direction: column; align-items: center; }
  .m4ng45h { width: 100%; max-width: 340px; }
}
.kx2tl9pb { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.xu9q { width: 100%; height: auto; display: block; border-radius: 10px; }
.axs8hq .kx2tl9pb        { border-radius: 16px; }
.axs8hq .xu9q  { border-radius: 16px; }
.bkur0ex .kx2tl9pb         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.bkur0ex .xu9q   { border-radius: 8px; }
.uwziw { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.pcxi { width: 100%; padding: 32px 0; position: relative; }
.wru55mt { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.pe3s4 .pcxi:nth-child(even) { background: var(--bg-surface); }
.pe3s4 .pcxi:nth-child(odd)  { background: var(--bg-page); }
.zj52 .pcxi:nth-child(even) { background: var(--bg-card); }
.zj52 .pcxi:nth-child(odd)  { background: var(--bg-page); }
.pe3s4 .pcxi:nth-child(odd)  .wru55mt { background: var(--bg-card); border-radius: 6px; }
.pe3s4 .pcxi:nth-child(even) .wru55mt { background: var(--bg-raised); border-radius: 6px; }
.zj52 .pcxi:nth-child(odd)  .wru55mt { background: var(--bg-card); border-radius: 6px; }
.zj52 .pcxi:nth-child(even) .wru55mt { background: var(--bg-raised); border-radius: 6px; }
.pe3s4 .pcxi:nth-child(even) .z9j72 .q9pxpi1p,
.zj52 .pcxi:nth-child(even) .z9j72 .q9pxpi1p { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.pe3s4 .pcxi:nth-child(odd) .z9j72 .q9pxpi1p,
.zj52 .pcxi:nth-child(odd) .z9j72 .q9pxpi1p { background: var(--bg-card-inner); }
.pe3s4 .pcxi:nth-child(even) .suxi .q9pxpi1p:nth-child(odd),
.zj52 .pcxi:nth-child(even) .suxi .q9pxpi1p:nth-child(odd)  { background: var(--bg-card); }
.pe3s4 .pcxi:nth-child(even) .suxi .q9pxpi1p:nth-child(even),
.zj52 .pcxi:nth-child(even) .suxi .q9pxpi1p:nth-child(even) { background: var(--bg-card-inner); }
h1.omqnxm { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.omqnxm {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.cxsl5 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.jqd3 h2.omqnxm {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.xqv344o h2.omqnxm {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.mwgeda06 h2.omqnxm {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.wx4l h2.omqnxm::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.cxrsm1d h2.omqnxm {
  color: var(--text-primary); font-size: 1.7rem;
}
.chbd h2.omqnxm::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.vt5hx h2.omqnxm {
  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;
}
.gv7oju { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .gv7oju { display: none; } }
.c20hg { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.fl0ib6n { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.hmqv4omq {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.oyx5 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.il1j { padding-left: 20px; }
.il1j li { margin-bottom: 6px; }
.il1j a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.il1j a:hover { color: var(--accent-light); }
.bc0yuckb .oyx5 { display: none; }
.ju7c0i .oyx5 { display: none; }
.ju7c0i .il1j { padding-left: 0; list-style: none; }
.ju7c0i .il1j li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.ju7c0i .il1j a { font-size: 0.92rem; }
.n7ug3n .hmqv4omq { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.n7ug3n .oyx5 { display: none; }
.n7ug3n .il1j { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.n7ug3n .il1j li { margin-bottom: 0; }
.n7ug3n .il1j 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;
}
.n7ug3n .il1j a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.zxwbyw .hmqv4omq { padding: 20px 20px 16px; }
.zxwbyw .il1j {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.zxwbyw .il1j li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.zxwbyw .il1j 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;
}
.zxwbyw .il1j 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;
}
.zxwbyw .il1j a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.zxwbyw .il1j a:focus,
.zxwbyw .il1j a:focus-visible,
.zxwbyw .il1j a:target { outline: none; }
.zxwbyw .il1j li:target a { border-color: var(--border); color: var(--text-muted); }
.ea5bt81 .hmqv4omq { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ea5bt81 .oyx5 { display: none; }
.ea5bt81 .il1j { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ea5bt81 .il1j li { margin-bottom: 0; }
.ea5bt81 .il1j li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ea5bt81 .il1j li:last-child::after { content: ""; margin-right: 0; }
.ea5bt81 .il1j a { font-size: 0.9rem; }
.q9pxpi1p { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.z9j72 .q9pxpi1p { background: var(--bg-card); }
.suxi .q9pxpi1p:nth-child(odd)  { background: var(--bg-card); }
.suxi .q9pxpi1p:nth-child(even) { background: var(--bg-raised); }
.gwr9sh .q9pxpi1p {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.gwr9sh .q9pxpi1p:last-child { border-bottom: none; }
.gwr9sh h3.cxsl5 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.exjykau .q9pxpi1p {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.exjykau .q9pxpi1p + .q9pxpi1p { margin-top: 4px; }
.bmc79 .q9pxpi1p { background: none; border-radius: 0; padding: 12px 0; }
.bmc79 .q9pxpi1p + .q9pxpi1p { border-top: 1px solid var(--border-section); }
.xd3aej { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.vdvesn { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.wf3478hf { color: var(--text-body); margin-bottom: 10px; }
.jztg, .ruwcj { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.jztg li, .ruwcj li { margin-bottom: 6px; }
.ruwcj li { list-style: decimal; }
.u8y9g     .jztg { list-style-type: "● "; }
.fzso29  .jztg { list-style-type: "■ "; }
.an1n .jztg { list-style-type: "◆ "; }
.lm9blnd    .jztg { list-style-type: "★ "; }
.u8y9g     .fwfw6vns { list-style-type: "● "; }
.fzso29  .fwfw6vns { list-style-type: "■ "; }
.an1n .fwfw6vns { list-style-type: "◆ "; }
.lm9blnd    .fwfw6vns { list-style-type: "★ "; }
.u8y9g    .jztg li::marker, .u8y9g    .fwfw6vns li::marker,
.fzso29 .jztg li::marker, .fzso29 .fwfw6vns li::marker,
.an1n .jztg li::marker, .an1n .fwfw6vns li::marker,
.lm9blnd   .jztg li::marker, .lm9blnd   .fwfw6vns li::marker {
  color: var(--cta); font-size: 1em;
}
.u8y9g .ruwcj,
.fzso29 .ruwcj,
.an1n .ruwcj,
.lm9blnd .ruwcj {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.u8y9g .ruwcj li,
.fzso29 .ruwcj li,
.an1n .ruwcj li,
.lm9blnd .ruwcj li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.u8y9g .ruwcj li::before,
.fzso29 .ruwcj li::before,
.an1n .ruwcj li::before,
.lm9blnd .ruwcj 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;
}
.u8y9g     .ruwcj li::before { border-radius: 50%; }
.fzso29  .ruwcj li::before { border-radius: 3px; }
.an1n .ruwcj li::before { border-radius: 3px; }
.lm9blnd    .ruwcj li::before { border-radius: 50%; }
.q7tdn .dzrpa { border: 1px solid var(--border-alt); }
.q7tdn .dzrpa th,
.q7tdn .dzrpa td { border: 1px solid var(--border-alt); }
.nj4s59 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.cqceb3z7 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.e8ng { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.f9049x { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.fvoy { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.fwfw6vns { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.fwfw6vns 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%}
.wwfe .f9049x { background: transparent; text-align: center; }
.fekg4jc .e8ng {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.dalvui .e8ng {
  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);
}
.ghc0yxn .cqceb3z7 { display: grid; grid-template-columns: auto 1fr; }
.ghc0yxn .e8ng {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.ghc0yxn .f9049x { grid-column: 2; }
.ghc0yxn .fvoy,
.ghc0yxn .fwfw6vns { grid-column: 1 / -1; }
.s77d .cqceb3z7 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.s77d .e8ng {
  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);
}
.s77d .f9049x { grid-column: 2; }
.s77d .fvoy,
.s77d .fwfw6vns { grid-column: 1 / -1; }
.ui90bjjg .cqceb3z7 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.ui90bjjg .f9049x { background: none; color: var(--accent-light); font-weight: 700; }
.j85fpa .cqceb3z7 { 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); }
.j85fpa .f9049x { background: none; color: var(--accent-light); font-weight: 700; }
.aolswqd .cqceb3z7 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.aolswqd .cqceb3z7:last-child { border-bottom: none; }
.aolswqd .f9049x { background: none; color: var(--accent-light); font-weight: 700; }
.zpv3d9u .cqceb3z7 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.zpv3d9u .f9049x { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.y17mm .nj4s59 { counter-reset: card-n; }
.y17mm .cqceb3z7  { counter-increment: card-n; }
.y17mm .f9049x { display: flex; align-items: center; gap: 10px; }
.y17mm .f9049x::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;
}
.cw7qe .cqceb3z7 { background: var(--bg-surface); border: 1px solid var(--border); }
.cw7qe .f9049x { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.zxbt5 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.m3mc  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.fmeu0 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.q89d { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.kw0r5uc { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.zxbt5 strong { color: var(--text-primary); font-size: 0.95rem; }
.zxbt5 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.qfoyi4 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.zd5kjegc, .fc9p { border-radius: 8px; padding: 14px; }
.zd5kjegc { background: var(--bg-pros); }
.fc9p { background: var(--bg-cons); }
.g33fu { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.zd5kjegc .g33fu { color: var(--c-pros-label); }
.fc9p .g33fu { color: #f87171; }
.zd5kjegc ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fc9p ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.xu9q { width: 100%; height: auto; border-radius: 10px; display: block; }
.eimr {
  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;
}
.eimr:hover { opacity: 0.85; }
.v7wbvir .eimr  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.v7wbvir .eimr:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.b31ddv .eimr  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.b31ddv .eimr:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.uc4nb2 .cx2w46a2 { border-radius: 50px; }
.uc4nb2 .eimr  { border-radius: 50px; }
.u2fh3c .cx2w46a2 { padding-left: 22px; padding-right: 22px; }
.u2fh3c .eimr  { padding-left: 12px; padding-right: 12px; }
.boycj9jp .cx2w46a2 { padding-left: 44px; padding-right: 44px; }
.boycj9jp .eimr  { padding-left: 24px; padding-right: 24px; }
.js2xx .cx2w46a2 { padding-left: 56px; padding-right: 56px; }
.js2xx .eimr  { padding-left: 32px; padding-right: 32px; }
.drnymcc   .cx2w46a2::after, .drnymcc   .eimr::after,
.gj229a5 .cx2w46a2::after, .gj229a5 .eimr::after,
.un7wnc    .cx2w46a2::after, .un7wnc    .eimr::after,
.m6trvo    .cx2w46a2::after, .m6trvo    .eimr::after,
.dfco3l    .cx2w46a2::after, .dfco3l    .eimr::after,
.acde     .cx2w46a2::after, .acde     .eimr::after,
.c2cxt    .cx2w46a2::after, .c2cxt    .eimr::after,
.cfb8   .cx2w46a2::after, .cfb8   .eimr::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;
}
.drnymcc .cx2w46a2::after, .drnymcc .eimr::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");
}
.gj229a5 .cx2w46a2::after, .gj229a5 .eimr::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");
}
.un7wnc .cx2w46a2::after, .un7wnc .eimr::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");
}
.m6trvo .cx2w46a2::after, .m6trvo .eimr::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");
}
.dfco3l .cx2w46a2::after, .dfco3l .eimr::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");
}
.acde .cx2w46a2::after, .acde .eimr::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");
}
.c2cxt .cx2w46a2::after, .c2cxt .eimr::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");
}
.cfb8 .cx2w46a2::after, .cfb8 .eimr::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");
}
.pxqru   .qjz41v73::after, .pxqru   .drghh::after,
.wd3l1sha .qjz41v73::after, .wd3l1sha .drghh::after,
.ia5z    .qjz41v73::after, .ia5z    .drghh::after,
.je76ili    .qjz41v73::after, .je76ili    .drghh::after,
.a4rxfn    .qjz41v73::after, .a4rxfn    .drghh::after,
.rpr13s     .qjz41v73::after, .rpr13s     .drghh::after,
.b9y40    .qjz41v73::after, .b9y40    .drghh::after,
.yl1q8n96   .qjz41v73::after, .yl1q8n96   .drghh::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;
}
.pxqru .qjz41v73::after, .pxqru .drghh::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");
}
.wd3l1sha .qjz41v73::after, .wd3l1sha .drghh::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");
}
.ia5z .qjz41v73::after, .ia5z .drghh::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");
}
.je76ili .qjz41v73::after, .je76ili .drghh::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");
}
.a4rxfn .qjz41v73::after, .a4rxfn .drghh::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");
}
.rpr13s .qjz41v73::after, .rpr13s .drghh::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");
}
.b9y40 .qjz41v73::after, .b9y40 .drghh::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");
}
.yl1q8n96 .qjz41v73::after, .yl1q8n96 .drghh::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");
}
.ivnzm925 .pxshlaz { background: rgba(128,128,128,.12); }
@media (min-width: 721px) {
  .em9d { flex: 0 0 260px; width: 260px; }
  .dm8thi { flex: 0 0 120px; width: 120px; }
  .hmval { flex: 0 0 110px; width: 110px; }
  .d1krgymg   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .fbmy1evg { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.fbmy1evg.eimr { 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) {
  .unbqm4 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .unbqm4 .lsvk { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .unbqm4 .em9d { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .unbqm4 .pxshlaz { width: 100%; min-width: unset; height: 120px; }
  .unbqm4 .nn9c0 { max-height: 96px; max-width: 200px; }
  .unbqm4 .q06iz4 { min-width: unset; text-align: center; white-space: normal; }
  .unbqm4 .dm8thi { min-width: 0; }
  .unbqm4 .d1krgymg { 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; }
  .unbqm4 .fbmy1evg { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .e2b2l .lsvk { row-gap: 8px !important; gap: 10px !important; }
}
@media (min-width: 860px) {
  .xveeb2o .eyg7 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .xveeb2o .y074q { margin: 0; }
}
.tikga .qfoyi4 { gap: 10px; }
.tikga .zd5kjegc, .tikga .fc9p { padding: 12px; }
.tikga .zd5kjegc ul, .tikga .fc9p ul { margin: 4px 0 0; padding-left: 18px; }
.tikga .zd5kjegc li, .tikga .fc9p li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .tx3hv { grid-template-columns: 1fr; }
  .gjv4 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .gjv4 .ts1gsr { width: 72px; height: 50px; }
  .gjv4 .szwct { max-width: 180px; }
  .gjv4 .su5uur4 { width: auto; }
}
@media (max-width: 720px) {
  .vd90 { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .zetuo { padding: 16px; }
  .lnawrs .efli4c3 { min-width: 50%; }
}
.d93p .qfoyi4 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .u8zh6ped { grid-template-columns: 1fr; }
  .d06ynxb { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .r79vw5h { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .pmf823 { flex-wrap: wrap; padding: 16px; }
}
.wi7dp .qfoyi4 { gap: 8px; }
.wi7dp .zd5kjegc, .wi7dp .fc9p { padding: 8px; }
@media (max-width: 480px) {
  .y1v7 { flex-direction: column; align-items: stretch; }
}
.m9ap .su5uur4 .eimr { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .dg4vzt { flex-direction: column; align-items: stretch; gap: 10px; }
  .m9ap .su5uur4 { text-align: center; }
}
@media (max-width: 720px) {
  .btusn2 { grid-template-columns: 1fr; }
  .ufsva0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .e9q3 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .pnotabpt { grid-template-columns: 1fr; }
  .ckfia { width: 100px; height: 100px; margin: 16px auto; }
  .vv1s { font-size: 1.4rem; }
  .x4l2n { justify-content: center; }
  .hudulhi .efli4c3 { min-width: 50%; }
}
.lc8gu .qfoyi4 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .a6l6of { flex-wrap: wrap; padding: 14px 16px; }
  .o4gbc0 { padding: 12px 16px; }
  .lc8gu .qfoyi4 { margin: 0 16px; }
  .lc8gu .qxx5lfe { padding: 0 16px; }
  .yysx6o { padding: 12px 16px; }
}
.sunhlgti .unbqm4 { gap: 14px; }
.sunhlgti .lsvk {
  padding: 20px 26px; gap: 24px; border-radius: 12px;
  min-height: 140px;
}
.sunhlgti .q06iz4 { font-size: 1.15rem; }
.sunhlgti .zesjc { font-size: 1.22rem; }
.sunhlgti .fbmy1evg.eimr { padding: 14px 30px !important; font-size: 1rem; }
.dgx2l .fbmy1evg.eimr { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.xumh .dm8thi,
.xumh .hmval,
.xumh .hmval { font-size: 1.7rem; font-weight: 900; color: var(--accent-light); }
.xumh .hmval small { display: none; }
.xumh .b7gr .qcji,
.xumh .b7gr strong { font-size: 1.6rem; font-weight: 900; color: var(--accent-light); }
.xumh .ymacah { display: none; }
.mlwr1f { margin: 16px 0; }
.h460lo6 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.h460lo6 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.h460lo6 summary::after { content: "+"; color: var(--accent-light); }
.h460lo6[open] summary::after { content: "−"; }
.h460lo6 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.pcxi { margin-bottom: 0; }
.cmi05 h2.omqnxm { color: var(--text-primary); border-color: var(--accent-light); }
.w2avykaz h2.omqnxm { color: var(--text-primary); border-color: var(--accent-light); }
.qwgs0oj .m3mc     { background: #052e16; border-color: #10b981; }
.qwgs0oj .fmeu0 { background: #2d0a1e; border-color: #f43f5e; }
.qwgs0oj .q89d    { background: #1e1036; border-color: #a855f7; }
.qwgs0oj .zxbt5 strong  { color: #f1f5f9; }
.qwgs0oj .zxbt5 p       { color: #cbd5e1; }
.qwgs0oj .eoi9    .m3mc     .kw0r5uc::before,
.qwgs0oj .qwy8l3gv  .m3mc     .kw0r5uc::before,
.qwgs0oj .bq4n  .m3mc     .kw0r5uc::before,
.qwgs0oj .csml6 .m3mc     .kw0r5uc::before { color: #10b981; }
.qwgs0oj .eoi9    .fmeu0 .kw0r5uc::before,
.qwgs0oj .qwy8l3gv  .fmeu0 .kw0r5uc::before,
.qwgs0oj .bq4n  .fmeu0 .kw0r5uc::before,
.qwgs0oj .csml6 .fmeu0 .kw0r5uc::before { color: #f43f5e; }
.qwgs0oj .eoi9    .q89d    .kw0r5uc::before,
.qwgs0oj .qwy8l3gv  .q89d    .kw0r5uc::before,
.qwgs0oj .bq4n  .q89d    .kw0r5uc::before,
.qwgs0oj .csml6 .q89d    .kw0r5uc::before { color: #a855f7; }
.utudlyy .m3mc     { background: #2d2000; border-color: #eab308; }
.utudlyy .fmeu0 { background: #2d0b0b; border-color: #ef4444; }
.utudlyy .q89d    { background: #2d1600; border-color: #f97316; }
.utudlyy .zxbt5 strong  { color: #f1f5f9; }
.utudlyy .zxbt5 p       { color: #cbd5e1; }
.utudlyy .eoi9    .m3mc     .kw0r5uc::before,
.utudlyy .qwy8l3gv  .m3mc     .kw0r5uc::before,
.utudlyy .bq4n  .m3mc     .kw0r5uc::before,
.utudlyy .csml6 .m3mc     .kw0r5uc::before { color: #eab308; }
.utudlyy .eoi9    .fmeu0 .kw0r5uc::before,
.utudlyy .qwy8l3gv  .fmeu0 .kw0r5uc::before,
.utudlyy .bq4n  .fmeu0 .kw0r5uc::before,
.utudlyy .csml6 .fmeu0 .kw0r5uc::before { color: #ef4444; }
.utudlyy .eoi9    .q89d    .kw0r5uc::before,
.utudlyy .qwy8l3gv  .q89d    .kw0r5uc::before,
.utudlyy .bq4n  .q89d    .kw0r5uc::before,
.utudlyy .csml6 .q89d    .kw0r5uc::before { color: #f97316; }
.qw38bm5n .m3mc     { background: #0c1a2e; border-color: #38bdf8; }
.qw38bm5n .fmeu0 { background: #12103a; border-color: #818cf8; }
.qw38bm5n .q89d    { background: #0a2020; border-color: #2dd4bf; }
.qw38bm5n .zxbt5 strong  { color: #f1f5f9; }
.qw38bm5n .zxbt5 p       { color: #cbd5e1; }
.qw38bm5n .eoi9    .m3mc     .kw0r5uc::before,
.qw38bm5n .qwy8l3gv  .m3mc     .kw0r5uc::before,
.qw38bm5n .bq4n  .m3mc     .kw0r5uc::before,
.qw38bm5n .csml6 .m3mc     .kw0r5uc::before { color: #38bdf8; }
.qw38bm5n .eoi9    .fmeu0 .kw0r5uc::before,
.qw38bm5n .qwy8l3gv  .fmeu0 .kw0r5uc::before,
.qw38bm5n .bq4n  .fmeu0 .kw0r5uc::before,
.qw38bm5n .csml6 .fmeu0 .kw0r5uc::before { color: #818cf8; }
.qw38bm5n .eoi9    .q89d    .kw0r5uc::before,
.qw38bm5n .qwy8l3gv  .q89d    .kw0r5uc::before,
.qw38bm5n .bq4n  .q89d    .kw0r5uc::before,
.qw38bm5n .csml6 .q89d    .kw0r5uc::before { color: #2dd4bf; }
.c0a2wlnd .m3mc     { background: var(--accent-bg); border-color: var(--accent-light); }
.c0a2wlnd .fmeu0 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.c0a2wlnd .q89d    { background: var(--accent-bg); border-color: var(--accent-pale); }
.c0a2wlnd .eoi9    .kw0r5uc::before,
.c0a2wlnd .qwy8l3gv  .kw0r5uc::before,
.c0a2wlnd .bq4n  .kw0r5uc::before,
.c0a2wlnd .csml6 .kw0r5uc::before { color: var(--accent-light) !important; }
.eehess::before,
.cns3gmf::before { margin-right: 5px; }
.no8y .zd5kjegc ul li,
.no8y .zd5kjegc .eehess { color: #22c55e; }
.no8y .fc9p ul li,
.no8y .fc9p .cns3gmf { color: #ef4444; }
.vsj5f73r .zd5kjegc { background: var(--bg-pros); }
.vsj5f73r .fc9p { background: var(--bg-cons); }
.vsj5f73r .zd5kjegc .eehess { color: var(--c-pros-label); }
.vsj5f73r .fc9p .cns3gmf { color: var(--c-cons); }
.vsj5f73r .zd5kjegc ul li,
.vsj5f73r .fc9p ul li,
.eadl7 .zd5kjegc { background: var(--bg-pros); }
.eadl7 .fc9p { background: var(--bg-cons); }
.eadl7 .zd5kjegc .eehess { color: var(--c-pros-label); }
.eadl7 .fc9p .cns3gmf { color: var(--c-cons); }
.eadl7 .zd5kjegc ul li,
.eadl7 .vfxwa li          { color: var(--c-pros); }
.eadl7 .fc9p ul li,
.eadl7 .nd4d li          { color: var(--c-cons); }
.ypfql .eehess::before { content: "✓ "; }
.ypfql .cns3gmf::before { content: "✗ "; }
.ropk3b .eehess::before { content: "→ "; }
.ropk3b .cns3gmf::before { content: "← "; }
.z83hocog .eehess::before { content: "★ "; }
.z83hocog .cns3gmf::before { content: "✕ "; }
.qh8y7l .eehess::before { content: "◆ "; }
.qh8y7l .cns3gmf::before { content: "▲ "; }
.xpau .zxbt5 { background: transparent; border-left: none; border: 1.5px solid; }
.xpau .m3mc     { border-color: var(--c-tip-border); }
.xpau .fmeu0 { border-color: var(--c-warn-border); }
.xpau .q89d    { border-color: #60a5fa; }
.xpau .zxbt5 strong { color: var(--text-primary); }
.xpau .zxbt5 p      { color: var(--text-muted); }
.ak6w1 .zxbt5 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ak6w1 .m3mc     { border-top-color: var(--c-tip-border); }
.ak6w1 .fmeu0 { border-top-color: var(--c-warn-border); }
.ak6w1 .q89d    { border-top-color: #60a5fa; }
.jp3a .zxbt5 { border-left: none; border-radius: 8px; }
.jp3a .m3mc     { background: #065f46; }
.jp3a .fmeu0 { background: #92400e; }
.jp3a .q89d    { background: #1e3a8a; }
.jp3a .zxbt5 strong,
.jp3a .zxbt5 p { color: #fff; }
.jp3a .kw0r5uc::before { color: rgba(255,255,255,0.85) !important; }
.qwgs0oj.jp3a .m3mc,
.qwgs0oj .jp3a .m3mc     { background: #052e16; }
.qwgs0oj.jp3a .fmeu0,
.qwgs0oj .jp3a .fmeu0 { background: #2d0a1e; }
.qwgs0oj.jp3a .q89d,
.qwgs0oj .jp3a .q89d    { background: #1e1036; }
.utudlyy.jp3a .m3mc,
.utudlyy .jp3a .m3mc      { background: #2d2000; }
.utudlyy.jp3a .fmeu0,
.utudlyy .jp3a .fmeu0  { background: #2d0b0b; }
.utudlyy.jp3a .q89d,
.utudlyy .jp3a .q89d     { background: #2d1600; }
.qw38bm5n.jp3a .m3mc,
.qw38bm5n .jp3a .m3mc      { background: #0c1a2e; }
.qw38bm5n.jp3a .fmeu0,
.qw38bm5n .jp3a .fmeu0  { background: #12103a; }
.qw38bm5n.jp3a .q89d,
.qw38bm5n .jp3a .q89d     { background: #0a2020; }
.ryqbr .zxbt5 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ryqbr .m3mc     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ryqbr .fmeu0 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.ryqbr .q89d    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ryqbr .zxbt5 strong { color: var(--text-primary); }
.ryqbr .zxbt5 p      { color: var(--text-muted); }
.cu0zr .zxbt5 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.eoi9 .kw0r5uc,
.qwy8l3gv .kw0r5uc,
.bq4n .kw0r5uc,
.csml6 .kw0r5uc { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.eoi9 .kw0r5uc::before,
.qwy8l3gv .kw0r5uc::before,
.bq4n .kw0r5uc::before,
.csml6 .kw0r5uc::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.eoi9 .m3mc     .kw0r5uc::before { content: "✦"; color: var(--c-tip-border); }
.eoi9 .fmeu0 .kw0r5uc::before { content: "▲"; color: var(--c-warn-border); }
.eoi9 .q89d    .kw0r5uc::before { content: "◉"; color: #60a5fa; }
.qwy8l3gv .m3mc     .kw0r5uc::before { content: "★"; color: var(--c-tip-border); }
.qwy8l3gv .fmeu0 .kw0r5uc::before { content: "◆"; color: var(--c-warn-border); }
.qwy8l3gv .q89d    .kw0r5uc::before { content: "●"; color: #60a5fa; }
.bq4n .m3mc     .kw0r5uc::before { content: "▶"; color: var(--c-tip-border); }
.bq4n .fmeu0 .kw0r5uc::before { content: "■"; color: var(--c-warn-border); }
.bq4n .q89d    .kw0r5uc::before { content: "▸"; color: #60a5fa; }
.csml6 .m3mc     .kw0r5uc::before { content: "→"; color: var(--c-tip-border); }
.csml6 .fmeu0 .kw0r5uc::before { content: "⬥"; color: var(--c-warn-border); }
.csml6 .q89d    .kw0r5uc::before { content: "◈"; color: #60a5fa; }
.g9280rf .z9j72 .q9pxpi1p,
.g9280rf .suxi .q9pxpi1p  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.g9280rf .cqceb3z7                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.g9280rf .hmqv4omq                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ycz9 .z9j72 .q9pxpi1p,
.ycz9 .suxi .q9pxpi1p,
.ycz9 .cqceb3z7,
.ycz9 .lsvk,
.ycz9 .y074q,
.ycz9 .uzbgqzl0,
.ycz9 .hmqv4omq,
.ycz9 .cu0zr .zxbt5 { box-shadow: none; }
.ro8g   .wf3478hf, .ro8g .xd3aej, .ro8g .vdvesn,
.ro8g   .c20hg, .ro8g .fl0ib6n { font-size: 0.9rem; }
.ro8g   .jztg, .ro8g .ruwcj { font-size: 0.9rem; }
.ep6y   .wf3478hf, .ep6y .xd3aej, .ep6y .vdvesn,
.ep6y   .c20hg, .ep6y .fl0ib6n { font-size: 0.95rem; }
.ep6y   .jztg, .ep6y .ruwcj { font-size: 0.95rem; }
.emvoak   .wf3478hf, .emvoak .xd3aej, .emvoak .vdvesn,
.emvoak   .c20hg, .emvoak .fl0ib6n { font-size: 1.08rem; }
.emvoak   .jztg, .emvoak .ruwcj { font-size: 1.05rem; }
.emvoak   .dzrpa { font-size: 0.97rem; }
.qm6s .qc9zlalc      { font-size: 3.2rem; }
.qm6s h2.omqnxm { font-size: 1.9rem; }
.qm6s h3.cxsl5     { font-size: 1.4rem; }
.cd26 .qc9zlalc      { font-size: 3.8rem; }
.cd26 h2.omqnxm { font-size: 2.2rem; }
.cd26 h3.cxsl5     { font-size: 1.6rem; }
.pcxi + .pcxi { position: relative; }
.wxiudg30   .pcxi + .pcxi::before,
.vsp4x6  .pcxi + .pcxi::before,
.ajf902k   .pcxi + .pcxi::before,
.zzhu4z91   .pcxi + .pcxi::before,
.r30f96   .pcxi + .pcxi::before,
.mieqy .pcxi + .pcxi::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.wxiudg30 .pcxi + .pcxi::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.vsp4x6 .pcxi + .pcxi::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.ajf902k .pcxi + .pcxi::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;
}
.zzhu4z91 .pcxi + .pcxi::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.vdlqnffs .pcxi { margin-bottom: 16px; }
.vdlqnffs .pcxi + .pcxi { margin-top: 0; }
.vdlqnffs .wru55mt { padding-top: 0; padding-bottom: 0; }
.r30f96 .pcxi + .pcxi::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.mieqy .pcxi + .pcxi::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.rbg8xogs .pcxi + .pcxi::before,
.z02d10a .pcxi + .pcxi::before,
.kt3mbb0 .pcxi + .pcxi::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%;
}
.pe3s4 .rbg8xogs .pcxi:nth-child(even)::before,
.pe3s4 .z02d10a .pcxi:nth-child(even)::before,
.pe3s4 .kt3mbb0 .pcxi:nth-child(even)::before { background: var(--bg-surface); }
.zj52 .rbg8xogs .pcxi:nth-child(even)::before,
.zj52 .z02d10a .pcxi:nth-child(even)::before,
.zj52 .kt3mbb0 .pcxi:nth-child(even)::before { background: var(--bg-card); }
.rbg8xogs .pcxi + .pcxi::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");
}
.z02d10a .pcxi + .pcxi::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");
}
.kt3mbb0 .pcxi + .pcxi::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");
}
.fxh2x .xzmxj,
.dgy5x .xzmxj,
.ajq5h .xzmxj { overflow: hidden; }
.fxh2x .xdbie,
.dgy5x .xdbie { margin-bottom: 60px; }
.ajq5h .xdbie { margin-bottom: 70px; }
.ajq5h .cambvh { padding-bottom: 70px; }
.fxh2x .xzmxj::before,
.dgy5x .xzmxj::before,
.ajq5h .xzmxj::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%;
}
.fxh2x .xzmxj::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");
}
.dgy5x .xzmxj::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");
}
.ajq5h .xzmxj::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");
}
.ncyyc .xzmxj:not(.n4nhrg4h) .i3zod { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.cvdquj .xzmxj:not(.n4nhrg4h) .i3zod { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.yeuy51  .xzmxj:not(.n4nhrg4h) .i3zod { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.wxr5ck  .xzmxj:not(.n4nhrg4h) .i3zod { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.ncyyc .n4nhrg4h { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.cvdquj .n4nhrg4h { background: linear-gradient(45deg, var(--accent) 0%, var(--accent-light) 100%); }
.yeuy51 .n4nhrg4h { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.wxr5ck .n4nhrg4h { background: linear-gradient(180deg, var(--accent) 0%, var(--accent-light) 100%); }
.yvy8 .n4nhrg4h { background: var(--accent); }
.yvy8 .n4nhrg4h .i3zod { background: none; }
.yvy8 .s7jqtifm { background: var(--accent); }
.yvy8 .f1wf { background: var(--accent-bg); }
.yvy8 .xzmxj:not(.n4nhrg4h) .i3zod { background: rgba(0,0,0,0.6); }
.uki6t0 .kx2tl9pb { float: left; width: 38%; margin: 0 28px 16px 0; }
.uki6t0 .kx2tl9pb .xu9q { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.uki6t0 .wru55mt::after { content: ''; display: block; clear: both; }
.powjkl9x .kx2tl9pb { float: right; width: 38%; margin: 0 0 16px 28px; }
.powjkl9x .kx2tl9pb .xu9q { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.powjkl9x .wru55mt::after { content: ''; display: block; clear: both; }
.oyti .pcxi:nth-child(odd)  .kx2tl9pb { float: left;  width: 38%; margin: 0 28px 16px 0; }
.oyti .pcxi:nth-child(even) .kx2tl9pb { float: right; width: 38%; margin: 0 0 16px 28px; }
.oyti .kx2tl9pb .xu9q { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.oyti .wru55mt::after { content: ''; display: block; clear: both; }
.uki6t0 .nj4s59,
.uki6t0 .unbqm4,
.powjkl9x .nj4s59,
.oyti .nj4s59,
@media (max-width: 900px) {
  .uki6t0 .kx2tl9pb,
  .powjkl9x .kx2tl9pb,
  .oyti .pcxi:nth-child(odd)  .kx2tl9pb,
  .oyti .pcxi:nth-child(even) .kx2tl9pb {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .uki6t0 .kx2tl9pb .xu9q,
  .powjkl9x .kx2tl9pb .xu9q,
  .oyti .kx2tl9pb .xu9q {
    max-height: none !important;
  }
}
.uki6t0 .jztg,
.uki6t0 .ruwcj,
.powjkl9x .jztg,
.powjkl9x .ruwcj,
.oyti .jztg,
.oyti .ruwcj { overflow: hidden; }
@media (max-width: 640px) {
  .uki6t0 .kx2tl9pb,
  .powjkl9x .kx2tl9pb,
  .oyti .kx2tl9pb { float: none; width: 100%; margin: 0 0 16px 0; }
}
.heh6foqw .uwziw,
.heh6foqw .wru55mt,
.heh6foqw .f2k5hpk5  { max-width: 1100px; }
.heh6foqw { --content-mw: 1100px; }
.etajx .uwziw,
.etajx .wru55mt,
.etajx .f2k5hpk5  { max-width: 1200px; }
.chqk .uwziw,
.chqk .wru55mt,
.chqk .f2k5hpk5  { max-width: 1320px; }
.wm17 { font-size: 0.82rem; color: var(--text-muted); }
.btidwi0r { display: flex; align-items: center; }
.yi9flf {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.dhfj1l { display: flex; align-items: center; }
.ca5a1s6u { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.ca5a1s6u:hover { text-decoration: underline; }
.d94g { margin: 0 3px; opacity: 0.45; }
.d94g::before { content: '/'; }
.ut31 { padding: 2px 5px; color: var(--text-main); }
.pyk52cz .wm17 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.pyk52cz .btidwi0r { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.a95lldhj .wm17 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.a95lldhj .btidwi0r { padding: 0 0 0 12px; }
.zvs1k7i .btidwi0r { padding: 0 16px; }
.zvs1k7i .wm17 {
  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);
}
.zvs1k7i .uwziw { padding-top: 28px; }
@media (max-width: 720px) {
  .td188ec1 { margin-top: 18px; padding: 0 16px; }
  .zvs1k7i .uwziw { padding-top: 16px; }
}
.heh6foqw.pyk52cz .btidwi0r { max-width: 1100px; }
.etajx.pyk52cz .btidwi0r { max-width: 1200px; }
.chqk.pyk52cz .btidwi0r { max-width: 1320px; }
.heh6foqw .td188ec1 { max-width: 1100px; }
.w7h7scx7 .pcxi { padding-top: 16px; padding-bottom: 16px; }
.r7dm .pcxi { padding-top: 24px; padding-bottom: 24px; }
.xkcp7v .pcxi { padding-top: 40px; padding-bottom: 40px; }
.bs5bv .pcxi { padding-top: 52px; padding-bottom: 52px; }
.am4c .pcxi:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.am4c .pcxi:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.am4c .pcxi:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.am4c .pcxi:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ip3ofo61 .wru55mt { padding-top: 10px;  padding-bottom: 10px; }
.n31ogr6y .wru55mt { padding-top: 18px;  padding-bottom: 18px; }
.i6sm .wru55mt { padding-top: 36px;  padding-bottom: 36px; }
.ay2dq6 .wru55mt { padding-top: 48px;  padding-bottom: 48px; }
.h0gd h2.omqnxm { font-weight: 600; }
.h0gd h3.cxsl5     { font-weight: 600; }
.hitdvu h2.omqnxm { font-weight: 800; }
.hitdvu h3.cxsl5     { font-weight: 700; }
.xgqp1ks h2.omqnxm { font-weight: 900; }
.xgqp1ks h3.cxsl5     { font-weight: 800; }
.xgqp1ks .zxbt5 strong,
.xgqp1ks .zxbt5 strong { font-weight: 600; }
.qjz41v73 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.r93mxnz .qjz41v73 { display: none; }
@media (max-width: 640px) { .qjz41v73 { display: none; } }
.qjz41v73 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.qjz41v73:hover { opacity: 0.85; }
.x10b .qjz41v73 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.y4i0 .qjz41v73,
.sj4af5  .qjz41v73 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.y4i0 .qjz41v73:hover,
.sj4af5  .qjz41v73:hover { opacity: 0.88; }
.x10b.y4i0 .qjz41v73,
.x10b.sj4af5  .qjz41v73 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.drghh {
  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;
}
.drghh:hover { transform: translateY(-2px); opacity: 0.92; }
.drghh { background: var(--cta) !important; color: #fff !important; border: none !important; }
.xlykebd .drghh { display: none; }
.l3wdiop9 .drghh { right: 32px; }
.ub18cu  .drghh { left: 32px; }
@media (max-width: 480px) {
  .l3wdiop9 .drghh { right: 20px; bottom: 20px; }
  .ub18cu  .drghh { left: 20px; bottom: 20px; }
}
.h41x9err { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.f2k5hpk5 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.xrih8n4w { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.iiqas { color: var(--text-dim); font-size: 0.8rem; }
.pzb3i202 a, .acyb5p0 a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.pzb3i202 a:hover, .acyb5p0 a:hover { color: var(--accent-light); }
.acyb5p0 { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.y76d5hf .f2k5hpk5 { text-align: center; }
.y76d5hf .acyb5p0 { justify-content: center; margin-bottom: 16px; }
.y76d5hf .xrih8n4w { margin-top: 0; }
.p7tpul { margin-top: 10px; }
.p7tpul a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .f2k5hpk5 { padding-left: 16px; padding-right: 16px; }
  .cavsnc .f2k5hpk5 { padding: 20px 16px; }
  .acyb5p0 { gap: 4px 12px; }
  .xrih8n4w { font-size: 0.78rem; }
}
.xyqp0n1m .xrih8n4w { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.xyqp0n1m .iiqas { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .xyqp0n1m .bhus0w { grid-template-columns: 1fr 1fr; } .xyqp0n1m .lj7pp5p { grid-column: 1 / -1; } }
@media (max-width: 480px) { .xyqp0n1m .bhus0w { grid-template-columns: 1fr; } }
.qvhp .xrih8n4w { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .qvhp .kgkt { gap: 12px; } .qvhp .nnl4c { margin-right: 0; width: 100%; } }
.vpx0 .xrih8n4w { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.vpx0 .iiqas { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vpx0 .azykcta { grid-template-columns: 1fr 1fr; } .vpx0 .yat37 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vpx0 .azykcta { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bnpt .feipveb { grid-template-columns: 1fr 1fr; } .bnpt .ilwbh1:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bnpt .feipveb { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ovv2us7n .feipveb { grid-template-columns: 1fr; } }
.wb6gdn1v .f2k5hpk5 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.wb6gdn1v .acyb5p0 { justify-content: center; }
.oiyw3ktp .azaz      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.oiyw3ktp .h41x9err { background: var(--bg-page); border-top-color: var(--border-alt); }
.xaa7a .azaz      { background: #0d1117; border-bottom-color: #21262d; }
.xaa7a .j4i5k { color: var(--accent-light); }
.xaa7a .gb9n719m { --msep-color: #8b949e; }
.xaa7a .gb9n719m a { color: #8b949e; }
.xaa7a .gb9n719m a:hover { color: var(--accent-light); }
.xaa7a .j4lan { color: #8b949e; }
.xaa7a .h41x9err { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.xaa7a .xrih8n4w,
.xaa7a .iiqas { color: #6e7681; }
.xaa7a .pzb3i202 a, .xaa7a .acyb5p0 a,
.xaa7a .pzb3i202 a:hover, .xaa7a .acyb5p0 a:hover,
@media (max-width: 640px) {
  .xaa7a .gb9n719m { background: #0d1117; border-top-color: #21262d; }
  .xaa7a .gb9n719m li a { border-bottom-color: #21262d; }
}
.juzak7 .azaz      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.juzak7 .j4i5k { color: var(--accent-light); }
.juzak7 .gb9n719m { --msep-color: #475569; }
.juzak7 .gb9n719m a { color: #475569; }
.juzak7 .gb9n719m a:hover { color: var(--accent-light); }
.juzak7 .j4lan { color: #64748b; }
.juzak7 .h41x9err { background: #f0f4f8; border-top-color: #cbd5e1; }
.juzak7 .xrih8n4w,
.juzak7 .iiqas { color: #64748b; }
.juzak7 .pzb3i202 a, .juzak7 .acyb5p0 a,
.juzak7 .pzb3i202 a:hover, .juzak7 .acyb5p0 a:hover,
@media (max-width: 640px) {
  .juzak7 .gb9n719m { background: #f0f4f8; border-top-color: #cbd5e1; }
  .juzak7 .gb9n719m li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.y4i0 .azaz      { background: var(--accent); border-bottom-color: var(--accent-light); }
.y4i0 .j4i5k { color: #fff; }
.y4i0 .gb9n719m { --msep-color: rgba(255,255,255,0.82); }
.y4i0 .gb9n719m a { color: rgba(255,255,255,0.82); }
.y4i0 .gb9n719m a:hover { color: #fff; }
.y4i0 .j4lan { color: rgba(255,255,255,0.9); }
.y4i0 .h41x9err { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.y4i0 .xrih8n4w,
.y4i0 .iiqas { color: rgba(255,255,255,0.72); }
.y4i0 .pzb3i202 a, .y4i0 .acyb5p0 a,
.y4i0 .pzb3i202 a:hover, .y4i0 .acyb5p0 a:hover,
@media (max-width: 640px) {
  .y4i0 .gb9n719m { background: var(--accent); border-top-color: var(--accent-light); }
  .y4i0 .gb9n719m li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.sj4af5 .azaz {
  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);
}
.sj4af5 .h41x9err {
  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) {
  .sj4af5 .gb9n719m {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.qoyqgd .ifs8j18 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.ob2bf21 .ifs8j18 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.upmnumb .ifs8j18 { min-height: 72px; height: auto; }
.bett1we .ifs8j18 { min-height: 84px; height: auto; }
.cavsnc .ifs8j18 { max-width: none; padding: 0 32px; }
.cavsnc .f2k5hpk5  { max-width: none; padding: 24px 32px; }
.j7mf9je.etajx .ifs8j18 { max-width: 1200px; }
.j7mf9je.chqk .ifs8j18 { max-width: 1320px; }
.dckaum   .j4i5k, .dckaum   .nnl4c { text-transform: capitalize; }
.svkgpyqv .j4i5k, .svkgpyqv .nnl4c { text-transform: lowercase; }
.hz2w .j4i5k, .hz2w .nnl4c { text-transform: uppercase; letter-spacing: 0.06em; }
.zysdk, .fdz3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.t2u1qyrf .zysdk,
.xuzenbe .zysdk,
.mb27506 .zysdk,
.hw2cc5 .zysdk,
.r1jpu   .gb9n719m a { font-weight: 500; }
.vyhpolt .gb9n719m a { font-weight: 600; }
.e7je1     .gb9n719m a { font-weight: 700; }
.alsw    .gb9n719m a { font-weight: 800; letter-spacing: 0.01em; }
.itfq6int     .gb9n719m > li + li::before,
.bj8brspw    .gb9n719m > li + li::before,
.bvzh0    .gb9n719m > li + li::before,
.l1ov .gb9n719m > li + li::before,
.enlxn02 .gb9n719m > li + li::before,
.t9fsar2  .gb9n719m > li + li::before,
.jvqq3    .gb9n719m > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.itfq6int     .gb9n719m > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bj8brspw    .gb9n719m > li + li::before { content: "|"; }
.bvzh0    .gb9n719m > li + li::before { content: "—"; }
.l1ov .gb9n719m > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.enlxn02 .gb9n719m > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.t9fsar2  .gb9n719m > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.jvqq3    .gb9n719m > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .u90pr .j4lan,
  .azf3 .j4lan,
  .sm891r .j4lan,
  .lq7arlq0 .j4lan,
  .r2lme0si .j4lan {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .u90pr .j4lan::before,
  .azf3 .j4lan::before,
  .sm891r .j4lan::before,
  .lq7arlq0 .j4lan::before,
  .r2lme0si .j4lan::before { content: ""; display: block; flex-shrink: 0; }

  
  .u90pr .j4lan::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;
  }

  
  .azf3 .j4lan::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;
  }

  
  .sm891r .j4lan::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;
  }

  
  .lq7arlq0 .j4lan::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;
  }

  
  .r2lme0si .j4lan::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) {
  .yixbd .j4lan {
    padding: 5px 14px;
  }
  .yixbd .gb9n719m {
    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;
  }
  .yixbd .gb9n719m li a {
    border-bottom: none; padding: 10px 22px;
  }
  .yixbd .gb9n719m li a:hover { background: var(--bg-raised); }
  .yixbd .hpqo3w,
  .w7rdz1 .hpqo3w,
  .tewyvi0n .hpqo3w { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .jo9g9 .j4lan {
    padding: 5px 10px;
  }
  .jo9g9 .gb9n719m {
    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);
  }
  .jo9g9 .gb9n719m.itgolxhl { transform: translateX(0); }
  .jo9g9 .gb9n719m li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .jo9g9 .gb9n719m li:last-child a { border-bottom: none; }
  .y4i0 .gb9n719m,
  .xaa7a .gb9n719m { background: var(--accent) !important; }
  .y4i0 .gb9n719m li a,
  .xaa7a .gb9n719m li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .tewyvi0n .j4lan {
    padding: 5px 10px;
  }
  .tewyvi0n .gb9n719m {
    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);
  }
  .tewyvi0n .gb9n719m::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .tewyvi0n .gb9n719m.itgolxhl { transform: translateY(0); }
  .tewyvi0n .gb9n719m li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .z3g9y .j4lan {
    padding: 5px 10px;
  }
  .z3g9y .gb9n719m {
    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;
  }
  .z3g9y .gb9n719m.itgolxhl { opacity: 1; pointer-events: auto; }
  .z3g9y .gb9n719m li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .q4w73evy     .j4lan { border-radius: 0 !important; }
  .tsgahrc   .j4lan { border-radius: 8px !important; }
  .t0eei6e .j4lan { border-radius: 50% !important; }
  .qta26haw   .j4lan { border-radius: 999px !important; }
}
.zatb .ksyuc { height: 36px; }
.abc4 .ksyuc { height: 60px; max-width: 200px; }
.xaucq6 .ksyuc { height: 76px; max-width: 240px; }
.hdnep0 .d1krgymg {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .yvzw030r .unbqm4 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .yvzw030r .lsvk {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .yvzw030r .lsvk { padding: 40px 16px 20px; }
  .yvzw030r .d1krgymg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .yvzw030r .fbmy1evg { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .jkdr .lsvk {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .jkdr .lsvk::before {
    position: absolute; top: 14px; left: 14px;
  }
  .jkdr .em9d {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .jkdr .q06iz4 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .jkdr .d1krgymg {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .jkdr .fbmy1evg { width: 100%; min-width: 0; }
  .jkdr .dm8thi { min-width: 0; }
}
.cmioq .h460lo6 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.cmioq .h460lo6 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.cmioq .h460lo6 p { padding: 0 2px 16px; }
.ykhw .h460lo6 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.ykhw .h460lo6 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.ykhw .h460lo6 summary::after { content: "›"; font-size: 1.2em; }
.ykhw .h460lo6[open] summary::after { content: "‹"; }
.ykhw .h460lo6 p { padding: 10px 22px 4px; }
.xp0gdo0 .h460lo6 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.xp0gdo0 .h460lo6 summary { color: var(--text-primary); padding-left: 16px; }
.xp0gdo0 .h460lo6 summary::after { content: "›"; font-size: 1.1em; }
.xp0gdo0 .h460lo6[open] summary::after { content: "‹"; }
.xp0gdo0 .h460lo6 p { padding-left: 16px; }
.ucbw .mlwr1f { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ucbw .h460lo6 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ucbw .h460lo6:last-child { border-bottom: none; }
.ucbw .h460lo6 summary { color: var(--text-primary); border-radius: 0; }
.ucbw .h460lo6 summary::after { content: "›"; font-size: 1.1em; }
.ucbw .h460lo6[open] summary::after { content: "‹"; }
.one5a6pt .h460lo6 { overflow: hidden; }
.one5a6pt .h460lo6 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.one5a6pt .h460lo6 summary::after { color: rgba(255,255,255,.75); }
.one5a6pt .h460lo6[open] summary { border-radius: 0; }
.jcvd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.fs0m {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.eyxj {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.oem7x8 { color: var(--text-muted); font-size: 1.05rem; }
.kq0y4shk {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.x6slr {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.a064 { margin-bottom: 20px; }
.vqqf {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.gwrzrf {
  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;
}
.gwrzrf:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.lx5nse { resize: vertical; min-height: 130px; }
.jmoyc1a { width: 100%; margin-top: 8px; }
.m8ilyodm {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.twwd5 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.kb234b { color: var(--text-muted); line-height: 1.75; }
.j6jr4k { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.j6jr4k li { margin-bottom: 6px; }
.ibz3sil { max-width: 760px; margin: 0 auto; }
.xbnjf3 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.in452 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.in452:last-child { border-bottom: none; }
.in452 h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.in452 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.j4y3swa { max-width: 760px; margin: 0 auto; }
.qtc2 ul.j6jr4k { margin: 0; }
@media (max-width: 640px) { .exgt67 { grid-template-columns: 1fr; gap: 10px; } }
.cimvgi { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.un60o57 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.k7jhs { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.un60o57 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.un60o57 .j6jr4k { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cimvgi { grid-template-columns: 1fr; } }
.ql37cp9 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ql37cp9:hover .fbh7 { color: var(--accent-light); text-decoration: underline; }
.i206 { color: inherit; text-decoration: none; }
.i206:hover { color: var(--accent-light); text-decoration: underline; }
.eq2u { display: inline-block; line-height: 0; }
.kjodd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bzok9m7 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.bzok9m7:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ojflgd3e { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.bzok9m7 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.bzok9m7 ul.j6jr4k { margin: 0; }
.ue4tdvcy { color: var(--text-muted); line-height: 1.75; }
.qt4qza .j6jr4k,
.ak7whvm .j6jr4k,
.o6z26d .j6jr4k,
.gq63 .j6jr4k {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.qt4qza .bzok9m7,
.ak7whvm .bzok9m7 { text-align: left; }
.qt4qza .ojflgd3e,
.ak7whvm .ojflgd3e { text-align: center; }
.f53q { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.jvhw { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.ux4oz { font-size: 1.1rem; }
.pf0z3hi { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.b7sjv6i { margin-top: 12px; }
.jb0vp0q { 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; }
.jb0vp0q:hover { border-bottom-color: var(--accent-light); }
.nwtkez { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.nwtkez img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nwi7i { width: 260px; height: 260px; }
.ublp8vf { border-radius: 50%; }
.e5st { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.rcuzc { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 640px) { .bzd73wv { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.quil1es .pf0z3hi, .quil1es .jvhw { max-width: 640px; }
.zwqiwx { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.y7ey0bvz { position: sticky; top: 96px; align-self: start; }
.y7ey0bvz .f53q { font-size: 1.6rem; margin-top: 18px; }
.zrxe9u .pf0z3hi { margin-bottom: 28px; }
@media (max-width: 860px) { .zwqiwx { grid-template-columns: 1fr; } .y7ey0bvz { position: static; text-align: center; } }
.vcgu6e .nwtkez { margin: 0 auto 18px; }
.vcgu6e .e5st { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .m5bmv { grid-template-columns: 1fr; } }
.omgs4a6a .f53q { font-size: 1.6rem; margin-bottom: 6px; }
.gq63 .j6jr4k { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .omgs4a6a { flex-direction: column; text-align: center; } .zjfk9 { grid-template-columns: 1fr; } }
.ub37pf .f53q { font-size: 1.35rem; margin: 0 0 4px; }
.ub37pf .e5st { margin: 0; }
.u1j0di .eyxj { color: var(--accent-light); }
.owt824 .eyxj { font-size: 2rem; }
.owt824 .oem7x8 { max-width: 680px; }
.e1ib {
  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;
}
.e1ib .eyxj { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.e1ib .oem7x8  { margin: 0; }
@media (max-width: 640px) { .e1ib { flex-direction: column; } }
.it9ja9ni .eyxj { color: var(--accent-light); }
.f8bz8s .eyxj { color: #fff; }
.f8bz8s .oem7x8  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .dqyy { grid-template-columns: 1fr; } }
.z6v1odd .gwrzrf {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.z6v1odd .gwrzrf:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.lidlbzd .gwrzrf { background: var(--bg-raised); border-color: transparent; }
.lidlbzd .gwrzrf:focus { background: var(--bg-card); border-color: var(--accent-light); }
.cgfqgw .gwrzrf { border-radius: 100px; padding: 11px 20px; }
.cgfqgw .lx5nse { border-radius: 14px; }
@media (max-width: 640px) { .vyri0 { grid-template-columns: 1fr; } }
.luj6hgts { counter-reset: priv-count; }
.ndq4097w {
  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);
}
.ndq4097w:last-child { border-bottom: none; }
.p9n4 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.ndq4097w h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ndq4097w p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.xb08ta { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.xb08ta li { margin-bottom: 6px; }
.xdgfe{display:none}
.xdgfe:empty,.ofldf7d2:empty{display:none}
.mcgix6u{position:relative;overflow:visible}
.vstznga .p63h,.bimhdbnq .p63h,
.l03kk .p63h,.oqmr1 .p63h,
.hezwp .p63h,.y79b .p63h{display:block}
.euk5 .vam7jab{display:block}
.vstznga .p63h,.bimhdbnq .p63h,
.l03kk .p63h,.oqmr1 .p63h,
.hezwp .p63h{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.vstznga .p63h .ofldf7d2,.bimhdbnq .p63h .ofldf7d2,
.l03kk .p63h .ofldf7d2,.oqmr1 .p63h .ofldf7d2,
.hezwp .p63h .ofldf7d2{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.vstznga .n1fx,.bimhdbnq .n1fx,
.l03kk .n1fx,.oqmr1 .n1fx,
.hezwp .n1fx{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.vstznga .p63h,.bimhdbnq .p63h{top:12px}
.vstznga .p63h .ofldf7d2{margin-right:auto}
.bimhdbnq .p63h .ofldf7d2{margin-left:auto}
.bimhdbnq .p63h{text-align:right}
.l03kk .p63h,.oqmr1 .p63h{bottom:12px}
.l03kk .p63h .ofldf7d2{margin-right:auto}
.oqmr1 .p63h .ofldf7d2{margin-left:auto}
.oqmr1 .p63h{text-align:right}
.hezwp .p63h{position:relative;margin-top:16px}
.hezwp .p63h .ofldf7d2{margin:0 auto}
.y79b .p63h{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.y79b .p63h .ofldf7d2{margin:0}
.y79b .f1wf~.p63h,
.y79b .mxjbn~.p63h{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.y79b .f1wf~.p63h .ofldf7d2,
.y79b .mxjbn~.p63h .ofldf7d2{justify-content:flex-start}
.f1wf~.p63h,.mxjbn~.p63h{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}
.f1wf~.p63h .ofldf7d2{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mxjbn~.p63h .ofldf7d2{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vam7jab .ofldf7d2{margin:0 0 12px}
.ofldf7d2{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.g13ttm9{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.fbh7{font-weight:600;color:var(--text-heading);opacity:1}
.trxb2iq::before{content:"·";margin:0 2px;opacity:.5}
.n1fx{white-space:nowrap}
.t5jn .g13ttm9{display:none}
.ovo1cj .n1fx{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.ovo1cj .trxb2iq::before{content:""}
.vfo3 .n1fx{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.vfo3 .trxb2iq::before{content:""}
.zb8yuksm .ofldf7d2{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.f6pnu .n1fx{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.f6pnu .trxb2iq::before{content:""}
.kyt5zec .n1fx{color: var(--accent-light);opacity:1;font-weight:500}
.kmi3ye .n1fx{border-bottom:1px solid currentColor;padding-bottom:2px}
.xctig .ofldf7d2{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.jo638t{--date-bg:transparent}
.cm33e .trxb2iq::before{content:""}
.bmxmz .trxb2iq::before{content:"•";opacity:.4}
.bmxmz .n1fx + .n1fx::before{content:"•";margin-right:6px;opacity:.4}
.vhei .trxb2iq::before{content:"/";opacity:.35}
.vhei .n1fx + .n1fx::before{content:"/";margin-right:6px;opacity:.35}
.v1gl2s .trxb2iq::before{content:"|";opacity:.3}
.v1gl2s .n1fx + .n1fx::before{content:"|";margin-right:6px;opacity:.3}
.psdhvs .trxb2iq::before{content:"—";opacity:.3}
.psdhvs .n1fx + .n1fx::before{content:"—";margin-right:6px;opacity:.3}
.agn7g .trxb2iq::before{content:"◆";font-size:.5em;opacity:.35}
.agn7g .n1fx + .n1fx::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.pzosp .trxb2iq::before{content:"·";opacity:.4}
.pzosp .n1fx + .n1fx::before{content:"·";margin-right:6px;opacity:.4}
.jjim .trxb2iq::before{content:"›";opacity:.4}
.jjim .n1fx + .n1fx::before{content:"›";margin-right:6px;opacity:.4}
.cjt54zl .trxb2iq::before{content:"→";opacity:.35;font-size:.85em}
.cjt54zl .n1fx + .n1fx::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ksbzxhb{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.itmspj{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.ssky1{display:flex;flex-direction:column;gap:3px}
.yaco{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.wk95{font-weight:700;font-size:1rem;color:var(--text-heading)}
.yyj5k{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.mm7lo2 .ksbzxhb{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.rnz43e .ksbzxhb{border-top:3px solid var(--accent);padding-top:18px}
.lfbewhi4 .ksbzxhb{border-left:3px solid var(--accent);border-radius:0}
.oooh55 .ksbzxhb{padding:20px 0}
@media(max-width:640px){
  .ksbzxhb{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .yyj5k{max-width:100%}
}
:root {
  --accent:          #710e7f;
  --brand:           #710e7f;
  --brand-light:     #581162;
  --brand-pale:      #782185;
  --grad-start:      #ba17d1;
  --grad-end:        #cb47de;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #710e7f;
  --cta-light:       #52075c;
  --cta-hover:       #3f0747;
  --bg-page:         #f8f6f8;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f3f6;
  --bg-raised:       #f1edf1;
  --bg-hover:        #f5f3f6;
  --border:          #e8e1e9;
  --border-alt:      #dbcfdd;
  --border-section:  #e8e1e9;
  --text-primary:    #1b171b;
  --text-muted:      #5f5061;
  --text-body:       #362e37;
  --text-sub:        #524553;
  --text-faint:      #88738b;
  --text-dim:        #a08fa2;
  --text-label:      #6d5c6f;
  --text-value:      #443945;
  --accent-bg:       #f2e0f4;
  --accent-bg-light: #ebc5f0;
  --bg-tip:          #f0f9f8;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f1f9;
  --bg-pros:         #f0f9f8;
  --bg-cons:         #faf3f5;
  --c-pros:          #0c9683;
  --c-cons:          #9f2137;
  --c-pros-label:    #0eb39c;
  --c-tip-border:    #10c6ac;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #0c9683;
}
:root { --logo-bg-opacity: 36%; }
body, button, input { font-family: "Chakra Petch", sans-serif; }
.bz3iy9 .kw0r5uc { font-size: 0; width: 1.2rem; flex-shrink: 0; }.bz3iy9 .kw0r5uc::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.bz3iy9 .m3mc     .kw0r5uc::before { content: "";  color: var(--c-tip-border); }.bz3iy9 .fmeu0 .kw0r5uc::before { content: ""; color: var(--c-warn-border); }.bz3iy9 .q89d    .kw0r5uc::before { content: ""; color: #60a5fa; }.qwgs0oj .bz3iy9 .m3mc     .kw0r5uc::before { color: #10b981; }.qwgs0oj .bz3iy9 .fmeu0 .kw0r5uc::before { color: #f43f5e; }.qwgs0oj .bz3iy9 .q89d    .kw0r5uc::before { color: #a855f7; }.utudlyy  .bz3iy9 .m3mc     .kw0r5uc::before { color: #eab308; }.utudlyy  .bz3iy9 .fmeu0 .kw0r5uc::before { color: #ef4444; }.utudlyy  .bz3iy9 .q89d    .kw0r5uc::before { color: #f97316; }.qw38bm5n  .bz3iy9 .m3mc     .kw0r5uc::before { color: #38bdf8; }.qw38bm5n  .bz3iy9 .fmeu0 .kw0r5uc::before { color: #818cf8; }.qw38bm5n  .bz3iy9 .q89d    .kw0r5uc::before { color: #2dd4bf; }.c0a2wlnd .bz3iy9 .kw0r5uc::before { color: var(--accent-light) !important; }
.qm0s .vfxwa li::before, .qm0s .nd4d li::before {  font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 5px;  font-size: 0.85em; line-height: 1; vertical-align: 0.05em; }.qm0s .vfxwa li::before { content: ""; }.qm0s .nd4d li::before { content: ""; }.qm0s .eehess::before, .qm0s .cns3gmf::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.qm0s .eehess::before { content: ""; }.qm0s .cns3gmf::before { content: ""; }
.g738 .cyccz2n, .g738 .f1wf { min-height: 780px; }
.p6joq5 .cx2w46a2::after, .p6joq5 .eimr::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; }
.sbfksw2 .qjz41v73::after,.sbfksw2 .drghh::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; }
.d94g::before { content: '|'; opacity: 0.3; }
.x6w2 .n1fx::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.x6w2 .n1fx:first-of-type::before{content:"\f06e"}.x6w2 .n1fx:last-of-type::before{content:"\f4fc"}