*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh}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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:100%;max-width:400px;padding:20px;box-shadow:0 8px 24px #0000001f;border-radius:8px}.login-header{text-align:center;margin-bottom:32px}.login-header .ant-typography{margin-bottom:8px}.login-options{display:flex;justify-content:space-between;align-items:center}.login-error{margin-bottom:16px;text-align:center}.login-footer{text-align:center;margin-top:16px}.login-footer a{margin-left:8px}.register-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2)}.register-card{width:100%;max-width:400px;padding:20px;box-shadow:0 8px 24px #0000001f;border-radius:8px}.register-header{text-align:center;margin-bottom:32px}.register-header .ant-typography{margin-bottom:8px}.register-error{margin-bottom:16px;text-align:center}.register-footer{text-align:center;margin-top:16px}.register-footer a{margin-left:8px}.main-layout{min-height:100vh}.main-sider{box-shadow:2px 0 8px #00000026}.logo{height:64px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;margin:16px;border-radius:4px}.main-header{padding:0 24px;background:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000f}.header-left,.header-right{flex:0 0 auto}.trigger{font-size:18px;cursor:pointer;transition:color .3s}.trigger:hover{color:#1890ff}.user-info{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .3s}.user-info:hover{background-color:#0000000a}.username{margin-left:8px}.main-content{margin:24px;padding:24px;background:#fff;border-radius:4px;min-height:calc(100vh - 182px)}.main-footer{text-align:center;background:#f0f2f5}
