.Header-module__hBw1pG__header{width:100%;height:var(--header-height);z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#ffffffe6;position:fixed;top:0;left:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-display);letter-spacing:-.5px;color:var(--text-primary);font-size:1.25rem;font-weight:700}.Header-module__hBw1pG__highlight{color:var(--accent-primary)}.Header-module__hBw1pG__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__hBw1pG__link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__hBw1pG__link:hover{color:var(--accent-primary)}.Header-module__hBw1pG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__githubLink{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .2s}.Header-module__hBw1pG__githubLink:hover{color:var(--text-primary)}.Header-module__hBw1pG__cta{background:var(--text-primary);color:#fff;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s}.Header-module__hBw1pG__cta:hover{background:var(--accent-primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}
.Hero-module__ZARIfG__hero{background:radial-gradient(circle at 50% 0,#f0f9ff 0%,#fff 70%);justify-content:center;align-items:center;padding:8rem 0 6rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__backgroundPattern{opacity:.5;z-index:0;background-image:radial-gradient(#e5e7eb 1px,#0000 1px);background-size:32px 32px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 40%,#0000 100%);mask-image:linear-gradient(#000 40%,#0000 100%)}.Hero-module__ZARIfG__content{text-align:center;z-index:1;flex-direction:column;align-items:center;max-width:900px;display:flex}.Hero-module__ZARIfG__badge{border:1px solid var(--border-color);color:var(--text-secondary);box-shadow:var(--shadow-sm);background:#fff;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--accent-primary);width:8px;height:8px;box-shadow:0 0 0 2px var(--accent-highlight);border-radius:50%}.Hero-module__ZARIfG__title{font-family:var(--font-display);letter-spacing:-2px;color:var(--text-primary);margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:650px;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__highlight{color:var(--text-primary);font-weight:600}.Hero-module__ZARIfG__actions{gap:1rem;margin-bottom:4rem;display:flex}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{border-radius:8px;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;transition:all .2s}.Hero-module__ZARIfG__primaryBtn{background:var(--text-primary);color:#fff;box-shadow:var(--shadow-lg)}.Hero-module__ZARIfG__primaryBtn:hover{background:var(--accent-primary);transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryBtn{border:1px solid var(--border-color);color:var(--text-primary);box-shadow:var(--shadow-sm);background:#fff}.Hero-module__ZARIfG__secondaryBtn:hover{background:var(--bg-secondary);border-color:var(--text-secondary)}.Hero-module__ZARIfG__stats{border-top:1px solid var(--border-color);align-items:center;gap:3rem;padding-top:2rem;display:flex}.Hero-module__ZARIfG__statItem{flex-direction:column;align-items:center;display:flex}.Hero-module__ZARIfG__statValue{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.25rem;font-size:1.8rem;font-weight:700;line-height:1}.Hero-module__ZARIfG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.Hero-module__ZARIfG__statDivider{background:var(--border-color);width:1px;height:40px}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:3rem}.Hero-module__ZARIfG__stats{flex-direction:column;gap:1.5rem}.Hero-module__ZARIfG__statDivider{display:none}}
.Demo-module__BCvAMa__demo{background:var(--bg-secondary);padding:80px 0}.Demo-module__BCvAMa__heading{text-align:center;margin-bottom:1rem;font-size:2.5rem}.Demo-module__BCvAMa__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:1.125rem}.Demo-module__BCvAMa__videoWrapper{border:1px solid #ffffff1a;border-radius:16px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 20px 40px #0003}.Demo-module__BCvAMa__video{width:100%;height:auto;display:block}.Demo-module__BCvAMa__gradioContainer{flex-direction:column;gap:1rem;max-width:900px;margin-top:4rem;margin-left:auto;margin-right:auto;display:flex}.Demo-module__BCvAMa__fallbackInfo{text-align:center;color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;font-size:.9rem}.Demo-module__BCvAMa__fallbackLink{color:var(--primary);margin-top:.5rem;font-weight:500;text-decoration:none;display:inline-block}.Demo-module__BCvAMa__fallbackLink:hover{text-decoration:underline}.Demo-module__BCvAMa__gradioWrapper{border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0003}
.Features-module__zvCZ4q__features{background:var(--bg-primary);padding:8rem 0;position:relative}.Features-module__zvCZ4q__heading{font-family:var(--font-display);text-align:center;color:var(--text-primary);margin-bottom:4rem;font-size:3rem}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(250px,auto);gap:2rem;display:grid}.Features-module__zvCZ4q__card{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.Features-module__zvCZ4q__card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Features-module__zvCZ4q__card h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.Features-module__zvCZ4q__card p{color:var(--text-secondary);line-height:1.6}.Features-module__zvCZ4q__large{background:radial-gradient(circle at 100% 0,#f0f9ff,#fff);flex-direction:column;grid-area:span 2/span 2;justify-content:center;display:flex}.Features-module__zvCZ4q__large h3{font-size:2.5rem}.Features-module__zvCZ4q__wide{grid-column:span 3}.Features-module__zvCZ4q__visual{font-family:var(--font-display);color:#2563eb0d;pointer-events:none;font-size:6rem;font-weight:900;position:absolute;bottom:-20px;right:20px}@media (max-width:900px){.Features-module__zvCZ4q__grid{grid-template-columns:1fr}.Features-module__zvCZ4q__large,.Features-module__zvCZ4q__wide{grid-area:span 1/span 1}}
.Performance-module__dMVXSq__performance{background:var(--bg-secondary);padding:6rem 0}.Performance-module__dMVXSq__heading{font-family:var(--font-display);text-align:center;color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem}.Performance-module__dMVXSq__subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.Performance-module__dMVXSq__metricsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.Performance-module__dMVXSq__metricCard{border:1px solid var(--border-color);text-align:center;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;padding:2rem;transition:transform .2s}.Performance-module__dMVXSq__metricCard:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.Performance-module__dMVXSq__metricCard h3{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:1rem}.Performance-module__dMVXSq__bigNumber{font-family:var(--font-display);color:var(--accent-primary);margin-bottom:.5rem;font-size:3rem;font-weight:700}.Performance-module__dMVXSq__tablesContainer{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.Performance-module__dMVXSq__tableWrapper{box-shadow:var(--shadow-sm);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;max-width:800px;margin:0 auto;padding:1.5rem;overflow:hidden}.Performance-module__dMVXSq__tableWrapper h3{text-align:center;color:var(--text-primary);margin-bottom:1rem}.Performance-module__dMVXSq__table{border-collapse:collapse;width:100%}.Performance-module__dMVXSq__table th,.Performance-module__dMVXSq__table td{text-align:left;border-bottom:1px solid var(--border-color);padding:1.2rem}.Performance-module__dMVXSq__table th{background:var(--bg-secondary);color:var(--text-secondary);text-transform:uppercase;font-size:.9rem;font-weight:600}.Performance-module__dMVXSq__table tr:last-child td{border-bottom:none}.Performance-module__dMVXSq__highlightRow{background:#2563eb0d}.Performance-module__dMVXSq__highlightRow td{color:var(--accent-primary)}@media (max-width:768px){.Performance-module__dMVXSq__metricsGrid{grid-template-columns:1fr}}
.Code-module__ewBz1q__code{background:var(--bg-primary);padding:6rem 0}.Code-module__ewBz1q__heading{font-family:var(--font-display);text-align:center;color:var(--text-primary);margin-bottom:3rem;font-size:2.5rem}.Code-module__ewBz1q__steps{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.Code-module__ewBz1q__step h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.Code-module__ewBz1q__codeBlock{background:#1e1e1e;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}
.TechSpecs-module__jS1mZq__specs{background:var(--bg-tertiary);padding:8rem 0}.TechSpecs-module__jS1mZq__heading{font-family:var(--font-display);text-align:center;color:var(--text-primary);margin-bottom:4rem;font-size:3rem}.TechSpecs-module__jS1mZq__content{align-items:center;gap:5rem;display:flex}.TechSpecs-module__jS1mZq__imageWrapper{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.TechSpecs-module__jS1mZq__architectureImage{border-radius:8px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000004d}.TechSpecs-module__jS1mZq__box{border:1px solid var(--accent-primary);color:var(--accent-primary);font-family:var(--font-display);text-align:center;width:100%;box-shadow:var(--shadow-md);background:#fff;border-radius:12px;padding:1.5rem 3rem;font-weight:600;transition:transform .2s}.TechSpecs-module__jS1mZq__box:hover{background:var(--accent-highlight);transform:scale(1.02)}.TechSpecs-module__jS1mZq__arrow{color:var(--text-muted);font-size:1.5rem}.TechSpecs-module__jS1mZq__details{flex-direction:column;flex:1;gap:2.5rem;display:flex}.TechSpecs-module__jS1mZq__item{border-left:3px solid var(--accent-primary);padding-left:2rem}.TechSpecs-module__jS1mZq__item h4{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.TechSpecs-module__jS1mZq__item p{color:var(--text-secondary);line-height:1.6}@media (max-width:768px){.TechSpecs-module__jS1mZq__content{flex-direction:column}}
.UseCases-module__gggr1G__useCases{background:var(--bg-primary);padding:8rem 0}.UseCases-module__gggr1G__heading{font-family:var(--font-display);text-align:center;color:var(--text-primary);margin-bottom:4rem;font-size:3rem}.UseCases-module__gggr1G__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.UseCases-module__gggr1G__card{border:1px solid var(--border-color);text-align:center;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:2.5rem;transition:all .3s}.UseCases-module__gggr1G__card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.UseCases-module__gggr1G__icon{background:var(--bg-secondary);border-radius:50%;width:80px;height:80px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:3.5rem;line-height:80px}.UseCases-module__gggr1G__card h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.UseCases-module__gggr1G__card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}
.tweet-container-module__CmFQMq__root{width:100%;min-width:250px;max-width:550px;color:var(--tweet-font-color);font-family:var(--tweet-font-family);box-sizing:border-box;border:var(--tweet-border);margin:var(--tweet-container-margin);background-color:var(--tweet-bg-color);border-radius:12px;font-weight:400;transition-property:background-color,box-shadow;transition-duration:.2s;overflow:hidden}.tweet-container-module__CmFQMq__root:hover{background-color:var(--tweet-bg-color-hover)}.tweet-container-module__CmFQMq__article{box-sizing:inherit;padding:.75rem 1rem;position:relative}
.react-tweet-theme{--tweet-container-margin:1.5rem 0;--tweet-header-font-size:.9375rem;--tweet-header-line-height:1.25rem;--tweet-body-font-size:1.25rem;--tweet-body-font-weight:400;--tweet-body-line-height:1.5rem;--tweet-body-margin:0;--tweet-quoted-container-margin:.75rem 0;--tweet-quoted-body-font-size:.938rem;--tweet-quoted-body-font-weight:400;--tweet-quoted-body-line-height:1.25rem;--tweet-quoted-body-margin:.25rem 0 .75rem 0;--tweet-info-font-size:.9375rem;--tweet-info-line-height:1.25rem;--tweet-actions-font-size:.875rem;--tweet-actions-line-height:1rem;--tweet-actions-font-weight:700;--tweet-actions-icon-size:1.25em;--tweet-actions-icon-wrapper-size:calc(var(--tweet-actions-icon-size) + .75em);--tweet-replies-font-size:.875rem;--tweet-replies-line-height:1rem;--tweet-replies-font-weight:700}:where(.react-tweet-theme) *{box-sizing:border-box;margin:0;padding:0}:is([data-theme=light],.light) :where(.react-tweet-theme),:where(.react-tweet-theme){--tweet-skeleton-gradient:linear-gradient(270deg,#fafafa,#eaeaea,#eaeaea,#fafafa);--tweet-border:1px solid #cfd9de;--tweet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--tweet-font-color:#0f1419;--tweet-font-color-secondary:#536471;--tweet-bg-color:#fff;--tweet-bg-color-hover:#f7f9f9;--tweet-quoted-bg-color-hover:#00000008;--tweet-color-blue-primary:#1d9bf0;--tweet-color-blue-primary-hover:#1a8cd8;--tweet-color-blue-secondary:#006fd6;--tweet-color-blue-secondary-hover:#006fd61a;--tweet-color-red-primary:#f91880;--tweet-color-red-primary-hover:#f918801a;--tweet-color-green-primary:#00ba7c;--tweet-color-green-primary-hover:#00ba7c1a;--tweet-twitter-icon-color:var(--tweet-font-color);--tweet-verified-old-color:#829aab;--tweet-verified-blue-color:var(--tweet-color-blue-primary)}:is([data-theme=dark],.dark) :where(.react-tweet-theme){--tweet-skeleton-gradient:linear-gradient(270deg,#15202b,#1e2732,#1e2732,#15202b);--tweet-border:1px solid #425364;--tweet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--tweet-font-color:#f7f9f9;--tweet-font-color-secondary:#8b98a5;--tweet-bg-color:#15202b;--tweet-bg-color-hover:#1e2732;--tweet-quoted-bg-color-hover:#ffffff08;--tweet-color-blue-primary:#1d9bf0;--tweet-color-blue-primary-hover:#1a8cd8;--tweet-color-blue-secondary:#6bc9fb;--tweet-color-blue-secondary-hover:#6bc9fb1a;--tweet-color-red-primary:#f91880;--tweet-color-red-primary-hover:#f918801a;--tweet-color-green-primary:#00ba7c;--tweet-color-green-primary-hover:#00ba7c1a;--tweet-twitter-icon-color:var(--tweet-font-color);--tweet-verified-old-color:#829aab;--tweet-verified-blue-color:#fff}@media (prefers-color-scheme:dark){:where(.react-tweet-theme){--tweet-skeleton-gradient:linear-gradient(270deg,#15202b,#1e2732,#1e2732,#15202b);--tweet-border:1px solid #425364;--tweet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--tweet-font-color:#f7f9f9;--tweet-font-color-secondary:#8b98a5;--tweet-bg-color:#15202b;--tweet-bg-color-hover:#1e2732;--tweet-color-blue-primary:#1d9bf0;--tweet-color-blue-primary-hover:#1a8cd8;--tweet-color-blue-secondary:#6bc9fb;--tweet-color-blue-secondary-hover:#6bc9fb1a;--tweet-color-red-primary:#f91880;--tweet-color-red-primary-hover:#f918801a;--tweet-color-green-primary:#00ba7c;--tweet-color-green-primary-hover:#00ba7c1a;--tweet-twitter-icon-color:var(--tweet-font-color);--tweet-verified-old-color:#829aab;--tweet-verified-blue-color:#fff}}
.tweet-header-module__A9EVQG__header{line-height:var(--tweet-header-line-height);font-size:var(--tweet-header-font-size);white-space:nowrap;overflow-wrap:break-word;padding-bottom:.75rem;display:flex;overflow:hidden}.tweet-header-module__A9EVQG__avatar{width:48px;height:48px;position:relative}.tweet-header-module__A9EVQG__avatarOverflow{border-radius:9999px;width:100%;height:100%;position:absolute;overflow:hidden}.tweet-header-module__A9EVQG__avatarSquare{border-radius:4px}.tweet-header-module__A9EVQG__avatarShadow{width:100%;height:100%;transition-property:background-color;transition-duration:.2s;box-shadow:inset 0 0 2px #00000008}.tweet-header-module__A9EVQG__avatarShadow:hover{background-color:#1a1a1a26}.tweet-header-module__A9EVQG__author{flex-direction:column;justify-content:center;max-width:calc(100% - 84px);margin:0 .5rem;display:flex}.tweet-header-module__A9EVQG__authorLink{color:inherit;align-items:center;text-decoration:none;display:flex}.tweet-header-module__A9EVQG__authorLink:hover{text-decoration-line:underline}.tweet-header-module__A9EVQG__authorVerified{display:inline-flex}.tweet-header-module__A9EVQG__authorLinkText{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.tweet-header-module__A9EVQG__authorMeta,.tweet-header-module__A9EVQG__authorFollow{display:flex}.tweet-header-module__A9EVQG__username{color:var(--tweet-font-color-secondary);text-overflow:ellipsis;text-decoration:none}.tweet-header-module__A9EVQG__follow{color:var(--tweet-color-blue-secondary);font-weight:700;text-decoration:none}.tweet-header-module__A9EVQG__follow:hover{text-decoration-line:underline}.tweet-header-module__A9EVQG__separator{padding:0 .25rem}.tweet-header-module__A9EVQG__brand{margin-inline-start:auto}.tweet-header-module__A9EVQG__twitterIcon{width:23.75px;height:23.75px;color:var(--tweet-twitter-icon-color);fill:currentColor;-webkit-user-select:none;user-select:none}
.icons-module__ngm2nW__verified{fill:currentColor;-webkit-user-select:none;user-select:none;vertical-align:text-bottom;max-width:20px;height:1.25em;max-height:20px;margin-left:.125rem}
.verified-badge-module__y3BE2a__verifiedOld{color:var(--tweet-verified-old-color)}.verified-badge-module__y3BE2a__verifiedBlue{color:var(--tweet-verified-blue-color)}.verified-badge-module__y3BE2a__verifiedGovernment{color:#829aab}
.tweet-in-reply-to-module__Lv55MG__root{color:var(--tweet-font-color-secondary);overflow-wrap:break-word;white-space:pre-wrap;margin-bottom:.25rem;font-size:.9375rem;line-height:1.25rem;text-decoration:none}.tweet-in-reply-to-module__Lv55MG__root:hover{text-decoration-line:underline;text-decoration-thickness:1px}
.tweet-link-module__oos2ka__root{font-weight:inherit;color:var(--tweet-color-blue-secondary);cursor:pointer;text-decoration:none}.tweet-link-module__oos2ka__root:hover{text-decoration-line:underline;text-decoration-thickness:1px}
.tweet-body-module__ZNRZja__root{font-size:var(--tweet-body-font-size);font-weight:var(--tweet-body-font-weight);line-height:var(--tweet-body-line-height);margin:var(--tweet-body-margin);overflow-wrap:break-word;white-space:pre-wrap}
.tweet-media-module__TReg5a__root{margin-top:.75rem;position:relative;overflow:hidden}.tweet-media-module__TReg5a__rounded{border:var(--tweet-border);border-radius:12px}.tweet-media-module__TReg5a__mediaWrapper{grid-auto-rows:1fr;gap:2px;width:100%;height:100%;display:grid}.tweet-media-module__TReg5a__grid2Columns{grid-template-columns:repeat(2,1fr)}.tweet-media-module__TReg5a__grid3>a:first-child{grid-row:span 2}.tweet-media-module__TReg5a__grid2x2{grid-template-rows:repeat(2,1fr)}.tweet-media-module__TReg5a__mediaContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.tweet-media-module__TReg5a__mediaLink{outline-style:none;text-decoration:none}.tweet-media-module__TReg5a__skeleton{width:100%;padding-bottom:56.25%;display:block}.tweet-media-module__TReg5a__image{object-fit:cover;object-position:center;width:100%;height:100%;margin:0;position:absolute;top:0;bottom:0;left:0}
.tweet-media-video-module__CjSC8q__anchor{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;border:1px solid #0000;border-radius:9999px;outline-style:none;align-items:center;padding:0 1rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:flex}.tweet-media-video-module__CjSC8q__videoButton{background-color:var(--tweet-color-blue-primary);cursor:pointer;border:4px solid #fff;border-radius:9999px;justify-content:center;align-items:center;width:67px;height:67px;transition-property:background-color;transition-duration:.2s;display:flex;position:relative}.tweet-media-video-module__CjSC8q__videoButton:hover,.tweet-media-video-module__CjSC8q__videoButton:focus-visible{background-color:var(--tweet-color-blue-primary-hover)}.tweet-media-video-module__CjSC8q__videoButtonIcon{color:#fff;fill:currentColor;-webkit-user-select:none;user-select:none;width:calc(50% + 4px);max-width:100%;height:calc(50% + 4px);margin-left:3px}.tweet-media-video-module__CjSC8q__watchOnTwitter{position:absolute;top:12px;right:8px}.tweet-media-video-module__CjSC8q__watchOnTwitter>a{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f1419bf;min-width:2rem;min-height:2rem;font-size:.875rem;line-height:1rem}.tweet-media-video-module__CjSC8q__watchOnTwitter>a:hover{background-color:#272c30bf}.tweet-media-video-module__CjSC8q__viewReplies{background-color:var(--tweet-color-blue-primary);border-color:var(--tweet-color-blue-primary);min-height:2rem;font-size:.9375rem;line-height:1.25rem;position:relative}.tweet-media-video-module__CjSC8q__viewReplies:hover{background-color:var(--tweet-color-blue-primary-hover)}
.tweet-info-created-at-module__GZMM3G__root{color:inherit;font-size:var(--tweet-info-font-size);line-height:var(--tweet-info-line-height);text-decoration:none}.tweet-info-created-at-module__GZMM3G__root:hover{text-decoration-line:underline;text-decoration-thickness:1px}
.tweet-info-module___F14PW__info{color:var(--tweet-font-color-secondary);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;align-items:center;margin-top:.125rem;display:flex}.tweet-info-module___F14PW__infoLink{color:inherit;height:var(--tweet-actions-icon-wrapper-size);width:var(--tweet-actions-icon-wrapper-size);font:inherit;border-radius:9999px;justify-content:center;align-items:center;margin-left:auto;margin-right:-4px;text-decoration:none;transition-property:background-color;transition-duration:.2s;display:flex}.tweet-info-module___F14PW__infoLink:hover{background-color:var(--tweet-color-blue-secondary-hover)}.tweet-info-module___F14PW__infoIcon{color:inherit;fill:currentColor;height:var(--tweet-actions-icon-size);-webkit-user-select:none;user-select:none}.tweet-info-module___F14PW__infoLink:hover>.tweet-info-module___F14PW__infoIcon{color:var(--tweet-color-blue-secondary)}
.tweet-actions-module__TCXXfW__actions{color:var(--tweet-font-color-secondary);border-top:var(--tweet-border);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;align-items:center;margin-top:.25rem;padding-top:.25rem;display:flex}.tweet-actions-module__TCXXfW__like,.tweet-actions-module__TCXXfW__reply,.tweet-actions-module__TCXXfW__copy{color:inherit;align-items:center;margin-right:1.25rem;text-decoration:none;display:flex}.tweet-actions-module__TCXXfW__like:hover,.tweet-actions-module__TCXXfW__reply:hover,.tweet-actions-module__TCXXfW__copy:hover{background-color:#0000}.tweet-actions-module__TCXXfW__like:hover>.tweet-actions-module__TCXXfW__likeIconWrapper{background-color:var(--tweet-color-red-primary-hover)}.tweet-actions-module__TCXXfW__like:hover>.tweet-actions-module__TCXXfW__likeCount{color:var(--tweet-color-red-primary);text-decoration-line:underline}.tweet-actions-module__TCXXfW__likeIconWrapper,.tweet-actions-module__TCXXfW__replyIconWrapper,.tweet-actions-module__TCXXfW__copyIconWrapper{width:var(--tweet-actions-icon-wrapper-size);height:var(--tweet-actions-icon-wrapper-size);border-radius:9999px;justify-content:center;align-items:center;margin-left:-.25rem;display:flex}.tweet-actions-module__TCXXfW__likeIcon,.tweet-actions-module__TCXXfW__replyIcon,.tweet-actions-module__TCXXfW__copyIcon{height:var(--tweet-actions-icon-size);fill:currentColor;-webkit-user-select:none;user-select:none}.tweet-actions-module__TCXXfW__likeIcon{color:var(--tweet-color-red-primary)}.tweet-actions-module__TCXXfW__likeCount,.tweet-actions-module__TCXXfW__replyText,.tweet-actions-module__TCXXfW__copyText{font-size:var(--tweet-actions-font-size);font-weight:var(--tweet-actions-font-weight);line-height:var(--tweet-actions-line-height);margin-left:.25rem}.tweet-actions-module__TCXXfW__reply:hover>.tweet-actions-module__TCXXfW__replyIconWrapper{background-color:var(--tweet-color-blue-secondary-hover)}.tweet-actions-module__TCXXfW__reply:hover>.tweet-actions-module__TCXXfW__replyText{color:var(--tweet-color-blue-secondary);text-decoration-line:underline}.tweet-actions-module__TCXXfW__replyIcon{color:var(--tweet-color-blue-primary)}.tweet-actions-module__TCXXfW__copy{font:inherit;cursor:pointer;background:0 0;border:none}.tweet-actions-module__TCXXfW__copy:hover>.tweet-actions-module__TCXXfW__copyIconWrapper{background-color:var(--tweet-color-green-primary-hover)}.tweet-actions-module__TCXXfW__copy:hover .tweet-actions-module__TCXXfW__copyIcon{color:var(--tweet-color-green-primary)}.tweet-actions-module__TCXXfW__copy:hover>.tweet-actions-module__TCXXfW__copyText{color:var(--tweet-color-green-primary);text-decoration-line:underline}
.tweet-replies-module__ktL-Xa__replies{padding:.25rem 0}.tweet-replies-module__ktL-Xa__link{color:var(--tweet-color-blue-secondary);-webkit-user-select:none;user-select:none;border:var(--tweet-border);border-radius:9999px;outline-style:none;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:0 1rem;text-decoration:none;transition-property:background-color;transition-duration:.2s;display:flex}.tweet-replies-module__ktL-Xa__link:hover{background-color:var(--tweet-color-blue-secondary-hover)}.tweet-replies-module__ktL-Xa__text{font-weight:var(--tweet-replies-font-weight);font-size:var(--tweet-replies-font-size);line-height:var(--tweet-replies-line-height);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.quoted-tweet-container-module__cim9QG__root{border:var(--tweet-border);width:100%;margin:var(--tweet-quoted-container-margin);cursor:pointer;border-radius:12px;transition-property:background-color,box-shadow;transition-duration:.2s;overflow:hidden}.quoted-tweet-container-module__cim9QG__root:hover{background-color:var(--tweet-quoted-bg-color-hover)}.quoted-tweet-container-module__cim9QG__article{box-sizing:inherit;position:relative}
.quoted-tweet-header-module__Cx2l9W__header{line-height:var(--tweet-header-line-height);font-size:var(--tweet-header-font-size);white-space:nowrap;overflow-wrap:break-word;padding:.75rem .75rem 0;display:flex;overflow:hidden}.quoted-tweet-header-module__Cx2l9W__avatar{width:20px;height:20px;position:relative}.quoted-tweet-header-module__Cx2l9W__avatarSquare{border-radius:4px}.quoted-tweet-header-module__Cx2l9W__author{margin:0 .5rem;display:flex}.quoted-tweet-header-module__Cx2l9W__authorText{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.quoted-tweet-header-module__Cx2l9W__username{color:var(--tweet-font-color-secondary);text-overflow:ellipsis;margin-left:.125rem;text-decoration:none}
.quoted-tweet-body-module__qHviCq__root{font-size:var(--tweet-quoted-body-font-size);font-weight:var(--tweet-quoted-body-font-weight);line-height:var(--tweet-quoted-body-line-height);margin:var(--tweet-quoted-body-margin);overflow-wrap:break-word;white-space:pre-wrap;padding:0 .75rem}
.tweet-not-found-module__sn80BG__root{flex-direction:column;align-items:center;padding-bottom:.75rem;display:flex}.tweet-not-found-module__sn80BG__root>h3{margin-bottom:.5rem;font-size:1.25rem}
.skeleton-module__yM3A9W__skeleton{background-image:var(--tweet-skeleton-gradient);background-size:400% 100%;border-radius:5px;width:100%;animation:8s ease-in-out infinite skeleton-module__yM3A9W__loading;display:block}@media (prefers-reduced-motion:reduce){.skeleton-module__yM3A9W__skeleton{background-position:200% 0;animation:none}}@keyframes skeleton-module__yM3A9W__loading{0%{background-position:200% 0}to{background-position:-200% 0}}
.tweet-skeleton-module__ZayCwq__root{pointer-events:none;padding-bottom:.25rem}
.SocialProof-module__qq_XNa__socialProof{background:var(--bg-primary);padding:80px 0}.SocialProof-module__qq_XNa__heading{text-align:center;margin-bottom:1rem;font-size:2.5rem}.SocialProof-module__qq_XNa__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-size:1.125rem}.SocialProof-module__qq_XNa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.SocialProof-module__qq_XNa__tweetWrapper{justify-content:center;display:flex}
.Footer-module__S6Hkya__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:0;padding:5rem 0 2rem}.Footer-module__S6Hkya__container{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:4rem;display:flex}.Footer-module__S6Hkya__brand{max-width:350px}.Footer-module__S6Hkya__logo{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__highlight{color:var(--accent-primary)}.Footer-module__S6Hkya__desc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__links{gap:5rem;display:flex}.Footer-module__S6Hkya__column h4{font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.Footer-module__S6Hkya__column a{color:var(--text-secondary);margin-bottom:.8rem;font-size:.95rem;transition:color .2s;display:block}.Footer-module__S6Hkya__column a:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__copyright{text-align:center;color:var(--text-muted);border-top:1px solid var(--border-color);padding-top:2rem;font-size:.85rem}
