: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;
}
.lsj7n {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.wpml7m {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.dhfuqjk {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.rxx7xk4 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.pizs { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.pizs a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.pizs a:hover { color: var(--accent-light); }
.gjbgq     .ktyguqm3 { border-radius: 24px; padding: 8px; }
.gjbgq .ktyguqm3 li a { border-radius: 16px; }
@media (max-width: 640px) {
  .ktyguqm3 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dbydzu:hover .ktyguqm3,
  .dbydzu:focus-within .ktyguqm3 { display: block; }
  .ktyguqm3 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.c6a4b4 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.alihn8k { display: none; }
@media (max-width: 640px) {
  .alihn8k {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .alihn8k.ihpqkr { display: block; }
}
@media (max-width: 640px) {
  .c6a4b4 { display: block; }
  .pizs > li + li::before { display: none !important; }
  .pizs {
    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;
  }
  .pizs.ihpqkr { display: flex; }
  .pizs li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .pizs li:last-child a { border-bottom: none; }
}
.ssgwsy { min-height: 480px; }
.tw2ydj6 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xkyyny { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pki96e .xkyyny { margin-left: 0; margin-right: 0; }
.zfuf {
  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;
}
.zfuf:hover { opacity: 0.88; }
.b7gl0 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.v10a {
  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%);
}
.b7gl0 .fge6 {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.b7gl0 .tw2ydj6 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.b7gl0 .xkyyny { color: #e2e8f0; }
.b7gl0.qkt4mvs4 .fge6 { text-align: center; }
.b7gl0.pki96e   .fge6 { text-align: left; }
.xaf7hzu9 .fge6 {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.xaf7hzu9 .tw2ydj6 { color: var(--text-primary); text-shadow: none; }
.xaf7hzu9 .xkyyny { color: var(--text-muted); }
.xaf7hzu9 .zfuf { margin-top: 16px; }
.xaf7hzu9, .xaf7hzu9.ssgwsy { min-height: auto !important; }
.xaf7hzu9.qkt4mvs4 .fge6 { text-align: center; }
.xaf7hzu9.pki96e   .fge6 { text-align: left; }
.xaf7hzu9~.q3w11e8c{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}
.xaf7hzu9~.q3w11e8c .e2vuw{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; }
}
.qomw .b7gl0 .v10a {
  overflow: hidden;
}
.qomw .b7gl0 .v10a::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); }
}
.lcfme .b7gl0 .v10a {
  overflow: hidden;
}
.lcfme .b7gl0 .v10a::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;
}
.t2a0z .b7gl0 .v10a {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.oktu05 .b7gl0 .v10a {
  overflow: hidden;
}
.oktu05 .b7gl0 .v10a::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;
}
.ehzdp8 .b7gl0 .v10a {
  animation: hg-breathe 10s ease-in-out infinite;
}
.bb9v8z00 .v10a {
  background: none;
}
.bb9v8z00 .tw2ydj6 { color: #fff; }
.bb9v8z00 .xkyyny { color: rgba(255,255,255,0.85); }
.bb9v8z00 .zfuf { background: #fff; color: var(--cta); }
.bb9v8z00 .zfuf:hover { opacity: 0.92; }
.sjuy .tw2ydj6 { text-shadow: none; color: var(--text-primary); }
.sjuy .xkyyny { color: var(--text-muted); }
body.rf7w .tw2ydj6 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.hxip .tw2ydj6 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.sjuy.qkt4mvs4 .w5u2s8h5 { align-items: center; text-align: center; }
.t8n6t71 .fge6 { padding-bottom: 24px; }
.v2otxfn .fge6 { max-width: 960px; }
@media (max-width: 700px) {
  .sjuy { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .sjuy .kqeew3z3 { display: none !important; }
  .f1tylk .kqeew3z3 { display: none !important; }
  .giavn .byysc8r { display: none !important; }
  .gwv744 .tlqrgofh { display: none !important; }
  .w5u2s8h5  { padding: 36px 24px; }
  .sjuy~.q3w11e8c,.zic4~.q3w11e8c{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .ssgwsy, .sjuy { min-height: 320px !important; }
  
  .tw2ydj6 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .re34 { display: none !important; }
  
  .cafiij { flex-direction: column; align-items: center; }
  .go8h { width: 100%; max-width: 340px; }
}
.v92cv { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.heo0kd { width: 100%; height: auto; display: block; border-radius: 10px; }
.n5y1k .v92cv        { border-radius: 16px; }
.n5y1k .heo0kd  { border-radius: 16px; }
.n018 .v92cv         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.n018 .heo0kd   { border-radius: 8px; }
.av2e7xm1 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.mj5kx8 { width: 100%; padding: 32px 0; position: relative; }
.i6azkc { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.equg5w .mj5kx8:nth-child(even) { background: var(--bg-surface); }
.equg5w .mj5kx8:nth-child(odd)  { background: var(--bg-page); }
.frfwt28z .mj5kx8:nth-child(even) { background: var(--bg-card); }
.frfwt28z .mj5kx8:nth-child(odd)  { background: var(--bg-page); }
.equg5w .mj5kx8:nth-child(odd)  .i6azkc { background: var(--bg-card); border-radius: 6px; }
.equg5w .mj5kx8:nth-child(even) .i6azkc { background: var(--bg-raised); border-radius: 6px; }
.frfwt28z .mj5kx8:nth-child(odd)  .i6azkc { background: var(--bg-card); border-radius: 6px; }
.frfwt28z .mj5kx8:nth-child(even) .i6azkc { background: var(--bg-raised); border-radius: 6px; }
.equg5w .mj5kx8:nth-child(even) .xdlq3n .qxlyf2i,
.frfwt28z .mj5kx8:nth-child(even) .xdlq3n .qxlyf2i { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.equg5w .mj5kx8:nth-child(odd) .xdlq3n .qxlyf2i,
.frfwt28z .mj5kx8:nth-child(odd) .xdlq3n .qxlyf2i { background: var(--bg-card-inner); }
.equg5w .mj5kx8:nth-child(even) .s5fcbps9 .qxlyf2i:nth-child(odd),
.frfwt28z .mj5kx8:nth-child(even) .s5fcbps9 .qxlyf2i:nth-child(odd)  { background: var(--bg-card); }
.equg5w .mj5kx8:nth-child(even) .s5fcbps9 .qxlyf2i:nth-child(even),
.frfwt28z .mj5kx8:nth-child(even) .s5fcbps9 .qxlyf2i:nth-child(even) { background: var(--bg-card-inner); }
h1.n9ct { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.n9ct {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.hiem4sb0 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.w6qu1ykl h2.n9ct {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.h483a h2.n9ct {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.wthy7k36 h2.n9ct {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.oxirxg6 h2.n9ct::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.w3acu h2.n9ct {
  color: var(--text-primary); font-size: 1.7rem;
}
.ocgv h2.n9ct::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.mm2e9 h2.n9ct {
  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;
}
.l4nbpi { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .l4nbpi { display: none; } }
.vzf6bf { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.tm97d { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.fwsuka24 {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.f4e5p { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.npcz6 { padding-left: 20px; }
.npcz6 li { margin-bottom: 6px; }
.npcz6 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.npcz6 a:hover { color: var(--accent-light); }
.gc170ko .f4e5p { display: none; }
.d6zcpum .f4e5p { display: none; }
.d6zcpum .npcz6 { padding-left: 0; list-style: none; }
.d6zcpum .npcz6 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.d6zcpum .npcz6 a { font-size: 0.92rem; }
.lzraea .fwsuka24 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.lzraea .f4e5p { display: none; }
.lzraea .npcz6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.lzraea .npcz6 li { margin-bottom: 0; }
.lzraea .npcz6 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;
}
.lzraea .npcz6 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.sz20tf .fwsuka24 { padding: 20px 20px 16px; }
.sz20tf .npcz6 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.sz20tf .npcz6 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.sz20tf .npcz6 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;
}
.sz20tf .npcz6 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;
}
.sz20tf .npcz6 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.sz20tf .npcz6 a:focus,
.sz20tf .npcz6 a:focus-visible,
.sz20tf .npcz6 a:target { outline: none; }
.sz20tf .npcz6 li:target a { border-color: var(--border); color: var(--text-muted); }
.i32t7 .fwsuka24 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.i32t7 .f4e5p { display: none; }
.i32t7 .npcz6 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.i32t7 .npcz6 li { margin-bottom: 0; }
.i32t7 .npcz6 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.i32t7 .npcz6 li:last-child::after { content: ""; margin-right: 0; }
.i32t7 .npcz6 a { font-size: 0.9rem; }
.qxlyf2i { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.xdlq3n .qxlyf2i { background: var(--bg-card); }
.s5fcbps9 .qxlyf2i:nth-child(odd)  { background: var(--bg-card); }
.s5fcbps9 .qxlyf2i:nth-child(even) { background: var(--bg-raised); }
.qlj3pwd .qxlyf2i {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.qlj3pwd .qxlyf2i:last-child { border-bottom: none; }
.qlj3pwd h3.hiem4sb0 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.swyq .qxlyf2i {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.swyq .qxlyf2i + .qxlyf2i { margin-top: 4px; }
.t8ei .qxlyf2i { background: none; border-radius: 0; padding: 12px 0; }
.t8ei .qxlyf2i + .qxlyf2i { border-top: 1px solid var(--border-section); }
.ubeju4 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.quoibwx7 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.kyux { color: var(--text-body); margin-bottom: 10px; }
.yzckk, .nmb4 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.yzckk li, .nmb4 li { margin-bottom: 6px; }
.nmb4 li { list-style: decimal; }
.pwt47zz9     .yzckk { list-style-type: "● "; }
.vbxnsa  .yzckk { list-style-type: "■ "; }
.wu69 .yzckk { list-style-type: "◆ "; }
.fgut5dn    .yzckk { list-style-type: "★ "; }
.pwt47zz9     .n5ur { list-style-type: "● "; }
.vbxnsa  .n5ur { list-style-type: "■ "; }
.wu69 .n5ur { list-style-type: "◆ "; }
.fgut5dn    .n5ur { list-style-type: "★ "; }
.pwt47zz9    .yzckk li::marker, .pwt47zz9    .n5ur li::marker,
.vbxnsa .yzckk li::marker, .vbxnsa .n5ur li::marker,
.wu69 .yzckk li::marker, .wu69 .n5ur li::marker,
.fgut5dn   .yzckk li::marker, .fgut5dn   .n5ur li::marker {
  color: var(--cta); font-size: 1em;
}
.pwt47zz9 .nmb4,
.vbxnsa .nmb4,
.wu69 .nmb4,
.fgut5dn .nmb4 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.pwt47zz9 .nmb4 li,
.vbxnsa .nmb4 li,
.wu69 .nmb4 li,
.fgut5dn .nmb4 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.pwt47zz9 .nmb4 li::before,
.vbxnsa .nmb4 li::before,
.wu69 .nmb4 li::before,
.fgut5dn .nmb4 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;
}
.pwt47zz9     .nmb4 li::before { border-radius: 50%; }
.vbxnsa  .nmb4 li::before { border-radius: 3px; }
.wu69 .nmb4 li::before { border-radius: 3px; }
.fgut5dn    .nmb4 li::before { border-radius: 50%; }
.woep { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.q6n0h73l .woep,
.vjuzgl .woep { background: transparent; border: none; border-radius: 0; }
.mv9m { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.mv9m th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.mv9m td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.mv9m tr:hover td { background: var(--bg-hover); }
.to9sd .mv9m tbody tr:nth-child(even) td { background: var(--bg-surface); }
.y3eghnc0 .mv9m { border: 1px solid var(--border-alt); }
.y3eghnc0 .mv9m th,
.y3eghnc0 .mv9m td { border: 1px solid var(--border-alt); }
.gwtw0ei .mv9m th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.gwtw0ei .mv9m td { border-bottom: none; }
.gwtw0ei .mv9m tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.frhh1c .mv9m th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.bnuzq .woep {
  overflow: hidden;
}
.bnuzq .mv9m th { border-bottom: 1px solid var(--border-alt); }
.bnuzq .mv9m tr:last-child td { border-bottom: none; }
.n4xilss9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.unyb { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.nvtmd { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.iw4mhg5 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.gnpxkb { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.n5ur { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.n5ur 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%}
.cao472 .iw4mhg5 { background: transparent; text-align: center; }
.w9lxb .nvtmd {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.o9imc .nvtmd {
  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);
}
.azij0 .unyb { display: grid; grid-template-columns: auto 1fr; }
.azij0 .nvtmd {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.azij0 .iw4mhg5 { grid-column: 2; }
.azij0 .gnpxkb,
.azij0 .n5ur { grid-column: 1 / -1; }
.w1596ka .unyb { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.w1596ka .nvtmd {
  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);
}
.w1596ka .iw4mhg5 { grid-column: 2; }
.w1596ka .gnpxkb,
.w1596ka .n5ur { grid-column: 1 / -1; }
.s7sgw4 .unyb { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.s7sgw4 .iw4mhg5 { background: none; color: var(--accent-light); font-weight: 700; }
.yv9x3vz .unyb { 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); }
.yv9x3vz .iw4mhg5 { background: none; color: var(--accent-light); font-weight: 700; }
.b3778bs1 .unyb { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.b3778bs1 .unyb:last-child { border-bottom: none; }
.b3778bs1 .iw4mhg5 { background: none; color: var(--accent-light); font-weight: 700; }
.vjkq .unyb { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.vjkq .iw4mhg5 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.dn9gxn7 .n4xilss9 { counter-reset: card-n; }
.dn9gxn7 .unyb  { counter-increment: card-n; }
.dn9gxn7 .iw4mhg5 { display: flex; align-items: center; gap: 10px; }
.dn9gxn7 .iw4mhg5::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;
}
.onpycld .unyb { background: var(--bg-surface); border: 1px solid var(--border); }
.onpycld .iw4mhg5 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.gjin3pnd { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.y686v0w  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.fb22 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.loy0xwt7 { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.gjin3pnd strong { color: var(--text-primary); font-size: 0.95rem; }
.gjin3pnd p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.gyv9r0 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.ggq9, .suvp6rk { border-radius: 8px; padding: 14px; }
.ggq9 { background: var(--bg-pros); }
.suvp6rk { background: var(--bg-cons); }
.bwsz { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.ggq9 .bwsz { color: var(--c-pros-label); }
.suvp6rk .bwsz { color: #f87171; }
.ggq9 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.suvp6rk ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.heo0kd { width: 100%; height: auto; border-radius: 10px; display: block; }
.dm8ss {
  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;
}
.dm8ss:hover { opacity: 0.85; }
.t1rch5 .dm8ss  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.t1rch5 .dm8ss:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.lo6kxvz7 .dm8ss  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.lo6kxvz7 .dm8ss:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bak5c3e .zfuf { border-radius: 50px; }
.bak5c3e .dm8ss  { border-radius: 50px; }
.f18w .zfuf { padding-left: 22px; padding-right: 22px; }
.f18w .dm8ss  { padding-left: 12px; padding-right: 12px; }
.vyf8l1l .zfuf { padding-left: 44px; padding-right: 44px; }
.vyf8l1l .dm8ss  { padding-left: 24px; padding-right: 24px; }
.s92gcc .zfuf { padding-left: 56px; padding-right: 56px; }
.s92gcc .dm8ss  { padding-left: 32px; padding-right: 32px; }
.kwcke   .zfuf::after, .kwcke   .dm8ss::after,
.u3eb .zfuf::after, .u3eb .dm8ss::after,
.hvpersr4    .zfuf::after, .hvpersr4    .dm8ss::after,
.twxm    .zfuf::after, .twxm    .dm8ss::after,
.vowdc    .zfuf::after, .vowdc    .dm8ss::after,
.ddzbhke2     .zfuf::after, .ddzbhke2     .dm8ss::after,
.zwnctf    .zfuf::after, .zwnctf    .dm8ss::after,
.qw6yygyt   .zfuf::after, .qw6yygyt   .dm8ss::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;
}
.kwcke .zfuf::after, .kwcke .dm8ss::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");
}
.u3eb .zfuf::after, .u3eb .dm8ss::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");
}
.hvpersr4 .zfuf::after, .hvpersr4 .dm8ss::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");
}
.twxm .zfuf::after, .twxm .dm8ss::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");
}
.vowdc .zfuf::after, .vowdc .dm8ss::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");
}
.ddzbhke2 .zfuf::after, .ddzbhke2 .dm8ss::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");
}
.zwnctf .zfuf::after, .zwnctf .dm8ss::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");
}
.qw6yygyt .zfuf::after, .qw6yygyt .dm8ss::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");
}
.tvfq8pa2   .ukni87r::after, .tvfq8pa2   .oca1j::after,
.y0y1phk .ukni87r::after, .y0y1phk .oca1j::after,
.mxy1lbbq    .ukni87r::after, .mxy1lbbq    .oca1j::after,
.zgglxmc    .ukni87r::after, .zgglxmc    .oca1j::after,
.mgmwp    .ukni87r::after, .mgmwp    .oca1j::after,
.u1i4na     .ukni87r::after, .u1i4na     .oca1j::after,
.f1jn03    .ukni87r::after, .f1jn03    .oca1j::after,
.uk2ppe   .ukni87r::after, .uk2ppe   .oca1j::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;
}
.tvfq8pa2 .ukni87r::after, .tvfq8pa2 .oca1j::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");
}
.y0y1phk .ukni87r::after, .y0y1phk .oca1j::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");
}
.mxy1lbbq .ukni87r::after, .mxy1lbbq .oca1j::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");
}
.zgglxmc .ukni87r::after, .zgglxmc .oca1j::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");
}
.mgmwp .ukni87r::after, .mgmwp .oca1j::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");
}
.u1i4na .ukni87r::after, .u1i4na .oca1j::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");
}
.f1jn03 .ukni87r::after, .f1jn03 .oca1j::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");
}
.uk2ppe .ukni87r::after, .uk2ppe .oca1j::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");
}
.lpzu7tj0 .wkgwa { background: transparent; padding: 0; }
@media (min-width: 721px) {
  .xrvp43d8 { flex: 0 0 260px; width: 260px; }
  .aua1bcwe { flex: 0 0 120px; width: 120px; }
  .kcmm { flex: 0 0 110px; width: 110px; }
  .txl63930   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .f23f { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.f23f.dm8ss { 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) {
  .u7ur39 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .u7ur39 .b96k { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .u7ur39 .xrvp43d8 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .u7ur39 .wkgwa { width: 100%; min-width: unset; height: 120px; }
  .u7ur39 .d43wjasx { max-height: 96px; max-width: 200px; }
  .u7ur39 .mjmrfbs { min-width: unset; text-align: center; white-space: normal; }
  .u7ur39 .aua1bcwe { min-width: 0; }
  .u7ur39 .txl63930 { 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; }
  .u7ur39 .f23f { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .hv0228gy .b96k { row-gap: 8px !important; gap: 10px !important; }
}
.esv10xr .qgln { border-top-width: 4px !important; border-radius: 0 0 8px 8px; }
@media (min-width: 860px) {
  .awvgg9px .u60cqt {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .awvgg9px .llvpq9 { margin: 0; }
}
.c178mck1 .hz3b { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.c178mck1 .lairatjo h3 { color: var(--accent-light); }
.c178mck1 .nhlz { background: var(--bg-page); border: 1px solid var(--border); }
.vjuzgl .gyv9r0 { gap: 10px; }
.vjuzgl .ggq9, .vjuzgl .suvp6rk { padding: 12px; }
.vjuzgl .ggq9 ul, .vjuzgl .suvp6rk ul { margin: 4px 0 0; padding-left: 18px; }
.vjuzgl .ggq9 li, .vjuzgl .suvp6rk li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .qo9249 { grid-template-columns: 1fr; }
  .shvy12v5 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .shvy12v5 .p2nxaoc { width: 72px; height: 50px; }
  .shvy12v5 .lv1i7 { max-width: 180px; }
  .shvy12v5 .n0oq1gto { width: auto; }
}
@media (max-width: 720px) {
  .lpjr { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .ui0f { padding: 16px; }
  .k8ka32 .s50a4gb { min-width: 50%; }
}
.ujmh .gyv9r0 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .r4hjh2i { grid-template-columns: 1fr; }
  .kh53e58 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .dv4z { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .a2ewx72 { flex-wrap: wrap; padding: 16px; }
}
.tjr59g .gyv9r0 { gap: 8px; }
.tjr59g .ggq9, .tjr59g .suvp6rk { padding: 8px; }
@media (max-width: 480px) {
  .ha8oumcn { flex-direction: column; align-items: stretch; }
}
.zkpaoh0 .n0oq1gto .dm8ss { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .by1747i { flex-direction: column; align-items: stretch; gap: 10px; }
  .zkpaoh0 .n0oq1gto { text-align: center; }
}
@media (max-width: 720px) {
  .n1xb { grid-template-columns: 1fr; }
  .ohxdy { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .zx26l0ry { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .c9hqn { grid-template-columns: 1fr; }
  .gevuvn { width: 100px; height: 100px; margin: 16px auto; }
  .evtw { font-size: 1.4rem; }
  .p7nncmf { justify-content: center; }
  .wbesw41 .s50a4gb { min-width: 50%; }
}
.ep9tu .gyv9r0 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .sv35up2 { flex-wrap: wrap; padding: 14px 16px; }
  .t0x5x2 { padding: 12px 16px; }
  .ep9tu .gyv9r0 { margin: 0 16px; }
  .ep9tu .epep { padding: 0 16px; }
  .n6iwk { padding: 12px 16px; }
}
.br4eoz .f23f.dm8ss { padding: 14px 30px !important; font-size: 1rem; }
.nzzs .u7ur39 { gap: 18px; }
.nzzs .b96k {
  padding: 28px 32px; gap: 28px; border-radius: 14px;
  min-height: 160px; border-width: 2px;
}
.nzzs .wkgwa {
  min-width: 180px; width: 180px; height: 120px; padding: 10px 14px; border-radius: 14px;
  background: var(--bg-raised);
}
.nzzs .d43wjasx { max-height: 100px; max-width: 160px; }
.nzzs .xrvp43d8 { min-width: 260px; }
.nzzs .mjmrfbs { font-size: 1.25rem; font-weight: 800; }
.nzzs .aua1bcwe { font-size: 1.1rem; letter-spacing: 2px; }
.nzzs .iygwa { font-size: 1.3rem; font-weight: 800; }
.nzzs .c3n9d5te { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.nzzs .f23f.dm8ss { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.nqh0pp .aua1bcwe {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.v107lciu { margin: 16px 0; }
.mgqx { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.mgqx summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.mgqx summary::after { content: "+"; color: var(--accent-light); }
.mgqx[open] summary::after { content: "−"; }
.mgqx p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.mj5kx8 { margin-bottom: 0; }
.v5lva h2.n9ct { color: var(--text-primary); border-color: var(--accent-light); }
.cpyw h2.n9ct { color: var(--text-primary); border-color: var(--accent-light); }
.z952pv57 .y686v0w     { background: #052e16; border-color: #10b981; }
.z952pv57 .fb22 { background: #2d0a1e; border-color: #f43f5e; }
.z952pv57 .gjin3pnd strong  { color: #f1f5f9; }
.z952pv57 .gjin3pnd p       { color: #cbd5e1; }
.z952pv57 .g8eg    .y686v0w     .loy0xwt7::before,
.z952pv57 .pfdxl2  .y686v0w     .loy0xwt7::before,
.z952pv57 .fxqidonq  .y686v0w     .loy0xwt7::before,
.z952pv57 .dw7ij .y686v0w     .loy0xwt7::before { color: #10b981; }
.z952pv57 .g8eg    .fb22 .loy0xwt7::before,
.z952pv57 .pfdxl2  .fb22 .loy0xwt7::before,
.z952pv57 .fxqidonq  .fb22 .loy0xwt7::before,
.z952pv57 .dw7ij .fb22 .loy0xwt7::before { color: #f43f5e; }
.z952pv57 .g8eg    .xji3    .loy0xwt7::before,
.z952pv57 .pfdxl2  .xji3    .loy0xwt7::before,
.z952pv57 .fxqidonq  .xji3    .loy0xwt7::before,
.z952pv57 .dw7ij .xji3    .loy0xwt7::before { color: #a855f7; }
.i7un .y686v0w     { background: #2d2000; border-color: #eab308; }
.i7un .fb22 { background: #2d0b0b; border-color: #ef4444; }
.i7un .gjin3pnd strong  { color: #f1f5f9; }
.i7un .gjin3pnd p       { color: #cbd5e1; }
.i7un .g8eg    .y686v0w     .loy0xwt7::before,
.i7un .pfdxl2  .y686v0w     .loy0xwt7::before,
.i7un .fxqidonq  .y686v0w     .loy0xwt7::before,
.i7un .dw7ij .y686v0w     .loy0xwt7::before { color: #eab308; }
.i7un .g8eg    .fb22 .loy0xwt7::before,
.i7un .pfdxl2  .fb22 .loy0xwt7::before,
.i7un .fxqidonq  .fb22 .loy0xwt7::before,
.i7un .dw7ij .fb22 .loy0xwt7::before { color: #ef4444; }
.i7un .g8eg    .xji3    .loy0xwt7::before,
.i7un .pfdxl2  .xji3    .loy0xwt7::before,
.i7un .fxqidonq  .xji3    .loy0xwt7::before,
.i7un .dw7ij .xji3    .loy0xwt7::before { color: #f97316; }
.hryo1vb1 .y686v0w     { background: #0c1a2e; border-color: #38bdf8; }
.hryo1vb1 .fb22 { background: #12103a; border-color: #818cf8; }
.hryo1vb1 .xji3    { background: #0a2020; border-color: #2dd4bf; }
.hryo1vb1 .gjin3pnd strong  { color: #f1f5f9; }
.hryo1vb1 .gjin3pnd p       { color: #cbd5e1; }
.hryo1vb1 .g8eg    .y686v0w     .loy0xwt7::before,
.hryo1vb1 .pfdxl2  .y686v0w     .loy0xwt7::before,
.hryo1vb1 .fxqidonq  .y686v0w     .loy0xwt7::before,
.hryo1vb1 .dw7ij .y686v0w     .loy0xwt7::before { color: #38bdf8; }
.hryo1vb1 .g8eg    .fb22 .loy0xwt7::before,
.hryo1vb1 .pfdxl2  .fb22 .loy0xwt7::before,
.hryo1vb1 .fxqidonq  .fb22 .loy0xwt7::before,
.hryo1vb1 .dw7ij .fb22 .loy0xwt7::before { color: #818cf8; }
.hryo1vb1 .g8eg    .xji3    .loy0xwt7::before,
.hryo1vb1 .pfdxl2  .xji3    .loy0xwt7::before,
.hryo1vb1 .fxqidonq  .xji3    .loy0xwt7::before,
.hryo1vb1 .dw7ij .xji3    .loy0xwt7::before { color: #2dd4bf; }
.un64 .y686v0w     { background: var(--accent-bg); border-color: var(--accent-light); }
.un64 .fb22 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.un64 .g8eg    .loy0xwt7::before,
.un64 .pfdxl2  .loy0xwt7::before,
.un64 .fxqidonq  .loy0xwt7::before,
.un64 .dw7ij .loy0xwt7::before { color: var(--accent-light) !important; }
.vb1e9el::before,
.agxda2b6::before { margin-right: 5px; }
.mmaso3uy .ggq9 ul li,
.mmaso3uy .q3xzok li         { color: #4ade80; }
.mmaso3uy .ggq9 .vb1e9el { color: #22c55e; }
.mmaso3uy .suvp6rk ul li,
.mmaso3uy .ygi3n0fs li         { color: #f87171; }
.mmaso3uy .suvp6rk .agxda2b6 { color: #ef4444; }
.yn3w .ggq9 { background: var(--bg-pros); }
.yn3w .suvp6rk { background: var(--bg-cons); }
.yn3w .ggq9 .vb1e9el { color: var(--c-pros-label); }
.yn3w .suvp6rk .agxda2b6 { color: var(--c-cons); }
.yn3w .ggq9 ul li,
.yn3w .suvp6rk ul li,
.t8bpa8v1 .ggq9 { background: var(--bg-pros); }
.t8bpa8v1 .suvp6rk { background: var(--bg-cons); }
.t8bpa8v1 .ggq9 .vb1e9el { color: var(--c-pros-label); }
.t8bpa8v1 .suvp6rk .agxda2b6 { color: var(--c-cons); }
.t8bpa8v1 .ggq9 ul li,
.t8bpa8v1 .suvp6rk ul li,
.ayby .vb1e9el::before { content: "✓ "; }
.ayby .agxda2b6::before { content: "✗ "; }
.np6az84 .vb1e9el::before { content: "→ "; }
.np6az84 .agxda2b6::before { content: "← "; }
.ez4lyz .vb1e9el::before { content: "★ "; }
.ez4lyz .agxda2b6::before { content: "✕ "; }
.qy4rw .vb1e9el::before { content: "◆ "; }
.qy4rw .agxda2b6::before { content: "▲ "; }
.o2u3 .gjin3pnd { background: transparent; border-left: none; border: 1.5px solid; }
.o2u3 .y686v0w     { border-color: var(--c-tip-border); }
.o2u3 .fb22 { border-color: var(--c-warn-border); }
.o2u3 .gjin3pnd strong { color: var(--text-primary); }
.o2u3 .gjin3pnd p      { color: var(--text-muted); }
.esv10xr .gjin3pnd { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.esv10xr .y686v0w     { border-top-color: var(--c-tip-border); }
.esv10xr .fb22 { border-top-color: var(--c-warn-border); }
.esv10xr .xji3    { border-top-color: #60a5fa; }
.mq0s7m .gjin3pnd { border-left: none; border-radius: 8px; }
.mq0s7m .y686v0w     { background: #065f46; }
.mq0s7m .fb22 { background: #92400e; }
.mq0s7m .gjin3pnd strong,
.mq0s7m .gjin3pnd p { color: #fff; }
.mq0s7m .loy0xwt7::before { color: rgba(255,255,255,0.85) !important; }
.z952pv57.mq0s7m .y686v0w,
.z952pv57 .mq0s7m .y686v0w     { background: #052e16; }
.z952pv57.mq0s7m .fb22,
.z952pv57 .mq0s7m .fb22 { background: #2d0a1e; }
.i7un.mq0s7m .y686v0w,
.i7un .mq0s7m .y686v0w      { background: #2d2000; }
.i7un.mq0s7m .fb22,
.i7un .mq0s7m .fb22  { background: #2d0b0b; }
.hryo1vb1.mq0s7m .y686v0w,
.hryo1vb1 .mq0s7m .y686v0w      { background: #0c1a2e; }
.hryo1vb1.mq0s7m .fb22,
.hryo1vb1 .mq0s7m .fb22  { background: #12103a; }
.hryo1vb1.mq0s7m .xji3,
.hryo1vb1 .mq0s7m .xji3     { background: #0a2020; }
.i4fu88 .gjin3pnd { border-left: none; border-radius: 6px; padding: 10px 14px; }
.i4fu88 .y686v0w     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.i4fu88 .fb22 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.i4fu88 .gjin3pnd strong { color: var(--text-primary); }
.i4fu88 .gjin3pnd p      { color: var(--text-muted); }
.c2ew .gjin3pnd { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.g8eg .loy0xwt7,
.pfdxl2 .loy0xwt7,
.fxqidonq .loy0xwt7,
.dw7ij .loy0xwt7 { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.g8eg .loy0xwt7::before,
.pfdxl2 .loy0xwt7::before,
.fxqidonq .loy0xwt7::before,
.dw7ij .loy0xwt7::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.g8eg .y686v0w     .loy0xwt7::before { content: "✦"; color: var(--c-tip-border); }
.g8eg .fb22 .loy0xwt7::before { content: "▲"; color: var(--c-warn-border); }
.g8eg .xji3    .loy0xwt7::before { content: "◉"; color: #60a5fa; }
.pfdxl2 .y686v0w     .loy0xwt7::before { content: "★"; color: var(--c-tip-border); }
.pfdxl2 .fb22 .loy0xwt7::before { content: "◆"; color: var(--c-warn-border); }
.pfdxl2 .xji3    .loy0xwt7::before { content: "●"; color: #60a5fa; }
.fxqidonq .y686v0w     .loy0xwt7::before { content: "▶"; color: var(--c-tip-border); }
.fxqidonq .fb22 .loy0xwt7::before { content: "■"; color: var(--c-warn-border); }
.fxqidonq .xji3    .loy0xwt7::before { content: "▸"; color: #60a5fa; }
.dw7ij .y686v0w     .loy0xwt7::before { content: "→"; color: var(--c-tip-border); }
.dw7ij .fb22 .loy0xwt7::before { content: "⬥"; color: var(--c-warn-border); }
.dw7ij .xji3    .loy0xwt7::before { content: "◈"; color: #60a5fa; }
.lz0bxli .xdlq3n .qxlyf2i,
.lz0bxli .s5fcbps9 .qxlyf2i  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.lz0bxli .unyb                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.lz0bxli .woep          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.lz0bxli .fwsuka24                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.s2b5k .xdlq3n .qxlyf2i,
.s2b5k .s5fcbps9 .qxlyf2i,
.s2b5k .unyb,
.s2b5k .b96k,
.s2b5k .llvpq9,
.s2b5k .woep,
.s2b5k .fwsuka24,
.s2b5k .c2ew .gjin3pnd { box-shadow: none; }
.p4mn4yb   body, .p4mn4yb   { font-size: 0.9rem; }
.p4mn4yb   .kyux, .p4mn4yb .ubeju4, .p4mn4yb .quoibwx7,
.p4mn4yb   .vzf6bf, .p4mn4yb .tm97d { font-size: 0.9rem; }
.p4mn4yb   .yzckk, .p4mn4yb .nmb4 { font-size: 0.9rem; }
.dkdrqze8   .kyux, .dkdrqze8 .ubeju4, .dkdrqze8 .quoibwx7,
.dkdrqze8   .vzf6bf, .dkdrqze8 .tm97d { font-size: 0.95rem; }
.dkdrqze8   .yzckk, .dkdrqze8 .nmb4 { font-size: 0.95rem; }
.qiysu   .kyux, .qiysu .ubeju4, .qiysu .quoibwx7,
.qiysu   .vzf6bf, .qiysu .tm97d { font-size: 1.08rem; }
.qiysu   .yzckk, .qiysu .nmb4 { font-size: 1.05rem; }
.qiysu   .mv9m { font-size: 0.97rem; }
.yftel .tw2ydj6      { font-size: 3.2rem; }
.yftel h2.n9ct { font-size: 1.9rem; }
.yftel h3.hiem4sb0     { font-size: 1.4rem; }
.toa4p .tw2ydj6      { font-size: 3.8rem; }
.toa4p h2.n9ct { font-size: 2.2rem; }
.toa4p h3.hiem4sb0     { font-size: 1.6rem; }
.mj5kx8 + .mj5kx8 { position: relative; }
.a7ei   .mj5kx8 + .mj5kx8::before,
.ccffj  .mj5kx8 + .mj5kx8::before,
.rhoi0sy   .mj5kx8 + .mj5kx8::before,
.dr6b4   .mj5kx8 + .mj5kx8::before,
.vus3f   .mj5kx8 + .mj5kx8::before,
.pvhgo8 .mj5kx8 + .mj5kx8::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.a7ei .mj5kx8 + .mj5kx8::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ccffj .mj5kx8 + .mj5kx8::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.rhoi0sy .mj5kx8 + .mj5kx8::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;
}
.dr6b4 .mj5kx8 + .mj5kx8::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.aw825 .mj5kx8 { margin-bottom: 16px; }
.aw825 .mj5kx8 + .mj5kx8 { margin-top: 0; }
.aw825 .i6azkc { padding-top: 0; padding-bottom: 0; }
.vus3f .mj5kx8 + .mj5kx8::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.pvhgo8 .mj5kx8 + .mj5kx8::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.noj9 .mj5kx8 + .mj5kx8::before,
.bfzle4 .mj5kx8 + .mj5kx8::before,
.w3eb75o .mj5kx8 + .mj5kx8::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%;
}
.equg5w .noj9 .mj5kx8:nth-child(even)::before,
.equg5w .bfzle4 .mj5kx8:nth-child(even)::before,
.equg5w .w3eb75o .mj5kx8:nth-child(even)::before { background: var(--bg-surface); }
.frfwt28z .noj9 .mj5kx8:nth-child(even)::before,
.frfwt28z .bfzle4 .mj5kx8:nth-child(even)::before,
.frfwt28z .w3eb75o .mj5kx8:nth-child(even)::before { background: var(--bg-card); }
.noj9 .mj5kx8 + .mj5kx8::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");
}
.bfzle4 .mj5kx8 + .mj5kx8::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");
}
.w3eb75o .mj5kx8 + .mj5kx8::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");
}
.e3d80zw .b7gl0,
.pam4f8 .b7gl0,
.lm4utr7 .b7gl0 { overflow: hidden; }
.e3d80zw .fge6,
.pam4f8 .fge6 { margin-bottom: 60px; }
.lm4utr7 .fge6 { margin-bottom: 70px; }
.e3d80zw .b7gl0::before,
.pam4f8 .b7gl0::before,
.lm4utr7 .b7gl0::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%;
}
.e3d80zw .b7gl0::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");
}
.pam4f8 .b7gl0::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");
}
.lm4utr7 .b7gl0::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");
}
.r82h .b7gl0:not(.bb9v8z00) .v10a { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.jg2ucur .b7gl0:not(.bb9v8z00) .v10a { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.cm12rs  .b7gl0:not(.bb9v8z00) .v10a { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.a12u8e  .b7gl0:not(.bb9v8z00) .v10a { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.i035 .bb9v8z00 { background: var(--accent); }
.i035 .bb9v8z00 .v10a { background: none; }
.i035 .xd9qj { background: var(--accent); }
.i035 .sjuy { background: var(--accent-bg); }
.i035 .b7gl0:not(.bb9v8z00) .v10a { background: rgba(0,0,0,0.6); }
.enct1 .v92cv { float: left; width: 38%; margin: 0 28px 16px 0; }
.enct1 .v92cv .heo0kd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.enct1 .i6azkc::after { content: ''; display: block; clear: both; }
.dn5pom34 .v92cv { float: right; width: 38%; margin: 0 0 16px 28px; }
.dn5pom34 .v92cv .heo0kd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.dn5pom34 .i6azkc::after { content: ''; display: block; clear: both; }
.laqd7zwb .mj5kx8:nth-child(odd)  .v92cv { float: left;  width: 38%; margin: 0 28px 16px 0; }
.laqd7zwb .mj5kx8:nth-child(even) .v92cv { float: right; width: 38%; margin: 0 0 16px 28px; }
.laqd7zwb .v92cv .heo0kd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.laqd7zwb .i6azkc::after { content: ''; display: block; clear: both; }
.enct1 .n4xilss9,
.enct1 .u7ur39,
.dn5pom34 .n4xilss9,
.laqd7zwb .n4xilss9,
@media (max-width: 900px) {
  .enct1 .v92cv,
  .dn5pom34 .v92cv,
  .laqd7zwb .mj5kx8:nth-child(odd)  .v92cv,
  .laqd7zwb .mj5kx8:nth-child(even) .v92cv {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .enct1 .v92cv .heo0kd,
  .dn5pom34 .v92cv .heo0kd,
  .laqd7zwb .v92cv .heo0kd {
    max-height: none !important;
  }
}
.enct1 .yzckk,
.enct1 .nmb4,
.dn5pom34 .yzckk,
.dn5pom34 .nmb4,
.laqd7zwb .yzckk,
.laqd7zwb .nmb4 { overflow: hidden; }
@media (max-width: 640px) {
  .enct1 .v92cv,
  .dn5pom34 .v92cv,
  .laqd7zwb .v92cv { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ft32mat .av2e7xm1,
.ft32mat .i6azkc,
.ft32mat .jeuhh  { max-width: 1100px; }
.ft32mat { --content-mw: 1100px; }
.rogcj .av2e7xm1,
.rogcj .i6azkc,
.rogcj .jeuhh  { max-width: 1200px; }
.vk4h3q .av2e7xm1,
.vk4h3q .i6azkc,
.vk4h3q .jeuhh  { max-width: 1320px; }
.zbqd0 { font-size: 0.82rem; color: var(--text-muted); }
.f5vvjr94 { display: flex; align-items: center; }
.yjpw {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.s6hw71r9 { display: flex; align-items: center; }
.q213a { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.q213a:hover { text-decoration: underline; }
.ie4c { margin: 0 3px; opacity: 0.45; }
.ie4c::before { content: '/'; }
.c2qw613k { padding: 2px 5px; color: var(--text-main); }
.oqac5t .zbqd0 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.oqac5t .f5vvjr94 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rnlu67 .zbqd0 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rnlu67 .f5vvjr94 { padding: 0 0 0 12px; }
.gd7r684 .f5vvjr94 { padding: 0 16px; }
.gd7r684 .zbqd0 {
  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);
}
.gd7r684 .av2e7xm1 { padding-top: 28px; }
@media (max-width: 720px) {
  .oktah { margin-top: 18px; padding: 0 16px; }
  .gd7r684 .av2e7xm1 { padding-top: 16px; }
}
.ft32mat.oqac5t .f5vvjr94 { max-width: 1100px; }
.rogcj.oqac5t .f5vvjr94 { max-width: 1200px; }
.vk4h3q.oqac5t .f5vvjr94 { max-width: 1320px; }
.ft32mat .oktah { max-width: 1100px; }
.hn0nxj .mj5kx8 { padding-top: 16px; padding-bottom: 16px; }
.wtbt2pd8 .mj5kx8 { padding-top: 24px; padding-bottom: 24px; }
.ij1d0gn .mj5kx8 { padding-top: 40px; padding-bottom: 40px; }
.qw3ws .mj5kx8 { padding-top: 52px; padding-bottom: 52px; }
.ysgm .mj5kx8:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ysgm .mj5kx8:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ysgm .mj5kx8:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ysgm .mj5kx8:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.t1hil .i6azkc { padding-top: 10px;  padding-bottom: 10px; }
.nqs1 .i6azkc { padding-top: 18px;  padding-bottom: 18px; }
.e5ixk74u .i6azkc { padding-top: 36px;  padding-bottom: 36px; }
.bpvqc .i6azkc { padding-top: 48px;  padding-bottom: 48px; }
.fgf6s h2.n9ct { font-weight: 600; }
.fgf6s h3.hiem4sb0     { font-weight: 600; }
.mlpccn8q h2.n9ct { font-weight: 800; }
.mlpccn8q h3.hiem4sb0     { font-weight: 700; }
.dwl8 h2.n9ct { font-weight: 900; }
.dwl8 h3.hiem4sb0     { font-weight: 800; }
.dwl8 .gjin3pnd strong,
.dwl8 .gjin3pnd strong { font-weight: 600; }
.ukni87r {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.r7ds .ukni87r { display: none; }
@media (max-width: 640px) { .ukni87r { display: none; } }
.ukni87r { background: var(--cta) !important; color: #fff !important; border: none !important; }
.ukni87r:hover { opacity: 0.85; }
.w5tr4i .ukni87r { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.r8cslan .ukni87r,
.trz0lh  .ukni87r { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.r8cslan .ukni87r:hover,
.trz0lh  .ukni87r:hover { opacity: 0.88; }
.w5tr4i.r8cslan .ukni87r,
.w5tr4i.trz0lh  .ukni87r { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.oca1j {
  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;
}
.oca1j:hover { transform: translateY(-2px); opacity: 0.92; }
.oca1j { background: var(--cta) !important; color: #fff !important; border: none !important; }
.wsu70 .oca1j { display: none; }
.r1sz .oca1j { right: 32px; }
.ih0x3m  .oca1j { left: 32px; }
@media (max-width: 480px) {
  .r1sz .oca1j { right: 20px; bottom: 20px; }
  .ih0x3m  .oca1j { left: 20px; bottom: 20px; }
}
.acde { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jeuhh { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.juip { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.edmpb0e { color: var(--text-dim); font-size: 0.8rem; }
.r0c21k1a { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.r0c21k1a img { height: 26px; width: auto; object-fit: contain; }
.x2r7 a, .vivxy7a a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.x2r7 a:hover, .vivxy7a a:hover { color: var(--accent-light); }
.vivxy7a { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.osfity .jeuhh { text-align: center; }
.osfity .vivxy7a { justify-content: center; margin-bottom: 16px; }
.osfity .juip { margin-top: 0; }
.g693 { margin-top: 10px; }
.g693 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jeuhh { padding-left: 16px; padding-right: 16px; }
  .mwb816f4 .jeuhh { padding: 20px 16px; }
  .vivxy7a { gap: 4px 12px; }
  .juip { font-size: 0.78rem; }
}
.tdj7t .izoir5vj .r0c21k1a { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.tdj7t .juip { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.tdj7t .edmpb0e { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .tdj7t .u1ueiud { grid-template-columns: 1fr 1fr; } .tdj7t .izoir5vj { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tdj7t .u1ueiud { grid-template-columns: 1fr; } }
.e9tch .r0c21k1a { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.e9tch .juip { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .e9tch .qmtrpe { gap: 12px; } .e9tch .r0c21k1a { margin-right: 0; width: 100%; } }
.ppuk .tqydqae .r0c21k1a { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ppuk .juip { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ppuk .edmpb0e { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ppuk .gte9l { grid-template-columns: 1fr 1fr; } .ppuk .tqydqae { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ppuk .gte9l { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .y8g3tg .clsri67 { grid-template-columns: 1fr 1fr; } .y8g3tg .qrpxl:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .y8g3tg .clsri67 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .tto8 .clsri67 { grid-template-columns: 1fr; } }
.d93hptwk .jeuhh { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.d93hptwk .vivxy7a { justify-content: center; }
.kw6ti .lsj7n      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kw6ti .acde { background: var(--bg-page); border-top-color: var(--border-alt); }
.iauiunzh .lsj7n      { background: #0d1117; border-bottom-color: #21262d; }
.iauiunzh .dhfuqjk { color: var(--accent-light); }
.iauiunzh .pizs { --msep-color: #8b949e; }
.iauiunzh .pizs a { color: #8b949e; }
.iauiunzh .pizs a:hover { color: var(--accent-light); }
.iauiunzh .c6a4b4 { color: #8b949e; }
.iauiunzh .acde { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.iauiunzh .juip,
.iauiunzh .edmpb0e { color: #6e7681; }
.iauiunzh .x2r7 a, .iauiunzh .vivxy7a a,
.iauiunzh .r0c21k1a { color: #e6edf3; }
.iauiunzh .x2r7 a:hover, .iauiunzh .vivxy7a a:hover,
@media (max-width: 640px) {
  .iauiunzh .pizs { background: #0d1117; border-top-color: #21262d; }
  .iauiunzh .pizs li a { border-bottom-color: #21262d; }
}
.idunkkb .lsj7n      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.idunkkb .dhfuqjk { color: var(--accent-light); }
.idunkkb .pizs { --msep-color: #475569; }
.idunkkb .pizs a { color: #475569; }
.idunkkb .pizs a:hover { color: var(--accent-light); }
.idunkkb .c6a4b4 { color: #64748b; }
.idunkkb .acde { background: #f0f4f8; border-top-color: #cbd5e1; }
.idunkkb .juip,
.idunkkb .edmpb0e { color: #64748b; }
.idunkkb .x2r7 a, .idunkkb .vivxy7a a,
.idunkkb .v0rhta a, .idunkkb .r0c21k1a { color: #374151; }
.idunkkb .x2r7 a:hover, .idunkkb .vivxy7a a:hover,
@media (max-width: 640px) {
  .idunkkb .pizs { background: #f0f4f8; border-top-color: #cbd5e1; }
  .idunkkb .pizs li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.r8cslan .lsj7n      { background: var(--accent); border-bottom-color: var(--accent-light); }
.r8cslan .dhfuqjk { color: #fff; }
.r8cslan .pizs { --msep-color: rgba(255,255,255,0.82); }
.r8cslan .pizs a { color: rgba(255,255,255,0.82); }
.r8cslan .pizs a:hover { color: #fff; }
.r8cslan .c6a4b4 { color: rgba(255,255,255,0.9); }
.r8cslan .acde { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.r8cslan .juip,
.r8cslan .edmpb0e { color: rgba(255,255,255,0.72); }
.r8cslan .x2r7 a, .r8cslan .vivxy7a a,
.r8cslan .v0rhta a, .r8cslan .r0c21k1a { color: #fff; }
.r8cslan .x2r7 a:hover, .r8cslan .vivxy7a a:hover,
@media (max-width: 640px) {
  .r8cslan .pizs { background: var(--accent); border-top-color: var(--accent-light); }
  .r8cslan .pizs li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.trz0lh .lsj7n {
  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);
}
.trz0lh .acde {
  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) {
  .trz0lh .pizs {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.p8oh .wpml7m { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.olo0 .wpml7m { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.clkswok .wpml7m { min-height: 72px; height: auto; }
.p79d7e56 .wpml7m { min-height: 84px; height: auto; }
.mwb816f4 .wpml7m { max-width: none; padding: 0 32px; }
.mwb816f4 .jeuhh  { max-width: none; padding: 24px 32px; }
.pirgsu.rogcj .wpml7m { max-width: 1200px; }
.pirgsu.vk4h3q .wpml7m { max-width: 1320px; }
.cwj5   .dhfuqjk, .cwj5   .r0c21k1a { text-transform: capitalize; }
.itq9 .dhfuqjk, .itq9 .r0c21k1a { text-transform: lowercase; }
.mlmd .dhfuqjk, .mlmd .r0c21k1a { text-transform: uppercase; letter-spacing: 0.06em; }
.t9xj, .blkqak {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.amvk5m .t9xj,
.amvk5m .blkqak { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.ez4w30u .t9xj,
.ez4w30u .blkqak { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 8px; padding: 4px; }
.fp5bj .t9xj,
.fp5bj .blkqak { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.nbh39 .t9xj,
.nbh39 .blkqak { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: 999px; padding: 4px 8px; }
.zfkx   .pizs a { font-weight: 500; }
.jgxl .pizs a { font-weight: 600; }
.uosdd1j     .pizs a { font-weight: 700; }
.snahpq    .pizs a { font-weight: 800; letter-spacing: 0.01em; }
.m94e     .pizs > li + li::before,
.bmy5umsp    .pizs > li + li::before,
.k76nj1    .pizs > li + li::before,
.w7uy2t .pizs > li + li::before,
.wni2kfs9 .pizs > li + li::before,
.iggix5t  .pizs > li + li::before,
.vgn3rpsf    .pizs > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.m94e     .pizs > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.bmy5umsp    .pizs > li + li::before { content: "|"; }
.k76nj1    .pizs > li + li::before { content: "—"; }
.w7uy2t .pizs > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wni2kfs9 .pizs > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.iggix5t  .pizs > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.vgn3rpsf    .pizs > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .sake8wl .c6a4b4,
  .or1ore .c6a4b4,
  .g8ltty .c6a4b4,
  .opkky4 .c6a4b4,
  .ml1ftr .c6a4b4 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .sake8wl .c6a4b4::before,
  .or1ore .c6a4b4::before,
  .g8ltty .c6a4b4::before,
  .opkky4 .c6a4b4::before,
  .ml1ftr .c6a4b4::before { content: ""; display: block; flex-shrink: 0; }

  
  .sake8wl .c6a4b4::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;
  }

  
  .or1ore .c6a4b4::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;
  }

  
  .g8ltty .c6a4b4::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;
  }

  
  .opkky4 .c6a4b4::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;
  }

  
  .ml1ftr .c6a4b4::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) {
  .rewaa3 .c6a4b4 {
    padding: 5px 14px;
  }
  .rewaa3 .pizs {
    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;
  }
  .rewaa3 .pizs li a {
    border-bottom: none; padding: 10px 22px;
  }
  .rewaa3 .pizs li a:hover { background: var(--bg-raised); }
  .rewaa3 .alihn8k,
  .thztb9q .alihn8k,
  .yfzadk .alihn8k { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .qjx12i .c6a4b4 {
    padding: 5px 10px;
  }
  .qjx12i .pizs {
    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);
  }
  .qjx12i .pizs.ihpqkr { transform: translateX(0); }
  .qjx12i .pizs li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .qjx12i .pizs li:last-child a { border-bottom: none; }
  .r8cslan .pizs,
  .iauiunzh .pizs { background: var(--accent) !important; }
  .r8cslan .pizs li a,
  .iauiunzh .pizs li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .yfzadk .c6a4b4 {
    padding: 5px 10px;
  }
  .yfzadk .pizs {
    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);
  }
  .yfzadk .pizs::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .yfzadk .pizs.ihpqkr { transform: translateY(0); }
  .yfzadk .pizs li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .ad4wwmz .c6a4b4 {
    padding: 5px 10px;
  }
  .ad4wwmz .pizs {
    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;
  }
  .ad4wwmz .pizs.ihpqkr { opacity: 1; pointer-events: auto; }
  .ad4wwmz .pizs li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .e3ij4     .c6a4b4 { border-radius: 0 !important; }
  .vptu1   .c6a4b4 { border-radius: 8px !important; }
  .k31sech .c6a4b4 { border-radius: 50% !important; }
  .i98w   .c6a4b4 { border-radius: 999px !important; }
}
.g67n0bo9 .rxx7xk4 { height: 36px; }
.xythfd .rxx7xk4 { height: 60px; max-width: 200px; }
.kxe1 .rxx7xk4 { height: 76px; max-width: 240px; }
.uv64z    .aua1bcwe, .uv64z    .qi7a { color: #f59e0b; }
@media (min-width: 720px) {
  .vvwn .u7ur39 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .vvwn .b96k {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .vvwn .b96k { padding: 40px 16px 20px; }
  .vvwn .txl63930 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .vvwn .f23f { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .pwbn3 .b96k {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .pwbn3 .b96k::before {
    position: absolute; top: 14px; left: 14px;
  }
  .pwbn3 .xrvp43d8 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .pwbn3 .mjmrfbs { white-space: normal; text-align: center; font-size: 1.2rem; }
  .pwbn3 .txl63930 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .pwbn3 .f23f { width: 100%; min-width: 0; }
  .pwbn3 .aua1bcwe { min-width: 0; }
}
.rer4 .u7ur39 { counter-reset: cs-rank; }
.rer4 .b96k::before {
  counter-increment: cs-rank;
  content: counter(cs-rank);
  font-size: 1.6rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.2;
  min-width: 24px; text-align: center;
  align-self: center; flex-shrink: 0;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.i6vmv .mgqx {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.i6vmv .mgqx summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.i6vmv .mgqx p { padding: 0 2px 16px; }
.huuq .mgqx { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.huuq .mgqx summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.huuq .mgqx summary::after { content: "›"; font-size: 1.2em; }
.huuq .mgqx[open] summary::after { content: "‹"; }
.huuq .mgqx p { padding: 10px 22px 4px; }
.y5t9prx .mgqx {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.y5t9prx .mgqx summary { color: var(--text-primary); padding-left: 16px; }
.y5t9prx .mgqx summary::after { content: "›"; font-size: 1.1em; }
.y5t9prx .mgqx[open] summary::after { content: "‹"; }
.y5t9prx .mgqx p { padding-left: 16px; }
.qxrpz9 .v107lciu { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.qxrpz9 .mgqx {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.qxrpz9 .mgqx:last-child { border-bottom: none; }
.qxrpz9 .mgqx summary { color: var(--text-primary); border-radius: 0; }
.qxrpz9 .mgqx summary::after { content: "›"; font-size: 1.1em; }
.qxrpz9 .mgqx[open] summary::after { content: "‹"; }
.dk72 .mgqx { overflow: hidden; }
.dk72 .mgqx summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.dk72 .mgqx summary::after { color: rgba(255,255,255,.75); }
.dk72 .mgqx[open] summary { border-radius: 0; }
.lzm9bd { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.s5l0mvf {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.tmx2vy {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.wj9up1 { color: var(--text-muted); font-size: 1.05rem; }
.vq19 {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.c7reegf0 { margin-bottom: 20px; }
.yqizk {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.mp0gnrrb {
  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;
}
.mp0gnrrb:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.vu49 { resize: vertical; min-height: 130px; }
.znkh57 { width: 100%; margin-top: 8px; }
.chvzfrp {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.f4gbbh {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.ee6xk { color: var(--text-muted); line-height: 1.75; }
.cabol2wf { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.cabol2wf li { margin-bottom: 6px; }
.uk6d { max-width: 760px; margin: 0 auto; }
.y9dfkcz { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.hlmye { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.hlmye:last-child { border-bottom: none; }
.hlmye h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.hlmye p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.lue6 { max-width: 760px; margin: 0 auto; }
.l59ev8wc ul.cabol2wf { margin: 0; }
@media (max-width: 640px) { .eirmszg { grid-template-columns: 1fr; gap: 10px; } }
.pozl { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.hx5u8 { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.ds1wtv75 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.hx5u8 p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.hx5u8 .cabol2wf { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .pozl { grid-template-columns: 1fr; } }
.jrz1h { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.jrz1h:hover .jqaw { color: var(--accent-light); text-decoration: underline; }
.dm4wy { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.cewvena { margin-bottom: 48px; }
.nqs4x1i { max-width: 760px; margin: 0 auto; }
.emy0o { text-align: center; }
.h7kojgbh { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.h7kojgbh:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.oke69 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.h7kojgbh p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.h7kojgbh ul.cabol2wf { margin: 0; }
.saj07 { color: var(--text-muted); line-height: 1.75; }
.emy0o .cabol2wf,
.hy75skn .cabol2wf,
.px7ch7g .cabol2wf,
.v7un6o .cabol2wf {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.emy0o .h7kojgbh,
.hy75skn .h7kojgbh { text-align: left; }
.emy0o .oke69,
.hy75skn .oke69 { text-align: center; }
.snsp6 { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.wpuu1 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.n6jch { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.ko9d { margin-top: 12px; }
.tgyl9q5 { 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; }
.tgyl9q5:hover { border-bottom-color: var(--accent-light); }
.w632o { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.w632o img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prot3pef { width: 200px; height: 200px; }
.frhg9ak { border-radius: 10px; }
.vnhzdnbj { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.k307m4pj { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .wwkf5 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.gzeos { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.gzeos .n6jch, .gzeos .wpuu1 { max-width: 640px; }
.l60p .snsp6 { font-size: 1.6rem; margin-top: 18px; }
.qh3mehm .n6jch { margin-bottom: 28px; }
@media (max-width: 860px) { .de6e3ns { grid-template-columns: 1fr; } .l60p { position: static; text-align: center; } }
.pt2k9h .w632o { margin: 0 auto 18px; }
.pt2k9h .vnhzdnbj { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ttwosc2 { grid-template-columns: 1fr; } }
.wivlh .snsp6 { font-size: 1.6rem; margin-bottom: 6px; }
.v7un6o .cabol2wf { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .wivlh { flex-direction: column; text-align: center; } .kqiq4fq { grid-template-columns: 1fr; } }
.vl33 .snsp6 { font-size: 1.35rem; margin: 0 0 4px; }
.vl33 .vnhzdnbj { margin: 0; }
.kbl7ik7 .tmx2vy { color: var(--accent-light); }
.vphyu7 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.vphyu7 .tmx2vy { font-size: 2rem; }
.vphyu7 .wj9up1 { max-width: 680px; }
.en1dlwh9 .tmx2vy { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.en1dlwh9 .wj9up1  { margin: 0; }
@media (max-width: 640px) { .en1dlwh9 { flex-direction: column; } }
.qmno1r1r .tmx2vy { color: var(--accent-light); }
.k3mktg .tmx2vy { color: #fff; }
.k3mktg .wj9up1  { color: rgba(255,255,255,0.85); }
.jccbrp { max-width: 680px; margin: 0 auto; }
@media (max-width: 540px) { .g5rxhe { grid-template-columns: 1fr; } }
.t5puwcrp .mp0gnrrb {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.t5puwcrp .mp0gnrrb:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.ew5db641 .mp0gnrrb { background: var(--bg-raised); border-color: transparent; }
.ew5db641 .mp0gnrrb:focus { background: var(--bg-card); border-color: var(--accent-light); }
.h86mg .mp0gnrrb { border-radius: 100px; padding: 11px 20px; }
.h86mg .vu49 { border-radius: 14px; }
@media (max-width: 640px) { .mg5qyze { grid-template-columns: 1fr; } }
.bnuneh7{display:none}
.bnuneh7:empty,.e2vuw:empty{display:none}
.r9o3{position:relative;overflow:visible}
.yxrzyyg .q3w11e8c,.xjtpgou .q3w11e8c,
.yvzlll .q3w11e8c,.wug6gxl7 .q3w11e8c,
.rwfa .q3w11e8c,.taqq .q3w11e8c{display:block}
.bw2nt6m .l1m5w2{display:block}
.yxrzyyg .q3w11e8c,.xjtpgou .q3w11e8c,
.yvzlll .q3w11e8c,.wug6gxl7 .q3w11e8c,
.rwfa .q3w11e8c{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}
.yxrzyyg .q3w11e8c .e2vuw,.xjtpgou .q3w11e8c .e2vuw,
.yvzlll .q3w11e8c .e2vuw,.wug6gxl7 .q3w11e8c .e2vuw,
.rwfa .q3w11e8c .e2vuw{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}
.yxrzyyg .e9z86ej,.xjtpgou .e9z86ej,
.yvzlll .e9z86ej,.wug6gxl7 .e9z86ej,
.rwfa .e9z86ej{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.yxrzyyg .q3w11e8c,.xjtpgou .q3w11e8c{top:12px}
.yxrzyyg .q3w11e8c .e2vuw{margin-right:auto}
.xjtpgou .q3w11e8c .e2vuw{margin-left:auto}
.xjtpgou .q3w11e8c{text-align:right}
.yvzlll .q3w11e8c,.wug6gxl7 .q3w11e8c{bottom:12px}
.yvzlll .q3w11e8c .e2vuw{margin-right:auto}
.wug6gxl7 .q3w11e8c .e2vuw{margin-left:auto}
.wug6gxl7 .q3w11e8c{text-align:right}
.rwfa .q3w11e8c{position:relative;margin-top:16px}
.rwfa .q3w11e8c .e2vuw{margin:0 auto}
.taqq .q3w11e8c{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.taqq .q3w11e8c .e2vuw{margin:0}
.taqq .sjuy~.q3w11e8c,
.taqq .zic4~.q3w11e8c{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.taqq .sjuy~.q3w11e8c .e2vuw,
.taqq .zic4~.q3w11e8c .e2vuw{justify-content:flex-start}
.sjuy~.q3w11e8c,.zic4~.q3w11e8c{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}
.sjuy~.q3w11e8c .e2vuw{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.zic4~.q3w11e8c .e2vuw{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.l1m5w2 .e2vuw{margin:0 0 12px}
.e2vuw{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.azevw1ra{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.jqaw{font-weight:600;color:var(--text-heading);opacity:1}
.xhhe3w::before{content:"·";margin:0 2px;opacity:.5}
.e9z86ej{white-space:nowrap}
.rwdyz55 .azevw1ra{display:none}
.iyeh .e9z86ej{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.iyeh .xhhe3w::before{content:""}
.cdsi2je .e9z86ej{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}
.cdsi2je .xhhe3w::before{content:""}
.exms .e2vuw{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.kky4zr7l .e9z86ej{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.kky4zr7l .xhhe3w::before{content:""}
.x2l6l .e9z86ej{color: var(--accent-light);opacity:1;font-weight:500}
.yewdqo .e9z86ej{border-bottom:1px solid currentColor;padding-bottom:2px}
.pwhchi .e2vuw{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.x4sug{--date-bg:var(--accent-bg)}
.kzx71 .xhhe3w::before{content:""}
.do70zitc .xhhe3w::before{content:"•";opacity:.4}
.do70zitc .e9z86ej + .e9z86ej::before{content:"•";margin-right:6px;opacity:.4}
.d9d4zp .xhhe3w::before{content:"/";opacity:.35}
.d9d4zp .e9z86ej + .e9z86ej::before{content:"/";margin-right:6px;opacity:.35}
.lxtn4s7 .xhhe3w::before{content:"|";opacity:.3}
.lxtn4s7 .e9z86ej + .e9z86ej::before{content:"|";margin-right:6px;opacity:.3}
.tlc3yx .xhhe3w::before{content:"—";opacity:.3}
.tlc3yx .e9z86ej + .e9z86ej::before{content:"—";margin-right:6px;opacity:.3}
.kixvj5vm .xhhe3w::before{content:"◆";font-size:.5em;opacity:.35}
.kixvj5vm .e9z86ej + .e9z86ej::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.zxtt2 .xhhe3w::before{content:"·";opacity:.4}
.zxtt2 .e9z86ej + .e9z86ej::before{content:"·";margin-right:6px;opacity:.4}
.tpvbzpl .xhhe3w::before{content:"›";opacity:.4}
.tpvbzpl .e9z86ej + .e9z86ej::before{content:"›";margin-right:6px;opacity:.4}
.wit7vf6 .xhhe3w::before{content:"→";opacity:.35;font-size:.85em}
.wit7vf6 .e9z86ej + .e9z86ej::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.qvzfdx .ampr8t{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
@media(max-width:640px){
  .ampr8t{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .vlfi0dr0{max-width:100%}
}
:root {
  --accent:          #8f3232;
  --brand:           #8f3232;
  --brand-light:     #733333;
  --brand-pale:      #8c4e4e;
  --grad-start:      #c45858;
  --grad-end:        #cc8d8d;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #8f3232;
  --cta-light:       #742323;
  --cta-hover:       #612222;
  --bg-page:         #f7f6f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f5f4f4;
  --bg-raised:       #f0eeee;
  --bg-hover:        #f5f4f4;
  --border:          #e8e2e2;
  --border-alt:      #dbd1d1;
  --border-section:  #e8e2e2;
  --text-primary:    #1a1818;
  --text-muted:      #5e5454;
  --text-body:       #353030;
  --text-sub:        #504848;
  --text-faint:      #867878;
  --text-dim:        #9e9393;
  --text-label:      #6b6060;
  --text-value:      #433c3c;
  --accent-bg:       #eee6e6;
  --accent-bg-light: #e5d1d1;
  --bg-tip:          #f0f9f0;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f0f9;
  --bg-pros:         #f0f9f0;
  --bg-cons:         #faf3f3;
  --c-pros:          #1f851d;
  --c-cons:          #9f2121;
  --c-pros-label:    #259e23;
  --c-tip-border:    #29af26;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #1f851d;
}
:root { --logo-bg-opacity: 80%; }
body, button, input { font-family: "Lato", sans-serif; }
.q0f8 .q3xzok li::before, .q0f8 .ygi3n0fs 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; }.q0f8 .q3xzok li::before { content: ""; }.q0f8 .ygi3n0fs li::before { content: ""; }.q0f8 .vb1e9el::before, .q0f8 .agxda2b6::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.q0f8 .vb1e9el::before { content: ""; }.q0f8 .agxda2b6::before { content: ""; }
.s8ub5l8 .ssgwsy, .s8ub5l8 .sjuy { min-height: 420px; }
.kfun6r .zfuf::after, .kfun6r .dm8ss::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; }
.lail2 .ukni87r::after,.lail2 .oca1j::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; }
.ie4c::before { content: '>'; }