:root {
  --color-accent: #252434;
  --color-cta: #ff2349;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
: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;
}
.o0pii {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.mkzhs {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.rdz03f5x {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.dfyfcg { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.to79xton { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.to79xton a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.to79xton a:hover { color: var(--accent-light); }
.qxhqng     .jne6eq4 { border-radius: 6px; }
.qxhqng .jne6eq4 li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.qxhqng .jne6eq4 li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.kvdy  .jne6eq4 li + li { border-top: 1px solid var(--border-alt); }
@media (max-width: 640px) {
  .jne6eq4 {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .wvgo:hover .jne6eq4,
  .wvgo:focus-within .jne6eq4 { display: block; }
  .jne6eq4 li a { padding: 8px 16px; font-size: 0.88rem; }
}
.l1wrauke {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.bwkxv { display: none; }
@media (max-width: 640px) {
  .bwkxv {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .bwkxv.ivtzub1 { display: block; }
}
@media (max-width: 640px) {
  .l1wrauke { display: block; }
  .to79xton > li + li::before { display: none !important; }
  .to79xton {
    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;
  }
  .to79xton.ivtzub1 { display: flex; }
  .to79xton li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .to79xton li:last-child a { border-bottom: none; }
}
.h5ld { min-height: 480px; }
.xmxhv {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.ow7051 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.irsd01 .ow7051 { margin-left: 0; margin-right: 0; }
.j68fg4c {
  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;
}
.j68fg4c:hover { opacity: 0.88; }
.expbpy3 {
  position: relative; display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  background-color: var(--bg-surface);
}
.an5v08n {
  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%);
}
.expbpy3 .tzlre5yw {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.expbpy3 .xmxhv { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.expbpy3 .ow7051 { color: #e2e8f0; }
.expbpy3.e0d2 .tzlre5yw { text-align: center; }
.expbpy3.irsd01   .tzlre5yw { text-align: left; }
.bedlbb2 .tzlre5yw {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.bedlbb2 .xmxhv { color: var(--text-primary); text-shadow: none; }
.bedlbb2 .ow7051 { color: var(--text-muted); }
.bedlbb2 .j68fg4c { margin-top: 16px; }
.bedlbb2, .bedlbb2.h5ld { min-height: auto !important; }
.bedlbb2.e0d2 .tzlre5yw { text-align: center; }
.bedlbb2.irsd01   .tzlre5yw { 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; }
}
.o5wet0 .expbpy3 .an5v08n {
  overflow: hidden;
}
.o5wet0 .expbpy3 .an5v08n::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); }
}
.qmba5 .expbpy3 .an5v08n {
  overflow: hidden;
}
.qmba5 .expbpy3 .an5v08n::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;
}
.qqx8 .expbpy3 .an5v08n {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.b150jln .expbpy3 .an5v08n {
  overflow: hidden;
}
.b150jln .expbpy3 .an5v08n::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;
}
.w500gqo .expbpy3 .an5v08n {
  animation: hg-breathe 10s ease-in-out infinite;
}
.x06ri .an5v08n {
  background: none;
}
.x06ri .xmxhv { color: #fff; }
.x06ri .ow7051 { color: rgba(255,255,255,0.85); }
.x06ri .j68fg4c { background: #fff; color: var(--cta); }
.x06ri .j68fg4c:hover { opacity: 0.92; }
.n5sb .xmxhv { text-shadow: none; color: var(--text-primary); }
.n5sb .ow7051 { color: var(--text-muted); }
body.i1n0w .xmxhv {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.n972vck .xmxhv {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.h5ld.x06ri .xmxhv,
section.x06ri .xmxhv {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.n5sb.irsd01   .rutc1b { align-items: flex-start; text-align: left; }
.h5ld .upjuy8 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.upjuy8 .hcyo.ifigj7nq {
  padding: 10px 14px !important; font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important; color: #fff !important;
  border: none !important;
  display: flex; align-items: center; justify-content: center;
}
.upjuy8 .hcyo.ifigj7nq:hover { opacity: 0.85; }
.aqxx .tzlre5yw { padding-bottom: 24px; }
.olvo .tzlre5yw { max-width: 1100px; }
@media (max-width: 700px) {
  .n5sb { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .n5sb:not(.im3jk60) .bei1 { display: none !important; }
  .im3jk60 .bei1 { padding: 16px; }
  .rutc1b  { padding: 36px 24px; }
  .n5sb~.bsp2uw0y,.hjkhd~.bsp2uw0y{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .h5ld, .n5sb { min-height: 320px !important; }
  .xmxhv { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .yk007,
  .xgck,
  .iphu { grid-template-columns: 1fr !important; }

  

  
  .aqxx { display: flex !important; flex-direction: column !important; }
  .aqxx .tzlre5yw { display: contents; }
  .aqxx .an5v08n { order: 0; }
  .aqxx .xmxhv { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .aqxx .yk007 { order: 2; padding: 0 16px 12px !important; }
  .aqxx .ow7051 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .olvo .tzlre5yw { display: flex; flex-direction: column; }
  .olvo .tzlre5yw .xmxhv { order: 1; }
  .olvo .tzlre5yw .iphu { order: 2; margin: 8px 0 24px !important; }
  .olvo .tzlre5yw .ow7051 { order: 3; }
  .olvo .tzlre5yw .j68fg4c { order: 4; align-self: center; margin-top: 0; }

  
  .n5sb.im3jk60 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .n5sb.im3jk60 .rutc1b { display: contents; padding: 0; }
  .n5sb.im3jk60 .rutc1b .xmxhv { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .n5sb.im3jk60 .bei1 { order: 2; padding: 12px 16px; }
  .n5sb.im3jk60 .rutc1b .ow7051 { order: 3; padding: 0 24px; margin: 0 auto; }
  .n5sb.im3jk60 .rutc1b .j68fg4c { order: 4; align-self: center; margin: 8px 0 32px; }
}
.sr720 { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.sbwe { width: 100%; height: auto; display: block; border-radius: 10px; }
.dpulq3 .sr720        { border-radius: 16px; }
.dpulq3 .sbwe  { border-radius: 16px; }
.cmnc57s1 .sr720         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.cmnc57s1 .sbwe   { border-radius: 8px; }
.tqccfds { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.cwzu { width: 100%; padding: 32px 0; position: relative; }
.gvnxc3y5 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.rda73wi7 .cwzu:nth-child(even) { background: var(--bg-surface); }
.rda73wi7 .cwzu:nth-child(odd)  { background: var(--bg-page); }
.xspoy0r .cwzu:nth-child(even) { background: var(--bg-card); }
.xspoy0r .cwzu:nth-child(odd)  { background: var(--bg-page); }
.rda73wi7 .cwzu:nth-child(odd)  .gvnxc3y5 { background: var(--bg-card); border-radius: 6px; }
.rda73wi7 .cwzu:nth-child(even) .gvnxc3y5 { background: var(--bg-raised); border-radius: 6px; }
.xspoy0r .cwzu:nth-child(odd)  .gvnxc3y5 { background: var(--bg-card); border-radius: 6px; }
.xspoy0r .cwzu:nth-child(even) .gvnxc3y5 { background: var(--bg-raised); border-radius: 6px; }
.rda73wi7 .cwzu:nth-child(even) .iycy .m2zc6,
.xspoy0r .cwzu:nth-child(even) .iycy .m2zc6 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.rda73wi7 .cwzu:nth-child(odd) .iycy .m2zc6,
.xspoy0r .cwzu:nth-child(odd) .iycy .m2zc6 { background: var(--bg-card-inner); }
.rda73wi7 .cwzu:nth-child(even) .xe4x .m2zc6:nth-child(odd),
.xspoy0r .cwzu:nth-child(even) .xe4x .m2zc6:nth-child(odd)  { background: var(--bg-card); }
.rda73wi7 .cwzu:nth-child(even) .xe4x .m2zc6:nth-child(even),
.xspoy0r .cwzu:nth-child(even) .xe4x .m2zc6:nth-child(even) { background: var(--bg-card-inner); }
h1.lwh6gvkr { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.lwh6gvkr {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.lsgxl2 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.f2dby h2.lwh6gvkr {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.sq2jk h2.lwh6gvkr {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.eyc7 h2.lwh6gvkr {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.v73w h2.lwh6gvkr::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.wxb1xywl h2.lwh6gvkr {
  color: var(--text-primary); font-size: 1.7rem;
}
.n922iplt h2.lwh6gvkr::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.x92clk h2.lwh6gvkr {
  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;
}
@media (max-width: 640px) { .wv1bxcu2 { display: none; } }
.ejq2 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.wli9 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.xwhhxh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.v1nrb { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.ry0neylj { padding-left: 20px; }
.ry0neylj li { margin-bottom: 6px; }
.ry0neylj a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.ry0neylj a:hover { color: var(--accent-light); }
.rplwz7f8 .v1nrb { display: none; }
.yjx9h .v1nrb { display: none; }
.yjx9h .ry0neylj { padding-left: 0; list-style: none; }
.yjx9h .ry0neylj li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.yjx9h .ry0neylj a { font-size: 0.92rem; }
.rryj9umd .xwhhxh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rryj9umd .v1nrb { display: none; }
.rryj9umd .ry0neylj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rryj9umd .ry0neylj li { margin-bottom: 0; }
.rryj9umd .ry0neylj 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;
}
.rryj9umd .ry0neylj a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.onwr .xwhhxh { padding: 20px 20px 16px; }
.onwr .ry0neylj {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.onwr .ry0neylj li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.onwr .ry0neylj 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;
}
.onwr .ry0neylj 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;
}
.onwr .ry0neylj a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.onwr .ry0neylj a:focus,
.onwr .ry0neylj a:focus-visible,
.onwr .ry0neylj a:target { outline: none; }
.onwr .ry0neylj li:target a { border-color: var(--border); color: var(--text-muted); }
.f5oq .xwhhxh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.f5oq .v1nrb { display: none; }
.f5oq .ry0neylj { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.f5oq .ry0neylj li { margin-bottom: 0; }
.f5oq .ry0neylj li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.f5oq .ry0neylj li:last-child::after { content: ""; margin-right: 0; }
.f5oq .ry0neylj a { font-size: 0.9rem; }
.m2zc6 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.iycy .m2zc6 { background: var(--bg-card); }
.xe4x .m2zc6:nth-child(odd)  { background: var(--bg-card); }
.xe4x .m2zc6:nth-child(even) { background: var(--bg-raised); }
.eb2kz6 .m2zc6 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.eb2kz6 .m2zc6:last-child { border-bottom: none; }
.eb2kz6 h3.lsgxl2 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.mzu3fj .m2zc6 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.mzu3fj .m2zc6 + .m2zc6 { margin-top: 4px; }
.syrnql5 .m2zc6 { background: none; border-radius: 0; padding: 12px 0; }
.syrnql5 .m2zc6 + .m2zc6 { border-top: 1px solid var(--border-section); }
.vzw0qh { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.b9yqkpk8 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.jbi1d { color: var(--text-body); margin-bottom: 10px; }
.u0hsyh, .fzm90u7 { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.u0hsyh li, .fzm90u7 li { margin-bottom: 6px; }
.fzm90u7 li { list-style: decimal; }
.sby2     .u0hsyh { list-style-type: "● "; }
.umrmdny  .u0hsyh { list-style-type: "■ "; }
.uknr52yl .u0hsyh { list-style-type: "◆ "; }
.j4faq4    .u0hsyh { list-style-type: "★ "; }
.sby2     .kmtrqw { list-style-type: "● "; }
.umrmdny  .kmtrqw { list-style-type: "■ "; }
.uknr52yl .kmtrqw { list-style-type: "◆ "; }
.j4faq4    .kmtrqw { list-style-type: "★ "; }
.sby2    .u0hsyh li::marker, .sby2    .kmtrqw li::marker,
.umrmdny .u0hsyh li::marker, .umrmdny .kmtrqw li::marker,
.uknr52yl .u0hsyh li::marker, .uknr52yl .kmtrqw li::marker,
.j4faq4   .u0hsyh li::marker, .j4faq4   .kmtrqw li::marker {
  color: var(--cta); font-size: 1em;
}
.sby2 .fzm90u7,
.umrmdny .fzm90u7,
.uknr52yl .fzm90u7,
.j4faq4 .fzm90u7 {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.sby2 .fzm90u7 li,
.umrmdny .fzm90u7 li,
.uknr52yl .fzm90u7 li,
.j4faq4 .fzm90u7 li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.sby2 .fzm90u7 li::before,
.umrmdny .fzm90u7 li::before,
.uknr52yl .fzm90u7 li::before,
.j4faq4 .fzm90u7 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;
}
.sby2     .fzm90u7 li::before { border-radius: 50%; }
.umrmdny  .fzm90u7 li::before { border-radius: 3px; }
.uknr52yl .fzm90u7 li::before { border-radius: 3px; }
.j4faq4    .fzm90u7 li::before { border-radius: 50%; }
.s5sc7 { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.bypabov3 .s5sc7,
.cv6xmi9 .s5sc7 { background: transparent; border: none; border-radius: 0; }
.up04f4h { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.up04f4h th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.up04f4h td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.up04f4h tr:hover td { background: var(--bg-hover); }
.i5ies3v4 .up04f4h tbody tr:nth-child(even) td { background: var(--bg-surface); }
.i7j9yr .up04f4h { border: 1px solid var(--border-alt); }
.i7j9yr .up04f4h th,
.i7j9yr .up04f4h td { border: 1px solid var(--border-alt); }
.rerbw .up04f4h th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.rerbw .up04f4h td { border-bottom: none; }
.rerbw .up04f4h tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.y11j .up04f4h th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.gc48xo2 .s5sc7 {
  overflow: hidden;
}
.gc48xo2 .up04f4h th { border-bottom: 1px solid var(--border-alt); }
.gc48xo2 .up04f4h tr:last-child td { border-bottom: none; }
.zrz1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.fz4a { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.izsf { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.uy103wd { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.elabj { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.kmtrqw { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.kmtrqw 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%}
.uejr3lz5 .uy103wd { background: transparent; text-align: center; }
.vmo6z .izsf {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.h5irm33 .izsf {
  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);
}
.d3fah .fz4a { display: grid; grid-template-columns: auto 1fr; }
.d3fah .izsf {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.d3fah .uy103wd { grid-column: 2; }
.d3fah .elabj,
.d3fah .kmtrqw { grid-column: 1 / -1; }
.jj24 .fz4a { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.jj24 .izsf {
  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);
}
.jj24 .uy103wd { grid-column: 2; }
.jj24 .elabj,
.jj24 .kmtrqw { grid-column: 1 / -1; }
.c54zyq .fz4a { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.c54zyq .uy103wd { background: none; color: var(--accent-light); font-weight: 700; }
.kd62u .fz4a { 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); }
.kd62u .uy103wd { background: none; color: var(--accent-light); font-weight: 700; }
.wsxyl .fz4a { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.wsxyl .fz4a:last-child { border-bottom: none; }
.wsxyl .uy103wd { background: none; color: var(--accent-light); font-weight: 700; }
.sfuempo .fz4a { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.sfuempo .uy103wd { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.hz146 .zrz1 { counter-reset: card-n; }
.hz146 .fz4a  { counter-increment: card-n; }
.hz146 .uy103wd { display: flex; align-items: center; gap: 10px; }
.hz146 .uy103wd::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;
}
.mhcyt .fz4a { background: var(--bg-surface); border: 1px solid var(--border); }
.mhcyt .uy103wd { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.a2vg { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.ctuk  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.nlrqc { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.ympg { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.a2vg strong { color: var(--text-primary); font-size: 0.95rem; }
.a2vg p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.sbwe { width: 100%; height: auto; border-radius: 10px; display: block; }
.ifigj7nq {
  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;
}
.ifigj7nq:hover { opacity: 0.85; }
.eevp7w .ifigj7nq  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.eevp7w .ifigj7nq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qvpsgr8 .ifigj7nq  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.qvpsgr8 .ifigj7nq:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.hwthd2z .j68fg4c { border-radius: 50px; }
.hwthd2z .ifigj7nq  { border-radius: 50px; }
.oiz0a .j68fg4c { padding-left: 22px; padding-right: 22px; }
.oiz0a .ifigj7nq  { padding-left: 12px; padding-right: 12px; }
.vrmxr .j68fg4c { padding-left: 44px; padding-right: 44px; }
.vrmxr .ifigj7nq  { padding-left: 24px; padding-right: 24px; }
.u794 .j68fg4c { padding-left: 56px; padding-right: 56px; }
.u794 .ifigj7nq  { padding-left: 32px; padding-right: 32px; }
.uqr4uw1n   .j68fg4c::after, .uqr4uw1n   .ifigj7nq::after,
.r8lum .j68fg4c::after, .r8lum .ifigj7nq::after,
.xqnxbq    .j68fg4c::after, .xqnxbq    .ifigj7nq::after,
.zud4    .j68fg4c::after, .zud4    .ifigj7nq::after,
.h90jgkjf    .j68fg4c::after, .h90jgkjf    .ifigj7nq::after,
.q2w6g     .j68fg4c::after, .q2w6g     .ifigj7nq::after,
.nz6z    .j68fg4c::after, .nz6z    .ifigj7nq::after,
.tg2ek   .j68fg4c::after, .tg2ek   .ifigj7nq::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;
}
.uqr4uw1n .j68fg4c::after, .uqr4uw1n .ifigj7nq::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");
}
.r8lum .j68fg4c::after, .r8lum .ifigj7nq::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");
}
.xqnxbq .j68fg4c::after, .xqnxbq .ifigj7nq::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");
}
.zud4 .j68fg4c::after, .zud4 .ifigj7nq::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");
}
.h90jgkjf .j68fg4c::after, .h90jgkjf .ifigj7nq::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");
}
.q2w6g .j68fg4c::after, .q2w6g .ifigj7nq::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");
}
.nz6z .j68fg4c::after, .nz6z .ifigj7nq::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");
}
.tg2ek .j68fg4c::after, .tg2ek .ifigj7nq::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");
}
.qq7p3k   .gaog849::after, .qq7p3k   .lybh::after,
.dkgw9x4f .gaog849::after, .dkgw9x4f .lybh::after,
.mb5h    .gaog849::after, .mb5h    .lybh::after,
.ktdnmyl4    .gaog849::after, .ktdnmyl4    .lybh::after,
.qft5mh    .gaog849::after, .qft5mh    .lybh::after,
.zro49q     .gaog849::after, .zro49q     .lybh::after,
.utmz    .gaog849::after, .utmz    .lybh::after,
.xq0fmgoi   .gaog849::after, .xq0fmgoi   .lybh::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;
}
.qq7p3k .gaog849::after, .qq7p3k .lybh::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");
}
.dkgw9x4f .gaog849::after, .dkgw9x4f .lybh::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");
}
.mb5h .gaog849::after, .mb5h .lybh::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");
}
.ktdnmyl4 .gaog849::after, .ktdnmyl4 .lybh::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");
}
.qft5mh .gaog849::after, .qft5mh .lybh::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");
}
.zro49q .gaog849::after, .zro49q .lybh::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");
}
.utmz .gaog849::after, .utmz .lybh::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");
}
.xq0fmgoi .gaog849::after, .xq0fmgoi .lybh::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");
}
.k335tl .fgkz6    { background: transparent; padding: 0; }
.hcyo.ifigj7nq {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .phie {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .phie::before    { grid-area: rank;   }
  .cr6nkgx           { grid-area: ident;  }
  .e2b47     { grid-area: rating; min-width: 0; width: auto; }
  .uekpn           { grid-area: pills;  }
  .hcyo             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .phie {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .phie::before    { justify-self: center; }
  .cr6nkgx           { width: 100%; }
  .e2b47     { justify-self: center; }
  .uekpn           { grid-template-columns: 1fr; }
}
@media (min-width: 860px) {
  .v7qehrt .hdh6j {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .v7qehrt .rxmuz164 { margin: 0; }
}
.kyceu4cg .rxmuz164 { border-top: 4px solid var(--accent); }
.kyceu4cg .me0nhfsh { background: var(--bg-card); }
@media (max-width: 720px) {
  .u3og6 { grid-template-columns: 1fr; }
  .ljvnr0lo { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .ljvnr0lo .c4exnutz { width: 72px; height: 50px; }
  .ljvnr0lo .izk5ii { max-width: 180px; }
  .ljvnr0lo .wl41pc { width: auto; }
}
@media (max-width: 720px) {
  .nq3jb { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .aafmk3or { padding: 16px; }
  .q03qiaky .cr19 { min-width: 50%; }
}
@media (max-width: 860px) {
  .srta3uq { grid-template-columns: 1fr; }
  .poe0 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pjpqjso { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .jdkv8u2 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .lj20nwq { flex-direction: column; align-items: stretch; }
}
.ge5v .wl41pc .ifigj7nq { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .gxcp { flex-direction: column; align-items: stretch; gap: 10px; }
  .ge5v .wl41pc { text-align: center; }
}
@media (max-width: 720px) {
  .w107ll9 { grid-template-columns: 1fr; }
  .xrhu6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .yhgnl { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .r8dt31c { grid-template-columns: 1fr; }
  .zccg9lg { width: 100px; height: 100px; margin: 16px auto; }
  .pha0dsm7 { font-size: 1.4rem; }
  .a2qid4x { justify-content: center; }
  .kge7gqw2 .cr19 { min-width: 50%; }
}
@media (max-width: 540px) {
  .nyy2 { flex-wrap: wrap; padding: 14px 16px; }
  .mvjy4 { padding: 12px 16px; }
  .eui6s .s7pnx { margin: 0 16px; }
  .eui6s .gyezjgh { padding: 0 16px; }
  .jd86r6 { padding: 12px 16px; }
}
.kpgtmo0 .phie {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.nha33dpk .uekpn .ouwfc8 {
  background: transparent; padding: 4px 8px;
}
.nha33dpk .uekpn .wf3h { font-size: .65rem; opacity: .65; }
.nha33dpk .uekpn .cynx   { font-size: 1.15rem; color: var(--accent-light); }
.dynrgv .w5xxa {
  background: var(--accent-bg); border-radius: 100px;
  padding: 1px 10px; font-size: 0.75rem;
  color: var(--cta); font-weight: 700; letter-spacing: .5px;
}
.geya { margin: 16px 0; }
.v746tk { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.v746tk summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.v746tk summary::after { content: "+"; color: var(--accent-light); }
.v746tk[open] summary::after { content: "−"; }
.v746tk p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.cwzu { margin-bottom: 0; }
.zxmu4ckl h2.lwh6gvkr { color: var(--text-primary); border-color: var(--accent-light); }
.u7uckva h2.lwh6gvkr { color: var(--text-primary); border-color: var(--accent-light); }
.buidal .ctuk     { background: #052e16; border-color: #10b981; }
.buidal .nhkc20 { background: #2d0a1e; border-color: #f43f5e; }
.buidal .nlrqc    { background: #1e1036; border-color: #a855f7; }
.buidal .a2vg strong  { color: #f1f5f9; }
.buidal .a2vg p       { color: #cbd5e1; }
.buidal .na7wh9w    .ctuk     .ympg::before,
.buidal .ftfcs  .ctuk     .ympg::before,
.buidal .zilspj  .ctuk     .ympg::before,
.buidal .lp7ch .ctuk     .ympg::before { color: #10b981; }
.buidal .na7wh9w    .nhkc20 .ympg::before,
.buidal .ftfcs  .nhkc20 .ympg::before,
.buidal .zilspj  .nhkc20 .ympg::before,
.buidal .lp7ch .nhkc20 .ympg::before { color: #f43f5e; }
.buidal .na7wh9w    .nlrqc    .ympg::before,
.buidal .ftfcs  .nlrqc    .ympg::before,
.buidal .zilspj  .nlrqc    .ympg::before,
.buidal .lp7ch .nlrqc    .ympg::before { color: #a855f7; }
.aohw .ctuk     { background: #2d2000; border-color: #eab308; }
.aohw .nlrqc    { background: #2d1600; border-color: #f97316; }
.aohw .a2vg strong  { color: #f1f5f9; }
.aohw .a2vg p       { color: #cbd5e1; }
.aohw .na7wh9w    .ctuk     .ympg::before,
.aohw .ftfcs  .ctuk     .ympg::before,
.aohw .zilspj  .ctuk     .ympg::before,
.aohw .lp7ch .ctuk     .ympg::before { color: #eab308; }
.aohw .na7wh9w    .nhkc20 .ympg::before,
.aohw .ftfcs  .nhkc20 .ympg::before,
.aohw .zilspj  .nhkc20 .ympg::before,
.aohw .lp7ch .nhkc20 .ympg::before { color: #ef4444; }
.aohw .na7wh9w    .nlrqc    .ympg::before,
.aohw .ftfcs  .nlrqc    .ympg::before,
.aohw .zilspj  .nlrqc    .ympg::before,
.aohw .lp7ch .nlrqc    .ympg::before { color: #f97316; }
.kolu .ctuk     { background: #0c1a2e; border-color: #38bdf8; }
.kolu .nlrqc    { background: #0a2020; border-color: #2dd4bf; }
.kolu .a2vg strong  { color: #f1f5f9; }
.kolu .a2vg p       { color: #cbd5e1; }
.kolu .na7wh9w    .ctuk     .ympg::before,
.kolu .ftfcs  .ctuk     .ympg::before,
.kolu .zilspj  .ctuk     .ympg::before,
.kolu .lp7ch .ctuk     .ympg::before { color: #38bdf8; }
.kolu .na7wh9w    .nhkc20 .ympg::before,
.kolu .ftfcs  .nhkc20 .ympg::before,
.kolu .zilspj  .nhkc20 .ympg::before,
.kolu .lp7ch .nhkc20 .ympg::before { color: #818cf8; }
.kolu .na7wh9w    .nlrqc    .ympg::before,
.kolu .ftfcs  .nlrqc    .ympg::before,
.kolu .zilspj  .nlrqc    .ympg::before,
.kolu .lp7ch .nlrqc    .ympg::before { color: #2dd4bf; }
.hdrg .ctuk     { background: var(--accent-bg); border-color: var(--accent-light); }
.hdrg .nlrqc    { background: var(--accent-bg); border-color: var(--accent-pale); }
.hdrg .na7wh9w    .ympg::before,
.hdrg .ftfcs  .ympg::before,
.hdrg .zilspj  .ympg::before,
.hdrg .lp7ch .ympg::before { color: var(--accent-light) !important; }
.z5sq .bxer7nz ul li,
.z5sq .x2am li         { color: #4ade80; }
.z5sq .bxer7nz .u0wnl { color: #22c55e; }
.z5sq .m1nvol87 ul li,
.z5sq .k8lsh li         { color: #f87171; }
.z5sq .m1nvol87 .ntavu7h { color: #ef4444; }
.batk26m .a2vg { background: transparent; border-left: none; border: 1.5px solid; }
.batk26m .ctuk     { border-color: var(--c-tip-border); }
.batk26m .nlrqc    { border-color: #60a5fa; }
.batk26m .a2vg strong { color: var(--text-primary); }
.batk26m .a2vg p      { color: var(--text-muted); }
.ybrtjh .a2vg { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.ybrtjh .ctuk     { border-top-color: var(--c-tip-border); }
.ybrtjh .nlrqc    { border-top-color: #60a5fa; }
.c7yzl70 .a2vg { border-left: none; border-radius: 8px; }
.c7yzl70 .ctuk     { background: #065f46; }
.c7yzl70 .nlrqc    { background: #1e3a8a; }
.c7yzl70 .a2vg strong,
.c7yzl70 .a2vg p { color: #fff; }
.c7yzl70 .ympg::before { color: rgba(255,255,255,0.85) !important; }
.buidal.c7yzl70 .ctuk,
.buidal .c7yzl70 .ctuk     { background: #052e16; }
.buidal.c7yzl70 .nhkc20,
.buidal .c7yzl70 .nhkc20 { background: #2d0a1e; }
.buidal.c7yzl70 .nlrqc,
.buidal .c7yzl70 .nlrqc    { background: #1e1036; }
.aohw.c7yzl70 .ctuk,
.aohw .c7yzl70 .ctuk      { background: #2d2000; }
.aohw.c7yzl70 .nlrqc,
.aohw .c7yzl70 .nlrqc     { background: #2d1600; }
.kolu.c7yzl70 .ctuk,
.kolu .c7yzl70 .ctuk      { background: #0c1a2e; }
.kolu.c7yzl70 .nlrqc,
.kolu .c7yzl70 .nlrqc     { background: #0a2020; }
.gz1vy9n .a2vg { border-left: none; border-radius: 6px; padding: 10px 14px; }
.gz1vy9n .ctuk     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.gz1vy9n .nlrqc    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.gz1vy9n .a2vg strong { color: var(--text-primary); }
.gz1vy9n .a2vg p      { color: var(--text-muted); }
.kev4ceku .a2vg { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.na7wh9w .ympg,
.ftfcs .ympg,
.zilspj .ympg,
.lp7ch .ympg { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.na7wh9w .ympg::before,
.ftfcs .ympg::before,
.zilspj .ympg::before,
.lp7ch .ympg::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.na7wh9w .ctuk     .ympg::before { content: "✦"; color: var(--c-tip-border); }
.na7wh9w .nhkc20 .ympg::before { content: "▲"; color: var(--c-warn-border); }
.na7wh9w .nlrqc    .ympg::before { content: "◉"; color: #60a5fa; }
.ftfcs .ctuk     .ympg::before { content: "★"; color: var(--c-tip-border); }
.ftfcs .nhkc20 .ympg::before { content: "◆"; color: var(--c-warn-border); }
.ftfcs .nlrqc    .ympg::before { content: "●"; color: #60a5fa; }
.zilspj .ctuk     .ympg::before { content: "▶"; color: var(--c-tip-border); }
.zilspj .nhkc20 .ympg::before { content: "■"; color: var(--c-warn-border); }
.zilspj .nlrqc    .ympg::before { content: "▸"; color: #60a5fa; }
.lp7ch .ctuk     .ympg::before { content: "→"; color: var(--c-tip-border); }
.lp7ch .nhkc20 .ympg::before { content: "⬥"; color: var(--c-warn-border); }
.lp7ch .nlrqc    .ympg::before { content: "◈"; color: #60a5fa; }
.zyitp .iycy .m2zc6,
.zyitp .xe4x .m2zc6  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.zyitp .fz4a                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.zyitp .s5sc7          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.zyitp .xwhhxh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.pnsf .iycy .m2zc6,
.pnsf .xe4x .m2zc6,
.pnsf .fz4a,
.pnsf .phie,
.pnsf .rxmuz164,
.pnsf .s5sc7,
.pnsf .xwhhxh,
.pnsf .kev4ceku .a2vg { box-shadow: none; }
.auvk7m   .jbi1d, .auvk7m .vzw0qh, .auvk7m .b9yqkpk8,
.auvk7m   .ejq2, .auvk7m .wli9 { font-size: 0.9rem; }
.auvk7m   .u0hsyh, .auvk7m .fzm90u7 { font-size: 0.9rem; }
.ks5pt5b   .jbi1d, .ks5pt5b .vzw0qh, .ks5pt5b .b9yqkpk8,
.ks5pt5b   .ejq2, .ks5pt5b .wli9 { font-size: 0.95rem; }
.ks5pt5b   .u0hsyh, .ks5pt5b .fzm90u7 { font-size: 0.95rem; }
.o741tmdy   .jbi1d, .o741tmdy .vzw0qh, .o741tmdy .b9yqkpk8,
.o741tmdy   .ejq2, .o741tmdy .wli9 { font-size: 1.08rem; }
.o741tmdy   .u0hsyh, .o741tmdy .fzm90u7 { font-size: 1.05rem; }
.o741tmdy   .up04f4h { font-size: 0.97rem; }
.tag2s4 .xmxhv      { font-size: 3.2rem; }
.tag2s4 h2.lwh6gvkr { font-size: 1.9rem; }
.tag2s4 h3.lsgxl2     { font-size: 1.4rem; }
.p4gg24 .xmxhv      { font-size: 3.8rem; }
.p4gg24 h2.lwh6gvkr { font-size: 2.2rem; }
.p4gg24 h3.lsgxl2     { font-size: 1.6rem; }
.cwzu + .cwzu { position: relative; }
.q46r   .cwzu + .cwzu::before,
.bqvfdin8  .cwzu + .cwzu::before,
.cz9d   .cwzu + .cwzu::before,
.kssy   .cwzu + .cwzu::before,
.hp6q   .cwzu + .cwzu::before,
.rzkei .cwzu + .cwzu::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.q46r .cwzu + .cwzu::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.bqvfdin8 .cwzu + .cwzu::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.cz9d .cwzu + .cwzu::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;
}
.kssy .cwzu + .cwzu::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.cl58 .cwzu { margin-bottom: 16px; }
.cl58 .cwzu + .cwzu { margin-top: 0; }
.cl58 .gvnxc3y5 { padding-top: 0; padding-bottom: 0; }
.hp6q .cwzu + .cwzu::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.rzkei .cwzu + .cwzu::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.j74et .cwzu + .cwzu::before,
.s9wutzl .cwzu + .cwzu::before,
.ah2u2aw .cwzu + .cwzu::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%;
}
.rda73wi7 .j74et .cwzu:nth-child(even)::before,
.rda73wi7 .s9wutzl .cwzu:nth-child(even)::before,
.rda73wi7 .ah2u2aw .cwzu:nth-child(even)::before { background: var(--bg-surface); }
.xspoy0r .j74et .cwzu:nth-child(even)::before,
.xspoy0r .s9wutzl .cwzu:nth-child(even)::before,
.xspoy0r .ah2u2aw .cwzu:nth-child(even)::before { background: var(--bg-card); }
.j74et .cwzu + .cwzu::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");
}
.s9wutzl .cwzu + .cwzu::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");
}
.ah2u2aw .cwzu + .cwzu::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");
}
.i4hlo .expbpy3,
.kqf1s5nm .expbpy3,
.ggxi71y .expbpy3 { overflow: hidden; }
.i4hlo .tzlre5yw,
.kqf1s5nm .tzlre5yw { margin-bottom: 60px; }
.ggxi71y .tzlre5yw { margin-bottom: 70px; }
.i4hlo .expbpy3::before,
.kqf1s5nm .expbpy3::before,
.ggxi71y .expbpy3::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%;
}
.i4hlo .expbpy3::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");
}
.kqf1s5nm .expbpy3::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");
}
.ggxi71y .expbpy3::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");
}
.xfcwmwzj .expbpy3:not(.x06ri) .an5v08n { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.i3mu .expbpy3:not(.x06ri) .an5v08n { background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.65) 100%); }
.s8hg5yv  .expbpy3:not(.x06ri) .an5v08n { background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.gs0tj  .expbpy3:not(.x06ri) .an5v08n { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.a1lc8b5x .x06ri .an5v08n { background: none; }
.a1lc8b5x .expbpy3:not(.x06ri) .an5v08n { background: rgba(0,0,0,0.6); }
.cwzu.hozb .sr720 { float: left; width: 38%; margin: 0 28px 16px 0; }
.cwzu.hozb .sr720 .sbwe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cwzu.hozb .gvnxc3y5::after { content: ''; display: block; clear: both; }
.cwzu.j5qjg .sr720 { float: right; width: 38%; margin: 0 0 16px 28px; }
.cwzu.j5qjg .sr720 .sbwe { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.cwzu.j5qjg .gvnxc3y5::after { content: ''; display: block; clear: both; }
.cwzu.hozb .zrz1,
.cwzu.hozb .s5sc7,
.cwzu.hozb .a2vg,
.cwzu.hozb .m2zc6,
.cwzu.hozb .wli9,
.cwzu.hozb .t6ychzh,
.cwzu.hozb .hdh6j,
.cwzu.hozb .m0ei,
.cwzu.j5qjg .zrz1,
.cwzu.j5qjg .s5sc7,
.cwzu.j5qjg .a2vg,
.cwzu.j5qjg .m2zc6,
.cwzu.j5qjg .wli9,
.cwzu.j5qjg .t6ychzh,
.cwzu.j5qjg .hdh6j,
.cwzu.j5qjg .m0ei { clear: both; }
@media (max-width: 900px) {
  .cwzu.hozb .sr720,
  .cwzu.j5qjg .sr720 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .cwzu.hozb .sr720 .sbwe,
  .cwzu.j5qjg .sr720 .sbwe {
    max-height: none !important;
  }
}
.cwzu.hozb .u0hsyh,
.cwzu.hozb .fzm90u7,
.cwzu.j5qjg .u0hsyh,
.cwzu.j5qjg .fzm90u7 { overflow: hidden; }
@media (max-width: 640px) {
  .cwzu.hozb .sr720,
  .cwzu.j5qjg .sr720 { float: none; width: 100%; margin: 0 0 16px 0; }
}
.t0y7 .tqccfds,
.t0y7 .gvnxc3y5,
.t0y7 .jb27  { max-width: 1100px; }
.t0y7 { --content-mw: 1100px; }
.jj11l0 .tqccfds,
.jj11l0 .gvnxc3y5,
.jj11l0 .jb27  { max-width: 1200px; }
.ex9iq6p .tqccfds,
.ex9iq6p .gvnxc3y5,
.ex9iq6p .jb27  { max-width: 1320px; }
.c2rwtt3v { font-size: 0.82rem; color: var(--text-muted); }
.vy9jzlm0 { display: flex; align-items: center; }
.ldea {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.zzkn005 { display: flex; align-items: center; }
.c3yx1w { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.c3yx1w:hover { text-decoration: underline; }
.y082ij { margin: 0 3px; opacity: 0.45; }
.y082ij::before { content: '/'; }
.hlhn8 { padding: 2px 5px; color: var(--text-main); }
.rkfavs .c2rwtt3v {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.rkfavs .vy9jzlm0 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.rmlj6fqg .c2rwtt3v {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.rmlj6fqg .vy9jzlm0 { padding: 0 0 0 12px; }
.t06r {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.jtjm .vy9jzlm0 { padding: 0 16px; }
.jtjm .c2rwtt3v {
  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);
}
.jtjm .tqccfds { padding-top: 28px; }
@media (max-width: 720px) {
  .t06r { margin-top: 18px; padding: 0 16px; }
  .jtjm .tqccfds { padding-top: 16px; }
}
.t0y7.rkfavs .vy9jzlm0 { max-width: 1100px; }
.jj11l0.rkfavs .vy9jzlm0 { max-width: 1200px; }
.ex9iq6p.rkfavs .vy9jzlm0 { max-width: 1320px; }
.t0y7 .t06r { max-width: 1100px; }
.jj11l0 .t06r { max-width: 1200px; }
.ex9iq6p .t06r { max-width: 1320px; }
.l7vqaecw .cwzu { padding-top: 16px; padding-bottom: 16px; }
.zzvsek57 .cwzu { padding-top: 24px; padding-bottom: 24px; }
.ofy9g00 .cwzu { padding-top: 40px; padding-bottom: 40px; }
.d0xdqe .cwzu { padding-top: 52px; padding-bottom: 52px; }
.y7ozn4 .cwzu:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.y7ozn4 .cwzu:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.y7ozn4 .cwzu:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.y7ozn4 .cwzu:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.lkvvws .gvnxc3y5 { padding-top: 10px;  padding-bottom: 10px; }
.cygo30p8 .gvnxc3y5 { padding-top: 18px;  padding-bottom: 18px; }
.rrtutc16 .gvnxc3y5 { padding-top: 36px;  padding-bottom: 36px; }
.bqzi .gvnxc3y5 { padding-top: 48px;  padding-bottom: 48px; }
.eip00om0 h2.lwh6gvkr { font-weight: 600; }
.eip00om0 h3.lsgxl2     { font-weight: 600; }
.z27st4 h2.lwh6gvkr { font-weight: 800; }
.z27st4 h3.lsgxl2     { font-weight: 700; }
.f6c1w7pp { font-weight: 600; }
.f6c1w7pp h2.lwh6gvkr { font-weight: 900; }
.f6c1w7pp h3.lsgxl2     { font-weight: 800; }
.f6c1w7pp .a2vg strong,
.f6c1w7pp .a2vg strong { font-weight: 600; }
.gaog849 {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.r6pqlg0y .gaog849 { display: none; }
@media (max-width: 640px) { .gaog849 { display: none; } }
.gaog849 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.gaog849:hover { opacity: 0.85; }
.wb7e3 .gaog849 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.uxxf9td .gaog849,
.f3qwmql  .gaog849 { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.uxxf9td .gaog849:hover,
.f3qwmql  .gaog849:hover { opacity: 0.88; }
.wb7e3.uxxf9td .gaog849,
.wb7e3.f3qwmql  .gaog849 { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.lybh {
  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;
}
.lybh:hover { transform: translateY(-2px); opacity: 0.92; }
.lybh { background: var(--cta) !important; color: #fff !important; border: none !important; }
.y61b31y .lybh { display: none; }
.liaq7c .lybh { right: 32px; }
.yokn8vvw  .lybh { left: 32px; }
@media (max-width: 480px) {
  .liaq7c .lybh { right: 20px; bottom: 20px; }
  .yokn8vvw  .lybh { left: 20px; bottom: 20px; }
}
.llp5ft { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.jb27 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.t9kgy { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.d08vlq { color: var(--text-dim); font-size: 0.8rem; }
.om57jf { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.om57jf img { height: 26px; width: auto; object-fit: contain; }
.ieadr a, .q2gru a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.ieadr a:hover, .q2gru a:hover { color: var(--accent-light); }
.q2gru { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.vj8nm3r3 .jb27 { text-align: center; }
.vj8nm3r3 .q2gru { justify-content: center; margin-bottom: 16px; }
.vj8nm3r3 .t9kgy { margin-top: 0; }
.ji1vz6b { margin-top: 10px; }
.ji1vz6b a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .jb27 { padding-left: 16px; padding-right: 16px; }
  .maasqez .jb27 { padding: 20px 16px; }
  .q2gru { gap: 4px 12px; }
  .t9kgy { font-size: 0.78rem; }
}
.bu3j .lttc0 .om57jf { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.bu3j .t9kgy { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.bu3j .d08vlq { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .bu3j .hpwm { grid-template-columns: 1fr 1fr; } .bu3j .lttc0 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bu3j .hpwm { grid-template-columns: 1fr; } }
.dpmrqss .om57jf { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.dpmrqss .t9kgy { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .dpmrqss .jbl7 { gap: 12px; } .dpmrqss .om57jf { margin-right: 0; width: 100%; } }
.ja5k .dlbs6u .om57jf { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.ja5k .t9kgy { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.ja5k .d08vlq { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .ja5k .rnbj7x { grid-template-columns: 1fr 1fr; } .ja5k .dlbs6u { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ja5k .rnbj7x { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .rn8ivg .soxuh3 { grid-template-columns: 1fr 1fr; } .rn8ivg .u69s4g:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rn8ivg .soxuh3 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .fo1d3 .soxuh3 { grid-template-columns: 1fr; } }
.xumvg .jb27 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.xumvg .q2gru { justify-content: center; }
.x5sabr8 .o0pii      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.x5sabr8 .llp5ft { background: var(--bg-page); border-top-color: var(--border-alt); }
.o6vs .o0pii      { background: #0d1117; border-bottom-color: #21262d; }
.o6vs .rdz03f5x { color: var(--accent-light); }
.o6vs .to79xton { --msep-color: #8b949e; }
.o6vs .to79xton a { color: #8b949e; }
.o6vs .to79xton a:hover { color: var(--accent-light); }
.o6vs .l1wrauke { color: #8b949e; }
.o6vs .llp5ft { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.o6vs .t9kgy,
.o6vs .d08vlq { color: #6e7681; }
.o6vs .ieadr a, .o6vs .q2gru a,
.o6vs .om57jf { color: #e6edf3; }
.o6vs .ieadr a:hover, .o6vs .q2gru a:hover,
@media (max-width: 640px) {
  .o6vs .to79xton { background: #0d1117; border-top-color: #21262d; }
  .o6vs .to79xton li a { border-bottom-color: #21262d; }
}
.ctp2z9v .o0pii      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.ctp2z9v .rdz03f5x { color: var(--accent-light); }
.ctp2z9v .to79xton { --msep-color: #475569; }
.ctp2z9v .to79xton a { color: #475569; }
.ctp2z9v .to79xton a:hover { color: var(--accent-light); }
.ctp2z9v .l1wrauke { color: #64748b; }
.ctp2z9v .llp5ft { background: #f0f4f8; border-top-color: #cbd5e1; }
.ctp2z9v .t9kgy,
.ctp2z9v .d08vlq { color: #64748b; }
.ctp2z9v .ieadr a, .ctp2z9v .q2gru a,
.ctp2z9v .ibzm a, .ctp2z9v .om57jf { color: #374151; }
.ctp2z9v .ieadr a:hover, .ctp2z9v .q2gru a:hover,
@media (max-width: 640px) {
  .ctp2z9v .to79xton { background: #f0f4f8; border-top-color: #cbd5e1; }
  .ctp2z9v .to79xton li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.uxxf9td .o0pii      { background: var(--accent); border-bottom-color: var(--accent-light); }
.uxxf9td .rdz03f5x { color: #fff; }
.uxxf9td .to79xton { --msep-color: rgba(255,255,255,0.82); }
.uxxf9td .to79xton a { color: rgba(255,255,255,0.82); }
.uxxf9td .to79xton a:hover { color: #fff; }
.uxxf9td .l1wrauke { color: rgba(255,255,255,0.9); }
.uxxf9td .llp5ft { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.uxxf9td .t9kgy,
.uxxf9td .d08vlq { color: rgba(255,255,255,0.72); }
.uxxf9td .ieadr a, .uxxf9td .q2gru a,
.uxxf9td .ibzm a, .uxxf9td .om57jf { color: #fff; }
.uxxf9td .ieadr a:hover, .uxxf9td .q2gru a:hover,
@media (max-width: 640px) {
  .uxxf9td .to79xton { background: var(--accent); border-top-color: var(--accent-light); }
  .uxxf9td .to79xton li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.f3qwmql .o0pii {
  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);
}
.f3qwmql .llp5ft {
  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) {
  .f3qwmql .to79xton {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.nwvbb9x .mkzhs { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.gisp5 .mkzhs { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.zzw9dl .mkzhs { min-height: 72px; height: auto; }
.qi37 .mkzhs { min-height: 84px; height: auto; }
.maasqez .mkzhs { max-width: none; padding: 0 32px; }
.maasqez .jb27  { max-width: none; padding: 24px 32px; }
.s2oguy2x.jj11l0 .mkzhs { max-width: 1200px; }
.s2oguy2x.ex9iq6p .mkzhs { max-width: 1320px; }
.i8yy   .rdz03f5x, .i8yy   .om57jf { text-transform: capitalize; }
.lnk2g8te .rdz03f5x, .lnk2g8te .om57jf { text-transform: lowercase; }
.lhqq7jjg .rdz03f5x, .lhqq7jjg .om57jf { text-transform: uppercase; letter-spacing: 0.06em; }
.t70rxt, .zjx4spc3 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.uck7tbi .t70rxt,
.uck7tbi .zjx4spc3 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.lkcmj .t70rxt,
.lkcmj .zjx4spc3 { 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; }
.zunrh .t70rxt,
.zunrh .zjx4spc3 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.ftxbq2 .t70rxt,
.ftxbq2 .zjx4spc3 { 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; }
.bq5u456   .to79xton a { font-weight: 500; }
.h9syzj .to79xton a { font-weight: 600; }
.ov2qty     .to79xton a { font-weight: 700; }
.ljwr6    .to79xton a { font-weight: 800; letter-spacing: 0.01em; }
.kar5ok     .to79xton > li + li::before,
.ucp0x    .to79xton > li + li::before,
.br03sm    .to79xton > li + li::before,
.s8u21h .to79xton > li + li::before,
.kzw9 .to79xton > li + li::before,
.paa4  .to79xton > li + li::before,
.w3q20u    .to79xton > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.kar5ok     .to79xton > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.ucp0x    .to79xton > li + li::before { content: "|"; }
.br03sm    .to79xton > li + li::before { content: "—"; }
.s8u21h .to79xton > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.kzw9 .to79xton > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.paa4  .to79xton > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.w3q20u    .to79xton > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .w0qtk6b .l1wrauke,
  .ed9bkmo .l1wrauke,
  .q5noa .l1wrauke,
  .ziinr .l1wrauke,
  .nrm29 .l1wrauke {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .w0qtk6b .l1wrauke::before,
  .ed9bkmo .l1wrauke::before,
  .q5noa .l1wrauke::before,
  .ziinr .l1wrauke::before,
  .nrm29 .l1wrauke::before { content: ""; display: block; flex-shrink: 0; }

  
  .w0qtk6b .l1wrauke::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;
  }

  
  .ed9bkmo .l1wrauke::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;
  }

  
  .q5noa .l1wrauke::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;
  }

  
  .ziinr .l1wrauke::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;
  }

  
  .nrm29 .l1wrauke::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) {
  .spsth8 .l1wrauke {
    padding: 5px 14px;
  }
  .spsth8 .to79xton {
    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;
  }
  .spsth8 .to79xton li a {
    border-bottom: none; padding: 10px 22px;
  }
  .spsth8 .to79xton li a:hover { background: var(--bg-raised); }
  .spsth8 .bwkxv,
  .pw1bdjfw .bwkxv,
  .lypobbjh .bwkxv { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .bijrj2 .l1wrauke {
    padding: 5px 10px;
  }
  .bijrj2 .to79xton {
    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);
  }
  .bijrj2 .to79xton.ivtzub1 { transform: translateX(0); }
  .bijrj2 .to79xton li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .bijrj2 .to79xton li:last-child a { border-bottom: none; }
  .uxxf9td .to79xton,
  .o6vs .to79xton { background: var(--accent) !important; }
  .uxxf9td .to79xton li a,
  .o6vs .to79xton li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .lypobbjh .l1wrauke {
    padding: 5px 10px;
  }
  .lypobbjh .to79xton {
    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);
  }
  .lypobbjh .to79xton::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .lypobbjh .to79xton.ivtzub1 { transform: translateY(0); }
  .lypobbjh .to79xton li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .gcsn3k .l1wrauke {
    padding: 5px 10px;
  }
  .gcsn3k .to79xton {
    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;
  }
  .gcsn3k .to79xton.ivtzub1 { opacity: 1; pointer-events: auto; }
  .gcsn3k .to79xton li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .y2tp     .l1wrauke { border-radius: 0 !important; }
  .vfmah   .l1wrauke { border-radius: 8px !important; }
  .lau6p .l1wrauke { border-radius: 50% !important; }
  .bkac   .l1wrauke { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .bkv950a .irfd { flex-direction: column; align-items: stretch; }
  .bkv950a .w812r99 { flex-direction: row; min-width: auto; }
  .bkv950a .a37bnwre { align-items: flex-start; text-align: left; }
}
.vlhj8v,
.vlhj8v.cwzu,
.rda73wi7 .vlhj8v,
.dyd64gd .vlhj8v,
.xspoy0r .vlhj8v,
.vfkn .vlhj8v {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.o4u3 {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.c3hdauwq { flex: 1 1 280px; min-width: 0; }
.txavwrc {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.mfe0r3 {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.kybl {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.kybl:hover { transform: translateY(-1px); opacity: 0.95; }
.afgixt .o4u3 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.afgixt .txavwrc { color: var(--cta); }
.afgixt .mfe0r3 { color: var(--text-body); }
.afgixt .kybl {
  background: var(--cta) !important;
  color: #fff !important;
}
.q6rxwu9j .o4u3 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.q6rxwu9j .txavwrc { color: var(--text-primary); }
.q6rxwu9j .mfe0r3 { color: var(--text-body); }
.q6rxwu9j .kybl {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .o4u3 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .c3hdauwq { flex: 0 0 auto; }
  .txavwrc { font-size: 1.2rem; }
  .kybl { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.mq21 .dfyfcg { height: 36px; }
.wk6zxid .dfyfcg { height: 60px; max-width: 200px; }
.wxga2r46 .dfyfcg { height: 76px; max-width: 240px; }
.i9givy    .w5xxa, .i9givy    .feterm { color: var(--text-muted); opacity: 0.7; letter-spacing: 2px; }
.nha33dpk .wf3h {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.nha33dpk .cynx {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .qo4sgsg .t6ychzh {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .qo4sgsg .phie {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .qo4sgsg .phie { padding: 40px 16px 20px; }
  .qo4sgsg .ouwfc8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .qo4sgsg .hcyo { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .mltsu0tv .phie {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .mltsu0tv .phie::before {
    position: absolute; top: 14px; left: 14px;
  }
  .mltsu0tv .cr6nkgx {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .mltsu0tv .wnhdtevf { white-space: normal; text-align: center; font-size: 1.2rem; }
  .mltsu0tv .ouwfc8 {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .mltsu0tv .hcyo { width: 100%; min-width: 0; }
  .mltsu0tv .w5xxa { min-width: 0; }
}
.x886r54 .phie::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.e40juvh3 .v746tk {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.e40juvh3 .v746tk summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.e40juvh3 .v746tk p { padding: 0 2px 16px; }
.jp96 .v746tk { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.jp96 .v746tk summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.jp96 .v746tk summary::after { content: "›"; font-size: 1.2em; }
.jp96 .v746tk[open] summary::after { content: "‹"; }
.jp96 .v746tk p { padding: 10px 22px 4px; }
.itnjdr8 .v746tk {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.itnjdr8 .v746tk summary { color: var(--text-primary); padding-left: 16px; }
.itnjdr8 .v746tk summary::after { content: "›"; font-size: 1.1em; }
.itnjdr8 .v746tk[open] summary::after { content: "‹"; }
.itnjdr8 .v746tk p { padding-left: 16px; }
.qkvr .geya { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.qkvr .v746tk {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.qkvr .v746tk:last-child { border-bottom: none; }
.qkvr .v746tk summary { color: var(--text-primary); border-radius: 0; }
.qkvr .v746tk summary::after { content: "›"; font-size: 1.1em; }
.qkvr .v746tk[open] summary::after { content: "‹"; }
.qvnzo25b .v746tk { overflow: hidden; }
.qvnzo25b .v746tk summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.qvnzo25b .v746tk summary::after { color: rgba(255,255,255,.75); }
.qvnzo25b .v746tk[open] summary { border-radius: 0; }
.cm71yv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.vfwq {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.gofc {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.i4l2sf { color: var(--text-muted); font-size: 1.05rem; }
.vdalsw {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ygyfnk { margin-bottom: 20px; }
.h56evzb5 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.yvek7s {
  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;
}
.yvek7s:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.orkib5e { resize: vertical; min-height: 130px; }
.k088 { width: 100%; margin-top: 8px; }
.xuit {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.z4j3 {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.mon3r { color: var(--text-muted); line-height: 1.75; }
.jz5k92s { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.jz5k92s li { margin-bottom: 6px; }
.rl8iukg { max-width: 760px; margin: 0 auto; }
.o0wa0w { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.joexq1mq { max-width: 760px; margin: 0 auto; }
.mwn4u ul.jz5k92s { margin: 0; }
@media (max-width: 640px) { .rrn490a6 { grid-template-columns: 1fr; gap: 10px; } }
.i9czvx { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.l4an { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.o54848 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.l4an p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.l4an .jz5k92s { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .i9czvx { grid-template-columns: 1fr; } }
.alylapsn ul.jz5k92s { margin: 0; }
.dk2i .jz5k92s,
.tdv0 .jz5k92s,
.z9uvev .jz5k92s,
.qinow .jz5k92s {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
@media (max-width: 640px) { .lqonv0 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 860px) { .b8rxsy { grid-template-columns: 1fr; } .byuzrg { position: static; text-align: center; } }
@media (max-width: 860px) { .dnxl3 { grid-template-columns: 1fr; } }
.qinow .jz5k92s { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .uwni { flex-direction: column; text-align: center; } .evne { grid-template-columns: 1fr; } }
.n29rot9w { max-width: 760px; margin: 0 auto; }
.uingn { position: relative; padding-left: 28px; }
.uingn::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.vfccmla { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.vfccmla:last-child { padding-bottom: 0; }
.g4ly5zz3 { 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; }
.ruy9fhn h2 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.ruy9fhn p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.cpis4hk .gofc { color: var(--accent-light); }
.zgva .gofc { font-size: 2rem; }
.zgva .i4l2sf { max-width: 680px; }
.xg9pn7gz .gofc { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.xg9pn7gz .i4l2sf  { margin: 0; }
@media (max-width: 640px) { .xg9pn7gz { flex-direction: column; } }
.p3f23w .gofc { color: var(--accent-light); }
.h44gv0z .gofc { color: #fff; }
.h44gv0z .i4l2sf  { color: rgba(255,255,255,0.85); }
.brw5xuw { max-width: 680px; margin: 0 auto; }
.aznp {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .aznp { grid-template-columns: 1fr; } }
.m3kv .yvek7s {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.m3kv .yvek7s:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.c5xnd .yvek7s { background: var(--bg-raised); border-color: transparent; }
.c5xnd .yvek7s:focus { background: var(--bg-card); border-color: var(--accent-light); }
.m7g37qzw .yvek7s { border-radius: 100px; padding: 11px 20px; }
.m7g37qzw .orkib5e { border-radius: 14px; }
.gz78pa {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.gz78pa summary {
  padding: 16px 20px; cursor: pointer; font-weight: 700;
  color: var(--accent-light); font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.gz78pa summary::-webkit-details-marker { display: none; }
.gz78pa summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.gz78pa[open] summary::after { content: "−"; }
.ilf7p4v5 {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .xe9szn { grid-template-columns: 1fr; } }
.vcoreh { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.vcoreh li { margin-bottom: 6px; }
.cs71v3w{position:relative;overflow:visible}
.gml4 .fsjnh0n{display:block}
.gp670gm{--date-bg:transparent}
.wq7jp5 .qjm6s3::before{content:""}
.fj68jqc .abfd9c{padding:20px 0}
@media(max-width:640px){
  .abfd9c{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .i5br{max-width:100%}
}
.m0ei{margin:24px 0 32px;padding:0;list-style:none}
.yj98n{margin:18px 0 28px}
.yj98n .s5sc7{margin:0}
@media (max-width:560px){
  .ry3effvt{grid-template-columns:repeat(2,1fr);gap:12px}
}
.f3eh7bwv{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));
  gap:14px;
  margin:16px 0;
}
.glg5iga7{
  display:flex; flex-direction:column;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:10px;
  overflow:hidden;
  text-decoration:none;
  color:var(--text-primary);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.glg5iga7:hover{ background:var(--bg-hover); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.ki7d{
  display:block; width:100%; aspect-ratio: 4 / 3;
  background:var(--bg-surface); overflow:hidden;
}
.ki7d img{ width:100%; height:100%; object-fit:cover; display:block; }
.ad6r{ display:flex; flex-direction:column; gap:2px; padding:10px 12px; }
.guc1{ font-weight:700; font-size:.95rem; line-height:1.25; color:var(--cta); }
.bc3eflgp{ font-size:.78rem; color:var(--text-muted); }
.e1qcrk7l{ font-size:.75rem; color:var(--cta); font-weight:700; }
.yaayq696{
  display:block; text-align:center; padding:8px 12px; margin:0 12px 12px;
  font-size:.82rem; border-radius:6px;
}
.ax1tf{ display:flex; flex-direction:column; gap:18px; margin:16px 0; }
.ggx91r{ }
.r6tk{
  font-size:1rem; font-weight:700;
  margin:0 0 10px;
  text-transform:uppercase; letter-spacing:.04em;
  color:var(--text-muted);
}
.jmsi0hdf{
  display:flex; flex-wrap:wrap; gap:10px;
}
.c7cr7{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:90px; min-height:48px; padding:8px 12px;
  background:var(--bg-card);
  border:1px solid var(--border-alt);
  border-radius:6px;
}
.c7cr7 img{
  max-width:80px; max-height:32px; object-fit:contain; display:block;
}
@media (max-width:560px){
  .f3eh7bwv{ grid-template-columns: repeat(2, 1fr); gap:10px; }
  .guc1{ font-size:.85rem; }
  .a1zabi{ grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}
.bf6ei .f3eh7bwv{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}
.bf6ei .ki7d{ aspect-ratio: 3 / 4; }
.bf6ei .ad6r{ padding: 14px 14px 6px; }
.bf6ei .yaayq696{ margin: 0 14px 14px; padding: 10px 14px; font-size: .9rem; }
.o3q2o .f3eh7bwv{
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.o3q2o .glg5iga7{
  flex: 0 0 200px;
  scroll-snap-align: start;
}
.o3q2o .ki7d{ aspect-ratio: 1 / 1; }
.o3q2o .ad6r{ padding: 8px 10px; }
.o3q2o .guc1{ font-size: .82rem; }
.o3q2o .bc3eflgp, .o3q2o .e1qcrk7l{ display: none; }
.o3q2o .yaayq696{ margin: 0 10px 10px; padding: 6px 10px; font-size: .75rem; }
.rcwfzhu .f3eh7bwv{
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px !important;
}
.rcwfzhu .glg5iga7{
  background: transparent !important;
  border: 2px solid var(--accent) !important;
  border-radius: 6px !important;
}
.rcwfzhu .guc1{ color: var(--text, #fff); }
.rcwfzhu .bc3eflgp{ color: var(--text-muted, #999); }
.zwcd8a .wnaomh{
  background: transparent !important;
  border: 2px solid var(--accent-muted, rgba(255,255,255,.15)) !important;
  border-radius: 4px !important;
}
.zwcd8a .wnaomh:hover{
  background: var(--accent) !important;
  border-color: var(--accent) !important;
}
.duvlh5sa .r6tk{ display: none; }
.duvlh5sa .ax1tf{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 10px;
}
.duvlh5sa .ggx91r{ display: contents; }
.duvlh5sa .jmsi0hdf{ display: contents; }
.glx6z4f .c7cr7{
  border-radius: 999px !important;
  padding: 6px 14px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  gap: 8px;
}
.glx6z4f .c7cr7 img{ max-width: 36px !important; max-height: 22px !important; }
.glx6z4f .c7cr7::after{
  content: attr(title);
  font-size: .8rem;
  color: var(--text, #fff);
  font-weight: 500;
}
.jywej4c .ax1tf{ gap: 10px; }
.jywej4c .r6tk{
  display: inline-block; min-width: 110px; margin: 0 12px 0 0; opacity: .55;
  font-size: .72rem;
}
.jywej4c .ggx91r{
  display: flex; align-items: center; flex-wrap: wrap;
}
.jywej4c .jmsi0hdf{ flex: 1; gap: 8px; }
.jywej4c .c7cr7{
  min-width: 70px !important; min-height: 36px !important; padding: 4px 8px !important;
}
.jywej4c .c7cr7 img{ max-height: 22px !important; }
.gigco .f3eh7bwv{
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 14px !important;
}
.gigco .glg5iga7{
  position: relative;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: var(--bg-surface) !important;
}
.gigco .ki7d{
  aspect-ratio: 3 / 4;
  display: block;
}
.gigco .ki7d img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease, filter .25s ease;
}
.gigco .ad6r{
  
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 8px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.gigco .guc1{
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.gigco .bc3eflgp,
.gigco .e1qcrk7l{
  color: rgba(255,255,255,0.85) !important;
  font-size: .72rem;
}
.gigco .yaayq696{
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -40%);
  margin: 0 !important;
  padding: 10px 22px !important;
  font-size: .9rem !important;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}
.gigco .glg5iga7:hover .ki7d img{
  transform: scale(1.06);
  filter: brightness(0.55);
}
.gigco .glg5iga7:hover .ad6r{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.gigco .glg5iga7:hover .yaayq696{
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
@media (max-width: 700px){
  .gigco .f3eh7bwv{ grid-template-columns: repeat(2, 1fr) !important; }
  
  .gigco .ad6r{ opacity: 1; transform: none; }
  .gigco .yaayq696{ opacity: 1; transform: translate(-50%, -50%); }
  .gigco .ki7d img{ filter: brightness(0.8); }
}
.m4ypcy .ejq2::first-letter{
  float: left;
  font-size: 3.4em;
  line-height: .9;
  font-weight: 800;
  color: var(--cta);
  padding: 4px 12px 0 0;
  margin-top: 4px;
}
.m4ypcy .ejq2{
  
  line-height: 1.7;
  margin-bottom: 18px;
}
.lc4hm94b .ejq2,
.lc4hm94b .vzw0qh{
  position: relative;
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.65;
  color: var(--text-primary);
  margin: 8px 0 22px;
}
.lc4hm94b .ku3jp { padding: 8px 0 8px 56px; }
.lc4hm94b .ku3jp::before {
  content: "\201C"; position: absolute; left: 4px; top: -10px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.lc4hm94b .rpmp8934 { padding: 8px 56px 8px 0; text-align: right; }
.lc4hm94b .rpmp8934::after {
  content: "\201D"; position: absolute; right: 4px; bottom: -18px;
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700;
}
.lc4hm94b .n3w3 { padding: 8px 22px; }
.lc4hm94b .n3w3::before,
.lc4hm94b .n3w3::after {
  font-family: Georgia, "Times New Roman", serif; font-size: 1.8em; line-height: 1;
  color: var(--cta); font-style: normal; font-weight: 700; vertical-align: -0.05em;
}
.lc4hm94b .n3w3::before { content: "\00AB\00A0"; margin-right: 4px; }
.lc4hm94b .n3w3::after  { content: "\00A0\00BB"; margin-left: 4px; }
.lc4hm94b .i0n9v4 {
  padding: 6px 0 6px 16px;
  border-left: 3px solid var(--cta);
}
.lc4hm94b .tru1d2d4 {
  padding: 18px 24px; text-align: center; font-size: 1.15em;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.m2zc6 { padding-top: 6px; }
.m2zc6 .lsgxl2{
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.m2zc6 .lsgxl2::after{
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--cta);
  opacity: .55;
}
.m2zc6 p { margin: 0 0 10px; }
.m2zc6 p:last-child { margin-bottom: 0; }
.wli9{
  position: relative;
  padding-left: 16px;
  margin-top: 18px;
  font-style: italic;
  color: var(--text-muted);
  border-left: 3px solid var(--cta);
}
.lcv1fg{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 14px 0;
}
.jcm3{
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  transition: border-color .15s ease, background .15s ease;
}
.jcm3:hover{ border-color: var(--cta); background: var(--bg-hover); }
.l8nacf5{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta);
  position: relative;
  
  display: none;
}
.l8nacf5::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(255,255,255,.3) 100%);
  border-radius: inherit;
}
.qk4f3r1a{ flex: 1; min-width: 0; }
.kwmwsx{
  font-weight: 700;
  font-size: .95rem;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}
.v36a12oq{
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.lcv1fg.oi79w2x .jcm3 { flex-direction: column; align-items: center; text-align: center; padding: 16px 14px; }
.lcv1fg.oi79w2x .l8nacf5 { width: 36px; height: 36px; }
.lcv1fg.oi79w2x .qk4f3r1a { text-align: center; }
.lcv1fg.cqz4zh .jcm3 { border: 2px solid var(--cta); background: var(--bg-card-inner); }
.lcv1fg.tnqsg4b0 { counter-reset: fgb-c; }
.lcv1fg.tnqsg4b0 .jcm3 { counter-increment: fgb-c; }
.zrz1.szl5vfzl .fz4a { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.zrz1.szl5vfzl .izsf { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.zrz1.szl5vfzl .a8x9 { grid-row: 1 / span 3; grid-column: 1; width: 48px; height: 48px; margin: 0; }
.zrz1.szl5vfzl .uy103wd { grid-column: 2; text-align: left; padding: 0; }
.zrz1.szl5vfzl .elabj { grid-column: 2; text-align: left; padding: 0; }
.zrz1.szl5vfzl .kmtrqw { grid-column: 2; padding-left: 18px; }
.zrz1.pge1 .izsf,
.zrz1.pge1 .a8x9 { display: none; }
.zrz1.pge1 .fz4a { padding: 16px 18px; text-align: left; }
.zrz1.pge1 .uy103wd { text-align: left; }
.zrz1.pge1 .elabj { text-align: left; }
.zrz1.dmvl0dwv { counter-reset: clb-n; }
.zrz1.dmvl0dwv .fz4a { counter-increment: clb-n; }
.zrz1.dmvl0dwv .izsf { display: none; }
.zrz1.dmvl0dwv .a8x9 { width: 32px; height: 32px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; border: 0; margin: 14px auto 4px; color: #fff; font-weight: 700; }
.zrz1.dmvl0dwv .a8x9::before { content: counter(clb-n); font-family: inherit; }
.zrz1.dmvl0dwv .a8x9::after { display: none; }
.zrz1.dmvl0dwv .fz4a:not(:has(.a8x9)) .uy103wd::before { content: counter(clb-n) ". "; color: var(--cta); font-weight: 700; }
.f5k5a .fz4a { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; padding: 14px 16px; text-align: left; }
.f5k5a .izsf { grid-row: 1 / span 3; grid-column: 1; width: 56px; height: 56px; border-radius: 12px; margin: 0; border-width: 2px; }
.f5k5a .uy103wd { grid-column: 2; text-align: left; padding: 0; }
.f5k5a .elabj { grid-column: 2; text-align: left; padding: 0; }
.f5k5a .kmtrqw { grid-column: 2; padding-left: 18px; }
.umtbr .zrz1 { counter-reset: cl-n; }
.umtbr .fz4a { counter-increment: cl-n; }
.umtbr .izsf { display: none; }
.umtbr .fz4a:not(:has(.a8x9)) .uy103wd::before { content: counter(cl-n) ". "; color: var(--cta); font-weight: 700; }
.ex5y6k6 .izsf,
.ex5y6k6 .a8x9 { display: none; }
.ex5y6k6 .fz4a { padding: 16px 18px; text-align: left; }
.ex5y6k6 .uy103wd { text-align: left; }
.ex5y6k6 .elabj { text-align: left; }
.hkxhvshy .jcm3 { border: 0; border-left: 3px solid var(--cta); border-radius: 0 8px 8px 0; padding-left: 14px; background: transparent; }
.hkxhvshy .l8nacf5 { display: none; }
.gio55 .jcm3 { border: 0; background: var(--bg-card-inner); }
.gio55 .l8nacf5 { width: 36px; height: 36px; border-radius: 18px; background: rgba(255,255,255,0.06); }
.gio55 .l8nacf5::after { background: radial-gradient(circle at 50% 50%, var(--cta) 0 6px, transparent 7px); inset: 0; opacity: 0.9; }
.uchx6b1q .lcv1fg { counter-reset: fg-c; }
.uchx6b1q .jcm3 { counter-increment: fg-c; }
.uchx6b1q .l8nacf5 { width: 30px; height: 30px; border-radius: 50%; background: var(--cta); display: flex; align-items: center; justify-content: center; }
.uchx6b1q .l8nacf5::after { content: counter(fg-c); position: static; background: none; color: #fff; font-weight: 700; font-size: 0.9rem; line-height: 1; }
.cj79sa .jcm3 { border: 0; background: transparent; padding: 10px 4px; }
.cj79sa .jcm3 + .jcm3 { border-top: 1px solid var(--border); }
.cj79sa .l8nacf5 { width: 6px; height: 6px; border-radius: 50%; margin-top: 9px; }
.cj79sa .l8nacf5::after { display: none; }
.o77h .jcm3 { border: 0; background: var(--bg-card); padding: 12px 14px; }
.o77h .l8nacf5 { width: 8px; height: 8px; border-radius: 50%; margin-top: 7px; }
.o77h .l8nacf5::after { display: none; }
.yehi .jcm3 { display: block; position: relative; padding: 14px 16px 14px 44px; }
.yehi .l8nacf5 { position: absolute; top: 14px; left: 14px; width: 20px; height: 20px; border-radius: 4px; }
.yehi .qk4f3r1a { display: block; }
.qc8gapqz .jcm3 { background: transparent; }
.qc8gapqz .l8nacf5 { background: transparent; border: 2px solid var(--cta); width: 32px; height: 32px; }
.qc8gapqz .l8nacf5::after { background: linear-gradient(135deg, var(--cta) 0%, transparent 60%); opacity: 0.5; }
@media (max-width: 560px){
  .jnues{ grid-template-columns: repeat(2, 1fr); padding: 14px 10px; }
  .k63sr{ font-size: 1.4rem; }
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .r2cmi { padding: 28px 18px 20px; }
  .x8fj { font-size: 1.2rem; }
  .idd1 { max-width: 220px; max-height: 80px; }
}
.lqdor .cwzu {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.lqdor .gvnxc3y5 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.lqdor .o4u3 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.w1h62mf .hp7v1so0 { border-radius: 22px; }
.b7g1 .o4u3 { align-items: center; flex-wrap: wrap; }
@media (max-width: 640px) {
  .hp7v1so0 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .i1vz { display: none; }
  .gaog849 {
    position: absolute !important;
    left: 50% !important; top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
}
.x5wrfm6 .xmxhv,
.x5wrfm6 .tqccfds h2, .x5wrfm6 .tqccfds h3, .x5wrfm6 .tqccfds h4,
.x5wrfm6 .uy103wd h3, .x5wrfm6 .kwmwsx,
.x5wrfm6 .x4d6, .x5wrfm6 .lwh6gvkr { color: var(--cta) !important; }
.x5wrfm6 .a2vg,
.x5wrfm6 .ctuk,
.x5wrfm6 .nhkc20,
.x5wrfm6 .nlrqc {
  background: var(--accent-bg) !important;
  border-color: var(--cta) !important;
}
.x5wrfm6 .a2vg strong { color: var(--cta) !important; }
.x5wrfm6 .a2vg .ympg,
.x5wrfm6 .a2vg .ympg::before { color: var(--cta) !important; }
.x5wrfm6 [data-c] {
  color: var(--cta) !important;
  background: color-mix(in srgb, var(--cta) 14%, transparent) !important;
}
.x5wrfm6 .jnues, .x5wrfm6 .q5iztu,
.x5wrfm6 .bxer7nz, .x5wrfm6 .m1nvol87,
.x5wrfm6 .fz4a { border-color: var(--cta) !important; }
.x5wrfm6 .k63sr { color: var(--cta) !important; }
.j68fg4c, .ifigj7nq, .gaog849, .lybh,
.kybl, .p3knr9r, .hcyo { text-transform: capitalize; }
:root {
  --accent:          #252434;
  --brand:           #252434;
  --brand-light:     #ff2349;
  --brand-pale:      #ff2349;
  --grad-start:      #000000;
  --grad-end:        #1a1924;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #ff2349;
  --cta-light:       #fb738a;
  --cta-hover:       #fe4b6a;
  --bg-page:         #0a0a0f;
  --bg-surface:      #111018;
  --bg-card:         #171721;
  --bg-card-inner:   #1e1d2a;
  --bg-raised:       #242333;
  --bg-hover:        #2a293c;
  --border:          #333248;
  --border-alt:      #403e5a;
  --border-section:  #333248;
  --text-primary:    #e5e4e6;
  --text-muted:      #a4a3a7;
  --text-body:       #cbcacd;
  --text-sub:        #a4a3a7;
  --text-faint:      #707075;
  --text-dim:        #57575b;
  --text-label:      #8a898e;
  --text-value:      #bebdc0;
  --accent-bg:       #1e1e1e;
  --accent-bg-light: #2d2d2d;
  --bg-tip:          #162621;
  --bg-warning:      #272115;
  --bg-info:         #161b26;
  --bg-pros:         #162621;
  --bg-cons:         #26161b;
  --c-pros:          #93dbc6;
  --c-cons:          #e689a4;
  --c-pros-label:    #6dceb2;
  --c-tip-border:    #52c5a4;
  --c-warn-border:   #e8a430;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #93dbc6;
}
:root { --logo-bg-opacity: 41%; }
body, button, input { font-family: "Montserrat", sans-serif; }
.ttcnq .ympg { font-size: 0; width: 1.2rem; flex-shrink: 0; }.ttcnq .ympg::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.ttcnq .ctuk     .ympg::before { content: "";  color: var(--c-tip-border); }.ttcnq .nhkc20 .ympg::before { content: ""; color: var(--c-warn-border); }.ttcnq .nlrqc    .ympg::before { content: ""; color: #60a5fa; }.buidal .ttcnq .ctuk     .ympg::before { color: #10b981; }.buidal .ttcnq .nhkc20 .ympg::before { color: #f43f5e; }.buidal .ttcnq .nlrqc    .ympg::before { color: #a855f7; }.aohw  .ttcnq .ctuk     .ympg::before { color: #eab308; }.aohw  .ttcnq .nhkc20 .ympg::before { color: #ef4444; }.aohw  .ttcnq .nlrqc    .ympg::before { color: #f97316; }.kolu  .ttcnq .ctuk     .ympg::before { color: #38bdf8; }.kolu  .ttcnq .nhkc20 .ympg::before { color: #818cf8; }.kolu  .ttcnq .nlrqc    .ympg::before { color: #2dd4bf; }.hdrg .ttcnq .ympg::before { color: var(--accent-light) !important; }
.haujpgsg .x2am li::before, .haujpgsg .k8lsh 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; }.haujpgsg .x2am li::before { content: ""; }.haujpgsg .k8lsh li::before { content: ""; }.haujpgsg .u0wnl::before, .haujpgsg .ntavu7h::before {  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 0.85em; margin-right: 5px; line-height: 1; }.haujpgsg .u0wnl::before { content: ""; }.haujpgsg .ntavu7h::before { content: ""; }
.o2en1s .h5ld, .o2en1s .n5sb { min-height: 780px; }
.y082ij::before { content: '/'; }
.xzqajtjf .an5v08n {  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%,  rgba(0,0,0,0.72) 55%, var(--accent-bg) 100%); }.xzqajtjf .edrk40j {  filter: brightness(0.42); }.xzqajtjf .jng5ex {  background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.8)); }