*{margin:0;padding:0;box-sizing:border-box}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;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.auth-wrapper{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:450px}.auth-wrapper h1{text-align:center;margin-bottom:30px;color:#333;font-size:28px}.dashboard{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 40px #0000001a;text-align:center;max-width:500px}.dashboard h1{color:#333;margin-bottom:20px}.dashboard p{color:#666;margin-bottom:30px;font-size:16px}.dashboard button{background:#667eea;color:#fff;border:none;padding:12px 30px;border-radius:6px;font-size:16px;cursor:pointer;transition:background .3s}.dashboard button:hover{background:#5568d3}
