@import url(https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap);*{margin:0;padding:0}body,html{height:100%;overflow-x:hidden;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100%;width:100%}.meme-landing-page{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#ff4500);background-blend-mode:overlay;background-position:center 110%,0 0;background-repeat:no-repeat,repeat;background-size:300px 300px,100% 100%;color:#fff;font-family:VT323,monospace;min-height:100vh;overflow-x:hidden;position:relative}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border-bottom:3px solid #ff4500;height:80px;justify-content:space-between;padding:20px 40px;position:relative;z-index:1}.header,.header-left{align-items:center;display:flex}.header-left{gap:15px}.logo{border:3px solid #ff4500;border-radius:50%;box-shadow:0 0 20px #ff450080;height:50px;transition:transform .3s ease;width:50px}.logo:hover{transform:rotate(1turn) scale(1.1)}.project-name{color:#fff;font-family:Press Start\ 2P,cursive;font-size:18px;letter-spacing:2px;text-shadow:2px 2px 4px #00000080}.header-right,.twitter-link{align-items:center;display:flex}.twitter-link{background:#ff4500;border:2px solid #ffffff4d;border-radius:50%;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.twitter-link:hover{background:#ff6b35;border-color:#ffffff80;box-shadow:0 0 20px #ff450099;transform:scale(1.1) rotate(5deg)}.twitter-icon{fill:#fff;height:24px;width:24px}.crypto-address-bubble{align-items:center;background:#000c;border:3px solid #ff4500;border-radius:30px;box-shadow:0 0 30px #ff45004d;display:flex;justify-content:center;margin:30px auto;max-width:500px;overflow:hidden;padding:15px 30px;position:relative;z-index:1}.crypto-address-bubble:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000,#ff45001a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.address-text{color:#fff;font-size:18px;font-weight:700;letter-spacing:1px;position:relative;text-shadow:1px 1px 2px #00000080;z-index:1}.image-container{align-items:center;display:flex;justify-content:center;margin:30px auto;position:relative;z-index:1}.decoration-image{border-radius:15px;box-shadow:0 0 30px #ff450066;filter:drop-shadow(0 0 10px rgba(255,69,0,.3));height:auto;max-height:200px;max-width:300px;transition:transform .3s ease;width:auto}.decoration-image:hover{box-shadow:0 0 40px #ff450099;transform:scale(1.05)}.main-content{margin:0 auto;max-width:1200px;padding:40px 40px 60px;position:relative;z-index:1}.hero-section{animation:fadeInUp 1s ease-out;margin-bottom:80px}.hero-content{align-items:center;display:flex;gap:40px;margin:0 auto;max-width:1000px}.hero-text{flex:1 1;text-align:left}.hero-image{align-items:center;display:flex;flex-shrink:0;justify-content:center}.bj-image{border-radius:15px;box-shadow:0 0 30px #ff450066;filter:drop-shadow(0 0 10px rgba(255,69,0,.3));height:auto;max-height:300px;max-width:300px;transition:transform .3s ease;width:auto}.bj-image:hover{box-shadow:0 0 40px #ff450099;transform:scale(1.05)}.main-title{animation:glow 2s ease-in-out infinite alternate;color:#fff;font-family:Press Start\ 2P,cursive;font-size:48px;letter-spacing:4px;margin-bottom:30px;text-shadow:4px 4px 8px #000000b3}@keyframes glow{0%{text-shadow:4px 4px 8px #000000b3,0 0 20px #ffffff80}to{text-shadow:4px 4px 8px #000000b3,0 0 30px #fffc}}.hero-description{font-size:24px;line-height:1.4;margin-bottom:20px}.hero-description,.supply-info{text-shadow:2px 2px 4px #00000080}.supply-info{color:gold;font-size:20px;margin-bottom:15px}.clarification{font-size:18px;font-style:italic;opacity:.9;text-shadow:1px 1px 2px #00000080}.section{animation:fadeInUp 1s ease-out .5s both;margin-bottom:60px}.section-title{color:#fff;font-family:Press Start\ 2P,cursive;font-size:24px;letter-spacing:2px;margin-bottom:20px;text-align:center;text-shadow:3px 3px 6px #000000b3}.section-content{font-size:20px;line-height:1.5;text-align:center;text-shadow:1px 1px 2px #00000080}.special-box{background:#0000004d;border:3px solid #ff4500;border-radius:15px;box-shadow:0 0 30px #ff45004d;margin:20px auto;max-width:800px;overflow:hidden;padding:30px;position:relative}.special-box:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000,#ff45001a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.special-box p{font-size:18px;line-height:1.6;position:relative;text-align:center;text-shadow:1px 1px 2px #00000080;z-index:1}.special-box strong{color:gold;font-weight:700}.bottom-spacer{height:200px;position:relative;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.header{height:70px;padding:15px 20px}.logo{height:40px;width:40px}.project-name{font-size:14px}.crypto-address-bubble{margin:20px auto;max-width:450px;padding:12px 25px}.address-text{font-size:16px}.decoration-image{max-height:150px;max-width:250px}.hero-content{flex-direction:column;gap:30px}.hero-content,.hero-text{text-align:center}.bj-image{max-height:250px;max-width:250px}.main-content{padding:30px 20px 40px}.main-title{font-size:32px}.hero-description,.section-title{font-size:20px}.special-box{padding:20px}.bottom-spacer{height:150px}}@media (max-width:480px){.header{flex-direction:column;gap:15px;height:auto}.crypto-address-bubble{margin:15px auto;max-width:350px;padding:10px 20px}.address-text{font-size:14px}.decoration-image{max-height:120px;max-width:200px}.bj-image{max-height:200px;max-width:200px}.main-title{font-size:24px}.hero-description{font-size:18px}.bottom-spacer{height:100px}}.App{height:100vh;margin:0;padding:0;width:100%}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.d252ede8.css.map*/