*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}body{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.title{color:#fff;text-shadow:2px 2px 4px #0003;margin-bottom:2rem;font-size:3rem;font-weight:700}.button-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.button{cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.button-primary{color:#fff;background-color:#4caf50}.button-primary:hover{background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.button-secondary{color:#fff;background-color:#2196f3}.button-secondary:hover{background-color:#1976d2;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.card{text-align:center;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0003}.page-title{color:#333;margin-bottom:1rem;font-size:2rem}.page-description{color:#666;margin-bottom:2rem}.back-link{color:#667eea;font-weight:500;text-decoration:none}.back-link:hover{text-decoration:underline}
