*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5}.admin-layout{display:flex;min-height:100vh}.sidebar{width:220px;background:#fff;color:#333;padding-top:20px;border-right:1px solid #e8e8e8}.sidebar h1{font-size:18px;text-align:center;padding:20px;border-bottom:1px solid #e8e8e8;margin-bottom:20px;color:#333}.sidebar-header{text-align:center;padding:20px 16px;border-bottom:1px solid #e8e8e8;margin-bottom:20px}.sidebar-logo{margin-bottom:12px}.sidebar-logo img{display:block;margin:0 auto}.sidebar-title{font-size:16px;font-weight:500;color:#333;line-height:1.4}.sidebar nav a{display:block;padding:12px 24px;color:#666;text-decoration:none;transition:all .3s}.sidebar nav a:hover,.sidebar nav a.active{background:#1890ff;color:#fff}.nav-group{margin:0}.nav-group-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;color:#666;cursor:pointer;transition:all .3s;-webkit-user-select:none;user-select:none}.nav-group-header:hover,.nav-group.active .nav-group-header{background:#1890ff1a;color:#1890ff}.nav-group-header .arrow{font-size:10px;transition:transform .3s}.nav-group-header .arrow.expanded{transform:rotate(90deg)}.nav-group-items{background:#f5f5f5}.nav-group-items .sub-item{display:block;padding:10px 24px 10px 48px;color:#666;text-decoration:none;font-size:13px;transition:all .3s}.nav-group-items .sub-item:hover{color:#1890ff;background:#1890ff1a}.nav-group-items .sub-item.active{background:#1890ff;color:#fff}.main-content{flex:1;padding:24px}.page-header{background:#fff;padding:16px 24px;margin-bottom:24px;border-radius:4px;box-shadow:0 1px 2px #00000008}.page-header h2{font-size:20px;font-weight:500}.card{background:#fff;border-radius:4px;padding:24px;box-shadow:0 1px 2px #00000008;margin-bottom:24px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:24px}.stat-card{background:#fff;border-radius:4px;padding:24px;box-shadow:0 1px 2px #00000008}.stat-card h3{font-size:14px;color:#666;margin-bottom:8px}.stat-card .value{font-size:28px;font-weight:600;color:#1890ff}table{width:100%;border-collapse:collapse}th,td{padding:12px;text-align:left;border-bottom:1px solid #f0f0f0}th{background:#fafafa;font-weight:500}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s}.btn-primary{background:#1890ff;color:#fff}.btn-primary:hover{background:#40a9ff}.btn-danger{background:#ff4d4f;color:#fff}.btn-danger:hover{background:#ff7875}.btn-sm{padding:4px 8px;font-size:12px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto}.modal{background:#fff;border-radius:4px;padding:24px;min-width:400px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;margin:auto}.modal h3{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0}.status-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px}.status-active{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.status-disabled{background:#fff2f0;color:#ff4d4f;border:1px solid #ffccc7}.status-pending{background:#fffbe6;color:#faad14;border:1px solid #ffe58f}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 12px #00000026;width:360px}.login-box h1{text-align:center;margin-bottom:30px;color:#333}.login-box .btn{width:100%;padding:12px;font-size:16px}.error-msg{color:#ff4d4f;font-size:14px;margin-top:8px}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-placeholder{background:#00d4ff26!important;border:2px dashed #00d4ff!important;border-radius:4px;opacity:1!important;transition-duration:.1s;z-index:2}.react-grid-item>.react-resizable-handle{position:absolute;z-index:10;opacity:0;transition:opacity .2s}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle-se{bottom:0;right:0;width:16px;height:16px;cursor:se-resize}.react-grid-item>.react-resizable-handle-sw{bottom:0;left:0;width:16px;height:16px;cursor:sw-resize}.react-grid-item>.react-resizable-handle-ne{top:0;right:0;width:16px;height:16px;cursor:ne-resize}.react-grid-item>.react-resizable-handle-nw{top:0;left:0;width:16px;height:16px;cursor:nw-resize}.react-grid-item>.react-resizable-handle-e{right:-4px;top:50%;transform:translateY(-50%);width:8px;height:40px;cursor:e-resize}.react-grid-item>.react-resizable-handle-w{left:-4px;top:50%;transform:translateY(-50%);width:8px;height:40px;cursor:w-resize}.react-grid-item>.react-resizable-handle-s{bottom:-4px;left:50%;transform:translate(-50%);width:40px;height:8px;cursor:s-resize}.react-grid-item>.react-resizable-handle-n{top:-4px;left:50%;transform:translate(-50%);width:40px;height:8px;cursor:n-resize}.react-grid-item>.react-resizable-handle-se:after{content:"";position:absolute;right:2px;bottom:2px;width:8px;height:8px;border-right:2px solid rgba(0,212,255,.6);border-bottom:2px solid rgba(0,212,255,.6)}.react-grid-item>.react-resizable-handle-sw:after{content:"";position:absolute;left:2px;bottom:2px;width:8px;height:8px;border-left:2px solid rgba(0,212,255,.6);border-bottom:2px solid rgba(0,212,255,.6)}.react-grid-item>.react-resizable-handle-ne:after{content:"";position:absolute;right:2px;top:2px;width:8px;height:8px;border-right:2px solid rgba(0,212,255,.6);border-top:2px solid rgba(0,212,255,.6)}.react-grid-item>.react-resizable-handle-nw:after{content:"";position:absolute;left:2px;top:2px;width:8px;height:8px;border-left:2px solid rgba(0,212,255,.6);border-top:2px solid rgba(0,212,255,.6)}.react-grid-item>.react-resizable-handle-e:after,.react-grid-item>.react-resizable-handle-w:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:20px;border-radius:1px;background:#00d4ff99}.react-grid-item>.react-resizable-handle-s:after,.react-grid-item>.react-resizable-handle-n:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:2px;border-radius:1px;background:#00d4ff99}.react-grid-item:hover>.react-resizable-handle:after{border-color:#00d4ff;background-color:#00d4ff}.react-grid-item:hover{z-index:1}
