: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;
}
.mojfs {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.fune {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.d1yytm {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.szneit { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.n4xbua4 { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.n4xbua4 a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.n4xbua4 a:hover { color: var(--accent-light); }
.p614tmb     .cho2 { border-radius: 24px; padding: 8px; }
.p614tmb .cho2 li a { border-radius: 16px; }
.rkkg .cho2 li + li { border-top: 1px dotted var(--border-alt); }
@media (max-width: 640px) {
  .cho2 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .sbo7p2hm:hover .cho2,
  .sbo7p2hm:focus-within .cho2 { display: block; }
  .cho2 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.yf8rv {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.oh264pmc { display: none; }
@media (max-width: 640px) {
  .oh264pmc {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .oh264pmc.xws82 { display: block; }
}
@media (max-width: 640px) {
  .yf8rv { display: block; }
  .n4xbua4 > li + li::before { display: none !important; }
  .n4xbua4 {
    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;
  }
  .n4xbua4.xws82 { display: flex; }
  .n4xbua4 li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .n4xbua4 li:last-child a { border-bottom: none; }
}
.di1iivi { min-height: 480px; }
.g907if {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.i5d8muzb { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ouuwbpao .i5d8muzb { margin-left: 0; margin-right: 0; }
.n3003xy {
  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;
}
.n3003xy:hover { opacity: 0.88; }
.l28rcct .g907if { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.l28rcct .i5d8muzb { color: #e2e8f0; }
.l28rcct.ouuwbpao   .zfox { text-align: left; }
.kfraxmab .g907if { color: var(--text-primary); text-shadow: none; }
.kfraxmab .i5d8muzb { color: var(--text-muted); }
.kfraxmab .n3003xy { margin-top: 16px; }
.kfraxmab, .kfraxmab.di1iivi { min-height: auto !important; }
.kfraxmab.ouuwbpao   .zfox { text-align: left; }
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lfvyd3 .g907if { color: #fff; }
.lfvyd3 .i5d8muzb { color: rgba(255,255,255,0.85); }
.lfvyd3 .n3003xy { background: #fff; color: var(--cta); }
.lfvyd3 .n3003xy:hover { opacity: 0.92; }
.kyqg .xzppnsm5 { position: relative; overflow: hidden; }
.kyqg .xzppnsm5::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.f1zr8 .xzppnsm5 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.wv6ji .xzppnsm5 { position: relative; overflow: hidden; }
.wv6ji .xzppnsm5::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;
}
.hwb1b .xzppnsm5 { position: relative; overflow: hidden; }
.hwb1b .xzppnsm5::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.zmxgj6 .xzppnsm5 {
  animation: hg-fadein 1.2s ease-out both;
}
.xzppnsm5 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.agk8 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.yt23h {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.kaephi4 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.xzppnsm5 .g907if { text-shadow: none; color: var(--text-primary); }
.xzppnsm5 .i5d8muzb { color: var(--text-muted); }
body.ij20m .g907if {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.bixb6za1 .g907if {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.xzppnsm5.ihsos .agk8 { align-items: center; text-align: center; }
.xzppnsm5.ouuwbpao   .agk8 { align-items: flex-start; text-align: left; }
.xpaazh .yt23h { position: relative; }
.xpaazh .yt23h::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.xpaazh.airotchq .yt23h::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.or1uyp .yt23h {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.or1uyp .kaephi4 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.or1uyp.airotchq .yt23h { padding: 32px 0 32px 32px; }
.wnlylyml .yt23h {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.wnlylyml .kaephi4 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.airotchq .agk8 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.wnlylyml.airotchq .yt23h { padding: 40px 16px 40px 48px; }
.j2akj .yt23h { display: flex !important; align-items: center; justify-content: center; position: relative; }
@media (max-width: 700px) {
  .xzppnsm5 { grid-template-columns: 1fr !important; grid-template-areas: "text" !important; }
  .xzppnsm5 .yt23h { display: none !important; }
  .j2akj .yt23h { display: none !important; }
  .hv3egyf .z7fy { display: none !important; }
  .ir56 .kbfh5uj { display: none !important; }
  .agk8  { padding: 36px 24px; }
  .xzppnsm5~.ppvykdk,.airotchq~.ppvykdk{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  
  .di1iivi, .xzppnsm5 { min-height: 320px !important; }
  
  .g907if { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .xoci2x { display: none !important; }
  
  .zffne { flex-direction: column; align-items: center; }
  .ey25m7 { width: 100%; max-width: 340px; }
}
.woq2ubur { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dm4ec5 { width: 100%; height: auto; display: block; border-radius: 10px; }
.oid1 .woq2ubur        { border-radius: 16px; }
.oid1 .dm4ec5  { border-radius: 16px; }
.lqwr909 .woq2ubur         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.lqwr909 .dm4ec5   { border-radius: 8px; }
.jbq4mhze { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.g0l3 { width: 100%; padding: 32px 0; position: relative; }
.wueoct { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.twarq6 .g0l3:nth-child(even) { background: var(--bg-surface); }
.twarq6 .g0l3:nth-child(odd)  { background: var(--bg-page); }
.kg3yb .g0l3:nth-child(even) { background: var(--bg-card); }
.kg3yb .g0l3:nth-child(odd)  { background: var(--bg-page); }
.twarq6 .g0l3:nth-child(odd)  .wueoct { background: var(--bg-card); border-radius: 6px; }
.twarq6 .g0l3:nth-child(even) .wueoct { background: var(--bg-raised); border-radius: 6px; }
.kg3yb .g0l3:nth-child(odd)  .wueoct { background: var(--bg-card); border-radius: 6px; }
.kg3yb .g0l3:nth-child(even) .wueoct { background: var(--bg-raised); border-radius: 6px; }
.twarq6 .g0l3:nth-child(even) .i5rlhaj .ivr79,
.kg3yb .g0l3:nth-child(even) .i5rlhaj .ivr79 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.twarq6 .g0l3:nth-child(odd) .i5rlhaj .ivr79,
.kg3yb .g0l3:nth-child(odd) .i5rlhaj .ivr79 { background: var(--bg-card-inner); }
.twarq6 .g0l3:nth-child(even) .h2jrbge .ivr79:nth-child(odd),
.kg3yb .g0l3:nth-child(even) .h2jrbge .ivr79:nth-child(odd)  { background: var(--bg-card); }
.twarq6 .g0l3:nth-child(even) .h2jrbge .ivr79:nth-child(even),
.kg3yb .g0l3:nth-child(even) .h2jrbge .ivr79:nth-child(even) { background: var(--bg-card-inner); }
h1.zm32 { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.zm32 {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.e3ytx { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.fj26q9 h2.zm32 {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.qxwsjx68 h2.zm32 {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.nswp0 h2.zm32 {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.vabq6pi h2.zm32::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.pw98024 h2.zm32 {
  color: var(--text-primary); font-size: 1.7rem;
}
.gyua h2.zm32::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.dsx6m h2.zm32 {
  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;
}
.ziuc8 { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .ziuc8 { display: none; } }
.y4c9kvck { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.qmpdmv { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.gevwero {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.g4m6abg { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.w07d1jc { padding-left: 20px; }
.w07d1jc li { margin-bottom: 6px; }
.w07d1jc a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.w07d1jc a:hover { color: var(--accent-light); }
.eg98 .g4m6abg { display: none; }
.tfcnrx .g4m6abg { display: none; }
.tfcnrx .w07d1jc { padding-left: 0; list-style: none; }
.tfcnrx .w07d1jc li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.tfcnrx .w07d1jc a { font-size: 0.92rem; }
.jesaht .gevwero { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.jesaht .g4m6abg { display: none; }
.jesaht .w07d1jc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.jesaht .w07d1jc li { margin-bottom: 0; }
.jesaht .w07d1jc 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;
}
.jesaht .w07d1jc a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.qwk2jhe3 .gevwero { padding: 20px 20px 16px; }
.qwk2jhe3 .w07d1jc {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.qwk2jhe3 .w07d1jc li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.qwk2jhe3 .w07d1jc 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;
}
.qwk2jhe3 .w07d1jc 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;
}
.qwk2jhe3 .w07d1jc a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.qwk2jhe3 .w07d1jc a:focus,
.qwk2jhe3 .w07d1jc a:focus-visible,
.qwk2jhe3 .w07d1jc a:target { outline: none; }
.qwk2jhe3 .w07d1jc li:target a { border-color: var(--border); color: var(--text-muted); }
.jlnkd9se .gevwero { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.jlnkd9se .g4m6abg { display: none; }
.jlnkd9se .w07d1jc { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.jlnkd9se .w07d1jc li { margin-bottom: 0; }
.jlnkd9se .w07d1jc li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.jlnkd9se .w07d1jc li:last-child::after { content: ""; margin-right: 0; }
.jlnkd9se .w07d1jc a { font-size: 0.9rem; }
.ivr79 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.i5rlhaj .ivr79 { background: var(--bg-card); }
.h2jrbge .ivr79:nth-child(odd)  { background: var(--bg-card); }
.h2jrbge .ivr79:nth-child(even) { background: var(--bg-raised); }
.lucwy5n .ivr79 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.lucwy5n .ivr79:last-child { border-bottom: none; }
.lucwy5n h3.e3ytx { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.fq4231 .ivr79 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.fq4231 .ivr79 + .ivr79 { margin-top: 4px; }
.s2y7bc .ivr79 { background: none; border-radius: 0; padding: 12px 0; }
.s2y7bc .ivr79 + .ivr79 { border-top: 1px solid var(--border-section); }
.jq2fy { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.l3tnw { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.zepf { color: var(--text-body); margin-bottom: 10px; }
.id3e36t, .mrfy { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.id3e36t li, .mrfy li { margin-bottom: 6px; }
.mrfy li { list-style: decimal; }
.ntmk4vqx     .id3e36t { list-style-type: "● "; }
.svbip2  .id3e36t { list-style-type: "■ "; }
.wrs4 .id3e36t { list-style-type: "◆ "; }
.zh9gdcs    .id3e36t { list-style-type: "★ "; }
.ntmk4vqx     .ohwa { list-style-type: "● "; }
.svbip2  .ohwa { list-style-type: "■ "; }
.wrs4 .ohwa { list-style-type: "◆ "; }
.zh9gdcs    .ohwa { list-style-type: "★ "; }
.ntmk4vqx    .id3e36t li::marker, .ntmk4vqx    .ohwa li::marker,
.svbip2 .id3e36t li::marker, .svbip2 .ohwa li::marker,
.wrs4 .id3e36t li::marker, .wrs4 .ohwa li::marker,
.zh9gdcs   .id3e36t li::marker, .zh9gdcs   .ohwa li::marker {
  color: var(--cta); font-size: 1em;
}
.ntmk4vqx .mrfy,
.svbip2 .mrfy,
.wrs4 .mrfy,
.zh9gdcs .mrfy {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ntmk4vqx .mrfy li,
.svbip2 .mrfy li,
.wrs4 .mrfy li,
.zh9gdcs .mrfy li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ntmk4vqx .mrfy li::before,
.svbip2 .mrfy li::before,
.wrs4 .mrfy li::before,
.zh9gdcs .mrfy 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;
}
.ntmk4vqx     .mrfy li::before { border-radius: 50%; }
.svbip2  .mrfy li::before { border-radius: 3px; }
.wrs4 .mrfy li::before { border-radius: 3px; }
.zh9gdcs    .mrfy li::before { border-radius: 50%; }
.pp4d0v { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.c564 .pp4d0v,
.zrh6a2 .pp4d0v { background: transparent; border: none; border-radius: 0; }
.w94tprlu { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.w94tprlu th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.w94tprlu td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.w94tprlu tr:hover td { background: var(--bg-hover); }
.sjaklywz .w94tprlu tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mbes .w94tprlu { border: 1px solid var(--border-alt); }
.mbes .w94tprlu th,
.mbes .w94tprlu td { border: 1px solid var(--border-alt); }
.ihdi1it3 .w94tprlu th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.ihdi1it3 .w94tprlu td { border-bottom: none; }
.ihdi1it3 .w94tprlu tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.j9ri8ef .w94tprlu th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.uoxhx3g .pp4d0v {
  overflow: hidden;
}
.uoxhx3g .w94tprlu th { border-bottom: 1px solid var(--border-alt); }
.uoxhx3g .w94tprlu tr:last-child td { border-bottom: none; }
.mf546 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.mde381 { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.paisvc { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.lawfp { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.zwrb { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.ohwa { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.ohwa 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%}
.tc4h9 .lawfp { background: transparent; text-align: center; }
.fzjj9p .paisvc {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.ew45s .paisvc {
  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);
}
.pf5jaqxc .mde381 { display: grid; grid-template-columns: auto 1fr; }
.pf5jaqxc .paisvc {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.pf5jaqxc .lawfp { grid-column: 2; }
.pf5jaqxc .zwrb,
.pf5jaqxc .ohwa { grid-column: 1 / -1; }
.i3a8 .mde381 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.i3a8 .paisvc {
  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);
}
.i3a8 .lawfp { grid-column: 2; }
.i3a8 .zwrb,
.i3a8 .ohwa { grid-column: 1 / -1; }
.tt67h .mde381 { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.tt67h .lawfp { background: none; color: var(--accent-light); font-weight: 700; }
.i07j3j .mde381 { 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); }
.i07j3j .lawfp { background: none; color: var(--accent-light); font-weight: 700; }
.gec2z5 .mde381 { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.gec2z5 .mde381:last-child { border-bottom: none; }
.gec2z5 .lawfp { background: none; color: var(--accent-light); font-weight: 700; }
.tz75q .mde381 { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.tz75q .lawfp { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.ac0b .mf546 { counter-reset: card-n; }
.ac0b .mde381  { counter-increment: card-n; }
.ac0b .lawfp { display: flex; align-items: center; gap: 10px; }
.ac0b .lawfp::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;
}
.r1tgtx .mde381 { background: var(--bg-surface); border: 1px solid var(--border); }
.r1tgtx .lawfp { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.mcxh { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.eklc1  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.kys3 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.uynro3u { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.mcxh strong { color: var(--text-primary); font-size: 0.95rem; }
.mcxh p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.rbfu9hw2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.n3f2, .hifgo { border-radius: 8px; padding: 14px; }
.n3f2 { background: var(--bg-pros); }
.hifgo { background: var(--bg-cons); }
.gcgamfqn { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.n3f2 .gcgamfqn { color: var(--c-pros-label); }
.hifgo .gcgamfqn { color: #f87171; }
.n3f2 ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.hifgo ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.dm4ec5 { width: 100%; height: auto; border-radius: 10px; display: block; }
.mn0rw6 {
  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;
}
.mn0rw6:hover { opacity: 0.85; }
.wr5q .mn0rw6  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.wr5q .mn0rw6:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zr9819nm .mn0rw6  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.zr9819nm .mn0rw6:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.e9k3 .n3003xy { border-radius: 50px; }
.e9k3 .mn0rw6  { border-radius: 50px; }
.xzqtq .n3003xy { padding-left: 22px; padding-right: 22px; }
.xzqtq .mn0rw6  { padding-left: 12px; padding-right: 12px; }
.w2v9xtt0 .n3003xy { padding-left: 44px; padding-right: 44px; }
.w2v9xtt0 .mn0rw6  { padding-left: 24px; padding-right: 24px; }
.vwlzc .n3003xy { padding-left: 56px; padding-right: 56px; }
.vwlzc .mn0rw6  { padding-left: 32px; padding-right: 32px; }
.o828ck7   .n3003xy::after, .o828ck7   .mn0rw6::after,
.zabkuge .n3003xy::after, .zabkuge .mn0rw6::after,
.z4jfuj79    .n3003xy::after, .z4jfuj79    .mn0rw6::after,
.tpnu    .n3003xy::after, .tpnu    .mn0rw6::after,
.o3n2h    .n3003xy::after, .o3n2h    .mn0rw6::after,
.sztejds     .n3003xy::after, .sztejds     .mn0rw6::after,
.kjla9ht9    .n3003xy::after, .kjla9ht9    .mn0rw6::after,
.xmnvd85   .n3003xy::after, .xmnvd85   .mn0rw6::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;
}
.o828ck7 .n3003xy::after, .o828ck7 .mn0rw6::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");
}
.zabkuge .n3003xy::after, .zabkuge .mn0rw6::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");
}
.z4jfuj79 .n3003xy::after, .z4jfuj79 .mn0rw6::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");
}
.tpnu .n3003xy::after, .tpnu .mn0rw6::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");
}
.o3n2h .n3003xy::after, .o3n2h .mn0rw6::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");
}
.sztejds .n3003xy::after, .sztejds .mn0rw6::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");
}
.kjla9ht9 .n3003xy::after, .kjla9ht9 .mn0rw6::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");
}
.xmnvd85 .n3003xy::after, .xmnvd85 .mn0rw6::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");
}
.znp1g   .gfa32::after, .znp1g   .l79xb6v::after,
.f5r62 .gfa32::after, .f5r62 .l79xb6v::after,
.z7to    .gfa32::after, .z7to    .l79xb6v::after,
.b066e    .gfa32::after, .b066e    .l79xb6v::after,
.cmhz    .gfa32::after, .cmhz    .l79xb6v::after,
.hkj7     .gfa32::after, .hkj7     .l79xb6v::after,
.y7mqbnbg    .gfa32::after, .y7mqbnbg    .l79xb6v::after,
.nxqcd7p   .gfa32::after, .nxqcd7p   .l79xb6v::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;
}
.znp1g .gfa32::after, .znp1g .l79xb6v::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");
}
.f5r62 .gfa32::after, .f5r62 .l79xb6v::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");
}
.z7to .gfa32::after, .z7to .l79xb6v::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");
}
.b066e .gfa32::after, .b066e .l79xb6v::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");
}
.cmhz .gfa32::after, .cmhz .l79xb6v::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");
}
.hkj7 .gfa32::after, .hkj7 .l79xb6v::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");
}
.y7mqbnbg .gfa32::after, .y7mqbnbg .l79xb6v::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");
}
.nxqcd7p .gfa32::after, .nxqcd7p .l79xb6v::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");
}
.k6v0gb5r .hokgu { background: rgba(128,128,128,.12); }
@media (min-width: 721px) {
  .alurp8g6 { flex: 0 0 260px; width: 260px; }
  .v29sck { flex: 0 0 120px; width: 120px; }
  .neunrbjh { flex: 0 0 110px; width: 110px; }
  .yxwdvt   { flex: 0 0 180px; width: 180px; }
}
@media (min-width: 721px) {
  .nt265t { flex: 0 0 170px; width: 170px; margin-left: auto; }
}
.nt265t.mn0rw6 { 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) {
  .vl2h23 { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .vl2h23 .wfcdzjrc { flex-direction: column; align-items: center; padding: 18px 14px; border-radius: 14px; gap: 14px; }
  .vl2h23 .alurp8g6 { flex-direction: column; align-items: center; gap: 10px; width: 100%; min-width: 0; }
  .vl2h23 .hokgu { width: 100%; min-width: unset; height: 120px; }
  .vl2h23 .a5h8n { max-height: 96px; max-width: 200px; }
  .vl2h23 .cmg2m { min-width: unset; text-align: center; white-space: normal; }
  .vl2h23 .v29sck { min-width: 0; }
  .vl2h23 .yxwdvt { 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; }
  .vl2h23 .nt265t { width: 100%; min-width: 0; text-align: center; margin-left: 0; }
  .kmi403rz .wfcdzjrc { row-gap: 8px !important; gap: 10px !important; }
}
@media (min-width: 860px) {
  .usb92 .vrka1 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .usb92 .ym62 { margin: 0; }
}
.ixh5kna .ou432 { background: var(--accent-bg); border-bottom: 2px solid var(--accent); }
.ixh5kna .bhxcd6is h3 { color: var(--accent-light); }
.ixh5kna .kccsx { background: var(--bg-page); border: 1px solid var(--border); }
.zrh6a2 .rbfu9hw2 { gap: 10px; }
.zrh6a2 .n3f2, .zrh6a2 .hifgo { padding: 12px; }
.zrh6a2 .n3f2 ul, .zrh6a2 .hifgo ul { margin: 4px 0 0; padding-left: 18px; }
.zrh6a2 .n3f2 li, .zrh6a2 .hifgo li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .aqmz { grid-template-columns: 1fr; }
  .y37doyy { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .y37doyy .i9olctid { width: 72px; height: 50px; }
  .y37doyy .zdzmoge { max-width: 180px; }
  .y37doyy .wutzawm { width: auto; }
}
@media (max-width: 720px) {
  .chx0fr { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .emm6sd { padding: 16px; }
  .np18 .hobprvsx { min-width: 50%; }
}
.sw0ww .rbfu9hw2 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .gu4do { grid-template-columns: 1fr; }
  .pjef98yo { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .smo5 { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .bypgoi { flex-wrap: wrap; padding: 16px; }
}
.pvxe2tsv .rbfu9hw2 { gap: 8px; }
.pvxe2tsv .n3f2, .pvxe2tsv .hifgo { padding: 8px; }
@media (max-width: 480px) {
  .o1zti9 { flex-direction: column; align-items: stretch; }
}
.w75hj5 .wutzawm .mn0rw6 { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .zsqqbr { flex-direction: column; align-items: stretch; gap: 10px; }
  .w75hj5 .wutzawm { text-align: center; }
}
@media (max-width: 720px) {
  .m54s { grid-template-columns: 1fr; }
  .c7alkds { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .x4cdwq { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .sm36sy94 { grid-template-columns: 1fr; }
  .weau { width: 100px; height: 100px; margin: 16px auto; }
  .nnhe { font-size: 1.4rem; }
  .rr2fe { justify-content: center; }
  .iabk93z .hobprvsx { min-width: 50%; }
}
.jh5os209 .rbfu9hw2 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .rgpdbyx5 { flex-wrap: wrap; padding: 14px 16px; }
  .au95h { padding: 12px 16px; }
  .jh5os209 .rbfu9hw2 { margin: 0 16px; }
  .jh5os209 .xptegtud { padding: 0 16px; }
  .k6g0k9 { padding: 12px 16px; }
}
.fk0jgrnz .wfcdzjrc { padding: 14px 18px; gap: 16px; }
.fk0jgrnz .cmg2m { font-size: 1rem; }
.fk0jgrnz .ou432 { padding: 14px 18px; gap: 14px; }
.fk0jgrnz .c564 { padding: 14px 18px; }
.fk0jgrnz .kccsx { width: 70px; }
.fk0jgrnz .bhxcd6is h3 { font-size: 1.05rem; }
.a74q8bak .nt265t.mn0rw6 { padding: 14px 30px !important; font-size: 1rem; }
.v38m .nt265t.mn0rw6 { padding: 16px 36px !important; font-size: 1.05rem; font-weight: 700; }
.menksul0 { margin: 16px 0; }
.llxn { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.llxn summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.llxn summary::after { content: "+"; color: var(--accent-light); }
.llxn[open] summary::after { content: "−"; }
.llxn p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.g0l3 { margin-bottom: 0; }
.ck3ykekj h2.zm32 { color: var(--text-primary); border-color: var(--accent-light); }
.fhy20fsc h2.zm32 { color: var(--text-primary); border-color: var(--accent-light); }
.n4ig .eklc1     { background: #052e16; border-color: #10b981; }
.n4ig .bzocs7d8 { background: #2d0a1e; border-color: #f43f5e; }
.n4ig .kys3    { background: #1e1036; border-color: #a855f7; }
.n4ig .mcxh strong  { color: #f1f5f9; }
.n4ig .mcxh p       { color: #cbd5e1; }
.n4ig .tedvy    .eklc1     .uynro3u::before,
.n4ig .i9wqale6  .eklc1     .uynro3u::before,
.n4ig .cb4j  .eklc1     .uynro3u::before,
.n4ig .iiloy4m .eklc1     .uynro3u::before { color: #10b981; }
.n4ig .tedvy    .bzocs7d8 .uynro3u::before,
.n4ig .i9wqale6  .bzocs7d8 .uynro3u::before,
.n4ig .cb4j  .bzocs7d8 .uynro3u::before,
.n4ig .iiloy4m .bzocs7d8 .uynro3u::before { color: #f43f5e; }
.n4ig .tedvy    .kys3    .uynro3u::before,
.n4ig .i9wqale6  .kys3    .uynro3u::before,
.n4ig .cb4j  .kys3    .uynro3u::before,
.n4ig .iiloy4m .kys3    .uynro3u::before { color: #a855f7; }
.m6m1 .eklc1     { background: #2d2000; border-color: #eab308; }
.m6m1 .kys3    { background: #2d1600; border-color: #f97316; }
.m6m1 .mcxh strong  { color: #f1f5f9; }
.m6m1 .mcxh p       { color: #cbd5e1; }
.m6m1 .tedvy    .eklc1     .uynro3u::before,
.m6m1 .i9wqale6  .eklc1     .uynro3u::before,
.m6m1 .cb4j  .eklc1     .uynro3u::before,
.m6m1 .iiloy4m .eklc1     .uynro3u::before { color: #eab308; }
.m6m1 .tedvy    .bzocs7d8 .uynro3u::before,
.m6m1 .i9wqale6  .bzocs7d8 .uynro3u::before,
.m6m1 .cb4j  .bzocs7d8 .uynro3u::before,
.m6m1 .iiloy4m .bzocs7d8 .uynro3u::before { color: #ef4444; }
.m6m1 .tedvy    .kys3    .uynro3u::before,
.m6m1 .i9wqale6  .kys3    .uynro3u::before,
.m6m1 .cb4j  .kys3    .uynro3u::before,
.m6m1 .iiloy4m .kys3    .uynro3u::before { color: #f97316; }
.u1bld8 .eklc1     { background: #0c1a2e; border-color: #38bdf8; }
.u1bld8 .kys3    { background: #0a2020; border-color: #2dd4bf; }
.u1bld8 .mcxh strong  { color: #f1f5f9; }
.u1bld8 .mcxh p       { color: #cbd5e1; }
.u1bld8 .tedvy    .eklc1     .uynro3u::before,
.u1bld8 .i9wqale6  .eklc1     .uynro3u::before,
.u1bld8 .cb4j  .eklc1     .uynro3u::before,
.u1bld8 .iiloy4m .eklc1     .uynro3u::before { color: #38bdf8; }
.u1bld8 .tedvy    .bzocs7d8 .uynro3u::before,
.u1bld8 .i9wqale6  .bzocs7d8 .uynro3u::before,
.u1bld8 .cb4j  .bzocs7d8 .uynro3u::before,
.u1bld8 .iiloy4m .bzocs7d8 .uynro3u::before { color: #818cf8; }
.u1bld8 .tedvy    .kys3    .uynro3u::before,
.u1bld8 .i9wqale6  .kys3    .uynro3u::before,
.u1bld8 .cb4j  .kys3    .uynro3u::before,
.u1bld8 .iiloy4m .kys3    .uynro3u::before { color: #2dd4bf; }
.cn3gkkvx .eklc1     { background: var(--accent-bg); border-color: var(--accent-light); }
.cn3gkkvx .kys3    { background: var(--accent-bg); border-color: var(--accent-pale); }
.cn3gkkvx .tedvy    .uynro3u::before,
.cn3gkkvx .i9wqale6  .uynro3u::before,
.cn3gkkvx .cb4j  .uynro3u::before,
.cn3gkkvx .iiloy4m .uynro3u::before { color: var(--accent-light) !important; }
.uxk7rq87::before,
.vbps5::before { margin-right: 5px; }
.y144 .n3f2 ul li,
.y144 .n3f2 .uxk7rq87 { color: #22c55e; }
.y144 .hifgo ul li,
.y144 .hifgo .vbps5 { color: #ef4444; }
.xq8y .n3f2 { background: var(--bg-pros); }
.xq8y .hifgo { background: var(--bg-cons); }
.xq8y .n3f2 .uxk7rq87 { color: var(--c-pros-label); }
.xq8y .hifgo .vbps5 { color: var(--c-cons); }
.xq8y .n3f2 ul li,
.xq8y .oixb li            { color: var(--c-pros); }
.xq8y .hifgo ul li,
.xq8y .iny5 li            { color: var(--c-cons); }
.pev3 .n3f2 { background: var(--bg-pros); }
.pev3 .hifgo { background: var(--bg-cons); }
.pev3 .n3f2 .uxk7rq87 { color: var(--c-pros-label); }
.pev3 .hifgo .vbps5 { color: var(--c-cons); }
.pev3 .n3f2 ul li,
.pev3 .hifgo ul li,
.dkd1 .uxk7rq87::before { content: "✓ "; }
.dkd1 .vbps5::before { content: "✗ "; }
.axcp5v6 .uxk7rq87::before { content: "→ "; }
.axcp5v6 .vbps5::before { content: "← "; }
.fucprr .uxk7rq87::before { content: "★ "; }
.fucprr .vbps5::before { content: "✕ "; }
.cgqh6bbh .uxk7rq87::before { content: "◆ "; }
.cgqh6bbh .vbps5::before { content: "▲ "; }
.ub087cpz .mcxh { background: transparent; border-left: none; border: 1.5px solid; }
.ub087cpz .eklc1     { border-color: var(--c-tip-border); }
.ub087cpz .kys3    { border-color: #60a5fa; }
.ub087cpz .mcxh strong { color: var(--text-primary); }
.ub087cpz .mcxh p      { color: var(--text-muted); }
.gapj7a .mcxh { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.gapj7a .eklc1     { border-top-color: var(--c-tip-border); }
.gapj7a .kys3    { border-top-color: #60a5fa; }
.m1xa5 .mcxh { border-left: none; border-radius: 8px; }
.m1xa5 .eklc1     { background: #065f46; }
.m1xa5 .kys3    { background: #1e3a8a; }
.m1xa5 .mcxh strong,
.m1xa5 .mcxh p { color: #fff; }
.m1xa5 .uynro3u::before { color: rgba(255,255,255,0.85) !important; }
.n4ig.m1xa5 .eklc1,
.n4ig .m1xa5 .eklc1     { background: #052e16; }
.n4ig.m1xa5 .bzocs7d8,
.n4ig .m1xa5 .bzocs7d8 { background: #2d0a1e; }
.n4ig.m1xa5 .kys3,
.n4ig .m1xa5 .kys3    { background: #1e1036; }
.m6m1.m1xa5 .eklc1,
.m6m1 .m1xa5 .eklc1      { background: #2d2000; }
.m6m1.m1xa5 .kys3,
.m6m1 .m1xa5 .kys3     { background: #2d1600; }
.u1bld8.m1xa5 .eklc1,
.u1bld8 .m1xa5 .eklc1      { background: #0c1a2e; }
.u1bld8.m1xa5 .kys3,
.u1bld8 .m1xa5 .kys3     { background: #0a2020; }
.ynu35f .mcxh { border-left: none; border-radius: 6px; padding: 10px 14px; }
.ynu35f .eklc1     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.ynu35f .kys3    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.ynu35f .mcxh strong { color: var(--text-primary); }
.ynu35f .mcxh p      { color: var(--text-muted); }
.tmivx .mcxh { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.tedvy .uynro3u,
.i9wqale6 .uynro3u,
.cb4j .uynro3u,
.iiloy4m .uynro3u { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.tedvy .uynro3u::before,
.i9wqale6 .uynro3u::before,
.cb4j .uynro3u::before,
.iiloy4m .uynro3u::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.tedvy .eklc1     .uynro3u::before { content: "✦"; color: var(--c-tip-border); }
.tedvy .bzocs7d8 .uynro3u::before { content: "▲"; color: var(--c-warn-border); }
.tedvy .kys3    .uynro3u::before { content: "◉"; color: #60a5fa; }
.i9wqale6 .eklc1     .uynro3u::before { content: "★"; color: var(--c-tip-border); }
.i9wqale6 .bzocs7d8 .uynro3u::before { content: "◆"; color: var(--c-warn-border); }
.i9wqale6 .kys3    .uynro3u::before { content: "●"; color: #60a5fa; }
.cb4j .eklc1     .uynro3u::before { content: "▶"; color: var(--c-tip-border); }
.cb4j .bzocs7d8 .uynro3u::before { content: "■"; color: var(--c-warn-border); }
.cb4j .kys3    .uynro3u::before { content: "▸"; color: #60a5fa; }
.iiloy4m .eklc1     .uynro3u::before { content: "→"; color: var(--c-tip-border); }
.iiloy4m .bzocs7d8 .uynro3u::before { content: "⬥"; color: var(--c-warn-border); }
.iiloy4m .kys3    .uynro3u::before { content: "◈"; color: #60a5fa; }
.zq014xb .i5rlhaj .ivr79,
.zq014xb .h2jrbge .ivr79  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.zq014xb .mde381                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.zq014xb .pp4d0v          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zq014xb .gevwero                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.yox39bu7 .i5rlhaj .ivr79,
.yox39bu7 .h2jrbge .ivr79,
.yox39bu7 .mde381,
.yox39bu7 .wfcdzjrc,
.yox39bu7 .ym62,
.yox39bu7 .pp4d0v,
.yox39bu7 .gevwero,
.yox39bu7 .tmivx .mcxh { box-shadow: none; }
.abd7r   .zepf, .abd7r .jq2fy, .abd7r .l3tnw,
.abd7r   .y4c9kvck, .abd7r .qmpdmv { font-size: 0.9rem; }
.abd7r   .id3e36t, .abd7r .mrfy { font-size: 0.9rem; }
.l93i5y   .zepf, .l93i5y .jq2fy, .l93i5y .l3tnw,
.l93i5y   .y4c9kvck, .l93i5y .qmpdmv { font-size: 0.95rem; }
.l93i5y   .id3e36t, .l93i5y .mrfy { font-size: 0.95rem; }
.osff4hu   .zepf, .osff4hu .jq2fy, .osff4hu .l3tnw,
.osff4hu   .y4c9kvck, .osff4hu .qmpdmv { font-size: 1.08rem; }
.osff4hu   .id3e36t, .osff4hu .mrfy { font-size: 1.05rem; }
.osff4hu   .w94tprlu { font-size: 0.97rem; }
.epy31qj .g907if      { font-size: 3.2rem; }
.epy31qj h2.zm32 { font-size: 1.9rem; }
.epy31qj h3.e3ytx     { font-size: 1.4rem; }
.ibjg7l3y .g907if      { font-size: 3.8rem; }
.ibjg7l3y h2.zm32 { font-size: 2.2rem; }
.ibjg7l3y h3.e3ytx     { font-size: 1.6rem; }
.g0l3 + .g0l3 { position: relative; }
.c0ac96pm   .g0l3 + .g0l3::before,
.rs3x5  .g0l3 + .g0l3::before,
.bm7l   .g0l3 + .g0l3::before,
.anw20   .g0l3 + .g0l3::before,
.uc1qwb   .g0l3 + .g0l3::before,
.xjlldhn .g0l3 + .g0l3::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.c0ac96pm .g0l3 + .g0l3::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.rs3x5 .g0l3 + .g0l3::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.bm7l .g0l3 + .g0l3::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;
}
.anw20 .g0l3 + .g0l3::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.ibhuff0p .g0l3 { margin-bottom: 16px; }
.ibhuff0p .g0l3 + .g0l3 { margin-top: 0; }
.ibhuff0p .wueoct { padding-top: 0; padding-bottom: 0; }
.uc1qwb .g0l3 + .g0l3::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.xjlldhn .g0l3 + .g0l3::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.ro90ar .g0l3 + .g0l3::before,
.reu1g .g0l3 + .g0l3::before,
.k79i0rw .g0l3 + .g0l3::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%;
}
.twarq6 .ro90ar .g0l3:nth-child(even)::before,
.twarq6 .reu1g .g0l3:nth-child(even)::before,
.twarq6 .k79i0rw .g0l3:nth-child(even)::before { background: var(--bg-surface); }
.kg3yb .ro90ar .g0l3:nth-child(even)::before,
.kg3yb .reu1g .g0l3:nth-child(even)::before,
.kg3yb .k79i0rw .g0l3:nth-child(even)::before { background: var(--bg-card); }
.ro90ar .g0l3 + .g0l3::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");
}
.reu1g .g0l3 + .g0l3::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");
}
.k79i0rw .g0l3 + .g0l3::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");
}
.cs7f19k .l28rcct,
.cs7f19k .zfox,
.cs7f19k .agk8,
.yhppucsf .agk8 { padding-bottom: 60px; }
.j7wr .agk8 { padding-bottom: 70px; }
.cs7f19k .l28rcct::before,
.cs7f19k .l28rcct::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");
}
.lvzz .xzppnsm5 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.neb9l7 .xzppnsm5 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.mgpv49 .xzppnsm5 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.thvqdk .xzppnsm5 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.w0pwm9h .xzppnsm5 { background: var(--accent-bg); }
.ydunhji .woq2ubur { float: left; width: 38%; margin: 0 28px 16px 0; }
.ydunhji .woq2ubur .dm4ec5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ydunhji .wueoct::after { content: ''; display: block; clear: both; }
.ucbz34 .woq2ubur { float: right; width: 38%; margin: 0 0 16px 28px; }
.ucbz34 .woq2ubur .dm4ec5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ucbz34 .wueoct::after { content: ''; display: block; clear: both; }
.e465c .g0l3:nth-child(odd)  .woq2ubur { float: left;  width: 38%; margin: 0 28px 16px 0; }
.e465c .g0l3:nth-child(even) .woq2ubur { float: right; width: 38%; margin: 0 0 16px 28px; }
.e465c .woq2ubur .dm4ec5 { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.e465c .wueoct::after { content: ''; display: block; clear: both; }
.ydunhji .mf546,
.ucbz34 .mf546,
.e465c .mf546,
.e465c .vl2h23 { clear: both; }
@media (max-width: 900px) {
  .ydunhji .woq2ubur,
  .ucbz34 .woq2ubur,
  .e465c .g0l3:nth-child(odd)  .woq2ubur,
  .e465c .g0l3:nth-child(even) .woq2ubur {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .ydunhji .woq2ubur .dm4ec5,
  .ucbz34 .woq2ubur .dm4ec5,
  .e465c .woq2ubur .dm4ec5 {
    max-height: none !important;
  }
}
.ydunhji .id3e36t,
.ydunhji .mrfy,
.ucbz34 .id3e36t,
.ucbz34 .mrfy,
.e465c .id3e36t,
.e465c .mrfy { overflow: hidden; }
@media (max-width: 640px) {
  .ydunhji .woq2ubur,
  .ucbz34 .woq2ubur,
  .e465c .woq2ubur { float: none; width: 100%; margin: 0 0 16px 0; }
}
.d2db7go7 .jbq4mhze,
.d2db7go7 .wueoct,
.d2db7go7 .blev65  { max-width: 1100px; }
.dbx7gud .jbq4mhze,
.dbx7gud .wueoct,
.dbx7gud .blev65  { max-width: 1200px; }
.r3nn77te .jbq4mhze,
.r3nn77te .wueoct,
.r3nn77te .blev65  { max-width: 1320px; }
.r3nn77te { --content-mw: 1320px; }
.uv8iq7s5 { font-size: 0.82rem; color: var(--text-muted); }
.gg5y8pb { display: flex; align-items: center; }
.llkuah6 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.imfayfvy { display: flex; align-items: center; }
.kw789 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.kw789:hover { text-decoration: underline; }
.b8ut5 { margin: 0 3px; opacity: 0.45; }
.b8ut5::before { content: '/'; }
.v03zggj4 { padding: 2px 5px; color: var(--text-main); }
.maz8f .uv8iq7s5 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.maz8f .gg5y8pb { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.c2lp60v .uv8iq7s5 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.c2lp60v .gg5y8pb { padding: 0 0 0 12px; }
.j4wt .gg5y8pb { padding: 0 16px; }
.j4wt .uv8iq7s5 {
  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);
}
.j4wt .jbq4mhze { padding-top: 28px; }
@media (max-width: 720px) {
  .zw9k3gk { margin-top: 18px; padding: 0 16px; }
  .j4wt .jbq4mhze { padding-top: 16px; }
}
.d2db7go7.maz8f .gg5y8pb { max-width: 1100px; }
.dbx7gud.maz8f .gg5y8pb { max-width: 1200px; }
.r3nn77te.maz8f .gg5y8pb { max-width: 1320px; }
.r3nn77te .zw9k3gk { max-width: 1320px; }
.wkwe .g0l3 { padding-top: 16px; padding-bottom: 16px; }
.bpq0it9z .g0l3 { padding-top: 24px; padding-bottom: 24px; }
.bu8c4b .g0l3 { padding-top: 40px; padding-bottom: 40px; }
.neihle2 .g0l3 { padding-top: 52px; padding-bottom: 52px; }
.yyogn7 .g0l3:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.yyogn7 .g0l3:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.yyogn7 .g0l3:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.yyogn7 .g0l3:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.htr6dtj .wueoct { padding-top: 10px;  padding-bottom: 10px; }
.s9wh .wueoct { padding-top: 18px;  padding-bottom: 18px; }
.lf6l122g .wueoct { padding-top: 36px;  padding-bottom: 36px; }
.usyolco1 .wueoct { padding-top: 48px;  padding-bottom: 48px; }
.rq000 h2.zm32 { font-weight: 600; }
.rq000 h3.e3ytx     { font-weight: 600; }
.xe79im1 h2.zm32 { font-weight: 800; }
.xe79im1 h3.e3ytx     { font-weight: 700; }
.kpm1tg9 h2.zm32 { font-weight: 900; }
.kpm1tg9 h3.e3ytx     { font-weight: 800; }
.kpm1tg9 .mcxh strong,
.kpm1tg9 .mcxh strong { font-weight: 600; }
.gfa32 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.pj35ft .gfa32 { display: none; }
@media (max-width: 640px) { .gfa32 { display: none; } }
.gfa32 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gfa32:hover { opacity: 0.85; }
.ewxn90 .gfa32 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.yc3o1 .gfa32,
.hbxv  .gfa32 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.yc3o1 .gfa32:hover,
.hbxv  .gfa32:hover { opacity: 0.88; }
.ewxn90.yc3o1 .gfa32,
.ewxn90.hbxv  .gfa32 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.l79xb6v {
  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;
}
.l79xb6v:hover { transform: translateY(-2px); opacity: 0.92; }
.l79xb6v { background: var(--cta) !important; color: #fff !important; border: none !important; }
.lm74fcsu .l79xb6v { display: none; }
.be2qg .l79xb6v { right: 32px; }
.xrxk  .l79xb6v { left: 32px; }
@media (max-width: 480px) {
  .be2qg .l79xb6v { right: 20px; bottom: 20px; }
  .xrxk  .l79xb6v { left: 20px; bottom: 20px; }
}
.sj3knb { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.blev65 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.vkaa4x { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.jvdqv { color: var(--text-dim); font-size: 0.8rem; }
.z9vi9o { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.z9vi9o img { height: 26px; width: auto; object-fit: contain; }
.ggcdc6r { display: flex; flex-direction: column; gap: 6px; }
.ggcdc6r a, .wgat0m a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ggcdc6r a:hover, .wgat0m a:hover { color: var(--accent-light); }
.ggcdc6r .mnd8 { padding-left: 10px; font-size: 0.82rem; opacity: 0.8; }
.q1zbq .blev65 { text-align: center; }
.q1zbq .vkaa4x { margin-top: 0; }
.gtf7q8 { margin-top: 10px; }
.gtf7q8 a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .blev65 { padding-left: 16px; padding-right: 16px; }
  .e1kvo9i7 .blev65 { padding: 20px 16px; }
  .wgat0m { gap: 4px 12px; }
  .vkaa4x { font-size: 0.78rem; }
}
.vvmpwc0 .x3gxp3e .z9vi9o { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.vvmpwc0 .vkaa4x { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.vvmpwc0 .jvdqv { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .vvmpwc0 .i0vtn7 { grid-template-columns: 1fr 1fr; } .vvmpwc0 .x3gxp3e { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vvmpwc0 .i0vtn7 { grid-template-columns: 1fr; } }
.fh9n8u7 .z9vi9o { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.fh9n8u7 .vkaa4x { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .fh9n8u7 .f2huekpu { gap: 12px; } .fh9n8u7 .z9vi9o { margin-right: 0; width: 100%; } }
.s91qb .jbxz5 .z9vi9o { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.s91qb .vkaa4x { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.s91qb .jvdqv { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .s91qb .b3ry { grid-template-columns: 1fr 1fr; } .s91qb .jbxz5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .s91qb .b3ry { grid-template-columns: 1fr; } }
.ptfb4xy .zouna { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.ptfb4xy .ggcdc6r { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px 20px; }
@media (max-width: 760px) { .ptfb4xy .zouna { grid-template-columns: 1fr 1fr; } .ptfb4xy .gd1tt3x4:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ptfb4xy .zouna { grid-template-columns: 1fr; } }
.qernox2 .zouna { grid-template-columns: 1fr 2fr; }
.qernox2 .ib9m5w6j .ggcdc6r { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .qernox2 .zouna { grid-template-columns: 1fr; } }
.lpal941 .blev65 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.kfina0g .mojfs      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.kfina0g .sj3knb { background: var(--bg-page); border-top-color: var(--border-alt); }
.mgdb74 .mojfs      { background: #0d1117; border-bottom-color: #21262d; }
.mgdb74 .d1yytm { color: var(--accent-light); }
.mgdb74 .n4xbua4 { --msep-color: #8b949e; }
.mgdb74 .n4xbua4 a { color: #8b949e; }
.mgdb74 .n4xbua4 a:hover { color: var(--accent-light); }
.mgdb74 .yf8rv { color: #8b949e; }
.mgdb74 .sj3knb { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.mgdb74 .vkaa4x,
.mgdb74 .jvdqv { color: #6e7681; }
.mgdb74 .ggcdc6r a, .mgdb74 .wgat0m a,
.mgdb74 .z9vi9o { color: #e6edf3; }
.mgdb74 .ggcdc6r a:hover, .mgdb74 .wgat0m a:hover,
@media (max-width: 640px) {
  .mgdb74 .n4xbua4 { background: #0d1117; border-top-color: #21262d; }
  .mgdb74 .n4xbua4 li a { border-bottom-color: #21262d; }
}
.oqrhd .mojfs      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.oqrhd .d1yytm { color: var(--accent-light); }
.oqrhd .n4xbua4 { --msep-color: #475569; }
.oqrhd .n4xbua4 a { color: #475569; }
.oqrhd .n4xbua4 a:hover { color: var(--accent-light); }
.oqrhd .yf8rv { color: #64748b; }
.oqrhd .sj3knb { background: #f0f4f8; border-top-color: #cbd5e1; }
.oqrhd .vkaa4x,
.oqrhd .jvdqv { color: #64748b; }
.oqrhd .ggcdc6r a, .oqrhd .wgat0m a,
.oqrhd .iykdt a, .oqrhd .z9vi9o { color: #374151; }
.oqrhd .ggcdc6r a:hover, .oqrhd .wgat0m a:hover,
@media (max-width: 640px) {
  .oqrhd .n4xbua4 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .oqrhd .n4xbua4 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.yc3o1 .mojfs      { background: var(--accent); border-bottom-color: var(--accent-light); }
.yc3o1 .d1yytm { color: #fff; }
.yc3o1 .n4xbua4 { --msep-color: rgba(255,255,255,0.82); }
.yc3o1 .n4xbua4 a { color: rgba(255,255,255,0.82); }
.yc3o1 .n4xbua4 a:hover { color: #fff; }
.yc3o1 .yf8rv { color: rgba(255,255,255,0.9); }
.yc3o1 .sj3knb { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.yc3o1 .vkaa4x,
.yc3o1 .jvdqv { color: rgba(255,255,255,0.72); }
.yc3o1 .ggcdc6r a, .yc3o1 .wgat0m a,
.yc3o1 .iykdt a, .yc3o1 .z9vi9o { color: #fff; }
.yc3o1 .ggcdc6r a:hover, .yc3o1 .wgat0m a:hover,
@media (max-width: 640px) {
  .yc3o1 .n4xbua4 { background: var(--accent); border-top-color: var(--accent-light); }
  .yc3o1 .n4xbua4 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.hbxv .mojfs {
  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);
}
.hbxv .sj3knb {
  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) {
  .hbxv .n4xbua4 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.tl2q3syr .fune { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.td2sxb0 .fune { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.vcs3w .fune { min-height: 72px; height: auto; }
.o7axeia .fune { min-height: 84px; height: auto; }
.e1kvo9i7 .fune { max-width: none; padding: 0 32px; }
.e1kvo9i7 .blev65  { max-width: none; padding: 24px 32px; }
.oz8b1vm.dbx7gud .fune { max-width: 1200px; }
.oz8b1vm.r3nn77te .fune { max-width: 1320px; }
.cgwrm84   .d1yytm, .cgwrm84   .z9vi9o { text-transform: capitalize; }
.cwcw2 .d1yytm, .cwcw2 .z9vi9o { text-transform: lowercase; }
.pihe4jm .d1yytm, .pihe4jm .z9vi9o { text-transform: uppercase; letter-spacing: 0.06em; }
.y99jnxi, .gv6djdy {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vs2ptec .y99jnxi,
.vs2ptec .gv6djdy { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.etrx9l8 .y99jnxi,
.etrx9l8 .gv6djdy { 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; }
.a2kzn0 .y99jnxi,
.a2kzn0 .gv6djdy { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ktupl .y99jnxi,
.ktupl .gv6djdy { 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; }
.wisp0ot3   .n4xbua4 a { font-weight: 500; }
.mqhbih .n4xbua4 a { font-weight: 600; }
.zsu29     .n4xbua4 a { font-weight: 700; }
.rfsu0u    .n4xbua4 a { font-weight: 800; letter-spacing: 0.01em; }
.xkkt     .n4xbua4 > li + li::before,
.fk3fksp    .n4xbua4 > li + li::before,
.eu6k    .n4xbua4 > li + li::before,
.zfwgk .n4xbua4 > li + li::before,
.qchdnqut .n4xbua4 > li + li::before,
.r2hdmpf  .n4xbua4 > li + li::before,
.j1109    .n4xbua4 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.xkkt     .n4xbua4 > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.fk3fksp    .n4xbua4 > li + li::before { content: "|"; }
.eu6k    .n4xbua4 > li + li::before { content: "—"; }
.zfwgk .n4xbua4 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.qchdnqut .n4xbua4 > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.r2hdmpf  .n4xbua4 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.j1109    .n4xbua4 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .a0xl1e .yf8rv,
  .jz3o7 .yf8rv,
  .lzi8n62 .yf8rv,
  .wbz9v .yf8rv,
  .ikjy .yf8rv {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .a0xl1e .yf8rv::before,
  .jz3o7 .yf8rv::before,
  .lzi8n62 .yf8rv::before,
  .wbz9v .yf8rv::before,
  .ikjy .yf8rv::before { content: ""; display: block; flex-shrink: 0; }

  
  .a0xl1e .yf8rv::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;
  }

  
  .jz3o7 .yf8rv::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;
  }

  
  .lzi8n62 .yf8rv::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;
  }

  
  .wbz9v .yf8rv::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;
  }

  
  .ikjy .yf8rv::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) {
  .erdc .yf8rv {
    padding: 5px 14px;
  }
  .erdc .n4xbua4 {
    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;
  }
  .erdc .n4xbua4 li a {
    border-bottom: none; padding: 10px 22px;
  }
  .erdc .n4xbua4 li a:hover { background: var(--bg-raised); }
  .erdc .oh264pmc,
  .gl7b8t89 .oh264pmc,
  .ysu5 .oh264pmc { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .g2rde .yf8rv {
    padding: 5px 10px;
  }
  .g2rde .n4xbua4 {
    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);
  }
  .g2rde .n4xbua4.xws82 { transform: translateX(0); }
  .g2rde .n4xbua4 li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .g2rde .n4xbua4 li:last-child a { border-bottom: none; }
  .yc3o1 .n4xbua4,
  .mgdb74 .n4xbua4 { background: var(--accent) !important; }
  .yc3o1 .n4xbua4 li a,
  .mgdb74 .n4xbua4 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .ysu5 .yf8rv {
    padding: 5px 10px;
  }
  .ysu5 .n4xbua4 {
    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);
  }
  .ysu5 .n4xbua4::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ysu5 .n4xbua4.xws82 { transform: translateY(0); }
  .ysu5 .n4xbua4 li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .oav1 .yf8rv {
    padding: 5px 10px;
  }
  .oav1 .n4xbua4 {
    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;
  }
  .oav1 .n4xbua4.xws82 { opacity: 1; pointer-events: auto; }
  .oav1 .n4xbua4 li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .u4hjztr     .yf8rv { border-radius: 0 !important; }
  .e1hfhj   .yf8rv { border-radius: 8px !important; }
  .su2at .yf8rv { border-radius: 50% !important; }
  .dib3euy   .yf8rv { border-radius: 999px !important; }
}
.iw8l3v .szneit { height: 36px; }
.xrflb27 .szneit { height: 60px; max-width: 200px; }
.n5llk .szneit { height: 76px; max-width: 240px; }
.mv20j3 .wfcdzjrc { padding: 18px 24px; min-height: 68px; }
@media (min-width: 720px) {
  .cp5shjdf .vl2h23 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .cp5shjdf .wfcdzjrc {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .cp5shjdf .wfcdzjrc { padding: 40px 16px 20px; }
  .cp5shjdf .yxwdvt {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .cp5shjdf .nt265t { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .byoxxpm .wfcdzjrc {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .byoxxpm .wfcdzjrc::before {
    position: absolute; top: 14px; left: 14px;
  }
  .byoxxpm .alurp8g6 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .byoxxpm .cmg2m { white-space: normal; text-align: center; font-size: 1.2rem; }
  .byoxxpm .yxwdvt {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .byoxxpm .nt265t { width: 100%; min-width: 0; }
  .byoxxpm .v29sck { min-width: 0; }
}
.xnmoed .llxn {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.xnmoed .llxn summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.xnmoed .llxn p { padding: 0 2px 16px; }
.b2p8v .llxn { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.b2p8v .llxn summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.b2p8v .llxn summary::after { content: "›"; font-size: 1.2em; }
.b2p8v .llxn[open] summary::after { content: "‹"; }
.b2p8v .llxn p { padding: 10px 22px 4px; }
.bkob .llxn {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.bkob .llxn summary { color: var(--text-primary); padding-left: 16px; }
.bkob .llxn summary::after { content: "›"; font-size: 1.1em; }
.bkob .llxn[open] summary::after { content: "‹"; }
.bkob .llxn p { padding-left: 16px; }
.q0w7xh .menksul0 { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.q0w7xh .llxn {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.q0w7xh .llxn:last-child { border-bottom: none; }
.q0w7xh .llxn summary { color: var(--text-primary); border-radius: 0; }
.q0w7xh .llxn summary::after { content: "›"; font-size: 1.1em; }
.q0w7xh .llxn[open] summary::after { content: "‹"; }
.nf5xfcwc .llxn { overflow: hidden; }
.nf5xfcwc .llxn summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.nf5xfcwc .llxn summary::after { color: rgba(255,255,255,.75); }
.nf5xfcwc .llxn[open] summary { border-radius: 0; }
.jalil8v6 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.q7g9b {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.g0bb9 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.w3ud7 { color: var(--text-muted); font-size: 1.05rem; }
.w96x {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.sdzen06h {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.bclm { margin-bottom: 20px; }
.api8qv {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.rg6m {
  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;
}
.rg6m:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.hycpbwb2 { resize: vertical; min-height: 130px; }
.xdmkjd { width: 100%; margin-top: 8px; }
.qspd0ooc {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.nals5l97 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.xd1gxe { color: var(--text-muted); line-height: 1.75; }
.y2ctaye { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.y2ctaye li { margin-bottom: 6px; }
.dcq9y { max-width: 760px; margin: 0 auto; }
.ffrdt { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.cazsrpo { max-width: 760px; margin: 0 auto; }
.ayxnbe8 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.i22hbu3z ul.y2ctaye { margin: 0; }
.wr7ox { max-width: 900px; margin: 0 auto; }
.laqs { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--border); align-items: start; }
.laqs:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.laqs .ayxnbe8 { margin: 0; font-size: 1rem; }
.laqs .fd09vl p { color: var(--text-muted); line-height: 1.75; margin: 0; }
@media (max-width: 640px) { .laqs { grid-template-columns: 1fr; gap: 10px; } }
.x8wm3o4 .ayxnbe8 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.lfcn .y2ctaye { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .x6of60 { grid-template-columns: 1fr; } }
.jm53syz { color: inherit; text-decoration: none; }
.jm53syz:hover { color: var(--accent-light); text-decoration: underline; }
.ajt05 { display: inline-block; line-height: 0; }
.sjfs0vn4 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.g58xm { margin-bottom: 48px; }
.t9r0p { max-width: 760px; margin: 0 auto; }
.sxwyk { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.sxwyk:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.skux7 { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.sxwyk p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.sxwyk ul.y2ctaye { margin: 0; }
.ykkwrx3 { color: var(--text-muted); line-height: 1.75; }
.q5w66xr .y2ctaye,
.y2w6 .y2ctaye,
.jjwbdu4 .y2ctaye,
.zxt59z .y2ctaye {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.q5w66xr .sxwyk,
.y2w6 .sxwyk { text-align: left; }
.q5w66xr .skux7,
.y2w6 .skux7 { text-align: center; }
.vzfjomag { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.b6xv { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.sffht { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.djxmw80 { margin-top: 12px; }
.cwhn { 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; }
.cwhn:hover { border-bottom-color: var(--accent-light); }
.un071b { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.un071b img { width: 100%; height: 100%; object-fit: cover; display: block; }
.njwb { border-radius: 50%; }
.zea72wo { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.g8lvq { color: var(--text-muted); font-weight: 600; letter-spacing: 0.02em; }
.fmib { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
@media (max-width: 640px) { .fmib { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.grtbkpf .sffht, .grtbkpf .b6xv { max-width: 640px; }
.k3dk .vzfjomag { font-size: 1.6rem; margin-top: 18px; }
.i44w70 .sffht { margin-bottom: 28px; }
@media (max-width: 860px) { .dc5x { grid-template-columns: 1fr; } .k3dk { position: static; text-align: center; } }
.wvmy .un071b { margin: 0 auto 18px; }
.wvmy .zea72wo { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .mb05at { grid-template-columns: 1fr; } }
.d3laxf .vzfjomag { font-size: 1.6rem; margin-bottom: 6px; }
.zxt59z .y2ctaye { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .d3laxf { flex-direction: column; text-align: center; } .ad1t3 { grid-template-columns: 1fr; } }
.qemh9 .vzfjomag { font-size: 1.35rem; margin: 0 0 4px; }
.qemh9 .zea72wo { margin: 0; }
.l8x0 { max-width: 760px; margin: 0 auto; }
.ew3by5z9 { position: relative; padding-left: 28px; }
.ew3by5z9::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.punl3 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.punl3:last-child { padding-bottom: 0; }
.d33zss { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--bg-surface); flex-shrink: 0; }
.a9ltf95 h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.a9ltf95 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ow5n1 .g0bb9 { color: var(--accent-light); }
.c9mwuri .g0bb9 { font-size: 2rem; }
.c9mwuri .w3ud7 { max-width: 680px; }
.nw3nwui5 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.nw3nwui5 .g0bb9 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.nw3nwui5 .w3ud7  { margin: 0; }
@media (max-width: 640px) { .nw3nwui5 { flex-direction: column; } }
.v75ws4 .g0bb9 { color: var(--accent-light); }
.j6fgip .g0bb9 { color: #fff; }
.j6fgip .w3ud7  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .dve5sm7m { grid-template-columns: 1fr; } }
.fhcia .rg6m {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.fhcia .rg6m:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.wlw7ti .rg6m { background: var(--bg-raised); border-color: transparent; }
.wlw7ti .rg6m:focus { background: var(--bg-card); border-color: var(--accent-light); }
.bbllayx .rg6m { border-radius: 100px; padding: 11px 20px; }
.bbllayx .hycpbwb2 { border-radius: 14px; }
@media (max-width: 640px) { .lot4j4 { grid-template-columns: 1fr; } }
.mr1egbf{position:relative;overflow:visible}
.xmj9i .ppvykdk,.pjkfi9w .ppvykdk,
.xmj9i .ppvykdk,.pjkfi9w .ppvykdk,
.xmj9i .ppvykdk .bmbe5zf,.pjkfi9w .ppvykdk .bmbe5zf,
.xmj9i .x6y9f9,.pjkfi9w .x6y9f9,
.xmj9i .ppvykdk,.pjkfi9w .ppvykdk{top:12px}
.pjkfi9w .ppvykdk .bmbe5zf{margin-left:auto}
.pjkfi9w .ppvykdk{text-align:right}
.kybeo .xzppnsm5~.ppvykdk,
.kybeo .xzppnsm5~.ppvykdk .bmbe5zf,
.xzppnsm5~.ppvykdk,.airotchq~.ppvykdk{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}
.xzppnsm5~.ppvykdk .bmbe5zf{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.cb7a0 .x6y9f9{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.cb7a0 .uv9e3::before{content:""}
.nudsuy{--date-bg:var(--accent-bg)}
.hmal68t .uv9e3::before{content:""}
.amhmx7f1{display:flex;align-items:flex-start;gap:16px;max-width:var(--content-width, 960px);margin:32px auto 24px;padding:20px 24px}
.jrilkf{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.dvk9{display:flex;flex-direction:column;gap:3px}
.c1nnt{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-body);opacity:.55}
.k2ar{font-weight:700;font-size:1rem;color:var(--text-heading)}
.obcpxlqv{font-size:.85rem;color:var(--text-body);opacity:.8;line-height:1.5;margin-top:4px}
.i1ynxg7 .amhmx7f1{background:var(--surface-alt);border-radius:var(--radius, 8px);border:1px solid var(--border)}
.m09mn6 .amhmx7f1{border-top:3px solid var(--accent);padding-top:18px}
.lydno .amhmx7f1{border-left:3px solid var(--accent);border-radius:0}
.r6kpl7 .amhmx7f1{padding:20px 0}
@media(max-width:640px){
  .amhmx7f1{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .obcpxlqv{max-width:100%}
}
:root {
  --accent:          #109586;
  --brand:           #109586;
  --brand-light:     #54e7d6;
  --brand-pale:      #95e9df;
  --grad-start:      #063833;
  --grad-end:        #0d7d71;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #109586;
  --cta-light:       #1dd4bf;
  --cta-hover:       #13b9a7;
  --bg-page:         #041513;
  --bg-surface:      #06221f;
  --bg-card:         #082f2a;
  --bg-card-inner:   #0b3c36;
  --bg-raised:       #0d4942;
  --bg-hover:        #10554e;
  --border:          #13675d;
  --border-alt:      #188075;
  --border-section:  #13675d;
  --text-primary:    #e3e7e7;
  --text-muted:      #9daeac;
  --text-body:       #c7d0cf;
  --text-sub:        #9daeac;
  --text-faint:      #677d7b;
  --text-dim:        #50615f;
  --text-label:      #819794;
  --text-value:      #b9c5c4;
  --accent-bg:       #0f2e2a;
  --accent-bg-light: #144741;
  --bg-tip:          #261618;
  --bg-warning:      #272115;
  --bg-info:         #161f26;
  --bg-pros:         #261618;
  --bg-cons:         #261d16;
  --c-pros:          #f47a88;
  --c-cons:          #e6b189;
  --c-pros-label:    #f04b5e;
  --c-tip-border:    #ed2a40;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #f47a88;
}
:root { --logo-bg-opacity: 78%; }
body, button, input { font-family: "Open Sans", sans-serif; }
.aor3 .oixb li::before, .aor3 .iny5 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; }.aor3 .oixb li::before { content: ""; }.aor3 .iny5 li::before { content: ""; }.aor3 .uxk7rq87::before, .aor3 .vbps5::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.aor3 .uxk7rq87::before { content: ""; }.aor3 .vbps5::before { content: ""; }
.qhww1os .di1iivi, .qhww1os .xzppnsm5 { min-height: 420px; }
.jif8nch .gfa32::after,.jif8nch .l79xb6v::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; }
.b8ut5::before { content: '>'; }
.ezgyuk .x6y9f9::before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:5px;font-size:1em;opacity:.55}.ezgyuk .x6y9f9:first-of-type::before{content:"\f15b"}.ezgyuk .x6y9f9:last-of-type::before{content:"\f044"}