*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8fafc;--surface:#fff;--border:#e2e8f0;--text:#0f172a;--text-2:#475569;--text-3:#94a3b8;--accent:#3b82f6;--accent-light:#eff6ff;--radius:16px;--nav-h:60px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.nav{z-index:900;height:var(--nav-h);align-items:center;padding:0 24px;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(20px);box-shadow:0 2px 20px #0000001a, 0 1px 0 var(--border);background:#ffffffeb}.nav__inner{justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:900px;margin:0 auto;display:flex}.nav__logo{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.nav__logo-icon{background:linear-gradient(135deg,#4f8ef7,#1a56db);border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.nav__logo-icon svg{fill:#fff;width:16px;height:16px}.nav__logo-icon--text{color:#fff;letter-spacing:-.04em;cursor:default;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:900;line-height:1}.nav__logo-wordmark{letter-spacing:-.04em;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:900;line-height:1;transition:color .3s}.nav--hero .nav__logo-wordmark{color:#fffffff2}.nav__logo-text{color:var(--text);letter-spacing:-.01em;font-size:14px;font-weight:700;transition:color .3s}.nav--hero .nav__logo-text{color:#ffffffe6}.nav__links{align-items:center;gap:2px;display:flex}.nav__link{color:#ffffffbf;white-space:nowrap;border-radius:9px;padding:7px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,background .2s}@media (width<=540px){.nav__logo-text{display:none}.nav__link{padding:7px 8px;font-size:12px}}@media (width<=400px){.nav__links{display:none}}.nav__link:hover{color:#fff;background:#ffffff1a}.nav--scrolled .nav__link{color:var(--text-2)}.nav--scrolled .nav__link:hover{color:var(--text);background:var(--bg)}.nav__link--active{color:#fff!important;background:#ffffff26!important}.nav--scrolled .nav__link--active{color:var(--accent)!important;background:var(--accent-light)!important}.nav__lang{background:#ffffff1f;border:1px solid #fff3;border-radius:10px;flex-shrink:0;align-items:center;gap:2px;padding:3px;transition:background .3s,border-color .3s;display:flex}.nav--scrolled .nav__lang{background:var(--bg);border-color:var(--border)}.nav__lang-btn{cursor:pointer;color:#fff9;letter-spacing:.03em;background:0 0;border:none;border-radius:7px;padding:5px 10px;font-family:inherit;font-size:12px;font-weight:700;transition:all .15s}.nav__lang-btn--active{color:#1d4ed8;background:#fffffff2;box-shadow:0 1px 4px #00000026}.nav--scrolled .nav__lang-btn{color:var(--text-3)}.nav--scrolled .nav__lang-btn--active{background:var(--accent);color:#fff}.hero{padding:calc(var(--nav-h) + 64px) 24px 88px;text-align:center;background:linear-gradient(135deg,#0f1f5c 0%,#1740c9 55%,#1d4ed8 100%);transition:background .35s,color .35s;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 15% 60%,#63b3ed38 0%,#0000 70%),radial-gradient(50% 60% at 85% 25%,#a78bfa2e 0%,#0000 70%);transition:opacity .35s;position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#63b3ed1a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.hero__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e0eeff;letter-spacing:.06em;text-transform:uppercase;background:#ffffff24;border:1.5px solid #ffffff4d;border-radius:100px;align-items:center;gap:7px;margin-bottom:28px;padding:7px 16px;font-size:11px;font-weight:700;transition:background .35s,border-color .35s,color .35s;display:inline-flex;position:relative}.hero__badge-dot{background:#60a5fa;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero__title{color:#fff;letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(34px,5.5vw,56px);font-weight:800;line-height:1.12;position:relative}.hero__title span{background:linear-gradient(90deg,#fff,#e0f2fe);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:#fff;text-shadow:0 1px 8px #00000059;opacity:.92;max-width:500px;margin:0 auto 40px;font-size:17px;font-weight:500;transition:color .35s;position:relative}.hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex;position:relative}.hero__cta{color:#1740c9;background:#fff;border:2px solid #0000;border-radius:12px;align-items:center;gap:8px;padding:13px 26px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .35s,color .35s,border-color .35s;display:inline-flex;box-shadow:0 4px 24px #00000047}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000052}body.a11y-theme-black-on-white .hero{background:#f0f0f0!important}body.a11y-theme-black-on-white .hero:before,body.a11y-theme-black-on-white .hero:after{opacity:0}body.a11y-theme-black-on-white .hero__badge{color:#000;background:#e0e0e0;border-color:#000}body.a11y-theme-black-on-white .hero__badge-dot{background:#000;animation:none}body.a11y-theme-black-on-white .hero__title{text-shadow:none;color:#000!important}body.a11y-theme-black-on-white .hero__title span{-webkit-text-fill-color:#000;background:0 0}body.a11y-theme-black-on-white .hero__subtitle{text-shadow:none;color:#222!important}body.a11y-theme-black-on-white .hero__cta{color:#fff;box-shadow:none;background:#000;border-color:#000}body.a11y-theme-white-on-black .hero{background:#111!important}body.a11y-theme-white-on-black .hero:before,body.a11y-theme-white-on-black .hero:after{opacity:0}body.a11y-theme-white-on-black .hero__badge{color:#fff;background:#ffffff14;border-color:#fff6}body.a11y-theme-white-on-black .hero__badge-dot{background:#fff}body.a11y-theme-white-on-black .hero__title{text-shadow:none;color:#fff!important}body.a11y-theme-white-on-black .hero__title span{-webkit-text-fill-color:#fff;background:0 0}body.a11y-theme-white-on-black .hero__subtitle{text-shadow:none;color:#ccc!important}body.a11y-theme-white-on-black .hero__cta{color:#000;box-shadow:none;background:#fff;border-color:#fff}body.a11y-theme-green-on-brown .hero{background:#2a1b0e!important}body.a11y-theme-green-on-brown .hero:before,body.a11y-theme-green-on-brown .hero:after{opacity:0}body.a11y-theme-green-on-brown .hero__badge{color:#a9e44d;background:#a9e44d1f;border-color:#a9e44d}body.a11y-theme-green-on-brown .hero__badge-dot{background:#a9e44d}body.a11y-theme-green-on-brown .hero__title{text-shadow:0 2px 12px #0006;color:#a9e44d!important}body.a11y-theme-green-on-brown .hero__title span{-webkit-text-fill-color:#c8f06b;background:0 0}body.a11y-theme-green-on-brown .hero__subtitle{text-shadow:none;color:#8ec43a!important}body.a11y-theme-green-on-brown .hero__cta{color:#a9e44d;background:#3b2716;border-color:#a9e44d;box-shadow:0 4px 16px #0006}body.a11y-theme-brown-on-beige .hero{background:#ede8c4!important}body.a11y-theme-brown-on-beige .hero:before,body.a11y-theme-brown-on-beige .hero:after{opacity:0}body.a11y-theme-brown-on-beige .hero__badge{color:#4d4b43;background:#4d4b4314;border-color:#4d4b43}body.a11y-theme-brown-on-beige .hero__badge-dot{background:#4d4b43;animation:none}body.a11y-theme-brown-on-beige .hero__title{text-shadow:none;color:#2e2c26!important}body.a11y-theme-brown-on-beige .hero__title span{-webkit-text-fill-color:#4d4b43;background:0 0}body.a11y-theme-brown-on-beige .hero__subtitle{text-shadow:none;color:#4d4b43!important}body.a11y-theme-brown-on-beige .hero__cta{color:#4d4b43;background:#f7f3d6;border-color:#4d4b43;box-shadow:0 4px 16px #0000001f}body.a11y-theme-blue-on-lightblue .hero{background:#7ec3f8!important}body.a11y-theme-blue-on-lightblue .hero:before,body.a11y-theme-blue-on-lightblue .hero:after{opacity:0}body.a11y-theme-blue-on-lightblue .hero__badge{color:#063462;background:#0634621a;border-color:#063462}body.a11y-theme-blue-on-lightblue .hero__badge-dot{background:#063462;animation:none}body.a11y-theme-blue-on-lightblue .hero__title{text-shadow:none;color:#063462!important}body.a11y-theme-blue-on-lightblue .hero__title span{-webkit-text-fill-color:#042650;background:0 0}body.a11y-theme-blue-on-lightblue .hero__subtitle{text-shadow:none;color:#063462!important}body.a11y-theme-blue-on-lightblue .hero__cta{color:#063462;background:#9dd1ff;border-color:#063462;box-shadow:0 4px 16px #00000026}.reveal,.reveal-grid>*{will-change:transform, opacity}.container{max-width:900px;margin:0 auto;padding:0 24px}.section{padding:72px 0}.section__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);align-items:center;gap:6px;margin-bottom:12px;font-size:11px;font-weight:700;display:inline-flex}.section__eyebrow:before{content:"";background:var(--accent);border-radius:2px;width:16px;height:2px}.section__title{color:var(--text);letter-spacing:-.025em;margin-bottom:12px;font-size:30px;font-weight:800;line-height:1.2}.section__desc{color:var(--text-2);max-width:540px;margin-bottom:44px;font-size:16px;line-height:1.65}.features{grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.fcard:nth-child(3),.fcard:nth-child(4){grid-column:span 2}.fcard{cursor:default;border-radius:20px;flex-direction:column;min-height:200px;padding:22px 22px 0;transition:transform .28s cubic-bezier(.34,1.3,.64,1),box-shadow .28s;display:flex;position:relative;overflow:hidden}.fcard:hover{transform:translateY(-5px)scale(1.01);box-shadow:0 16px 40px #00000024}.fcard--lime{background:#b8d455}.fcard--orange{background:#f09840}.fcard--lavender{background:#b8a5f5}.fcard--sand{background:#d4a76a}.fcard--sky{background:#52c5f5}.fcard--pink{background:#f5a0c8}.fcard__title{color:#fff;z-index:2;text-shadow:0 1px 3px #0000001f;max-width:160px;font-size:17px;font-weight:700;line-height:1.3;position:relative}.fcard:nth-child(3) .fcard__title,.fcard:nth-child(4) .fcard__title{max-width:240px;font-size:20px}.fcard__illus{z-index:1;flex:1;justify-content:center;align-items:flex-end;margin-top:8px;display:flex;position:relative}.fcard__illus svg{filter:drop-shadow(0 4px 12px #0000001a);width:100%;max-height:160px;display:block}.fcard:nth-child(3) .fcard__illus svg,.fcard:nth-child(4) .fcard__illus svg{max-height:180px}@media (width<=640px){.features{grid-template-columns:repeat(2,1fr);gap:10px}.fcard:nth-child(3),.fcard:nth-child(4){grid-column:span 2}.fcard{min-height:180px;padding:18px 18px 0}.fcard__title{font-size:15px}.fcard:nth-child(3) .fcard__title,.fcard:nth-child(4) .fcard__title{font-size:17px}.fcard__illus svg{max-height:130px}}.integration-tabs{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.tab-btn{border:1.5px solid var(--border);background:var(--surface);color:var(--text-2);cursor:pointer;border-radius:10px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s}.tab-btn:hover{border-color:var(--accent);color:var(--accent)}.tab-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.tab-content{display:none}.tab-content--active{display:block}.code-block{background:#0f172a;border:1px solid #1e293b;border-radius:14px;overflow:hidden}.code-block__header{border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.code-block__dots{gap:6px;display:flex}.code-block__dot{border-radius:50%;width:10px;height:10px}.code-block__dot:first-child{background:#ef4444}.code-block__dot:nth-child(2){background:#f59e0b}.code-block__dot:nth-child(3){background:#22c55e}.code-block__lang{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.code-block pre{margin:0;padding:20px 22px;overflow-x:auto}.code-block code{color:#e2e8f0;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:13px;line-height:1.7}.kw{color:#93c5fd}.fn{color:#6ee7b7}.str{color:#fca5a5}.cm{color:#475569;font-style:italic}.tag{color:#a78bfa}.at{color:#67e8f9}.demo-open-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#3b82f6;border:none;border-radius:14px;align-items:center;gap:10px;margin-bottom:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:inline-flex}.demo-open-btn:hover{transform:scale(1.02)}.demo-open-btn:active{transform:scale(.97)}.demo-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:20px;padding:32px}.demo-section h3{color:var(--text);margin-bottom:14px;font-size:18px;font-weight:700}.demo-section p{color:var(--text-2);margin-bottom:12px;font-size:15px}.demo-section p:last-child{margin-bottom:0}.guide-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px;display:grid}@media (width<=680px){.guide-grid{grid-template-columns:1fr}}.guide-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px 24px}.guide-card__icon{background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.guide-card__icon svg{fill:#3b82f6;width:20px;height:20px}.guide-card__title{color:var(--text);margin:0 0 12px;font-size:16px;font-weight:700;line-height:1.3}.guide-card__text{color:var(--text-2);margin:0 0 10px;font-size:14px;line-height:1.6}.guide-card__text:last-child{margin-bottom:0}.guide-themes{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.guide-theme{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:inherit;font-size:15px;font-weight:700;display:flex}.demo-img{aspect-ratio:16/7;object-fit:cover;border-radius:10px;width:100%;margin:16px 0}.divider{background:var(--border);height:1px}.footer{text-align:center;color:var(--text-3);padding:32px 24px;font-size:13px}body.a11y-theme-white-on-black .nav--scrolled{background:#0a0a0af5!important;box-shadow:0 2px 20px #00000080,0 1px #333!important}body.a11y-theme-white-on-black .nav--scrolled .nav__logo-wordmark,body.a11y-theme-white-on-black .nav--hero .nav__logo-wordmark{color:#fff!important}body.a11y-theme-white-on-black .nav--scrolled .nav__link{color:#bbb!important}body.a11y-theme-white-on-black .nav--scrolled .nav__link:hover{color:#fff!important;background:#ffffff14!important}body.a11y-theme-white-on-black .nav--scrolled .nav__link--active{color:#fff!important;background:#ffffff1f!important}body.a11y-theme-white-on-black .nav--scrolled .nav__lang{background:#1a1a1a!important;border-color:#444!important}body.a11y-theme-white-on-black .nav--scrolled .nav__lang-btn{color:#888!important;background:0 0!important;border:none!important}body.a11y-theme-white-on-black .nav--scrolled .nav__lang-btn--active{color:#000!important;background:#fff!important;box-shadow:0 1px 4px #0006!important}body.a11y-theme-white-on-black .hero__cta{color:#000!important}body.a11y-theme-white-on-black .demo-open-btn{color:#000!important;background:#fff!important;border:2px solid #fff!important}body.a11y-theme-green-on-brown .nav--scrolled{background:#2a1b0ef7!important;box-shadow:0 2px 20px #00000080,0 1px #a9e44d44!important}body.a11y-theme-green-on-brown .nav--scrolled .nav__logo-wordmark,body.a11y-theme-green-on-brown .nav--hero .nav__logo-wordmark{color:#a9e44d!important}body.a11y-theme-green-on-brown .nav--scrolled .nav__link{color:#87bc3b!important}body.a11y-theme-green-on-brown .nav--scrolled .nav__link:hover{color:#a9e44d!important;background:#a9e44d1a!important}body.a11y-theme-green-on-brown .nav--scrolled .nav__link--active{color:#a9e44d!important;background:#a9e44d26!important}body.a11y-theme-green-on-brown .nav--scrolled .nav__lang{background:#3b2716!important;border-color:#a9e44d!important}body.a11y-theme-green-on-brown .nav--scrolled .nav__lang-btn{color:#7aa832!important;background:0 0!important;border:none!important}body.a11y-theme-green-on-brown .nav--scrolled .nav__lang-btn--active{color:#3b2716!important;box-shadow:none!important;background:#a9e44d!important}body.a11y-theme-green-on-brown .hero__cta{color:#a9e44d!important}body.a11y-theme-green-on-brown .demo-open-btn{color:#3b2716!important;background:#a9e44d!important;border:2px solid #a9e44d!important}body.a11y-theme-black-on-white .nav--scrolled{background:#fffffff7!important}body.a11y-theme-black-on-white .nav--scrolled .nav__logo-wordmark{color:#000!important}body.a11y-theme-black-on-white .nav--scrolled .nav__link{color:#333!important}body.a11y-theme-black-on-white .nav--scrolled .nav__link:hover{color:#000!important;background:#f0f0f0!important}body.a11y-theme-black-on-white .nav--scrolled .nav__link--active{color:#000!important;background:#e8e8e8!important}body.a11y-theme-black-on-white .nav--scrolled .nav__lang{background:#f0f0f0!important;border-color:#ccc!important}body.a11y-theme-black-on-white .nav--scrolled .nav__lang-btn{color:#555!important;background:0 0!important;border:none!important}body.a11y-theme-black-on-white .nav--scrolled .nav__lang-btn--active{color:#fff!important;background:#000!important}body.a11y-theme-black-on-white .hero__cta{color:#fff!important}body.a11y-theme-black-on-white .demo-open-btn{color:#fff!important;background:#000!important;border:2px solid #000!important}body.a11y-theme-brown-on-beige .nav--scrolled{background:#f7f3d6f7!important;box-shadow:0 2px 20px #00000014,0 1px #c8c4a8!important}body.a11y-theme-brown-on-beige .nav--scrolled .nav__logo-wordmark,body.a11y-theme-brown-on-beige .nav--scrolled .nav__link{color:#4d4b43!important}body.a11y-theme-brown-on-beige .nav--scrolled .nav__link:hover{color:#2e2c26!important;background:#4d4b4314!important}body.a11y-theme-brown-on-beige .nav--scrolled .nav__link--active{color:#2e2c26!important;background:#4d4b431f!important}body.a11y-theme-brown-on-beige .nav--scrolled .nav__lang{background:#eee9c5!important;border-color:#c8c4a8!important}body.a11y-theme-brown-on-beige .nav--scrolled .nav__lang-btn{color:#7a7868!important;background:0 0!important;border:none!important}body.a11y-theme-brown-on-beige .nav--scrolled .nav__lang-btn--active{color:#f7f3d6!important;background:#4d4b43!important}body.a11y-theme-brown-on-beige .hero__cta{color:#4d4b43!important}body.a11y-theme-brown-on-beige .demo-open-btn{color:#f7f3d6!important;background:#4d4b43!important;border:2px solid #4d4b43!important}body.a11y-theme-blue-on-lightblue .nav--scrolled{background:#9dd1fff7!important;box-shadow:0 2px 20px #0000001a,0 1px #063462!important}body.a11y-theme-blue-on-lightblue .nav--scrolled .nav__logo-wordmark,body.a11y-theme-blue-on-lightblue .nav--scrolled .nav__link{color:#063462!important}body.a11y-theme-blue-on-lightblue .nav--scrolled .nav__link:hover{color:#042650!important;background:#06346214!important}body.a11y-theme-blue-on-lightblue .nav--scrolled .nav__link--active{color:#042650!important;background:#0634621f!important}body.a11y-theme-blue-on-lightblue .nav--scrolled .nav__lang{background:#b8deff!important;border-color:#063462!important}body.a11y-theme-blue-on-lightblue .nav--scrolled .nav__lang-btn{color:#1e5a9c!important;background:0 0!important;border:none!important}body.a11y-theme-blue-on-lightblue .nav--scrolled .nav__lang-btn--active{color:#9dd1ff!important;background:#063462!important}body.a11y-theme-blue-on-lightblue .hero__cta{color:#063462!important}body.a11y-theme-blue-on-lightblue .demo-open-btn{color:#9dd1ff!important;background:#063462!important;border:2px solid #063462!important}body.a11y-theme-white-on-black .hero__cta span,body.a11y-theme-white-on-black .demo-open-btn span{color:#000!important}body.a11y-theme-black-on-white .hero__cta span,body.a11y-theme-black-on-white .demo-open-btn span{color:#fff!important}body.a11y-theme-green-on-brown .hero__cta span{color:#a9e44d!important}body.a11y-theme-green-on-brown .demo-open-btn span{color:#3b2716!important}body.a11y-theme-brown-on-beige .hero__cta span{color:#4d4b43!important}body.a11y-theme-brown-on-beige .demo-open-btn span{color:#f7f3d6!important}body.a11y-theme-blue-on-lightblue .hero__cta span{color:#063462!important}body.a11y-theme-blue-on-lightblue .demo-open-btn span{color:#9dd1ff!important}body.a11y-theme-black-on-white .code-block,body.a11y-theme-brown-on-beige .code-block,body.a11y-theme-blue-on-lightblue .code-block,body.a11y-theme-white-on-black .code-block,body.a11y-theme-green-on-brown .code-block{background:#0f172a!important;border-color:#1e293b!important}body.a11y-theme-black-on-white .code-block__header,body.a11y-theme-brown-on-beige .code-block__header,body.a11y-theme-blue-on-lightblue .code-block__header,body.a11y-theme-white-on-black .code-block__header,body.a11y-theme-green-on-brown .code-block__header{border-color:#1e293b!important}body.a11y-theme-black-on-white .code-block code,body.a11y-theme-brown-on-beige .code-block code,body.a11y-theme-blue-on-lightblue .code-block code,body.a11y-theme-white-on-black .code-block code,body.a11y-theme-green-on-brown .code-block code,body.a11y-theme-black-on-white .code-block span,body.a11y-theme-brown-on-beige .code-block span,body.a11y-theme-blue-on-lightblue .code-block span,body.a11y-theme-white-on-black .code-block span,body.a11y-theme-green-on-brown .code-block span{color:#e2e8f0!important}body.a11y-theme-black-on-white .code-block .kw,body.a11y-theme-brown-on-beige .code-block .kw,body.a11y-theme-blue-on-lightblue .code-block .kw,body.a11y-theme-white-on-black .code-block .kw,body.a11y-theme-green-on-brown .code-block .kw{color:#93c5fd!important}body.a11y-theme-black-on-white .code-block .fn,body.a11y-theme-brown-on-beige .code-block .fn,body.a11y-theme-blue-on-lightblue .code-block .fn,body.a11y-theme-white-on-black .code-block .fn,body.a11y-theme-green-on-brown .code-block .fn{color:#6ee7b7!important}body.a11y-theme-black-on-white .code-block .str,body.a11y-theme-brown-on-beige .code-block .str,body.a11y-theme-blue-on-lightblue .code-block .str,body.a11y-theme-white-on-black .code-block .str,body.a11y-theme-green-on-brown .code-block .str{color:#fca5a5!important}body.a11y-theme-black-on-white .code-block .cm,body.a11y-theme-brown-on-beige .code-block .cm,body.a11y-theme-blue-on-lightblue .code-block .cm,body.a11y-theme-white-on-black .code-block .cm,body.a11y-theme-green-on-brown .code-block .cm{color:#475569!important}body.a11y-theme-black-on-white .code-block .tag,body.a11y-theme-brown-on-beige .code-block .tag,body.a11y-theme-blue-on-lightblue .code-block .tag,body.a11y-theme-white-on-black .code-block .tag,body.a11y-theme-green-on-brown .code-block .tag{color:#a78bfa!important}body.a11y-theme-black-on-white .code-block .at,body.a11y-theme-brown-on-beige .code-block .at,body.a11y-theme-blue-on-lightblue .code-block .at,body.a11y-theme-white-on-black .code-block .at,body.a11y-theme-green-on-brown .code-block .at{color:#67e8f9!important}body.a11y-theme-black-on-white .code-block__lang,body.a11y-theme-brown-on-beige .code-block__lang,body.a11y-theme-blue-on-lightblue .code-block__lang,body.a11y-theme-white-on-black .code-block__lang,body.a11y-theme-green-on-brown .code-block__lang{color:#475569!important}
