*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #000000;--color-text: #ffffff;--color-text-muted: rgba(255, 255, 255, .7);--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif}html,body{min-height:100vh;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;background:#000;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000004d,#0006,#000000b3),radial-gradient(ellipse at 70% 30%,rgba(100,130,160,.15) 0%,transparent 50%),radial-gradient(ellipse at 30% 70%,rgba(50,70,100,.1) 0%,transparent 40%);pointer-events:none;z-index:1}.hero-background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.snow-container{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:2}.snowflake{position:absolute;background:#fff;border-radius:50%;opacity:.8;animation:fall linear infinite}@keyframes fall{0%{transform:translateY(-10px) rotate(0)}to{transform:translateY(100vh) rotate(360deg)}}.header{position:relative;z-index:10;display:flex;justify-content:center;align-items:center;padding:1.5rem 2rem;gap:2rem}.hero-content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;max-width:1200px;margin:0 auto}.logo{padding:.6rem 1.5rem;border:1.5px solid rgba(255,255,255,.8);border-radius:50px;font-weight:600;font-size:.9rem;letter-spacing:.5px;transition:all .3s ease}.logo:hover{background:#ffffff1a}.nav{display:flex;align-items:center;gap:1.5rem}.nav-link{font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;opacity:.9;transition:opacity .3s ease}.nav-link:hover{opacity:1}.buy-btn{padding:.6rem 1.5rem;border:1.5px solid rgba(255,255,255,.8);border-radius:50px;font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:#fff;transition:all .3s ease}.buy-btn:hover{background:#ffffff26}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,10vw,6rem);font-weight:800;font-style:italic;text-transform:uppercase;letter-spacing:.05em;line-height:1;margin-bottom:1.5rem;text-shadow:0 4px 30px rgba(0,0,0,.5)}.hero-description{max-width:700px;font-size:.85rem;line-height:1.8;letter-spacing:.5px;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:2.5rem}.contract-box{background:#1e1e1ee6;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem 1.5rem;min-width:400px;max-width:90vw;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contract-label{font-size:.75rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem;text-align:left}.contract-address-wrapper{display:flex;align-items:center;gap:.75rem;background:#0006;border-radius:8px;padding:.75rem 1rem}.contract-address{flex:1;font-family:monospace;font-size:.8rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.copy-btn{color:var(--color-text-muted);padding:.25rem;transition:color .3s ease;display:flex;align-items:center;justify-content:center}.copy-btn:hover{color:#fff}.copy-btn svg{width:18px;height:18px}.about-section{background:linear-gradient(180deg,#0d1520,#152233,#1a2a3e);padding:6rem 2rem}.about-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}.about-content{flex:1;max-width:550px}.about-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;font-style:italic;line-height:1.1;margin-bottom:1.5rem}.about-title span{display:block}.about-description{font-size:.8rem;line-height:1.9;letter-spacing:.3px;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:2rem}.about-buttons{display:flex;gap:1rem}.about-btn{padding:.75rem 1.75rem;border:1.5px solid rgba(255,255,255,.6);border-radius:50px;font-size:.8rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:#fff;transition:all .3s ease}.about-btn:hover{background:#ffffff1a;border-color:#ffffffe6}.about-image{flex-shrink:0}.about-image img{width:400px;height:500px;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 60px #6496c826,0 20px 40px #0000004d}.features-container{max-width:1200px;margin:5rem auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:#141e2d99;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;transition:all .3s ease}.feature-card:hover{background:#19283cb3;border-color:#ffffff26}.feature-title{font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1rem;color:#fff}.feature-description{font-size:.75rem;line-height:1.8;letter-spacing:.3px;text-transform:uppercase;color:var(--color-text-muted)}@media(max-width:1024px){.about-container{flex-direction:column;text-align:center}.about-content{max-width:100%}.about-buttons{justify-content:center}.about-image img{width:100%;max-width:400px;height:auto}.features-container{grid-template-columns:1fr}}@media(max-width:768px){.header{flex-wrap:wrap;gap:1rem}.nav{gap:1rem}.contract-box{min-width:auto;width:100%}.hero-description{font-size:.75rem}.about-section{padding:4rem 1.5rem}.about-buttons{flex-direction:column;align-items:center}.about-btn{width:100%;max-width:200px;text-align:center}}.footer{position:relative;background:linear-gradient(180deg,#0a0f18,#000);padding:4rem 2rem 2rem;overflow:hidden}.footer-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:2px;background:linear-gradient(90deg,transparent,rgba(100,150,220,.5),transparent)}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;font-style:italic;color:#fff;display:inline-block;margin-bottom:.75rem;transition:opacity .3s ease}.footer-logo:hover{opacity:.8}.footer-tagline{font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.footer-links{display:flex;gap:5rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-heading{font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#fff;margin-bottom:.5rem}.footer-link{font-size:.85rem;color:var(--color-text-muted);transition:color .3s ease}.footer-link:hover{color:#fff}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin-bottom:2rem}.footer-bottom{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.footer-copyright{font-size:.8rem;color:var(--color-text-muted)}.footer-disclaimer{font-size:.7rem;color:#fff6;max-width:600px;line-height:1.6}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-top{flex-direction:column;align-items:center;text-align:center;gap:2.5rem}.footer-brand{max-width:100%}.footer-links{gap:3rem}.footer-column{align-items:center}}
