@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary: #1e4d6b;--color-primary-light: #2d7cb5;--color-primary-dark: #0f2a3a;--color-accent: #4a9fd4;--color-text: #333333;--color-text-light: #666666;--color-background: #ffffff;--color-background-alt: #f8fbfd;--font-heading: "Georgia", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm: 0 2px 10px rgba(0, 0, 0, .1);--shadow-md: 0 10px 40px rgba(30, 77, 107, .1);--shadow-lg: 0 20px 50px rgba(30, 77, 107, .2);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 50px}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000001a}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:80px}.logo{display:flex;align-items:center;text-decoration:none}.logo img{height:60px;width:auto}.nav{display:flex;align-items:center;gap:2rem}.nav-link{font-family:"Source Sans 3",sans-serif;font-size:1rem;font-weight:500;color:#1e4d6b;text-decoration:none;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#1e4d6b;transition:width .3s ease}.nav-link:hover{color:#2d7cb5}.nav-link:hover:after{width:100%}.btn-primary{display:inline-block;padding:.75rem 1.75rem;background:linear-gradient(135deg,#1e4d6b,#2d7cb5);color:#fff;font-family:"Source Sans 3",sans-serif;font-size:1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #1e4d6b4d}.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;gap:5px}.menu-toggle span{display:block;width:24px;height:2px;background:#1e4d6b;transition:all .3s ease}@media(max-width:968px){.menu-toggle{display:flex}.nav{position:fixed;top:80px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 10px 30px #0000001a}.nav-open{transform:translateY(0);opacity:1;visibility:visible}}.hero{position:relative;height:100vh;min-height:600px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%}.hero-background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#1e4d6b33,#1e4d6b66,#1e4d6b99)}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:10;width:90%;max-width:900px}.hero-content h1{font-family:Playfair Display,Georgia,serif;font-size:4.5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 4px 20px rgba(0,0,0,.4);letter-spacing:-.02em;line-height:1.1}.hero-content p{font-family:"Source Sans 3",sans-serif;font-size:1.5rem;font-weight:400;opacity:.95;text-shadow:1px 2px 10px rgba(0,0,0,.3);margin-bottom:1.5rem}.hero-ca{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.ca-label{font-family:"Source Sans 3",sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;opacity:.9}.ca-address{font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.9rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.6rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);word-break:break-all}.ca-copy{font-family:"Source Sans 3",sans-serif;font-size:.9rem;font-weight:600;padding:.6rem 1.25rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease}.ca-copy:hover{background:#ffffff4d}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-buttons .btn{padding:1rem 2.5rem;font-size:1.1rem}.hero-buttons .btn-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:#fffc;color:#fff}.hero-buttons .btn-secondary:hover{background:#fffffff2;color:#1e4d6b}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:20}.hero-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:2px solid #ffffff;cursor:pointer;transition:all .3s ease}.hero-dot.active{background:#fff;transform:scale(1.2)}@media(max-width:768px){.hero-content h1{font-size:2.75rem}.hero-content p{font-size:1.15rem}.ca-address{font-size:.75rem;padding:.5rem .75rem}.hero-buttons .btn{padding:.875rem 2rem;font-size:1rem}}.about{padding:6rem 0;background:#fff}.about .section-title{font-family:Playfair Display,Georgia,serif;font-size:2.75rem;color:#1e4d6b;text-align:center;margin-bottom:1rem}.about-content{max-width:800px;margin:3rem auto 0}.about-text{font-family:"Source Sans 3",sans-serif;line-height:1.85;color:#333}.about-text p{margin-bottom:1.25rem;font-size:1.1rem}.about-text .lead{font-size:1.2rem;color:#1e4d6b;text-align:center;margin-bottom:2rem}.about-text strong{color:#1e4d6b;font-weight:600}.about-text .highlight{background:linear-gradient(135deg,#f0f7fc,#e5f1f8);padding:1.75rem;border-radius:12px;border-left:4px solid #1e4d6b;margin-top:2rem}@media(max-width:768px){.about{padding:4rem 0}.about .section-title{font-size:2rem}.about-text p{font-size:1rem}}.tokenomics{padding:6rem 0;background:linear-gradient(180deg,#f8fbfd,#fff)}.tokenomics .section-title{font-family:Playfair Display,Georgia,serif}.tokenomics .section-subtitle{font-family:"Source Sans 3",sans-serif}.tokenomics-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.token-card{background:#fff;border-radius:20px;padding:2rem 1.5rem;text-align:center;box-shadow:0 10px 40px #1e4d6b14;border:1px solid rgba(30,77,107,.05);transition:all .3s ease}.token-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #1e4d6b1f}.token-card.highlight-card{background:linear-gradient(135deg,#1e4d6b,#2d7cb5);color:#fff}.token-card.highlight-card .card-icon svg{stroke:#fff}.token-card.highlight-card p{color:#ffffffd9}.card-icon{width:60px;height:60px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f7fc,#e5f1f8);border-radius:16px}.highlight-card .card-icon{background:#ffffff26}.card-icon svg{width:28px;height:28px;stroke:#1e4d6b}.token-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;color:#1e4d6b;margin-bottom:.5rem}.highlight-card h3{color:#fff}.token-card p{font-family:"Source Sans 3",sans-serif;font-size:.95rem;color:#666;margin:0}.contract-section{margin-top:3rem;text-align:center}.contract-section h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#1e4d6b;margin-bottom:1.25rem}.contract-address{display:inline-flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 10px 40px #1e4d6b14;border:1px solid rgba(30,77,107,.1)}.contract-address code{font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.9rem;color:#1e4d6b;word-break:break-all}.copy-btn{font-family:"Source Sans 3",sans-serif;font-size:.9rem;font-weight:600;padding:.6rem 1.25rem;background:linear-gradient(135deg,#1e4d6b,#2d7cb5);border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;white-space:nowrap}.copy-btn:hover{transform:scale(1.05);box-shadow:0 5px 15px #1e4d6b4d}.chart-section{margin-top:4rem}.chart-section h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#1e4d6b;margin-bottom:1.5rem;text-align:center}.chart-container{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 50px #1e4d6b1a;border:1px solid rgba(30,77,107,.05)}.chart-container iframe{display:block;border:none}@media(max-width:968px){.tokenomics-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.tokenomics-cards{grid-template-columns:1fr}.contract-address{flex-direction:column;width:100%;text-align:center}.contract-address code{font-size:.75rem}}.community{padding:6rem 0;background:linear-gradient(135deg,#1e4d6b,#2d7cb5);color:#fff}.community .section-title{font-family:Playfair Display,Georgia,serif;color:#fff}.community .section-subtitle{color:#ffffffd9}.social-grid{display:flex;justify-content:center;margin:3rem auto}.social-card{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 4rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;text-decoration:none;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.15)}.social-card:hover{background:#fff3;transform:translateY(-5px);box-shadow:0 20px 40px #0003}.social-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;transition:all .3s ease}.social-icon svg{width:42px;height:42px;color:#000}.social-card:hover .social-icon{transform:scale(1.1)}.social-name{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600}.social-cta{font-family:"Source Sans 3",sans-serif;font-size:1rem;font-weight:500;padding:.75rem 2rem;background:#ffffff26;border-radius:50px;transition:all .3s ease}.social-card:hover .social-cta{background:#ffffff4d}@media(max-width:768px){.social-card{padding:2rem 3rem}.social-icon{width:60px;height:60px}.social-icon svg{width:32px;height:32px}.social-name{font-size:1.25rem}}.footer{background:#0f2a3a;color:#fff;padding:2rem 0}.footer-bottom{text-align:center}.footer-bottom p{font-family:"Source Sans 3",sans-serif;color:#ffffffb3;font-size:.95rem;margin-bottom:.75rem;line-height:1.6}.footer-bottom .disclaimer{font-size:.85rem;color:#ffffff80}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;color:#333;background:#fff;font-size:16px}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:80px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.section-title{font-family:Playfair Display,Georgia,serif;font-size:2.75rem;font-weight:600;color:#1e4d6b;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{text-align:center;color:#666;font-size:1.15rem;margin-bottom:3rem;font-weight:400}.btn{display:inline-block;padding:.75rem 1.75rem;font-family:"Source Sans 3",sans-serif;font-size:1rem;font-weight:600;text-decoration:none;border-radius:50px;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:linear-gradient(135deg,#1e4d6b,#2d7cb5);color:#fff;box-shadow:0 4px 15px #1e4d6b4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e4d6b66}.btn-secondary{background:transparent;color:#1e4d6b;border:2px solid #1e4d6b}.btn-secondary:hover{background:#1e4d6b;color:#fff}@media(max-width:768px){.container{padding:0 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#1e4d6b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2d7cb5}::selection{background:#2d7cb5;color:#fff}
