@import"https://fonts.googleapis.com/css2?family=Instrument+Serif&family=Inter:wght@400;500;700&display=swap";:root{--bg-color: #010101;--text-primary: #e2e8f0;--text-secondary: #94a3b8;--accent-blue: #38b2ac;--accent-purple: #a78bfa;--font-heading: "Instrument Serif", serif;--font-body: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;min-height:100vh;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:var(--accent-blue);transition:color .3s ease}a:hover{color:var(--accent-purple)}button{font-family:inherit}.landing-page{min-height:100vh;display:flex;flex-direction:column}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding-top:0;padding-bottom:0}.hero-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:1;transition:opacity .3s ease}.hero-content.is-hidden{opacity:0;pointer-events:none}.badge-wrapper{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.75rem;border-radius:9999px;background-color:#ffffff1a;padding:.5rem .625rem;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:.15rem;margin-top:-8vh;animation:fadeSlideIn 1s ease-out .1s both}.badge-new{display:inline-flex;align-items:center;font-size:.75rem;font-weight:500;color:#1f2937;background-color:#ffffffe6;border-radius:9999px;padding:.125rem .5rem;font-family:var(--font-body)}.badge-text{font-size:.875rem;font-weight:500;color:#ffffffe6;font-family:var(--font-body)}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-main-title{position:relative;z-index:1;font-size:4.5rem;line-height:1.1;color:#fff;letter-spacing:-.025em;font-family:var(--font-heading);font-weight:400;text-shadow:0 0 10px rgba(0,0,0,.5);padding:0 1rem;margin-top:.5rem;animation:fadeSlideIn 1s ease-out .2s both}.hero-sub-header{position:relative;z-index:1;font-size:1.125rem;line-height:1.75;color:#fffc;font-family:var(--font-body);max-width:42rem;margin:1.5rem auto 0;padding:0 1rem;text-shadow:0 0 5px rgba(0,0,0,.5);animation:fadeSlideIn 1s ease-out .3s both}@media(max-width:1024px){.hero-main-title,.platforms-title{font-size:3.75rem}}@media(max-width:768px){.hero-main-title,.platforms-title{font-size:3rem}.hero-sub-header{font-size:1rem;max-width:100%}}@media(max-width:640px){.hero-main-title,.platforms-title{font-size:2.25rem}}.scroll-indicator{position:fixed;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:10;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:9999px;border:1px solid rgba(255,255,255,.15);background-color:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffd9;cursor:pointer;animation:fadeSlideIn 1s ease-out .6s both,bounceArrow 2s ease-in-out 1.6s infinite;transition:background-color .2s ease,border-color .2s ease}.scroll-indicator:hover{background-color:#ffffff1a;border-color:#ffffff40}@keyframes bounceArrow{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.platforms-section{position:relative;z-index:1;min-height:100vh;padding:6rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.platforms-section.is-visible{opacity:1;pointer-events:auto}.platforms-eyebrow{font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.75rem}.platforms-title{font-family:var(--font-heading);font-weight:400;font-size:4.5rem;line-height:1.1;letter-spacing:-.025em;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.5);margin-bottom:3rem}.platforms-grid{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:780px}.platform-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;width:100%;min-height:190px;background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 8px 32px #0003;padding:48px 40px;text-align:left;transition:transform .25s ease,border-color .25s ease,background-color .25s ease}.platform-card:hover{transform:translateY(-4px);border-color:#ffffff26;background:#ffffff0d}.platform-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:64px;height:64px;border-radius:16px;background-color:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1.5rem}.platform-info{display:flex;flex-direction:column;gap:.6rem;margin-right:auto;margin-left:28px}.platform-status{display:inline-flex;align-items:center;flex-shrink:0;font-size:.7rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#ffffffe6;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:9999px;padding:.35rem .85rem;font-family:var(--font-body)}.platform-name{font-family:var(--font-body);font-weight:600;font-size:1.5rem;color:#fff}.platform-tagline{font-family:var(--font-body);font-size:1.05rem;line-height:1.5;color:var(--text-secondary)}@media(max-width:560px){.platform-card{flex-direction:column;align-items:flex-start;gap:12px}.platform-info{margin-left:0}}
