*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f2f5}#root{height:100vh}.login-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-form{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px}.dashboard-container{height:100vh;display:flex;flex-direction:column}.header{background:#fff;padding:16px 24px;box-shadow:0 1px 2px #00000008;display:flex;justify-content:space-between;align-items:center}.filter-panel{background:#fff;padding:16px 24px;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000f}.filter-panel .ant-select{min-width:300px}.table-container{flex:1;overflow:auto;padding:24px}.table-container .ant-table{background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000008}.editable-cell{position:relative}.editable-cell-value-wrap{padding:5px 12px;cursor:pointer;min-height:32px;border:1px solid transparent;border-radius:4px;transition:all .3s}.editable-cell-value-wrap:hover{border:1px solid #d9d9d9;background:#fafafa}.editable-cell-input{margin:-5px -12px}.success-flash{animation:successFlash 1s ease-out}@keyframes successFlash{0%{background-color:#f6ffed}to{background-color:transparent}}.error-flash{animation:errorFlash 1s ease-out}@keyframes errorFlash{0%{background-color:#fff2f0}to{background-color:transparent}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#8c8c8c}.empty-state-icon{font-size:48px;margin-bottom:16px;color:#bfbfbf}
