:root {
    --office-bg: #0b1220;
    --office-surface: #111827;
    --office-surface-2: #1a2332;
    --office-border: #1f2937;
    --office-text: #f1f5f9;
    --office-muted: #94a3b8;
    --office-accent: #3b82f6;
    --office-accent-hover: #2563eb;
    --office-market: #d93b70;
    --office-danger: #ef4444;
    --office-radius: 10px;
    --office-radius-sm: 8px;
    --office-sidebar-w: 260px;
    --office-header-h: 56px;
    --office-transition: 0.18s ease;
}
