.main-layout{min-height:100vh}.logo{height:64px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;border-bottom:1px solid rgba(255,255,255,.1);padding:0 16px}.logo h2{margin:0;font-size:18px;white-space:nowrap}.site-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #00000014}.header-left{display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:24px}.trigger{font-size:18px;cursor:pointer;transition:color .3s}.trigger:hover{color:#1677ff}.header-icon{font-size:18px;cursor:pointer;transition:color .3s}.header-icon:hover{color:#1677ff}.user-info{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .3s}.user-info:hover{background:#f5f5f5}.username{color:#333}.site-content{margin:16px;padding:24px;background:#fff;border-radius:8px;min-height:calc(100vh - 96px)}.workbench{padding:8px}.workbench-header{margin-bottom:24px}.workbench-header h1{font-size:24px;font-weight:600;color:#1f1f1f;margin:0 0 8px}.workbench-subtitle{color:#8c8c8c;font-size:14px;margin:0}.metrics-row{margin-bottom:24px}.metric-card{border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.metric-card .ant-statistic-title{color:#8c8c8c;font-size:14px;margin-bottom:8px}.metric-card .ant-statistic-content{font-size:24px;font-weight:600}.quick-actions-card{margin-bottom:24px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.quick-action-btn{height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border-radius:8px;transition:all .3s}.quick-action-btn:hover{border-color:#1677ff;color:#1677ff;box-shadow:0 2px 8px #1677ff33}.action-icon{font-size:28px}.action-title{font-size:14px;font-weight:500}.todo-card,.alert-card,.progress-card{border-radius:8px;box-shadow:0 2px 8px #0000000f}.todo-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.todo-item:last-child{border-bottom:none}.todo-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.alert-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.alert-item:last-child{border-bottom:none}.progress-card{margin-top:24px}.progress-item{padding:16px;background:#fafafa;border-radius:8px}.progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.progress-area{font-weight:500;font-size:15px;color:#1f1f1f}.progress-bar{height:8px;background:#e8e8e8;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.progress-text{text-align:right;font-size:13px;color:#8c8c8c;font-weight:500}.app-container{min-height:100vh}*{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}#root{min-height:100vh}
