@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap";body,html{margin:0;padding:0;width:100%;height:100%;background-color:#000;color:#fff;font-family:Orbitron,sans-serif;overflow-x:hidden}.App{text-align:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.banner{width:100%;height:30vh;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.content{position:relative;z-index:2;background:#000000b3;padding:2rem;border-radius:10px;margin-top:20vh}.portrait{width:150px;height:150px;border-radius:50%;border:3px solid #ffc107;margin-bottom:1rem}.title-container{display:flex;align-items:center;justify-content:center;gap:1rem}.icon{width:50px;height:50px}h1{font-size:4rem;color:#ffc107;text-shadow:2px 2px 4px #000;margin:0}.social-links,.contract-info{margin-top:1.5rem}.social-links a{color:#ffc107;font-size:2.5rem;margin:0 1rem;transition:color .3s}.social-links a:hover{color:#fff}.contract-info{background:#222;padding:1rem;border-radius:5px;display:inline-flex;align-items:center;gap:1rem;font-family:Courier New,Courier,monospace}.contract-address{font-size:1rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.copy-button{background:none;border:none;color:#ffc107;cursor:pointer;font-size:1.5rem}.copy-feedback{color:#4caf50;font-size:.9rem;height:1rem}.body-text{margin-top:2rem;max-width:600px;font-size:1.2rem;line-height:1.6;color:#ccc;letter-spacing:1px}.body-text p{margin-bottom:1.5rem}.portrait-container{position:relative;display:inline-block}.meme-quote{position:absolute;background-color:#ffc107cc;color:#000;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;white-space:nowrap;opacity:1;transform:scale(1);transition:all .3s ease-in-out;animation:float 6s ease-in-out infinite;box-shadow:0 0 10px #ffc10700}.portrait-container:hover .meme-quote{box-shadow:0 0 15px #ffc107cc}.quote1{top:-20px;left:50%;transform:translate(-50%);animation-delay:0s}.quote2{bottom:-20px;left:50%;transform:translate(-50%);animation-delay:2s}.quote3{top:50%;left:-130px;transform:translateY(-50%);animation-delay:4s}@keyframes float{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}to{transform:translateY(0) scale(1)}}#tsparticles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.audio-controls{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;gap:1rem;background:#00000080;padding:.5rem 1rem;border-radius:20px;z-index:100}.mute-button{background:none;border:none;color:#ffc107;cursor:pointer;font-size:1.5rem}.volume-slider{-webkit-appearance:none;width:100px;height:5px;background:#555;outline:none;opacity:.7;transition:opacity .2s;border-radius:3px}.volume-slider:hover{opacity:1}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;background:#ffc107;cursor:pointer;border-radius:50%}.volume-slider::-moz-range-thumb{width:15px;height:15px;background:#ffc107;cursor:pointer;border-radius:50%}.updates-notice{margin-top:2rem;font-style:italic;color:#888;font-size:.9rem}.header-buttons-container{position:absolute;top:20px;right:20px;z-index:10;display:flex;flex-direction:column;gap:15px;box-shadow:0 0 15px #ffc107cc}.alpha-button,.chart-button{padding:.5rem 1.5rem;font-size:1.2rem;font-family:Orbitron,sans-serif;font-weight:700;color:#000;background-color:#ffc107;border:2px solid #000;border-radius:5px;cursor:pointer;transition:all .3s}.alpha-button:hover,.chart-button:hover{background-color:#fff;color:#ffc107;transform:scale(1.05)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{position:relative;padding:20px;background:#111;border:2px solid #ffc107;border-radius:10px;max-width:90vw;max-height:90vh}.modal-content iframe{width:85vw;height:80vh;border:none;background:#000}.modal-image{width:100%;height:100%;max-width:85vw;max-height:80vh;object-fit:contain}.close-button{position:absolute;top:-15px;right:-15px;background:#ffc107;color:#000;border:2px solid #000;border-radius:50%;width:30px;height:30px;font-size:1.5rem;font-weight:700;line-height:25px;text-align:center;cursor:pointer}.video-gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;padding:2rem 0;z-index:2}.video-gallery video{width:100%;max-width:350px;height:auto;border-radius:10px;border:2px solid #ffc107}@media (max-width: 768px){.video-gallery video{max-width:90%}}
