:root{--black: #050505;--white: #ffffff;--gray: #888888;--accent: #ff6b00;--font-hero: 48px;--font-title: 32px;--font-subtitle: 20px;--font-body: 16px;--font-small: 14px;--font-sans: "IBM Plex Sans", system-ui, sans-serif}html,body{margin:0;padding:0;height:100%;font-family:var(--font-sans);background:var(--black);color:var(--white)}h1,h2,h3,h4,h5,h6,p,span,strong,em{margin:0;padding:0;font-weight:inherit}.type-hero{font-size:var(--font-hero);font-weight:600;line-height:1.1}@media screen and (max-width: 767px){.type-hero{font-size:32px}}.type-title{font-size:var(--font-title);font-weight:600}@media screen and (max-width: 767px){.type-title{font-size:24px}}.type-subtitle{font-size:var(--font-subtitle);font-weight:400}@media screen and (max-width: 767px){.type-subtitle{font-size:16px}}.type-body{font-size:var(--font-body);font-weight:400}.type-small{font-size:var(--font-small);font-weight:400;color:var(--gray)}.hero{display:flex;justify-content:center;align-items:center;height:100vh;overflow:hidden;text-align:center;padding:0 1rem}.hero .hero-content{display:flex;flex-direction:column;align-items:center}.hero .logo{width:240px;height:240px;object-fit:contain;opacity:0;transform-origin:center}@media screen and (max-width: 767px){.hero .logo{width:160px;height:160px}}.hero .text-wrapper{margin-top:40px;overflow:hidden}@media screen and (max-width: 767px){.hero .text-wrapper{margin-top:24px}}.hero .reveal-text{transform:translateY(100%);opacity:0;margin-bottom:8px}.social-row{display:flex;gap:16px;justify-content:center;margin-top:16px}.icon{width:32px;height:32px;fill:currentColor;transition:color .3s ease}.social-icon{color:var(--white)}.social-icon:hover{color:red}.bg-pulse-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.pulse-dot{position:absolute;width:120px;height:120px;border-radius:50%;background:red;opacity:0;filter:blur(60px)}
