.homepage{min-height:100vh;background-color:#0f0f0f;color:#fff;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif}.header{padding:1rem;background-color:#1a1a1a;box-shadow:0 2px 6px rgba(0,0,0,.3)}.main{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.title{font-size:2.5rem;margin-bottom:1rem}.highlight{color:#e91e63}.subtitle{font-size:1.1rem;color:#ccc;max-width:500px;margin-bottom:2rem}.signin-button{display:inline-block;background-color:#e91e63;color:#fff;padding:.8rem 1.6rem;border-radius:10px;text-decoration:none;font-weight:700;transition:background-color .3s ease}.signin-button:hover{background-color:#c2185b}.footer{padding:1rem;text-align:center;font-size:.9rem;color:#888}