: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;
}
.i5k9v1gz {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wey43cl {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.za6c {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.urf0jc2 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.q2why { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.q2why a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.q2why a:hover { color: var(--accent-light); }
.oain9  .okfa733 { border-radius: 14px; }
.oain9 .okfa733 li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.oain9 .okfa733 li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.t5w4p7  .okfa733 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .okfa733 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .wsbp:hover .okfa733,
  .wsbp:focus-within .okfa733 { display: block; }
  .okfa733 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.y0imlk42 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.tnvt { display: none; }
@media (max-width: 640px) {
  .tnvt {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .tnvt.xmlig5 { display: block; }
}
@media (max-width: 640px) {
  .y0imlk42 { display: block; }
  .q2why > li + li::before { display: none !important; }
  .q2why {
    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;
  }
  .q2why.xmlig5 { display: flex; }
  .q2why li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .q2why li:last-child a { border-bottom: none; }
}
.h4qbmj4p { min-height: 480px; }
.p281y {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-pale);
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.v56ct0b { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.k8i53u .v56ct0b { margin-left: 0; margin-right: 0; }
.zrr4y38l {
  background: var(--accent); color: #fff; text-decoration: none;
  border-radius: 8px; padding: 14px 32px;
  font-size: 1.05rem; font-weight: 700; display: inline-block;
  transition: opacity 0.2s, transform 0.15s;
}
.zrr4y38l:hover { opacity: 0.88; }
.vu3njf {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.gyu21k {
  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%);
}
.vu3njf .asof {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.vu3njf .p281y { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.vu3njf .v56ct0b { color: #e2e8f0; }
.vu3njf.t09t .asof { text-align: center; }
.vu3njf.k8i53u   .asof { text-align: left; }
.z0file .asof {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.z0file .p281y { color: var(--text-primary); text-shadow: none; }
.z0file .v56ct0b { color: var(--text-muted); }
.z0file .zrr4y38l { margin-top: 16px; }
.z0file, .z0file.h4qbmj4p { min-height: auto !important; }
.z0file.t09t .asof { text-align: center; }
.z0file.k8i53u   .asof { text-align: left; }
.z0file~.zk42x2{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}
.z0file~.zk42x2 .gugapu{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}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
.jq6e1i .vu3njf .gyu21k {
  overflow: hidden;
}
.jq6e1i .vu3njf .gyu21k::after {
  content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
.q71n8byi .vu3njf .gyu21k {
  overflow: hidden;
}
.q71n8byi .vu3njf .gyu21k::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;
}
.n5tfws9p .vu3njf .gyu21k {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.p1j0o5b7 .vu3njf .gyu21k {
  overflow: hidden;
}
.p1j0o5b7 .vu3njf .gyu21k::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;
}
.nfpp .vu3njf .gyu21k {
  animation: hg-breathe 10s ease-in-out infinite;
}
.vu32j13n .gyu21k {
  background: none;
}
.vu32j13n .p281y { color: #fff; }
.vu32j13n .v56ct0b { color: rgba(255,255,255,0.85); }
.vu32j13n .zrr4y38l { background: #fff; color: var(--accent); }
.vu32j13n .zrr4y38l:hover { opacity: 0.92; }
.hm9j2dy .p281y { text-shadow: none; color: var(--accent-pale); }
.hm9j2dy .v56ct0b { color: var(--text-muted); }
.hm9j2dy.k8i53u   .yjdmi7f { align-items: flex-start; text-align: left; }
.k0ovl .asof { padding-bottom: 24px; }
.cpej .asof { max-width: 960px; }
@media (max-width: 700px) {
  .hm9j2dy { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .hm9j2dy .gmkq { display: none !important; }
  .tjhqxr .gmkq { display: none !important; }
  .edsc2hl .n5ogptt5 { display: none !important; }
  .piwu08 .e1cfevu { display: none !important; }
  .yjdmi7f  { padding: 36px 24px; }
  .hm9j2dy~.zk42x2,.znuzcqh~.zk42x2{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .h4qbmj4p, .hm9j2dy { min-height: 320px !important; }
  
  .p281y { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .zqciuds { display: none !important; }
  
  .tn8l9mu { flex-direction: column; align-items: center; }
  .zg2b5p { width: 100%; max-width: 340px; }
}
.x4tv { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.n7wxfln { width: 100%; height: 300px; object-fit: cover; display: block; }
.p8xrn7 .x4tv        { border-radius: 16px; }
.p8xrn7 .n7wxfln  { border-radius: 16px; }
.vd1k .x4tv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.vd1k .n7wxfln   { border-radius: 8px; }
.ataeegx { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.dz1w { width: 100%; padding: 32px 0; position: relative; }
.ubp253 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.rim0i79 .dz1w:nth-child(even) { background: var(--bg-surface); }
.rim0i79 .dz1w:nth-child(odd)  { background: var(--bg-page); }
.epap .dz1w:nth-child(even) { background: var(--bg-card); }
.epap .dz1w:nth-child(odd)  { background: var(--bg-page); }
.rim0i79 .dz1w:nth-child(odd)  .ubp253 { background: var(--bg-card); border-radius: 6px; }
.rim0i79 .dz1w:nth-child(even) .ubp253 { background: var(--bg-raised); border-radius: 6px; }
.epap .dz1w:nth-child(odd)  .ubp253 { background: var(--bg-card); border-radius: 6px; }
.epap .dz1w:nth-child(even) .ubp253 { background: var(--bg-raised); border-radius: 6px; }
.rim0i79 .dz1w:nth-child(even) .dffh39 .ezv13779,
.epap .dz1w:nth-child(even) .dffh39 .ezv13779 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.rim0i79 .dz1w:nth-child(odd) .dffh39 .ezv13779,
.epap .dz1w:nth-child(odd) .dffh39 .ezv13779 { background: var(--bg-card-inner); }
.rim0i79 .dz1w:nth-child(even) .zsekux4 .ezv13779:nth-child(odd),
.epap .dz1w:nth-child(even) .zsekux4 .ezv13779:nth-child(odd)  { background: var(--bg-card); }
.rim0i79 .dz1w:nth-child(even) .zsekux4 .ezv13779:nth-child(even),
.epap .dz1w:nth-child(even) .zsekux4 .ezv13779:nth-child(even) { background: var(--bg-card-inner); }
h1.v98pizx1 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.v98pizx1 {
  font-size: 1.6rem; font-weight: 700; color: var(--accent-light);
  margin: 0 0 16px;
  
}
h3.m0c8fng { font-size: 1.2rem; font-weight: 700; color: var(--accent-pale); margin: 0 0 10px; }
.kuw3 h2.v98pizx1 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.zbuwq h2.v98pizx1 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.dmp04 h2.v98pizx1 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vw7m h2.v98pizx1::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.jifdd6 h2.v98pizx1 {
  color: var(--text-primary); font-size: 1.7rem;
}
.j3zvdaz h2.v98pizx1::before {
  content: "/"; color: var(--accent); font-weight: 800;
  margin-right: 10px;
}
.tspa h2.v98pizx1 {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 1.1rem; color: var(--accent);
  border-bottom: 1px solid var(--border-alt); padding-bottom: 8px;
}
.oh96do { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .oh96do { display: none; } }
.ok4j { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.hdg0q5bk { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.wweqth {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.ok6t { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.cfpkvfkj { padding-left: 20px; }
.cfpkvfkj li { margin-bottom: 6px; }
.cfpkvfkj a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.cfpkvfkj a:hover { color: var(--accent-light); }
.d9t0k .ok6t { display: none; }
.uamsu5 .ok6t { display: none; }
.uamsu5 .cfpkvfkj { padding-left: 0; list-style: none; }
.uamsu5 .cfpkvfkj li::before { content: "—"; margin-right: 9px; color: var(--accent); opacity: 0.7; }
.uamsu5 .cfpkvfkj a { font-size: 0.92rem; }
.rmbt2p .wweqth { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rmbt2p .ok6t { display: none; }
.rmbt2p .cfpkvfkj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rmbt2p .cfpkvfkj li { margin-bottom: 0; }
.rmbt2p .cfpkvfkj 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;
}
.rmbt2p .cfpkvfkj a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.j3fz8xt .wweqth { padding: 20px 20px 16px; }
.j3fz8xt .cfpkvfkj {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px;
  counter-reset: toc-c;
}
.j3fz8xt .cfpkvfkj li { counter-increment: toc-c; margin-bottom: 0; }
.j3fz8xt .cfpkvfkj a {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-card); border-radius: 8px;
  padding: 9px 12px; border: 1px solid var(--border);
  font-size: 0.88rem; color: var(--text-muted);
}
.j3fz8xt .cfpkvfkj a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 22px; height: 22px;
  background: var(--accent); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700;
}
.j3fz8xt .cfpkvfkj a:hover { color: var(--accent-light); border-color: var(--accent); }
.xupohj .wweqth { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.xupohj .ok6t { display: none; }
.xupohj .cfpkvfkj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.xupohj .cfpkvfkj li { margin-bottom: 0; }
.xupohj .cfpkvfkj li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.xupohj .cfpkvfkj li:last-child::after { content: ""; margin-right: 0; }
.xupohj .cfpkvfkj a { font-size: 0.9rem; }
.ezv13779 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.dffh39 .ezv13779 { background: var(--bg-card); }
.zsekux4 .ezv13779:nth-child(odd)  { background: var(--bg-card); }
.zsekux4 .ezv13779:nth-child(even) { background: var(--bg-raised); }
.kvv6ugz .ezv13779 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.kvv6ugz .ezv13779:last-child { border-bottom: none; }
.kvv6ugz h3.m0c8fng { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.ku4s .ezv13779 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.ku4s .ezv13779 + .ezv13779 { margin-top: 4px; }
.h2470n .ezv13779 { background: none; border-radius: 0; padding: 12px 0; }
.h2470n .ezv13779 + .ezv13779 { border-top: 1px solid var(--border-section); }
.bdwf6 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.iyz46i { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.k1shl9d { color: var(--text-body); margin-bottom: 10px; }
.frgxol8, .uxi6kp { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.frgxol8 li, .uxi6kp li { margin-bottom: 6px; }
.uxi6kp li { list-style: decimal; }
.hzgjj     .frgxol8 { list-style-type: "● "; }
.oko9  .frgxol8 { list-style-type: "■ "; }
.vtx8w .frgxol8 { list-style-type: "◆ "; }
.zp6th    .frgxol8 { list-style-type: "★ "; }
.hzgjj     .k0wv { list-style-type: "● "; }
.oko9  .k0wv { list-style-type: "■ "; }
.vtx8w .k0wv { list-style-type: "◆ "; }
.zp6th    .k0wv { list-style-type: "★ "; }
.hzgjj    .frgxol8 li::marker, .hzgjj    .k0wv li::marker,
.oko9 .frgxol8 li::marker, .oko9 .k0wv li::marker,
.vtx8w .frgxol8 li::marker, .vtx8w .k0wv li::marker,
.zp6th   .frgxol8 li::marker, .zp6th   .k0wv li::marker {
  color: var(--accent); font-size: 0.8em;
}
.hzgjj .uxi6kp,
.oko9 .uxi6kp,
.vtx8w .uxi6kp,
.zp6th .uxi6kp {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.hzgjj .uxi6kp li,
.oko9 .uxi6kp li,
.vtx8w .uxi6kp li,
.zp6th .uxi6kp li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.hzgjj .uxi6kp li::before,
.oko9 .uxi6kp li::before,
.vtx8w .uxi6kp li::before,
.zp6th .uxi6kp 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;
}
.hzgjj     .uxi6kp li::before { border-radius: 50%; }
.oko9  .uxi6kp li::before { border-radius: 3px; }
.vtx8w .uxi6kp li::before { border-radius: 3px; }
.zp6th    .uxi6kp li::before { border-radius: 50%; }
.itup9s { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.spyg05f4 .itup9s,
.x0fmgb .itup9s { background: transparent; border: none; border-radius: 0; }
.qf6r7pp { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.qf6r7pp th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.qf6r7pp td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.qf6r7pp tr:hover td { background: var(--bg-hover); }
.fyxzrwtj .qf6r7pp tbody tr:nth-child(even) td { background: var(--bg-surface); }
.vo7r2phu .qf6r7pp { border: 1px solid var(--border-alt); }
.vo7r2phu .qf6r7pp th,
.vo7r2phu .qf6r7pp td { border: 1px solid var(--border-alt); }
.rorzhqv .qf6r7pp th {
  background: transparent; color: var(--accent);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rorzhqv .qf6r7pp td { border-bottom: none; }
.rorzhqv .qf6r7pp tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.zdq16 .qf6r7pp th {
  background: var(--accent); color: #fff; letter-spacing: 0.03em;
}
.px2cw .itup9s {
  overflow: hidden;
}
.px2cw .qf6r7pp th { border-bottom: 1px solid var(--border-alt); }
.px2cw .qf6r7pp tr:last-child td { border-bottom: none; }
.a55igrl { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.ufr0 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.izg411x0 { background: var(--accent-bg-light); color: var(--accent); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.s9c0br { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.k0wv { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.k0wv li { margin-bottom: 3px; }
.jakahz4n {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  margin: 16px auto 4px; padding: 0;
  font-size: 1.5rem; color: var(--accent);
  background: color-mix(in srgb, var(--accent) 15%, transparent);
  border-radius: 50%;
}
.jakahz4n::before { font-family: "Font Awesome 6 Free"; font-weight: 900; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"]{color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,transparent)}
[data-c="b"]{color:var(--accent-light);background:color-mix(in srgb,var(--accent-light) 15%,transparent)}
[data-c="c"]{color:var(--c-pros);background:color-mix(in srgb,var(--c-pros) 15%,transparent)}
[data-c="d"]{color:var(--c-stars);background:color-mix(in srgb,var(--c-stars) 15%,transparent)}
[data-c="e"]{color:var(--accent-pale);background:color-mix(in srgb,var(--accent-pale) 15%,transparent)}
[data-c="f"]{color:var(--c-warn-border);background:color-mix(in srgb,var(--c-warn-border) 15%,transparent)}
[data-c="g"]{color:var(--c-tip-border);background:color-mix(in srgb,var(--c-tip-border) 15%,transparent)}
[data-c="h"]{color:var(--c-cons);background:color-mix(in srgb,var(--c-cons) 15%,transparent)}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius:10px}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.fyw2mm2 .jakahz4n { margin-left: auto; margin-right: auto; }
.fyw2mm2 .izg411x0 { background: transparent; text-align: center; }
.alqk .ufr0 { display: grid; grid-template-columns: auto 1fr; }
.alqk .izg411x0 { grid-column: 2; }
.alqk .s9c0br,
.alqk .k0wv { grid-column: 1 / -1; }
.wp01 .ufr0 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.wp01 .izg411x0 { grid-column: 2; }
.wp01 .s9c0br,
.wp01 .k0wv { grid-column: 1 / -1; }
.o9qk9 .ufr0 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.o9qk9 .izg411x0 { background: none; color: var(--accent-light); font-weight: 700; }
.l3lc .ufr0 { 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); }
.l3lc .izg411x0 { background: none; color: var(--accent-light); font-weight: 700; }
.sob87i .ufr0 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.sob87i .ufr0:last-child { border-bottom: none; }
.sob87i .izg411x0 { background: none; color: var(--accent-light); font-weight: 700; }
.e6g0km .ufr0 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.e6g0km .izg411x0 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.rjxxso .a55igrl { counter-reset: card-n; }
.rjxxso .ufr0  { counter-increment: card-n; }
.rjxxso .izg411x0 { display: flex; align-items: center; gap: 10px; }
.rjxxso .izg411x0::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;
}
.cqiazh9x .ufr0 { background: var(--bg-surface); border: 1px solid var(--border); }
.cqiazh9x .izg411x0 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.xg0dayt { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.rzsxzl  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.zeoc5fds { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.aq5tg5 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.f0uhyl56 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.xg0dayt strong { color: var(--text-primary); font-size: 0.95rem; }
.xg0dayt p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.bv6gor { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.qcd20u6j, .fz5v8 { border-radius: 8px; padding: 14px; }
.qcd20u6j { background: var(--bg-pros); }
.fz5v8 { background: var(--bg-cons); }
.wvq3 { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.qcd20u6j .wvq3 { color: var(--c-pros-label); }
.fz5v8 .wvq3 { color: #f87171; }
.qcd20u6j ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.fz5v8 ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.n7wxfln { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; display: block; }
.eij7e0 {
  background: var(--accent); color: #fff; border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.eij7e0:hover { opacity: 0.85; }
.u2b00 .eij7e0  { background: transparent; border: 2px solid var(--accent); color: var(--accent-light); }
.u2b00 .eij7e0:hover  { background: var(--accent); color: #fff; opacity: 1; }
.eek0xb5 .eij7e0  { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent-light); }
.eek0xb5 .eij7e0:hover  { background: var(--accent); color: #fff; opacity: 1; }
.g6pyfnf .zrr4y38l { border-radius: 50px; }
.g6pyfnf .eij7e0  { border-radius: 50px; }
.lykmys .zrr4y38l { padding-left: 22px; padding-right: 22px; }
.lykmys .eij7e0  { padding-left: 12px; padding-right: 12px; }
.ez10 .zrr4y38l { padding-left: 44px; padding-right: 44px; }
.ez10 .eij7e0  { padding-left: 24px; padding-right: 24px; }
.dq9yzk .zrr4y38l { padding-left: 56px; padding-right: 56px; }
.dq9yzk .eij7e0  { padding-left: 32px; padding-right: 32px; }
.o9u1nf9   .zrr4y38l::after, .o9u1nf9   .eij7e0::after,
.q9y5693 .zrr4y38l::after, .q9y5693 .eij7e0::after,
.xuem8wck    .zrr4y38l::after, .xuem8wck    .eij7e0::after,
.yn5ixpz    .zrr4y38l::after, .yn5ixpz    .eij7e0::after,
.b41m    .zrr4y38l::after, .b41m    .eij7e0::after,
.bb6j3i4w     .zrr4y38l::after, .bb6j3i4w     .eij7e0::after,
.xok65jbe    .zrr4y38l::after, .xok65jbe    .eij7e0::after,
.vgon4   .zrr4y38l::after, .vgon4   .eij7e0::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;
}
.o9u1nf9 .zrr4y38l::after, .o9u1nf9 .eij7e0::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");
}
.q9y5693 .zrr4y38l::after, .q9y5693 .eij7e0::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");
}
.xuem8wck .zrr4y38l::after, .xuem8wck .eij7e0::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");
}
.yn5ixpz .zrr4y38l::after, .yn5ixpz .eij7e0::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");
}
.b41m .zrr4y38l::after, .b41m .eij7e0::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");
}
.bb6j3i4w .zrr4y38l::after, .bb6j3i4w .eij7e0::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");
}
.xok65jbe .zrr4y38l::after, .xok65jbe .eij7e0::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");
}
.vgon4 .zrr4y38l::after, .vgon4 .eij7e0::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");
}
.r5qzne1i   .ruj6::after, .r5qzne1i   .zy08c2::after,
.o2ivm7 .ruj6::after, .o2ivm7 .zy08c2::after,
.c0cm66    .ruj6::after, .c0cm66    .zy08c2::after,
.ksz9    .ruj6::after, .ksz9    .zy08c2::after,
.cygbbujg    .ruj6::after, .cygbbujg    .zy08c2::after,
.tvbpl52t     .ruj6::after, .tvbpl52t     .zy08c2::after,
.iweny1d    .ruj6::after, .iweny1d    .zy08c2::after,
.sn5q2cfx   .ruj6::after, .sn5q2cfx   .zy08c2::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;
}
.r5qzne1i .ruj6::after, .r5qzne1i .zy08c2::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");
}
.o2ivm7 .ruj6::after, .o2ivm7 .zy08c2::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");
}
.c0cm66 .ruj6::after, .c0cm66 .zy08c2::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");
}
.ksz9 .ruj6::after, .ksz9 .zy08c2::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");
}
.cygbbujg .ruj6::after, .cygbbujg .zy08c2::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");
}
.tvbpl52t .ruj6::after, .tvbpl52t .zy08c2::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");
}
.iweny1d .ruj6::after, .iweny1d .zy08c2::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");
}
.sn5q2cfx .ruj6::after, .sn5q2cfx .zy08c2::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");
}
.o4js6h.eij7e0 { padding-left: 16px !important; padding-right: 16px !important; }
@media (max-width: 720px) {
  .eiaqam { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .eiaqam .mlma { flex-direction: column; align-items: center; padding: 16px 12px; border-radius: 14px; gap: 8px; }
  .eiaqam .amtt6 { flex-direction: column; align-items: center; gap: 4px; width: 100%; }
  .eiaqam .wjpa { width: 100%; min-width: unset; height: 52px; }
  .eiaqam .mj8q { max-height: 40px; max-width: 110px; }
  .eiaqam .i7ev { min-width: unset; text-align: center; white-space: normal; }
  .eiaqam .cuuq4 { flex-direction: row; justify-content: space-between; width: 100%; border-top: 1px solid var(--border); padding-top: 5px; }
  .eiaqam .o4js6h { width: 100%; text-align: center; margin-left: 0; }
  .moook .mlma { row-gap: 8px !important; gap: 8px !important; }
}
@media (min-width: 860px) {
  .oeefy1 .q19l {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .oeefy1 .dif2b { margin: 0; }
}
.h9jqt4 .frqx { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.h9jqt4 .c31y2ao h3 { color: var(--accent-light); }
.h9jqt4 .a2pftp { background: var(--bg-page); border: 1px solid var(--border); }
.x0fmgb .bv6gor { gap: 10px; }
.x0fmgb .qcd20u6j, .x0fmgb .fz5v8 { padding: 12px; }
.x0fmgb .qcd20u6j ul, .x0fmgb .fz5v8 ul { margin: 4px 0 0; padding-left: 18px; }
.x0fmgb .qcd20u6j li, .x0fmgb .fz5v8 li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .rd3jefw { grid-template-columns: 1fr; }
  .vl4nlsc { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .vl4nlsc .kc7ww4 { width: 72px; height: 50px; }
  .vl4nlsc .s3p2nne { max-width: 180px; }
  .vl4nlsc .x0tcj { width: auto; }
}
@media (max-width: 720px) {
  .at8o11q { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .anfe6 { padding: 16px; }
  .ip9l .epez2h { min-width: 50%; }
}
.ggemq .bv6gor { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .w8ab { grid-template-columns: 1fr; }
  .azrp6y5i { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .ufw11 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .meuszp { flex-wrap: wrap; padding: 16px; }
}
.pw3zg .bv6gor { gap: 8px; }
.pw3zg .qcd20u6j, .pw3zg .fz5v8 { padding: 8px; }
@media (max-width: 480px) {
  .ktv7eus { flex-direction: column; align-items: stretch; }
}
.ga2tn .x0tcj .eij7e0 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .b2ixr01m { flex-direction: column; align-items: stretch; gap: 10px; }
  .ga2tn .x0tcj { text-align: center; }
}
@media (max-width: 720px) {
  .bkis { grid-template-columns: 1fr; }
  .v7gn14n { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .d1fpyk { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .otaz40v { grid-template-columns: 1fr; }
  .r401q6z { width: 100px; height: 100px; margin: 16px auto; }
  .b1vxp4g { font-size: 1.4rem; }
  .uquj210 { justify-content: center; }
  .q32u4bip .epez2h { min-width: 50%; }
}
.penf .bv6gor { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .qtdhvfjn { flex-wrap: wrap; padding: 14px 16px; }
  .ez2cjlt { padding: 12px 16px; }
  .penf .bv6gor { margin: 0 16px; }
  .penf .n4zwwo { padding: 0 16px; }
  .wbhj { padding: 12px 16px; }
}
@media (max-width: 640px) {
  .kkm4c .eiaqam .mlma:only-child { flex-direction: column; align-items: center; gap: 10px; padding: 16px; }
  .kkm4c .eiaqam .mlma:only-child .amtt6 { flex-direction: column; width: 100%; align-items: center; }
  .kkm4c .eiaqam .mlma:only-child .cuuq4 { flex-direction: column; width: 100%; border-top: 1px solid var(--border); padding-top: 8px; }
  .kkm4c .eiaqam .mlma:only-child .o4js6h { width: 100%; }
}
.ep3ppm .mlma { padding: 8px 14px; gap: 12px; }
.ep3ppm .wjpa { height: 32px; min-width: 52px; }
.ep3ppm .mj8q { max-height: 24px; }
.ep3ppm .i7ev { font-size: 0.82rem; }
.ep3ppm .frqx { padding: 14px 18px; gap: 14px; }
.ep3ppm .spyg05f4 { padding: 14px 18px; }
.ep3ppm .a2pftp { width: 70px; }
.ep3ppm .c31y2ao h3 { font-size: 1.05rem; }
.extlxuc6 .o4js6h.eij7e0 { padding: 10px 24px !important; font-size: .9rem; }
.an9kv .o4js6h.eij7e0 { padding: 12px 32px !important; font-size: .95rem; font-weight: 700; }
@media (max-width: 720px) {
  .kkm4c .eiaqam,
  .ep3ppm .eiaqam {
    grid-template-columns: 1fr 1fr;
  }
  .kkm4c .eiaqam .mlma:only-child,
  .ep3ppm .eiaqam .mlma:only-child {
    grid-column: 1 / -1;
  }
  .ep3ppm .eiaqam .mlma:only-child .wjpa {
    height: 48px; min-width: 80px;
  }
  .ep3ppm .eiaqam .mlma:only-child .mj8q {
    max-height: 40px;
  }
}
.btv2 .zel7e { flex: 1.8; }
.btv2 .zel7e .sxak9i5k {
  font-size: 0.88rem; font-weight: 700; color: var(--accent);
}
.btv2 .zel7e .r3w7mo { font-weight: 700; color: var(--text-primary); }
.btv2 .tpmt,
.btv2 .mter631,
.btv2 .ivs51w { flex: 0.75; opacity: 0.65; }
.hqd0ib3 .ow9fs,
.hqd0ib3 .q0y9,
.hqd0ib3 .q0y9 { font-size: 1.4rem; font-weight: 900; color: var(--accent); }
.hqd0ib3 .q0y9 small { display: none; }
.hqd0ib3 .xj4qyx2 .j80qym,
.hqd0ib3 .xj4qyx2 strong { font-size: 1.6rem; font-weight: 900; color: var(--accent); }
.hqd0ib3 .d5g8khb4 { display: none; }
.senurow { margin: 16px 0; }
.rtszj5 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.rtszj5 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.rtszj5 summary::after { content: "+"; color: var(--accent); }
.rtszj5[open] summary::after { content: "−"; }
.rtszj5 p { padding: 0 18px 14px; color: var(--text-muted); font-size: 0.95rem; }
.dz1w { margin-bottom: 0; }
.oxlcwzx h2.v98pizx1 { color: var(--accent-light); border-color: var(--accent); }
.xaky7a h2.v98pizx1 { color: var(--accent-light); border-color: var(--accent); }
.x2d1o .rzsxzl     { background: #052e16; border-color: #10b981; }
.x2d1o .zeoc5fds { background: #2d0a1e; border-color: #f43f5e; }
.x2d1o .aq5tg5    { background: #1e1036; border-color: #a855f7; }
.x2d1o .xg0dayt strong  { color: #f1f5f9; }
.x2d1o .xg0dayt p       { color: #cbd5e1; }
.x2d1o .eggfm    .rzsxzl     .f0uhyl56::before,
.x2d1o .ylus  .rzsxzl     .f0uhyl56::before,
.x2d1o .j2m67az  .rzsxzl     .f0uhyl56::before,
.x2d1o .twrooy4n .rzsxzl     .f0uhyl56::before { color: #10b981; }
.x2d1o .eggfm    .zeoc5fds .f0uhyl56::before,
.x2d1o .ylus  .zeoc5fds .f0uhyl56::before,
.x2d1o .j2m67az  .zeoc5fds .f0uhyl56::before,
.x2d1o .twrooy4n .zeoc5fds .f0uhyl56::before { color: #f43f5e; }
.x2d1o .eggfm    .aq5tg5    .f0uhyl56::before,
.x2d1o .ylus  .aq5tg5    .f0uhyl56::before,
.x2d1o .j2m67az  .aq5tg5    .f0uhyl56::before,
.x2d1o .twrooy4n .aq5tg5    .f0uhyl56::before { color: #a855f7; }
.svk1jcb .rzsxzl     { background: #2d2000; border-color: #eab308; }
.svk1jcb .zeoc5fds { background: #2d0b0b; border-color: #ef4444; }
.svk1jcb .aq5tg5    { background: #2d1600; border-color: #f97316; }
.svk1jcb .xg0dayt strong  { color: #f1f5f9; }
.svk1jcb .xg0dayt p       { color: #cbd5e1; }
.svk1jcb .eggfm    .rzsxzl     .f0uhyl56::before,
.svk1jcb .ylus  .rzsxzl     .f0uhyl56::before,
.svk1jcb .j2m67az  .rzsxzl     .f0uhyl56::before,
.svk1jcb .twrooy4n .rzsxzl     .f0uhyl56::before { color: #eab308; }
.svk1jcb .eggfm    .zeoc5fds .f0uhyl56::before,
.svk1jcb .ylus  .zeoc5fds .f0uhyl56::before,
.svk1jcb .j2m67az  .zeoc5fds .f0uhyl56::before,
.svk1jcb .twrooy4n .zeoc5fds .f0uhyl56::before { color: #ef4444; }
.svk1jcb .eggfm    .aq5tg5    .f0uhyl56::before,
.svk1jcb .ylus  .aq5tg5    .f0uhyl56::before,
.svk1jcb .j2m67az  .aq5tg5    .f0uhyl56::before,
.svk1jcb .twrooy4n .aq5tg5    .f0uhyl56::before { color: #f97316; }
.ts8n .rzsxzl     { background: #0c1a2e; border-color: #38bdf8; }
.ts8n .zeoc5fds { background: #12103a; border-color: #818cf8; }
.ts8n .aq5tg5    { background: #0a2020; border-color: #2dd4bf; }
.ts8n .xg0dayt strong  { color: #f1f5f9; }
.ts8n .xg0dayt p       { color: #cbd5e1; }
.ts8n .eggfm    .rzsxzl     .f0uhyl56::before,
.ts8n .ylus  .rzsxzl     .f0uhyl56::before,
.ts8n .j2m67az  .rzsxzl     .f0uhyl56::before,
.ts8n .twrooy4n .rzsxzl     .f0uhyl56::before { color: #38bdf8; }
.ts8n .eggfm    .zeoc5fds .f0uhyl56::before,
.ts8n .ylus  .zeoc5fds .f0uhyl56::before,
.ts8n .j2m67az  .zeoc5fds .f0uhyl56::before,
.ts8n .twrooy4n .zeoc5fds .f0uhyl56::before { color: #818cf8; }
.ts8n .eggfm    .aq5tg5    .f0uhyl56::before,
.ts8n .ylus  .aq5tg5    .f0uhyl56::before,
.ts8n .j2m67az  .aq5tg5    .f0uhyl56::before,
.ts8n .twrooy4n .aq5tg5    .f0uhyl56::before { color: #2dd4bf; }
.ul3s1 .rzsxzl     { background: var(--accent-bg); border-color: var(--accent); }
.ul3s1 .zeoc5fds { background: var(--accent-bg-light); border-color: var(--accent-light); }
.ul3s1 .aq5tg5    { background: var(--accent-bg); border-color: var(--accent-pale); }
.ul3s1 .eggfm    .f0uhyl56::before,
.ul3s1 .ylus  .f0uhyl56::before,
.ul3s1 .j2m67az  .f0uhyl56::before,
.ul3s1 .twrooy4n .f0uhyl56::before { color: var(--accent-light) !important; }
.nmt8xw6::before,
.r3ou::before { margin-right: 5px; }
.rduu .qcd20u6j ul li,
.rduu .qcd20u6j .nmt8xw6 { color: #22c55e; }
.rduu .fz5v8 ul li,
.rduu .fz5v8 .r3ou { color: #ef4444; }
.nmrgyvc .qcd20u6j { background: #0c1a2e; }
.nmrgyvc .fz5v8 { background: #2d1f00; }
.nmrgyvc .qcd20u6j .nmt8xw6 { color: #93c5fd; }
.nmrgyvc .fz5v8 .r3ou { color: #fcd34d; }
.nmrgyvc .qcd20u6j ul li,
.nmrgyvc .fz5v8 ul li,
.asx2o206 .qcd20u6j { background: var(--accent-bg); }
.asx2o206 .fz5v8 { background: var(--accent-bg-light); }
.asx2o206 .qcd20u6j .nmt8xw6 { color: var(--accent-pale); }
.asx2o206 .fz5v8 .r3ou { color: var(--accent-light); }
.asx2o206 .qcd20u6j ul li,
.asx2o206 .sjbc4d li          { color: var(--text-body); }
.asx2o206 .fz5v8 ul li,
.asx2o206 .xan40 li          { color: var(--text-body); }
.kcnfh3u .nmt8xw6::before { content: "✓ "; }
.kcnfh3u .r3ou::before { content: "✗ "; }
.v26fg .nmt8xw6::before { content: "→ "; }
.v26fg .r3ou::before { content: "← "; }
.ycod .nmt8xw6::before { content: "★ "; }
.ycod .r3ou::before { content: "✕ "; }
.fuwh .nmt8xw6::before { content: "◆ "; }
.fuwh .r3ou::before { content: "▲ "; }
.v5m6qgqo .xg0dayt { background: transparent; border-left: none; border: 1.5px solid; }
.v5m6qgqo .rzsxzl     { border-color: var(--c-tip-border); }
.v5m6qgqo .zeoc5fds { border-color: var(--c-warn-border); }
.v5m6qgqo .aq5tg5    { border-color: #60a5fa; }
.v5m6qgqo .xg0dayt strong { color: var(--text-primary); }
.v5m6qgqo .xg0dayt p      { color: var(--text-muted); }
.nl4sntz .xg0dayt { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.nl4sntz .rzsxzl     { border-top-color: var(--c-tip-border); }
.nl4sntz .zeoc5fds { border-top-color: var(--c-warn-border); }
.nl4sntz .aq5tg5    { border-top-color: #60a5fa; }
.xzubnp82 .xg0dayt { border-left: none; border-radius: 8px; }
.xzubnp82 .rzsxzl     { background: #065f46; }
.xzubnp82 .zeoc5fds { background: #92400e; }
.xzubnp82 .aq5tg5    { background: #1e3a8a; }
.xzubnp82 .xg0dayt strong,
.xzubnp82 .xg0dayt p { color: #fff; }
.xzubnp82 .f0uhyl56::before { color: rgba(255,255,255,0.85) !important; }
.x2d1o.xzubnp82 .rzsxzl,
.x2d1o .xzubnp82 .rzsxzl     { background: #052e16; }
.x2d1o.xzubnp82 .zeoc5fds,
.x2d1o .xzubnp82 .zeoc5fds { background: #2d0a1e; }
.x2d1o.xzubnp82 .aq5tg5,
.x2d1o .xzubnp82 .aq5tg5    { background: #1e1036; }
.svk1jcb.xzubnp82 .rzsxzl,
.svk1jcb .xzubnp82 .rzsxzl      { background: #2d2000; }
.svk1jcb.xzubnp82 .zeoc5fds,
.svk1jcb .xzubnp82 .zeoc5fds  { background: #2d0b0b; }
.svk1jcb.xzubnp82 .aq5tg5,
.svk1jcb .xzubnp82 .aq5tg5     { background: #2d1600; }
.ts8n.xzubnp82 .rzsxzl,
.ts8n .xzubnp82 .rzsxzl      { background: #0c1a2e; }
.ts8n.xzubnp82 .zeoc5fds,
.ts8n .xzubnp82 .zeoc5fds  { background: #12103a; }
.ts8n.xzubnp82 .aq5tg5,
.ts8n .xzubnp82 .aq5tg5     { background: #0a2020; }
.j21n9 .xg0dayt { border-left: none; border-radius: 6px; padding: 10px 14px; }
.j21n9 .rzsxzl     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.j21n9 .zeoc5fds { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.j21n9 .aq5tg5    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.j21n9 .xg0dayt strong { color: var(--text-primary); }
.j21n9 .xg0dayt p      { color: var(--text-muted); }
.gqhl3lis .xg0dayt { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.eggfm .f0uhyl56,
.ylus .f0uhyl56,
.j2m67az .f0uhyl56,
.twrooy4n .f0uhyl56 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.eggfm .f0uhyl56::before,
.ylus .f0uhyl56::before,
.j2m67az .f0uhyl56::before,
.twrooy4n .f0uhyl56::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.eggfm .rzsxzl     .f0uhyl56::before { content: "✦"; color: var(--c-tip-border); }
.eggfm .zeoc5fds .f0uhyl56::before { content: "▲"; color: var(--c-warn-border); }
.eggfm .aq5tg5    .f0uhyl56::before { content: "◉"; color: #60a5fa; }
.ylus .rzsxzl     .f0uhyl56::before { content: "★"; color: var(--c-tip-border); }
.ylus .zeoc5fds .f0uhyl56::before { content: "◆"; color: var(--c-warn-border); }
.ylus .aq5tg5    .f0uhyl56::before { content: "●"; color: #60a5fa; }
.j2m67az .rzsxzl     .f0uhyl56::before { content: "▶"; color: var(--c-tip-border); }
.j2m67az .zeoc5fds .f0uhyl56::before { content: "■"; color: var(--c-warn-border); }
.j2m67az .aq5tg5    .f0uhyl56::before { content: "▸"; color: #60a5fa; }
.twrooy4n .rzsxzl     .f0uhyl56::before { content: "→"; color: var(--c-tip-border); }
.twrooy4n .zeoc5fds .f0uhyl56::before { content: "⬥"; color: var(--c-warn-border); }
.twrooy4n .aq5tg5    .f0uhyl56::before { content: "◈"; color: #60a5fa; }
.rmtw .dffh39 .ezv13779,
.rmtw .zsekux4 .ezv13779  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.rmtw .ufr0                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.rmtw .itup9s          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rmtw .wweqth                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.rju9o78 .dffh39 .ezv13779,
.rju9o78 .zsekux4 .ezv13779,
.rju9o78 .ufr0,
.rju9o78 .mlma,
.rju9o78 .dif2b,
.rju9o78 .itup9s,
.rju9o78 .wweqth,
.rju9o78 .gqhl3lis .xg0dayt { box-shadow: none; }
.v2okfrbb   body, .v2okfrbb   { font-size: 0.9rem; }
.v2okfrbb   .k1shl9d, .v2okfrbb .bdwf6, .v2okfrbb .iyz46i,
.v2okfrbb   .ok4j, .v2okfrbb .hdg0q5bk { font-size: 0.9rem; }
.v2okfrbb   .frgxol8, .v2okfrbb .uxi6kp { font-size: 0.9rem; }
.qzqotjy   .k1shl9d, .qzqotjy .bdwf6, .qzqotjy .iyz46i,
.qzqotjy   .ok4j, .qzqotjy .hdg0q5bk { font-size: 0.9rem; }
.qzqotjy   .frgxol8, .qzqotjy .uxi6kp { font-size: 0.9rem; }
.g6hy   .k1shl9d, .g6hy .bdwf6, .g6hy .iyz46i,
.g6hy   .ok4j, .g6hy .hdg0q5bk { font-size: 1.08rem; }
.g6hy   .frgxol8, .g6hy .uxi6kp { font-size: 1.05rem; }
.g6hy   .qf6r7pp { font-size: 0.97rem; }
.ectv .p281y      { font-size: 3.2rem; }
.ectv h2.v98pizx1 { font-size: 1.9rem; }
.ectv h3.m0c8fng     { font-size: 1.4rem; }
.iw143jdp .p281y      { font-size: 3.8rem; }
.iw143jdp h2.v98pizx1 { font-size: 2.2rem; }
.iw143jdp h3.m0c8fng     { font-size: 1.6rem; }
.dz1w + .dz1w { position: relative; }
.xlho   .dz1w + .dz1w::before,
.lp6fu  .dz1w + .dz1w::before,
.d6eii1   .dz1w + .dz1w::before,
.mfmpl   .dz1w + .dz1w::before,
.ilcrjy84   .dz1w + .dz1w::before,
.n0st5 .dz1w + .dz1w::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.xlho .dz1w + .dz1w::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.lp6fu .dz1w + .dz1w::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.d6eii1 .dz1w + .dz1w::before {
  content: "● ● ●";
  text-align: center; font-size: 0.55rem; letter-spacing: 0.5em;
  color: var(--accent); opacity: 0.7; line-height: 1;
  padding-top: 6px;
}
.mfmpl .dz1w + .dz1w::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.axp5 .dz1w { margin-bottom: 16px; }
.axp5 .dz1w + .dz1w { margin-top: 0; }
.axp5 .ubp253 { padding-top: 0; padding-bottom: 0; }
.ilcrjy84 .dz1w + .dz1w::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.n0st5 .dz1w + .dz1w::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.c50su6 .dz1w + .dz1w::before,
.nwwa .dz1w + .dz1w::before,
.vg3pzkr .dz1w + .dz1w::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%;
}
.rim0i79 .c50su6 .dz1w:nth-child(even)::before,
.rim0i79 .nwwa .dz1w:nth-child(even)::before,
.rim0i79 .vg3pzkr .dz1w:nth-child(even)::before { background: var(--bg-surface); }
.epap .c50su6 .dz1w:nth-child(even)::before,
.epap .nwwa .dz1w:nth-child(even)::before,
.epap .vg3pzkr .dz1w:nth-child(even)::before { background: var(--bg-card); }
.c50su6 .dz1w + .dz1w::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");
}
.nwwa .dz1w + .dz1w::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");
}
.vg3pzkr .dz1w + .dz1w::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");
}
.yhfa .vu3njf,
.darx .vu3njf,
.s2fhdhx .vu3njf { overflow: hidden; }
.yhfa .asof,
.darx .asof { margin-bottom: 60px; }
.s2fhdhx .asof { margin-bottom: 70px; }
.yhfa .vu3njf::before,
.darx .vu3njf::before,
.s2fhdhx .vu3njf::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%;
}
.yhfa .vu3njf::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");
}
.darx .vu3njf::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");
}
.s2fhdhx .vu3njf::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");
}
.jvpe9z .vu3njf:not(.vu32j13n) .gyu21k { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.l5rjmo .vu3njf:not(.vu32j13n) .gyu21k { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.kib4kb  .vu3njf:not(.vu32j13n) .gyu21k { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.mb4h  .vu3njf:not(.vu32j13n) .gyu21k { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.kib4kb .vu32j13n { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%); }
.kib4kb .ecq4i { background: linear-gradient(90deg, var(--accent), var(--accent-light)); }
.kib4kb .hm9j2dy { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.qa802bsz .vu32j13n .gyu21k { background: none; }
.qa802bsz .vu3njf:not(.vu32j13n) .gyu21k { background: rgba(0,0,0,0.6); }
.akf0i .x4tv { float: left; width: 38%; margin: 0 28px 16px 0; }
.akf0i .x4tv .n7wxfln { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.akf0i .ubp253::after { content: ''; display: block; clear: both; }
.yt4oedan .x4tv { float: right; width: 38%; margin: 0 0 16px 28px; }
.yt4oedan .x4tv .n7wxfln { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.yt4oedan .ubp253::after { content: ''; display: block; clear: both; }
.jid5iz .dz1w:nth-child(odd)  .x4tv { float: left;  width: 38%; margin: 0 28px 16px 0; }
.jid5iz .dz1w:nth-child(even) .x4tv { float: right; width: 38%; margin: 0 0 16px 28px; }
.jid5iz .x4tv .n7wxfln { width: 100%; height: auto; max-height: 280px; object-fit: cover; border-radius: 10px; }
.jid5iz .ubp253::after { content: ''; display: block; clear: both; }
.akf0i .a55igrl,
.yt4oedan .a55igrl,
.jid5iz .a55igrl,
.akf0i .frgxol8,
.akf0i .uxi6kp,
.yt4oedan .frgxol8,
.yt4oedan .uxi6kp,
.jid5iz .frgxol8,
.jid5iz .uxi6kp { overflow: hidden; }
@media (max-width: 640px) {
  .akf0i .x4tv,
  .yt4oedan .x4tv,
  .jid5iz .x4tv { float: none; width: 100%; margin: 0 0 16px 0; }
}
.p6k8v1gk .ataeegx,
.p6k8v1gk .ubp253,
.p6k8v1gk .dmrxl  { max-width: 1100px; }
.l5gy .ataeegx,
.l5gy .ubp253,
.l5gy .dmrxl  { max-width: 1200px; }
.l5gy { --content-mw: 1200px; }
.rls9 .ataeegx,
.rls9 .ubp253,
.rls9 .dmrxl  { max-width: 1320px; }
.bn9c { font-size: 0.82rem; color: var(--text-muted); }
.disjfiy { display: flex; align-items: center; }
.x1z1v {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.u4ysa { display: flex; align-items: center; }
.gbtk82a9 { color: var(--accent); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.gbtk82a9:hover { text-decoration: underline; }
.s39wmaq { margin: 0 3px; opacity: 0.45; }
.s39wmaq::before { content: '/'; }
.bh3h { padding: 2px 5px; color: var(--text-main); }
.z5afoq .bn9c {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.z5afoq .disjfiy { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.nmzoxbbm .bn9c {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.nmzoxbbm .disjfiy { padding: 0 0 0 12px; }
.kqmx .disjfiy { padding: 0 16px; }
.kqmx .bn9c {
  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);
}
.kqmx .ataeegx { padding-top: 28px; }
.p6k8v1gk.z5afoq .disjfiy { max-width: 1100px; }
.l5gy.z5afoq .disjfiy { max-width: 1200px; }
.rls9.z5afoq .disjfiy { max-width: 1320px; }
.l5gy .e6axli2 { max-width: 1200px; }
.qfojkgc .dz1w { padding-top: 16px; padding-bottom: 16px; }
.pe7qfh .dz1w { padding-top: 24px; padding-bottom: 24px; }
.o0yr .dz1w { padding-top: 40px; padding-bottom: 40px; }
.sg73 .dz1w { padding-top: 52px; padding-bottom: 52px; }
.owz7c .dz1w:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.owz7c .dz1w:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.owz7c .dz1w:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.owz7c .dz1w:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ttq76k5 .ubp253 { padding-top: 10px;  padding-bottom: 10px; }
.io2n7 .ubp253 { padding-top: 18px;  padding-bottom: 18px; }
.pd18m .ubp253 { padding-top: 36px;  padding-bottom: 36px; }
.r0jq0 .ubp253 { padding-top: 48px;  padding-bottom: 48px; }
.rryn5 h2.v98pizx1 { font-weight: 600; }
.rryn5 h3.m0c8fng     { font-weight: 600; }
.kxuqgrm0 h2.v98pizx1 { font-weight: 800; }
.kxuqgrm0 h3.m0c8fng     { font-weight: 700; }
.cmmf { font-weight: 600; }
.cmmf h2.v98pizx1 { font-weight: 900; }
.cmmf h3.m0c8fng     { font-weight: 800; }
.cmmf .xg0dayt strong,
.cmmf .xg0dayt strong { font-weight: 600; }
.ruj6 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.zqkr0d5j .ruj6 { display: none; }
@media (max-width: 640px) { .ruj6 { display: none; } }
.ruj6 { background: var(--accent) !important; color: #fff !important; border: none !important; }
.ruj6:hover { opacity: 0.85; }
.nln893xq .ruj6 { background: linear-gradient(135deg, var(--accent), var(--accent-light)) !important; }
.amy4f .ruj6,
.h7j815p  .ruj6 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.amy4f .ruj6:hover,
.h7j815p  .ruj6:hover { opacity: 0.88; }
.nln893xq.amy4f .ruj6,
.nln893xq.h7j815p  .ruj6 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.zy08c2 {
  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;
}
.zy08c2:hover { transform: translateY(-2px); opacity: 0.92; }
.zy08c2 { background: var(--accent) !important; color: #fff !important; border: none !important; }
.t029 .zy08c2 { display: none; }
.y9fib5k .zy08c2 { right: 32px; }
.t8tr6  .zy08c2 { left: 32px; }
@media (max-width: 480px) {
  .y9fib5k .zy08c2 { right: 20px; bottom: 20px; }
  .t8tr6  .zy08c2 { left: 20px; bottom: 20px; }
}
.tz0b { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.dmrxl { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.l3s4prw { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.bzgk { color: var(--text-dim); font-size: 0.8rem; }
.wk3npx a, .q589zuav a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.wk3npx a:hover, .q589zuav a:hover { color: var(--accent-light); }
.q589zuav { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.jqu3tb .dmrxl { text-align: center; }
.jqu3tb .q589zuav { justify-content: center; margin-bottom: 16px; }
.jqu3tb .l3s4prw { margin-top: 0; }
.du51tv37 { margin-top: 10px; }
.du51tv37 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .dmrxl { padding-left: 16px; padding-right: 16px; }
  .ycibn .dmrxl { padding: 20px 16px; }
  .q589zuav { gap: 4px 12px; }
  .l3s4prw { font-size: 0.78rem; }
}
.vbh7m .l3s4prw { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.vbh7m .bzgk { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .vbh7m .g1ibmx { grid-template-columns: 1fr 1fr; } .vbh7m .q9pg { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vbh7m .g1ibmx { grid-template-columns: 1fr; } }
.b2zocv .l3s4prw { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .b2zocv .xbtc7 { gap: 12px; } .b2zocv .igpe6j { margin-right: 0; width: 100%; } }
.hdf9ymn .l3s4prw { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.hdf9ymn .bzgk { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .hdf9ymn .cgsg19 { grid-template-columns: 1fr 1fr; } .hdf9ymn .qnrd21x { grid-column: 1 / -1; } }
@media (max-width: 480px) { .hdf9ymn .cgsg19 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .l7dp .iylkk59r { grid-template-columns: 1fr 1fr; } .l7dp .am01304:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .l7dp .iylkk59r { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .esdijau2 .iylkk59r { grid-template-columns: 1fr; } }
.vibbzjl .dmrxl { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.vibbzjl .q589zuav { justify-content: center; }
.dnwuayl .i5k9v1gz      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.dnwuayl .tz0b { background: var(--bg-page); border-top-color: var(--border-alt); }
.peqos .i5k9v1gz      { background: #0d1117; border-bottom-color: #21262d; }
.peqos .za6c { color: var(--accent-light); }
.peqos .q2why { --msep-color: #8b949e; }
.peqos .q2why a { color: #8b949e; }
.peqos .q2why a:hover { color: var(--accent-light); }
.peqos .y0imlk42 { color: #8b949e; }
.peqos .tz0b { background: #0d1117; border-top-color: #21262d; }
.peqos .l3s4prw,
.peqos .bzgk { color: #6e7681; }
.peqos .wk3npx a, .peqos .q589zuav a,
.peqos .wk3npx a:hover, .peqos .q589zuav a:hover,
@media (max-width: 640px) {
  .peqos .q2why { background: #0d1117; border-top-color: #21262d; }
  .peqos .q2why li a { border-bottom-color: #21262d; }
}
.jo5t .i5k9v1gz      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.jo5t .za6c { color: var(--accent); }
.jo5t .q2why { --msep-color: #475569; }
.jo5t .q2why a { color: #475569; }
.jo5t .q2why a:hover { color: var(--accent); }
.jo5t .y0imlk42 { color: #64748b; }
.jo5t .tz0b { background: #f0f4f8; border-top-color: #cbd5e1; }
.jo5t .l3s4prw,
.jo5t .bzgk { color: #64748b; }
.jo5t .wk3npx a, .jo5t .q589zuav a,
.jo5t .wk3npx a:hover, .jo5t .q589zuav a:hover,
@media (max-width: 640px) {
  .jo5t .q2why { background: #f0f4f8; border-top-color: #cbd5e1; }
  .jo5t .q2why li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.amy4f .i5k9v1gz      { background: var(--accent); border-bottom-color: var(--accent-light); }
.amy4f .za6c { color: #fff; }
.amy4f .q2why { --msep-color: rgba(255,255,255,0.82); }
.amy4f .q2why a { color: rgba(255,255,255,0.82); }
.amy4f .q2why a:hover { color: #fff; }
.amy4f .y0imlk42 { color: rgba(255,255,255,0.9); }
.amy4f .okfa733 a { color: var(--text-primary) !important; }
.amy4f .okfa733 a:hover { color: var(--accent) !important; }
.amy4f .tz0b { background: var(--accent); border-top-color: var(--accent-light); }
.amy4f .l3s4prw,
.amy4f .bzgk { color: rgba(255,255,255,0.72); }
.amy4f .wk3npx a, .amy4f .q589zuav a,
.amy4f .p7cz9fz a, .amy4f .rqkrvk4 a,
.amy4f .kv3x6b7 a, .amy4f .igpe6j { color: rgba(255,255,255,0.82); }
.amy4f .wk3npx a:hover, .amy4f .q589zuav a:hover,
.amy4f .p7cz9fz a:hover, .amy4f .rqkrvk4 a:hover { color: #fff; }
@media (max-width: 640px) {
  .amy4f .q2why { background: var(--accent); border-top-color: var(--accent-light); }
  .amy4f .q2why li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.h7j815p .i5k9v1gz {
  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);
}
.h7j815p .tz0b {
  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) {
  .h7j815p .q2why {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.kiul7ag .wey43cl { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.blr51l2p .wey43cl { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.r5yjjap .wey43cl { min-height: 72px; height: auto; }
.h0r5vthc .wey43cl { min-height: 84px; height: auto; }
.ycibn .wey43cl { max-width: none; padding: 0 32px; }
.ycibn .dmrxl  { max-width: none; padding: 24px 32px; }
.jfovs2o.l5gy .wey43cl { max-width: 1200px; }
.jfovs2o.rls9 .wey43cl { max-width: 1320px; }
.yixyur   .za6c { text-transform: capitalize; }
.c5mkx .za6c { text-transform: lowercase; }
.fvedw .za6c { text-transform: uppercase; letter-spacing: 0.06em; }
.k7g92, .x7rye {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.c3s5p .k7g92,
.omczua .k7g92,
.l0jrb2g5 .k7g92,
.kk5vtp3a .k7g92,
.hjy65rr   .q2why a { font-weight: 500; }
.rfaa .q2why a { font-weight: 600; }
.iq5t     .q2why a { font-weight: 700; }
.xfpn66    .q2why a { font-weight: 800; letter-spacing: 0.01em; }
.ssqq2a     .q2why > li + li::before,
.dzze6    .q2why > li + li::before,
.au4dpfs    .q2why > li + li::before,
.sowngpn .q2why > li + li::before,
.yistewy .q2why > li + li::before,
.wujmdqcr  .q2why > li + li::before,
.fuc43wn    .q2why > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.ssqq2a     .q2why > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.dzze6    .q2why > li + li::before { content: "|"; }
.au4dpfs    .q2why > li + li::before { content: "—"; }
.sowngpn .q2why > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.yistewy .q2why > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.wujmdqcr  .q2why > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fuc43wn    .q2why > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .g5jo .y0imlk42,
  .g5fxizmj .y0imlk42,
  .wnlip .y0imlk42,
  .n5lgtp .y0imlk42,
  .zaan6 .y0imlk42 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .g5jo .y0imlk42::before,
  .g5fxizmj .y0imlk42::before,
  .wnlip .y0imlk42::before,
  .n5lgtp .y0imlk42::before,
  .zaan6 .y0imlk42::before { content: ""; display: block; flex-shrink: 0; }

  
  .g5jo .y0imlk42::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;
  }

  
  .g5fxizmj .y0imlk42::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;
  }

  
  .wnlip .y0imlk42::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;
  }

  
  .n5lgtp .y0imlk42::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;
  }

  
  .zaan6 .y0imlk42::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) {
  .gn2l9j5r .y0imlk42 {
    padding: 5px 14px;
  }
  .gn2l9j5r .q2why {
    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;
  }
  .gn2l9j5r .q2why li a {
    border-bottom: none; padding: 10px 22px;
  }
  .gn2l9j5r .q2why li a:hover { background: var(--bg-raised); }
  .gn2l9j5r .tnvt,
  .ppwqs .tnvt,
  .xu5jgd9 .tnvt { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .v1lqoq7 .y0imlk42 {
    padding: 5px 10px;
  }
  .v1lqoq7 .q2why {
    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);
  }
  .v1lqoq7 .q2why.xmlig5 { transform: translateX(0); }
  .v1lqoq7 .q2why li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .v1lqoq7 .q2why li:last-child a { border-bottom: none; }
  .amy4f .q2why,
  .peqos .q2why { background: var(--accent) !important; }
  .amy4f .q2why li a,
  .peqos .q2why li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .xu5jgd9 .y0imlk42 {
    padding: 5px 10px;
  }
  .xu5jgd9 .q2why {
    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);
  }
  .xu5jgd9 .q2why::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .xu5jgd9 .q2why.xmlig5 { transform: translateY(0); }
  .xu5jgd9 .q2why li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .myb3 .y0imlk42 {
    padding: 5px 10px;
  }
  .myb3 .q2why {
    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;
  }
  .myb3 .q2why.xmlig5 { opacity: 1; pointer-events: auto; }
  .myb3 .q2why li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .lizvw4s     .y0imlk42 { border-radius: 0 !important; }
  .esv08hjm   .y0imlk42 { border-radius: 8px !important; }
  .vzfe9 .y0imlk42 { border-radius: 50% !important; }
  .f8e1   .y0imlk42 { border-radius: 999px !important; }
}
.kmcu .urf0jc2 { height: 28px; }
.pevhi .urf0jc2 { height: 54px; }
.tdccn .urf0jc2 { height: 54px; }
.ce4jltmm .rtszj5 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.ce4jltmm .rtszj5 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.ce4jltmm .rtszj5 p { padding: 0 2px 16px; }
.jarls3lf .rtszj5 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.jarls3lf .rtszj5 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.jarls3lf .rtszj5 summary::after { content: "›"; font-size: 1.2em; }
.jarls3lf .rtszj5[open] summary::after { content: "‹"; }
.jarls3lf .rtszj5 p { padding: 10px 22px 4px; }
.bpuwa6h .rtszj5 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.bpuwa6h .rtszj5 summary { color: var(--text-primary); padding-left: 16px; }
.bpuwa6h .rtszj5 summary::after { content: "›"; font-size: 1.1em; }
.bpuwa6h .rtszj5[open] summary::after { content: "‹"; }
.bpuwa6h .rtszj5 p { padding-left: 16px; }
.ocg4lc .senurow { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.ocg4lc .rtszj5 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ocg4lc .rtszj5:last-child { border-bottom: none; }
.ocg4lc .rtszj5 summary { color: var(--text-primary); border-radius: 0; }
.ocg4lc .rtszj5 summary::after { content: "›"; font-size: 1.1em; }
.ocg4lc .rtszj5[open] summary::after { content: "‹"; }
.iinfe .rtszj5 { overflow: hidden; }
.iinfe .rtszj5 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.iinfe .rtszj5 summary::after { color: rgba(255,255,255,.75); }
.iinfe .rtszj5[open] summary { border-radius: 0; }
.dbme01lg { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cu90r {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.q50p9tsp {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.iu2b5ui { color: var(--text-muted); font-size: 1.05rem; }
.oxsa8b {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.ocuq37z {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.odb5bnkg { margin-bottom: 20px; }
.rkihcb {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ku7ygrg {
  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;
}
.ku7ygrg:focus { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-bg); }
.s7hr { resize: vertical; min-height: 130px; }
.hx41oftj { width: 100%; margin-top: 8px; }
.bweb {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.oikvkkq4 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mae9 { color: var(--text-muted); line-height: 1.75; }
.tv28g3qo { max-width: 760px; margin: 0 auto; }
.tfhylfc { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.x982vqi { max-width: 760px; margin: 0 auto; }
@media (max-width: 640px) { .jksp8 { grid-template-columns: 1fr; gap: 10px; } }
.bxub { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.xjctrh { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.jg944s { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.xjctrh p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.xjctrh .sov2ud { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .bxub { grid-template-columns: 1fr; } }
.n5bo1 { max-width: 760px; margin: 0 auto; }
.i284hc5 { position: relative; padding-left: 28px; }
.i284hc5::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.qaybj5k0 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.qaybj5k0:last-child { padding-bottom: 0; }
.uuuiplr3 { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.n9i2h5k h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.n9i2h5k p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ws8rcyw .q50p9tsp { color: var(--accent-light); }
.af39d .q50p9tsp { font-size: 2rem; }
.af39d .iu2b5ui { max-width: 680px; }
.c89502 .q50p9tsp { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.c89502 .iu2b5ui  { margin: 0; }
@media (max-width: 640px) { .c89502 { flex-direction: column; } }
.ovjn .q50p9tsp { color: var(--accent-light); }
.tp8w3xg0 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.tp8w3xg0 .q50p9tsp { color: #fff; }
.tp8w3xg0 .iu2b5ui  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .j5ko { grid-template-columns: 1fr; } }
.v4f556 .ku7ygrg {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.v4f556 .ku7ygrg:focus { border-bottom-color: var(--accent); box-shadow: none; }
.ubi0kjh .ku7ygrg { background: var(--bg-raised); border-color: transparent; }
.ubi0kjh .ku7ygrg:focus { background: var(--bg-card); border-color: var(--accent); }
.o5qgp .ku7ygrg { border-radius: 100px; padding: 11px 20px; }
.o5qgp .s7hr { border-radius: 14px; }
.j3ln4yy {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .j3ln4yy { grid-template-columns: 1fr; } }
.ceuqvhei {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 12px; padding: 22px 24px;
}
.ceuqvhei h2 {
  font-size: 1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.ceuqvhei p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.d2s7 { counter-reset: priv-count; }
.soahp0b {
  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);
}
.soahp0b:last-child { border-bottom: none; }
.knuprbg5 {
  font-size: 2.4rem; font-weight: 800; color: var(--accent);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.soahp0b h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.soahp0b p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.s0wqt{display:none}
.s0wqt:empty,.gugapu:empty{display:none}
.we0viuzu{position:relative;overflow:visible}
.jtxdh4zg .zk42x2,.hif60fm .zk42x2,
.yxnvw0 .zk42x2,.d1ni6 .zk42x2,
.lfrqn537 .zk42x2,.awm9 .zk42x2{display:block}
.d8ktlge8 .jddj{display:block}
.jtxdh4zg .zk42x2,.hif60fm .zk42x2,
.yxnvw0 .zk42x2,.d1ni6 .zk42x2,
.lfrqn537 .zk42x2{position:absolute;z-index:3;left:50%;transform:translateX(-50%);width:100%;max-width:1100px;padding:0 24px;box-sizing:border-box}
.jtxdh4zg .zk42x2 .gugapu,.hif60fm .zk42x2 .gugapu,
.yxnvw0 .zk42x2 .gugapu,.d1ni6 .zk42x2 .gugapu,
.lfrqn537 .zk42x2 .gugapu{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}
.jtxdh4zg .ucz43n,.hif60fm .ucz43n,
.yxnvw0 .ucz43n,.d1ni6 .ucz43n,
.lfrqn537 .ucz43n{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.jtxdh4zg .zk42x2,.hif60fm .zk42x2{top:12px}
.jtxdh4zg .zk42x2 .gugapu{margin-right:auto}
.hif60fm .zk42x2 .gugapu{margin-left:auto}
.hif60fm .zk42x2{text-align:right}
.yxnvw0 .zk42x2,.d1ni6 .zk42x2{bottom:12px}
.yxnvw0 .zk42x2 .gugapu{margin-right:auto}
.d1ni6 .zk42x2 .gugapu{margin-left:auto}
.d1ni6 .zk42x2{text-align:right}
.lfrqn537 .zk42x2{bottom:16px}
.lfrqn537 .zk42x2 .gugapu{margin:0 auto}
.awm9 .zk42x2{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.awm9 .zk42x2 .gugapu{margin:0}
.awm9 .hm9j2dy~.zk42x2,
.awm9 .znuzcqh~.zk42x2{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.awm9 .hm9j2dy~.zk42x2 .gugapu,
.awm9 .znuzcqh~.zk42x2 .gugapu{justify-content:flex-start}
.hm9j2dy~.zk42x2,.znuzcqh~.zk42x2{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}
.hm9j2dy~.zk42x2 .gugapu{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.znuzcqh~.zk42x2 .gugapu{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.jddj .gugapu{margin:0 0 12px}
.gugapu{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.ucz43n{white-space:nowrap}
.duk8cu .ucz43n{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.nzrbbg .ucz43n{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}
.otw4kp .gugapu{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.mtph .ucz43n{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.mtph .mxq0l::before{content:""}
.rpxl .ucz43n{color:var(--accent);opacity:1;font-weight:500}
.ee1jw0nz .ucz43n{border-bottom:1px solid currentColor;padding-bottom:2px}
.xhwumv .gugapu{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.g40ttg5{--date-bg:var(--accent-bg)}
.yoi8x9gc .ucz43n + .ucz43n::before{content:"•";margin-right:6px;opacity:.4}
.o3egqmr .ucz43n + .ucz43n::before{content:"/";margin-right:6px;opacity:.35}
.bpeb .ucz43n + .ucz43n::before{content:"|";margin-right:6px;opacity:.3}
.b68fjmvb .ucz43n + .ucz43n::before{content:"—";margin-right:6px;opacity:.3}
.i34hs6 .ucz43n + .ucz43n::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.grom .ucz43n + .ucz43n::before{content:"·";margin-right:6px;opacity:.4}
.uq685u6q .mxq0l::before{content:"›";opacity:.4}
.uq685u6q .ucz43n + .ucz43n::before{content:"›";margin-right:6px;opacity:.4}
.seumzpf .ucz43n + .ucz43n::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.ulum .u180u{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .u180u{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .iamm{max-width:100%}
}
:root {
  --accent:          #3c633a;
  --accent-light:    #6d9668;
  --accent-pale:     #a1cc9a;
  --grad-start:      #91bc8b;
  --grad-end:        #c1eeba;
  --bg-page: #d5dccf;
  --bg-surface: #f8faf2;
  --bg-card: #f1f5eb;
  --bg-card-inner: #ebf0e5;
  --bg-raised: #e4eadf;
  --bg-hover: #dee5d8;
  --border: #adb4a8;
  --border-alt: #767d72;
  --border-section: #adb4a8;
  --text-primary: #2d342c;
  --text-muted: #5a6157;
  --bg-page:        #f8f9fa;
  --bg-surface:     #ffffff;
  --bg-card:        #ffffff;
  --bg-card-inner:  #f3f4f6;
  --bg-raised:      #eef0f2;
  --bg-hover:       #f3f4f6;
  --border:         #e5e7eb;
  --border-alt:     #d1d5db;
  --border-section: #e5e7eb;
  --text-body: #2e312c;
  --text-sub: #444842;
  --text-faint: #686c66;
  --text-dim: #8f928b;
  --text-label: #5c5f5a;
  --text-value: #393c37;
  --accent-bg:       #c1eeba;
  --accent-bg-light: #b4e0ac;
  --bg-tip:        #f0fdf4;
  --bg-warning:    #fffbeb;
  --bg-info:       #eff6ff;
  --bg-pros:       #f0fdf4;
  --bg-cons:       #fef2f2;
  --c-pros:        #15803d;
  --c-cons:        #b91c1c;
  --c-pros-label:  #16a34a;
  --c-tip-border:  #059669;
  --c-warn-border: #d97706;
  --c-stars:       #b45309;
  --c-arrow:       #d97706;
  --c-tag-pay:     #15803d;
}
:root { --logo-bg-opacity: 71%; }
body, button, input { font-family: "Fira Sans", sans-serif; }
.nrswcq46 .sjbc4d li::before, .nrswcq46 .xan40 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; }.nrswcq46 .sjbc4d li::before { content: ""; }.nrswcq46 .xan40 li::before { content: ""; }.nrswcq46 .nmt8xw6::before, .nrswcq46 .r3ou::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.nrswcq46 .nmt8xw6::before { content: ""; }.nrswcq46 .r3ou::before { content: ""; }
.tbxdb .h4qbmj4p, .tbxdb .hm9j2dy { min-height: 520px; }
.t757 .zrr4y38l::after, .t757 .eij7e0::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; }
.b695ll6 .ruj6::after,.b695ll6 .zy08c2::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; }
.s39wmaq::before { content: '·'; font-size: 1.3em; line-height: 1; }