::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff8c5a}code{font-family:Fira Code,Courier New,monospace}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#e0e0e0;overflow-x:hidden}html{scroll-behavior:smooth}.app{min-height:100vh;background:#0a0a0a}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 0;position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.hero:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,107,53,.08) 0%,transparent 70%);border-radius:50%;top:20%;left:-10%;animation:float 6s ease-in-out infinite;z-index:0}.hero:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,107,53,.08) 0%,transparent 70%);border-radius:50%;bottom:20%;right:-10%;animation:float 8s ease-in-out infinite;z-index:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-container{max-width:1400px;display:flex;align-items:center;gap:4rem;z-index:1;position:relative;margin:0 auto;width:100%;padding:0 2rem;box-sizing:border-box}.hero-image{flex-shrink:0}.profile-img{width:300px;height:300px;border-radius:50%;object-fit:cover;border:4px solid #ff6b35;box-shadow:0 0 40px #ff6b3566;transition:transform .3s ease}.profile-img:hover{transform:scale(1.05);box-shadow:0 0 60px #ff6b3599}.hero-content{flex:1;text-align:left}.hero h1{font-size:5rem;font-weight:900;margin-bottom:1.5rem;color:#fff;line-height:1.1;text-transform:uppercase;letter-spacing:-2px}.hero-subtitle{font-size:1.5rem;color:#888;margin-bottom:2rem;font-weight:600;text-transform:uppercase;letter-spacing:2px}.hero-description{font-size:1.3rem;color:#ccc;margin-bottom:3rem;max-width:800px;line-height:1.9;font-weight:400}.btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#ff6b35,#e55a27);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff6b354d}.btn-secondary{background:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary:hover{background:#fff;color:#0a0a0a;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff4d}.contact-section{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:3rem}.cta-container{max-width:800px;width:100%;text-align:center}.cta-title{font-size:3.5rem;font-weight:900;color:#000;margin-bottom:1rem;line-height:1.2;text-transform:uppercase;letter-spacing:-1px}.cta-subtitle{font-size:1.5rem;color:#666;margin:0;font-weight:400;line-height:1.6}.contact-container{width:100%;max-width:1200px;height:700px}.contact-container>div{width:100%;height:100%}.video-section{position:relative;width:100%;min-height:300vh}.video-container{position:sticky;top:0;width:100%;height:100vh;z-index:0}.video-background{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;transform:translate(-50%,-50%);border:none;opacity:1;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a0a0a26,#0a0a0a0d,#0a0a0a26);z-index:1}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;width:90%;max-width:900px;pointer-events:auto;opacity:0;transform:translate(-50%,calc(-50% + 30px));transition:opacity .5s ease,transform .5s ease}.modal.fade-in{opacity:1;transform:translate(-50%,-50%)}.modal.fade-out{opacity:0;transform:translate(-50%,calc(-50% + 30px));pointer-events:none}.modal-app-stores{top:auto;bottom:2rem;left:2rem;right:auto;transform:translate(0);max-width:400px;width:auto}.modal-app-stores.fade-in{opacity:1;transform:translate(0)}.modal-app-stores.fade-out{opacity:0;transform:translateY(20px)}.modal-container-dark{background:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;box-shadow:0 10px 40px #00000080}.modal-container-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:1rem;max-width:350px}.modal-card-header{display:flex;align-items:flex-start;gap:1rem}.modal-card-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.modal-card-icon img{width:100%;height:100%;object-fit:contain;border-radius:8px}.modal-card-title-section{flex:1;display:flex;flex-direction:column;gap:.25rem}.modal-card-title{font-size:1.25rem;font-weight:700;color:#000;margin:0;line-height:1.3}.modal-card-subtitle{font-size:.875rem;color:#666;margin:0;line-height:1.4;font-weight:400}.modal-card-stores{display:flex;flex-direction:row;gap:.75rem;align-items:center}.modal-card-stores .app-store-button,.modal-card-stores .google-play-button{transition:transform .2s ease,opacity .2s ease}.modal-card-stores .app-store-button:hover,.modal-card-stores .google-play-button:hover{transform:scale(1.05);opacity:.9}.modal-card-stores .app-store-button img,.modal-card-stores .google-play-button img{height:40px;width:auto;display:block}.modal-title-light{color:#fff}.modal-description-light{color:#e0e0e0}.modal-container{display:flex;gap:2rem;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0000004d}.modal-left{flex:1;display:flex;flex-direction:column;justify-content:center}.modal-title{font-size:2rem;font-weight:800;color:#000;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.modal-description{font-size:1rem;color:#333;margin-bottom:2rem;line-height:1.6}.modal-description strong{font-weight:700}.modal-buttons{display:flex;flex-direction:column;gap:1rem}.modal-button{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border:1px solid #000;border-radius:12px;text-decoration:none;transition:all .3s ease}.modal-button:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.button-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.opensea-icon{background:#2081e2}.opensea-icon:after{content:"⛵";font-size:24px;filter:brightness(0) invert(1)}.abscan-icon{background:#90ee90;border-radius:12px}.abscan-icon:after{content:"★";font-size:24px;color:#fff;font-weight:700}.button-text{display:flex;flex-direction:column}.button-label{font-size:.9rem;color:#666;line-height:1.2}.button-name{font-size:1.2rem;font-weight:700;color:#000;line-height:1.2}.modal-right{flex:1;display:flex;align-items:center;justify-content:center}.app-store-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.app-store-button,.google-play-button{display:inline-block;transition:transform .3s ease,opacity .3s ease;text-decoration:none}.app-store-button:hover,.google-play-button:hover{transform:scale(1.05);opacity:.9}.app-store-button img,.google-play-button img{display:block;height:60px;width:auto;border-radius:8px}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,calc(-50% + 30px))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes fadeOutDown{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,calc(-50% + 30px))}}.nft-grid{position:relative;width:400px;height:400px}.nft-grid img:first-child{width:200px;height:auto;border-radius:20px;transition:transform .3s ease;position:absolute;top:0;right:0;z-index:1}.nft-grid img:nth-child(2){width:200px;height:auto;border-radius:20px;transition:transform .3s ease;position:absolute;top:80px;right:60px;z-index:2}.nft-grid img:nth-child(3){width:200px;height:auto;border-radius:20px;transition:transform .3s ease;position:absolute;bottom:0;left:0;z-index:3}.nft-image:hover{transform:translateY(-10px) scale(1.05)}.image-container{position:relative;width:100%;display:inline-block}.achievements-image{max-width:100%;max-height:400px;height:auto;width:auto;border-radius:20px;display:block;transition:opacity .5s ease}.achievements-image.fade-in{opacity:1;position:relative}.achievements-image.fade-out{opacity:0;position:absolute;top:0;left:0;pointer-events:none}.chippys-world{min-height:100vh;position:relative;overflow:hidden;background:#feb902}.chippys-world.hidden{display:none}.chippys-world.visible{display:block}.parallax-container{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.parallax-background{position:absolute;background-repeat:no-repeat;will-change:transform;transition:transform .1s ease-out}.parallax-bg-1{width:50%;height:80%;top:10%;left:0;z-index:1;background-size:cover;background-position:left center}.parallax-bg-2{width:60%;height:80%;top:10%;right:0;z-index:2;background-size:contain;background-position:right center}.parallax-content{position:relative;z-index:3;text-align:left;padding:3rem;max-width:600px;margin-left:52%;margin-top:0%;color:#fff;animation:fadeIn 1s ease-out}.parallax-title{font-family:Fredoka,sans-serif;font-size:4rem;font-weight:700;margin:0;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:slideInDown 1s ease-out}.parallax-subtitle{font-family:Fredoka,sans-serif;font-size:2.5rem;font-weight:400;margin:0;margin-bottom:2rem;color:#ffffffe6;animation:slideInUp 1s ease-out .3s backwards}.parallax-description{font-family:Fredoka,sans-serif;font-size:1.1rem;line-height:1.8;color:#fffc;animation:fadeIn 1s ease-out .6s backwards}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.staking-section{min-height:100vh;background:#0a0a0a;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;animation:fadeIn 1s ease}.staking-section.hidden{display:none}.staking-section.visible{display:flex}.staking-container{max-width:1200px;width:100%;text-align:center}.staking-title{font-family:Fredoka,sans-serif;font-size:4rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.staking-description{font-family:Fredoka,sans-serif;font-size:1.5rem;color:#fffc;margin-bottom:3rem;font-weight:400}.tweets-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.tweet-embed{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.hero{min-height:auto;padding:3rem 1.5rem}.hero-container{flex-direction:column;gap:2rem;text-align:center}.hero-content{text-align:center}.profile-img{width:180px;height:180px;border-width:3px}.hero h1{font-size:2rem;letter-spacing:-.5px;margin-bottom:1rem;line-height:1.2;text-align:center}.hero-description{font-size:1rem;margin-bottom:2rem;line-height:1.6;max-width:100%;text-align:center}.btn{padding:.875rem 1.5rem;font-size:1rem;width:100%;max-width:280px;text-align:center;display:block;margin:0 auto}.hero-content>div{justify-content:center!important;align-items:center}.video-section{min-height:auto;padding:2rem 0;background:#0a0a0a}.video-container{position:relative;height:auto;min-height:300px;margin-bottom:3rem}.video-background{position:relative;width:100%;height:auto;min-height:300px;min-width:auto;transform:none;top:0;left:0;object-fit:contain}.video-overlay{display:none}.video-container{pointer-events:auto}.modal{position:static;transform:none;width:100%;max-width:100%;opacity:1;margin:2rem 0;padding:0 1.5rem;pointer-events:auto}.modal.fade-in,.modal.fade-out{opacity:1;transform:none;pointer-events:auto}.modal-app-stores{position:static;transform:none;width:100%;max-width:100%;opacity:1;margin:2rem 0;padding:0 1.5rem;pointer-events:auto}.modal-app-stores.fade-in,.modal-app-stores.fade-out{opacity:1;transform:none;pointer-events:auto}.modal-container-dark{padding:1.5rem}.modal-container-card{max-width:100%;padding:1.25rem;gap:.875rem;align-items:center}.modal-card-header{flex-direction:column;align-items:center;text-align:center;gap:.75rem}.modal-card-icon{width:40px;height:40px}.modal-card-title-section{align-items:center;text-align:center}.modal-card-title{font-size:1.1rem;text-align:center}.modal-card-subtitle{font-size:.8rem;text-align:center}.modal-card-stores{flex-wrap:wrap;justify-content:center}.modal-card-stores .app-store-button img,.modal-card-stores .google-play-button img{height:36px}.modal-container{flex-direction:column;padding:2rem 1.5rem;gap:2rem;border-radius:16px}.modal-left{order:1}.modal-right{order:2;justify-content:center}.modal-title{font-size:1.5rem;text-align:center;margin-bottom:1rem}.modal-description{font-size:.95rem;text-align:center;margin-bottom:1.5rem}.modal-buttons{gap:.875rem;flex-direction:column!important}.app-store-buttons{flex-direction:column!important;gap:1rem}.app-store-button img,.google-play-button img{height:50px}.modal-button{padding:1rem;width:100%;justify-content:center}.button-icon{width:40px;height:40px}.button-text{text-align:left}.nft-grid{width:100%;height:auto;display:flex;flex-direction:column;gap:1rem;align-items:center}.nft-grid img{position:static!important;width:100%!important;max-width:280px!important;height:auto!important;margin:0!important;border-radius:16px}.image-container{width:100%;display:flex;justify-content:center}.achievements-image{max-width:100%;max-height:300px;width:auto}.chippys-world{min-height:auto;padding:3rem 1.5rem;background:#feb902}.parallax-container{height:auto;flex-direction:column}.parallax-background{position:relative;width:100%!important;height:250px!important;top:0!important;left:0!important;transform:none!important;opacity:1!important;margin-bottom:2rem;border-radius:16px;background-position:center;background-size:cover}.parallax-content{margin:0;padding:0;max-width:100%;text-align:center}.parallax-title{font-size:2rem;margin-bottom:.5rem;letter-spacing:1px}.parallax-subtitle{font-size:1.5rem;margin-bottom:1.5rem}.parallax-description{font-size:1rem;margin-bottom:1.5rem}.nft-gate-image{width:100%!important;max-height:250px!important;border-radius:12px}.staking-section{min-height:auto;padding:3rem 1.5rem}.staking-title{font-size:2rem;margin-bottom:1rem}.staking-description{font-size:1rem;margin-bottom:2rem;line-height:1.6}.tweets-container{grid-template-columns:1fr;gap:1.5rem}.tweets-container>div{transform:none!important;width:100%!important}.contact-section{padding:3rem 1.5rem;min-height:auto;gap:2rem}.cta-title{font-size:2rem;letter-spacing:-.5px}.cta-subtitle{font-size:1.1rem}.contact-container{height:600px}}@media(max-width:480px){.hero{padding:2rem 1rem}.profile-img{width:150px;height:150px}.hero h1{font-size:1.75rem}.hero-description{font-size:.95rem}.modal{padding:0 1rem;margin:1.5rem 0}.modal-container{padding:1.5rem 1rem}.modal-title{font-size:1.25rem}.modal-description{font-size:.9rem}.nft-grid img{max-width:240px!important}.chippys-world{padding:2rem 1rem}.parallax-background{height:200px!important}.parallax-title{font-size:1.75rem}.parallax-subtitle{font-size:1.25rem}.parallax-description{font-size:.9rem}.staking-section{padding:2rem 1rem}.staking-title{font-size:1.75rem}.staking-description{font-size:.95rem}.contact-section{padding:2rem 1rem;gap:1.5rem}.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}.contact-container{height:500px}}._verified_lvyh0_1{margin-left:.125rem;max-width:20px;max-height:20px;height:1.25em;fill:currentColor;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}._root_98iqw_1{width:100%;min-width:250px;max-width:550px;overflow:hidden;color:var(--tweet-font-color);font-family:var(--tweet-font-family);font-weight:400;box-sizing:border-box;border:var(--tweet-border);border-radius:12px;margin:var(--tweet-container-margin);background-color:var(--tweet-bg-color);transition-property:background-color,box-shadow;transition-duration:.2s}._root_98iqw_1:hover{background-color:var(--tweet-bg-color-hover)}._article_98iqw_21{position:relative;box-sizing:inherit;padding:.75rem 1rem}.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) *{margin:0;padding:0;box-sizing:border-box}: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 rgb(207, 217, 222);--tweet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tweet-font-color: rgb(15, 20, 25);--tweet-font-color-secondary: rgb(83, 100, 113);--tweet-bg-color: #fff;--tweet-bg-color-hover: rgb(247, 249, 249);--tweet-quoted-bg-color-hover: rgba(0, 0, 0, .03);--tweet-color-blue-primary: rgb(29, 155, 240);--tweet-color-blue-primary-hover: rgb(26, 140, 216);--tweet-color-blue-secondary: rgb(0, 111, 214);--tweet-color-blue-secondary-hover: rgba(0, 111, 214, .1);--tweet-color-red-primary: rgb(249, 24, 128);--tweet-color-red-primary-hover: rgba(249, 24, 128, .1);--tweet-color-green-primary: rgb(0, 186, 124);--tweet-color-green-primary-hover: rgba(0, 186, 124, .1);--tweet-twitter-icon-color: var(--tweet-font-color);--tweet-verified-old-color: rgb(130, 154, 171);--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, rgb(30, 39, 50), rgb(30, 39, 50), rgb(21, 32, 43) );--tweet-border: 1px solid rgb(66, 83, 100);--tweet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tweet-font-color: rgb(247, 249, 249);--tweet-font-color-secondary: rgb(139, 152, 165);--tweet-bg-color: rgb(21, 32, 43);--tweet-bg-color-hover: rgb(30, 39, 50);--tweet-quoted-bg-color-hover: rgba(255, 255, 255, .03);--tweet-color-blue-primary: rgb(29, 155, 240);--tweet-color-blue-primary-hover: rgb(26, 140, 216);--tweet-color-blue-secondary: rgb(107, 201, 251);--tweet-color-blue-secondary-hover: rgba(107, 201, 251, .1);--tweet-color-red-primary: rgb(249, 24, 128);--tweet-color-red-primary-hover: rgba(249, 24, 128, .1);--tweet-color-green-primary: rgb(0, 186, 124);--tweet-color-green-primary-hover: rgba(0, 186, 124, .1);--tweet-twitter-icon-color: var(--tweet-font-color);--tweet-verified-old-color: rgb(130, 154, 171);--tweet-verified-blue-color: #fff}@media(prefers-color-scheme:dark){:where(.react-tweet-theme){--tweet-skeleton-gradient: linear-gradient( 270deg, #15202b, rgb(30, 39, 50), rgb(30, 39, 50), rgb(21, 32, 43) );--tweet-border: 1px solid rgb(66, 83, 100);--tweet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tweet-font-color: rgb(247, 249, 249);--tweet-font-color-secondary: rgb(139, 152, 165);--tweet-bg-color: rgb(21, 32, 43);--tweet-bg-color-hover: rgb(30, 39, 50);--tweet-color-blue-primary: rgb(29, 155, 240);--tweet-color-blue-primary-hover: rgb(26, 140, 216);--tweet-color-blue-secondary: rgb(107, 201, 251);--tweet-color-blue-secondary-hover: rgba(107, 201, 251, .1);--tweet-color-red-primary: rgb(249, 24, 128);--tweet-color-red-primary-hover: rgba(249, 24, 128, .1);--tweet-color-green-primary: rgb(0, 186, 124);--tweet-color-green-primary-hover: rgba(0, 186, 124, .1);--tweet-twitter-icon-color: var(--tweet-font-color);--tweet-verified-old-color: rgb(130, 154, 171);--tweet-verified-blue-color: #fff}}._header_nqq4j_1{display:flex;padding-bottom:.75rem;line-height:var(--tweet-header-line-height);font-size:var(--tweet-header-font-size);white-space:nowrap;overflow-wrap:break-word;overflow:hidden}._avatar_nqq4j_11{position:relative;height:48px;width:48px}._avatarOverflow_nqq4j_16{height:100%;width:100%;position:absolute;overflow:hidden;border-radius:9999px}._avatarSquare_nqq4j_23{border-radius:4px}._avatarShadow_nqq4j_26{height:100%;width:100%;transition-property:background-color;transition-duration:.2s;box-shadow:#00000008 0 0 2px inset}._avatarShadow_nqq4j_26:hover{background-color:#1a1a1a26}._author_nqq4j_37{max-width:calc(100% - 84px);display:flex;flex-direction:column;justify-content:center;margin:0 .5rem}._authorLink_nqq4j_44{text-decoration:none;color:inherit;display:flex;align-items:center}._authorLink_nqq4j_44:hover{text-decoration-line:underline}._authorVerified_nqq4j_53{display:inline-flex}._authorLinkText_nqq4j_56{font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._authorMeta_nqq4j_63,._authorFollow_nqq4j_66{display:flex}._username_nqq4j_69{color:var(--tweet-font-color-secondary);text-decoration:none;text-overflow:ellipsis}._follow_nqq4j_74{color:var(--tweet-color-blue-secondary);text-decoration:none;font-weight:700}._follow_nqq4j_74:hover{text-decoration-line:underline}._separator_nqq4j_82{padding:0 .25rem}._brand_nqq4j_86{margin-inline-start:auto}._twitterIcon_nqq4j_90{width:23.75px;height:23.75px;color:var(--tweet-twitter-icon-color);fill:currentColor;-webkit-user-select:none;user-select:none}._verifiedOld_lcna5_1{color:var(--tweet-verified-old-color)}._verifiedBlue_lcna5_4{color:var(--tweet-verified-blue-color)}._verifiedGovernment_lcna5_7{color:#829aab}._root_1ec15_1{text-decoration:none;color:var(--tweet-font-color-secondary);font-size:.9375rem;line-height:1.25rem;margin-bottom:.25rem;overflow-wrap:break-word;white-space:pre-wrap}._root_1ec15_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._root_eihfa_1{font-weight:inherit;color:var(--tweet-color-blue-secondary);text-decoration:none;cursor:pointer}._root_eihfa_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._root_1xq52_1{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}._root_g9tkv_1{margin-top:.75rem;overflow:hidden;position:relative}._rounded_g9tkv_6{border:var(--tweet-border);border-radius:12px}._mediaWrapper_g9tkv_10{display:grid;grid-auto-rows:1fr;gap:2px;height:100%;width:100%}._grid2Columns_g9tkv_17{grid-template-columns:repeat(2,1fr)}._grid3_g9tkv_20>a:first-child{grid-row:span 2}._grid2x2_g9tkv_23{grid-template-rows:repeat(2,1fr)}._mediaContainer_g9tkv_26{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center}._mediaLink_g9tkv_34{text-decoration:none;outline-style:none}._skeleton_g9tkv_38{padding-bottom:56.25%;width:100%;display:block}._image_g9tkv_43{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;margin:0;object-fit:cover;object-position:center}._anchor_fp31d_1{display:flex;align-items:center;color:#fff;padding:0 1rem;border:1px solid transparent;border-radius:9999px;font-weight:700;transition:background-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none;outline-style:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}._videoButton_fp31d_17{position:relative;height:67px;width:67px;display:flex;align-items:center;justify-content:center;background-color:var(--tweet-color-blue-primary);transition-property:background-color;transition-duration:.2s;border:4px solid #fff;border-radius:9999px;cursor:pointer}._videoButton_fp31d_17:hover,._videoButton_fp31d_17:focus-visible{background-color:var(--tweet-color-blue-primary-hover)}._videoButtonIcon_fp31d_35{margin-left:3px;width:calc(50% + 4px);height:calc(50% + 4px);max-width:100%;color:#fff;fill:currentColor;-webkit-user-select:none;user-select:none}._watchOnTwitter_fp31d_44{position:absolute;top:12px;right:8px}._watchOnTwitter_fp31d_44>a{min-width:2rem;min-height:2rem;font-size:.875rem;line-height:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f1419bf}._watchOnTwitter_fp31d_44>a:hover{background-color:#272c30bf}._viewReplies_fp31d_60{position:relative;min-height:2rem;background-color:var(--tweet-color-blue-primary);border-color:var(--tweet-color-blue-primary);font-size:.9375rem;line-height:1.25rem}._viewReplies_fp31d_60:hover{background-color:var(--tweet-color-blue-primary-hover)}._root_i24yn_1{color:inherit;text-decoration:none;font-size:var(--tweet-info-font-size);line-height:var(--tweet-info-line-height)}._root_i24yn_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._info_19qcj_1{display:flex;align-items:center;color:var(--tweet-font-color-secondary);margin-top:.125rem;overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis}._infoLink_19qcj_10{color:inherit;text-decoration:none}._infoLink_19qcj_10{height:var(--tweet-actions-icon-wrapper-size);width:var(--tweet-actions-icon-wrapper-size);font:inherit;margin-left:auto;display:flex;justify-content:center;align-items:center;margin-right:-4px;border-radius:9999px;transition-property:background-color;transition-duration:.2s}._infoLink_19qcj_10:hover{background-color:var(--tweet-color-blue-secondary-hover)}._infoIcon_19qcj_30{color:inherit;fill:currentColor;height:var(--tweet-actions-icon-size);-webkit-user-select:none;user-select:none}._infoLink_19qcj_10:hover>._infoIcon_19qcj_30{color:var(--tweet-color-blue-secondary)}._actions_n2anf_1{display:flex;align-items:center;color:var(--tweet-font-color-secondary);padding-top:.25rem;margin-top:.25rem;border-top:var(--tweet-border);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis}._like_n2anf_13,._reply_n2anf_14,._copy_n2anf_15{text-decoration:none;color:inherit;display:flex;align-items:center;margin-right:1.25rem}._like_n2anf_13:hover,._reply_n2anf_14:hover,._copy_n2anf_15:hover{background-color:#0000}._like_n2anf_13:hover>._likeIconWrapper_n2anf_27{background-color:var(--tweet-color-red-primary-hover)}._like_n2anf_13:hover>._likeCount_n2anf_30{color:var(--tweet-color-red-primary);text-decoration-line:underline}._likeIconWrapper_n2anf_27,._replyIconWrapper_n2anf_35,._copyIconWrapper_n2anf_36{width:var(--tweet-actions-icon-wrapper-size);height:var(--tweet-actions-icon-wrapper-size);display:flex;justify-content:center;align-items:center;margin-left:-.25rem;border-radius:9999px}._likeIcon_n2anf_27,._replyIcon_n2anf_35,._copyIcon_n2anf_36{height:var(--tweet-actions-icon-size);fill:currentColor;-webkit-user-select:none;user-select:none}._likeIcon_n2anf_27{color:var(--tweet-color-red-primary)}._likeCount_n2anf_30,._replyText_n2anf_56,._copyText_n2anf_57{font-size:var(--tweet-actions-font-size);font-weight:var(--tweet-actions-font-weight);line-height:var(--tweet-actions-line-height);margin-left:.25rem}._reply_n2anf_14:hover>._replyIconWrapper_n2anf_35{background-color:var(--tweet-color-blue-secondary-hover)}._reply_n2anf_14:hover>._replyText_n2anf_56{color:var(--tweet-color-blue-secondary);text-decoration-line:underline}._replyIcon_n2anf_35{color:var(--tweet-color-blue-primary)}._copy_n2anf_15{font:inherit;background:none;border:none;cursor:pointer}._copy_n2anf_15:hover>._copyIconWrapper_n2anf_36{background-color:var(--tweet-color-green-primary-hover)}._copy_n2anf_15:hover ._copyIcon_n2anf_36{color:var(--tweet-color-green-primary)}._copy_n2anf_15:hover>._copyText_n2anf_57{color:var(--tweet-color-green-primary);text-decoration-line:underline}._replies_1cutb_1{padding:.25rem 0}._link_1cutb_4{text-decoration:none;color:var(--tweet-color-blue-secondary);display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;-webkit-user-select:none;user-select:none;outline-style:none;transition-property:background-color;transition-duration:.2s;padding:0 1rem;border:var(--tweet-border);border-radius:9999px}._link_1cutb_4:hover{background-color:var(--tweet-color-blue-secondary-hover)}._text_1cutb_23{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}._root_q5799_1{width:100%;overflow:hidden;border:var(--tweet-border);border-radius:12px;margin:var(--tweet-quoted-container-margin);transition-property:background-color,box-shadow;transition-duration:.2s;cursor:pointer}._root_q5799_1:hover{background-color:var(--tweet-quoted-bg-color-hover)}._article_q5799_16{position:relative;box-sizing:inherit}._header_r31i5_1{display:flex;padding:.75rem .75rem 0;line-height:var(--tweet-header-line-height);font-size:var(--tweet-header-font-size);white-space:nowrap;overflow-wrap:break-word;overflow:hidden}._avatar_r31i5_11{position:relative;height:20px;width:20px}._avatarSquare_r31i5_17{border-radius:4px}._author_r31i5_21{display:flex;margin:0 .5rem}._authorText_r31i5_26{font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._username_r31i5_33{color:var(--tweet-font-color-secondary);text-decoration:none;text-overflow:ellipsis;margin-left:.125rem}._root_175ot_1{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}._root_16yxa_1{display:flex;flex-direction:column;align-items:center;padding-bottom:.75rem}._root_16yxa_1>h3{font-size:1.25rem;margin-bottom:.5rem}._skeleton_oi7hr_1{display:block;width:100%;border-radius:5px;background-image:var(--tweet-skeleton-gradient);background-size:400% 100%;animation:_loading_oi7hr_1 8s ease-in-out infinite}@media(prefers-reduced-motion:reduce){._skeleton_oi7hr_1{animation:none;background-position:200% 0}}@keyframes _loading_oi7hr_1{0%{background-position:200% 0}to{background-position:-200% 0}}._root_17qqv_1{pointer-events:none;padding-bottom:.25rem}
