#app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;background-color:#f5f5f5;min-height:100vh}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#333;background-color:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,button,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;outline:none}input:focus,button:focus,select:focus{outline:none}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.page-container{min-height:100vh;background-color:#f5f5f5;padding:16px}.btn-primary{width:100%;height:48px;background-color:#007aff;color:#fff;font-size:16px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s ease}.btn-primary:active{background-color:#0056cc}.btn-primary:disabled{background-color:#a0cfff;cursor:not-allowed}.btn-secondary{width:100%;height:48px;background-color:#fff;color:#007aff;font-size:16px;font-weight:500;border-radius:8px;border:1px solid #007AFF;cursor:pointer;transition:all .2s ease}.btn-secondary:active{background-color:#f0f7ff}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;color:#333;margin-bottom:8px;font-weight:500}.form-group input,.form-group select{width:100%;height:48px;padding:0 16px;border:1px solid #E0E0E0;border-radius:8px;font-size:14px;background-color:#fff;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus{border-color:#007aff}.form-group input::placeholder{color:#999}
