:root{--font-family: "Poppins", sans-serif;--primary-color: #ff00ea;--secondary-color: #9d00ff;--text-color: #ffffff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--text-color);width:100vw;min-height:100vh;overflow-x:hidden;background-color:#111}#bg-video{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;object-fit:cover;object-position:center}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:-1}.app-container{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:20px 40px;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:2rem}.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.25rem;letter-spacing:.5px}.logo-img{height:32px}.nav-links-container{background:#28282866;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:99px;padding:.6rem;border:1px solid rgba(255,255,255,.08)}.nav-links{display:flex;gap:.5rem}.nav-item{text-decoration:none;color:#ffffffb3;font-weight:500;font-size:.95rem;padding:.5rem 1.5rem;border-radius:99px;transition:all .3s}.nav-item:hover{color:#fff;background:#ffffff1a}.btn-copy{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;padding:.6rem 1.4rem;border-radius:99px;cursor:pointer;font-family:inherit;font-weight:600;font-size:.9rem;transition:all .3s}.btn-copy:hover{background:#fff3;transform:translateY(-1px)}.hero{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:3vh}.live-mc-badge{background:#1e1e1e99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.4rem 1rem;border-radius:12px;display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(255,100,100,.3);box-shadow:0 0 15px #ff00001a}.status-dot{width:8px;height:8px;background-color:#ff4d4d;border-radius:50%;box-shadow:0 0 8px #ff4d4d;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.mc-value{color:#ff9ea2}.hero-title{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(to bottom,#f96,#ff5e62);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 30px rgba(255,0,0,.3)}.hero-subtitle{font-size:1.2rem;color:#ffffffe6;margin-bottom:1.5rem;max-width:600px;line-height:1.5}.hero-image-container{position:relative;margin-top:2rem;padding-top:2rem}.btn-buy{background:linear-gradient(90deg,#da448f,#db7e57);border:none;padding:.8rem 2.5rem;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 5px 20px #dc448f80;transition:transform .2s,box-shadow .2s;margin-top:1rem;z-index:10;white-space:nowrap;text-decoration:none;display:inline-block}.btn-buy:hover{transform:scale(1.05);box-shadow:0 10px 30px #dc448fb3}@media (max-width: 768px){.hero-title{font-size:3rem}.app-container{padding:20px}.nav-links{display:none}}
