:root {
  --color-accent: #207912;
  --color-cta: #8000ff;
  --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;
}
.b9jd27 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.qty4 {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.xzwrm4o {
  color: var(--accent-light);
  font-weight: 800; font-size: 1.15rem;
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.wtwpt { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: 6px; }
.wfk82n { list-style: none; display: flex; column-gap: 20px; row-gap: 6px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.wfk82n a {
  color: var(--text-muted); white-space: nowrap;
  text-decoration: none; font-size: 0.88rem; transition: color 0.2s;
}
.wfk82n a:hover { color: var(--accent-light); }
.jpfosv     .awa8wsfx { border-radius: 6px; }
.jpfosv .awa8wsfx li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.jpfosv .awa8wsfx li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.zk4fsd .awa8wsfx li + li { border-top: 3px double var(--border-alt); }
@media (max-width: 640px) {
  .awa8wsfx {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .rszo6w:hover .awa8wsfx,
  .rszo6w:focus-within .awa8wsfx { display: block; }
  .awa8wsfx li a { padding: 8px 16px; font-size: 0.88rem; }
}
.dnbug984 {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: 1.4rem; cursor: pointer; padding: 4px 8px; line-height: 1;
}
.kw56wq { display: none; }
@media (max-width: 640px) {
  .kw56wq {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .kw56wq.bx44td { display: block; }
}
@media (max-width: 640px) {
  .dnbug984 { display: block; }
  .wfk82n > li + li::before { display: none !important; }
  .wfk82n {
    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;
  }
  .wfk82n.bx44td { display: flex; }
  .wfk82n li a {
    display: block; padding: 11px 24px; font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .wfk82n li:last-child a { border-bottom: none; }
}
.tbo3m48 { min-height: 480px; }
.quuyjim {
  font-size: 2.6rem; font-weight: 800; color: #fff;
  line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.01em;
}
.xu0i { font-size: 1.15rem; margin-bottom: 28px; max-width: 720px; margin-left: auto; margin-right: auto; }
.ocleg17 .xu0i { margin-left: 0; margin-right: 0; }
.bl98mxt {
  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;
}
.avk7zjk .bl98mxt { margin-top: 24px; }
.bl98mxt:hover { opacity: 0.88; }
.d40sr .quuyjim { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.d40sr .xu0i { color: #e2e8f0; }
.d40sr.ocleg17   .h2nl4 { text-align: left; }
.n457kdo3 .quuyjim { color: var(--text-primary); text-shadow: none; }
.n457kdo3 .xu0i { color: var(--text-muted); }
.n457kdo3 .bl98mxt { margin-top: 16px; }
.n457kdo3, .n457kdo3.tbo3m48 { min-height: auto !important; }
.n457kdo3.ocleg17   .h2nl4 { text-align: left; }
.n457kdo3~.qx394f{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}
.n457kdo3~.qx394f .qotd{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}
.fclw3p .ykqd,
.fclw3p .gcib {
  position: relative; overflow: hidden;
}
.fclw3p .ykqd::after,
.fclw3p .gcib::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fclw3p .d40sr .b13e6 {
  overflow: hidden;
}
.fclw3p .d40sr .b13e6::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.ykqd .quuyjim { color: #fff; }
.ykqd .xu0i { color: rgba(255,255,255,0.85); }
.ykqd .bl98mxt { background: #fff; color: var(--cta); }
.ykqd .bl98mxt:hover { opacity: 0.92; }
.fclw3p .d6h0x { position: relative; overflow: hidden; }
.fclw3p .d6h0x::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;
}
.j15d .d6h0x {
  animation: hg-breathe 7s ease-in-out infinite;
}
.uxzk7nl8 .d6h0x { position: relative; overflow: hidden; }
.uxzk7nl8 .d6h0x::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;
}
.bx3g .d6h0x { position: relative; overflow: hidden; }
.bx3g .d6h0x::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;
}
.a239a6f .d6h0x {
  animation: hg-fadein 1.2s ease-out both;
}
.d6h0x {
  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%);
}
.u0969 {
  grid-area: text;
  display: flex; flex-direction: column; justify-content: center;
  
  padding: 60px 48px 60px clamp(24px, calc(50vw - 476px), 96px);
}
.f2ikincl {
  grid-area: media;
  position: relative; overflow: hidden; min-height: 320px;
}
.bajt {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.d6h0x .quuyjim { text-shadow: none; color: var(--text-primary); }
.d6h0x .xu0i { color: var(--text-muted); }
body.v229u2tw .quuyjim {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.mtz6ya .quuyjim {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.tbo3m48.ykqd .quuyjim,
section.ykqd .quuyjim {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.d6h0x.ea82md .u0969 { align-items: center; text-align: center; }
.d6h0x.ocleg17   .u0969 { align-items: flex-start; text-align: left; }
.o8yi9w .f2ikincl { position: relative; }
.o8yi9w .f2ikincl::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--accent-bg) 0%, transparent 60%);
  pointer-events: none;
}
.o8yi9w.lfio74s .f2ikincl::after {
  background: linear-gradient(270deg, var(--accent-bg) 0%, transparent 60%);
}
.np7jr .f2ikincl {
  display: flex; align-items: center; justify-content: center;
  padding: 32px 32px 32px 0; overflow: visible;
}
.np7jr .bajt {
  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);
}
.np7jr.lfio74s .f2ikincl { padding: 32px 0 32px 32px; }
.f5bxrdv .f2ikincl {
  display: flex; align-items: center; justify-content: center;
  padding: 40px 48px 40px 16px;
  overflow: visible;
}
.f5bxrdv .bajt {
  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);
}
.lfio74s .u0969 {
  padding: 60px clamp(24px, calc(50vw - 476px), 96px) 60px 48px;
}
.f5bxrdv.lfio74s .f2ikincl { padding: 40px 16px 40px 48px; }
.tbo3m48 .w1uzq1 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.w1uzq1 .fndfsma3.wb11vd2a {
  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;
}
.w1uzq1 .fndfsma3.wb11vd2a:hover { opacity: 0.85; }
.sqvgbvo .f2ikincl {
  display: flex !important; align-items: center; justify-content: center;
  padding: 20px 16px;
}
@media (max-width: 700px) {
  .d6h0x { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .d6h0x:not(.sqvgbvo) .f2ikincl { display: none !important; }
  .sqvgbvo .f2ikincl { padding: 16px; }
  .u0969  { padding: 36px 24px; }
  .d6h0x~.qx394f,.lfio74s~.qx394f{max-width:100%;left:0;right:0;transform:none;padding:0 24px}
  .tbo3m48, .d6h0x { min-height: 320px !important; }
  .quuyjim { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .a2r23ap1,
  .hvzd6v4,
  .upszk { grid-template-columns: 1fr !important; }

  

  
  .aa8qe { display: flex !important; flex-direction: column !important; }
  .aa8qe .h2nl4 { display: contents; }
  .aa8qe .b13e6 { order: 0; }
  .aa8qe .quuyjim { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .aa8qe .a2r23ap1 { order: 2; padding: 0 16px 12px !important; }
  .aa8qe .xu0i { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .avk7zjk .h2nl4 { display: flex; flex-direction: column; }
  .avk7zjk .h2nl4 .quuyjim { order: 1; }
  .avk7zjk .h2nl4 .upszk { order: 2; margin: 8px 0 24px !important; }
  .avk7zjk .h2nl4 .xu0i { order: 3; }
  .avk7zjk .h2nl4 .bl98mxt { order: 4; align-self: center; margin-top: 0; }

  
  .d6h0x.sqvgbvo {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .d6h0x.sqvgbvo .u0969 { display: contents; padding: 0; }
  .d6h0x.sqvgbvo .u0969 .quuyjim { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .d6h0x.sqvgbvo .f2ikincl { order: 2; padding: 12px 16px; }
  .d6h0x.sqvgbvo .u0969 .xu0i { order: 3; padding: 0 24px; margin: 0 auto; }
  .d6h0x.sqvgbvo .u0969 .bl98mxt { order: 4; align-self: center; margin: 8px 0 32px; }
}
.k0xnvm { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.a5cpf { width: 100%; height: auto; display: block; border-radius: 10px; }
.kuknufqi .k0xnvm        { border-radius: 16px; }
.kuknufqi .a5cpf  { border-radius: 16px; }
.ezpk .k0xnvm         { box-shadow: 0 4px 14px rgba(0,0,0,0.18); border-radius: 8px; }
.ezpk .a5cpf   { border-radius: 8px; }
.h90r { max-width: 1100px; margin: 0 auto; padding: 40px 24px 32px; }
.jzquj { width: 100%; padding: 32px 0; position: relative; }
.ww2bda { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.k55u9u9 .jzquj:nth-child(even) { background: var(--bg-surface); }
.k55u9u9 .jzquj:nth-child(odd)  { background: var(--bg-page); }
.e2djfv34 .jzquj:nth-child(even) { background: var(--bg-card); }
.e2djfv34 .jzquj:nth-child(odd)  { background: var(--bg-page); }
.k55u9u9 .jzquj:nth-child(odd)  .ww2bda { background: var(--bg-card); border-radius: 6px; }
.k55u9u9 .jzquj:nth-child(even) .ww2bda { background: var(--bg-raised); border-radius: 6px; }
.e2djfv34 .jzquj:nth-child(odd)  .ww2bda { background: var(--bg-card); border-radius: 6px; }
.e2djfv34 .jzquj:nth-child(even) .ww2bda { background: var(--bg-raised); border-radius: 6px; }
.k55u9u9 .jzquj:nth-child(even) .f23j .q9wh0,
.e2djfv34 .jzquj:nth-child(even) .f23j .q9wh0 { background: var(--bg-card); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.k55u9u9 .jzquj:nth-child(odd) .f23j .q9wh0,
.e2djfv34 .jzquj:nth-child(odd) .f23j .q9wh0 { background: var(--bg-card-inner); }
.k55u9u9 .jzquj:nth-child(even) .vgezsq .q9wh0:nth-child(odd),
.e2djfv34 .jzquj:nth-child(even) .vgezsq .q9wh0:nth-child(odd)  { background: var(--bg-card); }
.k55u9u9 .jzquj:nth-child(even) .vgezsq .q9wh0:nth-child(even),
.e2djfv34 .jzquj:nth-child(even) .vgezsq .q9wh0:nth-child(even) { background: var(--bg-card-inner); }
h1.cwit1gia { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; }
h2.cwit1gia {
  font-size: 1.6rem; font-weight: 700; color: var(--text-primary);
  margin: 0 0 16px;
  
}
h3.dep7 { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin: 0 0 10px; }
.sv91z4z h2.cwit1gia {
  border-left: 4px solid var(--accent); padding-left: 14px;
}
.enh1 h2.cwit1gia {
  border-bottom: 2px solid var(--accent); padding-bottom: 10px;
  display: inline-block;
}
.rkmigvo h2.cwit1gia {
  border-top: 3px solid var(--accent); padding-top: 12px;
  color: var(--text-primary);
}
.q3acjc h2.cwit1gia::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--accent); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.umeaaohv h2.cwit1gia {
  color: var(--text-primary); font-size: 1.7rem;
}
.mbg5ui h2.cwit1gia::before {
  content: "/"; color: var(--accent-light); font-weight: 800;
  margin-right: 10px;
}
.wa9fx09s h2.cwit1gia {
  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;
}
.oc1ah8f { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; }
@media (max-width: 640px) { .oc1ah8f { display: none; } }
.uowds2 { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.w7e0 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.qmay {
  background: var(--bg-surface);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 20px 24px; margin: 28px 0;
}
.mmbxa0 { font-weight: 700; color: var(--accent-light); margin-bottom: 12px; font-size: 1rem; }
.oaeis1v { padding-left: 20px; }
.oaeis1v li { margin-bottom: 6px; }
.oaeis1v a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; }
.oaeis1v a:hover { color: var(--accent-light); }
.f4m03 .mmbxa0 { display: none; }
.d5l885g .mmbxa0 { display: none; }
.d5l885g .oaeis1v { padding-left: 0; list-style: none; }
.d5l885g .oaeis1v li::before { content: "—"; margin-right: 9px; color: var(--accent-light); opacity: 0.7; }
.d5l885g .oaeis1v a { font-size: 0.92rem; }
.z8y1mc .qmay { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.z8y1mc .mmbxa0 { display: none; }
.z8y1mc .oaeis1v { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.z8y1mc .oaeis1v li { margin-bottom: 0; }
.z8y1mc .oaeis1v 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;
}
.z8y1mc .oaeis1v a:hover { background: var(--accent); color: #fff; border-color: var(--accent-light); }
.cavmj .qmay { padding: 20px 20px 16px; }
.cavmj .oaeis1v {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px;
  counter-reset: toc-c;
}
.cavmj .oaeis1v li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.cavmj .oaeis1v 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;
}
.cavmj .oaeis1v 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;
}
.cavmj .oaeis1v a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.cavmj .oaeis1v a:focus,
.cavmj .oaeis1v a:focus-visible,
.cavmj .oaeis1v a:target { outline: none; }
.cavmj .oaeis1v li:target a { border-color: var(--border); color: var(--text-muted); }
.ucfzcxa .qmay { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.ucfzcxa .mmbxa0 { display: none; }
.ucfzcxa .oaeis1v { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.ucfzcxa .oaeis1v li { margin-bottom: 0; }
.ucfzcxa .oaeis1v li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.ucfzcxa .oaeis1v li:last-child::after { content: ""; margin-right: 0; }
.ucfzcxa .oaeis1v a { font-size: 0.9rem; }
.q9wh0 { padding: 14px 20px 18px; margin-bottom: 12px; border-radius: 10px; }
.f23j .q9wh0 { background: var(--bg-card); }
.vgezsq .q9wh0:nth-child(odd)  { background: var(--bg-card); }
.vgezsq .q9wh0:nth-child(even) { background: var(--bg-raised); }
.ywpm1 .q9wh0 {
  background: none; border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.ywpm1 .q9wh0:last-child { border-bottom: none; }
.ywpm1 h3.dep7 { border-bottom: 2px solid var(--accent); padding-bottom: 6px; display: inline-block; }
.kn0b .q9wh0 {
  background: none; border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.kn0b .q9wh0 + .q9wh0 { margin-top: 4px; }
.lbjf .q9wh0 { background: none; border-radius: 0; padding: 12px 0; }
.lbjf .q9wh0 + .q9wh0 { border-top: 1px solid var(--border-section); }
.nh6bi18 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.obe3f6v { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.cat4u { color: var(--text-body); margin-bottom: 10px; }
.ivlx, .urwny { padding-left: 22px; color: var(--text-body); margin: 10px 0; }
.ivlx li, .urwny li { margin-bottom: 6px; }
.urwny li { list-style: decimal; }
.jra05sq3     .ivlx { list-style-type: "● "; }
.qlgq1n6  .ivlx { list-style-type: "■ "; }
.z7u69u .ivlx { list-style-type: "◆ "; }
.m3g6km    .ivlx { list-style-type: "★ "; }
.jra05sq3     .vnyvu52 { list-style-type: "● "; }
.qlgq1n6  .vnyvu52 { list-style-type: "■ "; }
.z7u69u .vnyvu52 { list-style-type: "◆ "; }
.m3g6km    .vnyvu52 { list-style-type: "★ "; }
.jra05sq3    .ivlx li::marker, .jra05sq3    .vnyvu52 li::marker,
.qlgq1n6 .ivlx li::marker, .qlgq1n6 .vnyvu52 li::marker,
.z7u69u .ivlx li::marker, .z7u69u .vnyvu52 li::marker,
.m3g6km   .ivlx li::marker, .m3g6km   .vnyvu52 li::marker {
  color: var(--cta); font-size: 1em;
}
.jra05sq3 .urwny,
.qlgq1n6 .urwny,
.z7u69u .urwny,
.m3g6km .urwny {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.jra05sq3 .urwny li,
.qlgq1n6 .urwny li,
.z7u69u .urwny li,
.m3g6km .urwny li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.jra05sq3 .urwny li::before,
.qlgq1n6 .urwny li::before,
.z7u69u .urwny li::before,
.m3g6km .urwny 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;
}
.jra05sq3     .urwny li::before { border-radius: 50%; }
.qlgq1n6  .urwny li::before { border-radius: 3px; }
.z7u69u .urwny li::before { border-radius: 3px; }
.m3g6km    .urwny li::before { border-radius: 50%; }
.mzhjyy { overflow-x: auto; margin: 12px 0; background: var(--accent-bg); border-radius: 10px; border: 1px solid var(--border-alt); }
.r95n52do .mzhjyy,
.easrc5 .mzhjyy { background: transparent; border: none; border-radius: 0; }
.ygaym { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ygaym th {
  background: var(--bg-raised); color: var(--accent-light);
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.ygaym td { padding: 8px 12px; border-bottom: 1px solid var(--border-alt); color: var(--text-body); }
.ygaym tr:hover td { background: var(--bg-hover); }
.ddfol .ygaym tbody tr:nth-child(even) td { background: var(--bg-surface); }
.mchbr4 .ygaym { border: 1px solid var(--border-alt); }
.mchbr4 .ygaym th,
.mchbr4 .ygaym td { border: 1px solid var(--border-alt); }
.jm445g7i .ygaym th {
  background: transparent; color: var(--accent-light);
  border-bottom: 2px solid var(--accent); padding-bottom: 6px;
}
.jm445g7i .ygaym td { border-bottom: none; }
.jm445g7i .ygaym tr:not(:last-child) td { border-bottom: 1px solid var(--border-alt); }
.djnzy .ygaym th {
  background: var(--cta); color: #fff; letter-spacing: 0.03em;
}
.yym7c9du .mzhjyy {
  overflow: hidden;
}
.yym7c9du .ygaym th { border-bottom: 1px solid var(--border-alt); }
.yym7c9du .ygaym tr:last-child td { border-bottom: none; }
.oss1x69c { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin: 12px 0; }
.h68rfn5w { background: var(--bg-card-inner); border-radius: 8px; overflow: hidden; }
.fwyyfc { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.z0d7t2 { background: var(--accent-bg-light); color: var(--accent-light); font-weight: 700; padding: 10px 14px; font-size: 0.9rem; }
.aj2wolr { padding: 10px 14px 4px; font-size: 0.88rem; color: var(--text-sub); }
.vnyvu52 { padding: 4px 14px 12px 28px; font-size: 0.82rem; color: var(--text-muted); }
.vnyvu52 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%}
.z5f1e .z0d7t2 { background: transparent; text-align: center; }
.ju20ym .fwyyfc {
  margin: 10px 10px 0; width: calc(100% - 20px);
  aspect-ratio: 16/9; border-radius: 10px;
}
.htzxwkdl .fwyyfc {
  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);
}
.gyzzw .h68rfn5w { display: grid; grid-template-columns: auto 1fr; }
.gyzzw .fwyyfc {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.gyzzw .z0d7t2 { grid-column: 2; }
.gyzzw .aj2wolr,
.gyzzw .vnyvu52 { grid-column: 1 / -1; }
.qvgcdxho .h68rfn5w { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.qvgcdxho .fwyyfc {
  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);
}
.qvgcdxho .z0d7t2 { grid-column: 2; }
.qvgcdxho .aj2wolr,
.qvgcdxho .vnyvu52 { grid-column: 1 / -1; }
.lx4vth .h68rfn5w { border: 1px solid var(--border); border-left: 2px solid var(--accent); }
.lx4vth .z0d7t2 { background: none; color: var(--accent-light); font-weight: 700; }
.k51bvgh0 .h68rfn5w { 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); }
.k51bvgh0 .z0d7t2 { background: none; color: var(--accent-light); font-weight: 700; }
.myq8ln .h68rfn5w { background: none; border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.myq8ln .h68rfn5w:last-child { border-bottom: none; }
.myq8ln .z0d7t2 { background: none; color: var(--accent-light); font-weight: 700; }
.l9eu795 .h68rfn5w { border: 1px solid var(--border); border-top: 3px solid var(--accent); }
.l9eu795 .z0d7t2 { background: none; color: var(--accent-light); font-weight: 700; padding-top: 13px; }
.rt3i6 .oss1x69c { counter-reset: card-n; }
.rt3i6 .h68rfn5w  { counter-increment: card-n; }
.rt3i6 .z0d7t2 { display: flex; align-items: center; gap: 10px; }
.rt3i6 .z0d7t2::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;
}
.ex8okkey .h68rfn5w { background: var(--bg-surface); border: 1px solid var(--border); }
.ex8okkey .z0d7t2 { background: none; color: var(--text-main); font-weight: 700; border-bottom: 1px solid var(--border); }
.b6l5zu0 { display: flex; gap: 14px; align-items: flex-start; border-radius: 8px; padding: 14px 18px; margin: 10px 0; }
.yy9suh  { background: var(--bg-tip);     border-left: 4px solid var(--c-tip-border); }
.a5w5gxu { background: var(--bg-warning); border-left: 4px solid var(--c-warn-border); }
.hts3 { background: var(--bg-info);    border-left: 4px solid #60a5fa; }
.orvhlx9f { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.b6l5zu0 strong { color: var(--text-primary); font-size: 0.95rem; }
.b6l5zu0 p { color: var(--text-muted); font-size: 0.88rem; margin-top: 4px; }
.qr5l15 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.wq34kau, .sbhf { border-radius: 8px; padding: 14px; }
.wq34kau { background: var(--bg-pros); }
.sbhf { background: var(--bg-cons); }
.t9ss { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; }
.wq34kau .t9ss { color: var(--c-pros-label); }
.sbhf .t9ss { color: #f87171; }
.wq34kau ul li { color: var(--c-pros); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.sbhf ul li { color: var(--c-cons); list-style: none; padding-left: 4px; margin-bottom: 5px; font-size: 0.88rem; }
.a5cpf { width: 100%; height: auto; border-radius: 10px; display: block; }
.wb11vd2a {
  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;
}
.wb11vd2a:hover { opacity: 0.85; }
.hvgvlh .wb11vd2a  { background: transparent; border: 2px solid var(--cta); color: var(--cta-light); }
.hvgvlh .wb11vd2a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.ooi0 .wb11vd2a  { background: var(--accent-bg); border: 1px solid var(--cta); color: var(--cta-light); }
.ooi0 .wb11vd2a:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dt8simf .bl98mxt { border-radius: 50px; }
.dt8simf .wb11vd2a  { border-radius: 50px; }
.hdi4xpa .bl98mxt { padding-left: 22px; padding-right: 22px; }
.hdi4xpa .wb11vd2a  { padding-left: 12px; padding-right: 12px; }
.dhc9syt .bl98mxt { padding-left: 44px; padding-right: 44px; }
.dhc9syt .wb11vd2a  { padding-left: 24px; padding-right: 24px; }
.q73ab5 .bl98mxt { padding-left: 56px; padding-right: 56px; }
.q73ab5 .wb11vd2a  { padding-left: 32px; padding-right: 32px; }
.rqrfbnc1   .bl98mxt::after, .rqrfbnc1   .wb11vd2a::after,
.dcp2whs .bl98mxt::after, .dcp2whs .wb11vd2a::after,
.jd6q    .bl98mxt::after, .jd6q    .wb11vd2a::after,
.gwn1ikm    .bl98mxt::after, .gwn1ikm    .wb11vd2a::after,
.hdjh    .bl98mxt::after, .hdjh    .wb11vd2a::after,
.bwliylh     .bl98mxt::after, .bwliylh     .wb11vd2a::after,
.otlkkd    .bl98mxt::after, .otlkkd    .wb11vd2a::after,
.ws4gf9   .bl98mxt::after, .ws4gf9   .wb11vd2a::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;
}
.rqrfbnc1 .bl98mxt::after, .rqrfbnc1 .wb11vd2a::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");
}
.dcp2whs .bl98mxt::after, .dcp2whs .wb11vd2a::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");
}
.jd6q .bl98mxt::after, .jd6q .wb11vd2a::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");
}
.gwn1ikm .bl98mxt::after, .gwn1ikm .wb11vd2a::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");
}
.hdjh .bl98mxt::after, .hdjh .wb11vd2a::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");
}
.bwliylh .bl98mxt::after, .bwliylh .wb11vd2a::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");
}
.otlkkd .bl98mxt::after, .otlkkd .wb11vd2a::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");
}
.ws4gf9 .bl98mxt::after, .ws4gf9 .wb11vd2a::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");
}
.jnfi6d   .q5au::after, .jnfi6d   .kvsd7pl::after,
.rctvl .q5au::after, .rctvl .kvsd7pl::after,
.ywpdip33    .q5au::after, .ywpdip33    .kvsd7pl::after,
.yw5v    .q5au::after, .yw5v    .kvsd7pl::after,
.dpe1dqk7    .q5au::after, .dpe1dqk7    .kvsd7pl::after,
.ckg20lu7     .q5au::after, .ckg20lu7     .kvsd7pl::after,
.atgnbic    .q5au::after, .atgnbic    .kvsd7pl::after,
.ps2mut0t   .q5au::after, .ps2mut0t   .kvsd7pl::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;
}
.jnfi6d .q5au::after, .jnfi6d .kvsd7pl::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");
}
.rctvl .q5au::after, .rctvl .kvsd7pl::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");
}
.ywpdip33 .q5au::after, .ywpdip33 .kvsd7pl::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");
}
.yw5v .q5au::after, .yw5v .kvsd7pl::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");
}
.dpe1dqk7 .q5au::after, .dpe1dqk7 .kvsd7pl::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");
}
.ckg20lu7 .q5au::after, .ckg20lu7 .kvsd7pl::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");
}
.atgnbic .q5au::after, .atgnbic .kvsd7pl::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");
}
.ps2mut0t .q5au::after, .ps2mut0t .kvsd7pl::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");
}
.fndfsma3.wb11vd2a {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .vsw4o4 {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .vsw4o4::before    { grid-area: rank;   }
  .v30t39           { grid-area: ident;  }
  .oevw     { grid-area: rating; min-width: 0; width: auto; }
  .pwj8l7k           { grid-area: pills;  }
  .fndfsma3             { grid-area: cta; width: 100%; }
}
@media (max-width: 560px) {
  .vsw4o4 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center; padding: 16px;
  }
  .vsw4o4::before    { justify-self: center; }
  .v30t39           { width: 100%; }
  .oevw     { justify-self: center; }
  .pwj8l7k           { grid-template-columns: 1fr; }
}
.y0fptwx7  .r5g60dg li::before { content: "★"; }
.y0fptwx7  .u5wdt li::before { content: "✕"; }
@media (min-width: 860px) {
  .cpy17s .ti8jp6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .cpy17s .lf5z9d11 { margin: 0; }
}
.i1es .lf5z9d11 { border-radius: 0; border: none; border-bottom: 2px solid var(--border-alt); box-shadow: none; margin: 0 0 20px; }
.i1es .vcgp1 { background: transparent; border-bottom: 1px solid var(--border); padding: 14px 16px; }
.i1es .r95n52do { padding: 14px 16px; }
.i1es .unh25nhc { border-radius: 4px; }
.i1es .m9p78z { border-radius: 0; }
.easrc5 .qr5l15 { gap: 10px; }
.easrc5 .wq34kau, .easrc5 .sbhf { padding: 12px; }
.easrc5 .wq34kau ul, .easrc5 .sbhf ul { margin: 4px 0 0; padding-left: 18px; }
.easrc5 .wq34kau li, .easrc5 .sbhf li { font-size: .85rem; margin-bottom: 3px; }
@media (max-width: 720px) {
  .ofnekmao { grid-template-columns: 1fr; }
  .swlnjwsa { flex-direction: row; flex-wrap: wrap; gap: 10px; border-right: none; border-bottom: 1px solid var(--border-alt); padding: 16px; }
  .swlnjwsa .sji2 { width: 72px; height: 50px; }
  .swlnjwsa .h17p56k { max-width: 180px; }
  .swlnjwsa .arb8 { width: auto; }
}
@media (max-width: 720px) {
  .kbgb4z { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .fihkz3 { padding: 16px; }
  .hzzn .qg14ul5u { min-width: 50%; }
}
.b50t3gu .qr5l15 { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .txef7xmb { grid-template-columns: 1fr; }
  .avugf { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .oxpnu { border-right: none; border-bottom: 1px solid var(--border-alt); }
}
@media (max-width: 540px) {
  .xjxx { flex-wrap: wrap; padding: 16px; }
}
.zw388xnb .qr5l15 { gap: 8px; }
.zw388xnb .wq34kau, .zw388xnb .sbhf { padding: 8px; }
@media (max-width: 480px) {
  .k952n { flex-direction: column; align-items: stretch; }
}
.zmv2f .arb8 .wb11vd2a { padding: 8px 20px; font-size: 0.85rem; }
@media (max-width: 640px) {
  .d6zjof { flex-direction: column; align-items: stretch; gap: 10px; }
  .zmv2f .arb8 { text-align: center; }
}
@media (max-width: 720px) {
  .hf87a5p2 { grid-template-columns: 1fr; }
  .o0nfjn1 { border-right: none; border-bottom: 1px solid var(--border-alt); }
  .e5tgzmg { flex-wrap: wrap; gap: 10px; padding: 14px 16px; }
}
@media (max-width: 720px) {
  .ow0buz { grid-template-columns: 1fr; }
  .r9ctien { width: 100px; height: 100px; margin: 16px auto; }
  .irkalao3 { font-size: 1.4rem; }
  .ebdi { justify-content: center; }
  .f403 .qg14ul5u { min-width: 50%; }
}
.mz79y9 .qr5l15 { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .djkj2 { flex-wrap: wrap; padding: 14px 16px; }
  .xupbs { padding: 12px 16px; }
  .mz79y9 .qr5l15 { margin: 0 16px; }
  .mz79y9 .ska6nq2d { padding: 0 16px; }
  .f28sqrv { padding: 12px 16px; }
}
.fxlcz .iw07 {
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.fxlcz .vsw4o4 {
  border-radius: 0; border: none;
  border-bottom: 1px solid var(--border);
}
.fxlcz .vsw4o4:last-child { border-bottom: none; }
.fxlcz .v30t39,
.fxlcz .oevw,
.fxlcz .pwj8l7k {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}
.tg16u .pwj8l7k .a0tdf6n {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.dtsx35im { margin: 16px 0; }
.l0y9 { background: var(--bg-card); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.l0y9 summary {
  padding: 14px 18px; font-weight: 600; color: var(--accent-pale);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
}
.l0y9 summary::after { content: "+"; color: var(--accent-light); }
.l0y9[open] summary::after { content: "−"; }
.l0y9 p { padding: 0 18px 14px; color: var(--text-body); font-size: 0.95rem; }
.jzquj { margin-bottom: 0; }
.cuh3w4y h2.cwit1gia { color: var(--text-primary); border-color: var(--accent-light); }
.rpvh1mt h2.cwit1gia { color: var(--text-primary); border-color: var(--accent-light); }
.dxzdgw2 .yy9suh     { background: #052e16; border-color: #10b981; }
.dxzdgw2 .a5w5gxu { background: #2d0a1e; border-color: #f43f5e; }
.dxzdgw2 .hts3    { background: #1e1036; border-color: #a855f7; }
.dxzdgw2 .b6l5zu0 strong  { color: #f1f5f9; }
.dxzdgw2 .b6l5zu0 p       { color: #cbd5e1; }
.dxzdgw2 .jkhcvc    .yy9suh     .orvhlx9f::before,
.dxzdgw2 .he5ei8l  .yy9suh     .orvhlx9f::before,
.dxzdgw2 .mx97t9p4  .yy9suh     .orvhlx9f::before,
.dxzdgw2 .i53i7q5 .yy9suh     .orvhlx9f::before { color: #10b981; }
.dxzdgw2 .jkhcvc    .a5w5gxu .orvhlx9f::before,
.dxzdgw2 .he5ei8l  .a5w5gxu .orvhlx9f::before,
.dxzdgw2 .mx97t9p4  .a5w5gxu .orvhlx9f::before,
.dxzdgw2 .i53i7q5 .a5w5gxu .orvhlx9f::before { color: #f43f5e; }
.dxzdgw2 .jkhcvc    .hts3    .orvhlx9f::before,
.dxzdgw2 .he5ei8l  .hts3    .orvhlx9f::before,
.dxzdgw2 .mx97t9p4  .hts3    .orvhlx9f::before,
.dxzdgw2 .i53i7q5 .hts3    .orvhlx9f::before { color: #a855f7; }
.e5qi1v .yy9suh     { background: #2d2000; border-color: #eab308; }
.e5qi1v .a5w5gxu { background: #2d0b0b; border-color: #ef4444; }
.e5qi1v .hts3    { background: #2d1600; border-color: #f97316; }
.e5qi1v .b6l5zu0 strong  { color: #f1f5f9; }
.e5qi1v .b6l5zu0 p       { color: #cbd5e1; }
.e5qi1v .jkhcvc    .yy9suh     .orvhlx9f::before,
.e5qi1v .he5ei8l  .yy9suh     .orvhlx9f::before,
.e5qi1v .mx97t9p4  .yy9suh     .orvhlx9f::before,
.e5qi1v .i53i7q5 .yy9suh     .orvhlx9f::before { color: #eab308; }
.e5qi1v .jkhcvc    .a5w5gxu .orvhlx9f::before,
.e5qi1v .he5ei8l  .a5w5gxu .orvhlx9f::before,
.e5qi1v .mx97t9p4  .a5w5gxu .orvhlx9f::before,
.e5qi1v .i53i7q5 .a5w5gxu .orvhlx9f::before { color: #ef4444; }
.e5qi1v .jkhcvc    .hts3    .orvhlx9f::before,
.e5qi1v .he5ei8l  .hts3    .orvhlx9f::before,
.e5qi1v .mx97t9p4  .hts3    .orvhlx9f::before,
.e5qi1v .i53i7q5 .hts3    .orvhlx9f::before { color: #f97316; }
.wqlk .yy9suh     { background: #0c1a2e; border-color: #38bdf8; }
.wqlk .a5w5gxu { background: #12103a; border-color: #818cf8; }
.wqlk .hts3    { background: #0a2020; border-color: #2dd4bf; }
.wqlk .b6l5zu0 strong  { color: #f1f5f9; }
.wqlk .b6l5zu0 p       { color: #cbd5e1; }
.wqlk .jkhcvc    .yy9suh     .orvhlx9f::before,
.wqlk .he5ei8l  .yy9suh     .orvhlx9f::before,
.wqlk .mx97t9p4  .yy9suh     .orvhlx9f::before,
.wqlk .i53i7q5 .yy9suh     .orvhlx9f::before { color: #38bdf8; }
.wqlk .jkhcvc    .a5w5gxu .orvhlx9f::before,
.wqlk .he5ei8l  .a5w5gxu .orvhlx9f::before,
.wqlk .mx97t9p4  .a5w5gxu .orvhlx9f::before,
.wqlk .i53i7q5 .a5w5gxu .orvhlx9f::before { color: #818cf8; }
.wqlk .jkhcvc    .hts3    .orvhlx9f::before,
.wqlk .he5ei8l  .hts3    .orvhlx9f::before,
.wqlk .mx97t9p4  .hts3    .orvhlx9f::before,
.wqlk .i53i7q5 .hts3    .orvhlx9f::before { color: #2dd4bf; }
.u9txuu .yy9suh     { background: var(--accent-bg); border-color: var(--accent-light); }
.u9txuu .a5w5gxu { background: var(--accent-bg-light); border-color: var(--accent-light); }
.u9txuu .hts3    { background: var(--accent-bg); border-color: var(--accent-pale); }
.u9txuu .jkhcvc    .orvhlx9f::before,
.u9txuu .he5ei8l  .orvhlx9f::before,
.u9txuu .mx97t9p4  .orvhlx9f::before,
.u9txuu .i53i7q5 .orvhlx9f::before { color: var(--accent-light) !important; }
.vr3h::before,
.eailk73::before { margin-right: 5px; }
.uivcgk .wq34kau ul li,
.uivcgk .r5g60dg li         { color: #4ade80; }
.uivcgk .wq34kau .vr3h { color: #22c55e; }
.uivcgk .sbhf ul li,
.uivcgk .u5wdt li         { color: #f87171; }
.uivcgk .sbhf .eailk73 { color: #ef4444; }
.kwktrxdt .wq34kau { background: var(--bg-pros); }
.kwktrxdt .sbhf { background: var(--bg-cons); }
.kwktrxdt .wq34kau .vr3h { color: var(--c-pros-label); }
.kwktrxdt .sbhf .eailk73 { color: var(--c-cons); }
.kwktrxdt .wq34kau ul li,
.kwktrxdt .sbhf ul li,
.ace6 .wq34kau { background: var(--bg-pros); }
.ace6 .sbhf { background: var(--bg-cons); }
.ace6 .wq34kau .vr3h { color: var(--c-pros-label); }
.ace6 .sbhf .eailk73 { color: var(--c-cons); }
.ace6 .wq34kau ul li,
.ace6 .sbhf ul li,
.u5ac .vr3h::before { content: "✓ "; }
.u5ac .eailk73::before { content: "✗ "; }
.f8zk .vr3h::before { content: "→ "; }
.f8zk .eailk73::before { content: "← "; }
.y0fptwx7 .vr3h::before { content: "★ "; }
.y0fptwx7 .eailk73::before { content: "✕ "; }
.kpve85 .vr3h::before { content: "◆ "; }
.kpve85 .eailk73::before { content: "▲ "; }
.k480 .b6l5zu0 { background: transparent; border-left: none; border: 1.5px solid; }
.k480 .yy9suh     { border-color: var(--c-tip-border); }
.k480 .a5w5gxu { border-color: var(--c-warn-border); }
.k480 .hts3    { border-color: #60a5fa; }
.k480 .b6l5zu0 strong { color: var(--text-primary); }
.k480 .b6l5zu0 p      { color: var(--text-muted); }
.w3au .b6l5zu0 { border-left: none; border-top: 4px solid; border-radius: 0 0 8px 8px; }
.w3au .yy9suh     { border-top-color: var(--c-tip-border); }
.w3au .a5w5gxu { border-top-color: var(--c-warn-border); }
.w3au .hts3    { border-top-color: #60a5fa; }
.pxn4 .b6l5zu0 { border-left: none; border-radius: 8px; }
.pxn4 .yy9suh     { background: #065f46; }
.pxn4 .a5w5gxu { background: #92400e; }
.pxn4 .hts3    { background: #1e3a8a; }
.pxn4 .b6l5zu0 strong,
.pxn4 .b6l5zu0 p { color: #fff; }
.pxn4 .orvhlx9f::before { color: rgba(255,255,255,0.85) !important; }
.dxzdgw2.pxn4 .yy9suh,
.dxzdgw2 .pxn4 .yy9suh     { background: #052e16; }
.dxzdgw2.pxn4 .a5w5gxu,
.dxzdgw2 .pxn4 .a5w5gxu { background: #2d0a1e; }
.dxzdgw2.pxn4 .hts3,
.dxzdgw2 .pxn4 .hts3    { background: #1e1036; }
.e5qi1v.pxn4 .yy9suh,
.e5qi1v .pxn4 .yy9suh      { background: #2d2000; }
.e5qi1v.pxn4 .a5w5gxu,
.e5qi1v .pxn4 .a5w5gxu  { background: #2d0b0b; }
.e5qi1v.pxn4 .hts3,
.e5qi1v .pxn4 .hts3     { background: #2d1600; }
.wqlk.pxn4 .yy9suh,
.wqlk .pxn4 .yy9suh      { background: #0c1a2e; }
.wqlk.pxn4 .a5w5gxu,
.wqlk .pxn4 .a5w5gxu  { background: #12103a; }
.wqlk.pxn4 .hts3,
.wqlk .pxn4 .hts3     { background: #0a2020; }
.bboulba .b6l5zu0 { border-left: none; border-radius: 6px; padding: 10px 14px; }
.bboulba .yy9suh     { background: color-mix(in srgb, var(--c-tip-border) 10%, transparent); }
.bboulba .a5w5gxu { background: color-mix(in srgb, var(--c-warn-border) 10%, transparent); }
.bboulba .hts3    { background: color-mix(in srgb, #60a5fa 10%, transparent); }
.bboulba .b6l5zu0 strong { color: var(--text-primary); }
.bboulba .b6l5zu0 p      { color: var(--text-muted); }
.zv76 .b6l5zu0 { border-left: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.25); }
.jkhcvc .orvhlx9f,
.he5ei8l .orvhlx9f,
.mx97t9p4 .orvhlx9f,
.i53i7q5 .orvhlx9f { font-size: 0; width: 1.1rem; flex-shrink: 0; }
.jkhcvc .orvhlx9f::before,
.he5ei8l .orvhlx9f::before,
.mx97t9p4 .orvhlx9f::before,
.i53i7q5 .orvhlx9f::before {
  display: block; font-size: 1.15rem; line-height: 1.3; font-style: normal;
}
.jkhcvc .yy9suh     .orvhlx9f::before { content: "✦"; color: var(--c-tip-border); }
.jkhcvc .a5w5gxu .orvhlx9f::before { content: "▲"; color: var(--c-warn-border); }
.jkhcvc .hts3    .orvhlx9f::before { content: "◉"; color: #60a5fa; }
.he5ei8l .yy9suh     .orvhlx9f::before { content: "★"; color: var(--c-tip-border); }
.he5ei8l .a5w5gxu .orvhlx9f::before { content: "◆"; color: var(--c-warn-border); }
.he5ei8l .hts3    .orvhlx9f::before { content: "●"; color: #60a5fa; }
.mx97t9p4 .yy9suh     .orvhlx9f::before { content: "▶"; color: var(--c-tip-border); }
.mx97t9p4 .a5w5gxu .orvhlx9f::before { content: "■"; color: var(--c-warn-border); }
.mx97t9p4 .hts3    .orvhlx9f::before { content: "▸"; color: #60a5fa; }
.i53i7q5 .yy9suh     .orvhlx9f::before { content: "→"; color: var(--c-tip-border); }
.i53i7q5 .a5w5gxu .orvhlx9f::before { content: "⬥"; color: var(--c-warn-border); }
.i53i7q5 .hts3    .orvhlx9f::before { content: "◈"; color: #60a5fa; }
.csjrkg .f23j .q9wh0,
.csjrkg .vgezsq .q9wh0  { box-shadow: 0 2px 8px rgba(0,0,0,0.22); }
.csjrkg .h68rfn5w                { box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.csjrkg .mzhjyy          { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.csjrkg .qmay                    { box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.ozzb .f23j .q9wh0,
.ozzb .vgezsq .q9wh0,
.ozzb .h68rfn5w,
.ozzb .vsw4o4,
.ozzb .lf5z9d11,
.ozzb .mzhjyy,
.ozzb .qmay,
.ozzb .zv76 .b6l5zu0 { box-shadow: none; }
.d2s1kj   .cat4u, .d2s1kj .nh6bi18, .d2s1kj .obe3f6v,
.d2s1kj   .uowds2, .d2s1kj .w7e0 { font-size: 0.9rem; }
.d2s1kj   .ivlx, .d2s1kj .urwny { font-size: 0.9rem; }
.j30slutu   .cat4u, .j30slutu .nh6bi18, .j30slutu .obe3f6v,
.j30slutu   .uowds2, .j30slutu .w7e0 { font-size: 0.95rem; }
.j30slutu   .ivlx, .j30slutu .urwny { font-size: 0.95rem; }
.ioy69k7   .cat4u, .ioy69k7 .nh6bi18, .ioy69k7 .obe3f6v,
.ioy69k7   .uowds2, .ioy69k7 .w7e0 { font-size: 1.08rem; }
.ioy69k7   .ivlx, .ioy69k7 .urwny { font-size: 1.05rem; }
.ioy69k7   .ygaym { font-size: 0.97rem; }
.k26j .quuyjim      { font-size: 3.2rem; }
.k26j h2.cwit1gia { font-size: 1.9rem; }
.k26j h3.dep7     { font-size: 1.4rem; }
.vvro .quuyjim      { font-size: 3.8rem; }
.vvro h2.cwit1gia { font-size: 2.2rem; }
.vvro h3.dep7     { font-size: 1.6rem; }
.jzquj + .jzquj { position: relative; }
.kr731v6d   .jzquj + .jzquj::before,
.kex2  .jzquj + .jzquj::before,
.qugjpef   .jzquj + .jzquj::before,
.fd5dr   .jzquj + .jzquj::before,
.yn1v17ml   .jzquj + .jzquj::before,
.qdt7llaz .jzquj + .jzquj::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.kr731v6d .jzquj + .jzquj::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.kex2 .jzquj + .jzquj::before {
  content: ""; height: 4px;
  background: linear-gradient(90deg, var(--grad-start), var(--accent), var(--grad-end));
}
.qugjpef .jzquj + .jzquj::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;
}
.fd5dr .jzquj + .jzquj::before {
  content: ""; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 25%, var(--accent) 75%, transparent 100%);
  opacity: 0.6;
}
.hkjkz2hp .jzquj { margin-bottom: 16px; }
.hkjkz2hp .jzquj + .jzquj { margin-top: 0; }
.hkjkz2hp .ww2bda { padding-top: 0; padding-bottom: 0; }
.yn1v17ml .jzquj + .jzquj::before {
  content: ""; border-top: 2px dashed var(--accent); opacity: 0.5;
}
.qdt7llaz .jzquj + .jzquj::before {
  content: ""; border-top: 3px dotted var(--accent); opacity: 0.5;
}
.yejtf .jzquj + .jzquj::before,
.yzc6 .jzquj + .jzquj::before,
.jvef .jzquj + .jzquj::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%;
}
.k55u9u9 .yejtf .jzquj:nth-child(even)::before,
.k55u9u9 .yzc6 .jzquj:nth-child(even)::before,
.k55u9u9 .jvef .jzquj:nth-child(even)::before { background: var(--bg-surface); }
.e2djfv34 .yejtf .jzquj:nth-child(even)::before,
.e2djfv34 .yzc6 .jzquj:nth-child(even)::before,
.e2djfv34 .jvef .jzquj:nth-child(even)::before { background: var(--bg-card); }
.yejtf .jzquj + .jzquj::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");
}
.yzc6 .jzquj + .jzquj::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");
}
.jvef .jzquj + .jzquj::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");
}
.eri3 .d40sr,
.eri3 .h2nl4 { margin-bottom: 60px; }
.si8ew5 .u0969,
.eri3 .u0969 { padding-bottom: 60px; }
.djh903k6 .u0969 { padding-bottom: 70px; }
.eri3 .d40sr::before,
.eri3 .d40sr::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");
}
.m297g .d40sr:not(.ykqd) .b13e6 { background: linear-gradient(225deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.m297g .ykqd { background: linear-gradient(225deg, var(--accent) 0%, var(--accent-light) 100%); }
.m297g .gcib { background: linear-gradient(225deg, var(--accent), var(--accent-light)); }
.m297g .d6h0x { background: linear-gradient(225deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.jokusjk .d6h0x { background: linear-gradient(45deg, var(--bg-surface) 0%, var(--accent-bg) 100%); }
.q5q34c .d6h0x { background: linear-gradient(90deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.zlxpq95 .d6h0x { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.xfmh9a .d6h0x { background: var(--accent-bg); }
.bhattswr .k0xnvm { float: left; width: 38%; margin: 0 28px 16px 0; }
.bhattswr .k0xnvm .a5cpf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.bhattswr .ww2bda::after { content: ''; display: block; clear: both; }
.hrbi1 .k0xnvm { float: right; width: 38%; margin: 0 0 16px 28px; }
.hrbi1 .k0xnvm .a5cpf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.hrbi1 .ww2bda::after { content: ''; display: block; clear: both; }
.ygqf1u3 .jzquj:nth-child(odd)  .k0xnvm { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ygqf1u3 .jzquj:nth-child(even) .k0xnvm { float: right; width: 38%; margin: 0 0 16px 28px; }
.ygqf1u3 .k0xnvm .a5cpf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: 10px; }
.ygqf1u3 .ww2bda::after { content: ''; display: block; clear: both; }
.bhattswr .oss1x69c,
.bhattswr .iw07,
.hrbi1 .oss1x69c,
.ygqf1u3 .oss1x69c,
@media (max-width: 900px) {
  .bhattswr .k0xnvm,
  .hrbi1 .k0xnvm,
  .ygqf1u3 .jzquj:nth-child(odd)  .k0xnvm,
  .ygqf1u3 .jzquj:nth-child(even) .k0xnvm {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .bhattswr .k0xnvm .a5cpf,
  .hrbi1 .k0xnvm .a5cpf,
  .ygqf1u3 .k0xnvm .a5cpf {
    max-height: none !important;
  }
}
.bhattswr .ivlx,
.bhattswr .urwny,
.hrbi1 .ivlx,
.hrbi1 .urwny,
.ygqf1u3 .ivlx,
.ygqf1u3 .urwny { overflow: hidden; }
@media (max-width: 640px) {
  .bhattswr .k0xnvm,
  .hrbi1 .k0xnvm,
  .ygqf1u3 .k0xnvm { float: none; width: 100%; margin: 0 0 16px 0; }
}
.t1tu79g .h90r,
.t1tu79g .ww2bda,
.t1tu79g .cr1tom  { max-width: 1100px; }
.hl9235 .h90r,
.hl9235 .ww2bda,
.hl9235 .cr1tom  { max-width: 1200px; }
.hl9235 { --content-mw: 1200px; }
.t7ogll8 .h90r,
.t7ogll8 .ww2bda,
.t7ogll8 .cr1tom  { max-width: 1320px; }
.wmulq { font-size: 0.82rem; color: var(--text-muted); }
.m9a6d { display: flex; align-items: center; }
.jmsg7953 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.btv37ez { display: flex; align-items: center; }
.q93m12o2 { color: var(--accent-light); text-decoration: none; padding: 2px 5px; border-radius: 4px; }
.q93m12o2:hover { text-decoration: underline; }
.zih4wp6a { margin: 0 3px; opacity: 0.45; }
.zih4wp6a::before { content: '/'; }
.sgypbi4z { padding: 2px 5px; color: var(--text-main); }
.oe9klw0j .wmulq {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.oe9klw0j .m9a6d { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.r4eh .wmulq {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.r4eh .m9a6d { padding: 0 0 0 12px; }
.y0yyiryv {
  max-width: 1100px; margin: -38px auto 0;
  padding: 0 24px; position: relative; z-index: 5;
}
.kgxz .m9a6d { padding: 0 16px; }
.kgxz .wmulq {
  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);
}
.kgxz .h90r { padding-top: 28px; }
@media (max-width: 720px) {
  .y0yyiryv { margin-top: 18px; padding: 0 16px; }
  .kgxz .h90r { padding-top: 16px; }
}
.t1tu79g.oe9klw0j .m9a6d { max-width: 1100px; }
.hl9235.oe9klw0j .m9a6d { max-width: 1200px; }
.t7ogll8.oe9klw0j .m9a6d { max-width: 1320px; }
.t1tu79g .y0yyiryv { max-width: 1100px; }
.hl9235 .y0yyiryv { max-width: 1200px; }
.t7ogll8 .y0yyiryv { max-width: 1320px; }
.chrxuq .jzquj { padding-top: 16px; padding-bottom: 16px; }
.kj1f6 .jzquj { padding-top: 24px; padding-bottom: 24px; }
.uegbe2 .jzquj { padding-top: 40px; padding-bottom: 40px; }
.u622fiqr .jzquj { padding-top: 52px; padding-bottom: 52px; }
.u10ag .jzquj:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.u10ag .jzquj:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.u10ag .jzquj:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.u10ag .jzquj:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.tn7geue .ww2bda { padding-top: 10px;  padding-bottom: 10px; }
.rg7wg52 .ww2bda { padding-top: 18px;  padding-bottom: 18px; }
.v98ij .ww2bda { padding-top: 36px;  padding-bottom: 36px; }
.jr489e2q .ww2bda { padding-top: 48px;  padding-bottom: 48px; }
.zdrg812 h2.cwit1gia { font-weight: 600; }
.zdrg812 h3.dep7     { font-weight: 600; }
.hkw5m h2.cwit1gia { font-weight: 800; }
.hkw5m h3.dep7     { font-weight: 700; }
.ywsndiml h2.cwit1gia { font-weight: 900; }
.ywsndiml h3.dep7     { font-weight: 800; }
.ywsndiml .b6l5zu0 strong,
.ywsndiml .b6l5zu0 strong { font-weight: 600; }
.q5au {
  margin-left: 16px; flex-shrink: 0;
  padding: 7px 16px; font-size: 0.82rem; font-weight: 700; border-radius: 6px;
}
.kruidb .q5au { display: none; }
@media (max-width: 640px) {
  .n91y { display: none; }
  .q5au {
    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;
  }
}
.q5au { background: var(--cta) !important; color: #fff !important; border: none !important; }
.q5au:hover { opacity: 0.85; }
.ju058 .q5au { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.jtggeaid .q5au,
.zzqu7  .q5au { background: var(--grad-start) !important; color: #fff !important; border: none !important; }
.jtggeaid .q5au:hover,
.zzqu7  .q5au:hover { opacity: 0.88; }
.ju058.jtggeaid .q5au,
.ju058.zzqu7  .q5au { background: linear-gradient(135deg, var(--grad-start), var(--accent-light)) !important; }
.kvsd7pl {
  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;
}
.kvsd7pl:hover { transform: translateY(-2px); opacity: 0.92; }
.kvsd7pl { background: var(--cta) !important; color: #fff !important; border: none !important; }
.nupi335a .kvsd7pl { display: none; }
.niiavu .kvsd7pl { right: 32px; }
.lh6b  .kvsd7pl { left: 32px; }
@media (max-width: 480px) {
  .niiavu .kvsd7pl { right: 20px; bottom: 20px; }
  .lh6b  .kvsd7pl { left: 20px; bottom: 20px; }
}
.sekbsv { background: var(--bg-surface); border-top: 1px solid var(--border); margin-top: 60px; }
.cr1tom { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.zgsx1 { color: var(--text-faint); font-size: 0.85rem; margin-bottom: 6px; }
.ehku { color: var(--text-dim); font-size: 0.8rem; }
.d3hmuz { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1rem; margin-bottom: 14px; }
.d3hmuz img { height: 26px; width: auto; object-fit: contain; }
.ytffx6u { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
.qaqs8w .cr1tom { text-align: center; }
.qaqs8w .zgsx1 { margin-top: 0; }
.tqktx { margin-top: 10px; }
.tqktx a { font-size: 0.8rem; opacity: 0.65; }
@media (max-width: 640px) {
  .cr1tom { padding-left: 16px; padding-right: 16px; }
  .u2fi144j .cr1tom { padding: 20px 16px; }
  .bnr085xi { gap: 4px 12px; }
  .zgsx1 { font-size: 0.78rem; }
}
.ec01h0 .n4iy .d3hmuz { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; margin-bottom: 10px; }
.ec01h0 .ytffx6u { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; }
.ec01h0 .qlguth9 { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px 16px; }
.ec01h0 .qlguth9 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.ec01h0 .qlguth9 a:hover { color: var(--accent-light); }
.ec01h0 .zgsx1 { font-size: 0.78rem; color: var(--text-faint); margin: 14px 0 4px; line-height: 1.5; }
.ec01h0 .ehku { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .ec01h0 .oe7o { grid-template-columns: 1fr 1fr; } .ec01h0 .n4iy { grid-column: 1 / -1; } }
@media (max-width: 480px) { .ec01h0 .oe7o { grid-template-columns: 1fr; } }
.v0nsfzx .d3hmuz { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.v0nsfzx .zgsx1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .v0nsfzx .qc4hf { gap: 12px; } .v0nsfzx .d3hmuz { margin-right: 0; width: 100%; } }
.m5hyj .ebkvt { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; padding-bottom: 28px; border-bottom: 1px solid var(--border); margin-bottom: 20px; align-items: start; }
.m5hyj .ahiu49y5 .d3hmuz { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; text-decoration: none; margin-bottom: 10px; }
.m5hyj .ytffx6u { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
.m5hyj .zc19 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin: 0 0 12px; }
.m5hyj .qlguth9 { display: flex; flex-direction: column; gap: 9px; }
.m5hyj .qlguth9 a { font-size: 0.88rem; color: var(--text-muted); text-decoration: none; }
.m5hyj .qlguth9 a:hover { color: var(--accent-light); }
.m5hyj .wnwi2z { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.m5hyj .zgsx1 { font-size: 0.78rem; color: var(--text-faint); margin: 0; flex: 1; }
.m5hyj .ehku { font-size: 0.78rem; color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .m5hyj .ebkvt { grid-template-columns: 1fr 1fr; } .m5hyj .ahiu49y5 { grid-column: 1 / -1; } }
@media (max-width: 480px) { .m5hyj .ebkvt { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .h7xipz .zk3a7 { grid-template-columns: 1fr 1fr; } .h7xipz .tbdmkm0:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .h7xipz .zk3a7 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .wgr4388 .zk3a7 { grid-template-columns: 1fr; } }
.h88y .cr1tom { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.vbkplia .b9jd27      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.vbkplia .sekbsv { background: var(--bg-page); border-top-color: var(--border-alt); }
.ocfos8c8 .b9jd27      { background: #0d1117; border-bottom-color: #21262d; }
.ocfos8c8 .xzwrm4o { color: var(--accent-light); }
.ocfos8c8 .wfk82n { --msep-color: #8b949e; }
.ocfos8c8 .wfk82n a { color: #8b949e; }
.ocfos8c8 .wfk82n a:hover { color: var(--accent-light); }
.ocfos8c8 .dnbug984 { color: #8b949e; }
.ocfos8c8 .sekbsv { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.ocfos8c8 .zgsx1,
.ocfos8c8 .ehku { color: #6e7681; }
.ocfos8c8 .qlguth9 a, .ocfos8c8 .yrxrx a,
.ocfos8c8 .d3hmuz { color: #e6edf3; }
.ocfos8c8 .qlguth9 a:hover, .ocfos8c8 .yrxrx a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .ocfos8c8 .wfk82n { background: #0d1117; border-top-color: #21262d; }
  .ocfos8c8 .wfk82n li a { border-bottom-color: #21262d; }
}
.i83zm71h .b9jd27      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.i83zm71h .xzwrm4o { color: var(--accent-light); }
.i83zm71h .wfk82n { --msep-color: #475569; }
.i83zm71h .wfk82n a { color: #475569; }
.i83zm71h .wfk82n a:hover { color: var(--accent-light); }
.i83zm71h .dnbug984 { color: #64748b; }
.i83zm71h .sekbsv { background: #f0f4f8; border-top-color: #cbd5e1; }
.i83zm71h .zgsx1,
.i83zm71h .ehku { color: #64748b; }
.i83zm71h .qlguth9 a, .i83zm71h .yrxrx a,
.i83zm71h .akrc a, .i83zm71h .d3hmuz { color: #374151; }
.i83zm71h .qlguth9 a:hover, .i83zm71h .yrxrx a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .i83zm71h .wfk82n { background: #f0f4f8; border-top-color: #cbd5e1; }
  .i83zm71h .wfk82n li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.jtggeaid .b9jd27      { background: var(--accent); border-bottom-color: var(--accent-light); }
.jtggeaid .xzwrm4o { color: #fff; }
.jtggeaid .wfk82n { --msep-color: rgba(255,255,255,0.82); }
.jtggeaid .wfk82n a { color: rgba(255,255,255,0.82); }
.jtggeaid .wfk82n a:hover { color: #fff; }
.jtggeaid .dnbug984 { color: rgba(255,255,255,0.9); }
.jtggeaid .sekbsv { background: var(--accent); border-top-color: var(--accent-light); color: #fff; }
.jtggeaid .zgsx1,
.jtggeaid .ehku { color: rgba(255,255,255,0.72); }
.jtggeaid .qlguth9 a, .jtggeaid .yrxrx a,
.jtggeaid .akrc a, .jtggeaid .d3hmuz { color: #fff; }
.jtggeaid .ytffx6u, .jtggeaid .zc19 { color: rgba(255,255,255,0.7); }
.jtggeaid .qlguth9 a:hover, .jtggeaid .yrxrx a:hover { color: #fff; }
@media (max-width: 640px) {
  .jtggeaid .wfk82n { background: var(--accent); border-top-color: var(--accent-light); }
  .jtggeaid .wfk82n li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.zzqu7 .b9jd27 {
  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);
}
.zzqu7 .sekbsv {
  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) {
  .zzqu7 .wfk82n {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.bcvf .qty4 { min-height: 52px; height: auto; padding-top: 6px; padding-bottom: 6px; }
.epf3 .qty4 { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.l60q0pd1 .qty4 { min-height: 72px; height: auto; }
.hb7e0ba .qty4 { min-height: 84px; height: auto; }
.u2fi144j .qty4 { max-width: none; padding: 0 32px; }
.u2fi144j .cr1tom  { max-width: none; padding: 24px 32px; }
.t35gn9i.hl9235 .qty4 { max-width: 1200px; }
.t35gn9i.t7ogll8 .qty4 { max-width: 1320px; }
.ogqt9poh   .xzwrm4o, .ogqt9poh   .d3hmuz { text-transform: capitalize; }
.v08cj .xzwrm4o, .v08cj .d3hmuz { text-transform: lowercase; }
.m3mc0d7e .xzwrm4o, .m3mc0d7e .d3hmuz { text-transform: uppercase; letter-spacing: 0.06em; }
.o6ofk44, .lcns6wo {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.zxorted .o6ofk44,
.zxorted .lcns6wo { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 8px; padding: 4px; }
.o1mjw67t .o6ofk44,
.o1mjw67t .lcns6wo { 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; }
.rmn58cuu .o6ofk44,
.rmn58cuu .lcns6wo { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: 999px; padding: 4px 8px; }
.fvly3ic .o6ofk44,
.fvly3ic .lcns6wo { 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; }
.rgmmsq6   .wfk82n a { font-weight: 500; }
.jua8n .wfk82n a { font-weight: 600; }
.rkr855q     .wfk82n a { font-weight: 700; }
.xvvbr    .wfk82n a { font-weight: 800; letter-spacing: 0.01em; }
.vcogqd3     .wfk82n > li + li::before,
.o615bcu    .wfk82n > li + li::before,
.ubses    .wfk82n > li + li::before,
.pgqgag .wfk82n > li + li::before,
.wp4xj .wfk82n > li + li::before,
.ol9ef  .wfk82n > li + li::before,
.ynu06ofx    .wfk82n > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.vcogqd3     .wfk82n > li + li::before { content: "·"; font-size: 1.4em; line-height: 1; vertical-align: middle; }
.o615bcu    .wfk82n > li + li::before { content: "|"; }
.ubses    .wfk82n > li + li::before { content: "—"; }
.pgqgag .wfk82n > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.wp4xj .wfk82n > li + li::before { content: "›"; font-size: 1.3em; line-height: 1; }
.ol9ef  .wfk82n > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.ynu06ofx    .wfk82n > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .yofoon9 .dnbug984,
  .vgz0p0 .dnbug984,
  .eqzjj24s .dnbug984,
  .cuc1c0ff .dnbug984,
  .nsboabm .dnbug984 {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .yofoon9 .dnbug984::before,
  .vgz0p0 .dnbug984::before,
  .eqzjj24s .dnbug984::before,
  .cuc1c0ff .dnbug984::before,
  .nsboabm .dnbug984::before { content: ""; display: block; flex-shrink: 0; }

  
  .yofoon9 .dnbug984::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;
  }

  
  .vgz0p0 .dnbug984::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;
  }

  
  .eqzjj24s .dnbug984::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;
  }

  
  .cuc1c0ff .dnbug984::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;
  }

  
  .nsboabm .dnbug984::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) {
  .c2r6 .dnbug984 {
    padding: 5px 14px;
  }
  .c2r6 .wfk82n {
    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;
  }
  .c2r6 .wfk82n li a {
    border-bottom: none; padding: 10px 22px;
  }
  .c2r6 .wfk82n li a:hover { background: var(--bg-raised); }
  .c2r6 .kw56wq,
  .u5odv .kw56wq,
  .khxrrg .kw56wq { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .pdd6z1t .dnbug984 {
    padding: 5px 10px;
  }
  .pdd6z1t .wfk82n {
    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);
  }
  .pdd6z1t .wfk82n.bx44td { transform: translateX(0); }
  .pdd6z1t .wfk82n li a {
    padding: 14px 28px; font-size: 1rem; border-bottom: 1px solid var(--border);
  }
  .pdd6z1t .wfk82n li:last-child a { border-bottom: none; }
  .jtggeaid .wfk82n,
  .ocfos8c8 .wfk82n { background: var(--accent) !important; }
  .jtggeaid .wfk82n li a,
  .ocfos8c8 .wfk82n li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .khxrrg .dnbug984 {
    padding: 5px 10px;
  }
  .khxrrg .wfk82n {
    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);
  }
  .khxrrg .wfk82n::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: 2px;
    margin: 0 auto 14px;
  }
  .khxrrg .wfk82n.bx44td { transform: translateY(0); }
  .khxrrg .wfk82n li a {
    text-align: center; border-bottom: none; padding: 13px 28px; font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .cl4bu .dnbug984 {
    padding: 5px 10px;
  }
  .cl4bu .wfk82n {
    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;
  }
  .cl4bu .wfk82n.bx44td { opacity: 1; pointer-events: auto; }
  .cl4bu .wfk82n li a {
    font-size: 1.5rem; font-weight: 700; border-bottom: none;
    padding: 14px 48px; letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .wtehlci     .dnbug984 { border-radius: 0 !important; }
  .fntd   .dnbug984 { border-radius: 8px !important; }
  .rjhvqfqr .dnbug984 { border-radius: 50% !important; }
  .m4st3   .dnbug984 { border-radius: 999px !important; }
}
@media (max-width: 640px) {
  .i6fx .lhbef { flex-direction: column; align-items: stretch; }
  .i6fx .tseexs6w { flex-direction: row; min-width: auto; }
  .i6fx .w1nnx { align-items: flex-start; text-align: left; }
}
.faum6ld0,
.faum6ld0.jzquj,
.k55u9u9 .faum6ld0,
.zinfx .faum6ld0,
.e2djfv34 .faum6ld0,
.as9dc38 .faum6ld0 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.hrkqjxm5 {
  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;
}
.tussd75 { flex: 1 1 280px; min-width: 0; }
.sit5ez76 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.zfhqh8h {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.xvbcvakd {
  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;
}
.xvbcvakd:hover { transform: translateY(-1px); opacity: 0.95; }
.bk48m .hrkqjxm5 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.bk48m .sit5ez76 { color: var(--cta); }
.bk48m .zfhqh8h { color: var(--text-body); }
.bk48m .xvbcvakd {
  background: var(--cta) !important;
  color: #fff !important;
}
.e79dkt .hrkqjxm5 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.e79dkt .sit5ez76 { color: var(--text-primary); }
.e79dkt .zfhqh8h { color: var(--text-body); }
.e79dkt .xvbcvakd {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .hrkqjxm5 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .tussd75 { flex: 0 0 auto; }
  .sit5ez76 { font-size: 1.2rem; }
  .xvbcvakd { width: 100%; text-align: center; padding: 14px 28px !important; }
}
.l4gu .wtwpt { height: 36px; }
.oesxsn4e .wtwpt { height: 60px; max-width: 200px; }
.l8sf1hx .wtwpt { height: 56px; max-width: 180px; }
.t5vux    .ej1fnbq, .t5vux    .gia9y { color: #f59e0b; }
.tg16u .a0tdf6n {
  background: var(--accent-bg); border-radius: 6px; padding: 2px 8px;
}
@media (min-width: 720px) {
  .io9qei31 .iw07 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px; counter-reset: cs-rank;
    align-items: start;  
  }
  .io9qei31 .vsw4o4 {
    margin-bottom: 0;
    justify-content: flex-start;  
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .io9qei31 .vsw4o4 { padding: 40px 16px 20px; }
  .io9qei31 .a0tdf6n {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px;
  }
  .io9qei31 .fndfsma3 { width: 100%; min-width: 0; }
}
@media (max-width: 820px) {
  .y1ec .vsw4o4 {
    flex-direction: column; align-items: center; text-align: center;
    padding: 22px 16px 18px; gap: 14px;
  }
  .y1ec .vsw4o4::before {
    position: absolute; top: 14px; left: 14px;
  }
  .y1ec .v30t39 {
    flex-direction: column; align-items: center; gap: 10px; min-width: 0; width: 100%;
  }
  .y1ec .w0watpap { white-space: normal; text-align: center; font-size: 1.2rem; }
  .y1ec .a0tdf6n {
    flex-direction: row; justify-content: space-between; align-items: baseline;
    width: 100%; border-top: 1px solid var(--border); padding-top: 8px; flex-basis: auto;
  }
  .y1ec .fndfsma3 { width: 100%; min-width: 0; }
  .y1ec .ej1fnbq { min-width: 0; }
}
.reqo31 .vsw4o4::before {
  font-size: 1.8rem; font-weight: 900;
  color: var(--accent-light); opacity: 0.35;
  min-width: 32px;
}
.l5mu0e .l0y9 {
  background: none; border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border); overflow: visible;
}
.l5mu0e .l0y9 summary { padding: 16px 2px; color: var(--text-primary); font-size: 0.98rem; }
.l5mu0e .l0y9 p { padding: 0 2px 16px; }
.j7baq7x .l0y9 { background: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.j7baq7x .l0y9 summary {
  background: var(--accent-bg); border-radius: 100px;
  padding: 10px 22px; color: var(--accent-light); font-weight: 700;
}
.j7baq7x .l0y9 summary::after { content: "›"; font-size: 1.2em; }
.j7baq7x .l0y9[open] summary::after { content: "‹"; }
.j7baq7x .l0y9 p { padding: 10px 22px 4px; }
.or3b4k .l0y9 {
  background: var(--bg-card); border-radius: 0;
  border-left: 3px solid var(--accent); overflow: hidden;
  margin-bottom: 10px;
}
.or3b4k .l0y9 summary { color: var(--text-primary); padding-left: 16px; }
.or3b4k .l0y9 summary::after { content: "›"; font-size: 1.1em; }
.or3b4k .l0y9[open] summary::after { content: "‹"; }
.or3b4k .l0y9 p { padding-left: 16px; }
.qysb1gc .dtsx35im { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.qysb1gc .l0y9 {
  background: var(--bg-card); border-radius: 0; margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.qysb1gc .l0y9:last-child { border-bottom: none; }
.qysb1gc .l0y9 summary { color: var(--text-primary); border-radius: 0; }
.qysb1gc .l0y9 summary::after { content: "›"; font-size: 1.1em; }
.qysb1gc .l0y9[open] summary::after { content: "‹"; }
.jq8c .l0y9 { overflow: hidden; }
.jq8c .l0y9 summary {
  background: var(--accent); color: #fff; border-radius: 0;
}
.jq8c .l0y9 summary::after { color: rgba(255,255,255,.75); }
.jq8c .l0y9[open] summary { border-radius: 0; }
.laomv { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.bxzxln {
  text-align: center; padding: 48px 0 36px;
  border-bottom: 1px solid var(--border); margin-bottom: 44px;
}
.ecxh {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800;
  color: var(--text-primary); margin-bottom: 12px;
}
.k7pfja { color: var(--text-muted); font-size: 1.05rem; }
.dy2q0bnq {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 14px; padding: 32px;
}
.ykeve { margin-bottom: 20px; }
.xj30xn4 {
  display: block; color: var(--text-muted); font-size: 0.78rem;
  font-weight: 600; margin-bottom: 6px;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.xpx2lb {
  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;
}
.xpx2lb:focus { border-color: var(--accent-light); box-shadow: 0 0 0 2px var(--accent-bg); }
.gypvcvn { resize: vertical; min-height: 130px; }
.e4kc { width: 100%; margin-top: 8px; }
.k8mdc1 {
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--border);
}
.xavk4sl {
  font-size: 1.25rem; font-weight: 700; color: var(--accent-light);
  margin-bottom: 14px;
}
.x2dl { color: var(--text-muted); line-height: 1.75; }
.d1obnux { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; }
.d1obnux li { margin-bottom: 6px; }
.bnddgdd { max-width: 760px; margin: 0 auto; }
.d56k { color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; }
.ved1 { max-width: 760px; margin: 0 auto; }
.omkzoebm ul.d1obnux { margin: 0; }
@media (max-width: 640px) { .fgj0dhg { grid-template-columns: 1fr; gap: 10px; } }
.cjoo { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.s80lkr { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.gqvyan4 { font-size: 1.05rem; font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.s80lkr p { color: var(--text-muted); line-height: 1.7; margin: 0; font-size: 0.9rem; }
.s80lkr .d1obnux { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .cjoo { grid-template-columns: 1fr; } }
.pg83g { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.pg83g:hover .l6wj { color: var(--accent-light); text-decoration: underline; }
.gmfu1y { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.s68g { margin-bottom: 48px; }
.s1mb { max-width: 760px; margin: 0 auto; }
.b09l { text-align: center; }
.ijb9 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.ijb9:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.llvye { font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ijb9 p { color: var(--text-muted); line-height: 1.75; margin: 0; }
.ijb9 ul.d1obnux { margin: 0; }
.dh0ejrd { color: var(--text-muted); line-height: 1.75; }
.b09l .d1obnux,
.q10ul .d1obnux,
.r82pd .d1obnux,
.dure .d1obnux {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.b09l .ijb9,
.q10ul .ijb9 { text-align: left; }
.b09l .llvye,
.q10ul .llvye { text-align: center; }
.efqy { font-size: 2.1rem; font-weight: 800; color: var(--text-primary); margin: 0 0 10px; }
.am25r8 { color: var(--text-muted); font-style: italic; line-height: 1.6; margin: 0 0 14px; font-size: 1.02rem; }
.nx0hool { color: var(--text-muted); line-height: 1.75; margin: 0 0 6px; }
.fbsn { margin-top: 12px; }
.vmwkmt { 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; }
.vmwkmt:hover { border-bottom-color: var(--accent-light); }
.ixrf { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.ixrf img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rifo6j2 { width: 200px; height: 200px; }
.u0hsqu { clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); border-radius: 0; }
.n4hdtl { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); color: var(--accent-light); font-weight: 800; font-size: 2.4rem; }
.hvovpej5 { display: inline-block; margin-bottom: 12px; font-size: 0.88rem; }
.i89v1ue { background: var(--accent-bg); color: var(--accent-light); padding: 5px 12px; border-radius: 999px; font-weight: 600; }
@media (max-width: 640px) { .k4gvq { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.wi20 { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.wi20 .nx0hool, .wi20 .am25r8 { max-width: 640px; }
.l5j484z .efqy { font-size: 1.6rem; margin-top: 18px; }
.xpbm .nx0hool { margin-bottom: 28px; }
@media (max-width: 860px) { .jp983m { grid-template-columns: 1fr; } .l5j484z { position: static; text-align: center; } }
.ebmr4i .ixrf { margin: 0 auto 18px; }
.ebmr4i .hvovpej5 { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .k9yy { grid-template-columns: 1fr; } }
.utoe .efqy { font-size: 1.6rem; margin-bottom: 6px; }
.dure .d1obnux { margin: 0; font-size: 0.9rem; }
@media (max-width: 640px) { .utoe { flex-direction: column; text-align: center; } .kxkry { grid-template-columns: 1fr; } }
.qihs .efqy { font-size: 1.35rem; margin: 0 0 4px; }
.qihs .hvovpej5 { margin: 0; }
.ogvd4 .ecxh { color: var(--accent-light); }
.f1q7 {
  text-align: left; border-bottom: none;
  border-left: 4px solid var(--accent); padding: 28px 0 28px 28px;
  margin-bottom: 44px;
}
.f1q7 .ecxh { font-size: 2rem; }
.f1q7 .k7pfja { max-width: 680px; }
.pih5w .ecxh { margin: 0; font-size: 1.8rem; flex-shrink: 0; max-width: 45%; }
.pih5w .k7pfja  { margin: 0; }
@media (max-width: 640px) { .pih5w { flex-direction: column; } }
.gluva5lz .ecxh { color: var(--accent-light); }
.a1k0atjb .ecxh { color: #fff; }
.a1k0atjb .k7pfja  { color: rgba(255,255,255,0.85); }
.q9hfw6kt { max-width: 680px; margin: 0 auto; }
.uf29hyk {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .uf29hyk { grid-template-columns: 1fr; } }
.nk4gzg { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.nk4gzg .xpx2lb {
  border: none; border-bottom: 2px solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.nk4gzg .xpx2lb:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.xdxf .xpx2lb { background: var(--bg-raised); border-color: transparent; }
.xdxf .xpx2lb:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ofg7qm .xpx2lb { border-radius: 100px; padding: 11px 20px; }
.ofg7qm .gypvcvn { border-radius: 14px; }
.n4bgwewl {
  background: var(--bg-card); border: 1px solid var(--border-alt);
  border-radius: 10px; overflow: hidden; margin-bottom: 10px;
}
.n4bgwewl 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;
}
.n4bgwewl summary::-webkit-details-marker { display: none; }
.n4bgwewl summary::after { content: "+"; color: var(--accent-light); font-size: 1.2rem; flex-shrink: 0; }
.n4bgwewl[open] summary::after { content: "−"; }
.lig1j {
  padding: 4px 20px 16px; color: var(--text-muted); line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) { .woeu { grid-template-columns: 1fr; } }
.i0znjdul { color: var(--text-muted); line-height: 1.75; padding-left: 1.4em; margin: 0; }
.i0znjdul li { margin-bottom: 6px; }
.djt72{display:none}
.djt72:empty,.qotd:empty{display:none}
.nld52n5{position:relative;overflow:visible}
.ob6h .qx394f,.z8ji .qx394f,
.cqtzxl1s .qx394f,.yi5lc .qx394f,
.q1i4a2i0 .qx394f,.bjifwf3h .qx394f{display:block}
.orl9w6 .tdrjcf7{display:block}
.ob6h .qx394f,.z8ji .qx394f,
.cqtzxl1s .qx394f,.yi5lc .qx394f,
.q1i4a2i0 .qx394f{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}
.ob6h .qx394f .qotd,.z8ji .qx394f .qotd,
.cqtzxl1s .qx394f .qotd,.yi5lc .qx394f .qotd,
.q1i4a2i0 .qx394f .qotd{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}
.ob6h .p5bujq,.z8ji .p5bujq,
.cqtzxl1s .p5bujq,.yi5lc .p5bujq,
.q1i4a2i0 .p5bujq{background:transparent!important;border:none!important;padding:0;border-radius:0;color:inherit!important}
.ob6h .qx394f,.z8ji .qx394f{top:12px}
.ob6h .qx394f .qotd{margin-right:auto}
.z8ji .qx394f .qotd{margin-left:auto}
.z8ji .qx394f{text-align:right}
.cqtzxl1s .qx394f,.yi5lc .qx394f{bottom:12px}
.cqtzxl1s .qx394f .qotd{margin-right:auto}
.yi5lc .qx394f .qotd{margin-left:auto}
.yi5lc .qx394f{text-align:right}
.q1i4a2i0 .qx394f{position:relative;margin-top:16px}
.q1i4a2i0 .qx394f .qotd{margin:0 auto}
.bjifwf3h .qx394f{max-width:var(--content-mw,1100px);margin:0 auto;padding:8px 24px}
.bjifwf3h .qx394f .qotd{margin:0}
.bjifwf3h .d6h0x~.qx394f,
.bjifwf3h .lfio74s~.qx394f{max-width:none;margin:0;padding:8px clamp(24px,calc(50vw - 476px),96px)}
.bjifwf3h .d6h0x~.qx394f .qotd,
.bjifwf3h .lfio74s~.qx394f .qotd{justify-content:flex-start}
.d6h0x~.qx394f,.lfio74s~.qx394f{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}
.d6h0x~.qx394f .qotd{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.lfio74s~.qx394f .qotd{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.tdrjcf7 .qotd{margin:0 0 12px}
.qotd{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.82rem;color:var(--text-muted);margin:10px 0 16px}
.l6wj{font-weight:600;color:var(--text-heading);opacity:1}
.uhxqxo::before{content:"·";margin:0 2px;opacity:.5}
.p5bujq{white-space:nowrap}
.yrbo .p5bujq{background:var(--date-bg, var(--accent-bg));padding:3px 10px;border-radius:99px;font-size:.78rem}
.yrbo .uhxqxo::before{content:""}
.m8vj5ssl .p5bujq{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}
.m8vj5ssl .uhxqxo::before{content:""}
.yt8o .qotd{background:var(--date-bg, var(--accent-bg));padding:8px 14px;border-radius:var(--radius, 6px);gap:8px 16px}
.i6nkgz .p5bujq{border-left:2px solid var(--accent);padding-left:8px;font-size:.78rem}
.i6nkgz .uhxqxo::before{content:""}
.ah67cz .p5bujq{color: var(--accent-light);opacity:1;font-weight:500}
.er17shf .p5bujq{border-bottom:1px solid currentColor;padding-bottom:2px}
.tw3h .qotd{font-size:.78rem;color:var(--text-faint);letter-spacing:.02em}
.dfsr8zmd{--date-bg:var(--accent-bg)}
.xnmf3dyi .uhxqxo::before{content:""}
.ul7u .uhxqxo::before{content:"•";opacity:.4}
.ul7u .p5bujq + .p5bujq::before{content:"•";margin-right:6px;opacity:.4}
.ndmwhvik .uhxqxo::before{content:"/";opacity:.35}
.ndmwhvik .p5bujq + .p5bujq::before{content:"/";margin-right:6px;opacity:.35}
.d0n9uq .uhxqxo::before{content:"|";opacity:.3}
.d0n9uq .p5bujq + .p5bujq::before{content:"|";margin-right:6px;opacity:.3}
.rgybsu .uhxqxo::before{content:"—";opacity:.3}
.rgybsu .p5bujq + .p5bujq::before{content:"—";margin-right:6px;opacity:.3}
.frmts0s0 .uhxqxo::before{content:"◆";font-size:.5em;opacity:.35}
.frmts0s0 .p5bujq + .p5bujq::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.c51wa .uhxqxo::before{content:"·";opacity:.4}
.c51wa .p5bujq + .p5bujq::before{content:"·";margin-right:6px;opacity:.4}
.rulrmju .uhxqxo::before{content:"›";opacity:.4}
.rulrmju .p5bujq + .p5bujq::before{content:"›";margin-right:6px;opacity:.4}
.eeyfthu .uhxqxo::before{content:"→";opacity:.35;font-size:.85em}
.eeyfthu .p5bujq + .p5bujq::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.m3bwoo .mqurb{border-top:3px solid var(--accent);padding-top:18px}
@media(max-width:640px){
  .mqurb{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px}
  .wv0e{max-width:100%}
}
.m4a6yp0 .mzhjyy{margin:0}
@media (max-width:560px){
  .motpjiw{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) {
  .ivli587k { padding: 28px 18px 20px; }
  .is93e05 { font-size: 1.2rem; }
  .o2svtlc { max-width: 220px; max-height: 80px; }
}
.egn86 .n7g2td { border-radius: 22px; }
.bh32m .hrkqjxm5 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .n7g2td { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.mf9am {
  margin: 28px 0 24px;
}
.mf9am .jzquj {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.mf9am .ww2bda {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.mf9am .hrkqjxm5 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .qty4 { flex-direction: row-reverse; }
[dir="rtl"] .wfk82n { flex-direction: row-reverse; }
[dir="rtl"] .niiavu .kvsd7pl { right: auto; left: 32px; }
[dir="rtl"] .lh6b  .kvsd7pl { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .niiavu .kvsd7pl { right: auto; left: 20px; }
  [dir="rtl"] .lh6b  .kvsd7pl { left: auto;  right: 20px; }
}
[dir="rtl"] .bhattswr .k0xnvm  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .hrbi1 .k0xnvm { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] .d6h0x,
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .ivlx, [dir="rtl"] .urwny { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wq34kau { border-left: none; border-right: 3px solid var(--c-pros); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .sbhf { border-left: none; border-right: 3px solid var(--c-cons); padding-left: 0; padding-right: 14px; }
[dir="rtl"] .b6l5zu0 { border-left: none !important; border-right: 4px solid currentColor; padding-left: 18px; padding-right: 18px; }
[dir="rtl"] .hrkqjxm5 { direction: rtl; }
[dir="rtl"] .wmulq { direction: rtl; }
[dir="rtl"] .qmay { direction: rtl; }
[dir="rtl"] .oaeis1v { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .jra05sq3 .urwny,
[dir="rtl"] .qlgq1n6 .urwny,
[dir="rtl"] .z7u69u .urwny,
[dir="rtl"] .m3g6km .urwny {
  padding-left: 0; padding-right: 2.2em;
}
[dir="rtl"] .jra05sq3 .urwny li::before,
[dir="rtl"] .qlgq1n6 .urwny li::before,
[dir="rtl"] .z7u69u .urwny li::before,
[dir="rtl"] .m3g6km .urwny li::before {
  left: auto; right: -2.2em;
}
[dir="rtl"] .d40sr.ocleg17 .h2nl4,
[dir="rtl"] .n457kdo3.ocleg17 .h2nl4,
[dir="rtl"] .ykqd.ocleg17 .h2nl4,
[dir="rtl"] .aa8qe.ocleg17 .h2nl4,
[dir="rtl"] .avk7zjk.ocleg17 .h2nl4 { text-align: right; }
[dir="rtl"] .d6h0x.ocleg17 .u0969 { align-items: flex-end; text-align: right; }
[dir="rtl"] .d6h0x.ea82md .u0969 { text-align: center; }
[dir="rtl"] .d6h0x .u0969 { text-align: right; }
[dir="rtl"] .ww2bda,
[dir="rtl"] .uowds2,
[dir="rtl"] .w7e0,
[dir="rtl"] .oc1ah8f,
[dir="rtl"] .dy2q0bnq,
[dir="rtl"] .xj30xn4,
[dir="rtl"] .nx0hool,
[dir="rtl"] .xpx2lb,
[dir="rtl"] .gypvcvn { text-align: right; direction: rtl; }
[dir="rtl"] .ofg7qm .xpx2lb,
[dir="rtl"] .nk4gzg .xpx2lb { padding-right: 20px; padding-left: 20px; }
:root {
  --accent:          #207912;
  --brand:           #207912;
  --brand-light:     #1e5d14;
  --brand-pale:      #317e25;
  --grad-start:      #35c81d;
  --grad-end:        #5fd74c;
  --accent-light:    var(--brand-light);
  --accent-pale:     var(--brand-pale);
  --cta:             #8000ff;
  --cta-light:       #6b00d6;
  --cta-hover:       #6100c1;
  --bg-page:         #f6f8f6;
  --bg-surface:      #ffffff;
  --bg-card:         #ffffff;
  --bg-card-inner:   #f3f5f3;
  --bg-raised:       #eef1ed;
  --bg-hover:        #f3f5f3;
  --border:          #e2e9e1;
  --border-alt:      #d1dccf;
  --border-section:  #e2e9e1;
  --text-primary:    #171b17;
  --text-muted:      #536151;
  --text-body:       #2f372e;
  --text-sub:        #475345;
  --text-faint:      #778a74;
  --text-dim:        #92a28f;
  --text-label:      #5f6f5c;
  --text-value:      #3b453a;
  --accent-bg:       #e4f3e1;
  --accent-bg-light: #cdeec7;
  --bg-tip:          #f8f0f9;
  --bg-warning:      #f9f6ef;
  --bg-info:         #f0f7f9;
  --bg-pros:         #f8f0f9;
  --bg-cons:         #faf5f3;
  --c-pros:          #820e94;
  --c-cons:          #9f4521;
  --c-pros-label:    #9a11b0;
  --c-tip-border:    #aa13c2;
  --c-warn-border:   #bb801a;
  --c-stars:         var(--cta);
  --c-arrow:         var(--cta);
  --c-tag-pay:       #820e94;
}
:root { --logo-bg-opacity: 58%; }
body, button, input { font-family: "Quicksand", sans-serif; }
.p7gnc2 .tbo3m48, .p7gnc2 .d6h0x { min-height: 640px; }
.avgt .bl98mxt::after, .avgt .wb11vd2a::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; }
.bhz1ebc .q5au::after,.bhz1ebc .kvsd7pl::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; }
.zih4wp6a::before { content: '◆'; font-size: 0.5em; }