:root {
  --color-accent: #4bb437;
  --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;
}
.ugmh {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.rf28 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.cu3yhot {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.l3xy5 { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.zj64e5h { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.zj64e5h a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.zj64e5h a:hover { color: var(--accent-light); }
.tuy4kag2     .akgodbez { border-radius: 6px; }
.tuy4kag2 .akgodbez li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.tuy4kag2 .akgodbez li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
@media (max-width: 640px) {
  .akgodbez {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .pqgmf0o:hover .akgodbez,
  .pqgmf0o:focus-within .akgodbez { display: block; }
  .akgodbez li a { padding: 8px 16px; font-size: 0.88rem; }
}
.j5hb5d3 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.xxg9lkf { display: none; }
@media (max-width: 640px) {
  .xxg9lkf {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .xxg9lkf.b71musy { display: block; }
}
@media (max-width: 640px) {
  .j5hb5d3 { display: block; }
  .zj64e5h > li + li::before { display: none !important; }
  .zj64e5h {
    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;
  }
  .zj64e5h.b71musy { display: flex; }
  .zj64e5h li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .zj64e5h li:last-child a { border-bottom: none; }
}
.okihxhs { min-height: 480px; }
.iqs2xj3 {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.uodwq90 { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.qdvl3yd .uodwq90 { margin-left: 0; margin-right: 0; }
.is8rga {
  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;
}
.cpfo3 .is8rga { margin-top: 24px; }
.is8rga:hover { opacity: 0.88; }
.kzvxh19 .iqs2xj3 { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.kzvxh19 .uodwq90 { color: #e2e8f0; }
.kzvxh19.qdvl3yd   .rgl92st { text-align: left; }
.lmhy3lj .iqs2xj3 { color: var(--text-primary); text-shadow: none; }
.lmhy3lj .uodwq90 { color: var(--text-muted); }
.lmhy3lj .is8rga { margin-top: 16px; }
.lmhy3lj, .lmhy3lj.okihxhs { min-height: auto !important; }
.lmhy3lj.qdvl3yd   .rgl92st { text-align: left; }
.lmhy3lj~.h3jr{position:static!important;left:auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin:0 auto!important;padding:0 24px 12px!important}
.lmhy3lj~.h3jr .kso6n{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important;font-size:.8rem}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@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); }
}
.oo29saq .aub60,
.oo29saq .q9j5oy,
.oo29saq .kzvxh19 .uxlx73um {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.aub60 .iqs2xj3 { color: #fff; }
.aub60 .uodwq90 { color: rgba(255,255,255,0.85); }
.aub60 .is8rga { background: #fff; color: var(--cta); }
.aub60 .is8rga:hover { opacity: 0.92; }
.hslm .hx5l1s5 { position: relative; overflow: hidden; }
.hslm .hx5l1s5::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 6s ease-in-out infinite;
}
.yxj7 .hx5l1s5 {
  animation: hg-breathe 7s ease-in-out infinite;
}
.kf9b .hx5l1s5 { position: relative; overflow: hidden; }
.kf9b .hx5l1s5::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;
}
.g1ex9xb .hx5l1s5 { position: relative; overflow: hidden; }
.g1ex9xb .hx5l1s5::after {
  content: ''; position: absolute;
  width: 60%; height: 120%; top: -10%; left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12; filter: blur(80px); pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.oo29saq .hx5l1s5 {
  animation: hg-fadein 1.2s ease-out both;
}
.hx5l1s5 {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-areas: "text media";
  min-height: 480px;
  background: linear-gradient(110deg, var(--accent-bg) 0%, var(--bg-card) 55%, var(--bg-surface) 100%);
}
.zanmut1 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.g828k {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.ug9ys596 {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hx5l1s5 .iqs2xj3 { text-shadow: none; color: var(--text-primary); }
.hx5l1s5 .uodwq90 { color: var(--text-muted); }
body.j0f4j .iqs2xj3 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.gwp13a5 .iqs2xj3 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.okihxhs.aub60 .iqs2xj3,
section.aub60 .iqs2xj3 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.hx5l1s5.d49sc9 .zanmut1 { align-items: center; text-align: center; }
.hx5l1s5.qdvl3yd   .zanmut1 { align-items: flex-start; text-align: left; }
.wy78urx6 .g828k { position: relative; }
.wy78urx6 .g828k::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.wy78urx6.rqcx .g828k::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.bgud .g828k {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.bgud .ug9ys596 {
  position: static; width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover; border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.bgud.rqcx .g828k { padding: 32px 0 32px 32px; }
.ozvy .g828k {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.ozvy .ug9ys596 {
  position: static;
  width: 100%; height: auto; aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}
.ozvy .q9j5oy {
  position: static;
  width: 100%; aspect-ratio: 4/3;
  border-radius: 16px;
}
.rqcx .zanmut1 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.ozvy.rqcx .g828k { padding: 40px 16px 40px 48px; }
.okihxhs .pfuk {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.pfuk .b3n0ex.l3yceww {
  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;
}
.pfuk .b3n0ex.l3yceww:hover { opacity: 0.85; }
.u2j5p4h .g828k {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .hx5l1s5 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .hx5l1s5:not(.u2j5p4h) .g828k { display: none !important; }
  .u2j5p4h .g828k { padding: 16px; }
  .zanmut1  { padding: 36px 24px; }
  .hx5l1s5~.h3jr,.rqcx~.h3jr{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .okihxhs, .hx5l1s5 { min-height: 320px !important; }
  .iqs2xj3 { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .n4bo,
  .d92rha,
  .acxgqiwr { grid-template-columns: 1fr !important; }

  

  
  .rooviitk { display: flex !important; flex-direction: column !important; }
  .rooviitk .rgl92st { display: contents; }
  .rooviitk .uxlx73um { order: 0; }
  .rooviitk .iqs2xj3 { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .rooviitk .n4bo { order: 2; padding: 0 16px 12px !important; }
  .rooviitk .uodwq90 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .cpfo3 .rgl92st { display: flex; flex-direction: column; }
  .cpfo3 .rgl92st .iqs2xj3 { order: 1; }
  .cpfo3 .rgl92st .acxgqiwr { order: 2; margin: 8px 0 24px !important; }
  .cpfo3 .rgl92st .uodwq90 { order: 3; }
  .cpfo3 .rgl92st .is8rga { order: 4; align-self: center; margin-top: 0; }

  
  .hx5l1s5.u2j5p4h {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .hx5l1s5.u2j5p4h .zanmut1 { display: contents; padding: 0; }
  .hx5l1s5.u2j5p4h .zanmut1 .iqs2xj3 { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .hx5l1s5.u2j5p4h .g828k { order: 2; padding: 12px 16px; }
  .hx5l1s5.u2j5p4h .zanmut1 .uodwq90 { order: 3; padding: 0 24px; margin: 0 auto; }
  .hx5l1s5.u2j5p4h .zanmut1 .is8rga { order: 4; align-self: center; margin: 8px 0 32px; }
}
.n3onns { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.mofcwd { width: 100%; height: auto; display: block; border-radius: 10px; }
.b0eecoh .n3onns        { border-radius: 16px; }
.b0eecoh .mofcwd  { border-radius: 16px; }
.yce17b .n3onns         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.yce17b .mofcwd   { border-radius: 8px; }
.y004 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.jouxa0 { width: 100%; padding: 32px 0; position: relative; }
.lk1m3vy { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.sntson .jouxa0:nth-child(even) { background: var(--bg-surface); }
.sntson .jouxa0:nth-child(odd)  { background: var(--bg-page); }
.r49w .jouxa0:nth-child(even) { background: var(--bg-card); }
.r49w .jouxa0:nth-child(odd)  { background: var(--bg-page); }
.sntson .jouxa0:nth-child(odd)  .lk1m3vy { background: var(--bg-card); border-radius: 6px; }
.sntson .jouxa0:nth-child(even) .lk1m3vy { background: var(--bg-raised); border-radius: 6px; }
.r49w .jouxa0:nth-child(odd)  .lk1m3vy { background: var(--bg-card); border-radius: 6px; }
.r49w .jouxa0:nth-child(even) .lk1m3vy { background: var(--bg-raised); border-radius: 6px; }
.sntson .jouxa0:nth-child(even) .igwjy .vzmzub,
.r49w .jouxa0:nth-child(even) .igwjy .vzmzub { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.sntson .jouxa0:nth-child(odd) .igwjy .vzmzub,
.r49w .jouxa0:nth-child(odd) .igwjy .vzmzub { background: var(--bg-card-inner); }
.sntson .jouxa0:nth-child(even) .i62auw .vzmzub:nth-child(odd),
.r49w .jouxa0:nth-child(even) .i62auw .vzmzub:nth-child(odd)  { background: var(--bg-card); }
.sntson .jouxa0:nth-child(even) .i62auw .vzmzub:nth-child(even),
.r49w .jouxa0:nth-child(even) .i62auw .vzmzub:nth-child(even) { background: var(--bg-card-inner); }
h1.f835ttvf { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.f835ttvf {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.n6isg1r { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.qaqozu h2.f835ttvf {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.vpx0l6uo h2.f835ttvf {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.ammda h2.f835ttvf {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.jg0k6e h2.f835ttvf::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.az3dic h2.f835ttvf {
  color: var(--text-primary); font-size: 1.7rem;
}
.cygae h2.f835ttvf::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.va7todon h2.f835ttvf {
  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;
}
.unt87cuh { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .unt87cuh { display: none; } }
.h86sn { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.drs9eo { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.ss434kh {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.rxf88i { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.kgu0 { padding-left: 20px; }
.kgu0 li { margin-bottom: 6px; }
.kgu0 a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.kgu0 a:hover { color: var(--accent-light); }
.lmvf9f .rxf88i { display: none; }
.mmb65n .rxf88i { display: none; }
.mmb65n .kgu0 { padding-left: 0; list-style: none; }
.mmb65n .kgu0 li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.mmb65n .kgu0 a { font-size: 0.92rem; }
.awurk .ss434kh { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.awurk .rxf88i { display: none; }
.awurk .kgu0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.awurk .kgu0 li { margin-bottom: 0; }
.awurk .kgu0 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;
}
.awurk .kgu0 a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.bgh90 .ss434kh { padding: 20px 20px 16px; }
.bgh90 .kgu0 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.bgh90 .kgu0 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.bgh90 .kgu0 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;
}
.bgh90 .kgu0 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;
}
.bgh90 .kgu0 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.bgh90 .kgu0 a:focus,
.bgh90 .kgu0 a:focus-visible,
.bgh90 .kgu0 a:target { outline: none; }
.bgh90 .kgu0 li:target a { border-color: var(--border); color: var(--text-muted); }
.wb35p92d .ss434kh { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.wb35p92d .rxf88i { display: none; }
.wb35p92d .kgu0 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.wb35p92d .kgu0 li { margin-bottom: 0; }
.wb35p92d .kgu0 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.wb35p92d .kgu0 li:last-child::after { content: ""; margin-right: 0; }
.wb35p92d .kgu0 a { font-size: 0.9rem; }
.vzmzub { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.igwjy .vzmzub { background: var(--bg-card); }
.i62auw .vzmzub:nth-child(odd)  { background: var(--bg-card); }
.i62auw .vzmzub:nth-child(even) { background: var(--bg-raised); }
.dn71s .vzmzub {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.dn71s .vzmzub:last-child { border-bottom: none; }
.dn71s h3.n6isg1r { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.phbqz0 .vzmzub {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.phbqz0 .vzmzub + .vzmzub { margin-top: 4px; }
.y09xm .vzmzub { background: none; border-radius: 0; padding: 12px 0; }
.y09xm .vzmzub + .vzmzub { border-top: 1px solid var(--border-section); }
.d5ncgzj { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.vyxw00 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.bv45wv { color: var(--text-body); margin-bottom: 10px; }
.keuo, .yomqta { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.keuo li, .yomqta li { margin-bottom: 6px; }
.yomqta li { list-style: decimal; }
.quf4qi7a     .keuo { list-style-type: "● "; }
.vc86o3i  .keuo { list-style-type: "■ "; }
.qwlno .keuo { list-style-type: "◆ "; }
.ldaym    .keuo { list-style-type: "★ "; }
.quf4qi7a     .llghe1 { list-style-type: "● "; }
.vc86o3i  .llghe1 { list-style-type: "■ "; }
.qwlno .llghe1 { list-style-type: "◆ "; }
.ldaym    .llghe1 { list-style-type: "★ "; }
.quf4qi7a    .keuo li::marker, .quf4qi7a    .llghe1 li::marker,
.vc86o3i .keuo li::marker, .vc86o3i .llghe1 li::marker,
.qwlno .keuo li::marker, .qwlno .llghe1 li::marker,
.ldaym   .keuo li::marker, .ldaym   .llghe1 li::marker {
  color: var(--cta); font-size: 1em;
}
.quf4qi7a .yomqta,
.vc86o3i .yomqta,
.qwlno .yomqta,
.ldaym .yomqta {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.quf4qi7a .yomqta li,
.vc86o3i .yomqta li,
.qwlno .yomqta li,
.ldaym .yomqta li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.quf4qi7a .yomqta li::before,
.vc86o3i .yomqta li::before,
.qwlno .yomqta li::before,
.ldaym .yomqta 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;
}
.quf4qi7a     .yomqta li::before { border-radius: 50%; }
.vc86o3i  .yomqta li::before { border-radius: 3px; }
.qwlno .yomqta li::before { border-radius: 3px; }
.ldaym    .yomqta li::before { border-radius: 50%; }
.qaxshg { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.q8hrl0 .qaxshg,
.tsf3 .qaxshg { background: transparent; border: none; border-radius: 0; }
.al5t7 { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.al5t7 th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.al5t7 td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.al5t7 tr:hover td { background: var(--bg-hover); }
.srxty7 .al5t7 tbody tr:nth-child(even) td { background: var(--bg-surface); }
.yhw4j .al5t7 { border: 1px solid var(--border-alt); }
.yhw4j .al5t7 th,
.yhw4j .al5t7 td { border: 1px solid var(--border-alt); }
.fvyy69 .al5t7 th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.fvyy69 .al5t7 td { border-bottom: none; }
.fvyy69 .al5t7 tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.tfvlgbcv .al5t7 th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.eatahph9 .qaxshg {
  overflow: hidden;
}
.eatahph9 .al5t7 th { border-bottom: 1px solid var(--border-alt); }
.eatahph9 .al5t7 tr:last-child td { border-bottom: none; }
.yhn4o { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.kph1k { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.bg2i { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.p5zv1 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.dj0t39ot { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.llghe1 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.llghe1 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%}
.akvw7y .p5zv1 { background: transparent; text-align: center; }
.mcl8 .bg2i {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.syr2 .bg2i {
  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);
}
.p8x5lq0 .kph1k { display: grid; grid-template-columns: auto 1fr; }
.p8x5lq0 .bg2i {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.p8x5lq0 .p5zv1 { grid-column: 2; }
.p8x5lq0 .dj0t39ot,
.p8x5lq0 .llghe1 { grid-column: 1 / -1; }
.wjcmrg9v .kph1k { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.wjcmrg9v .bg2i {
  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);
}
.wjcmrg9v .p5zv1 { grid-column: 2; }
.wjcmrg9v .dj0t39ot,
.wjcmrg9v .llghe1 { grid-column: 1 / -1; }
.grzjqb .kph1k { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.grzjqb .p5zv1 { background: none; color: var(--accent-light); font-weight: 700; }
.c7sd8e .kph1k { 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); }
.c7sd8e .p5zv1 { background: none; color: var(--accent-light); font-weight: 700; }
.z4fixnjf .kph1k { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.z4fixnjf .kph1k:last-child { border-bottom: none; }
.z4fixnjf .p5zv1 { background: none; color: var(--accent-light); font-weight: 700; }
.rcpcc .kph1k { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.rcpcc .p5zv1 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.xaael .yhn4o { counter-reset: card-n; }
.xaael .kph1k  { counter-increment: card-n; }
.xaael .p5zv1 { display: flex; align-items: center; gap: 10px; }
.xaael .p5zv1::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;
}
.f0d60z .kph1k { background: var(--bg-surface); border: 1px solid var(--border); }
.f0d60z .p5zv1 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.znh5crcy { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.j2nh8ty  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.k1yu4 { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.nd44oy { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.xq7u52mz { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.znh5crcy strong { color: var(--text-primary); font-size: 0.95rem; }
.znh5crcy p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.mofcwd { width: 100%; height: auto; border-radius: 10px; display: block; }
.l3yceww {
  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;
}
.l3yceww:hover { opacity: 0.85; }
.fu246njn .l3yceww  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.fu246njn .l3yceww:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.bbk57 .l3yceww  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.bbk57 .l3yceww:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.zmutivt .is8rga { border-radius: 50px; }
.zmutivt .l3yceww  { border-radius: 50px; }
.ex0oq .is8rga { padding-left: 22px; padding-right: 22px; }
.ex0oq .l3yceww  { padding-left: 12px; padding-right: 12px; }
.yb6t .is8rga { padding-left: 44px; padding-right: 44px; }
.yb6t .l3yceww  { padding-left: 24px; padding-right: 24px; }
.at1l58na .is8rga { padding-left: 56px; padding-right: 56px; }
.at1l58na .l3yceww  { padding-left: 32px; padding-right: 32px; }
.g3cy71ub   .is8rga::after, .g3cy71ub   .l3yceww::after,
.sr65ci .is8rga::after, .sr65ci .l3yceww::after,
.adaaxk    .is8rga::after, .adaaxk    .l3yceww::after,
.nhaxxcc    .is8rga::after, .nhaxxcc    .l3yceww::after,
.jes9lyv    .is8rga::after, .jes9lyv    .l3yceww::after,
.xmxa2     .is8rga::after, .xmxa2     .l3yceww::after,
.i4ud0i    .is8rga::after, .i4ud0i    .l3yceww::after,
.liy4   .is8rga::after, .liy4   .l3yceww::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;
}
.g3cy71ub .is8rga::after, .g3cy71ub .l3yceww::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");
}
.sr65ci .is8rga::after, .sr65ci .l3yceww::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");
}
.adaaxk .is8rga::after, .adaaxk .l3yceww::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");
}
.nhaxxcc .is8rga::after, .nhaxxcc .l3yceww::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");
}
.jes9lyv .is8rga::after, .jes9lyv .l3yceww::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");
}
.xmxa2 .is8rga::after, .xmxa2 .l3yceww::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");
}
.i4ud0i .is8rga::after, .i4ud0i .l3yceww::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");
}
.liy4 .is8rga::after, .liy4 .l3yceww::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");
}
.l1xa   .wq50kv::after, .l1xa   .dlnp::after,
.ohvkcj6j .wq50kv::after, .ohvkcj6j .dlnp::after,
.ulmnxsl1    .wq50kv::after, .ulmnxsl1    .dlnp::after,
.b0dqer0    .wq50kv::after, .b0dqer0    .dlnp::after,
.wkd2kb    .wq50kv::after, .wkd2kb    .dlnp::after,
.zpjaser     .wq50kv::after, .zpjaser     .dlnp::after,
.sjmqx    .wq50kv::after, .sjmqx    .dlnp::after,
.u761exa2   .wq50kv::after, .u761exa2   .dlnp::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;
}
.l1xa .wq50kv::after, .l1xa .dlnp::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");
}
.ohvkcj6j .wq50kv::after, .ohvkcj6j .dlnp::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");
}
.ulmnxsl1 .wq50kv::after, .ulmnxsl1 .dlnp::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");
}
.b0dqer0 .wq50kv::after, .b0dqer0 .dlnp::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");
}
.wkd2kb .wq50kv::after, .wkd2kb .dlnp::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");
}
.zpjaser .wq50kv::after, .zpjaser .dlnp::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");
}
.sjmqx .wq50kv::after, .sjmqx .dlnp::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");
}
.u761exa2 .wq50kv::after, .u761exa2 .dlnp::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");
}
.t5cos .qo066ho9 { background: var(--bg-raised); }
.b3n0ex.l3yceww {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .dcz7 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .dcz7::before    { grid-area: rank;   }
  .vemnbp2           { grid-area: ident;  }
  .not1nc     { grid-area: rating; min-width: 0; width: auto; }
  .l5xq           { grid-area: pills;  }
  .b3n0ex             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .dcz7 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .dcz7::before    { justify-self: center; }
  .vemnbp2           { width: 100%; }
  .not1nc     { justify-self: center; }
  .l5xq           { grid-template-columns: 1fr; }
}
.wp48  .dpym5f8k li::before { content: "★"; }
.wp48  .tr8l li::before { content: "✕"; }
@media (min-width: 860px) {
  .sdcpx .c57a7c {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .sdcpx .t05v { margin: 0; }
}
@media (max-width: 720px) {
  .x8rg { grid-template-columns: 1fr; }
  .c434j605 { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .c434j605 .sc5naoaz { width: 72px; height: 50px; }
  .c434j605 .kmcg { max-width: 180px; }
  .c434j605 .r61pjx { width: auto; }
}
@media (max-width: 720px) {
  .k15akyh { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .dmxg { padding: 16px; }
  .bhb0x .nbnkr3 { min-width: 50%; }
}
@media (max-width: 860px) {
  .d6wphn6l { grid-template-columns: 1fr; }
  .io13fce1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .h68rou9e { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .zcfqy740 { flex-wrap: wrap; padding: 16px; }
}
@media (max-width: 480px) {
  .bg7qg3vx { flex-direction: column; align-items: stretch; }
}
.fzjr .r61pjx .l3yceww { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .rku7 { flex-direction: column; align-items: stretch; gap: 10px; }
  .fzjr .r61pjx { text-align: center; }
}
@media (max-width: 720px) {
  .udbpdv35 { grid-template-columns: 1fr; }
  .d1z6 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .pjf1l1 { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .xbl2puw { grid-template-columns: 1fr; }
  .l4gyk4 { width: 100px; height: 100px; margin: 16px auto; }
  .maxwuqf8 { font-size: 1.4rem; }
  .wkuzvs7l { justify-content: center; }
  .mg7oxe .nbnkr3 { min-width: 50%; }
}
@media (max-width: 540px) {
  .svvu { flex-wrap: wrap; padding: 14px 16px; }
  .ljh25iq2 { padding: 12px 16px; }
  .xxoqtv2 .id0uavf { margin: 0 16px; }
  .xxoqtv2 .z1sn39 { padding: 0 16px; }
  .rs4g3 { padding: 12px 16px; }
}
.rzfw .dcz7 {
  border-top: 4px solid var(--accent);
  padding-top: 22px;
}
.teixevno .l5xq .if91v {
  background: transparent; padding: 4px 8px;
}
.teixevno .l5xq .iyqiao { font-size: .65rem; opacity: .65; }
.teixevno .l5xq .j683qlb8   { font-size: 1.15rem; color: var(--accent-light); }
.nnq4t .o7qu { display: none; }
.nnq4t .mguzz0x { display: inline-flex; align-items: baseline; gap: 1px; line-height: 1; }
.nnq4t .mguzz0x {
  font-size: 1.3rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 8px;
  padding: 6px 14px; gap: 0; line-height: 1;
}
.nnq4t .mguzz0x small { display: none; }
.nnq4t .oewm0j .nfdc { display: none; }
.nnq4t .oewm0j strong {
  font-size: 1.15rem; font-weight: 900; color: var(--bg-page);
  background: var(--accent); border-radius: 6px;
  padding: 4px 10px;
}
.nnq4t .mzxervp { display: none; }
.uqgtzw { margin: 16px 0; }
.voav42rr { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.voav42rr summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.voav42rr summary::after { content: "+"; color: var(--accent-light); }
.voav42rr[open] summary::after { content: "−"; }
.voav42rr p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.jouxa0 { margin-bottom: 0; }
.d87xzyf3 h2.f835ttvf { color: var(--text-primary); border-color: var(--accent-light); }
.tqds2i65 h2.f835ttvf { color: var(--text-primary); border-color: var(--accent-light); }
.jla6v .j2nh8ty     { background: #052e16; border-color: #10b981; }
.jla6v .k1yu4 { background: #2d0a1e; border-color: #f43f5e; }
.jla6v .nd44oy    { background: #1e1036; border-color: #a855f7; }
.jla6v .znh5crcy strong  { color: #f1f5f9; }
.jla6v .znh5crcy p       { color: #cbd5e1; }
.jla6v .vkpcyyf    .j2nh8ty     .xq7u52mz::before,
.jla6v .jvu1  .j2nh8ty     .xq7u52mz::before,
.jla6v .itj466bp  .j2nh8ty     .xq7u52mz::before,
.jla6v .s0yzdw .j2nh8ty     .xq7u52mz::before { color: #10b981; }
.jla6v .vkpcyyf    .k1yu4 .xq7u52mz::before,
.jla6v .jvu1  .k1yu4 .xq7u52mz::before,
.jla6v .itj466bp  .k1yu4 .xq7u52mz::before,
.jla6v .s0yzdw .k1yu4 .xq7u52mz::before { color: #f43f5e; }
.jla6v .vkpcyyf    .nd44oy    .xq7u52mz::before,
.jla6v .jvu1  .nd44oy    .xq7u52mz::before,
.jla6v .itj466bp  .nd44oy    .xq7u52mz::before,
.jla6v .s0yzdw .nd44oy    .xq7u52mz::before { color: #a855f7; }
.dsmpm .j2nh8ty     { background: #2d2000; border-color: #eab308; }
.dsmpm .k1yu4 { background: #2d0b0b; border-color: #ef4444; }
.dsmpm .nd44oy    { background: #2d1600; border-color: #f97316; }
.dsmpm .znh5crcy strong  { color: #f1f5f9; }
.dsmpm .znh5crcy p       { color: #cbd5e1; }
.dsmpm .vkpcyyf    .j2nh8ty     .xq7u52mz::before,
.dsmpm .jvu1  .j2nh8ty     .xq7u52mz::before,
.dsmpm .itj466bp  .j2nh8ty     .xq7u52mz::before,
.dsmpm .s0yzdw .j2nh8ty     .xq7u52mz::before { color: #eab308; }
.dsmpm .vkpcyyf    .k1yu4 .xq7u52mz::before,
.dsmpm .jvu1  .k1yu4 .xq7u52mz::before,
.dsmpm .itj466bp  .k1yu4 .xq7u52mz::before,
.dsmpm .s0yzdw .k1yu4 .xq7u52mz::before { color: #ef4444; }
.dsmpm .vkpcyyf    .nd44oy    .xq7u52mz::before,
.dsmpm .jvu1  .nd44oy    .xq7u52mz::before,
.dsmpm .itj466bp  .nd44oy    .xq7u52mz::before,
.dsmpm .s0yzdw .nd44oy    .xq7u52mz::before { color: #f97316; }
.ezkt .j2nh8ty     { background: #0c1a2e; border-color: #38bdf8; }
.ezkt .k1yu4 { background: #12103a; border-color: #818cf8; }
.ezkt .nd44oy    { background: #0a2020; border-color: #2dd4bf; }
.ezkt .znh5crcy strong  { color: #f1f5f9; }
.ezkt .znh5crcy p       { color: #cbd5e1; }
.ezkt .vkpcyyf    .j2nh8ty     .xq7u52mz::before,
.ezkt .jvu1  .j2nh8ty     .xq7u52mz::before,
.ezkt .itj466bp  .j2nh8ty     .xq7u52mz::before,
.ezkt .s0yzdw .j2nh8ty     .xq7u52mz::before { color: #38bdf8; }
.ezkt .vkpcyyf    .k1yu4 .xq7u52mz::before,
.ezkt .jvu1  .k1yu4 .xq7u52mz::before,
.ezkt .itj466bp  .k1yu4 .xq7u52mz::before,
.ezkt .s0yzdw .k1yu4 .xq7u52mz::before { color: #818cf8; }
.ezkt .vkpcyyf    .nd44oy    .xq7u52mz::before,
.ezkt .jvu1  .nd44oy    .xq7u52mz::before,
.ezkt .itj466bp  .nd44oy    .xq7u52mz::before,
.ezkt .s0yzdw .nd44oy    .xq7u52mz::before { color: #2dd4bf; }
.pt76fa0 .j2nh8ty     { background: var(--accent-bg); border-color: var(--accent-light); }
.pt76fa0 .k1yu4 { background: var(--accent-bg-light); border-color: var(--accent-light); }
.pt76fa0 .nd44oy    { background: var(--accent-bg); border-color: var(--accent-pale); }
.pt76fa0 .vkpcyyf    .xq7u52mz::before,
.pt76fa0 .jvu1  .xq7u52mz::before,
.pt76fa0 .itj466bp  .xq7u52mz::before,
.pt76fa0 .s0yzdw .xq7u52mz::before { color: var(--accent-light) !important; }
.t5611 .alr13yf ul li,
.t5611 .dpym5f8k li         { color: #4ade80; }
.t5611 .alr13yf .lawdpgu { color: #22c55e; }
.t5611 .gbh0mb ul li,
.t5611 .tr8l li         { color: #f87171; }
.t5611 .gbh0mb .vl9i2 { color: #ef4444; }
.wp48 .lawdpgu::before { content: "★ "; }
.wp48 .vl9i2::before { content: "✕ "; }
.ywoqs .znh5crcy { background: transparent; border-left: none; border: 1.5px solid; }
.ywoqs .j2nh8ty     { border-color: var(--c-tip-border); }
.ywoqs .k1yu4 { border-color: var(--c-warn-border); }
.ywoqs .nd44oy    { border-color: #60a5fa; }
.ywoqs .znh5crcy strong { color: var(--text-primary); }
.ywoqs .znh5crcy p      { color: var(--text-muted); }
.j1im16 .znh5crcy { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.j1im16 .j2nh8ty     { border-top-color: var(--c-tip-border); }
.j1im16 .k1yu4 { border-top-color: var(--c-warn-border); }
.j1im16 .nd44oy    { border-top-color: #60a5fa; }
.z6uc3yq .znh5crcy { border-left: none; border-radius: 8px; }
.z6uc3yq .j2nh8ty     { background: #065f46; }
.z6uc3yq .k1yu4 { background: #92400e; }
.z6uc3yq .nd44oy    { background: #1e3a8a; }
.z6uc3yq .znh5crcy strong,
.z6uc3yq .znh5crcy p { color: #fff; }
.z6uc3yq .xq7u52mz::before { color: rgba(255,255,255,0.85) !important; }
.jla6v.z6uc3yq .j2nh8ty,
.jla6v .z6uc3yq .j2nh8ty     { background: #052e16; }
.jla6v.z6uc3yq .k1yu4,
.jla6v .z6uc3yq .k1yu4 { background: #2d0a1e; }
.jla6v.z6uc3yq .nd44oy,
.jla6v .z6uc3yq .nd44oy    { background: #1e1036; }
.dsmpm.z6uc3yq .j2nh8ty,
.dsmpm .z6uc3yq .j2nh8ty      { background: #2d2000; }
.dsmpm.z6uc3yq .k1yu4,
.dsmpm .z6uc3yq .k1yu4  { background: #2d0b0b; }
.dsmpm.z6uc3yq .nd44oy,
.dsmpm .z6uc3yq .nd44oy     { background: #2d1600; }
.ezkt.z6uc3yq .j2nh8ty,
.ezkt .z6uc3yq .j2nh8ty      { background: #0c1a2e; }
.ezkt.z6uc3yq .k1yu4,
.ezkt .z6uc3yq .k1yu4  { background: #12103a; }
.ezkt.z6uc3yq .nd44oy,
.ezkt .z6uc3yq .nd44oy     { background: #0a2020; }
.citr .znh5crcy { border-left: none; border-radius: 6px; padding: 10px 14px; }
.citr .j2nh8ty     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.citr .k1yu4 { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.citr .nd44oy    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.citr .znh5crcy strong { color: var(--text-primary); }
.citr .znh5crcy p      { color: var(--text-muted); }
.y8g9eax .znh5crcy { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.vkpcyyf .xq7u52mz,
.jvu1 .xq7u52mz,
.itj466bp .xq7u52mz,
.s0yzdw .xq7u52mz { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.vkpcyyf .xq7u52mz::before,
.jvu1 .xq7u52mz::before,
.itj466bp .xq7u52mz::before,
.s0yzdw .xq7u52mz::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.vkpcyyf .j2nh8ty     .xq7u52mz::before { content: "✦"; color: var(--c-tip-border); }
.vkpcyyf .k1yu4 .xq7u52mz::before { content: "▲"; color: var(--c-warn-border); }
.vkpcyyf .nd44oy    .xq7u52mz::before { content: "◉"; color: #60a5fa; }
.jvu1 .j2nh8ty     .xq7u52mz::before { content: "★"; color: var(--c-tip-border); }
.jvu1 .k1yu4 .xq7u52mz::before { content: "◆"; color: var(--c-warn-border); }
.jvu1 .nd44oy    .xq7u52mz::before { content: "●"; color: #60a5fa; }
.itj466bp .j2nh8ty     .xq7u52mz::before { content: "▶"; color: var(--c-tip-border); }
.itj466bp .k1yu4 .xq7u52mz::before { content: "■"; color: var(--c-warn-border); }
.itj466bp .nd44oy    .xq7u52mz::before { content: "▸"; color: #60a5fa; }
.s0yzdw .j2nh8ty     .xq7u52mz::before { content: "→"; color: var(--c-tip-border); }
.s0yzdw .k1yu4 .xq7u52mz::before { content: "⬥"; color: var(--c-warn-border); }
.s0yzdw .nd44oy    .xq7u52mz::before { content: "◈"; color: #60a5fa; }
.kca8 .igwjy .vzmzub,
.kca8 .i62auw .vzmzub  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.kca8 .kph1k                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.kca8 .qaxshg          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.kca8 .ss434kh                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.uaj41b3 .igwjy .vzmzub,
.uaj41b3 .i62auw .vzmzub,
.uaj41b3 .kph1k,
.uaj41b3 .dcz7,
.uaj41b3 .t05v,
.uaj41b3 .qaxshg,
.uaj41b3 .ss434kh,
.uaj41b3 .y8g9eax .znh5crcy { box-shadow: none; }
.y1ar9ffv   .bv45wv, .y1ar9ffv .d5ncgzj, .y1ar9ffv .vyxw00,
.y1ar9ffv   .h86sn, .y1ar9ffv .drs9eo { font-size: 0.9rem; }
.y1ar9ffv   .keuo, .y1ar9ffv .yomqta { font-size: 0.9rem; }
.p9vs   .bv45wv, .p9vs .d5ncgzj, .p9vs .vyxw00,
.p9vs   .h86sn, .p9vs .drs9eo { font-size: 0.95rem; }
.p9vs   .keuo, .p9vs .yomqta { font-size: 0.95rem; }
.sflo8   .bv45wv, .sflo8 .d5ncgzj, .sflo8 .vyxw00,
.sflo8   .h86sn, .sflo8 .drs9eo { font-size: 1.08rem; }
.sflo8   .keuo, .sflo8 .yomqta { font-size: 1.05rem; }
.sflo8   .al5t7 { font-size: 0.97rem; }
.zz5297 .iqs2xj3      { font-size: 3.2rem; }
.zz5297 h2.f835ttvf { font-size: 1.9rem; }
.zz5297 h3.n6isg1r     { font-size: 1.4rem; }
.xl87 .iqs2xj3      { font-size: 3.8rem; }
.xl87 h2.f835ttvf { font-size: 2.2rem; }
.xl87 h3.n6isg1r     { font-size: 1.6rem; }
.jouxa0 + .jouxa0 { position: relative; }
.z554   .jouxa0 + .jouxa0::before,
.d249tsd  .jouxa0 + .jouxa0::before,
.oeji6fr   .jouxa0 + .jouxa0::before,
.nukes3qz   .jouxa0 + .jouxa0::before,
.c8lm7b2   .jouxa0 + .jouxa0::before,
.wfr44 .jouxa0 + .jouxa0::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.z554 .jouxa0 + .jouxa0::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.d249tsd .jouxa0 + .jouxa0::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.oeji6fr .jouxa0 + .jouxa0::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;
}
.nukes3qz .jouxa0 + .jouxa0::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.pw8i360y .jouxa0 { margin-bottom: 16px; }
.pw8i360y .jouxa0 + .jouxa0 { margin-top: 0; }
.pw8i360y .lk1m3vy { padding-top: 0; padding-bottom: 0; }
.c8lm7b2 .jouxa0 + .jouxa0::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.wfr44 .jouxa0 + .jouxa0::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.o6bb4lea .jouxa0 + .jouxa0::before,
.rroee5di .jouxa0 + .jouxa0::before,
.x7sinh .jouxa0 + .jouxa0::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%;
}
.sntson .o6bb4lea .jouxa0:nth-child(even)::before,
.sntson .rroee5di .jouxa0:nth-child(even)::before,
.sntson .x7sinh .jouxa0:nth-child(even)::before { background: var(--bg-surface); }
.r49w .o6bb4lea .jouxa0:nth-child(even)::before,
.r49w .rroee5di .jouxa0:nth-child(even)::before,
.r49w .x7sinh .jouxa0:nth-child(even)::before { background: var(--bg-card); }
.o6bb4lea .jouxa0 + .jouxa0::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");
}
.rroee5di .jouxa0 + .jouxa0::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");
}
.x7sinh .jouxa0 + .jouxa0::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");
}
.x8h4 .kzvxh19,
.x8h4 .rgl92st { margin-bottom: 60px; }
.y8h9 .zanmut1,
.x8h4 .zanmut1 { padding-bottom: 60px; }
.leg2 .zanmut1 { padding-bottom: 70px; }
.x8h4 .kzvxh19::before,
.x8h4 .kzvxh19::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");
}
.zib8gh5 .hx5l1s5 { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.cken .hx5l1s5 { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.gggl .hx5l1s5 { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.wwqg8oe .hx5l1s5 { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.hh5g .aub60 { background: var(--accent); }
.hh5g .aub60 .uxlx73um { background: none; }
.hh5g .q9j5oy { background: var(--accent); }
.hh5g .hx5l1s5 { background: var(--accent-bg); }
.hh5g .kzvxh19:not(.aub60) .uxlx73um { background: rgba(0,0,0,0.6); }
.z8gri .n3onns { float: left; width: 38%; margin: 0 28px 16px 0; }
.z8gri .n3onns .mofcwd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.z8gri .lk1m3vy::after { content: ''; display: block; clear: both; }
.qk0z9zw .n3onns { float: right; width: 38%; margin: 0 0 16px 28px; }
.qk0z9zw .n3onns .mofcwd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.qk0z9zw .lk1m3vy::after { content: ''; display: block; clear: both; }
.vxes .jouxa0:nth-child(odd)  .n3onns { float: left;  width: 38%; margin: 0 28px 16px 0; }
.vxes .jouxa0:nth-child(even) .n3onns { float: right; width: 38%; margin: 0 0 16px 28px; }
.vxes .n3onns .mofcwd { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.vxes .lk1m3vy::after { content: ''; display: block; clear: both; }
.z8gri .yhn4o,
.qk0z9zw .yhn4o,
.vxes .yhn4o,
@media (max-width: 900px) {
  .z8gri .n3onns,
  .qk0z9zw .n3onns,
  .vxes .jouxa0:nth-child(odd)  .n3onns,
  .vxes .jouxa0:nth-child(even) .n3onns {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .z8gri .n3onns .mofcwd,
  .qk0z9zw .n3onns .mofcwd,
  .vxes .n3onns .mofcwd {
    max-height: none !important;
  }
}
.z8gri .keuo,
.z8gri .yomqta,
.qk0z9zw .keuo,
.qk0z9zw .yomqta,
.vxes .keuo,
.vxes .yomqta { overflow: hidden; }
@media (max-width: 640px) {
  .z8gri .n3onns,
  .qk0z9zw .n3onns,
  .vxes .n3onns { float: none; width: 100%; margin: 0 0 16px 0; }
}
.o0axk .y004,
.o0axk .lk1m3vy,
.o0axk .ir7d9  { max-width: 1100px; }
.o0axk { --content-mw: 1100px; }
.v2hg .y004,
.v2hg .lk1m3vy,
.v2hg .ir7d9  { max-width: 1200px; }
.qklfqas .y004,
.qklfqas .lk1m3vy,
.qklfqas .ir7d9  { max-width: 1320px; }
.avurm8ec { font-size: 0.82rem; color: var(--text-muted); }
.zouyorrj { display: flex; align-items: center; }
.tkfwq {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.rc2rgk { display: flex; align-items: center; }
.h4lqe7 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.h4lqe7:hover { text-decoration: underline; }
.ti5ccwwh { margin: 0 3px; opacity: 0.45; }
.ti5ccwwh::before { content: '/'; }
.l2gd { padding: 2px 5px; color: var(--text-main); }
.gfj5d9 .avurm8ec {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.gfj5d9 .zouyorrj { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.ww43 .avurm8ec {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ww43 .zouyorrj { padding: 0 0 0 12px; }
.xjv46 {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.xv3hi96 .zouyorrj { padding: 0 16px; }
.xv3hi96 .avurm8ec {
  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);
}
.xv3hi96 .y004 { padding-top: 28px; }
@media (max-width: 720px) {
  .xjv46 { margin-top: 18px; padding: 0 16px; }
  .xv3hi96 .y004 { padding-top: 16px; }
}
.o0axk.gfj5d9 .zouyorrj { max-width: 1100px; }
.v2hg.gfj5d9 .zouyorrj { max-width: 1200px; }
.qklfqas.gfj5d9 .zouyorrj { max-width: 1320px; }
.o0axk .xjv46 { max-width: 1100px; }
.v2hg .xjv46 { max-width: 1200px; }
.qklfqas .xjv46 { max-width: 1320px; }
.e5c8c2n .jouxa0 { padding-top: 16px; padding-bottom: 16px; }
.cwnwryf .jouxa0 { padding-top: 24px; padding-bottom: 24px; }
.h9b8cof .jouxa0 { padding-top: 40px; padding-bottom: 40px; }
.qd9x4iue .jouxa0 { padding-top: 52px; padding-bottom: 52px; }
.hq9q2jn .jouxa0:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.hq9q2jn .jouxa0:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.hq9q2jn .jouxa0:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.hq9q2jn .jouxa0:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.ck6o0pq .lk1m3vy { padding-top: 10px;  padding-bottom: 10px; }
.qrrz7 .lk1m3vy { padding-top: 18px;  padding-bottom: 18px; }
.o71cs4 .lk1m3vy { padding-top: 36px;  padding-bottom: 36px; }
.qcqgp .lk1m3vy { padding-top: 48px;  padding-bottom: 48px; }
.b4ji h2.f835ttvf { font-weight: 600; }
.b4ji h3.n6isg1r     { font-weight: 600; }
.own3 h2.f835ttvf { font-weight: 800; }
.own3 h3.n6isg1r     { font-weight: 700; }
.w831mb4o { font-weight: 600; }
.w831mb4o h2.f835ttvf { font-weight: 900; }
.w831mb4o h3.n6isg1r     { font-weight: 800; }
.w831mb4o .znh5crcy strong,
.w831mb4o .znh5crcy strong { font-weight: 600; }
.wq50kv {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.t0aqi4c2 .wq50kv { display: none; }
@media (max-width: 640px) {
  .qiq6l1 { display: none; }
  .wq50kv {
    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;
  }
}
.wq50kv { background: var(--cta) !important; color: #fff !important; border: none !important; }
.wq50kv:hover { opacity: 0.85; }
.vekk .wq50kv { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.mj2n .wq50kv,
.z9xs  .wq50kv { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.mj2n .wq50kv:hover,
.z9xs  .wq50kv:hover { opacity: 0.88; }
.vekk.mj2n .wq50kv,
.vekk.z9xs  .wq50kv { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.dlnp {
  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;
}
.dlnp:hover { transform: translateY(-2px); opacity: 0.92; }
.dlnp { background: var(--cta) !important; color: #fff !important; border: none !important; }
.yb75cc0p .dlnp { display: none; }
.zfog9b .dlnp { right: 32px; }
.mzvv  .dlnp { left: 32px; }
@media (max-width: 480px) {
  .zfog9b .dlnp { right: 20px; bottom: 20px; }
  .mzvv  .dlnp { left: 20px; bottom: 20px; }
}
.ycp9rj { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.ir7d9 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.hgfbnpc3 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.z342c { color: var(--text-dim); font-size: 0.8rem; }
.m97sdrn { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.m97sdrn img { height: 26px; width: auto; object-fit: contain; }
.y8im a, .tt04g a { color: var(--text); text-decoration: none; font-size: 0.87rem; transition: color .15s; }
.y8im a:hover, .tt04g a:hover { color: var(--accent-light); }
.tt04g { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.r2wg2gk0 .ir7d9 { text-align: center; }
.r2wg2gk0 .tt04g { justify-content: center; margin-bottom: 16px; }
.r2wg2gk0 .hgfbnpc3 { margin-top: 0; }
.px4uhnk { margin-top: 10px; }
.px4uhnk a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .ir7d9 { padding-left: 16px; padding-right: 16px; }
  .l5wvp1 .ir7d9 { padding: 20px 16px; }
  .tt04g { gap: 4px 12px; }
  .hgfbnpc3 { font-size: 0.78rem; }
}
.pg7qfmiq .a9rzk .m97sdrn { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.pg7qfmiq .hgfbnpc3 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.pg7qfmiq .z342c { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .pg7qfmiq .tu5xq { grid-template-columns: 1fr 1fr; } .pg7qfmiq .a9rzk { grid-column: 1 / -1; } }
@media (max-width: 480px) { .pg7qfmiq .tu5xq { grid-template-columns: 1fr; } }
.shtak .m97sdrn { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.shtak .hgfbnpc3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .shtak .w6jpnwe { gap: 12px; } .shtak .m97sdrn { margin-right: 0; width: 100%; } }
.kyarn .gb9fbv .m97sdrn { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.kyarn .hgfbnpc3 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.kyarn .z342c { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .kyarn .korht92i { grid-template-columns: 1fr 1fr; } .kyarn .gb9fbv { grid-column: 1 / -1; } }
@media (max-width: 480px) { .kyarn .korht92i { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .bzt0c8jr .y6dvu4 { grid-template-columns: 1fr 1fr; } .bzt0c8jr .fp1fhw:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .bzt0c8jr .y6dvu4 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .y5reihz .y6dvu4 { grid-template-columns: 1fr; } }
.u32uv .ir7d9 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.u32uv .tt04g { justify-content: center; }
.das4jkup .ugmh      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.das4jkup .ycp9rj { background: var(--bg-page); border-top-color: var(--border-alt); }
.m4ou0e .ugmh      { background: #0d1117; border-bottom-color: #21262d; }
.m4ou0e .cu3yhot { color: var(--accent-light); }
.m4ou0e .zj64e5h { --msep-color: #8b949e; }
.m4ou0e .zj64e5h a { color: #8b949e; }
.m4ou0e .zj64e5h a:hover { color: var(--accent-light); }
.m4ou0e .j5hb5d3 { color: #8b949e; }
.m4ou0e .ycp9rj { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.m4ou0e .hgfbnpc3,
.m4ou0e .z342c { color: #6e7681; }
.m4ou0e .y8im a, .m4ou0e .tt04g a,
.m4ou0e .fn1wrol a, .m4ou0e .gy8z a,
.m4ou0e .nd08fnq a { color: #8b949e; }
.m4ou0e .m97sdrn { color: #e6edf3; }
.m4ou0e .y8im a:hover, .m4ou0e .tt04g a:hover,
.m4ou0e .fn1wrol a:hover, .m4ou0e .gy8z a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .m4ou0e .zj64e5h { background: #0d1117; border-top-color: #21262d; }
  .m4ou0e .zj64e5h li a { border-bottom-color: #21262d; }
}
.mlvxj .ugmh      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.mlvxj .cu3yhot { color: var(--accent-light); }
.mlvxj .zj64e5h { --msep-color: #475569; }
.mlvxj .zj64e5h a { color: #475569; }
.mlvxj .zj64e5h a:hover { color: var(--accent-light); }
.mlvxj .j5hb5d3 { color: #64748b; }
.mlvxj .ycp9rj { background: #f0f4f8; border-top-color: #cbd5e1; }
.mlvxj .hgfbnpc3,
.mlvxj .z342c { color: #64748b; }
.mlvxj .y8im a, .mlvxj .tt04g a,
.mlvxj .nd08fnq a, .mlvxj .m97sdrn { color: #374151; }
.mlvxj .y8im a:hover, .mlvxj .tt04g a:hover,
@media (max-width: 640px) {
  .mlvxj .zj64e5h { background: #f0f4f8; border-top-color: #cbd5e1; }
  .mlvxj .zj64e5h li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.mj2n .ugmh      { background: var(--accent); border-bottom-color: var(--accent-light); }
.mj2n .cu3yhot { color: #fff; }
.mj2n .zj64e5h { --msep-color: rgba(255,255,255,0.82); }
.mj2n .zj64e5h a { color: rgba(255,255,255,0.82); }
.mj2n .zj64e5h a:hover { color: #fff; }
.mj2n .j5hb5d3 { color: rgba(255,255,255,0.9); }
.mj2n .ycp9rj { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.mj2n .hgfbnpc3,
.mj2n .z342c { color: rgba(255,255,255,0.72); }
.mj2n .y8im a, .mj2n .tt04g a,
.mj2n .nd08fnq a, .mj2n .m97sdrn { color: #fff; }
.mj2n .y8im a:hover, .mj2n .tt04g a:hover,
@media (max-width: 640px) {
  .mj2n .zj64e5h { background: var(--accent); border-top-color: var(--accent-light); }
  .mj2n .zj64e5h li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.z9xs .ugmh {
  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);
}
.z9xs .ycp9rj {
  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) {
  .z9xs .zj64e5h {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.u7pjs0qc .rf28 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.kz5qq .rf28 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.wqlshps .rf28 { min-height: 72px; height: auto; }
.rjinkicl .rf28 { min-height: 84px; height: auto; }
.l5wvp1 .rf28 { max-width: none; padding: 0 32px; }
.l5wvp1 .ir7d9  { max-width: none; padding: 24px 32px; }
.qco2yjyc.v2hg .rf28 { max-width: 1200px; }
.qco2yjyc.qklfqas .rf28 { max-width: 1320px; }
.i5z4cb   .cu3yhot, .i5z4cb   .m97sdrn { text-transform: capitalize; }
.ha3k8kq .cu3yhot, .ha3k8kq .m97sdrn { text-transform: lowercase; }
.uaf2a3 .cu3yhot, .uaf2a3 .m97sdrn { text-transform: uppercase; letter-spacing: 0.06em; }
.lgtnll, .ddrfy9s {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.re7mvtqh .lgtnll,
.re7mvtqh .ddrfy9s { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.xk1lum .lgtnll,
.xk1lum .ddrfy9s { 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; }
.ykufmi .lgtnll,
.ykufmi .ddrfy9s { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.kixmx8ud .lgtnll,
.kixmx8ud .ddrfy9s { 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; }
.r1m8   .zj64e5h a { font-weight: 500; }
.ct8b350 .zj64e5h a { font-weight: 600; }
.w6zvqe3t     .zj64e5h a { font-weight: 700; }
.b8t5sl    .zj64e5h a { font-weight: 800; letter-spacing: 0.01em; }
.m4ilrh     .zj64e5h > li + li::before,
.rn7snu    .zj64e5h > li + li::before,
.mraoji    .zj64e5h > li + li::before,
.tgnsp1 .zj64e5h > li + li::before,
.cnr2 .zj64e5h > li + li::before,
.x3ci3  .zj64e5h > li + li::before,
.d854bvh    .zj64e5h > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.m4ilrh     .zj64e5h > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.rn7snu    .zj64e5h > li + li::before { content: "|"; }
.mraoji    .zj64e5h > li + li::before { content: "—"; }
.tgnsp1 .zj64e5h > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.cnr2 .zj64e5h > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.x3ci3  .zj64e5h > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.d854bvh    .zj64e5h > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .s32dh472 .j5hb5d3,
  .geskq0 .j5hb5d3,
  .tu8ns .j5hb5d3,
  .anv87w1 .j5hb5d3,
  .vplpzvb5 .j5hb5d3 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .s32dh472 .j5hb5d3::before,
  .geskq0 .j5hb5d3::before,
  .tu8ns .j5hb5d3::before,
  .anv87w1 .j5hb5d3::before,
  .vplpzvb5 .j5hb5d3::before { content: ""; display: block; flex-shrink: 0; }

  
  .s32dh472 .j5hb5d3::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;
  }

  
  .geskq0 .j5hb5d3::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;
  }

  
  .tu8ns .j5hb5d3::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;
  }

  
  .anv87w1 .j5hb5d3::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;
  }

  
  .vplpzvb5 .j5hb5d3::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) {
  .fi2tr5 .j5hb5d3 {
    padding: 5px 14px;
  }
  .fi2tr5 .zj64e5h {
    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;
  }
  .fi2tr5 .zj64e5h li a {
    border-bottom: none; padding: 10px 22px;
  }
  .fi2tr5 .zj64e5h li a:hover { background: var(--bg-raised); }
  .fi2tr5 .xxg9lkf,
  .em5qu .xxg9lkf,
  .bqaua72 .xxg9lkf { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .p6gbil .j5hb5d3 {
    padding: 5px 10px;
  }
  .p6gbil .zj64e5h {
    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);
  }
  .p6gbil .zj64e5h.b71musy { transform: translateX(0); }
  .p6gbil .zj64e5h li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .p6gbil .zj64e5h li:last-child a { border-bottom: none; }
  .mj2n .zj64e5h,
  .m4ou0e .zj64e5h { background: var(--accent) !important; }
  .mj2n .zj64e5h li a,
  .m4ou0e .zj64e5h li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .bqaua72 .j5hb5d3 {
    padding: 5px 10px;
  }
  .bqaua72 .zj64e5h {
    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);
  }
  .bqaua72 .zj64e5h::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .bqaua72 .zj64e5h.b71musy { transform: translateY(0); }
  .bqaua72 .zj64e5h li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .npkw .j5hb5d3 {
    padding: 5px 10px;
  }
  .npkw .zj64e5h {
    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;
  }
  .npkw .zj64e5h.b71musy { opacity: 1; pointer-events: auto; }
  .npkw .zj64e5h li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .r9mtl1pz     .j5hb5d3 { border-radius: 0 !important; }
  .h0m127q   .j5hb5d3 { border-radius: 8px !important; }
  .xb3gyhp .j5hb5d3 { border-radius: 50% !important; }
  .d157g   .j5hb5d3 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .nasc .rnp4jvvl { flex-direction: column; align-items: stretch; }
  .nasc .vmc7of { flex-direction: row; min-width: auto; }
  .nasc .v4em { align-items: flex-start; text-align: left; }
}
.it0ipv,
.it0ipv.jouxa0,
.sntson .it0ipv,
.vzpq .it0ipv,
.r49w .it0ipv,
.a0jcc9dn .it0ipv {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.y1zgga {
  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;
}
.ycwjoaay { flex: 1 1 280px; min-width: 0; }
.f2mc {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.x9fp {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.uqcp9wdd {
  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;
}
.uqcp9wdd:hover { transform: translateY(-1px); opacity: 0.95; }
.mfiws .y1zgga {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.mfiws .f2mc { color: var(--cta); }
.mfiws .x9fp { color: var(--text-body); }
.mfiws .uqcp9wdd {
  background: var(--cta) !important;
  color: #fff !important;
}
.gidib .y1zgga {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.gidib .f2mc { color: var(--text-primary); }
.gidib .x9fp { color: var(--text-body); }
.gidib .uqcp9wdd {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .y1zgga {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ycwjoaay { flex: 0 0 auto; }
  .f2mc { font-size: 1.2rem; }
  .uqcp9wdd { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.scjn .l3xy5 { height: 36px; }
.evpoeaj .l3xy5 { height: 60px; max-width: 200px; }
.jho3a .l3xy5 { height: 56px; max-width: 180px; }
.k77h    .o7qu, .k77h    .nfdc { color: #f59e0b; }
.teixevno .iyqiao {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: .07em;
  color: var(--text-muted);
}
.teixevno .j683qlb8 {
  font-size: 1.3rem; font-weight: 800; color: var(--accent-light);
}
@media (min-width: 720px) {
  .yqdt .cichgsj {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .yqdt .dcz7 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .yqdt .dcz7 { padding: 40px 16px 20px; }
  .yqdt .if91v {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .yqdt .b3n0ex { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .gg4s9 .dcz7 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .gg4s9 .dcz7::before {
    position: absolute; top: 14px; left: 14px;
  }
  .gg4s9 .vemnbp2 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .gg4s9 .luby4q58 { white-space: normal; text-align: center; font-size: 1.2rem; }
  .gg4s9 .if91v {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .gg4s9 .b3n0ex { width: 100%; min-width: 0; }
  .gg4s9 .o7qu { min-width: 0; }
}
.uy1qk448 .voav42rr {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.uy1qk448 .voav42rr summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.uy1qk448 .voav42rr p { padding: 0 2px 16px; }
.tm8r5eig .voav42rr { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.tm8r5eig .voav42rr summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.tm8r5eig .voav42rr summary::after { content: "›"; font-size: 1.2em; }
.tm8r5eig .voav42rr[open] summary::after { content: "‹"; }
.tm8r5eig .voav42rr p { padding: 10px 22px 4px; }
.r7wxjt6 .voav42rr {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.r7wxjt6 .voav42rr summary { color: var(--text-primary); padding-left: 16px; }
.r7wxjt6 .voav42rr summary::after { content: "›"; font-size: 1.1em; }
.r7wxjt6 .voav42rr[open] summary::after { content: "‹"; }
.r7wxjt6 .voav42rr p { padding-left: 16px; }
.axv49 .uqgtzw { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.axv49 .voav42rr {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.axv49 .voav42rr:last-child { border-bottom: none; }
.axv49 .voav42rr summary { color: var(--text-primary); border-radius: 0; }
.axv49 .voav42rr summary::after { content: "›"; font-size: 1.1em; }
.axv49 .voav42rr[open] summary::after { content: "‹"; }
.jy3uy .voav42rr { overflow: hidden; }
.jy3uy .voav42rr summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.jy3uy .voav42rr summary::after { color: rgba(255,255,255,.75); }
.jy3uy .voav42rr[open] summary { border-radius: 0; }
.e1r3va { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.zza9im {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.d4eud098 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.nhgnja { color: var(--text-muted); font-size: 1.05rem; }
.irepnclg {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.lcnjeuu { margin-bottom: 20px; }
.kt7h {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.h5y5l5x {
  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;
}
.h5y5l5x:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.fhgf7v { resize: vertical; min-height: 130px; }
.m8clz { width: 100%; margin-top: 8px; }
.s9b007wi {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.acnqrlf {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.zdki9i4 { color: var(--text-muted); line-height: 1.75; }
.kfjatf8 { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.kfjatf8 li { margin-bottom: 6px; }
.qw6cb { max-width: 760px; margin: 0 auto; }
.j220q3 { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.w9ka { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.w9ka:last-child { border-bottom: none; }
.w9ka h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 12px;
}
.w9ka p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ipkh { max-width: 760px; margin: 0 auto; }
.p01s { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.p01s:last-child { border-bottom: none; }
.e1frghos { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.p01s p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.p01s ul.kfjatf8 { margin: 0; }
.m5kv .e1frghos { margin: 0; font-size: 1rem; }
@media (max-width: 640px) { .m5kv { grid-template-columns: 1fr; gap: 10px; } }
.emlsxed9 .e1frghos { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 14px; }
.kq0euk .kfjatf8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .h9u9 { grid-template-columns: 1fr; } }
.uuxq { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.uuxq:hover .sshh2p { color: var(--accent-light); text-decoration: underline; }
.wrqyc { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.kc168e8 { max-width: 760px; margin: 0 auto; }
.yxtvuv ul.kfjatf8 { margin: 0; }
.s3bz7 { color: var(--text-muted); line-height: 1.75; }
.c7eijl8f .kfjatf8,
.kc5c .kfjatf8,
.cd6st .kfjatf8,
.yplpfab .kfjatf8 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.vhncd { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.f0whxrb { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.zc6e { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.m2hyt { margin-top: 12px; }
.oj1i1 { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid transparent; padding-bottom: 1px; }
.oj1i1:hover { border-bottom-color: var(--accent-light); }
.piobo { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.piobo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dv2l { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.a0ftts { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.q503 { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .rdnhp { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.z7p0yt .zc6e, .z7p0yt .f0whxrb { max-width: 640px; }
.xwsnve .vhncd { font-size: 1.6rem; margin-top: 18px; }
.q4d7j3i2 .zc6e { margin-bottom: 28px; }
@media (max-width: 860px) { .qtu9jqed { grid-template-columns: 1fr; } .xwsnve { position: static; text-align: center; } }
.ntlrcr1 .piobo { margin: 0 auto 18px; }
.ntlrcr1 .a0ftts { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .db00kdj { grid-template-columns: 1fr; } }
.dp3ck { display: flex; gap: 24px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 32px; }
.jf2l { flex: 1; }
.dp3ck .vhncd { font-size: 1.6rem; margin-bottom: 6px; }
.uz7i { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; max-width: none; }
.yplpfab { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.l9xqd { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.yplpfab p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.yplpfab .kfjatf8 { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .dp3ck { flex-direction: column; text-align: center; } .uz7i { grid-template-columns: 1fr; } }
.bs5tls0t .vhncd { font-size: 1.35rem; margin: 0 0 4px; }
.bs5tls0t .a0ftts { margin: 0; }
.decq {
  background: var(--accent-bg); border-radius: 14px;
  border-bottom: none; padding: 44px 36px; margin-bottom: 44px;
}
.decq .d4eud098 { color: var(--accent-light); }
.swm9 .d4eud098 { font-size: 2rem; }
.swm9 .nhgnja { max-width: 680px; }
.pdepr .d4eud098 { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pdepr .nhgnja  { margin: 0; }
@media (max-width: 640px) { .pdepr { flex-direction: column; } }
.w3h0yat .d4eud098 { color: var(--accent-light); }
.miip5xv .d4eud098 { color: #fff; }
.miip5xv .nhgnja  { color: rgba(255,255,255,0.85); }
.yoquikt { max-width: 680px; margin: 0 auto; }
.a04t {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .a04t { grid-template-columns: 1fr; } }
.lnhd .h5y5l5x {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.lnhd .h5y5l5x:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.v6srfyc .h5y5l5x { background: var(--bg-raised); border-color: transparent; }
.v6srfyc .h5y5l5x:focus { background: var(--bg-card); border-color: var(--accent-light); }
.u1pgp99 .h5y5l5x { border-radius: 100px; padding: 11px 20px; }
.u1pgp99 .fhgf7v { border-radius: 14px; }
.hov8ug {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.hov8ug 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;
}
.hov8ug summary::-webkit-details-marker { display: none; }
.hov8ug summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.hov8ug[open] summary::after { content: "−"; }
.q4iui {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .ybaz8ld { grid-template-columns: 1fr; } }
.advc908u { counter-reset: priv-count; }
.yy02jeti {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--border);
}
.yy02jeti:last-child { border-bottom: none; }
.c2a72z {
  font-size: 2.4rem; font-weight: 800; color: var(--accent-light);
  opacity: 0.3; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.yy02jeti h2 {
  font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin-bottom: 10px;
}
.yy02jeti p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.e01sh5{display:none}
.e01sh5:empty,.kso6n:empty{display:none}
.ql9dbsrq{position:relative;overflow:visible}
.peq7 .h3jr,.xzc7wvo .h3jr,
.xu2eef9n .h3jr,.f3ovylq2 .h3jr,
.e23jy .h3jr,.qmtiq61 .h3jr{display:block}
.wddot .fv1u{display:block}
.peq7 .h3jr,.xzc7wvo .h3jr,
.xu2eef9n .h3jr,.f3ovylq2 .h3jr,
.e23jy .h3jr{position:absolute;z-index:3;left:24px;right:24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin:0 auto;padding:0;box-sizing:border-box}
.peq7 .h3jr .kso6n,.xzc7wvo .h3jr .kso6n,
.xu2eef9n .h3jr .kso6n,.f3ovylq2 .h3jr .kso6n,
.e23jy .h3jr .kso6n{margin:0;font-size:.75rem;opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:5px 12px;border-radius:6px;display:inline-flex;width:auto}
.peq7 .dpilu,.xzc7wvo .dpilu,
.xu2eef9n .dpilu,.f3ovylq2 .dpilu,
.e23jy .dpilu{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.peq7 .h3jr,.xzc7wvo .h3jr{top:12px}
.peq7 .h3jr .kso6n{margin-right:auto}
.xzc7wvo .h3jr .kso6n{margin-left:auto}
.xzc7wvo .h3jr{text-align:right}
.xu2eef9n .h3jr,.f3ovylq2 .h3jr{bottom:12px}
.xu2eef9n .h3jr .kso6n{margin-right:auto}
.f3ovylq2 .h3jr .kso6n{margin-left:auto}
.f3ovylq2 .h3jr{text-align:right}
.e23jy .h3jr{position:relative;margin-top:16px}
.e23jy .h3jr .kso6n{margin:0 auto}
.qmtiq61 .h3jr{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.qmtiq61 .h3jr .kso6n{margin:0}
.qmtiq61 .hx5l1s5~.h3jr,
.qmtiq61 .rqcx~.h3jr{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.qmtiq61 .hx5l1s5~.h3jr .kso6n,
.qmtiq61 .rqcx~.h3jr .kso6n{justify-content:flex-start}
.hx5l1s5~.h3jr,.rqcx~.h3jr{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:none!important;padding:8px clamp(24px,calc(50vw - 476px),96px)!important}
.hx5l1s5~.h3jr .kso6n{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rqcx~.h3jr .kso6n{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.fv1u .kso6n{margin:0 0 12px}
.kso6n{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.hci4{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.sshh2p{font-weight:600;color:var(--text-heading);opacity:1}
.rc1rj::before{content:"·";margin:0 2px;opacity:.5}
.dpilu{white-space:nowrap}
.zsl1a9t9 .hci4{display:none}
.qqdlbd12 .dpilu{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.qqdlbd12 .rc1rj::before{content:""}
.dw5m8 .dpilu{background:var(--date-bg, var(--accent-bg));padding:6px 12px;border-radius:var(--radius, 6px);font-size:.78rem;display:inline-flex;align-items:center;gap:4px}
.dw5m8 .rc1rj::before{content:""}
.p7wc1jk .kso6n{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.r1q5 .dpilu{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.r1q5 .rc1rj::before{content:""}
.x9tq .dpilu{color: var(--accent-light);opacity:1;font-weight:500}
.lrg5mx .dpilu{border-bottom:1px solid currentColor;padding-bottom:2px}
.a93d1pe .kso6n{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.pf5f{--date-bg:var(--accent-bg-light)}
.qm2r9l .rc1rj::before{content:""}
.huwtsw .rc1rj::before{content:"•";opacity:.4}
.huwtsw .dpilu + .dpilu::before{content:"•";margin-right:6px;opacity:.4}
.limnj .rc1rj::before{content:"/";opacity:.35}
.limnj .dpilu + .dpilu::before{content:"/";margin-right:6px;opacity:.35}
.kp50m7 .rc1rj::before{content:"|";opacity:.3}
.kp50m7 .dpilu + .dpilu::before{content:"|";margin-right:6px;opacity:.3}
.jmd5g .rc1rj::before{content:"—";opacity:.3}
.jmd5g .dpilu + .dpilu::before{content:"—";margin-right:6px;opacity:.3}
.djm203ey .rc1rj::before{content:"◆";font-size:.5em;opacity:.35}
.djm203ey .dpilu + .dpilu::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.i0bp0o2 .rc1rj::before{content:"·";opacity:.4}
.i0bp0o2 .dpilu + .dpilu::before{content:"·";margin-right:6px;opacity:.4}
.wm3j5zj .rc1rj::before{content:"›";opacity:.4}
.wm3j5zj .dpilu + .dpilu::before{content:"›";margin-right:6px;opacity:.4}
.g2r6s .rc1rj::before{content:"→";opacity:.35;font-size:.85em}
.g2r6s .dpilu + .dpilu::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.d0cdo .zmdbqna6{padding:20px 0}
@media(max-width:640px){
  .zmdbqna6{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .xfgvglwz{max-width:100%}
}
.fq8uy .qaxshg{margin:0}
@media (max-width:560px){
  .n41w{grid-template-columns:repeat(2,1fr);gap:12px}
}
@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) {
  .jxs2 { padding: 28px 18px 20px; }
  .slfic { font-size: 1.2rem; }
  .x1s8 { max-width: 220px; max-height: 80px; }
}
.iea1  .k87854 { border-radius: 50%; }
.xitv .y1zgga {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .k87854 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.ydzkairt {
  margin: 28px 0 24px;
}
.ydzkairt .jouxa0 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.ydzkairt .lk1m3vy {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.ydzkairt .y1zgga {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .rf28 { flex-direction: row-reverse; }
[dir="rtl"] .zj64e5h { flex-direction: row-reverse; }
[dir="rtl"] .zfog9b .dlnp { right: auto; left: 32px; }
[dir="rtl"] .mzvv  .dlnp { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .zfog9b .dlnp { right: auto; left: 20px; }
  [dir="rtl"] .mzvv  .dlnp { left: auto;  right: 20px; }
}
[dir="rtl"] .z8gri .n3onns  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .qk0z9zw .n3onns { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .hx5l1s5,
[dir="rtl"] .ozvy,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .keuo, [dir="rtl"] .yomqta { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .znh5crcy { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .y1zgga { direction: rtl; }
[dir="rtl"] .avurm8ec { direction: rtl; }
[dir="rtl"] .ss434kh { direction: rtl; }
[dir="rtl"] .kgu0 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .quf4qi7a .yomqta,
[dir="rtl"] .vc86o3i .yomqta,
[dir="rtl"] .qwlno .yomqta,
[dir="rtl"] .ldaym .yomqta {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .quf4qi7a .yomqta li::before,
[dir="rtl"] .vc86o3i .yomqta li::before,
[dir="rtl"] .qwlno .yomqta li::before,
[dir="rtl"] .ldaym .yomqta li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .kzvxh19.qdvl3yd .rgl92st,
[dir="rtl"] .lmhy3lj.qdvl3yd .rgl92st,
[dir="rtl"] .aub60.qdvl3yd .rgl92st,
[dir="rtl"] .rooviitk.qdvl3yd .rgl92st,
[dir="rtl"] .cpfo3.qdvl3yd .rgl92st { text-align: right; }
[dir="rtl"] .hx5l1s5.qdvl3yd .zanmut1 { align-items: flex-end; text-align: right; }
[dir="rtl"] .hx5l1s5.d49sc9 .zanmut1 { text-align: center; }
[dir="rtl"] .hx5l1s5 .zanmut1 { text-align: right; }
[dir="rtl"] .lk1m3vy,
[dir="rtl"] .h86sn,
[dir="rtl"] .drs9eo,
[dir="rtl"] .unt87cuh,
[dir="rtl"] .irepnclg,
[dir="rtl"] .kt7h,
[dir="rtl"] .zc6e,
[dir="rtl"] .h5y5l5x,
[dir="rtl"] .fhgf7v { text-align: right; direction: rtl; }
[dir="rtl"] .u1pgp99 .h5y5l5x,
[dir="rtl"] .lnhd .h5y5l5x { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #4bb437;
  --brand:           #4bb437;
  --brand-light:     #489239;
  --brand-pale:      #66ab58;
  --grad-start:      #82d472;
  --grad-end:        #b0dca7;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #4bb437;
  --cta-light:       #3a9928;
  --cta-hover:       #378528;
  --bg-page:         #f6f7f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f4f5f3;
  --bg-raised:       #eef0ee;
  --bg-hover:        #f4f5f3;
  --border:          #e3e8e2;
  --border-alt:      #d2dbd0;
  --border-section:  #e3e8e2;
  --text-primary:    #181b17;
  --text-muted:      #555e53;
  --text-body:       #30362f;
  --text-sub:        #495147;
  --text-faint:      #798777;
  --text-dim:        #949f92;
  --text-label:      #616c5f;
  --text-value:      #3c433b;
  --accent-bg:       #e7efe5;
  --accent-bg-light: #d3e7cf;
  --bg-tip:          #f7f0f9;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f7f0f9;
  --bg-cons:         #faf5f3;
  --c-pros:          #761a88;
  --c-cons:          #9f4421;
  --c-pros-label:    #8d1fa2;
  --c-tip-border:    #9c23b3;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #761a88;
}
:root { --logo-bg-opacity: 44%; }
body, button, input { font-family: "Jost", sans-serif; }
.uiso3tu .xq7u52mz { font-size: 0; width: 1.2rem; flex-shrink: 0; }.uiso3tu .xq7u52mz::before {  content: ""; display: inline-block;  font-family: "Font Awesome 6 Free"; font-weight: 900;  font-size: 1.1rem; line-height: 1; }.uiso3tu .j2nh8ty     .xq7u52mz::before { content: "";  color: var(--c-tip-border); }.uiso3tu .k1yu4 .xq7u52mz::before { content: ""; color: var(--c-warn-border); }.uiso3tu .nd44oy    .xq7u52mz::before { content: ""; color: #60a5fa; }.jla6v .uiso3tu .j2nh8ty     .xq7u52mz::before { color: #10b981; }.jla6v .uiso3tu .k1yu4 .xq7u52mz::before { color: #f43f5e; }.jla6v .uiso3tu .nd44oy    .xq7u52mz::before { color: #a855f7; }.dsmpm  .uiso3tu .j2nh8ty     .xq7u52mz::before { color: #eab308; }.dsmpm  .uiso3tu .k1yu4 .xq7u52mz::before { color: #ef4444; }.dsmpm  .uiso3tu .nd44oy    .xq7u52mz::before { color: #f97316; }.ezkt  .uiso3tu .j2nh8ty     .xq7u52mz::before { color: #38bdf8; }.ezkt  .uiso3tu .k1yu4 .xq7u52mz::before { color: #818cf8; }.ezkt  .uiso3tu .nd44oy    .xq7u52mz::before { color: #2dd4bf; }.pt76fa0 .uiso3tu .xq7u52mz::before { color: var(--accent-light) !important; }
.xkvd .okihxhs, .xkvd .hx5l1s5 { min-height: 420px; }
.g2g698ar .is8rga::after, .g2g698ar .l3yceww::after {  content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900;  display: inline-block; margin-left: 6px; vertical-align: -0.05em;  font-size: 0.8em; line-height: 1; }
.a1jv0n .wq50kv::after,.a1jv0n .dlnp::after {  content: "" !important; font-family: "Font Awesome 6 Free" !important;  font-weight: 900 !important; display: inline-block !important;  margin-left: 6px; vertical-align: -0.05em; font-size: 0.8em; line-height: 1; }
.ti5ccwwh::before { content: '>'; }