*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.container{min-height:100vh;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero{text-align:center;max-width:800px}.hero h1{font-size:3rem;margin-bottom:1rem;color:#0070f3}.hero p{font-size:1.5rem;color:#666}.firebase-status{margin-top:2rem;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;font-size:1.2rem;font-weight:500;display:inline-block}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1.2rem}}