.space-grid-container{display:flex;flex-direction:column;gap:4px;padding:16px;background-color:#f5f5f5;border-radius:8px;overflow-x:auto}.space-grid-header{display:flex;gap:4px}.space-grid-corner{width:50px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:700;background-color:#e8e8e8;border-radius:4px}.space-grid-col-header{width:80px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:700;background-color:#e8e8e8;border-radius:4px}.space-grid-row{display:flex;gap:4px}.space-grid-row-header{width:50px;height:60px;display:flex;align-items:center;justify-content:center;font-weight:700;background-color:#e8e8e8;border-radius:4px}.space-grid-cell{width:80px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;transition:all .3s ease;position:relative;box-shadow:0 2px 4px #0000001a}.space-grid-cell:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.space-grid-cell.available{border:2px solid #52c41a}.space-grid-cell.occupied{border:2px solid transparent}.space-id{font-size:14px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.space-indicator{width:8px;height:8px;background-color:#fff;border-radius:50%;margin-top:4px;box-shadow:0 1px 2px #0000004d}.space-legend{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.legend-title{font-weight:700;color:#333}.legend-item{display:flex;align-items:center;gap:8px}.legend-color{width:20px;height:20px;border-radius:4px;border:1px solid #d9d9d9}@media (max-width: 1200px){.space-grid-cell{width:60px;height:50px}.space-grid-col-header{width:60px}.space-id{font-size:12px}}@media (max-width: 768px){.space-grid-cell{width:50px;height:40px}.space-grid-col-header{width:50px;height:30px}.space-grid-row-header{width:40px;height:40px}.space-grid-corner{width:40px;height:30px}.space-id{font-size:10px}}:root{--primary-color: #1a5fb4;--primary-light: #3584e4;--primary-dark: #0d3b7a;--secondary-color: #26a269;--warning-color: #e5a50a;--error-color: #c01c28;--text-primary: #1c1c1c;--text-secondary: #5e5e5e;--text-muted: #8c8c8c;--bg-primary: #ffffff;--bg-secondary: #f6f6f6;--bg-hover: #e8e8e8;--border-color: #d9d9d9;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--border-radius-sm: 4px;--border-radius-md: 6px;--border-radius-lg: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-secondary)}#root{min-height:100vh}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a5fb4,#0d3b7a)}.login-box{width:100%;max-width:420px;padding:40px;background:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg)}.login-logo{text-align:center;margin-bottom:32px}.login-logo h1{color:var(--primary-color);font-size:28px;font-weight:600}.login-logo p{color:var(--text-secondary);margin-top:8px}.main-layout{min-height:100vh}.site-header{background:var(--primary-color);padding:0 24px;display:flex;align-items:center;justify-content:space-between}.site-header .logo{color:#fff;font-size:20px;font-weight:600}.site-header .header-right{display:flex;align-items:center;gap:16px}.site-header .user-info{color:#fff;cursor:pointer}.site-sider{background:#fff;box-shadow:2px 0 8px #0000000d}.site-content{margin:24px 24px 0;padding:24px;background:#fff;border-radius:var(--border-radius-md);min-height:calc(100vh - 112px);min-width:880px}.page-header{margin-bottom:24px}.page-header h2{color:var(--text-primary);font-size:20px;font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.stat-card{background:#fff;border-radius:var(--border-radius-md);padding:20px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.stat-card .stat-value{font-size:32px;font-weight:600;color:var(--primary-color);margin-top:8px}.stat-card .stat-label{color:var(--text-secondary);font-size:14px}.table-actions{display:flex;gap:8px}.search-form{background:var(--bg-secondary);padding:20px;border-radius:var(--border-radius-md);margin-bottom:24px}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-pending{background:#fff7e6;color:#d48806}.status-processing{background:#e6f7ff;color:#1890ff}.status-approved{background:#f6ffed;color:#52c41a}.status-rejected{background:#fff1f0;color:#f5222d}.empty-state{text-align:center;padding:60px 20px;color:var(--text-secondary)}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}@media (max-width: 768px){.site-content{margin:12px;padding:16px}.card-grid{grid-template-columns:1fr}.login-box{margin:20px;padding:24px}}
