*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;font-weight:400;color:#f5f5f5;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;display:flex;flex-direction:column}#root{flex:1;display:flex;flex-direction:column}.landing{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#0a0a0a)}.brand{margin-bottom:1rem}.brand-name{font-size:clamp(2.5rem,8vw,4rem);font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.brand-type{font-size:.875rem;color:#888;text-transform:uppercase;letter-spacing:.2em;margin-top:.25rem}.tagline{font-size:clamp(1.25rem,4vw,1.75rem);color:#e0e0e0;max-width:600px;margin-bottom:1rem;font-weight:300}.subtitle{font-size:1rem;color:#888;max-width:500px;margin-bottom:3rem}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 40px #667eea4d}.cta-button:active{transform:translateY(0)}.footer{padding:1.5rem;text-align:center;color:#555;font-size:.875rem}
